/*
 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 {
    --main-color-reseda-green: #6A7C5B;
    --secondary-color-light-grey: #C2C6C3;
    --tertiary-color-jet-black: #131516;
}

html {
  scroll-behavior: smooth;
}
strong, b {
  font-weight: 900;
}

/* Misc */

.pswp__bg {
  background: rgba(0,0,0,0.55);
}

body:not(.woocommerce-checkout):not(.woocommerce-cart) .wpb_text_column ul {
  padding-left: 35px;
}
.cs-privacy-overview .cs-privacy-content-text .policy_wrap,
.cs-info-bar .policy_wrap {
	display: none;
}

.submit-btn p {
  display: inline-flex;  
  align-items: flex-start;
  flex-direction: column;
}

.submit-btn p .wpcf7-submit {
  order: -1;
  margin-bottom: 20px;
  margin-top: 0 !important;
}

.submit-btn .wpcf7-form-control-wrap {
  order: 2;
}


/* Fonts */

h1 {
  font-size: 34px;
}



/* Header */

.whb-top-bar .wd-header-text,
.whb-top-bar .nav-link-text{
  font-weight: bold !important;
  color: #fff;
}

/* Home Notice */


#notice-row  .wpb_wrapper {  
  width: 100% !important;
  display: flex !important;
  align-items: center !important;    
  justify-content: center !important;
  flex-wrap: nowrap !important;  
}

.notice-icon .vc_icon_element-size-xs {
  width: 40px !important;
  height: auto !important;
}

#best-seller .tabs-design-default .products-tabs-title .tab-label::after {
    background-color: var(--main-color-reseda-green);
}

/* Home slider */
.home-slider-row .wd-nav-pagin-wrap {
position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.home-slider-row  .wd-nav-pagin-wrap[class*="wd-style-shape"] span {
  border-color: #fff !important;
}

.home-slider-row  .wd-nav-pagin-wrap[class*="wd-style-shape"] span:hover {
    background-color: #fff !important;
  border-color: #fff !important;
}

.home-slider-row  .wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
  background-color: #fff !important;
  border-color: #fff !important;
}

/* Faq Home */

#faq-general .wd-accordion,
#faq-home .wd-accordion {
  max-width: 70%;
  width: 100%;
  margin-inline: auto;
}


#faq-general  .wd-accordion{
  max-width: 100%;
}


#faq-general .wd-accordion.wd-style-default > .wd-accordion-item:first-of-type,
#faq-home .wd-accordion.wd-style-default > .wd-accordion-item:first-of-type {
  border-top: 0;
}

#faq-general .wd-accordion-title,
#faq-home .wd-accordion-title {
    padding-block: 10px;
    padding-inline: 8px;
}


#faq-general .wd-accordion-content,
#faq-home .wd-accordion-content {
padding-left: 20px;
}

/* Cart */

.cart-widget-side .wd-heading .title {
  font-size: 17px;
}

/* Checkout */

.woocommerce-checkout .place-order .woocommerce-terms-and-conditions h1 {
  font-size: 18px;
}

.woocommerce-checkout .place-order .woocommerce-terms-and-conditions h2 {
  font-size: 16px;
}

.woocommerce-order-received h1.category-title{
  display: none;
}

/* Blog */
.wd-drilldown-back a,
.wd-post-read-more a.btn {
  text-transform: none !important;
}
/* Products archive */

.wd-product .product-element-top img {
  /* aspect-ratio: 5/4; */
  aspect-ratio: 4/3;
  object-fit: cover;
}

.product-element-bottom {
  text-align: left;  
}

.product-element-bottom .wd-add-btn {
    display: none !important;
}

.cat-design-alt.categories-with-shadow .wd-cat-thumb {
    box-shadow: none;
}

#ylika-slider .promo-banner .wrapper-content-banner,
#home-categories .promo-banner .wrapper-content-banner {
  padding: 10px;
}

#ylika-slider a.btn {
  text-transform: none !important;
  border-bottom: 0 !important;
}

