/*
Theme Name: Refliner
Author: Lidija Cvetkovic
Description: Refliner Belgrade
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: refliner
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/***************************
    GENERAL STYLE
***************************/
html {
    scroll-behavior: smooth;
}
body {
	font-family: "Raleway", serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
    box-sizing: border-box;
    margin: 0;
	color: #252525;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    color: #03132b;
    margin: 0 0 20px;
}
h1 {
    font-size: 4.5rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    margin-bottom: 2rem;
}
h2 {
    font-size: 2.5rem;
	font-weight: 900;
	line-height: 1.3;
}
h3 {
    font-size: 2rem;
	font-weight: 600;
    line-height: 1.3;
}
h4 {
    font-size: 1.75rem;
    line-height: 1.3;
}
h5 {
    font-size: 1.25rem;
    line-height: 1.3;
}
h6 {
    font-size: 1rem;
    line-height: 1.3;
}
p, li {
    font-size: 1em;
    line-height: 1.8;
    color: #212529;
}
a {
	color: #252525;
	font-weight: 600;
    text-decoration: none;
}
a:hover,
a:focus {
    outline: none !important;
    transition: all .3s;
    text-decoration: none;
	color: #ffd100;
}
button {
    background: transparent;
    border: none !important;
}
button:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
img {
    width: 100%;
	height: auto;
}
ul, ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.btn {
    border-radius: 0;
    border: 2px solid #ffd100 !important;
	padding: 1em 2em;
	color: #252525;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.btn:hover {
    border-color: #03132b !important;
    background-color: #03132b;
	color: #fff;
}
.btn svg {
	padding-left: 5px;
}
.btn-primary {
    background-color: #ffd100;
}
.btn-secondary {
    background-color: transparent;
    border-color: #1d3f75;
    color: #1d3f75;
}
hr {
    color: #eee;
    opacity: 1;
	margin: 3rem;
}
.col-4 {
	
}
.col-6 {
	width: calc(50% - 20px);
}
.close {
    font-size: 1.75rem;
    color: #1d3f75;
    opacity: 1;
}
.close:hover {
    color: #239dd7;
}
.grey-bkg {
	background-color: #eee;
}
.blue-bkg {
	background-color: #03132b;
}
.yellow-bkg {
	background-color: #ffd100;
}
.white-bkg {
	background-color: #fff;
}
.container.narrow {
	max-width: 1024px;
}
.container-xl {
	max-width: 1520px;
}
section.padding {
	padding: 6em 0;
}
section.padding-s {
	padding: 3em 0;
}
.section-heading {
	padding-bottom: 20px;
}
.section-subtitle {
	font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ffd100;
}
.learn-more-link {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    display: inline-block;
    color: #707070;
    display: flex;
    gap: 8px;
    align-items: center;
}
.learn-more-link svg {
	border: 1.5px solid #707070;
    border-radius: 50%;
    padding: 2px;
    font-size: 10px;
    width: 10px;
    height: 10px;
}
.learn-more-link:hover svg {
	border-color: #ffd100;
}
.text-white {
	color: #fff !important;
}
.text-grey {
	color: #252525 !important;
}
.image-overlay {
    height: 100%;
	position: relative;
}
.image-overlay::after {
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background-color: rgba(3, 19, 43, .6);
    z-index: 1;
}
/***************************
    HEADER STYLE
***************************/
header {
	position: relative;
	z-index: 111;
}
header .navbar {
	position: relative;
	top: initial;
	background-color: #fff;
	transition: all .3s;
}
header.active .navbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
	transition: all .3s;
}
.top-bar .container,
.navbar .container-xl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-bar a, 
.top-bar button {
	font-size: .875em;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	color: #b7b7b7;
	border-left: 1px solid rgba(255,255,255,.1);
	padding: 1.25em 1em;
	display: inline-block;
	background-color: transparent;
}
.top-bar button, .top-bar button:hover {
	border: 0 !important;
	border-left: 1px solid rgba(255,255,255,.1) !important;
}
.top-bar a:last-child {
	border-right: 1px solid rgba(255,255,255,.1);
}
.top-bar a svg {
	color: #ffd100;
	padding-right: 0;
}
.top-bar .top-bar-right svg {
	color: #b7b7b7;
}
.nav-right {
	width: 100%;
    padding-left: 40px;
}
.navbar-nav {
	justify-content: space-between;
    width: 100%;
}
.navbar .navbar-brand img {
    height: 100px;
	width: auto;
}
.navbar #menu-primary-menu {
	display: flex;
	align-items: center;
	gap: 0 40px;
	margin-right: 40px;
}
.menu-item {
	position: relative;
	height: 100%;
    display: flex;
    align-items: center;
}
.menu-item a {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
.menu-item.current_page_item > a {
	color: #ffd100;
}
.menu-item .sub-menu {
    display: none;
    position: absolute;
	left: 0;
	top: 55px;
    flex-wrap: wrap;
	width: 300px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    border-radius: 0;
    padding: 0;
    background-color: #fff;
	border-top: 2px solid #ffd100;
}
.menu-item:hover .sub-menu {
    display: flex;
    transform: all .3s;
    opacity: 1;
    visibility: visible;
}
.sub-menu .menu-item {
	width: 100%;
	display: block;
}
.sub-menu .menu-item a {
    padding: 1rem;
    display: block;
    text-transform: none;
    font-weight: 500;
    border-bottom: 1px solid #eee;
	width: 100%;
}
.sub-menu .menu-item a:hover {
	background-color: #ffd100;
	color: #fff;
}
span.submenu-toggle {
    margin-left: 10px;
}
/******* Hamburger Animation *******/
.animated-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}  
.animated-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}  
.animated-icon span {
    background: #ffd100;
}
.animated-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}   
.animated-icon span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}   
.animated-icon span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}   
.animated-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}  
.animated-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}  
.animated-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}
#youtube .modal-dialog,
#youtube .modal.show .modal-dialog,
#searchModal .modal-dialog,
#searchModal .modal.show .modal-dialog {
	max-width: 900px !important;
}
#youtube .modal-content {
	background-color: transparent;
    border: 0;
}
#youtube .modal-header {
	padding: 0 0 1em;
    border: 0;
}
#youtube .modal-body {
	padding: 0;
}
#youtube .modal-header .btn-close {
	background: none;
	opacity: 1;
}
#youtube .modal-header .btn-close svg {
	font-size: 20px;
}
#youtube .modal-header .btn-close svg path {
	fill: #fff;
}
#searchModal .btn-close {
	background-image: none;
}
#searchModal input {
	width: 100%;
    padding: 1em;
    border: 0;
}
/***************************
    HOME STYLE
***************************/
.hero-container {
	height: 65vh;
}
.hero-container .slick-list,
.hero-container .slick-track,
.hero-container .slick-slide {
	height: 100%;
}
.hero-container .slick-slide {
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
}
.slide-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background-color: rgba(3, 19, 43, .6);
    z-index: 1;
}
.hero-container .hero-section-text {
	padding: 4em 6em;
	position: relative;
	z-index: 2;
}
.hero-container .subtitle {
    color: #fff;
    margin-bottom: 1.5em;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 4px;
	text-transform: uppercase;
}
.hero-container .slick-next {
    right: calc(50% - 660px);
}
.hero-container .slick-prev {
    left: calc(50% - 660px);
}
.hero-container .slick-prev, 
.hero-container .slick-next {
	width: 50px;
	height: 50px;
	z-index: 99;
	opacity: 1;
}
.hero-container .slick-next:before,
.hero-container .slick-prev:before {
    content: '';
	background-image: url(/wp-content/uploads/2025/02/slick-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px auto;
    width: 50px;
    height: 50px;
    display: block;
    border: 3px solid #b7b7b7;
    border-radius: 50%;
	transition: all .3s;
}
.hero-container .slick-prev:before {
	transform: rotate(180deg);
}
.hero-container .slick-next:hover:before,
.hero-container .slick-prev:hover:before {
	background-image: url(/wp-content/uploads/2025/02/slick-arrow-yellow.svg);
	border: 3px solid #ffd100;
	transition: all .3s;
}
.hero-section-title + p {
	color: #fff;
	margin-top: -1em;
}
.products-boxes {
	position: relative;
    display: flex;
    gap: 40px;
}
.products-boxes::after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
	position: absolute;
    top: 50%;
    z-index: -1;
}
.product-box {
	background-color: #fff;
	padding: 2em;
	border: 1px solid #e1e1e1;
	transition: all 0.3s linear;
}
.product-box:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	transition: all 0.3s linear;
}
.product-box .icon {
    width: 100px;
    margin-bottom: 2em;
	background-color: #f9f9f9;
	border-radius: 50%;
	padding: 1.5em;
}
.about-section {
	display: flex;
}
.about-section .about-left {
	position: relative;
}
.about-section .about-left img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.about-section .about-right {
	background-color: #ffd100;
    padding: 6em calc(50% - 660px) 6em 6em;
}
.video-popup {
	position: absolute;
	top: calc(50% - 60px);
	right: -60px;
	z-index: 2;
}
.video-popup a {
  position: relative;
  width: 120px;
  height: 120px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  line-height: 100px;
  font-size: 30px;
  color: #ffd100;
  border: 10px solid;
}
.video-popup a i {
  margin-left: 5%;
}
.video-popup a:hover {
  background: #ffd100;
  color: #fff;
}
.video-popup a:before, .video-popup a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: ripple 3s infinite;
  -webkit-animation: ripple 3s infinite;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
}
.video-popup a:before {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.video-popup a:after {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(1, 1, 1.2);
  }
  to {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}
@-webkit-keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(1, 1, 1.2);
  }
  to {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}
