/*

Theme Name: Genesis Block Theme

Description: WU Custom CSS

Author: Edi

Template: Genesis Block 


*/

@font-face {
  font-family: 'HelveticaNowRegular';
  src: url('fonts/HelveticaNowText-Regular.woff2') format('woff2'),
       url('fonts/HelveticaNowText-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNowRegularIta';
  src: url('fonts/HelveticaNowText-RegIta.woff2') format('woff2'),
       url('fonts/HelveticaNowText-RegIta.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNowLight';
  src: url('fonts/HelveticaNowText-Light.woff2') format('woff2'),
       url('fonts/HelveticaNowText-Light.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNowLightIta';
  src: url('fonts/HelveticaNowText-LightItalic.woff2') format('woff2'),
       url('fonts/HelveticaNowText-LightItalic.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNowMedium';
  src: url('fonts/HelveticaNowText-Medium.woff2') format('woff2'),
       url('fonts/HelveticaNowText-Medium.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNowThin';
  src: url('fonts/HelveticaNowText-Thin.woff2') format('woff2'),
       url('fonts/HelveticaNowText-Thin.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}




/* Site Wide */
body {
  font-family: 'HelveticaNowRegular';
}
.elementor-element ::selection {
  background-color: #fde963;
}
.elementor-element.dark-bg ::selection {
  background-color: transparent;
  color: #fde963;
}
.elementor-widget-n-tabs button {
  outline: none;
  box-shadow: none;
}
#main a {
  box-shadow:none;
}
#main a:focus {
  outline: none !important;
}
.main-category-link a { 
  position:relative;
}
.main-category-link a::after {
  content: "";
  position: absolute;
  left: 0; /* changed from 50% */
  bottom: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(to right, #000, #000);
  transition: width 0.3s ease;
}
.main-category-link a:hover {
  background: linear-gradient(to right, #000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.main-category-link a:hover::after {
  width: 100%;
}
.main-link a,
body .animate-link {
  font-family: 'HelveticaNowRegular';
  position: relative;
  display: inline-block;
  color: #336600;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s ease;
}
.main-link a::after,
body .animate-link::after {
  content: "";
  position: absolute;
  left: 0; /* changed from 50% */
  bottom: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(to right, #228B22, #7CFC00);
  transition: width 0.3s ease;
}
.main-link a:hover
body .animate-link:hover {
  background: linear-gradient(to right, #228B22, #7CFC00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.main-link a:hover::after,
body .animate-link:hover::after {
  width: 100%;
}


/* === ALT-ANIMATE-LINK (white text) === */
.alt-main-link a,
.state-block .contact a[href*="http"],
body .alt-animate-link {
  font-family: 'HelveticaNowRegular';
  position: relative;
  display: inline-block;
  color: #99cc33 !important;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.alt-main-link a::after,
.state-block .contact a[href*="http"]::after,
body .alt-animate-link::after {
  content: "";
  position: absolute;
  left: 0; /* changed from 50% */
  bottom: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(to right, #66cc00, #ccff66);
  transition: width 0.3s ease;
}
.alt-main-link a:hover,
.state-block .contact a[href*="http"]:hover,
body .alt-animate-link:hover {
  background: linear-gradient(to right, #66cc00, #ccff66);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.alt-main-link a:hover::after,
.state-block .contact a[href*="http"]:hover::after,
body .alt-animate-link:hover::after {
  width: 100%;
}
.entry-content p a {
  color:#336600;
}
body .dropdown-dark:focus {
  color:#fff;
}
#site-main ul li::marker {
  font-size: 0.6em; /* Adjust size as needed */
}
/*.category-products .animate-link,
#main .animate-link a,
#main a.animate-link,
#main a.alt-animate-link {
  font-family: 'HelveticaNowRegular';
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}
.category-products .animate-link,
#main a.animate-link {
  color: #000000;
}
#main a.alt-animate-link {
  color: #ffffff;
}

.category-products .animate-link::after,
#main .animate-link a::after,
#main a.animate-link::after,
#main a.alt-animate-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(to right, #228B22, #7CFC00);
  transition: width 0.3s ease;
}
.category-products .animate-link:hover,
#main a.animate-link:hover,
#main a.alt-animate-link:hover {
  color: inherit;
}
.category-products .animate-link:hover,
#main a.animate-link:hover {
  background: linear-gradient(to right, #228B22, #7CFC00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
#main a.alt-animate-link:hover {
  color: #66cc00;
}
#main .animate-link a:hover::after,
#main a.animate-link:hover::after {
  width: 100%;
}


.category-products .animate-link:hover::after {
  width: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

#main a.alt-animate-link:hover::after {
  background-color: #66cc00;
  width: 100%;
}
*/


/* Header Layout */
#masthead.site-header {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 999;
  position: relative;
}
.site-header,
#mega-menu-wrap-left-header #mega-menu-left-header > li.mega-menu-megamenu > ul.mega-sub-menu {
  background-color:#fff;
}
.site-header .container {
  max-width:100%;
}
.custom-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 3.5rem 1.5rem 2rem;
}
.header-container a {
  font-size:15px;
  color:#666666;
}
.header-left,
.header-right {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.site-logo {
  width: 100%;
  text-align: center;
}
.site-title-wrap {
  max-width: 500px;
  margin: 0 auto;
  display:block;
  overflow:hidden;
  text-align:center;
  top:10px;
  z-index:9999;
}
.site-title-wrap img {
  max-width:180px;
  margin:0 auto;
}
.header-right {
  justify-content: flex-end; 
}
.left-menu,
.right-menu {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.header-container li.menu-item-24 a {
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:1px;
}
.header-container li.menu-item-1439 a {
  font-size:12px;
  margin-right:15px;
}
/* Menu Nav */
#mega-menu-wrap-left-header #mega-menu-left-header > li.mega-menu-item > a.mega-menu-link {
  font-family: 'HelveticaNowRegular';
  font-size:15px;
  padding:0 20px;
}
#mega-menu-wrap-left-header #mega-menu-left-header > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-left-header #mega-menu-left-header > li.mega-menu-item > a.mega-menu-link:hover {
  font-family: 'HelveticaNowRegular';
  color:#000;
}
.custom-header .mega-sub-menu {
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.08) !important;
}
/* Search Icon */
/*.search-icon .dashicons {
	font-size: 20px;
	line-height: 1;
}*/
.search-icon {
  width: 27px;
  height: 27px;
  display:block;
  position: relative;
  top: 0px;
}

.main-product-image .img-bk,
.main-product-image .img-bz {
  display: none;
}
.main-product-image  .img-bk.active,
.main-product-image  .img-bz.active {
  display: grid;
}
.e-n-tabs .e-n-tab-title,	
.e-n-tabs .e-n-tab-title:outline,
.e-n-tabs .e-n-tab-title:focus,
.e-n-tabs .e-n-tab-title:active,
.e-n-tabs .e-n-tab-title[aria-selected="true"] {
  background-color:transparent !important;
  box-shadow:none !important
}
.e-n-tabs .e-n-tab-title[aria-selected="true"] {
  text-decoration:underline;
  box-shadow:none !important
}	
.entry-content .category-container {
  overflow:hidden;
}

#accent-landscape,
#flood-wall-wash,
#path-bollard {
  scroll-margin-top: 80px;
}
#page_nav {
  background:#fff;
  padding:20px 0;
}
#page_nav a {
  font-size:15px;
}
#page_nav .active,
#page_nav a:hover {
  color:#000;
}
#page_nav .active {
  font-family: 'HelveticaNowMedium';
}
#page_nav .elementor-button:focus, 
#page_nav .elementor-button:hover, 
#page_nav .elementor-button:visited {
  color:#000;
  outline:0;
}
.product-template .page_nav.elementor-sticky--active .sticky_nav_wrap {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.sticky-product-title {
  display:none;
}
.product-template .page_nav.elementor-sticky--active .sticky-product-title {
  display:block;
}
.page-id-524 .animate-heading {
  width:115% !important;
  max-width:115% !important;
}
.elementor-widget-form .elementor-message {
  margin:50px 0 50px;
}
.custom-contact-form textarea {
  border:1px solid #69727d !important;
  padding-top:20px;
}
.custom-contact-form input.elementor-field {
  padding-left:0;
}
.tab-buttons .e-n-tabs-heading {
  position: static !important;
}
.training-slider .elementor-swiper-button {
  border:1px solid #666633 !important;
  padding:4px;
}
.training-slider .elementor-swiper-button svg {
  font-size:16px;
  fill:#666633 !important;
}
.download-accordion .e-n-accordion-item-title {
  padding-left: 10px !important;
  padding-right: 25px !important;
}
.compare-fixtures .swiper-slide > .elementor-element > .e-child > .e-child {
  max-height: 120px;
  height: 100vh;
  padding: 10px 20px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.compare-fixtures .swiper-slide > .elementor-element > .e-child > .e-child:first-child {
  max-height: 140px;
  padding-bottom: 30px;
}
.compare-fixtures .swiper-button-disabled {
  display:none !important;	
}
.compare-fixtures .swiper-slide:last-child > .elementor-element > .e-child > .e-child {
  border-right: 0;
}
.dealer-form input::placeholder,
.dealer-form textarea::placeholder,
.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}

.dealer-form input:-ms-input-placeholder,
.dealer-form textarea:-ms-input-placeholder,
.dealer-form input::-ms-input-placeholder,
.dealer-form textarea::-ms-input-placeholder,
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder,
.inquiry-form input::-ms-input-placeholder,
.inquiry-form textarea::-ms-input-placeholder{
    color: #ffffff !important;
}
#main .inquiry-form textarea {
	background-color:transparent !important;
}
.our-story-slider .elementor-swiper-button svg {
	display:none;
}
.our-story-slider .elementor-swiper-button-prev {
	background: url('https://hkresidential.wpenginepowered.com/wp-content/uploads/2025/06/custom-left-side.svg') center center no-repeat;
	width:40px;
	height:40px;
}
.our-story-slider .elementor-swiper-button-next {
	background: url('https://hkresidential.wpenginepowered.com/wp-content/uploads/2025/06/custom-right-side.svg') center center no-repeat;
	width:40px;
	height:40px;
}

@media (max-width:481px) {
	.compare-fixtures {
	  padding:0 20px !important;
	}
	.compare-fixtures .swiper-slide > .elementor-element > .e-child > .e-child {
	  border-right: 0;
	}
	.compare-fixtures .swiper-slide > .elementor-element > .e-child > .e-child:first-child {
	  max-height: 180px;
	  flex-direction: row-reverse;
	  border-right: 0;
	}
	.product-template .page_nav.elementor-sticky--active .sticky-product-title {
	  display:none;
	}
	.elementor-element.img-text-mobile {
	  background-color: #303030 !important;
	  background-position: center top !important;
	  background-repeat: no-repeat !important;
	  background-size: 100% auto !important;
	  padding-bottom:550px !important;
	}
	.elementor-element.img-text-mobile .img-text-mobile-content {
	  transform: none !important;
	  margin-bottom:50px !important;
	}
	.elementor-element.img-text-mobile .img-text-mobile-content-2 {
	  transform: none !important;
	  top:61% !important;
	}
	.elementor-element.img-text-mobile .img-text-mobile-content-3 {
	  transform: none !important;
	  top:57% !important;
	}
	.elementor-element.img-text-mobile .elementor-element {
	  transform: none !important;
	  --translateX: 0 !important;
	}
	.elementor-element.img-text-mobile .elementor-motion-effects-layer {
		height:270px !important;
	}
}
/*.swiper-scroll-section {
  overflow: hidden;
  position: relative;
}

.swiper-scroll-section {
  position: relative;
  overflow: hidden;
}

.scroll-swiper {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
}

.swiper-wrapper {
  display: flex;
  transition: transform 0.05s linear;
  will-change: transform;
}
.mouse-scroll-effect {
  max-height:1299px !important;
}*/

/* Footer */
.site-footer {
  background: #f4eade;
  color: #666666;
  padding: 100px 0;
}
.site-footer .footer-middle.container,
.site-footer .footer-bottom.footer-last.container {
  max-width:1800px;
  padding:0 100px;
  justify-content: normal;
  gap:0;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}
.footer-columns {
  display: flex;
  gap: 3rem;
  flex: 1;
}
.footer-column {
  min-width: 150px;
}
.footer-newsletter {
  max-width: 400px;
  flex: 1;
}
.footer-bottom {
  display:block;
  padding: 0;
}
.footer-brand {
  padding-top:89px;
}
.footer-bottom.container .footer-brand .footer-logo h5 {
  font-size: 15px;
  font-family: 'HelveticaNowRegular';
  font-weight: normal;
  letter-spacing: 1px;
}
.footer-logo {
  max-width:100%;
  max-height: 200px;
  position:relative;
}
.footer-logo img {
  max-height: 300px;
}
.footer-brand address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
}
.footer-legal {
  font-size: 14px;
}
.footer-middle.container {
  padding:0;
}
.footer-menu > li {
  position:relative;
  padding-left:25px;
}
.footer-menu > li:before {
  content: '';
  border-left:1px solid #d5d5d5;
  width:1px;
  height:110%;
  display:block;
  position:absolute;
  top:6px;
  left:0;
}
.footer-menu > li > a {
  font-size: 15px;
  font-family: 'HelveticaNowRegular';
  font-weight: normal;
  letter-spacing: 1px;
  text-transform:uppercase;
  display:block;
  margin-bottom:5px;
  padding-bottom:10px;
}


.footer-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.5rem;
  justify-content: flex-end;
}
.footer-navigation ul > li {
  min-width:200px;
}
.footer-navigation ul.sub-menu,
.footer-navigation ul.sub-menu li {
  display:block;	
}
.footer-navigation ul.sub-menu li a {
  font-family: 'HelveticaNowLight';
  font-size:15px;
  display: block;
  padding: 5px 0;
}
.footer-navigation a {
  color: #666666;
  text-decoration: none;
}
.footer-brand a {
  color: #666666 !important;
  font-size:15px;
}
.footer-brand p {
  display:inline-block;
  font-size:14px;
  padding-right:20px;
}
.footer-brand .footer-links {
  display:inline-block;
}
.footer-brand .footer-links a {
  font-size:15px;
  padding:0 10px;
}
.footer-middle.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.custom-footer-nav,
.custom-footer-newsletter {
  min-width: 300px; /* Prevents collapsing on smaller screens */
}
.custom-footer-newsletter .residential-sig img {
  max-width:350px;
  margin-bottom:90px;
}
.custom-footer-newsletter .residential-sig h5 {
  font-size: 15px;
  font-family: 'HelveticaNowRegular';
  font-weight: normal;
  letter-spacing: 1px;
}
.custom-footer-nav {
  flex: 0 0 60%;
}
.custom-footer-newsletter {
  flex: 0 0 36%;
  margin-top:4.5px;
}
.custom-footer-newsletter .newsletter h5 {
  font-size: 15px;
  font-family: 'HelveticaNowRegular';
  font-weight: normal;
  letter-spacing: 1px;
}
.custom-footer-newsletter .newsletter input {
  background: transparent;
  border:none;
  border-bottom:1px solid #999;
  margin-bottom:20px;
  padding-left:0;
}
.custom-footer-newsletter .newsletter select {
  width:100%;
  max-width:420px;
}
.custom-footer-newsletter .newsletter label span {
  display:block;
}
.custom-footer-newsletter .newsletter button {
  font-size: 14px;
  color: #666666;
  background:none;
  border: none;
  border-radius: 0;
  padding: 5px;
}
.custom-footer-newsletter .newsletter button:hover {
  background:none;
}

.custom-footer-newsletter .inpt-wrap {
  position: relative;
  max-width: 400px;
}

.custom-footer-newsletter .inpt-wrap input[type="text"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 40px 10px 0;
  font-size: 15px;
  background-color: transparent;
  color: #333;
  outline: none;
}

.custom-footer-newsletter .inpt-wrap input::placeholder {
  color: #888;
  font-size: 15px;
}

.custom-footer-newsletter .inpt-wrap button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.footer-last {
  margin-top:100px;
  padding:0 20px;
}
.footer-last .footer-brand {
  border-top:1px solid #ccc;
  padding-top:10px;
}
.newsletter .elementor-field-textual:focus {
  box-shadow:none !important;
}
.newsletter #footer_button {
  position: absolute;
  top: -45px;
  right: 0;
}