#billing_country_field,
#shipping_country_field  {
  display: none !important;
}

#home-categories .banner-title {
  /* background: rgba(0,0,0,0.7);
  display: inline-flex !important; */
  padding: 5px;
  font-size: 17px;
}


/* #ylika-slider .banner-title {
  position: absolute;
  bottom: -10px;
  left: -10px;
  right: -10px;
  justify-content: center !important;
} */


.dunlopillo-stores {
  list-style: none !important;;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.dunlopillo-stores li {
  padding-bottom: 8px;
  border-bottom: 1px solid #f5f5f5;
}


#ylika-slider .banner-title {
  font-size: 17px;
}
#home-categories .promo-banner::before,
#ylika-slider .promo-banner::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,0,0,0.7) 100%);
  z-index: 1;
  pointer-events: none;
}


#home-categories .promo-banner::before {
  background: linear-gradient(180deg,rgba(0,0,0,0) 55%,rgba(0,0,0,0.6) 100%);
}

.overlay-dark .banner-mask .wrapper-content-banner {
  background-color: rgba(0,0,0,0.55) !important;
}

.wd-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}
.wd-footer a {
  color: #fff;
}

.wd-footer .copyrights {
  font-size: 15px;
  margin-bottom: 0;
}

.footer-contact-details .list-content a {
  display: block;
}

.footer-contact-details li {
  align-items: flex-start !important;
}
.footer-contact-details li img {
  height: auto;  
}

/*  */

 .firmness-scale {

      font-family: sans-serif;
      margin-bottom: 8px;
    }
    .firmness-scale .scale-labels {
      display: flex;
      justify-content: space-between;
      margin-bottom: 5px;
    }
    .firmness-scale .scale-labels .label-left,
    .firmness-scale .scale-labels .label-right {
       font-style: italic;
    font-size: 13px;
      color: #000;
    }
    .firmness-scale .bar {
      width: 100%;
      height: 25px;
     background: #fff; /* light purple */
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      display: flex;
      align-items: center;
      /* padding-inline: 2px; */
    }
    .firmness-scale .bar .fill {
      height: 100%;
      background: rgba(106, 124, 91, 1); /* green */
      border-radius: 20px;
      transition: width 0.4s ease;
    }
    .firmness-text {
        font-size: 14px;
      
      text-align: center;
   
      color: #000;
        font-weight: bold !important;
      margin-top: 4px;
    }

    /* Single product */

    .single-product #main-content  {
      padding-bottom: 0;
    }

    .btn-extra-product-details a {
      text-transform: none;
    }

    .product-extra-info {
        padding-top: 30px !important;
  padding-right: 40px !important;
  padding-bottom: 30px !important;
  padding-left: 40px !important;
  background-color: #C3CBBD ;
      list-style: none;
      padding-left: 0;
      border-radius: 12px;
    }

    #product-details {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      box-shadow: 0 0 0 100vmax #6A7C5B;
      clip-path: inset(0 -100vmax);
      background-color: #6A7C5B;
      padding-block: 40px;
    }

        #product-details  .right-col {
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
        }


    .product-extra-info .product-extra-info__item {
  display: grid;
  grid-template-columns: 200px auto;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.product-extra-info .product-extra-info__item  dd {
  margin-bottom: 0px;
  color: #000;
}

.product-extra-info .product-extra-info__item dt {
    
  color: #000;
}

.product-label {
  border-radius: 5px;
}

.btn-specs.btn-style-link {
  border-bottom: 0 !important;
}

.single-product .single-product-page  .wd-wpb {
  /* margin-bottom: 0 !important; */
}

.single-prefooter {
  margin-bottom: -30px !important;
}

.wd-sub-menu li > a {
  color: #333;
}

.scroll-marquee > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: nowrap;
  font-size: 35px;
  gap: 30px;
}

.scroll-marquee > .vc_column_container > .vc_column-inner > .wpb_wrapper > .wd-text-block {
  flex: 0 0 1;
  white-space: nowrap;
    
}