/***************************
    FOOTER STYLE
***************************/
footer .container {
	display: flex;
    padding-top: 4em;
    padding-bottom: 4em;
}
footer .container * {
	color: #fff
}
footer .logo {
	height: 80px;
	width: auto;
}
footer h2 {
    color: #ffd100 !important;
    font-size: .875em;
    margin-top: 1em;
    letter-spacing: 2px;
}
footer .contact-info li a {
	display: flex;
	gap: 10px;
}
footer .container .contact-info svg {
    margin-top: 7px;
}
footer .container .contact-info svg path {
	fill: #ffd100;
}
footer .sign-up {
	position: relative;
}
footer .forminator-row.forminator-row-last {
    position: absolute;
    top: 0;
    right: 0;
}
footer .forminator-row.forminator-row-last button {
    height: 60px !important;
	background-image: url(https://www.refliner.rs/wp-content/uploads/2025/03/check.png) !important;
    background-position: center;
    background-size: 20px auto;
    background-repeat: no-repeat;
	border-radius: 0 !important;
}
footer input {
    width: 100%;
    height: 60px;
    border: 0;
    border-radius: 0;
    padding: 1em;
}
footer .btn {
	position: absolute;
    right: 0;
}
footer .social-media ul {
    display: flex;
    gap: 12px;
    margin: 1.5em 0;
}
footer .social-media ul svg {
    font-size: 24px;
}
.social-media ul a:hover svg path {
    fill: #ffd100;
	transition: all .3s;
}
footer .container a {
    font-weight: 400;
	transition: all .3s;
}
footer .container a:hover {
    color: #ffd100;
	transition: all .3s;
}
/***************************
    BLOG/NEWS STYLE
***************************/
.blog-page .container {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.blog-post {
	width: calc(50% - 1rem);
	transition: all 0.3s linear;
}
.blog-post:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s linear;
}
.blog-post-image {
    height: 400px;
    display: block;
}
.blog-post-image img,
.single .image-box img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.blog-post-content {
    padding: 2rem;
    border: 1px solid #eee;
    border-top: 0;
}
.single .post-date {
	border-bottom: 1px solid #eee;
    padding-bottom: 2rem;
    margin-bottom: 2em;
}
.pagination .page-numbers.current {
    font-weight: 600;
    color: #ffd100;
}
.pagination .page-numbers {
    padding: 0 1em;
    border-right: 1px solid #eee;
}
.pagination .page-numbers:last-child {
	border-right: 0;
}
/***************************
    INNER PAGES STYLE
***************************/
.page-hero {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .3s;
}
.page-hero::after {
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background-color: rgba(3, 19, 43, .6);
    z-index: 1;
}
.page-template-page-shop .page-hero,
.page-template-page-shop .page-hero.bg-hero-1 {
	background-image: url(/wp-content/uploads/2025/02/Standardne-dimnjacke-obloge.jpg);
}
.page-template-page-shop .page-hero.bg-hero-2 {
	background-image: url(/wp-content/uploads/2025/02/products.jpg);
}
.page-template-page-shop .page-hero.bg-hero-3 {
	background-image: url(/wp-content/uploads/2025/02/samotne-cigle.jpeg);
}
.page-hero .container {
	position: relative;
	z-index: 2;
}
.page-hero h1 {
    font-size: 3.5rem;
}
.hero-breadcrumbs a,
.hero-breadcrumbs span {
    color: #b7b7b7;
}
.hero-breadcrumbs a:hover,
.hero-breadcrumbs span.current-page {
    color: #ffd100;
    font-weight: 600;
}
.overview .container {
    display: flex;
    gap: 40px;
    align-items: center;
}
.advantages-section .container {
	display: flex;
    justify-content: space-between;
	align-items: flex-start;
}
.advantage-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
}
.advantage-box .icon {
    width: 100px;
    margin-bottom: 2em;
    background-color: #fff;
    border-radius: 50%;
    padding: 1.5em;
}
.advantage-box h3 {
    width: 80%;
}
.products-section .d-flex {
	gap: 2rem;
}
.products-section .d-flex .product-item {
	width: calc(33.33% - 22px);
	border: 1px solid #eee;
	padding: 1rem;
}
.page-id-208 .products-section .d-flex .product-item {
	width: 100%;
	display: flex;
    align-items: center;
	justify-content: center;
	gap: 2rem;
}
.page-id-208 .products-section .d-flex .product-item:nth-child(even),
.content .d-flex:nth-child(even) {
	flex-direction: row-reverse;
}
.content .d-flex {
    padding: 4rem;
    border: 1px solid #eee;
    margin-top: 4rem;
}
.content .grey-bkg {
	padding: 4rem;
}
.page-id-208 .products-section .d-flex .product-item img {
	width: 40%;
}
.product-item ul {
	list-style-type: disc;
    list-style-position: inside;
}
.product-item ul + h3 {
	margin-top: 2rem;
}
.left-align-img h2 + div {
	float: left;
    width: 45%;
    margin: 0 2em 1em 0;
}
.contact-section .col-6 {
	width: calc(50% - 1rem);
	border: 1px solid #eee;
}
.forminator-ui label {
	display: none !important;
}
.forminator-ui input {
    border-color: #eee !important;
    padding: 1rem !important;
    height: 60px !important;
}
.forminator-ui textarea {
	border-color: #eee !important;
    padding: 1rem !important;
}
.forminator-ui button.forminator-button.forminator-button-submit {
    background-color: #ffd100;
    padding: 1rem !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-button:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	background-color: #03132b;
	color: #fff;
}
.forminator-ui#forminator-module-260.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--multiple[role="combobox"] {
    background-color: #fff !important;
    border: 0;
    padding: .75rem 1rem;
}
.forminator-select-dropdown-container--open .forminator-custom-form-260.forminator-dropdown--default {
	border-color: #03132b !important;
}
.forminator-select-dropdown-container--open .forminator-custom-form-260.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected, .forminator-select-dropdown-container--open .forminator-custom-form-260.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected span:not(.forminator-checkbox-box) {
	background-color: #03132b !important;
}
span.forminator-select-dropdown.forminator-custom-form-260.forminator-dropdown--default.forminator-dropdown--multiple.forminator-select-dropdown--below {
	background-color: #fff !important;
}
.shop-section .nav-pills {
	width: 30%;
}
.shop-section .tab-content {
	width: calc(70% - 2em);
}
.shop-section .nav-pills .nav-link {
	background-color: #eee;
    border-radius: 0;
    padding: 1rem;
	border-bottom: 2px solid #fff !important;
    color: #000;
}
.shop-section .nav-pills .nav-link.active, .shop-section .nav-pills .show>.nav-link {
    border-left: 2px solid #ffd100 !important;
	font-weight: 600;
}
.shop-section .tab-content>.tab-pane {
    gap: 2em;
    flex-wrap: wrap;
}
.shop-section .tab-content>.active {
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
}
.shop-section.products-section .d-flex .product-item {
    width: calc(50% - 16px);
}
.search-results h1 {
	color: #03132b;
}
@media(max-width:1560px) {
	.container-xl {
		max-width: 1320px;
	}
}
@media(max-width:1399.98px) {
	.hero-container .slick-next {
		right: calc(50% - 570px);
	}
	.hero-container .slick-prev {
		left: calc(50% - 570px);
	}
	.container-xl {
		max-width: 1140px;
	}
	.about-section .about-right {
		padding: 6rem calc(50% - 570px) 6em 3em;
	}
}
@media(max-width:1199.98px) {
	.hero-container .slick-next {
		right: calc(50% - 480px);
	}
	.hero-container .slick-prev {
		left: calc(50% - 480px);
	}
	.menu-item, header .btn {
		font-size: .925em;
	}
	.about-section .about-right {
		padding: 6rem calc(50% - 480px) 6em 3em;
	}
}
@media(max-width:991.98px) {
	h1 {
		font-size: 3.5rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.75rem;
	}
	h4 {
		font-size: 1.5rem;
	}
	.hero-container .slick-next {
		right: calc(50% - 360px);
	}
	.hero-container .slick-prev {
		left: calc(50% - 360px);
	}
	.nav-right {
		width: 50%;
		text-align: right;
		padding-left: 0px;
	}
	.collapse.navbar-collapse.open {
		display: block;
	}
	.navbar-collapse {
        position: absolute;
        top: 116px;
        background: #fff;
        left: 0px;
        right: 0px;
    }
	.navbar #menu-primary-menu {
		flex-direction: column;
		margin-right: 0;
	}
	.navbar #menu-primary-menu li.menu-item {
		display: block;
		width: 100%;
		text-align: center;
		border-top: 1px solid #eee;
	}
	.navbar #menu-primary-menu li.menu-item a {
		display: block;
		padding: 1rem;
		color: #03132b;
	}
	.navbar #menu-primary-menu li.menu-item.current_page_item > a {
		color: #ffd100;
	}
	.products-boxes {
		flex-direction: column;
	}
	.products-boxes::after {
		width: 1px;
		height: 100%;
		top: 0;
		right: 50%;
	}
	footer .container {
		flex-direction: column;
		gap: 24px;
	}
	footer .container .col-4 {
		width: 100%;
	}
	.video-popup {
		top: calc(50% - 40px);
		right: -40px;
	}
	.video-popup a {
		width: 80px;
		height: 80px;
		line-height: 64px;
		font-size: 25px;
	}
	.about-section .about-right {
		padding: 6rem calc(50% - 360px) 6em 3em;
	}
	.advantage-box .icon {
		width: 75px;
		height: 75px;
		padding: .75em;
	}
	.products-section .d-flex {
		gap: 1.5rem;
	}
	.products-section .d-flex .product-item {
		width: calc(50% - 12px);
	}
	.p-5 {
		padding: 1.5rem !important;
	}
	.shop-section .tab-content>.active {
		gap: 1.5rem;
	}
	.menu-item-has-children {
		display: flex;
		text-align: center;
		justify-content: center;
		position: relative;
	}
	.sub-menu {
		display: none !important;
		list-style: none;
		padding-left: 20px;
	}
	.sub-menu.open {
		display: block !important;
		position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
	}
	.submenu-toggle {
		cursor: pointer;
		margin-left: 8px;
		font-size: 16px;
		position: absolute;
		right: 0;
        top: 0;
        z-index: 99;
        margin-left: 0;
        height: 60px;
        width: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
	}
}
@media(max-width:767.98px) {
	h1 {
        font-size: 3em;
    }
	.hero-container .hero-section-text {
		padding: 2em 1em;
	}
	.overview .container,
	.advantages-section .container {
		flex-direction: column;
	}
	.col-6,
	.advantage-box {
		width: 100% !important;
	}
	.advantage-box:nth-child(2) {
		margin: 2rem 0;
	}
	.page-id-208 .products-section .d-flex .product-item,
	.page-id-208 .products-section .d-flex .product-item:nth-child(even), 
	.content .d-flex:nth-child(even),
	.content .d-flex {
		flex-direction: column;
	}
	.product-text,
	.col-5 {
		width: 100%;
	}
	.content .d-flex {
		padding: 1.5rem;
		margin-top: 2rem;
	}
	.left-align-img h2 + div {
		float: none;
		width: 100%;
		margin: 0 0 1rem;
	}
	.content .grey-bkg {
		padding: 1.5rem;
	}
	.blog-post,
	.shop-section .nav-pills,
	.shop-section .tab-content {
		width: 100%;
	}
	.blog-post-image, .blog-post-image img, .single .image-box img {
		height: 300px;
	}
	.contact-section .d-flex {
		flex-direction: column;
		gap: 2rem;
	}
	.shop-section.products-section .d-flex {
		flex-direction: column;
	}
	.shop-section .nav-pills .nav-link.active, .shop-section .nav-pills .show>.nav-link {
		border-top: 2px solid #ffd100 !important;
		border-left: 0 !important;
	}
	.hero-container .slick-prev, 
	.hero-container .slick-next {
		display: none !important;
	}
}
@media(max-width:575.98px) {
	.top-bar a {
		font-size: .75em;
		padding: 1em .5em;
	}
	.top-bar a svg {
		font-size: .75em;
	}
	.top-bar-right .search {
		display: flex;
	}
	.hero-container .slick-next {
		right: calc(50% - 270px);
	}
	.hero-container .slick-prev {
		left: calc(50% - 270px);
	}
	.about-section {
		flex-direction: column;
	}
	.about-section .about-left,
	.about-section .about-right {
		width: 100%;
	}
	.video-popup {
        top: initial;
        right: calc(50% - 40px);
        bottom: -40px;
    }
	.about-section .about-right {
        padding: 6rem 12px;
    }
	.products-section .d-flex .product-item,
	.shop-section.products-section .d-flex .product-item {
		width: 100%;
	}

}