.swiper-pagination-bullet {
    background: none !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #ccc;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 8px !important;
	padding: 6px 12px;
}

/* Number injection */
.swiper-pagination-bullet:nth-child(1)::before { content: "1"; }
.swiper-pagination-bullet:nth-child(2)::before { content: "2"; }
.swiper-pagination-bullet:nth-child(3)::before { content: "3"; }
.swiper-pagination-bullet:nth-child(4)::before { content: "4"; }
.swiper-pagination-bullet:nth-child(5)::before { content: "5"; }
.swiper-pagination-bullet:nth-child(6)::before { content: "6"; }
.swiper-pagination-bullet:nth-child(7)::before { content: "7"; }
.swiper-pagination-bullet:nth-child(8)::before { content: "8"; }
.swiper-pagination-bullet:nth-child(9)::before { content: "9"; }
.swiper-pagination-bullet:nth-child(10)::before { content: "10"; }

.swiper-pagination-bullet::before {
    display: inline-block;
}

/* Active bullet style */
.swiper-pagination-bullet-active {
    color: #336600 !important;
}


.toggle-header {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 30px 10px 20px;
  margin-left: 0;
  margin-top: -20px;
  position: relative;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #1b4918;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 9;
}
.toggle-header.open {
  border-bottom: none;
  z-index: 9999999;
}