.scroll-marquee  .wd-marquee-item:nth-child(odd) {
  color: #333 !important;
}
.scroll-marquee  .wd-marquee-item:nth-child(even) {
  -webkit-text-stroke: 1px #333;
  color: transparent;
}

.w3s-category-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: -40px;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  left: 50%;
  right: 50%;
  position: relative;
}
.w3s-category-hero .whb-row,
.w3s-category-hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 5;
}
.w3s-category-inner {
  /* background: rgba(0,0,0,0.5); */
  border-radius: 12px;
    color: #fff;
  padding: 15px;
  max-width: 70%;
  text-align: center;
}

/* .w3s-category-hero:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(106, 124, 91, 0.2);
  z-index: 0;
} */

.w3s-category-hero:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.4);
  /* background: linear-gradient(180deg,rgba(0,0,0,0) 55%,rgba(0,0,0,0.6) 100%);https://dunlopillo.nullnodes.com/product-category/aksesouar-upnou/maksilaria/ */
  /* background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0.4) 45%, rgba(255, 255, 255, 0) 100%); */

  z-index: 0;
}

.w3s-category-inner h1 {
    color: #fff;
}

.pos-heading-abs .wd-el-page-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  
}

.pos-heading-abs .wd-el-page-heading h1 {
  text-shadow: 0 0 5px rgba(0,0,0,0.78);
}

.material-row .img-wrapper {
  border-radius: 50% !important;
  overflow: hidden;
  object-fit: cover;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.material-row .wd-accordion-content {
  padding-inline: 125px;
}

.wd-shop-tools .woocommerce-ordering.wd-style-underline select {
  max-width: unset;
}

.shop-loop-head {
  font-size: 15px;
}

.main-banner {
  border-radius: 0px !important;
}

.espa-banners {
  border-radius: 12px;
  padding: 8px;  
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 350px;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 100;
  transition: opacity 0.5s ease;
}

.espa-banners.hidden {
    opacity: 0;
    pointer-events: none;
}
.espa-banners .close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.home-slider-row:before {
  /* background: linear-gradient(180deg,rgba(0,0,0,0) 5%,rgba(106, 124, 91, 0.85) 100%); */
  /* background: rgba(106, 124, 91, 0.40); */
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 5;
  width: 100%;
  content: "";
}

.home-slider-row .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 6;  
  /* background-color: rgba(106, 124, 91, 0.85); */
  /* background-color: rgba(255,255,255, 0.75); */
  /* background-color: rgba(194, 198, 195, 0.8); */
  padding: 25px;
  border-radius: 12px;
  /* background-color: rgba(0,0,0,0.5);
  padding: 20px; */
}

.home-slider-row .wpb_wrapper {
  position: relative;
}
.home-slider-row  .wpb_wrapper:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  z-index: 2;
  pointer-events: none;
}
.home-slider-row  .title-wrapper {
    z-index: 80;
}

.home-slider-row  .title-wrapper * {
  text-shadow: 0px 0px 10px rgba(0,0,0,1);
}

.banner-title.title-wrapper,
.home-slider-row .banner-title.title-wrapper {
  display: flex !important;
  flex-direction: column-reverse !important;
} 
.home-slider-row .banner-title .title-subtitle,
.home-slider-row .banner-title.title-wrapper  h1{
  /* color: #131516 !important; */
    color: #fff !important; 
}


.find-a-store .wd-promo-banner-link {
  pointer-events: none;
}

#woocommerce_recently_viewed_products-2 .price {
  display: none;
}

#woocommerce_recently_viewed_products-2 .wd-entities-title {
  font-size: 14px;
}

#woocommerce_recently_viewed_products-2 .widget-product-wrap {
  align-items: center;
}


.main-color-bg-fill  .wpb_wrapper {
  background-color: #6A7C5B;
  border-radius: 12px;
  padding: 15px;
}

.main-color-bg-fill a {
  color: #fff;
}

.main-color-bg-fill .wd-text-block {
  /* padding-left: 32px; */
}

