/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
:root {
	--banner-height: clamp(500px,37.5vw,600px);
}
.main-page-wrapper.main-page-wrapper {
  --e-global-typography-text-line-height: 1.5;
}
.main-page-wrapper {--wd-container-w: 1530px;}
.pad-lg {padding-block: clamp(40px, 6.25vw, 100px);}
.pad-lg-start {padding-block-start: clamp(40px, 6.25vw, 100px);}
.pad-lg-end {padding-block-end: clamp(40px, 6.25vw, 100px);}
.pad-md {padding-block: clamp(30px, 5.8vw, 80px);}
.pad-md-start {padding-block-start: clamp(30px, 5.8vw, 80px);}
.pad-md-end {padding-block-end: clamp(30px, 5.8vw, 80px);}
.pad-sm {padding-block: clamp(20px, 3.75vw, 60px);}
.pad-sm-start {padding-block-start: clamp(20px, 3.75vw, 60px);}
.pad-sm-end {padding-block-end: clamp(20px, 3.75vw, 60px);}
.site-content {margin-bottom: 0px;padding-inline: 0px !important;}
body:not(.single, .blog) #blog-page {display: none;}
.wd-nav-main.wd-nav-main:not(.wd-offsets-calculated) .wd-dropdown:not(.wd-design-default) {
	opacity: 1;
	pointer-events: auto;
}
.yo-big, .yo-big :is(h1,h2,h3,h4,p,.title-subtitle), .yo-big:where(h1,h2,h3,h4,p) {
	font-size: clamp(45px,6.625vw,106px);
	line-height: 1;
}
.semi-big, .semi-big :is(h1,h2,h3,h4,p,.title-subtitle), .semi-big:where(h1,h2,h3,h4,p, .title-subtitle) {
	font-size: clamp(40px,4.375vw,70px) !important;
	line-height: 1;
}
.homepage.swiper {
	height: clamp(400px,45vw,770px) !important;
}
.homepage.swiper .swiper-slide {overflow: hidden;}
.whb-main-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.whb-main-header > div.whb-flex-equal-sides {
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}
.nav-header {padding-block: clamp(10px,1.5625vw,25px);transition: padding 0.4s ease-in-out;}
.top-banner .elementor-widget-text-editor a {
  color: var(--e-global-color-primary);
  position: relative;
}
.top-banner .elementor-widget-text-editor a::after {
  content: '';
  position: relative;
  left: 3px;
  width: 13px;
  height: 10px;
  background-image: url('https://wiz1.gocloudwebpage.com/wp-content/uploads/2025/04/top-right.png');
  background-size: contain;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
}
.top-banner .elementor-widget-text-editor a:hover {
  color: var(--e-global-color-text);
}
.top-banner .elementor-widget-text-editor a:hover::after {
  transform: rotateZ(45deg)
}
header.sticky .nav-header {padding-block: clamp(5px,0.9vw,15px);}
header {
	position: sticky !important;
	top: calc(-1 * var(--banner-height) - 54px);
	z-index: 99;
	margin-bottom: 0px !important;
}
body:is(.single.single-post, .home, .single.single-product, .page.page-id-8) header {
	top: -54px;
}
header .nav-header {
	position: sticky;
	top: 0;
	z-index: 99;
}
header .elementor-widget-theme-site-logo {
  transition: max-width 0.4s ease-in-out;
}
header.sticky .elementor-widget-theme-site-logo.elementor-widget-theme-site-logo.elementor-widget-theme-site-logo {
  max-width: clamp(80px,7.5vw,120px);
}
header.sticky .nav-header {box-shadow: 0px 5px 20px #aaa}
.head-banner.overlay img {
  height: var(--banner-height);
  object-fit: cover;
  width: 100%;
}
.head-banner.overlay img.mobile {display: none;}
.searchform.wd-style-with-bg .searchsubmit {border-radius: 999px;}
@media screen and (max-width: 768px) {
	.head-banner.overlay:has(img.mobile) img.desktop {display: none;}
	.head-banner.overlay img.mobile {display: block;}
	header {
		top: calc(-1 * var(--banner-height) - 60px);
	}
	body:is(.single.single-post, .home, .single.single-product, .page.page-id-8) header {
		top: -60px;
	}
	header .nav-header {
	    position: inherit;
	    top: -10000vmax;
	    z-index: 99;
	}
	header {
		position: initial !important
	}
}
.head-banner.overlay .text {
  display: flex;
  flex-direction: column;
  justify-content: var(--pos-Y, center);
  padding-inline: var(--container-default-padding-right,10px);
  align-items: var(--pos-X, start);
  padding-block: clamp(20px, 3.75vw, 60px);
}
.head-banner.overlay .text > * {
	color: inherit;
}
.head-banner .elementor-heading-title {font-size: clamp(45px,5.5vw,106px); margin-bottom: 20px;}
.head-banner.overlay .img:has(video.video) {
	height: var(--banner-height, 1000px);
	overflow: hidden;
}
.head-banner.stack {place-items: center;}
.head-banner.stack .img {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
	padding-inline: var(--container-default-padding-left, 20px) var(--container-default-padding-right, 20px)
}
.head-banner.stack img {
  width: 100%;
  padding: 0 !important;
  margin-bottom: clamp(20px,2.2vw,30px);
  max-width: 1366px;
}
.head-banner.stack .extra-images > * {
	text-align: center;
	margin-inline: auto;
}
body:is(.single.single-post, .single.single-product, .page.page-id-8) .head-banner {
  display: none
}
@media screen and (min-width: 1025px) {
header.sticky .whb-main-header > div.whb-flex-equal-sides {
	opacity: 0;
	margin-bottom: -50px;
	transform: translateY(-100%);
}}
.w-half.w-half.w-half {width: calc(50% - var(--widgets-spacing-column) / 2)}
.w-third.w-third.w-third {width: calc((100% / 3) - ( 0.66667 * var(--widgets-spacing-column)))}
.w-quad.w-quad.w-quad {width: calc((100% / 4) - var(--widgets-spacing-column) * 0.75)}
@media screen and (max-width: 1025px) {
	.w-half.w-half.w-half {width: 100%}
	.w-third.w-third.w-third {width: calc((100% / 3) - ( 0.66667 * var(--widgets-spacing-column)))}
	.w-quad.w-quad.w-quad {width: calc(50% - var(--widgets-spacing-column) / 2)}
}
@media screen and (max-width: 768px) {
	.w-third.w-third.w-third {width: calc(50% - var(--widgets-spacing-column) / 2)}
	.w-quad.w-quad.w-quad {width: 100%}
}
.woo-multi-currency {
  padding: 5px 8px;
  border: 1px solid #aaa;
  border-radius: 999px;
}
.woo-multi-currency .wmc-text {
  width: 53px !important;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.woo-multi-currency.wmc-shortcode .wmc-currency-wrapper .wmc-current-currency-arrow::after {
	content: "\f129";
	font-family: "woodmart-font";
	font-weight: 400;
	font-size: 10px;
	left: -5px;
	position: relative;
}
.head-banner {
  display: grid;
  grid-template-columns: [img-start] minmax(var(--container-default-padding-right),1fr) [content-start] minmax(0, 1700px) [content-end] minmax(var(--container-default-padding-right),1fr) [img-end];
  grid-template-rows: 1fr;
}
.head-banner .img {
  grid-area: img;
}
.head-banner .content {
  grid-area: content;
}
.top-cats p {cursor: pointer;}
.top-cats p:hover {color: var(--e-global-color-primary);}
.top-cats .elementor-nav-menu--dropdown {
  max-width: 250px !important;
  border: 1px solid #000;
  left: auto !important;
}
@media screen and (max-width:767px) {
	.woo-multi-currency {
		padding: 2px 0px;
	}
	.woo-multi-currency .wmc-text {
		width: 45px !important;
		font-size: 14px;
	}
	.whb-main-header > div.whb-flex-equal-sides {
	  margin-bottom: 0px
	}	
}
.homepage.swiper + .swiper-pagination-bullets {
  right: clamp(10px,6vw,80px);
}
.homepage.swiper + .swiper-pagination-bullets {
  --swiper-pagination-bullet-vertical-gap: 15px;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-size: 8px;
}
.homepage.swiper + .swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
}

.homepage.swiper + .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  position: absolute;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  top: -3px;
  left: -3px;
  border-radius: 50%;
  background-image: conic-gradient(from 0deg at 50% 50%, var(--e-global-color-primary) var(--progress, 50%),  transparent 0%);
  z-index: -1;
}
.newsleter-form {
  width: 620px;
  max-width: 100%;
}
.newsleter-form input[type="email"] {
  background: #000;
  color: #fff;
  border-radius: 999px;
  border-color: #000;
  padding: 25px 20px;
}
.newsleter-form p {margin-bottom: 0px;}
.newsleter-form form {
  position: relative;
}
.newsleter-form .wpcf7-spinner.wpcf7-spinner.wpcf7-spinner {
	position: absolute;
	top: 10px;
	right: 50px;
}
.newsleter-form input[type="submit"] {
  padding: 0px;
  width: 40px;
  height: 40px;
}
.newsleter-form .email-icon {
	position: absolute;
	right: 15px;
	top: 6px;
}
.newsleter-form .email-icon::after {
  content: '\f125';
  font-family: 'woodmart-font';
  font-weight: 400;
  color: #fff;
  position: absolute;
  right: 12px;
  top: 8px;
  pointer-events: none;
}
.main-page-wrapper main {margin-bottom: 0px !important;}
.promo-banners .elementor-widget.elementor-widget-image:has( a > img )::after {
  content: attr(text, 'Discover Now');
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(0,0,0,0.8) , transparent);
  border-radius: 0 0 15px 15px;
  transform: rotateX(90deg);
  transform-origin: bottom center;
  transition: transform 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: end;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 15px;
  padding-bottom: 25px;
  text-decoration-thickness: 2px;
  pointer-events: none;
}
.promo-banners .elementor-widget.elementor-widget-image:has( a > img ):hover::after {
  transform: rotateX(0deg);
}
.product.wd-hover-standard .wd-add-btn.wd-add-btn > a {
  box-shadow: inset 0 -2px 0 var(--e-global-color-primary);
}
.product.wd-hover-standard .wd-add-btn.wd-add-btn > a span {
  padding-inline: 0px !important;
  font-size: 15px;
}
.product-grid-item .wd-entities-title {
  font-family: var(--e-global-typography-text-font-family);
}
.zoom-hover {
  overflow: hidden;
  border-radius: 15px;
}
.zoom-hover img {
  transition: scale 1s ease-in-out;
}
.zoom-hover:hover img {
  scale: 1.2
}