/*.toggle-icon {
  margin-left: 10px;
  border: solid #444;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-135deg); 
  transition: transform 0.3s ease;
}

.toggle-icon.open {
  transform: rotate(45deg); 
}*/

.toggle-icon {
  display: inline-block;
  border: solid #444;
  border-width: 0 1.5px 1.5px 0;
  position: relative;
  top: -2px;
  left: 12px;
  padding: 4px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.toggle-header.open .toggle-icon {
  transform: rotate(-135deg);
  top: 3px;
}
.elementor-widget-n-carousel {
  padding-top:0 !important;
}
.accessories-slideshow {
  width: 100vw !important; 
  max-width: 100vw !important;
  margin-left: 0 !important;
  position: absolute !important;
  top: 29px;
  left: -75px !important;
  padding: 20px 40px !important;
  background: #fff;
  box-sizing: border-box;
  z-index: 9999 !important;
  border: solid #ddd;
  
}

.accessories-slideshow > .elementor-widget-loop-carousel {
  padding:0 30px;
}
.accessories-slideshow .swiper-pagination {
  display: none;
}
.accessories-slideshow .swiper-slide {
  text-align:center;
  max-width:33.3333%;
}
.accessories-slideshow .elementor-widget-text-editor {
  min-height:80px;
}
.accessories-section.pushed-down {
  margin-bottom: 24%; /* or padding-bottom, whatever you need */
}
@media (max-width:481px) {
  .accessories-slideshow {
    left: -44px !important;
  }
  .accessories-slideshow .swiper-slide {
    max-width:100%;
  }
  .accessories-slideshow > .elementor-pagination-type-bullets {
	padding:0 !important;
  }
}
#glare-shields,
#mounting,
#optical,
#soraa,
#transformer {
  scroll-margin-top: 70px;
}