#contact-details-row .vc_column-inner > .wpb_wrapper,
#contact-details-row .vc_column-inner > .wpb_wrapper > .vc_row,
#contact-details-row .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column,
#contact-details-row .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column > .vc_column-inner,
#contact-details-row .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper{
  height: 100%;
}
.contact-table  {
  margin-bottom: 0;
}
.contact-table td  p {
  margin-bottom: 0 !important;
}
.contact-table td {
  padding-top: 0;
  border-bottom: 0px;
}

.border-radius-0 .promo-banner .wrapper-content-banner,
.border-radius-0 .promo-banner-wrapper,
.border-radius-0 .promo-banner,
.border-radius-0 .wd-el-video {
  border-radius: 0 !important;
}

:is(.woocommerce-checkout > .checkout-order-review, .woocommerce-order-pay #order_review)::before, :is(.woocommerce-checkout > .checkout-order-review, .woocommerce-order-pay #order_review)::after {
  display: none;
}

.cart-totals-inner,
.checkout-order-review {
  background-color: rgba(106, 124, 91, 1) !important;
}

.cart-totals-inner {
  border: 0px !important;
 
}

.cart-totals-inner h2,
.cart-totals-inner  td,
.cart-totals-inner  th,
.cart-totals-inner .amount {
 color: #fff !important;
}


.checkout-order-review  .woocommerce-terms-and-conditions-checkbox-text a,
.checkout-order-review  .woocommerce-terms-and-conditions-checkbox-text,
.checkout-order-review  .woocommerce-privacy-policy-text,
.checkout-order-review  .woocommerce-privacy-policy-text a,
.checkout-order-review  .wc_payment_methods label ,
.checkout-order-review #order_review_heading {
  color: #fff !important;
}

.checkout-order-review  .woocommerce-terms-and-conditions-checkbox-text a,
.checkout-order-review  .woocommerce-privacy-policy-text a {
  text-decoration: underline;
}

.woocommerce-checkout .checkout-inline-error-message {
  font-size: 14px !important;
}



#menu-top-header-mobile {
  width: 100%;
  /* justify-content: space-between; */
}

#menu-top-header-mobile li:first-child,
#menu-top-header-mobile li:nth-child(2) {
  margin-right: auto;
}
.checkout-order-review  {
  border-radius: 12px;
}
.wc-proceed-to-checkout a,
#place_order {  
  background-color: #fff !important;
  color: #242424 !important;
}
.wc-proceed-to-checkout a:hover,
#place_order:hover {
  opacity: .9;  
  color: #242424 !important;
}

.natural-talalay-latex-wrapper {
  margin-top: 32px;
}

.natural-talalay-latex-wrapper h2 {
  font-size: 24px; 
  text-align: center; 
}


.natural-talalay-latex-wrapper h3 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 900;
}
.natural-talalay-latex-wrapper ul li {
  text-align: center;
}
.natural-talalay-latex-wrapper ul {
  margin-top: 40px;
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 0;
}

.feature-icon {
  margin-bottom: 16px;
  padding-top: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
  background-color: #6A7C5B !important;
  border-radius: 5px !important;
  display: inline-flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
}

.feature-icon:not(.gradle):not(.footprint) img {
  width: auto;
  height: 50px;
  filter: invert(1);
}
.feature-icon.footprint img,
.feature-icon.gradle img {
  width: auto;
  height: 50px
}


.promo-banner .btn {
  text-transform: none;
}

.w3s-info-message {
  font-size: 15px !important;
  background: rgba(106, 124, 91, 1);  
  padding-left: 58px !important;
}

.w3s-info-message:before {
  top: 22px;
}


/* Checkout payments */

.woocommerce-checkout .wc_payment_methods {
  background: #fff;
  border-radius: 10px; 
  border: 1px solid #ddd;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.05);
}

.woocommerce-checkout .wc_payment_methods  li {
  margin-bottom: 0;
}

.woocommerce-checkout #payment .payment_box {
  box-shadow: none;
  background: #f4f4f4;
/* 	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd; */
	border-bottom: 1px solid #ddd;