.zoom-hover + .elementor-element a.elementor-button .elementor-button-icon {
  transition: margin-left 0.4s ease-in-out;
}
.zoom-hover:hover + .elementor-element a.elementor-button .elementor-button-icon {
  margin-left: 10px
}
.home-post-grid .elementor-loop-container > div.e-loop-item:nth-of-type(1) {
  grid-row: 1 / 4;
  display: flex;
	.zoom-hover a {
		height: 100%
	}
}
.home-post-grid .elementor-loop-container > div.e-loop-item:nth-of-type(1) img {
  height: 100%;
  object-fit: contain;
/*   object-position: center right; */
}
.home-post-grid .elementor-loop-container :is(.elementor-widget-container p, .elementor-widget-container) {
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; 
}
.home-post-grid .elementor-loop-container > div.e-loop-item:nth-of-type(n + 2) {
  img {
    aspect-ratio: 1.4 / 1;
    height: 100%;
    object-fit: contain;
  }
  .e-con-inner {
    display: grid;
    gap: 0px var(--widgets-spacing-column);
    grid-template-columns: 0.45fr 0.65fr;
    grid-template-rows: auto;
    align-items: center;
    justify-content: end;
    & > div:not(.elementor-widget-theme-post-featured-image.zoom-hover) {
      grid-column: 2 / -1
    }
    & .elementor-widget-theme-post-featured-image.zoom-hover {
      grid-row: 1 / 4;
    }
    .elementor-widget-post-info {
      display: none;
    }
  }
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px,2.2vw,30px);
}
.form-grid .span-2 {
  grid-column: span 2;
}
.form-grid p {
  margin: 0;
  color: #fff;
  font-weight: bold;
}
.form-grid :is(input, textarea) {
  padding: 10px 20px;
  height: auto;
  font-weight: normal;
  text-align: left;
}
.form-grid .center {
  text-align: center;
}
/* .form-grid input[type="submit"] {
  color: var( --e-global-color-primary );
  background-color: #fff;
  text-transform: capitalize;
} */
.form-grid input[type="submit"]:is(:hover, :focus) {
  color: #fff;
  background-color: #494949;
}
.form-grid label {
  color: #fff;
  font-size: 16px;
}
.form-grid textarea {
  min-height: 0;
  height: auto;
}
.screen-reader-response {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.form-grid p .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: normal;
}
.blog-post-grid .elementor-loop-container :is(.elementor-widget-container p, .elementor-widget-container) {
	margin-bottom: 0px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient: vertical;
}
.blog-post-grid .elementor-widget.elementor-widget-post-info {
  opacity: 0;
  margin-bottom: -30px;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 991px) {
  .shop-description {
    max-width: 45%;
/*     text-shadow: 0px 0px 6px #fff; */
  }
	.term-559 .shop-description {
		max-width: 60%;
	}
	.woocommerce-result-count {
		float: left;
		margin-bottom: 0px;
		margin-top: 5px;
	}
}
.elementor-widget-text-editor {
  h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: clamp(20px, 2.5vw, 24px);
    margin-bottom: 10px;
    color: var(--e-global-color-text);
  }

  ul {
    list-style: none;
    padding: 0;

    li {
      padding-left: 18px;
      position: relative;

      &:before {
        background-color: var(--e-global-color-primary);
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: 6px;
        width: 6px;
        position: absolute;
        top: 12px;
        left: 4px;
      }
    }
  }
}
.acf-field-options {
	display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
#woocommerce_price_filter-2 {margin-bottom: 11px;
  padding-bottom: 10px;max-width: 200px;}