.swiper-slide a {
  pointer-events: auto !important;
  z-index: 10;
  position: relative;
}
.swiper-slide {
  pointer-events: none;
}
.search-form {
  display: flex;
  gap: 8px;
  align-items: center;
}

.search-form input[type="text"] {
  padding: 6px 10px;
  font-size: 14px;
}

@media (max-width:1366px) {
	.footer-navigation ul > li {
	  min-width:0;
	}
	.site-footer .footer-middle.container, 
	.site-footer .footer-bottom.footer-last.container {
		padding: 0 70px;
	}
}
@media (max-width:900px) {
	.site-footer .footer-middle.container, 
	.site-footer .footer-bottom.footer-last.container {
		padding: 0 20px;
	}

}
@media (max-width:769px) { 
	.search-icon {
		width: 35px;
		height: 35px;
	}
	/*#mega-menu-wrap-left-header .mega-menu-toggle + #mega-menu-left-header,
	#mega-menu-wrap-left-header #mega-menu-left-header > li.mega-menu-megamenu > ul.mega-sub-menu {
		/*width: 100%;
		background-color:#000;
	}
	#mega-menu-wrap-left-header #mega-menu-left-header > li.mega-menu-megamenu > ul.mega-sub-menu * {
		color:#fff;
	}
	#mega-menu-wrap-left-header #mega-menu-left-header > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
		background:#000;
	}
	#mega-menu-wrap-left-header .mega-menu-toggle.mega-menu-open + #mega-menu-left-header {
        width: 100%; 
		padding: 50px 10px;
    }
	.header-nav-right,
	#mega-menu-wrap-left-header .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
		display:none;
	}
	#mega-menu-wrap-left-header .mega-menu-toggle {
		background:#fff;
	}
	#mega-menu-wrap-left-header .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-left-header .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
		width: 30px;
		height: 3px;
		background:#000;
		border-radius:0;
	}
	#mega-menu-wrap-left-header .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
	   top:11px;
	}
	#mega-menu-wrap-left-header .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
		top: 6px;
	}
	#mega-menu-wrap-left-header #mega-menu-left-header > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-left-header #mega-menu-left-header > li.mega-menu-item > a.mega-menu-link:hover {
		color:#fff;
		background: transparent;
	}
	#mega-menu-wrap-left-header .mega-menu-toggle.mega-menu-open ~ button.mega-close {
        top: 30px;
        left: auto;
        right:30px;
    }
	#mega-menu-wrap-left-header .mega-menu-toggle ~ button.mega-close:before {
        font-size: 40px;
    }
	#mega-menu-wrap-left-header #mega-menu-left-header li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
		padding:0;
	}
    #mega-menu-left-header .category-products.active {
		/*display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    gap: 24px;
		display:block;
	}
	#mega-menu-left-header .category-products a {
	    width:100%;
	    /*text-align: center;
		text-align:left;
	    text-decoration: none;
	}
	#mega-menu-left-header .category-products img {
	    max-width: 100%;
	    height: auto;
	    display: block;
	    margin: 0 auto;
	}
	#mega-menu-left-header .category-list li a {
		font-size:20px;
	}
	#mega-menu-left-header .product-panel {
		padding:0;
	}
	#mega-menu-wrap-left-header #mega-menu-left-header > li.mega-menu-item > a.mega-menu-link {
		font-family: 'HelveticaNowLight';
		font-size: 25px;
	}
	#mega-menu-wrap-left-header #mega-menu-left-header > li.mega-menu-item {
        margin-bottom: 20px;
    }
	#mega-menu-left-header .main-category-link {
		position:relative;
	}
	#mega-menu-left-header .main-category-link a {
		font-size: 16px;
		position: absolute;
		bottom: 50%;
		left: 0;
		right: 0;
	}*/
	.site-footer {
		padding:50px 0;
	}
	.site-footer .footer-middle.container, .site-footer .footer-bottom.footer-last.container {
		padding: 0 10px;
		justify-content: normal;
		gap: 0;
	}
	.site-footer a:hover {
		color: #272c30;
		text-decoration: none;
	}
	.footer-menu > li > a {
		margin:0;
		padding:0;
	}
	.footer-navigation {
		width:100%;
		padding:0 20px;
	}
	.footer-navigation ul {
		display: block;
	}
	.footer-menu > li:before {
		display:none;
	}
	.footer-navigation ul {
		display: block;
	}
	.footer-navigation ul > li {
		min-width: 100%;
		width: 100%;
		border-top: 1px solid #999;
		padding: 12px 0px;
	}
	.footer-navigation ul > li li {
		border:none;
		padding:0;
	}
	#menu-footer-menu .sub-menu {
       display: none;
       padding: 10px 0;
    }
    #menu-footer-menu .menu-item.menu-open > .sub-menu {
       display: block;
    }

    #menu-footer-menu .menu-item-has-children > a::after {
       content: '+';
       float: right;
       font-weight: bold;
       transition: transform 0.3s;
    }

    #menu-footer-menu .menu-item.menu-open > a::after {
       content: '−';
    }
	.footer-menu .sub-menu {
	    transition: all 0.3s ease !important;
	}
	.site-footer .footer-middle.container, 
	.site-footer .footer-bottom.footer-last.container {
        display: block;
    }
	.footer-bottom {
		padding: 0 20px;
	}
	.site-footer .footer-bottom.footer-last.container {
		padding:0 30px;
	}
	.custom-footer-newsletter {
		padding: 30px 20px 0;
	}
	.footer-brand p,
	.footer-brand .footer-links a {
		font-size:10px;
	}
}