/* 	border-top: 0px solid #ddd; */
  padding: 10px;
  border-radius: 0px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.woocommerce-checkout .payment_box::before {
  display: none;
}
.woocommerce-checkout .wc_payment_methods .wc_payment_method_title input {
  transform: scale(1.2);
}
.woocommerce-checkout .wc_payment_methods .wc_payment_method_title {
  padding: 8px 10px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;

}
.woocommerce-checkout .wc_payment_methods label {
  color: #131516 !important;
}
.woocommerce-checkout #payment li:last-child .payment_box{
	border-top:  1px solid #ddd;
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}
.woocommerce-checkout .wc_payment_methods li:not(:last-child) .wc_payment_method_title  {
    border-bottom: 1px solid #ddd;
}

.woocommerce-checkout .wc_payment_methods .wc_payment_method_title  label {
  flex: 1;
  margin-bottom: 0px;
  cursor: pointer;
}
.woocommerce-privacy-policy-text p{
  padding-bottom: 20px;
}
.woocommerce-privacy-policy-text:not(:last-child),
.woocommerce-terms-and-conditions-wrapper {
  border-color:  #fff !important;
}

h3#ship-to-different-address {
  font-size: 17px !important;
}

.wpcf7-not-valid-tip  {
  font-size: 15px;
}

.cs-info-sticky-button.shortcode {
  cursor: pointer;
}

.widget_price_filter .ui-slider .ui-slider-handle::after {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
}

.single-product .sku_wrapper {
  display: none !important;
}

.mobile-pages-menu.wd-nav > li > a,
.mobile-pages-menu li [class*="sub-menu"] > .menu-item > a {
  text-transform: none !important;
}

.single-product .wd-single-title .product_title {
  font-size: 26px;
}

.single-product .wd-single-price .amount {
  font-size: 22px !important;
}



@media (max-width: 1260px) {
  .site-logo img {
    max-width: 180px !important;
  }
  .wd-header-nav .wd-nav {
    gap: 10px !important;
  }
  .wd-header-nav .wd-nav-main > li > a {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  .natural-talalay-latex-wrapper ul {
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
  }
}


@media (max-width: 1120px) {
  .site-logo img {
    max-width: 170px !important;
  }
  .wd-header-nav .wd-nav {
    gap: 8px !important;
  }
  .wd-header-nav .wd-nav-main > li > a {
    font-size: 14.5px;
  }
  .whb-col-right .wd-tools-element > a{
    padding-inline: 5px;
  }
    .home-slider-row .banner-title {
    width:70vw;
  }
}

@media (max-width: 1024px) {
  /* Header */
  .wd-header-mobile-nav .wd-tools-icon {
    width: 36px !important;
    height: 36px !important;
  }

  .natural-talalay-latex-wrapper ul {
      grid-template-columns: repeat(2, 1fr);
  }
  .whb-column_mobile4  .wd-tools-element > a {
      padding-inline: 5px !important; 
  }
  .wd-footer .wd-social-icons > a,
  .wd-footer .wd-social-icons .wd-icon{
    width: 30px!important;
    height: 30px !important;
    font-size: 14px !important;
    line-height: 30px !important;
  }
  .w3s-category-hero {
    margin-top: -20px;
  }
  .mobile-row {
    display: block;
  }
  /* Shop */
  .wd-show-sidebar-btn {
    font-size: 14px;
  }
  /* Product */
  .single-product h1.product_title {
    font-size: 20px !important;
  }
  .single-product .wd-single-price .price {
    font-size: 18px !important;
  } 
  .scroll-marquee .wd-marquee {
    font-size: 35px !important;
    gap: 20px !important;
  }
  .single-product #product-details .right-col img {
    margin-top: 20px;
    max-width: 360px !important;
  }
  .natural-talalay-latex-wrapper h2 {
    font-size: 20px;
  }
  .natural-talalay-latex-wrapper h2 {
    margin-bottom: 15px;
  }
  .natural-talalay-latex-wrapper .feature-icon {
    width: 50px;
    height: 50px;
  }
  .natural-talalay-latex-wrapper .feature-list {
    margin-top: 20px;
  }
  .feature-icon.footprint img, .feature-icon.gradle img,
  .feature-icon:not(.gradle):not(.footprint) img {
    height: 35px;
  }
  .natural-talalay-latex-wrapper ul .feature-item {
    gap: 15px !important;
  }
  .natural-talalay-latex-wrapper h3 {
    font-size: 18px;
  }

}