.acf-field-options {--e-global-color-primary: #de54a0;}
.acf-field-options .acf-field {
  border-bottom: 1px solid #e0e0e0;
  display: grid;
  grid-template-rows: auto 0px;
	min-width: 150px;
}
.acf-field-options .acf-field:has(input.toggle-accor:checked) {
  grid-template-rows: auto 1fr;
}
.acf-field-options .acf-field .accor-title {
  font-weight: bold;
  font-size: 17px;
  position: relative;
  padding-block: 10px;
}
.acf-field-options .acf-field .content {
  overflow: hidden;
}
.acf-field-options .acf-field .accor-title .toggle-accor {
  position: absolute;
  appearance: none;
  inset: 0px;
  cursor: pointer;
}
.acf-field-options .acf-field .content ul {
  margin-block: 20px;
  max-height: 250px;
  overflow: auto;
	scrollbar-width: thin;
	padding-right: 10px;
}
.acf-field-options .acf-field .content ul::-webkit-scrollbar {
    width: 10px;
  }
.acf-field-options .acf-field .content ul li {
	white-space: nowrap;
  label {
    cursor: pointer;
	display: inline-flex;
	&:hover {
   		color: var(--e-global-color-primary); 
  	}
  }  
  .count {
    vertical-align: super;
    margin-left: 2px;
    font-size: 12px
  }
}
.acf-field-options .acf-field .accor-title::after {
  content: '\f129';
  position: absolute;
  right: 10px;
      top: 15px;
    pointer-events: none;
  font-family: 'woodmart-font';
	font-size: 10px;
}
.acf-field-options  .accor-title:has(input.toggle-accor:checked) {
   border-bottom: 1px solid #e0e0e0;
  color: var(--e-global-color-primary);
  &::after {
    content: '\f115';
  }
}
.woocommerce-ordering.wd-style-underline select {
  padding: 0px 20px;
  border: 1px solid #d7d7d7;
  height: 40px;
}
.wd-products-shop-view a {
/*   padding: 10px; */
  border: 1px solid #d7d7d7;
  height: 40px;
  position: relative;
  width: 40px;
  display: grid;
  place-items: center;
}
.products {
  border-top: 1px solid #d7d7d7;
  padding-top: clamp(20px,2.2vw,30px);
  scroll-margin: 150px;
}
.elementor-widget-sidebar {
  padding: clamp(20px,2.2vw,30px) clamp(20px,2.2vw,30px) clamp(20px, 3.75vw, 60px);
  box-shadow: 11px 19.053px 32.5px rgba(0,0,0,0.05);
/*   position: sticky;
  top: 100px;
  z-index: 9;
  max-height: calc(90vh - 100px);
  overflow: auto; */
  scrollbar-width: thin;
}
.elementor-widget-sidebar .sidebar-widget h3 {
    font-size: clamp(1.75rem,1.2885rem + 0.9615vw,2.25rem);
    color: var(--e-global-color-primary);
}
.elementor-widget-sidebar .sidebar-widget:has(h3) {
  padding-bottom: 10px;
  border-color: var(--wp--preset--color--pale-pink);
  border-width: 3px;
}
.acf-field-options .acf-field .accor-title .toggle-accor,
.elementor-widget-sidebar .widget-title
{
	font-weight: bold;
  font-size: 17px;
  font-family: var(--e-global-typography-text-font-family, sans-serif);
  margin-bottom: 0px !important;
  text-transform: none;
  color: var(--e-global-color-text)
}
.loading {
  animation: pulse 1s infinite;
  pointer-events: none;
}
.acf-field:has(.content input:checked) .accor-title::before {
  content: attr(data-fields);
  position: absolute;
  right: 30px;
  width: 20px;
  height: 20px;
  background: red;
  color: white;
  display: grid;
  place-content: center;
  font-size: 14px;
}
@keyframes pulse {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        opacity: 1;
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        opacity: 0.5;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
.reset-filters {
  display: none;
}
.sidebar-widget:has(.acf-field .content input:checked) .reset-filters {
  display: block;
}
.dgwt-wcas-details-space .dgwt-wcas-pd-addtc.js-dgwt-wcas-pd-addtc {
  display: none;
}
.wd-header-search-form {
	min-width: 300px;
}
.woocommerce-tabs {--e-global-color-primary: #de54a0;}
.woocommerce-tabs .wd-nav-wrapper {
  text-align: left;
}
.woocommerce-tabs .wd-nav.wd-nav-tabs li {
  margin-right: 0px;
  box-shadow: 16px 0px 0px -15px #4e4e4e;
  margin-bottom: 1px;
}
.woocommerce-tabs .wd-nav.wd-nav-tabs li.active .wd-nav-link {
  box-shadow: 0px 21px 0px -20px currentColor;
}
div.quantity.quantity.quantity input[type="button"] {
	border-radius: 0px;
}
.custom-swatches-wrapper {
  display: none;
  gap: 20px;
  align-items: center;
  margin-bottom: var(--wd-var-table-mb)
}
.custom-swatches-wrapper .swatch-grid {
  display: flex;
  align-items: safe;
  flex-wrap: no-wrap;
  gap: 10px
}
.custom-swatches-wrapper .swatch-grid a.swatch-btn {
  background: transparent;
  padding: 0px;
  width: 60px;
  height: 60px;
  display: grid;
  place-content: center;
  border: 1px solid #dadada;
  border-radius: 0px;
  margin-inline: auto;
  cursor: pointer;
}
.custom-swatches-wrapper .swatch-grid a.swatch-btn.active {
	border-color: var(--e-global-color-primary);
}
.swatch-grid .swatch-grid-item {
  font-size: 14px;
  text-align: center
}
.custom-swatches-wrapper .swatch-grid span {
	max-width: 60px;
  display: inline-block;
  line-height: 1.2;
  margin-top: 5px;
}
.single.single-product .custom-swatches-wrapper {display: flex;}
.single.single-product .custom-swatches-wrapper + table.variations {display: none;}
.product-wrapper .single_variation_wrap .wapf {display: none;}
.single.single-product .product-wrapper .single_variation_wrap .wapf {display: block;}
.cart-widget-side .cart_item::after {
	content: '';
	clear: both;
	display: block;
}
.cart-widget-side .cart_item {
	clear: both;
	padding: 15px;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
}
.cart-widget-side .product-thumbnail {
	max-width: 100px;
	float: left;
	margin-right: 10px;
}
.cart-widget-side .elementor-menu-cart__subtotal {
  padding: 15px;
}
.cart-widget-side .elementor-menu-cart__footer-buttons {
  padding: 0px 15px;
}
.cart-widget-side .elementor-menu-cart__footer-buttons a {
  width: 100%;
  margin-bottom: 10px;
}
.single.single-product .elementor-widget-woocommerce-product-price .price ins .woocommerce-Price-amount.amount,
.single.single-product .elementor-widget-woocommerce-product-price:not(:has(del)) .price .woocommerce-Price-amount.amount {
  font-size: clamp(40px,4.375vw,70px);
  line-height: 1;
  color: var(--e-global-color-primary);
}
.cart-widget-side .woocommerce-mini-cart.cart {flex-grow: 1;}
.cart-widget .elementor-menu-cart__subtotal {
  position: sticky;
  bottom: 112px;
  background: #fff;
}
.cart-widget .elementor-menu-cart__footer-buttons {
  position: sticky;
  bottom: 0px;
  background: #fff;
}
.elementor-widget-woocommerce-cart .woocommerce .cart th {
  padding: 15px 10px;
  color: inherit;
  font-family: var(--e-global-typography-accent-font-family);
  text-transform: capitalize;
  font-size: 20px;
}
.elementor-widget-woocommerce-cart .woocommerce thead {
  background-color: var(--e-global-color-primary);
  color: #fff;
}
td.product-remove a::before, .woocommerce-remove-coupon::before {
  background-image: url('data:image/svg+xml,<svg fill="%23de3522" width="20px" height="20px" viewBox="0 0 32 32" id="Outlined" xmlns="http://www.w3.org/2000/svg"><title/><g id="Fill"><rect height="12" width="2" x="15" y="12"/><rect height="12" width="2" x="19" y="12"/><rect height="12" width="2" x="11" y="12"/><path d="M20,6V5a3,3,0,0,0-3-3H15a3,3,0,0,0-3,3V6H4V8H6V27a3,3,0,0,0,3,3H23a3,3,0,0,0,3-3V8h2V6ZM14,5a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1V6H14ZM24,27a1,1,0,0,1-1,1H9a1,1,0,0,1-1-1V8H24Z"/></g></svg>');
  content: '';
  width: 15px;
  height: 15px;
  background-size: contain;
  display: inherit;
}
.elementor-widget-woocommerce-cart .woocommerce .remove {
  width: 30px;
  aspect-ratio: 1;
  display: grid !important;
  place-content: center;
  margin-inline: 20px;
  border: 1px solid #d9d9d9;
}
.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
  color: var(--e-global-color-text);
}
.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward):hover {
  color: var(--e-global-color-primary);
}
.elementor-widget-woocommerce-cart .woocommerce {
  font-family: var(--e-global-typography-accent-font-family);
}
.elementor-widget-woocommerce-cart .woocommerce table.cart td span {
  font-size: 18px;
}
.woocommerce-cart-form .product-quantity .quantity-label {
  display: none !important;
}
@media screen and (min-width: 991px) {
.elementor-widget-woocommerce-cart .cart-table-section > .e-cart-section {
	padding: 0px;
}
.elementor-widget-woocommerce-cart .woocommerce table.cart img {
  min-width: 130px;
  border: 1px solid #d9d9d9;
}
	.elementor-widget-woocommerce-cart .e-cart__container {display: block}
.woocommerce-cart-form .responsive-table:has(.coupon-col) {
  float: left;
  width: 30%;
}
.coupon.e-cart-section {float: left; padding: 10px !important;}
.woocommerce.cart-content-wrapper .cart-totals-section {
  float: right;
  width: 40%;
}}
.elementor-widget-woocommerce-cart .woocommerce .coupon .button {
  border-color: var(--e-global-color-primary);
}
.elementor-widget-woocommerce-cart .woocommerce .coupon .button:hover {
  border-color: var(--e-global-color-secondary);
}
#menu-item-67721 .wd-dropdown-menu.wd-design-default {
 width: 300px;
}
#menu-item-67721 .wd-dropdown-menu.wd-design-default > .container > ul {columns: 2;}
@media (max-width: 768.98px) {
  .woocommerce-ordering.wd-ordering-mb-icon::after {
    float: right;
  	padding: 20px;
  }
  .woocommerce-ordering.wd-ordering-mb-icon {
    float: right;
    padding: 20px;
    margin-left: 15px !important;
  }
}
@media screen and (min-width: 1024px) {.slider-on-mobile .swiper-pagination {display: none;}}
@media screen and (max-width: 1024px) {
	.dgwt-wcas-search-wrapp {
		padding-block: 15px;
  		margin-right: 15px;
	}
	.wd-nav-tabs-wrapper {display: none;}
.archive-sidebar.elementor-widget-sidebar {
  position: fixed;
  inset: 0px;
  background: #0006;
  z-index: 99;
  width: 100%;
  left: -100%;
  transition: left 0.4s cubic-bezier(.2,.55,0,1);
  padding-block: 40px 80px;
  max-height: 100vh;
  overscroll-behavior: contain;
}
.archive-sidebar.elementor-widget-sidebar.show {
  left: 0%;
}
.archive-sidebar.elementor-widget-sidebar > .elementor-widget-container {
  max-width: 350px;
  background: #fff;
  box-shadow: -10px 0px 0px 40px #fff;
  height: fit-content !important;
  min-height: 100vh;
}}
.wapf-image-swatch-wrapper {
  grid-template-columns: repeat(auto-fit, clamp(90px,10vw,140px));
	--e-global-color-primary: #de54a0;
}
.wapf-field-container .wapf-swatch--image.wapf-swatch--image.wapf-swatch--image {
  padding: 5px;
  border: 2px solid #aaa;
  border-radius: 5px;
	overflow: visible;
}
.wapf-field-container .wapf-swatch--image.wapf-swatch--image.wapf-swatch--image:not(.wapf-checked):hover {
  border-color: var(--e-global-color-secondary)
}
.wapf-field-container .wapf-swatch--image.wapf-swatch--image.wapf-swatch--image.wapf-checked {
  border-color: var(--e-global-color-primary);
}
.wapf-swatch--image .apf-pick-box.apf-pick-box.apf-pick-box {
  border-color: transparent;
}
.wapf-field-container .wapf-swatch--image > label {
  display: flex;
  flex-direction: column;
}
.wapf-image-swatch-wrapper .wapf-swatch-label {
  line-height: 1.3;
  word-wrap: break-word;
  flex-grow: 1;
  font-size: 16px;
}
.wapf-swatch--image img {
  aspect-ratio: 1;
  object-fit: cover;
}
.label-above .wapf-field-label label {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.wapf-field-container {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.wapf-field-container textarea {
  min-height: 120px;
  max-width: 500px;
  border-color: #aaa
}
.wapf-field-container .wapf-swatch--image figure.popup {
  position: absolute;
  bottom: calc(100% - 50px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 5px;
  border: 1px solid var(--e-global-color-secondary);
  width: 150%;
  z-index: 9;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s cubic-bezier(.2,.55,0,1);
}
.wapf-field-container .wapf-swatch--image figure.popup::after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid var(--e-global-color-primary);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.wapf-field-container .wapf-swatch--image figure.popup figcaption {
  font-size: 14px;
  line-height: 1.1;
}
.wapf-field-container .wapf-swatch--image:hover figure.popup {
  bottom: calc(100% - 10px);
  opacity: 1;
}
.cart-widget-side .product-remove {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
}
.cart-widget-side .product-remove::after {
  background-image: url('data:image/svg+xml,<svg fill="%23de3522" width="20px" height="20px" viewBox="0 0 32 32" id="Outlined" xmlns="http://www.w3.org/2000/svg"><title/><g id="Fill"><rect height="12" width="2" x="15" y="12"/><rect height="12" width="2" x="19" y="12"/><rect height="12" width="2" x="11" y="12"/><path d="M20,6V5a3,3,0,0,0-3-3H15a3,3,0,0,0-3,3V6H4V8H6V27a3,3,0,0,0,3,3H23a3,3,0,0,0,3-3V8h2V6ZM14,5a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1V6H14ZM24,27a1,1,0,0,1-1,1H9a1,1,0,0,1-1-1V8H24Z"/></g></svg>');
  content: '';
  width: 15px;
  height: 15px;
  background-size: contain;
  display: inherit;
}
.cart-widget-side .product-remove .remove_from_cart_button {
  display: block;
  position: absolute;
  inset: 0;
}
.container.sml {
	max-width: 1050px;
}
details:not(.e-n-accordion-item) {
  padding: 10px;
  background-color: #e4eaef;
  border-radius: 5px;  
}

details:not(.e-n-accordion-item) > *:not(summary) {margin: 0.75em 0 0 0;}
details:not(.e-n-accordion-item) summary {
  padding-left: 20px;
  position: relative;
}
details:not(.e-n-accordion-item) summary::before {
  content: '▶';
  position: absolute;
  left: 0px;
  transition: transform 0.2s ease;
}
details:not(.e-n-accordion-item)[open] summary::before {
  transform: rotate(90deg); /* Rotates the arrow down */
}
.elementor-post-navigation {
    gap: 40px;
    .elementor-post-navigation__link {
        width: 60px;
        font-size: 20px;
        font-weight: 500;
        position: relative;
    }
    .elementor-post-navigation__prev::before {
        content: "\f114";
        font-family: "woodmart-font";
        font-weight: 400;
        position: absolute;
        font-size: 16px;
        left: 0px;
    }
    .elementor-post-navigation__next::before {
        content: "\f113";
        font-family: "woodmart-font";
        font-weight: 400;
        position: absolute;
        font-size: 16px;
        right: 0px;
    }
}
.quantity.quantity.quantity input {
    background-color: #fff;
    font-size: 20px;
    font-family: var(--e-global);
    border-color: #aaa;    
}
.quantity.quantity.quantity input[type="button"].minus {
    /* border-right: none; */
    border-radius: 5px 0 0 5px !important;
}
.quantity.quantity.quantity input[type="button"].plus {
    /* border-left: none; */
    border-radius: 0 5px 5px 0 !important;
}
.woocommerce-product-gallery .thumbnails img {
    aspect-ratio: 1;
    object-fit: cover;
}
.swiper-wrapper {
	display: flex !important;
	flex-wrap: nowrap !important;
}
.widget_nav_mega_menu .wd-nav > li:has(.wd-dropdown-menu.wd-design-full-width) {
  position: initial !important;
}
#menu-main-header-menu-1 .menu-item.menu-mega-dropdown .wd-dropdown-menu.wd-design-full-width {
  left: 10px;
  right: 0;
  max-width: 100%;
  padding-inline: 30px;
}
.menu-item.menu-mega-dropdown .wd-dropdown-menu .container {max-width: none;}
.wd-accordion-title {padding-inline: 20px;}
.weekly-popular {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(clamp(100px, 14.6vw, 200px), 1fr));
}    
.weekly-popular > div {
  max-width: 100% !important;
  flex: 1 1 100%;
  padding-inline: 0px !important;
}
#menu-top-products #menu-item-74975 :is(.woodmart-nav-link, .wd-nav-opener) {display: none;}
#menu-top-products #menu-item-74975 .wd-sub-menu {display: block !important;}
img:is(.custom-portrait-image, .size-woocommerce-thumb-portrait) {
	aspect-ratio: 2 / 3;
	object-fit: cover
}
#snize_results {
  padding-inline: var(--container-default-padding-left) var(--container-default-padding-right);
  max-width: 1530px;
  margin-inline: auto;
  padding-block: clamp(30px, 5.8vw, 80px);
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  grid-template-areas: "panel panel"
    "wrapper wrapper"
    "filters-sidebar main-content";
  .snize-main-panel {
    grid-area: panel;
  }
  .snize-horizontal-wrapper {
    grid-area: wrapper;
  }
  .snize-filters-sidebar {
    grid-area: filters-sidebar;
  }
  .snize-search-results-main-content {
    grid-area: main-content;
  }
}
.jdgm-revs-tab-btn[data-style="text"][position="bottom"] {
	position: fixed;
  right: 0 !important;
  transform: translateX(0%) !important;
writing-mode: vertical-rl !important;
  scale: -1 !important;
  padding-inline: 15px !important;
  border-radius: 0 5px 5px 0 !important;
	left: auto !important;
}
.jdgm-revs-tab-btn[position="bottom"] {
  bottom: 200px !important;
}
html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {background-color: #000;}
.wd-quick-view-icon, .wd-compare-btn {display: block !important;}
.wc-block-checkout {
  line-height: 1.5 !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name.wc-block-components-product-name.wc-block-components-product-name {
  line-height: 1.2;
  font-size: 16px;
  font-family: inherit;
  text-transform: none;
  margin-bottom: 5px;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata.wc-block-components-product-metadata {
  font-size: 15px !important;;
  text-transform: none;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__individual-prices.wc-block-components-order-summary-item__individual-prices {
  line-height: 1;
  display: inline-block;
}
.wd-slide-inner {max-width: none !important;}
.popup-quick-view :is(.product_meta, .variations_form) {display: none}
.checkout-button {
  --e-global-color-primary: #de54a0;
  font-size: 22px !important;
}