.swiper-container {
  min-height: 200px !important; 
  height: auto !important;
  position: relative;
  overflow: visible !important;
}

.swiper-wrapper {
  min-height: 200px !important;
  display: flex !important;
}

.swiper-slide {
  min-height: 200px !important;
  align-items: center;
  justify-content: center;
  pointer-events: auto !important;
  touch-action: pan-y !important;
  cursor: grab;
}

.search-form button {
  background-color:transparent;
}
.search-form button img {
  width:40px;
}
@media (max-width:481px) { 
  .content_wrap.content_wrap_1 {
    background:#E7EAE9;
  }
  .content_wrap.content_wrap_2 {
    background:#F9F3F0;
  }
  .content_wrap.content_wrap_3 {
	background:#DFECEC;
  }
  .content_wrap.content_wrap_4 {
	background:#E9EBDF;
  }
  .content_wrap.content_wrap_5 {
	background:#F5EAE1;
  }
  .content_wrap.content_wrap_6 {
	background:#EAE4DF;
  }
  .content_wrap.content_wrap_7 {
	background:#F1F0DF;
  }
  .content_wrap.content_wrap_8 {
	background:#E9EEEE;
	z-index:9;
  }
  .content_wrap.content_wrap_9 {
	background:#E4EAE2;
	z-index:9;
  }
  .content_wrap.content_wrap_10 {
	background:#EEE2D4;
	z-index:9;
  }
}