@media (max-width: 767px) {
/* Home */
#faq-general .wd-accordion,
#faq-home .wd-accordion {
  max-width: 100%;
}
#faq-general .wd-accordion .wd-fontsize-m,
#faq-home .wd-accordion .wd-fontsize-m {
  font-size: 16.5px;
}
.company-home-icons img {
  width: 40px;
}
.home-slider-row  .wpb_wrapper:before {
  display: none;
}
.home-slider-row  .title-wrapper * {
  text-shadow: none;
}
.home-slider-row .banner-title {
  z-index: inherit;
  position: relative;
  width: 100% !important;
     top: auto;
    left: auto;
    transform: none;
    padding-bottom: 0;
}
  .home-slider-row .banner-title {
    width: 85vw;
  }
    .home-slider-row .banner-title h1 {
      margin-bottom: 10px;
    }
      .home-slider-row  .title-subtitle {
      margin-bottom: 0 ;
    }
  .page-title-row img {
  min-height: 250px;
  object-fit: cover;
}
.home-slider-row .banner-title .title-subtitle,
.home-slider-row .banner-title.title-wrapper  h1{
  color: #131516 !important;
}
/* Shop Category */

h1.w3s-cat-title{
  font-size:  22px !important;
  margin-bottom: 8px !important;
}
.w3s-category-inner {
  max-width: 95vw;
}
/*  */

.material-row .wd-accordion-content {
  padding-inline: 16px;
}
.material-row .img-wrapper {
  width: 60px;
  height: 60px;
}
.material-row .img-wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.material-page .wd-accordion-title-text {
font-size: 20px !important;
}
  /* Footer */
  .footer-logo {
    max-width: 220px;
  }
  .footer-top h4.woodmart-title-container {
    width: 100% !important;
    display: block !important;
  }
  .footer-top ul.wd-list {  
    width: auto !important;
  }

  .footer-top ul.wd-list li {
    justify-content: center;
  }

  .footer-top .wpb_wrapper {
    flex-direction: column;  
    align-items: center;
  }
  .product-element-top .product-labels {
    max-width: 70% !important;
  }
   #product-details {
    grid-template-columns: 1fr;
  }
  /* Fonts */

h1 {
  font-size: 24px !important;
}

h2 {
  font-size: 20px !important;
}

h3 { 
  font-size: 18px !important;
}

.w3s-category-hero {
  min-height: 300px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.w3s-category-inner {
  padding: 0 !important;
}

}

@media (max-width: 575px) {
 
  .natural-talalay-latex-wrapper ul {
      grid-template-columns: 1fr;
  }
  .natural-talalay-latex-wrapper ul .feature-item {
    display: grid;
    gap: 35px;
    grid-template-columns: 50px 1fr;
  }
  .natural-talalay-latex-wrapper ul .feature-item  .feature-text {
    text-align: left;
  }
  .feature-icon {
    margin-bottom: 0;
  }
  .product-extra-info .product-extra-info__item dt {
    /* font-size: 15px; */
  }
  .product-extra-info .product-extra-info__item:first-child {
    grid-template-columns: 1fr;
    gap: 8px;
  }
   .product-extra-info .product-extra-info__item:not(:first-child) {
    grid-template-columns: 100px 1fr;
    
   }
}


@media (max-width: 475px) {
  .header-banner .header-banner-container {
    padding-inline: 15px !important;
  }
  .header-banner  p {
    font-size: 11.5px !important;
  }
}

@media (max-width: 340px) {
  .header-banner  p {
    font-size: 10px !important;
  }
}