/*
Theme Name: Appletons
Description: Custom theme with Mega Menu, Bootstrap, ACF integration
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');


/* ----------------------------------------------
   GLOBAL COLORS & RESETS
---------------------------------------------- */
.bg-dark-green {
    background-color: #2e4941;
}
.bg-pink {
    background-color: #f7cad0;
}
.text-dark {
    color: #333 !important;
}

body,
html {
    overflow-x: visible;
    font-family: 'Fira Sans', sans-serif;
}

h1, h2, p {
  font-family: 'Fira Sans', sans-serif;
}


p, a{
    font-size:20px;
    font-weight: 300;
}
h2{
    font-size:35px;
}

.main-nav {
    overflow: visible;
}

.site-header .site-logo img{
    max-height:130px;
}


/* ----------------------------------------------
   NAV RESET
---------------------------------------------- */
.main-nav .nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.main-nav .nav > li {
    display: inline-block;
    position: relative;
}
.main-nav .nav > li > a {
        color: #fff;
    text-decoration: none;
    padding: 0 15px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 40px;
    
}
.main-nav .nav > li > a:hover {
    text-decoration: underline;
}


.site-header .header-icons .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form{
    width: 1200px;
    left: -1025px !important;
    top: calc(100% - 36px);
}



.site-header .header-icons .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    border-radius: 0;
    box-shadow: unset;
}

.site-header .header-icons .dgwt-wcas-search-icon{
    width: 40px
}
.site-header .header-icons .dgwt-wcas-ico-magnifier-handler {
    max-width: 40px;
}
.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler, html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
    max-width: 30px;
    height: 25px;
}
/* ----------------------------------------------
   HEADER POSITIONING
---------------------------------------------- */
.site-header {
    position: relative;
    z-index: 1000;
}

/* ----------------------------------------------
   HEADER ICONS
---------------------------------------------- */
.header-icons a i {
    font-size: 18px;
}
.icon-box img{
  width: 25px;
  height: auto;
  max-width: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.icon-box i {
  font-size: 22px;
}




/* ----------------------------------------------
   MEGA MENU STYLING
---------------------------------------------- */


/* Make the mega menu full width and align under header */
.navbar .dropdown {
    position: static; /* Prevent Bootstrap from restricting it */
}

.navbar .dropdown .dropdown-menu {
    top:100%;
    width: 100%;
    margin-top: 0; /* Remove gap */
    border: none;
    border-radius: 0;
    left: 0;
    right: 0;
    padding: 1rem 7rem 3rem 7rem;
    position: absolute;
    background: #2e4941;
    border-top: 1px solid #fff;
    display: none;
    grid-template-columns: repeat(4, 1fr) auto;
    gap: 20px;
}
.navbar .dropdown-menu::before{
  content: "";
  display: block;
  position: absolute;
  top: -70px;   /* equal to your gap */
  left: 0;
  right: 0;
  height: 70px; /* the gap size */
}
.header-icons .dropdown-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: -100px;   /* equal to your gap */
  left: 0;
  right: 0;
  height: 100px; /* the gap size */
}
.navbar .dropdown:hover .dropdown-menu {
    display: grid;
    
}
.header-icons .dropdown:hover .dropdown-menu {
    display: block;
    
}

.navbar .dropdown-menu li a{
    text-transform: inherit;
    text-align:left;
}

/*.navbar .dropdown-menu .extra-links {*/
/*    grid-column: 1;*/
/*    display: inline-flex;*/
/*    flex-direction: column;*/
/*    gap: 20px*/
/*}*/

.main-nav ul li a{
font-size: 20px;
letter-spacing: 2px;
line-height: 40px;
color: #ffffff;
font-weight: 500;
font-family: "Fira Sans";
text-transform:uppercase;
}
.main-nav ul li a:hover{
    color:#fff;
    text-decoration:underline;
        text-underline-offset: 10px;
}
.main-nav ul li a:focus{
  color:#fff;  
}

.dropdown-item:focus, .dropdown-item:hover{
        color: #fff !important;
    background-color: unset !important;
}

.dropdown-toggle::after{
    display:none;
}

.main-nav .last-menu a{
        border: 1px solid #fff;
    padding: 10px 15px 10px 15px;
    line-height: 10px;
    margin: 1rem 1rem 1rem 5rem;
}

.main-nav .last-menu .dropdown-menu a {
    padding: 5px 0px;
    line-height: 40px;
}
.main-nav .last-menu a:hover{
    text-decoration:none;
    background-color:#fff;
    color:#2e4941;
}
.main-nav .last-menu .dropdown-menu li a{
    border:none;
     margin: 0;
}
.main-nav .last-menu .dropdown-menu li a:hover{
    text-decoration:underline;
    background-color:unset;
    color:#fff;
}
.main-nav .menu-title {
    padding-bottom: 15px;
}
.main-nav img.menu-image.mb-2{
        width: 250px;
    height: 250px;
    /*padding: 15px;*/
    /*background-color:#fff;*/
    object-fit: cover;
}

.main-nav .first_big_menu .menu-title {
    padding-bottom: 15px;
        white-space: normal;
    height: 70px;
    line-height: 30px;
}

.main-nav .first_big_menu img.menu-image.mb-2{
        width: 210px;
    height: 210px;
    /*padding: 15px;*/
    /*background-color:#fff;*/
    object-fit: cover;
}

/* Style the main menu grid (first 5 with images) */
.main-nav .first_big_menu > ul.dropdown-menu {
    grid-template-columns: repeat(5, 1fr); /* 5 columns for the image links */
    gap: 20px;
}

/* Extra links container (after first 5) */
.main-nav .first_big_menu .extra-links {
    display: flex;               /* make horizontal */
    /*flex-wrap: wrap;             */
    gap: 15px;                   /* space between links */
    margin-top: 15px;            /* spacing above */
    grid-column: 1 / -1;         /* span full width of grid */
    padding: 10px 0;
}

/* Style each extra link item */
.main-nav .first_big_menu .extra-links li {
    list-style: none;
    margin: 0;
}

.main-nav .first_big_menu .extra-links a {
    display: inline-block;
    padding: 0px 10px;
    white-space: nowrap;
}


.main-nav .first_big_menu .extra-links > li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;                  /* align to the end of li */
    top: 25%;                  /* start 25% from top */
    height: 50%;               /* border height as 50% of li height */
    width: 2px;                /* border width */
    background-color: #fff;    /* border color */
}

.main-nav .current-menu-parent, .main-nav .current-menu-item{
    text-decoration:underline;
    color:#fff;
        text-underline-offset: 10px;
}


.main-nav .last-menu .dropdown-menu .current-menu-item > a,
.main-nav .last-menu .dropdown-menu .active > a {
    background-color: none !important;
    color: inherit !important;
    text-decoration: none !important;
}
.main-nav .last-menu.current-menu-parent,
.main-nav .last-menu.current_page_parent,
.main-nav .last-menu.active,
.main-nav .last-menu.current-menu-item{
    text-decoration:none;
}
/* Highlight only the parent link if .last-menu has an active child */
.main-nav .last-menu.current-menu-parent > a,
.main-nav .last-menu.current_page_parent > a,
.main-nav .last-menu.current-menu-ancestor > a,
.main-nav .last-menu.active > a {
    text-decoration:none;
    background-color:#fff;
    color:#2e4941;
}

.dropdown-menu .dropdown-item:hover{
   
   background-color:unset;
}
/* Make the dropdown full-width and use grid layout */


/* Style the first 4 items (with images) */
.dropdown-menu > li:nth-child(-n+4) {
    text-align: center;
}
.dropdown-menu > li:nth-child(-n+4) img {
    max-width: 100%;
    height: auto;
}

/* Style the last column (text links) */
.dropdown-menu > li:nth-child(n+5) {
    grid-column: 5; /* force into last column */
    text-align: left;
}

.dropdown-menu .first_big_menu > li:nth-child(n+6){
   grid-column: 1; /* force into last column */
    text-align: left; 
}

.main-nav .first_big_menu .extra-links > li:last-child {
    border-right: none;
    padding-right: 0;
}

/* Make links readable */
.dropdown-menu a {
    color: #fff;
    display: block;
    padding: 5px 0;
}
.dropdown-menu a:hover {
    text-decoration: underline;
}

/* ----------------------------------------------
   FOOTER CODE
---------------------------------------------- */

.page-footer .left img{
    width:130px;
    display:block;
}
.page-footer{
    background:#2e4941;
    color:#fff;
}

.page-footer h2{
    font-size: 35px;
line-height: 35px;
color: #fff;
font-weight: 300;
font-family:"Cormorant Garamond";
}

.page-footer p{
    font-size: 20px;
line-height: 30px;
color: #fff;
font-weight: 300;
font-family:"Fira Sans";
}

.page-footer a{
 text-decoration:none; 
 color:#fff;
}
.page-footer ul{
    list-style: none;
    padding-left: 0;
}
.page-footer .social-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.page-footer .social-icon img.hover-icon {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.page-footer .social-icon:hover img.hover-icon {
    opacity: 1;
}

.page-footer .social-icon:hover img.default-icon {
    opacity: 0;
}


.page-footer .footer-links p{
    font-weight:500;
    margin:0;
}

.page-footer input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    background: unset;
    border: 1px solid #fff;
    border-radius: unset;
    font-size: 20px;
    text-transform: uppercase;
}

.page-footer input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.form-control {
    border-radius: unset;
    font-size: 20px;
    color: #000;
}
.page-footer .signup .col-8{
    padding:0;
}
.page-footer .form-control:focus {
   
     background-color:#fff; 
     border-color: unset; 
     outline: 0; 
     box-shadow: unset; 
}

.page-footer input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary:hover{
    background:#fff;
    color:#000;
}

/*.page-footer .footer-submenu {*/
/*        display: none;*/
/*      }*/


.error-404.not-found h1{
    font-size: 50px;
line-height: 35px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
text-align: center;
padding: 20px;
}

.error-404.not-found a{
    background-color: #2e4941;
border-radius: 5px;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 21px;
    color: #fff;
    font-weight: 600;
    font-family: "Fira Sans";
    text-align: center;
    padding: 10px 40px;
}
/* ----------------------------------------------
   HOMEPAGE CODE
---------------------------------------------- */
 .homepage-section .offer-banner{
     background-color: #eab4c9;
 }
 
 .homepage-section .offer-banner p{
  font-size: 20px;
letter-spacing: 2px;
line-height: 40px;
color: #000000;
font-weight: 500;
margin:0;
 }
 
 
 .shop-section{
     background-color: #eab4c980;
 }
 .shop-section .shop_column{
     background-color: #fff;
 }

 .shop-section img{
     width:100%;
     padding:8px;
 }
 .shop-section h2{
     font-size: 35px;
line-height: 35px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
text-align: center;
padding: 10px;
 }
 .shop-section p{
     font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align: center;
padding: 5px 0px 20px 0px;
 }
 
 .shop-section a{
background-color: #ffffff;
border: 1px solid #000000;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 21px;
    color: #000000;
    font-weight: 600;
    font-family: "Fira Sans";
    text-align: center;
    padding: 10px 10px;
    text-transform:uppercase;
    display:inline-block;
 }
 
 .shop-section a:hover{
     color:#ffffff;
     background-color: #2e4941;
border: 1px solid #2e4941;
 }
 
 
 .custom-section {
  background-color: #fff;
}
.page-our-wool .decor-image {
    max-width: 170px;
}
.decor-image {
  position: absolute;
  z-index: 0;
  max-width: 250px;
  height: auto;
  pointer-events: none;
  opacity: 0.8; /* optional */
}

.page-our-wool .top-right {
  top: 0;
  right: -50px;
}

.page-our-wool .bottom-left {
  bottom: 0;
  left: -30px;
}
.top-right {
  top: 0;
  right: 0;
}
.bottom-left {
  bottom: 0;
  left: 0;
}

.custom-section h1{
    font-size: 50px;
line-height: 60px;
color: #000000;
font-weight: 300;
font-style: italic;
font-family: "Cormorant Garamond";
text-align: center;
}
.custom-section h1 strong{
   font-weight: 500; 
}

.insight-section{
    background-color: #8daf8a80;
}

.insight-section h1{
    font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
text-align: center;

}

.insight-section .insight_content h2{
    font-size: 35px;
line-height: 35px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
text-align: center;
padding: 10px;
}
.insight_column img{
    width:100%;
    height:auto;
}

.insight-section .insight_column{
     background-color: #fff;
 }

 .insight-section p{
     font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align: center;
padding: 5px 0px 20px 0px;
 }
 
 .insight-section a{
background-color: #ffffff;
border: 1px solid #000000;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 21px;
    color: #000000;
    font-weight: 600;
    font-family: "Fira Sans";
    text-align: center;
    padding: 10px;
    text-transform:uppercase;
    display:inline-block;
 }
 
 .insight-section a:hover{
     color:#ffffff;
     background-color: #2e4941;
border: 1px solid #2e4941;
 }
 
 .review-section{
     background-color: #eab4c9;
 }
 .review-section h1{
     font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
text-align: center;
 }
.review-section p{ 
font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-style: italic;
font-family: "Fira Sans";
text-align: center;
}
.review-section h5{ 
    font-size: 20px;
letter-spacing: 2px;
line-height: 21px;
text-transform: uppercase;
color: #000000;
font-weight: 500;
font-family: "Fira Sans";
text-align: center;
}

.testimonial-box {
    position: relative;
    padding: 3rem 2rem;
    background-color: #fff;
    overflow: hidden;
}

.quote-icon {
    position: absolute;
    z-index: 0;
    max-width: 90px;
    height: auto;
    pointer-events: none;
    opacity: 0.8;
    margin:20px;
}

.quote-icon.top-left {
    top: 0;
    left: 0;
}

.quote-icon.bottom-right {
    bottom: 0;
    right: 0;
}

.testimonial-box p,
.testimonial-box h5 {
    z-index: 2;
    position: relative;
}

/* Move default Bootstrap carousel controls outside */
#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  padding: 0;
  z-index: 10;
  opacity:1;
}



/* Optional: adjust arrow icons */
#testimonialCarousel .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next-icon {
  background-size: 100% 100%;
  width: 28px;
  height: 53px;
  background-color: transparent; /* Remove bg-dark */
}

#testimonialCarousel .carousel-control-prev-icon {
  background-image: url('/wp-content/themes/appletons/assets/img/arrow-prev.png');
}

#testimonialCarousel .carousel-control-next-icon {
  background-image: url('/wp-content/themes/appletons/assets/img/arrow-next.png');
}

/*.client_column img{*/
/*    width:100%;*/
/*}*/

.client-section h1{
    font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
text-align: center;
padding-bottom: 1.5rem;
}

.client-section p{
    font-size: 24px;
line-height: 21px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align: center;
padding-bottom: 3rem;
}
.client-container{
    border-bottom: 2px solid #000;
    padding-bottom: 5rem;
}
.client-container .client_column img{
    max-width:150px;
}
.wool-section h1{
    font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
text-align: center;
padding-bottom: 1.5rem;
}

.wool-section p{
    font-size: 24px;
line-height: 21px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align: center;
padding-bottom: 3rem;
}

.wool-section .wool_column p{
    font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align: center;
padding-right: 1.2rem;
    padding-left: 1.2rem;
    padding-top: 1rem;
    padding-bottom: 0;
}

.wool_column img{
    width:100px;
}

.navbar-toggler-icon {
    background-image: url("/wp-content/themes/appletons/assets/img/group-841@1x.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

/* Swap to close icon on open */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("/wp-content/themes/appletons/assets/img/close-icon.svg");
}
.desktop_only{
    display:block;
}

.mobile_only{
    display:none;
}

.mobile-nav .mobile_only.current-menu-parent > a{
    text-decoration:none;
    background:#fff;
    color:#2E4941;
}

.mobile-nav .mobile_only a.nav-link{
        border: 1px solid #fff;
    padding: 0px;
    /* line-height: 10px; */
    margin: 1rem 1rem 1rem 1rem;
    text-align: center;
}

.mobile-nav .mobile_only a .float-end{
    display:none;
}

.mobile-nav .current-menu-parent > a,
.mobile-nav .current-menu-item > a {
    text-decoration: underline;
    color: #fff;
    text-underline-offset: 10px;
}


.mobile-nav .menu-item a{
    font-size: 20px;
letter-spacing: 2px;
line-height: 40px;
color: #ffffff;
font-weight: 500;
font-family: "Fira Sans";
text-transform:uppercase;
}

.mobile-nav .dropdown .menu-item a{
    font-size: 20px;
letter-spacing: 2px;
line-height: 40px;
color: #ffffff;
font-weight: 300;
font-family: "Fira Sans";
text-transform:uppercase;
}

.mobile-nav .dropdown ul{
    list-style:none;
        padding-left: 1rem;
}

.mobile-nav .dropdown-menu .dropdown-item{
   font-size: 20px;
letter-spacing: 2px;
line-height: 25px;
color: #ffffff;
font-weight: 300;
font-family: "Fira Sans"; 
}

.page-footer .signup .col-md-8{
       padding:0;
   }

.page-footer .footer-submenu {
        display: none;
      }
      
.page-footer button.footer-toggle.d-md-none.w-100.text-start.border-0.bg-transparent.p-0.mb-2{
    
      font-size: 20px;
line-height: 30px;
color: #ffffff;
font-weight: 500;
font-family: "Fira Sans";
text-transform:uppercase;
}
/* Fade effect for collapse */
.page-footer .collapse.fade {
    transition: opacity 0.3s ease, height 0.35s ease;
}
.page-footer .collapse.fade.show {
 opacity: 1;
}



.search-results #sidebar{
    display:none;
}

.search-results .woocommerce-products-header__title.page-title, .archive .woocommerce-products-header__title.page-title{
    font-size: 50px;
line-height:20px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
padding-bottom:20px;
}
.search-results .woocommerce-result-count, .archive .woocommerce-result-count{
      font-size: 20px;
line-height: 20px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
}
.search-results .products .product .woocommerce-loop-product__title, .archive .products .product .woocommerce-loop-product__title{
    font-size: 30px;
line-height: 20px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";

}
.woocommerce a.added_to_cart{
    display:none;
}
.woocommerce-page table.cart td.actions .input-text {
    width: 200px;
}
.woocommerce-info a{
    text-decoration:none;
    color:#2e4941;
    font-size:16px;
}
.woocommerce div.product form.cart .reset_variations{
        text-decoration: underline;
    color: #000;
     font-size: 15px;
        font-weight: 500;
}

.search-results .products .product .button.product_type_simple.add_to_cart_button,
.search-results .products .product .product_type_variable,
.archive .products .product .button.product_type_simple.add_to_cart_button,
.archive .products .product .product_type_variable{
    background-color: #ffffff;
    border: 1px solid #000000;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 21px;
    color: #000000;
    font-weight: 600;
    font-family: "Fira Sans";
    text-align: center;
    padding: 10px 10px;
    border-radius:0;
    width:100%;
}
.search-results .products .product .button.product_type_simple.add_to_cart_button:hover,
.search-results .products .product .product_type_variable:hover,
.archive .products .product .button.product_type_simple.add_to_cart_button:hover,
.archive .products .product .product_type_variable:hover
{
    color: #ffffff;
    background-color: #2e4941;
    border: 1px solid #2e4941;
}
.search-results .woocommerce-ordering select, .archive .woocommerce-ordering select{
    color: #000;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-family: "Fira Sans";
    line-height: normal;
    margin: 5px 2px;
    padding: 7px 15px;
}
.search-results .woocommerce-pagination .page-numbers, .archive .woocommerce-pagination .page-numbers{
         color: #000;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    line-height: normal;
    margin: 5px 2px;
    padding: 7px 15px;
    text-decoration: none;
    border:0;
 }
 
 
 .search-results .woocommerce-pagination .page-numbers li, .archive .woocommerce-pagination .page-numbers li{
      border:0;
 }
 .search-results .woocommerce-pagination .page-numbers li .current, .archive .woocommerce-pagination .page-numbers li .current{
     color:#ffffff;
     background-color: #2e4941;
     
 }
.search-results .woocommerce-pagination .page-numbers li a:hover, .archive .woocommerce-pagination .page-numbers li a:hover{
     color:#ffffff;
     background-color: #2e4941;
 }
/* ----------------------------------------------
   Default Template CODE
---------------------------------------------- */


.default-page-content .woocommerce-form-login p, .default-page-content .woocommerce-form-register p{
     font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
}
.default-page-content .woocommerce-form-login p a, .default-page-content .woocommerce-form-register p a{
     text-decoration:none;
     color: #2e4941;
     font-weight: 400;
}

.default-page-content .woocommerce-MyAccount-content .addresses .title .edit {
    float: unset;
}
.default-page-content .woocommerce-MyAccount-content .woocommerce-Address-title{
    margin-bottom:10px;
}


#customer_login h2{
      font-size: 30px;
line-height: 20px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
}

.default-page-content .woocommerce-button.button, .default-page-content .woocommerce-Button.button{
    background-color: #ffffff;
    border: 1px solid #000000;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 21px;
    color: #000000;
    font-weight: 600;
    font-family: "Fira Sans";
    text-align: center;
    padding: 10px 40px;
    border-radius:0;
}
.default-page-content .woocommerce-button.button:hover, .default-page-content .woocommerce-Button.button:hover{
        color: #ffffff;
    background-color: #2e4941;
    border: 1px solid #2e4941;
}
.default-page-content .woocommerce-MyAccount-navigation li a{
    text-decoration:none;
     color: #2e4941;
     font-size: 20px;
font-weight: 400;
font-family: "Fira Sans";
}
.default-page-content .woocommerce-MyAccount-content a{
    text-decoration:none;
     color: #2e4941;
     font-size: 16px;
font-weight: 400;
font-family: "Fira Sans"; 
}

.default-page-content .woocommerce-cart-form a{
   text-decoration:none;
     color: #2e4941;
     font-size: 20px;
font-weight: 400;
font-family: "Fira Sans";   
}

.default-page-content .cart-collaterals a{
   text-decoration:none;
     color: #2e4941;
     font-size: 20px;
font-weight: 400;
font-family: "Fira Sans";   
}

.section_faq_content .accordion .accordion-item h2 .accordion-button{
    font-size: 20px;
line-height: 25px;
color: #ffffff;
font-weight: 300;
font-family: "Fira Sans";
background-color:#2e4941;
border-radius:0;

}
.section_faq_content .accordion .accordion-item h2 .accordion-button:focus{
    box-shadow:unset;
}
.section_faq_content .accordion .accordion-item h2 .accordion-button:hover{
    background-color:#8DAF8A80;
    color:#000;
}
.section_faq_content .accordion .accordion-item{
    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
}

.section_faq_content .accordion .accordion-item .accordion-body{
     background-color:#f9f9f9;
}
.section_faq_content .accordion .accordion-item .accordion-body p{
  font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";  
}
.section_faq_content .accordion .accordion-item .accordion-body p a{
color: #2e4941;
font-weight: 400;  
}

.section_faq_content .accordion .accordion-item .accordion-body .wp-caption.alignleft {
  float: left;
  margin-right: 1rem; /* spacing from text */
  margin-bottom: 1rem;
}

.section_faq_content .accordion .accordion-item .accordion-body .wp-caption.alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.section_faq_content .accordion .accordion-item .accordion-body .wp-caption img {
  display: block;
  max-width: 100%; /* responsive */
  height: auto;
}

/* Remove default Bootstrap chevron */
.section_faq_content .accordion .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: none !important; /* remove default arrow */
  content: "+";
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin-left: auto;
  transition: transform 0.3s ease;
}

/* When accordion is open → show minus */
.section_faq_content .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: "−";
}

.section_with_only_text .section_text p{
    font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
}
.section_with_only_text .section_text h3{
    font-size: 30px;
line-height: 20px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
}
.section_with_only_text .section_text p strong{
    font-weight: 500;
}
.section_with_only_text .section_text p a{
    font-size: 20px;
line-height: 25px;
color: #2e4941;
font-weight: 400;
font-family: "Fira Sans";
text-decoration:none;
}

.section_with_only_text .section_text h1{
    font-size: 50px;
line-height: 30px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
padding:40px;
text-align:center;
}

.section_left_content_right_image .section_intro h1{
    font-size: 50px;
line-height: 30px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
padding:40px;
text-align:center;
}

.section_left_content_right_image .section_intro h3{
    font-size: 30px;
line-height: 20px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;
}
.section_left_content_right_image .section_intro p{
font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
padding: 25px 0px 0px 0px;
text-align:center;
}

.section_left_content_right_image .text_column h3{
   font-size: 30px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:left;  
padding-bottom: 25px;
}
.section_left_content_right_image .text_column p{
    font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:left;
}
.section_left_content_right_image .text_column{
    padding:35px;
}

.section_left_content_right_image .image_column{
    padding:35px;
}

.section_left_content_right_image .image_column img{
        width: 500px;
}


.section_left_image_right_text .intro_text h1{
     font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
padding:40px;
text-align:center;
}
.section_left_image_right_text .intro_text h3{
   font-size: 30px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:left;  
padding-bottom: 20px; 
}
.section_left_image_right_text .intro_text p{
      font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:left;
}

.section_left_image_right_text .text_column{
    padding: 35px 10px 10px 10px;
}

.section_left_image_right_text .image_column{
    padding:35px;
}
.section_left_image_right_text .image_column img{
        width: 450px;
}

.section_left_image_right_text ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: relative;
}


.section_left_image_right_text ul li {
  position: relative;
  padding-left: 28px; /* space for circle + line */
  margin-bottom: 15px;
    font-size: 20px;
    font-family: 'Fira Sans';
    font-weight: 300;
    line-height: 25px;
}

/* Circle */
.section_left_image_right_text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0em;
  width: 20px;
  height: 20px;
  background-color: #fff; /* Circle fill */
  border: 1px solid #707070; /* Circle border */
  border-radius: 50%;
  z-index: 1;
}

.section_left_image_right_text ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 9px; /* center with circle */
  top: 0em; /* start below circle */
  bottom: -16px; /* adjust so it stops before next circle */
  width: 1px;
  background-color: #707070; /* Line color */
}

.section_full_width_content h1{
    font-size: 50px;
line-height: 40px;

font-weight: 400;
font-family: "Cormorant Garamond";
padding:20px 10px 20px 10px;
text-align:center;
}
.section_full_width_content h3{
     font-size: 30px;
line-height: 40px;

font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px;
}
.section_full_width_content p{
     font-size: 20px;
line-height: 25px;

font-weight: 300;
font-family: "Fira Sans";
text-align:center;
}
.section_full_width_content a{
    background-color: #ffffff;
border: 1px solid #000000;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 21px;
    color: #000000;
    font-weight: 600;
    font-family: "Fira Sans";
    text-align: center;
    padding: 10px;
    text-transform:uppercase;
    display:inline-block;
    
}
.section_full_width_content a:hover {
    color: #ffffff !important;
    background-color: #2e4941;
    border: 1px solid #2e4941;
}

.section_icon_with_justify_center h1{
    font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
padding:20px 10px 20px 10px;
text-align:center;
}

.section_icon_with_justify_center h3{
    font-size: 30px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px;
}

.section_icon_with_justify_center p{
    font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;
}

.section_icon_with_justify_center .icon_section p{
    margin-top:15px;
}

.section_icon_with_justify_center .icon_section img{
    width:100px;
}

.section_with_product_page_box .section_intro h1{
    font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
padding:20px 10px 20px 10px;
text-align:center;
}
.section_with_product_page_box .section_intro h3{
    font-size: 30px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px;
}
.section_with_product_page_box .section_intro p{
    font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;
    padding: 5px 0px 10px 0px;
}

.section_with_product_page_box .box_column img{
    width:100%;
}
.section_with_product_page_box .box_column{
    background-color:#fff;
}

.section_with_product_page_box .box_column .box_content h2{
    font-size: 35px;
line-height: 35px;
color: #000000;
font-weight: 300;
font-family: "Cormorant Garamond";
text-align: center;
padding: 15px;
}
.section_with_product_page_box .box_column .box_content p{
     font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align: center;
padding: 5px 0px 20px 0px;
}

.section_with_product_page_box .box_column .box_content a{
background-color: #ffffff;
border: 1px solid #000000;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 21px;
    color: #000000;
    font-weight: 600;
    font-family: "Fira Sans";
    text-align: center;
    padding: 10px 40px;
    text-transform:uppercase;
    display: inline-block;
 }
 
.section_with_product_page_box .box_column .box_content a:hover{
     color:#ffffff;
     background-color: #2e4941;
border: 1px solid #2e4941;
 }
 
 .full_width_content_with_two_boxes .two_box_column {
     background-color:#ffffff;
 }
 
 .full_width_content_with_two_boxes .section_intro h1{
     font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
padding:20px 10px 20px 10px;
text-align:center;
 }
 .full_width_content_with_two_boxes .section_intro h3{
      font-size: 30px;
line-height: 30px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px;
 }
 .full_width_content_with_two_boxes .section_intro p{
     font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;
 }
 
 .full_width_content_with_two_boxes .two_box_column h2{
     font-size: 35px;
line-height: 35px;
color: #000000;
font-weight: 300;
font-family: "Cormorant Garamond";
text-align: center;
padding: 20px;
 }
  .full_width_content_with_two_boxes .two_box_column p{
   font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center; 
    padding: 20px;
 }
 .full_width_content_with_two_boxes .two_box_column a{
     background-color: #ffffff;
border: 1px solid #000000;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 21px;
    color: #000000;
    font-weight: 600;
    font-family: "Fira Sans";
    text-align: center;
    padding: 10px;
    text-transform:uppercase;
    display:inline-block;
 }
 .full_width_content_with_two_boxes .two_box_column a:hover{
     color:#ffffff;
     background-color: #2e4941;
border: 1px solid #2e4941;
 }
 
 .section_icon_with_horizontal_alignment .custom-col-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    
.section_icon_with_horizontal_alignment .intro_section h1{
    font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
padding:10px 10px 10px 10px;
text-align:center;
}
.section_icon_with_horizontal_alignment .intro_section h3{
    font-size: 30px;
line-height: 30px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px;
}
.section_icon_with_horizontal_alignment .icon_section p{
    font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center; 
    padding: 20px;
}
.section_icon_with_horizontal_alignment p a{
    text-decoration:none;
        color: inherit;
    font-weight: 400;
}

.breadcrumb span{
    font-size: 15px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
padding:0px 5px;
text-transform:uppercase;
}
.breadcrumb p{
    font-size: 15px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-transform:uppercase;
}
.breadcrumb a{
    font-size: 15px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
    text-decoration:none;
    text-transform:uppercase;
}

.section_team_members .section_intro h1{
    font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
padding:10px 10px 10px 10px;
text-align:center;
}
.section_team_members .section_intro h3{
    font-size: 30px;
line-height: 30px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px;
}
.section_team_members .section_intro p{
     font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center; 
    padding: 5px;
}
.section_team_members .section_intro{
    margin-bottom:2rem;
}
.section_team_members .team_member_column h1{
    font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
padding: 0px;
text-align:left;
}
.section_team_members .team_member_column h3{
      font-size: 30px;
line-height: 30px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:Left;  
padding-bottom: 10px;
}
.section_team_members .team_member_column p{
    font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:left; 
    padding: 5px;
}
.section_team_members .team_member_column{
    padding: 0rem 5rem;
}

.section_online_stockists .stockists-wrapper{
        background: #fff;
    padding: 20px;
}
.section_online_stockists .stockist_section {
    padding: 20px;
}
.section_online_stockists .section_intro h1{
     font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
padding:10px;
text-align:center;
}
.section_online_stockists .section_intro p{
     font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center; 
    padding: 5px;
}
.section_online_stockists .section_intro p strong{
   font-weight: 500; 
}

.section_online_stockists .stockists-wrapper h4{
     font-size: 25px;
line-height: 35px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
text-align:center;
}
.section_online_stockists .stockists-wrapper a{
     font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 500;
font-family: "Fira Sans";
text-align:center; 
padding: 5px;
text-decoration:none;
}

.section_overseas_stockists .section_intro h1{
     font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
padding:10px;
text-align:center;
} 
.section_overseas_stockists .section_intro p{
     font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center; 
    padding: 5px;
}
.section_overseas_stockists .stockists-overseas{
    background-color:#fff;
}
.section_overseas_stockists .stockists-overseas .col-md-3{
    width:30%;
}
.section_overseas_stockists .stockists-overseas .country-btn{
    font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 400;
font-family: "Fira Sans";
text-align:center; 
    padding: 10px;
    border:1px solid #000;
    cursor:pointer;
    text-transform:uppercase;
}
.modal-header .btn-close{
    border: 1px solid #000;
    border-radius: 0;
}
.section_overseas_stockists .stockists-overseas .country-btn:hover{
    color:#ffffff;
     background-color: #2e4941;
border: 1px solid #2e4941;
}

.section_overseas_stockists .stockists-overseas .stockists_mod h5{
    font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 400;
font-family: "Fira Sans";
text-align:center; 
    padding: 5px;
}
.section_overseas_stockists .stockists-overseas .stockists_mod h4{
    font-size: 25px;
line-height: 35px;
color: #000000;
font-weight: 300;
font-family: "Cormorant Garamond";
text-align:left;
}
.section_overseas_stockists .stockists-overseas .stockists_mod p{
    font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 400;
font-family: "Fira Sans";
text-align:Left; 
}
.section_overseas_stockists .stockists-overseas .stockists_mod p a{
    font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 400;
font-family: "Fira Sans";
text-align:left; 
    text-decoration:none;
}
.section_overseas_stockists .stockists-overseas .stockists_mod .address{
font-weight: 300;
}
.section_overseas_stockists .stockists-overseas .custom-modal-width .modal-content {
border-radius:unset;
}


/* ----------------------------------------------
   Single & List Insight CODE
---------------------------------------------- */
.single-post{
    background:#8DAF8A80;
}
.single-post .main-content{
        background: #fff;
        padding: 3rem 2rem;
}
.single-post .main-content p img.alignright {
    float: right;
    margin: 1em 1em 1em 1em; /* adds space between text and image */
}
.single-post .main-content p img.alignleft {
    margin: 1em 1em 1em 0em;
}
.single-post .main-content p img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.single-post .main-content .post-date{
   font-size: 15px;
line-height: 40px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:left;  
}

.single-post .main-content h1 {
font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 300;
font-family: "Cormorant Garamond";
padding-bottom: 2rem;
text-align:center;
}
.single-post .main-content p {
    font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
}
.single-post .main-content p a{
    text-decoration:none;
    color: #000000;
}
.single-post .main-content .main_image{
    width:100%;
    height: 400px;
    object-fit: cover;
}
.single-post .main-content .post_back{
    font-size: 20px;
line-height: 20px;
color: #000000;
font-weight: 400;
font-family: "Fira Sans";
text-decoration:none;
text-transform:uppercase;
border: 1px solid #000;
padding:10px 15px;
}

.single-post .main-content .panel-layout .panel-row-style {
    padding: 0 !important;
}

.single-post .main-content .panel-widget-style {
    padding: 0 !important;
}



.insight_list .two_box_column {
     background-color:#ffffff;
 }
 
 .insight_list .hidden {
  display: none;
}
.insight_list #load-more{
     background-color: #ffffff;
    border: 1px solid #000000;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 21px;
    color: #000000;
    font-weight: 600;
    font-family: "Fira Sans";
    text-align: center;
    padding: 10px 40px;
    text-transform: uppercase;
    border-radius:0;
 }
 .insight_list #load-more:hover{
     background-color: #2e4941;
    color: #fff;
 }
 .insight_list .section_intro h1{
     font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
padding:20px 10px 20px 10px;
text-align:center;
 }
 .insight_list .section_intro h3{
      font-size: 30px;
line-height: 30px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px;
 }
 .insight_list .section_intro p{
     font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;
 }
 
 .insight_list .two_box_column h2{
     font-size: 35px;
line-height: 35px;
color: #000000;
font-weight: 300;
font-family: "Cormorant Garamond";
text-align: center;
padding: 10px;
height:110px;
 }
  .insight_list .two_box_column p{
   font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center; 
    padding: 20px;
 }
 .insight_list .two_box_column a{
     background-color: #ffffff;
border: 1px solid #000000;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 21px;
    color: #000000;
    font-weight: 600;
    font-family: "Fira Sans";
    text-align: center;
    padding: 10px;
    text-transform:uppercase;
    display:inline-block;
 }
 .insight_list .two_box_column a:hover{
     color:#ffffff;
     background-color: #2e4941;
border: 1px solid #2e4941;
 }
 .insight_list .two_box_column img{
         width: 100%;
    height: 400px;
    object-fit: cover;
 }
 .insight_list .pagination{
     justify-content:center;
 }
 
 .insight_list .pagination .page-numbers{
         color: #000;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    line-height: normal;
    margin: 5px 2px;
    padding: 7px 15px;
    text-decoration: none;
 }
 .insight_list .pagination .page-numbers.current{
     color:#ffffff;
     background-color: #2e4941;
 }
 .insight_list .pagination .page-numbers:hover{
     color:#ffffff;
     background-color: #2e4941;
 }
 
 .insight_list .modal-dialog {
  max-width: 900px;   /* adjust size */
  margin: auto;
}

/* Give modal background like in your screenshot */
.insight_list .modal-content {

  border-radius: 0;
  padding: 20px;
}
 .insight_list .video_column img{
     width:500px;
     height:300px;
 }
.insight_list .video_column{
    background:#fff;
}
 .insight_list .video_column .video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.insight_list .video-thumbnail img {
  display: block;
}

.insight_list .video-thumbnail .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  text-shadow: 0 0 15px rgba(0,0,0,0.6);
  pointer-events: none;
}
 
 
 .designers-archive .pagination{
     justify-content:center;
 }
 
 .designers-archive .pagination .page-numbers{
         color: #000;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    line-height: normal;
    margin: 5px 2px;
    padding: 7px 15px;
    text-decoration: none;
 }
 .designers-archive .pagination .page-numbers.current{
     color:#ffffff;
     background-color: #2e4941;
 }
 .designers-archive .pagination .page-numbers:hover{
     color:#ffffff;
     background-color: #2e4941;
 }
.section_with_wholesale_two_boxes .section_intro h1{
     font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 300;
font-family: "Cormorant Garamond";
padding:10px 10px 10px 10px;
text-align:center;
}
.section_with_wholesale_two_boxes .section_intro h3{
   font-size: 30px;
line-height: 30px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px;  
}
.section_with_wholesale_two_boxes .section_intro p{
    font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center; 
    padding: 5px;
}
.section_with_wholesale_two_boxes .content_column p{
    font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center; 
    padding: 5px;
}
.section_with_wholesale_two_boxes .two_box_column{
    border:1px solid #000;
}

.section_review_carousal .section_intro h1{
    font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 300;
font-family: "Cormorant Garamond";
padding:10px 10px 10px 10px;
text-align:center;
}

.section_with_only_text_boxes .section_intro h1{
     font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 300;
font-family: "Cormorant Garamond";
padding:10px 10px 10px 10px;
text-align:center;
}
.section_with_only_text_boxes .section_intro h3{
    font-size: 30px;
line-height: 30px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px;
}
.section_with_only_text_boxes .section_intro p{
    font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center; 
    padding: 5px;
}
.section_with_only_text_boxes .box_column{
    background:#fff;
}
.section_with_only_text_boxes .box_column p{
    font-size: 35px;
line-height: 40px;
color: #000000;
font-weight: 300;
font-family: "Cormorant Garamond";
text-align:center; 
margin:0;
}


.section_buy_wool_intro .section_intro h1{
     font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 300;
font-family: "Cormorant Garamond";
padding:10px 10px 10px 10px;
text-align:center;
}
.section_buy_wool_intro .section_intro h3{
    font-size: 30px;
line-height: 30px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px;
}
.section_buy_wool_intro .section_intro p{
   font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center; 
    padding: 5px;  
}
.section_buy_wool_intro .box_column h5{
    font-size: 25px;
line-height: 25px;
color: #000000;
font-weight: 500;
font-family: "Fira Sans";
text-align:center;  
}
.section_buy_wool_intro .box_column p strong{
  font-weight: 500;  
}
.section_buy_wool_intro .box_column p{
   font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center; 
    padding: 5px;  
}
.section_buy_wool_intro .box_column img{
    margin-bottom:20px;
}
.section_buy_wool_intro .end_text p{
   font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center; 
    padding: 5px;  
}
.section_buy_wool_intro .box_column:first-child {
    border-right: 1px solid #000; /* solid vertical line */
}

.section_with_only_two_boxes .two_box_column img{
    width:230px;
    height:230px;
}

.section_with_only_two_boxes .two_box_column h3{
    font-size: 35px;
line-height: 35px;
color: #000000;
font-weight: 300;
font-family: "Cormorant Garamond";
text-align:center;  
padding-bottom: 20px;
}
.section_with_only_two_boxes .two_box_column p{
  font-size: 18px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center; 
    padding: 5px;  
}

.section_with_only_two_boxes .two_box_column{
    background:#fff;
}

.section_with_only_two_boxes .two_box_column a{
     font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 500;
font-family: "Fira Sans";
text-align:center; 
    padding: 10px; 
    border:1px solid #000;
    text-decoration:none;
    text-transform:uppercase;
    display:inline-block;
}
.section_with_only_two_boxes .two_box_column a:hover{
     color:#ffffff;
     background-color: #2e4941;
 }
.section_full_width_left_image_right_content_with_border .row{
    border:1px solid #000;
}
.section_full_width_left_image_right_content_with_border .row .content_column h3{
      font-size: 30px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px;
}
.section_full_width_left_image_right_content_with_border .row .content_column p{
   font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center; 
    padding: 5px;  
}
.section_full_width_left_image_right_content_with_border .row .content_column p a{
   font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 500;
font-family: "Fira Sans";
text-align:center; 
    padding: 10px; 
    border:1px solid #000;
    text-decoration:none;
    text-transform:uppercase;
        display: inline-block;
}
.section_full_width_left_image_right_content_with_border .row .content_column p a:hover{
     color:#ffffff;
     background-color: #2e4941;
 }
 
 
 .section_full_width_left_image_right_content_without_border .row{
    background:#fff;
}
.section_full_width_left_image_right_content_without_border .row .content_column h3{
      font-size: 30px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px;
}
.section_full_width_left_image_right_content_without_border .row .content_column p{
   font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center; 
    padding: 5px;  
}
.section_full_width_left_image_right_content_without_border .row .content_column p a{
   font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 500;
font-family: "Fira Sans";
text-align:center; 
    padding: 10px; 
    border:1px solid #000;
    text-decoration:none;
    text-transform:uppercase;
        display: inline-block;
}
.section_full_width_left_image_right_content_without_border .row .content_column p a:hover{
     color:#ffffff;
     background-color: #2e4941;
 }
 
 .section_page_intro_only_text .section_intro h1{
     font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 300;
font-family: "Cormorant Garamond";
padding:10px 10px 10px 10px;
text-align:center;
 }
 .section_page_intro_only_text .section_intro h3{
     font-size: 30px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px;
 }
 .section_page_intro_only_text .section_intro p{
      font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center; 
    padding: 5px; 
 }
 
 
  .section_with_only_multi_boxes .section_intro h1, .section_with_only_multi_boxes_with_two_column_align .section_intro h1{
     font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 300;
font-family: "Cormorant Garamond";
padding:10px 10px 10px 10px;
text-align:center;
 }
 .section_with_only_multi_boxes .section_intro h3, .section_with_only_multi_boxes_with_two_column_align .section_intro h3{
     font-size: 30px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px;
 }
 .section_with_only_multi_boxes .section_intro p, .section_with_only_multi_boxes_with_two_column_align .section_intro p{
      font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center; 
    padding: 5px; 
 }
 
 .section_with_only_multi_boxes .two_box_column h3, .section_with_only_multi_boxes_with_two_column_align .two_box_column h3{
    font-size: 35px;
line-height: 35px;
color: #000000;
font-weight: 300;
font-family: "Cormorant Garamond";
text-align:center;  
padding-bottom: 20px;
}
.section_with_only_multi_boxes .two_box_column p, .section_with_only_multi_boxes_with_two_column_align .two_box_column p{
  font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center; 
    padding: 5px;  
}

.section_with_only_multi_boxes .two_box_column, .section_with_only_multi_boxes_with_two_column_align .two_box_column{
    background:#fff;
}

.section_with_only_multi_boxes .two_box_column a, .section_with_only_multi_boxes_with_two_column_align .two_box_column a.btn-box{
     font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 400;
font-family: "Fira Sans";
text-align:center; 
    padding: 10px; 
    border:1px solid #000;
    text-decoration:none;
    text-transform:uppercase;
    display:block;
}
.section_with_only_multi_boxes .two_box_column a:hover, .section_with_only_multi_boxes_with_two_column_align .two_box_column a:hover{
     color:#ffffff;
     background-color: #2e4941;
 }
 
 .section_with_only_multi_boxes .two_box_column img, .section_with_only_multi_boxes_with_two_column_align .two_box_column img{
     padding:8px;
 }
 
.section_with_only_multi_boxes .three_column .col-md-3{
    width:26%;
}
 
 /* ----------------------------------------------
   PRODUCTS CODE
---------------------------------------------- */

.archive #sidebar{
    display:none;
}
/*.product_single .site-main div.product div.summary{*/
/*    width:50%;*/
/*}*/
/*.product_single .site-main div.product div.images{*/
/*    width:48%;*/
/*}*/
.product_single .site-main .summary h1{
    font-size: 40px;
line-height: 40px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:left;
}
.product_single .site-main .summary .price{
    font-size: 30px;
line-height: 40px;
color: #2E4941;
font-weight: 400;
font-family: "Fira Sans";
text-align:left;  
}
.product_single .site-main .summary .woocommerce-product-details__short-description h2{
   font-size: 30px;
line-height: 40px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:left;  
}
.product_single .site-main .summary .woocommerce-product-details__short-description h3{
   font-size: 30px;
line-height: 40px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:left;  
}
.product_single .site-main .summary .woocommerce-product-details__short-description p{
     font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:left; 
}
.product_single .site-main .summary .woocommerce-product-details__short-description p a{
     font-size: 20px;
line-height: 25px;
color: #2E4941;
    font-weight: 500;
font-family: "Fira Sans";
text-decoration:none;

}
.product_single .site-main .summary .woocommerce-variation-price .woocommerce-Price-amount{
   font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:left;   
}

.product_single .site-main .summary .single_add_to_cart_button{
     font-size: 20px;
line-height: 25px;
color: #fff;
font-weight: 400;
font-family: "Fira Sans";
text-align:center; 
background:#2E4941;
text-transform:uppercase;
padding: 8px 30px;
    border: none;
    border-radius: unset;
}


.product_single .site-main .summary .single_add_to_cart_button.disabled{
   color: #fff;
background:#2E4941; 
}
.product_single .site-main .summary .single_add_to_cart_button.disabled:hover{
   color: #fff;
background:#2E4941; 
}

.product_single .site-main .summary .single_add_to_cart_button:hover{
 color: #fff;
background:#2E4941;
}

/*.product_single .site-main div.product div.images .flex-control-thumbs li{*/
/*    padding:10px 5px;*/
/*}*/


.product_single .woocommerce-breadcrumb {
    font-size: 15px;
line-height: 40px;
color: #000;
font-weight: 300;
font-family: "Fira Sans";
text-transform:uppercase;
}
.product_single .woocommerce-breadcrumb a{
    font-size: 15px;
line-height: 40px;
color: #000;
font-weight: 300;
font-family: "Fira Sans";
text-decoration:none;
text-transform:uppercase;
}

.product_single .back-button-wrap .retun-torange a{
     font-size: 20px;
line-height: 20px;
color: #000;
font-weight: 400;
font-family: "Fira Sans";
text-decoration:none;
border:1px solid #000;
padding:5px;
text-transform:uppercase;
display:inline-block;
}
.product_single .back-button-wrap .retun-all-color a{
     font-size: 20px;
line-height: 20px;
color: #000;
font-weight: 400;
font-family: "Fira Sans";
text-decoration:none;
border:1px solid #000;
padding:5px 15px;
text-transform:uppercase;
}
.product_single .back-button-wrap{
display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0px;
}
.product_single .site-main .summary .variations{
    margin-bottom:0 !important;
}
/*.product_single .site-main .summary .variations .label{*/
/*    display:none !important;*/
/*}*/

.product_single .woocommerce-variation-add-to-cart .gm-variation-total{
    font-size: 20px;
    line-height: 40px;
    color: #2E4941;
    font-weight: 400;
    font-family: "Fira Sans";
    text-align: left;
    
}
.product_single .woocommerce-variation-add-to-cart .gm-variation-total .woocommerce-Price-amount.amount{
    font-size: 20px;
    line-height: 40px;
    color: #2E4941;
    font-weight: 400;
    font-family: "Fira Sans";
    text-align: left;
}
.product_single .single_variation .woocommerce-Price-amount.amount{
    display:none;
}

/* Container for gallery - flex layout */
/*.product_single .woocommerce-product-gallery {*/
/*    display: flex;*/
    
    
/*}*/

/* Thumbnails list */
/*.product_single .woocommerce-product-gallery .flex-control-thumbs {*/
/*    display: block;*/
/*    flex-direction: column; */
/*    order: -1;*/
/*    margin: 0;*/
/*}*/

/* Make main image flexible */
/*.product_single .woocommerce-product-gallery__wrapper {*/
/*    flex: 1;*/
/*}*/

/* Thumbnail size */
/*.product_single .site-main div.product div.images .flex-control-thumbs li {*/
/*    margin-bottom: 10px;*/
/*    width: 100%; */
/*        padding: 0px 5px 5px 0px;*/

/*}*/

/*.product_single .woocommerce-product-gallery .flex-control-thumbs li img {*/
/*    width: 60px; */
/*    height: auto;*/
/*    cursor: pointer;*/
/*}*/

.product_single .site-main .summary .variations .value select{
    max-width: 30%;
    min-width:30%;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
    padding-right:0;
    background: none;
    font-weight: 300;
font-family: "Fira Sans";
}
.product_single .woosg-products .woosg-product form.variations_form .variations .variation, .product_single .woosg-products .woosg-product form.variations_form .variations{
    display:block;
    border-color: #000;
}
.product_single .woosg-show-atc-whole .cart .quantity{
    display:none !important;
}
.product_single .woosg-products .woosg-product form.variations_form .variations .variation{
    padding:10px;
    border-radius:0;
}
.product_single .woosg-products .woosg-product form.variations_form .reset a{
  color:#2E4941;
  text-decoration:none;
  font-size: 15px;
}
.product_single .site-main .summary .variations .variation-pa_weight .value{
    max-width: 100%;
    min-width:100%;
    margin-bottom: 0;
    font-size: 15px;
    text-align: center;
    padding-right:0;
    background: none;
    font-weight: 300;
font-family: "Fira Sans";
}
.product_single .site-main .summary .variations .variation-pa_weight .value select{
    max-width: 100%;
    min-width:100%;
    margin-bottom: 0;
}

.product_single .site-main .summary .variations .variation-pa_size .value{
    max-width: 100%;
    min-width:100%;
    margin-bottom: 0;
    font-size: 15px;
    text-align: center;
    padding-right:0;
    background: none;
    font-weight: 300;
font-family: "Fira Sans";
}
.product_single .site-main .summary .variations .variation-pa_size .value select{
    max-width: 100%;
    min-width:100%;
    margin-bottom: 0;
}
.product_single .site-main .summary form.cart div.quantity{
        display: flex;
    flex-direction: column;
    float: unset !important;
    margin: 0px 5px 20px 0;
}
.product_single .site-main .summary .quantity input{
    width:28%;
    font-size: 15px;
    text-align: center;
    font-weight: 300;
font-family: "Fira Sans";
padding:5px;
}
.product_single .site-main .summary .product_meta{
    display: flex;
    flex-direction: column;
}

.product_single .site-main .summary .product_meta span{
    font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:left;
}
.product_single .site-main .summary .product_meta span a{
    font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-decoration:none;
}

.product_single .site-main .related.products{
margin-top: 15px;
border-top:1px solid #000;
display:inline-block;
width: 100%;
}
.product_single .site-main .related h2{
    font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 300;
font-family: "Cormorant Garamond";
text-align:center;
padding: 50px 0px;
}
.product_single .site-main .related ul li{
border: 1px solid #000;
    padding: 15px;

}

.product_single .site-main .woosg-wrap .woosg-item-product .woosg-title .woosg-name a{
    font-size: 15px;
line-height: 20px;
color: #000000;
font-weight: 400;
font-family: "Fira Sans";
text-decoration:none;
text-align:center;
}
.product_single .site-main .woosg-wrap .woosg-item-product .woosg-title .woosg-price{
    font-size: 15px;
line-height: 20px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;
}
.product_single .site-main .woosg-wrap .woosg-item-product .quantity input{
        width: 100%;
    font-size: 15px;
    text-align: center;
    font-weight: 300;
    font-family: "Fira Sans";
    padding: 5px;
    display:block;
    border: 1px solid #000;
}
.product_single .site-main .woosg-wrap .woosg_total{
   font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 400;
font-family: "Fira Sans";
text-align:left; 
}
.product_single .site-main .woosg-wrap .slick-dots{
    display:none !important;
}

.product_single .site-main .woosg-products[class*="woosg-products-layout-carousel"]{
        margin: 0;
    padding: 5px 25px;
}
.product_single .site-main .woosg-carousel-initialized .slick-arrow:before{
    font-size: 77px;
    line-height: 20px;
    color: #000;
    
   
}
.product_single .site-main .woosg-carousel-initialized .slick-arrow.slick-prev:before {
    display: inline-block;
    width: 28px;   /* adjust size */
    height: 50px;
    background: url('/wp-content/themes/appletons/assets/img/arrow-prev.png') no-repeat center center;
    background-size: contain;
    content: "";
}
.product_single .site-main .woosg-carousel-initialized .slick-arrow.slick-next:before{
    display: inline-block;
    width: 28px;   /* adjust size */
    height: 50px;
    background: url('/wp-content/themes/appletons/assets/img/arrow-next.png') no-repeat center center;
    background-size: contain; 
    content: "";
}
.product_single .site-main .woosg-carousel-initialized .slick-arrow {
    height: auto;
    color: #000;
    background-color: transparent;
    border: 0;
    opacity: 1;
    visibility: visible;
}
.product_single .site-main .woosg-carousel-initialized .slick-arrow.slick-prev
{
    left: -10px;
}

.product_single .site-main .woosg-carousel-initialized .slick-arrow.slick-next
 {
    right: -10px;
}

.product_single .site-main .related ul li h2{
    font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 400;
font-family: "Fira Sans";
text-align:center;
}
.product_single .site-main .related ul li .price{
  font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
}

.product_single .site-main .related ul.products li.product .button{
     font-size: 20px;
line-height: 25px;
font-weight: 400;
font-family: "Fira Sans";
text-align:center;
text-transform:uppercase;
color: #000;
border-radius:unset;
border:1px solid #000;
padding:5px 5px;
background:#fff;
display:block;
}

.product_single #sidebar{
    display:none;
}



.color-ranges .section_intro h1{
     font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 300;
font-family: "Cormorant Garamond";
padding:10px 10px 10px 10px;
text-align:center;
}
.color-ranges .section_intro h3{
     font-size: 30px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px;
}

.color-ranges .row{
    border-top:1px solid #000;
}
.color-ranges .row h3{
   font-size: 30px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px; 
}

.color-ranges .product-card .card{
    padding:15px;
    border-radius: 0;
    border-color: #000;
    display: flex;
    flex-direction: column;
}
.color-ranges .product-card .card .card-body{
    display: flex;
    flex-direction: column;
}
.color-ranges .product-card .card .card-body p{
    font-size: 20px;
line-height: 20px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px; 
}
.color-ranges .product-card .card .card-body .card-title{
   font-weight: 400; 
}
.color-ranges .product-card .card .card-body a{
    font-size: 20px;
line-height: 20px;
color: #000000;
font-weight: 400;
font-family: "Fira Sans";
text-align:center;  
text-decoration:none;
display: block;
    border: 1px solid #000;
    padding: 5px;
    border-radius:0;
    text-transform:uppercase;
    display:block;
    margin-top:auto;
}



.color_collections .section_intro h1{
     font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 300;
font-family: "Cormorant Garamond";
padding:10px 10px 10px 10px;
text-align:center;
}
.color_collections .section_intro h3{
     font-size: 30px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px;
}

.color_collections .section_intro p{
         font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px; 
}

.color_collections .row h3{
   font-size: 30px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px; 
}
.color_collections .add_to_cart_inline{
    border:none !important;
    padding:0 !important;
}
.color_collections .add_to_cart_inline .woocommerce-Price-amount.amount, .color_collections .add_to_cart_inline .added_to_cart.wc-forward{
    display:none !important;
}
.color_collections .product-card .card .card-body .add_to_cart_button, .color_collections .product-card .card .card-body .add_to_cart_button:hover{
        background-color: unset;
    
}
.color_collections .product-card .card{
    padding:15px;
    border-radius: 0;
    border-color: #000;
}
.color_collections .product-card .card .card-body p{
    font-size: 20px;
line-height: 20px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px; 

}
.color_collections .product-card .card .card-body .card-title{
   font-weight: 400; 
   height:70px;
}
.color_collections .product-card .card .card-body .card-title a{
    border:unset;
}
.color_collections .product-card .card .card-body a{
    font-size: 20px;
line-height: 20px;
color: #000000;
font-weight: 400;
font-family: "Fira Sans";
text-align:center;  
text-decoration:none;
display: block;
    border: 1px solid #000;
    padding: 5px;
    border-radius:0;
    text-transform:uppercase;
}
.color_collections .product-card .card img{
        width: 100%;
    height: 275px;
}
.buy_wool.color_collections .product-card .card img{
        width: 100%;
    height: 210px;
}
.pre_selected.color_collections .product-card .card img{
        width: 100%;
    height: 210px;
}

/* ----------------------------------------------
   Designer Partner CODE
---------------------------------------------- */

.designers-archive {
    background-color: #8DAF8A80;
}
.designers-archive .section_intro h1{
    font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
padding:10px 10px 10px 10px;
text-align:center;
}
.designers-archive .section_intro h3{
     font-size: 30px;
line-height: 30px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px;
}
.designers-archive .section_intro p{
    font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center; 
    padding: 5px;
}


.designers-archive .designer-card .designer-img img{
        width: 100%;
    height: 300px;
}
.designers-archive .designer-card{
    background-color:#fff;
}

.designers-archive .designer-card h2{
    font-size: 35px;
line-height: 35px;
color: #000000;
font-weight: 300;
font-family: "Cormorant Garamond";
text-align: center;
padding: 15px;
}
.designers-archive .designer-card p{
     font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align: center;
padding: 5px 0px 20px 0px;
}

.designers-archive .designer-card a{
background-color: #ffffff;
border: 1px solid #000000;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 21px;
    color: #000000;
    font-weight: 600;
    font-family: "Fira Sans";
    text-align: center;
    padding: 10px;
    text-transform:uppercase;
    display:inline-block;
 }
 
.designers-archive .designer-card a:hover{
     color:#ffffff;
     background-color: #2e4941;
border: 1px solid #2e4941;
 }
 .designers-archive .designer-card{
        margin-bottom:50px;
    }
    
.single_kit_designers{
    background:#fff;
}
.single_kit_designers .designer_intro h1{
    font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
padding:10px 10px 10px 10px;
text-align:center;
}
.single_kit_designers .designer_intro h3{
      font-size: 30px;
line-height: 30px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px;
}
.single_kit_designers .designer_intro p{
     font-size: 20px;
line-height: 25px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center; 
    padding: 5px;
}

.single_kit_designers .img_column{
    background:#fff;
     margin-bottom:50px;
     width: 300px;
    height: auto;
}
.single_kit_designers .img_column img{
       width: 300px;
    height: auto;
}
.single_kit_designers_contact_section{
    background:#fff;
}
.single_kit_designers_contact_section .image_col img{
 width:250px;
 height:auto;
}
.single_kit_designers_contact_section h2{
    font-size: 50px;
line-height: 35px;
color: #000000;
font-weight: 300;
font-family: "Cormorant Garamond";
}
.single_kit_designers_contact_section .contact_col p a{
    font-size: 25px;
line-height: 30px;
color: #000000;
font-weight: 600;
font-family: "Fira Sans";
text-decoration:none;
}
.section_left_content_right_form .section_intro h1{
    font-size: 50px;
line-height: 40px;
color: #000000;
font-weight: 400;
font-family: "Cormorant Garamond";
padding:10px 10px 10px 10px;
text-align:center;
}
.section_left_content_right_form .section_intro h3{
    font-size: 30px;
line-height: 30px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding-bottom: 20px;
}
.section_left_content_right_form .text_column p{
    font-size: 30px;
line-height: 40px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:Left;  
padding-bottom: 20px;
}
.section_left_content_right_form .form_column .wpcf7-text, .section_left_content_right_form .form_column textarea, .section_left_content_right_form .form_column .wpcf7-file{
    font-size: 20px;
    font-weight: 300;
    padding: 5px;
    width: 80%;
    font-family: "Fira Sans";
}
.section_left_content_right_form .form_column label{
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    font-family: "Fira Sans";
}
.section_left_content_right_form .form_column .wpcf7-file{
    border: 1px solid #767676;
    background:#fff;
}
.wpcf7 input[type="file"]::file-selector-button {
    content: "Choose a file"; /* acts like a placeholder */
    color: #666;
}
.section_left_content_right_form .form_column .wpcf7-submit{
    font-size: 20px;
line-height: 20px;
color: #000000;
font-weight: 400;
font-family: "Fira Sans";
padding:10px 20px;
text-transform: uppercase;
}
.section_contact .icon_section img{
width:73px;
}
.section_contact .icon_section p{
 font-size: 30px;
line-height: 40px;
color: #000000;
font-weight: 300;
font-family: "Fira Sans";
text-align:center;  
padding: 25px 5px;
}

 .designers-archive .pagination{
     justify-content:center;
 }
 
 .designers-archive .pagination .page-numbers{
         color: #000;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    line-height: normal;
    margin: 5px 2px;
    padding: 7px 15px;
    text-decoration: none;
 }
 .designers-archive .pagination .page-numbers.current{
     color:#ffffff;
     background-color: #2e4941;
 }
 .designers-archive .pagination .page-numbers:hover{
     color:#ffffff;
     background-color: #2e4941;
 }
 
 
 
 
 
 /* -------------------------------------------
 Cart & Chekout & My account page
 
 ---------------------------------------------- */
 .flex-control-nav.flex-control-thumbs li {
    position: relative; /* Ensure absolute positioning works */
}

.flex-control-nav.flex-control-thumbs li .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: url('https://appletons-wp-media.s3.eu-west-2.amazonaws.com/wp-content/uploads/2025/11/07090931/play-icon-1.png') no-repeat center center;
    background-size: contain;
    pointer-events: none;
}


.add_gift_card_form #wc_gc_cart_redeem_form{
    margin-bottom: 5em;
}

.default-page-content .woocommerce-cart table.cart .product-thumbnail{
    text-align:center;
}
 .woocommerce-cart table.cart img{
     width:120px;
     border-radius:5px;
 }
 
 .woocommerce td.product-name dl.variation dt,  .woocommerce td.product-name dl.variation p{
     font-size:13px;
 }
 
 .default-page-content .woocommerce-cart-form .product-name a{
     font-size:16px;
 }
 
 .woocommerce .cart .button, .woocommerce .cart .button:hover{
 background:#2E4941;
     color:#fff;
 }
 .woocommerce .cart .button:disabled, .woocommerce .cart .button:disabled[disabled]:hover{
 background:#2e4941d4;
     color:#fff !important;
     display:none;
 }
 .add_gift_card_form #wc_gc_cart_redeem_form button, .add_gift_card_form #wc_gc_cart_redeem_form button:hover{
     background:#2E4941;
     color:#fff;
 }
 
 .default-page-content .cart-collaterals  .add_gift_card_form, .default-page-content .woocommerce-cart-form .coupon{
     display:none;
 }
 
.woocommerce-cart table.cart .product-thumbnail{
    text-align:center !important;
}
.default-page-content .cart-collaterals .warning_text{
    /*background-color: #f4f4f4;*/
    border: 1px solid #000000;
    padding: 20px 20px 20px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    /*width:50%;*/
    float:left;
}
.default-page-content .cart-collaterals .warning_text p{
    /*margin: 0 0 1.9833em;*/
    font-size: 16px;
    line-height: 20px;
    font-family: "Fira Sans";
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
    background:#2E4941;
     color:#fff;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination{
    font-size:16px;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button{
    font-size:16px;
}

.shop_table .woocommerce-Price-amount.amount{
    color:#2E4941;
}
.cart_totals h2{
    color:#2E4941;
}

.shop_table thead{
        background: #2e4941de;
    color: #fff;
}
.shop_table .screen-reader-text{
    position:relative !important;
    clip: unset !important;
    clip-path: unset !important;
}
.default-page-content .woocommerce-cart-form .product-remove a{
    font-size:25px;
}

.woocommerce a.remove:hover{
    background:unset;
}

.woocommerce-cart-form{
    width:58%;
    float:left;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 40%;
}
.woocommerce .woocommerce-checkout .col2-set, .woocommerce-page .woocommerce-checkout .col2-set {
    width: 50%;
    float: left;
}

.woocommerce .woocommerce-checkout .col2-set .col-1, .woocommerce-page .woocommerce-checkout .col2-set .col-1 {
    float: left;
    width: 100%;
}
.woocommerce .woocommerce-checkout .col2-set .col-2, .woocommerce-page .woocommerce-checkout .col2-set .col-2 {
    width: 100%;
}
.woocommerce-checkout-review-order{
    width: 50%;
    float: left;
    padding: 20px;
}

.woocommerce .woocommerce-checkout .form-row label {
    line-height: 2;
    font-size: 16px;
}
.woocommerce .woocommerce-checkout .form-row .input-text, .woocommerce .woocommerce-checkout .form-row select, .woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered{
 font-size:16px;   
}

.woocommerce-checkout h3, .woocommerce-checkout h4{
    color:#2E4941;
}

.ppcp-messages{
display:none !important;
}
#order_review_heading{
    float: left;
    margin-left: 20px;
}
.woocommerce .woocommerce-checkout table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin:0;
    text-align: left;
    width: 100%;
     border-collapse: collapse; 
     border-radius: unset; 
}

.add_gift_card_form {
    margin-top:25px;
}


.woocommerce-checkout .add_gift_card_form #wc_gc_cart_redeem_form input[type="text"], .woocommerce-checkout .add_gift_card_form #wc_gc_cart_redeem_form button{
    width:48%;
    float:left;
}

.woocommerce-checkout .add_gift_card_form #wc_gc_cart_redeem_form input[type="text"]{
    padding:5px;
}
.woocommerce-checkout .add_gift_card_form #wc_gc_cart_redeem_form button{
  
    margin-left: 10px;
}
  
  
 .woocommerce-checkout .ppc-button-wrapper{
  
    margin-top: 30px;
}

.woocommerce-info {
    border-top-color: #2E4941;
}

.woocommerce-info::before {
    color: #2E4941;
}


.checkout_coupon .form-row.form-row-last button, .checkout_coupon .form-row.form-row-last button:hover{
    background:#2E4941;
     color:#fff;
     font-size:16px;
}
.woocommerce .checkout_coupon .form-row-last, .woocommerce-page .checkout_coupon .form-row-last {
    float: left;
}
 .woocommerce .checkout_coupon .form-row-first, .woocommerce .checkout_coupon .form-row-last{
     width:25%;
 }
.woocommerce .checkout_coupon .form-row .input-text{
    font-size:16px;
}
.woocommerce-info::before, .woocommerce-message::before{
    display:none;
}


/* ================================ My Account — Unified Card (scoped) Only affects body.woocommerce-account ================================ */
/* Page-scoped design tokens (NOT global) */
body.woocommerce-account {
	--acc-green: #1f3a33;
	/* brand green */
	--acc-gold: #bfa37a;
	/* accent */
	--acc-surface: #f7f8f7;
	/* light bg */
	--acc-text: #222;
	 
	--acc-radius: 14px;
	--acc-shadow: 0 8px 24px rgba(0, 0, 0, .08);
	--acc-nav: 260px;
	/* left menu width */
	/* --acc-max:1140px; */
	/* page width */
}

/* Clamp the account container */
body.woocommerce-account .default-page-content .container>.row>.content-body {
	max-width: var(--acc-max);
	margin: 0 auto;
	padding: 0 1rem;
	box-sizing: border-box;
}

/* Unified card (FLEX) – target your exact structure */
body.woocommerce-account .default-page-content .container>.row>.content-body>.woocommerce {
	background: var(--acc-surface);
	border: var(--acc-border);
	border-radius: var(--acc-radius);
	box-shadow: var(--acc-shadow);
	color: var(--acc-text);
	font: inherit;
	display: flex;
	align-items: stretch;
	gap: 0;
	/* divider handles the separation */
	overflow: hidden;
}

/* Left nav */
body.woocommerce-account .default-page-content .woocommerce .woocommerce-MyAccount-navigation {
	flex: 0 0 var(--acc-nav);
	max-width: var(--acc-nav);
	background: var(--acc-green);
	color: #fff;
	padding: 18px 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 14px 20px;
	color: rgba(255, 255, 255, .9);
	text-decoration: none;
	font-weight: 400;
	border-left: 4px solid transparent;
	transition: background .15s, border .15s, color .15s;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
	background: rgba(255, 255, 255, .10);
	color: #fff;
}

body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	background: rgba(255, 255, 255, .14);
	/* border-left-color:var(--acc-gold); */
}

/* Right content */
body.woocommerce-account .default-page-content .woocommerce .woocommerce-MyAccount-content {
	flex: 1 1 auto;
	min-width: 0;
	/* prevent overflow */
	width: auto !important;
	max-width: none !important;
	padding: clamp(22px, 2.2vw, 32px);
 	background: var(--acc-surface);
	box-sizing: border-box;
}

/* Headings, forms, buttons (scoped) */
body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3 {
	margin: 0 0 12px;
	font-weight: 400;
	line-height: 1.2;
	border-bottom: 2px solid rgba(0, 0, 0, .06);
	padding-bottom: 6px;
	color:#2E4941;
}

body.woocommerce-account .woocommerce-MyAccount-content label {
	display: block;
	margin: 0 0 6px;
	font-weight: 400;
}

body.woocommerce-account .woocommerce-MyAccount-content input.input-text,
body.woocommerce-account .woocommerce-MyAccount-content select,
body.woocommerce-account .woocommerce-MyAccount-content textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 10px;
	background: #fff;
	color: var(--acc-text);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, .03)
}


body.woocommerce-account .woocommerce-MyAccount-content .button,
body.woocommerce-account .woocommerce-MyAccount-content button.button,
body.woocommerce-account .woocommerce-MyAccount-content a.button {
    background: var(--acc-green);
    color: #fff;
    /* border: none; */
    /* padding: 12px 18px; */
    /* border-radius: 12px; */
    font-weight: 400;
    font-size:16px;
}

body.woocommerce-account .woocommerce-MyAccount-content .button:hover {
	/* background:var(--acc-gold);transform:translateY(-1px) */
}

/* Notices & tables (still scoped) */
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-error,
body.woocommerce-account .woocommerce-info {
	/* background:#fff;border-left:4px solid var(--acc-gold); */
 
	border-radius: 8px;
	margin-bottom: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .06)
}

body.woocommerce-account .woocommerce-MyAccount-content table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px
}

body.woocommerce-account .woocommerce-MyAccount-content thead {
	display: none
}

body.woocommerce-account .woocommerce-MyAccount-content tbody tr {
	/*background: #fff;*/
	/*border: var(--acc-border);*/
	/*border-radius: 10px;*/
	/*box-shadow: 0 2px 6px rgba(0, 0, 0, .05);*/
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr .8fr .8fr;
	gap: 12px;
	align-items: center;
	padding: 12px 16px
}

.woocommerce-MyAccount-content a.button{
    font-size:16px;
}
.woocommerce table.shop_table tbody th{
border: none;
}

.woocommerce table.shop_table td{
     border:none;
     font-size:16px;
}
.woocommerce-MyAccount-content p{
    
    font-size:16px;
}
/* ----------------------------------------------
   Responsive CODE
---------------------------------------------- */
@media (min-width: 1200px) {
  .custom-modal-width {
    max-width: 78%; /* increase or decrease as needed */
  }
}

/* For >=2800px */
@media only screen and (min-width: 2800px) {
    .navbar .dropdown .dropdown-menu {
        padding: 1rem 47rem 3rem 47rem;
    }
}

/* For >=3840px (overrides the above if matched) */
@media only screen and (min-width: 3840px) {
    .navbar .dropdown .dropdown-menu {
        padding: 1rem 80rem 3rem 80rem;
    }
}
@media (max-width: 2570px) {
.navbar .dropdown .dropdown-menu{
        padding:1rem 40rem 3rem 40rem;
    }
}
@media (max-width: 1990px) {
.navbar .dropdown .dropdown-menu{
        padding:1rem 22rem 3rem 22rem;
    }
}
@media (max-width: 1600px) {
.navbar .dropdown .dropdown-menu{
        padding:1rem 7rem 3rem 7rem;
    }
}
@media (max-width: 1450px) {
.navbar .dropdown .dropdown-menu{
        padding:1rem 4rem 3rem 4rem;
    }
}

@media screen and (width: 1440px) {
  .container {
    width: 1120px;       /* fixed width */
    
  }
  .section_with_only_two_boxes .container, .section_with_product_page_box .container, .section_icon_with_justify_center .container{
    width: inherit;      
    
  }
  .site-header .navbar-expand-lg .navbar-nav{
      gap: 1rem !important;
  }
  .navbar .dropdown .dropdown-menu
 {
        padding: 1rem 8rem 3rem 10rem;
    }
    .page-footer .signup{
        display:inline;
    }
    .shop-section img {
    width: 100%;
}
.color_collections .product-card .card img {
    width: 100%;
    height: 100%;
}
.section_with_product_page_box .box_column img {
    width: 100%;
}
.section_left_image_right_text .text_column {
    padding: 35px 10px 10px 35px;
}
.designers-archive .designer-card .designer-img img {
    width: 100%;
    height: auto;
}
/*.section_online_stockists .stockist_section {*/
/*    padding: 5px;*/
/*}*/

.insight_list .two_box_column img {
    width: 100%;
    height: 300px;
}
}

@media (max-width: 1400px) {
  .main-nav ul li a{
    font-size:17px;
}
@media (max-width: 1388px) {
    body.woocommerce-page ul.products li.product{
        height: auto;
    }
    body.woocommerce .related ul.product{
        display: block;
    }
}
body .buy_wool .col-md-3{
    width: 24%;
}
.site-header .header-icons .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form{
    width:1055px;
    left: -925px !important;
}
.navbar .dropdown .dropdown-menu{
        padding:1rem 8rem 3rem 8rem;
    }
}
@media (max-width: 1350px) {
    .pre_selected .col-md-3{
        width: 25%;
    }
}
@media (max-width: 1290px) {
        .navbar .dropdown .dropdown-menu {
        padding: 1rem 0rem 3rem 5rem;
    }
   
  .site-header{
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1026px) and (max-width: 1290px) {
     body .site-header .navbar-expand-lg .navbar-nav{
      gap: 0.1rem !important;
  }
}
@media (min-width: 1025px) and (max-width: 1290px) {
    
    .header-icons.d-flex{
        display: flex !important;
        gap: 0.5rem !important;
    }
     .site-header .navbar-expand-lg .navbar-nav{
      gap: 0.6rem !important;
  }
  nav.d-lg-flex{
    width: 100%;
  }
  .main-nav .first_big_menu img.menu-image.mb-2{
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 1210px) {
        .navbar .dropdown .dropdown-menu {
        padding: 1rem 0rem 3rem 3rem;
    }
    .col-md-3.col-sm-6.product-card.text-center {
        width: 32%;
    }
}


@media (max-width: 1025px) {
  .woocommerce-page ul.products li.product
   {
        height: auto;
   }
   #menu-appletons-menu-1 li:first-child {
    display: none;
}
   .related.products ul.products{
    display: block;
   }
   .woocommerce ul.products
   .default-page-content .woocommerce-MyAccount-navigation li a{
    font-size: 19px;
   }
   body.woocommerce-account .woocommerce-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
   }
   .woocommerce div.product div.images .flex-control-thumbs{
    width: 105px;
   }
   .main-nav .first_big_menu img.menu-image.mb-2{
        height: 110px;
        width: 110px;
   }
   .section_left_content_right_form .form_column .wpcf7-file {
      width:100%;  
    }
    .section_left_content_right_image .image_column img {
    width: 100%;
}
.section_left_content_right_image .image_column img {
    width: 100%;
}
.section_left_content_right_image .text_column h3 {
    line-height: 30px;
}
.section_left_content_right_image .section_intro h1 {
    line-height: 50px;
}
.section_with_product_page_box .box_column img {
    width: 100%;
}
.section_with_product_page_box .box_column .box_content a{
    font-size:17px;
}
.section_online_stockists .stockists-wrapper h4{
    font-size:18px;
}
.section_online_stockists .stockists-wrapper a {
    font-size: 14px;
}
.section_overseas_stockists .stockists-overseas .stockists_mod p a {
    font-size: 18px;
    
}
.buy_wool.color_collections .product-card .card img{
    width: 100%;
    height: 250px;
}
body .buy_wool .col-md-3,.col-md-3.col-sm-6.product-card.text-center
{
    width: 32%;
}
body.woocommerce-page ul.products li.product,
body.single-product.woocommerce .related.products ul.products li.product a img
{
    height: auto;
}
.color_collections .product-card .card .card-body .card-title{
    height: auto;
}
    .navbar .dropdown .dropdown-menu{
        padding:1rem 3rem 3rem 3rem;
    }
        .site-header .header-icons .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form {
        width: 815px;
        left: -675px !important;
    }
    .insight_column img {
    width: 100%;
}
.insight_list .two_box_column img{
     width:100%;
     height:auto;
 }
 .insight_list .video_column img{
     width:100%;
     height:auto;
 }
.shop-section img
 {
    width: 100%;
}
p, a{
    font-size:17px;
}
.section_left_content_right_form .form_column .wpcf7-text, .section_left_content_right_form .form_column textarea{
    width:100%;
}
.site-header .navbar-expand-lg .navbar-nav{
    gap:0 !important;
}
.main-nav ul li a{
    font-size:16px;
}
.main-nav .last-menu a{
        margin: 1rem 1rem 1rem 3rem;
}
.section_contact .icon_section p{
    font-size:27px;
}
.main-nav img.menu-image.mb-2 {
    width: 120px;
    height: 100%;
}
.main-nav ul .extra-links li a{
    line-height:15px;
}
.section_left_image_right_text .image_column img{
    width:100%;
}
.color_collections .product-card .card img{
        width: 100%;
    height: 275px;
}
}
/* Mobile search box small */
@media (max-width: 991px) {
    .section_left_content_right_image .image_column img, .section_left_image_right_text .image_column img {
    width: 100%;
}
  .mobile-search .dgwt-wcas-search-wrapp {
    max-width: 40px;
  }
  .mobile-search input {
    display: none; /* hide input on icon view */
  }
  .mobile-logo img {
    max-height: 40px;
  }
  /* Hamburger close icon styling */
  .navbar-toggler .close-icon {
    font-size: 28px;
    line-height: 1;
    color: #fff;
  }
   .custom-modal-width {
    max-width: 100%; /* increase or decrease as needed */
  }
  .designers-archive .designer-card .designer-img img {
    width: 100%;
    height: auto;
}
}


@media all and (min-width: 992px) {
	.dropdown-menu {
		width: 13rem;
	}
	.mega-submenu {
		left: 100%;
		top: 0;
		min-width: 25rem;
	}
	.ktm-mega-menu {
		position: static;
	}
	.mega-menu {
		left: 0;
		right: 0;
		width: 100%;
	}
	.dropdown-menu li {
		position: relative;
	}
	.dropdown-menu .submenu {
		display: none;
		left: 100%;
		top: 0;
	}
	.dropdown-menu>li:hover>.submenu,
	.dropdown:hover>.dropdown-menu {
		display: block;
	}
}

@media (min-width: 769px) {
    .buy_wool .col-md-3 {
        flex: 0 0 auto;
        width: 20%;
    }
    .pre_selected .col-md-3 {
        flex: 0 0 auto;
        width: 20%;
    }
}
@media (max-width: 900px) {
    h1{
        font-size:40px !important;
        padding:5px 0px !important;
    }
    body.woocommerce-account .woocommerce-MyAccount-content a.button{
        margin-top: 10px;
    }
    .color_collections .product-card .card img{
        height: auto;
    }
    body.woocommerce-account .woocommerce-MyAccount-navigation li{
        display:block;
    }
    body.woocommerce-account .default-page-content .container>.row>.content-body>.woocommerce{
        flex-direction: row !important;
    }
    h2{
        font-size:25px !important;
        padding:5px 0px !important;
    }
    h3{
        font-size:20px !important;
        padding:5px 0px !important;
    }
    p{
       font-size:17px !important;
       padding:5px 0px !important;
    }
    .decor-image {
    max-width: 150px;
    }
    .client-logos .col-md-2.client_column.px-2.mx-3.d-flex.justify-content-center.align-items-center {
    margin: 10px !important;
    padding: 10px !important;
}
.client-container {
    padding-bottom: 2rem;
}
.wool-container .col-md-2.wool_column.px-2.mx-3 {
    margin: 10px !important;
}
    .client-container .client_column img
 {
    max-width: 100px;
}
.full_width_image_banner {
        height:170px !important;
    }
    .mobile-nav ul li img{
        display:none;
    }
}
@media (max-width: 900px) {
.buy_wool.color_collections .product-card .card img{
    height: 300px;
}
.mobile-nav img.menu-image.mb-2{
    display: none;
}
}
@media (max-width: 768px) {
    .buy_wool.color_collections .card-body{
        padding:15px 0;
    }
    body.woocommerce-account .default-page-content .container>.row>.content-body>.woocommerce{
        flex-direction: column !important;
    }
    .buy_wool.color_collections .product-card .card .card-body a{
        font-size:15px;
    }
    .pre_selected.color_collections .card-body{
        padding:15px 0;
    }
    .pre_selected.color_collections .product-card .card .card-body a{
        font-size:15px;
    }
    .single_kit_designers_contact_section .contact_col p a{
        font-size:17px;
    }
    .woocommerce-product-gallery {
        display: flex;
        flex-direction: row;
        gap: 10px; /* space between thumbnails and main image */
    }

    .woocommerce-product-gallery .flex-control-thumbs {
        display: flex;
        flex-direction: column; /* vertical thumbnails */
        order: -1; /* move thumbnails to left */
        margin: 0;
    }

    .woocommerce-product-gallery__wrapper {
        flex: 1; /* main image flexible */
    }

    .woocommerce-product-gallery .flex-control-thumbs li {
        margin-bottom: 10px;
    }

    .woocommerce-product-gallery .flex-control-thumbs li img {
        width: 60px; /* thumbnail width */
        height: auto;
        cursor: pointer;
    }
    .color-ranges .product-card .card .card-body a {
    font-size: 15px;
    }
    .color-ranges .product-card .card{
        padding:5px;
    }
    .color-ranges .product-card .card .card-body{
        padding:5px;
    }
    .full_width_image_banner {
        height:170px !important;
    }
    .mobile_only{
    display:block;
}
.desktop_only{
    display:none;
}
    .section_left_content_right_form .form_column .wpcf7-file{
        width:100%;
    }
  #testimonialCarousel {
        position: relative;
        padding-bottom: 100px; /* space for controls */
    }

    #testimonialCarousel .carousel-control-prev,
    #testimonialCarousel .carousel-control-next {
        position: absolute;
        top: auto;
        bottom: 0;
        transform: none;
        width: auto;
        padding: 5px 15px;
    }

    #testimonialCarousel .carousel-control-prev {
        left: 35%;
    }

    #testimonialCarousel .carousel-control-next {
        right: 35%;
    }
    .shop-section .row{
        padding:25px;
    }
    .shop-section .shop_column{
        margin-bottom:50px;
    }
    .decor-image{
        display:none;
    }
    .insight-section .row{
        padding:10px 20px 10px 20px !important
    }
    .insight-section .insight_column{
        margin-bottom:50px;
    }
    .wool-section .wool_column p{
        padding: 1rem 5rem 2rem 5rem;
    }
    .wool-section .row{
        padding:25px;
    }
   .page-footer .left{
       text-align:center;
   }
   .page-footer .left .social-icons{
       justify-content:center;
   }
   .page-footer .left img{
       display:inline-block;
   }
   .wpcf7-spinner{
       display:none;
   }
   .page-footer .signup .col-md-8{
       padding:10px;
   }
    .page-footer .footer-submenu.show {
          display: block !important;
        }
     
  .mobile-nav img.menu-image.mb-2{
      display:none;
  }
  
  .section_with_product_page_box .row{
        padding:25px;
    }
    .section_with_product_page_box .box_column{
        margin-bottom:50px;
    }
    .section_with_product_page_box .section_intro h1{
padding:0px;
line-height:50px
}

.section_icon_with_justify_center h1{
padding:0px;
line-height:50px
}
.section_full_width_content h1{
padding:0px;
line-height:50px
}
.section_left_image_right_text .intro_text h1{
padding:0px;
line-height:50px
}
.section_left_content_right_image .section_intro h1{
padding:0px;
line-height:50px
}

.section_with_product_page_box .section_intro h3{

line-height:50px
}

.section_icon_with_justify_center h3{

line-height:30px
}
.section_full_width_content h3{

line-height:30px
}
.section_left_image_right_text .intro_text h3{

line-height:30px
}
.section_left_content_right_image .section_intro h3{

line-height:30px
}
.section_icon_with_horizontal_alignment .custom-col-5 {
       flex: 0 0 100%;
    max-width: 100%;
    }
    
.full_width_content_with_two_boxes .row{
        padding:25px;
    }
    .section_with_only_two_boxes .row{
        padding:25px;
    }
    .full_width_content_with_two_boxes .two_box_column{
        margin-bottom:50px;
    }
    .section_team_members .team_member_column{
    padding: 0rem 1rem;
}


    .single-post .main-content{

        padding: 3rem 1rem;
}
    .single-post .main-content p img.alignright{
        margin: 1em 0em 1em 0em;
        width:100%;
    }
    .section_with_only_text_boxes .row{
        padding:20px;
    }
    .section_with_only_text_boxes .box_column {
    margin-bottom: 2rem;
}
.section_with_only_two_boxes .two_box_column a{
     font-size: 15px;
}
.color_collections .product-card .card img{
        width: 100%;
    height: 275px;
}
.section_with_only_multi_boxes .three_column .col-md-3, .section_with_only_multi_boxes .col-md-5, .section_with_only_multi_boxes_with_two_column_align .col-md-5{
    width:100%;
}
.section_with_only_multi_boxes .three_column .col-md-3{
    margin-bottom:3rem;
}
.section_with_only_multi_boxes .row, .section_with_only_multi_boxes_with_two_column_align .row{
    padding:20px;
}
    .mobile-nav .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form{
  min-width: 752px !important;
        top: calc(100% + 55px) !important;
        background:#2E4941;
        padding: 10px
}

.mobile-nav .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    border-radius:0;
    box-shadow:none;
}
 .product_single .site-main div.product div.images {
    width: 100%;
}
.product_single .site-main div.product div.summary {
    width: 100%;
}
 h1{
        font-size:40px !important;
        padding:15px 0px !Important;
        line-height: 50px !important;
    }
    h3{
            line-height: 40px;

    }
    .section_overseas_stockists .stockists-overseas .col-md-3{
    width: 100%;
}
.section_overseas_stockists .stockists-overseas .stockists_mod p{
    font-size:17px;
}
    .section_overseas_stockists .stockists-overseas .stockists_mod p a {
        font-size: 17px;
    }
    .section_left_content_right_form .text_column p {
    font-size: 25px;
    }
}
@media (max-width: 767px) {
   .dgwt-wcas-suggestions-wrapp{
    width: 410px !important;
    left: 10px !important;
}
.no-gallery-images.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
    top: 10px;
}
.menu-title{
    white-space: normal;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
    top: 120px;
}
body .buy_wool .col-md-3, .col-md-3.col-sm-6.product-card.text-center{
    width: 100%;
}
body.woocommerce-account .woocommerce-MyAccount-content .button{
    margin-top: 30px;
}
body.woocommerce-account .default-page-content .woocommerce .woocommerce-MyAccount-navigation{
    max-width: 100%;
}
.related.products ul.products{
    flex-direction: column;
}
.product_single .site-main .related.products{
    width: 100%;
}
body .shop_table .cart_item .product-name{
    text-align: left !important;
}
.woocommerce-cart-form__cart-item .product-remove{
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
}
body.woocommerce .woocommerce-notices-wrapper .woocommerce-message a{
    font-size: 13px;
}
.default-page-content .woocommerce-cart-form .product-name a{
    padding-left: 5px;
}
.woocommerce td.product-name dl.variation:last-child {
    flex-direction: column;display: flex;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
    text-align: left !important;
}
.woocommerce-page table.shop_table_responsive tr td.product-quantity{
  text-align: right !important;
}
.shop_table .woocommerce-Price-amount.amount{
    padding-left: 10px;
}
.product_single .site-main .related ul li{
width:100% !important;
}
.woocommerce .quantity .qty{
 margin-left: 10px;
}
    
    .product_single .site-main div.product div.images {
    width: 100%;
}
.product_single .site-main div.product div.summary {
    width: 100%;
}
    .client-container .client_column img{
    max-width:100%;
}
.section_full_width_content a {
    line-height: 25px;
    display:block;
}
.section_with_only_text_boxes .section_intro h1{
    line-height:60px;
}
#testimonialCarousel .carousel-control-prev-icon, #testimonialCarousel .carousel-control-next-icon {
 
    width: 15px;
    height: 30px;
   
}
.page_banner{
    height:210px !important;
}
    .mobile-nav .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form{
  min-width: 430px !important;
        top: calc(100% + 55px) !important;
        background:#2E4941;
        padding: 10px
}

.mobile-nav .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    border-radius:0;
    box-shadow:none;
}
    .designers-archive .row{
        padding:25px;
    }
    
    .single_kit_designers .row{
        padding:35px;
    }
    .insight_list .row{
        padding:35px;
    }
    .color_collections .product-card .card img{
        width: 100%;
    height: auto;
}
.buy_wool.color_collections .product-card .card img, .pre_selected.color_collections .product-card .card img{
        width: 100%;
    height: auto;
}
.product_single .site-main .related ul.products li.product .button {
    font-size: 17px;
    padding:5px;
}
.product_single .site-main .summary .variations .value select {
    max-width: 80%;
    min-width: 80%;
    
}

.woocommerce-cart-form{
    width:100%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    width:100%
}
.woocommerce .woocommerce-checkout .col2-set, .woocommerce-page .woocommerce-checkout .col2-set{
    width:100%;
}
.woocommerce-checkout-review-order{
    width:100%;
        padding: 10px;
}
#order_review_heading
 {
     float: none; 
     margin-left: 0; 
    text-align: center;
}
.woocommerce .checkout_coupon .form-row-first, .woocommerce .checkout_coupon .form-row-last {
    width: 100%;
}
}

@media (max-width: 400px) {
    .dgwt-wcas-suggestions-wrapp{
    width: 370px !important;
    left: 10px !important;
}
.section_overseas_stockists .stockists-overseas .stockists_mod p{
    font-size:15px;
}
    .section_overseas_stockists .stockists-overseas .stockists_mod p a {
        font-size: 15px;
    }
 .mobile-nav .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form{
  min-width: 390px !important;
        top: calc(100% + 55px) !important;
        background:#2E4941;
        padding: 10px
}
}

@media (max-width: 390px) {
    .dgwt-wcas-suggestions-wrapp{
    width: 349px !important;
    left: 10px !important;
}
   .mobile-nav .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form{
  min-width: 369px !important;
        top: calc(100% + 55px) !important;
        background:#2E4941;
        padding: 10px
} 
}
@media (max-width: 360px) {
    .dgwt-wcas-suggestions-wrapp{
    width: 340px !important;
    left: 10px !important;
}
    .section_overseas_stockists .stockists-overseas .stockists_mod p a {
        font-size: 13px;
    }
 .mobile-nav .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form{
  min-width: 360px !important;
        top: calc(100% + 55px) !important;
        background:#2E4941;
        padding: 10px
}
    h2 {
        font-size: 20px !important;
        padding: 0px !important;
    }
}




@media (max-width:780px) {
	body.woocommerce-account .woocommerce-MyAccount-content tbody tr {
		grid-template-columns: 1fr 1fr
	}
}

/* Mobile: stack + horizontal nav scroller */
@media (max-width:900px) {
	body.woocommerce-account .default-page-content .container>.row>.content-body>.woocommerce {
		flex-direction: column
	}
    body.woocommerce-account .woocommerce-info
    {
        align-items: center;
        flex-direction: column;
    }
	body.woocommerce-account .woocommerce-MyAccount-navigation {
		display: block;
		overflow-x: auto;
		padding: 0
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation li {
		display: block;
	}


	body.woocommerce-account .woocommerce-MyAccount-navigation li a {
		display: inline-block;
		padding: 12px 16px;
		border-left: 0;
		border-bottom: 3px solid transparent;
		white-space: nowrap;
        width: 100%;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
		/* border-bottom-color:var(--acc-gold) */
        width: 100%;
	}

	body.woocommerce-account .woocommerce-MyAccount-content {
		border-left: 0;
		border-top: 1px solid rgba(0, 0, 0, .08)
	}
}
 /* Notices (covers all types just in case) */
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error, 
.woocommerce-thankyou-order-received{
  background: #e8f6ef !important;
  border-left: 5px solid #2e4941 !important;
  color: #2e4941 !important;
  font-size: 16px !important;
  padding: 12px 18px !important;
  border-radius: 6px !important;
  margin: 16px 0 !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
}

/* Optional: extra targeting for the empty-cart info box */
.woocommerce .cart-empty.woocommerce-info {
  background: #eef7ff !important;      /* give empty-cart a slightly different tint if you like */
  border-left-color: #2e4941 !important;
}

/* Themes often add an icon via ::before — match or hide it */
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-error::before,
.woocommerce-thankyou-order-received::before{
  color: #2e4941 !important;         /* or */
  /* display: none !important; */     /* uncomment to hide the icon */
}

.woocommerce-thankyou-order-received {
    font-weight:500;
}

/* Style the "Return to shop" button */
.woocommerce .return_to_shop_new_button .button.wc-backward {
  background: #2e4941 !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 16px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
}
.woocommerce .return_to_shop_new_button .button.wc-backward:hover {
  filter: brightness(0.95);
}

 /* Container */
.cart-empty { margin: 24px 0; }

/* Header (breadcrumb) */
.empty-cart-header { float: right; margin-top: -50px; position: relative; }

/* Icon + text block */
.empty-cart {
  text-align: center;

}
.empty-cart h2 {
  line-height: 2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0.2em 0 0.4em;
}
.empty-cart p {
  line-height: 2em;
  max-width: 600px;
  margin: 0 auto;
}

/* Icon style (uses emoji fallback; swap to a font icon if you like) */
.empty-cart-icon {
  display: inline-block;
  line-height: initial;
  font-size: 40px;
  color: #2ea3f3;
  border: 2px solid #2ea3f3;
  border-radius: 50%;
  padding: 30px;
  margin-bottom: 20px;
}

/* Default Woo return-to-shop button */
.container p.return_to_shop_new_button { text-align: center; padding-bottom: 80px; }
.woocommerce .return_to_shop_new_button .button.wc-backward {
  background: #2e4941;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
}
.woocommerce .return_to_shop_new_button .button.wc-backward:hover { filter: brightness(0.95); }

.return-to-shop{
    display:none;
}

/* ------------------------------------------------------------
   WooCommerce Notices — Unified Modern Style
   Targets: .woocommerce-message (success), .woocommerce-info (info), .woocommerce-error (error)
   ------------------------------------------------------------ */

/* Base (shared) */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  position: relative;
  margin: 16px 0;
  padding: 14px 18px 14px 48px;       /* left gap for icon */
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
  animation: wcNoticeFade .35s ease-out;
}

/* Icons (WooCommerce adds ::before; we re-style it) */
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-error::before {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  opacity: .9;
}

/* Links inside notices */
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-error a {
  text-decoration: underline;
  font-weight: 600;
}

/* Buttons sometimes appear inside messages */
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-error .button {
  margin-left: 8px;
  padding: 8px 12px;
  border-radius: 8px;
}

/* Success */
.woocommerce .woocommerce-message {
  background: #e8f6ef;
   color: #1e3a33;
  font-weight: bold;
}
.woocommerce .woocommerce-message::before { color: #1e3a33; }
.woocommerce .woocommerce-message a { color: #163229; }
.woocommerce .woocommerce-message .button {
  background: #2e4941; color:#fff; border:0;
}
.woocommerce .woocommerce-message .button:hover { filter: brightness(.95); }

/* Info */
.woocommerce .woocommerce-info {
  background: #eef7ff;
  border-color: #cfe6ff;
  color: #142b4d;
}
.woocommerce .woocommerce-info::before { color: #142b4d; }
.woocommerce .woocommerce-info a { color: #0f2140; }
.woocommerce .woocommerce-info .button {
  background: #1f6feb; color:#fff; border:0;
}
.woocommerce .woocommerce-info .button:hover { filter: brightness(.95); }

/* Error */
.woocommerce .woocommerce-error {
  background: #ffefef;
  border-color: #ffd1d1;
  color: #4d1515;
}
.woocommerce .woocommerce-error::before { color: #4d1515; }
.woocommerce .woocommerce-error a { color: #3b0f0f; }
.woocommerce .woocommerce-error .button {
  background: #b42318; color:#fff; border:0;
}
.woocommerce .woocommerce-error .button:hover { filter: brightness(.95); }

/* If your theme is very aggressive, add !important to the blocks above or wrap with body.woocommerce */

/* Close the gap when multiple notices stack */
body.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
 border-color: #2e4941 !important;
 color: #2e4941 !important;
 display: flex;
 align-items: center;
 justify-content: space-between;
}

body.woocommerce .woocommerce-notices-wrapper .woocommerce-message a {
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: none;
}
body.woocommerce .woocommerce-notices-wrapper .woocommerce-message a:hover {
     color: #ffffff !important;
    background-color: #2e4941

}
.wc_gc_add_gift_card_form__notices .woocommerce-error::before{
    left: 3px;
}
.wc_gc_add_gift_card_form__notices .woocommerce-error
{
    padding: 12px 25px !important
}
body .woocommerce .checkout_coupon .form-row-first{
    width:100%;
}
body .woocommerce .checkout_coupon .form-row .input-text{
    width:25%;
}
.coupon-error-notice.woocommerce-error::before,body .checkout.woocommerce-checkout .woocommerce-error::before{
    left:3px;
}
body .coupon-error-notice
{
    background: #e8f6ef !important;
    border-left: 5px solid #2e4941 !important;
    padding: 12px 20px;
    color: #2e4941 !important;
    margin-top: 15px !important;
}
body .coupon-error-notice.woocommerce-error{
    padding: 12px 25px !important;
}
body .checkout.woocommerce-checkout .woocommerce-error{
     padding: 12px 30px !important;
}
body .woocommerce-shipping-fields {
    margin-top: 25px;
}
body .shop_table .cart_item .product-name{
    font-weight: bold;
}
body .product-quantity{
    font-weight:lighter !important;
}
.woocommerce table.shop_table th{
    width: 50%;
}
.shipping-calculator-form .form-row label{
    font-size:15px;
    font-weight: 300;
}
.shipping-calculator-form .select2-container{
     font-size:15px;
}
body .woocommerce .shipping-calculator-form .form-row .input-text{
   font-size:15px;
   font-weight: 300;
}
.woocommerce .shipping-calculator-form .form-row{
    margin: 0 0 2px;
}
.woocommerce .shipping-calculator-form
{
    margin-top: 5px !important;
}
.shipping-calculator-form p button{
    margin-left: 7px !important;
    margin-top: 10px !important;
    font-size: 15px !important;
}
.wpcf7-not-valid-tip{
    display:none !important;
}
.wpcf7-response-output{
    background: #E8F6EF !important;
    border-color:transparent !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 80%;
}
/*body.woocommerce-page img {*/
/*  max-width: none !important;*/
/*  height: auto !important;*/
/*}*/

.wpcf7 form.invalid .wpcf7-response-output{
    color: red !important;
}
.wpcf7 form.sent .wpcf7-response-output{
    color: #212529 !important;
}
.woocommerce table.order_details td a{
	text-decoration: none;
    color: #2e4941;
    font-size: 16px;
    font-weight:500;
}

.woocommerce table.order_details .wc-item-meta li p, .woocommerce table.order_details .wc-item-meta li{
	font-size:13px;
}

.woocommerce table.order_details .wc-item-meta{
    padding:0;
}


 .woocommerce .woocommerce-order-details table.shop_table{
	border-collapse: collapse;
}

/* Clean modern look for order overview */
.woocommerce-thankyou-order-details.woocommerce-order-overview {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

/* Each list item acts like a table row */
.woocommerce-thankyou-order-details.woocommerce-order-overview li {
  display: table-row;
  border-bottom: 1px solid #eee;
}

.woocommerce-thankyou-order-details.woocommerce-order-overview li:last-child {
  border-bottom: none;
}

/* Labels and values styled as cells */
.woocommerce-thankyou-order-details.woocommerce-order-overview li strong,
.woocommerce-thankyou-order-details.woocommerce-order-overview li {
  display: table-cell;
  padding: 14px 18px;
  vertical-align: middle;
  font-size: 15px;
}

.woocommerce-thankyou-order-details.woocommerce-order-overview li {
  font-weight: 500;
  color: #333;
  text-align: center;
}

.woocommerce-thankyou-order-details.woocommerce-order-overview li strong {
  text-align: right;
  color: #111;
  font-weight: 600;
}

/* Alternate row colors for clarity */
.woocommerce-thankyou-order-details.woocommerce-order-overview li:nth-child(even) {
  /* background-color: #f4f6f8; */
}

/* Headline styling */
.woocommerce-thankyou-order-details.woocommerce-order-overview::before {
  content: "Order Summary";
  display: table-caption;
  caption-side: top;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 18px;
  color: #222;
  background: #f0f2f5;
  border-bottom: 1px solid #ddd;
}

.woocommerce .woocommerce-thankyou-order-details.order_details li {
	float:none;
	font-size:16px;
}

.woocommerce .woocommerce-thankyou-order-details.order_details li strong {
    display: inline-block;
    font-size: 16px;
    }

    .woocommerce .woocommerce-thankyou-order-details.order_details {
margin:3rem 0;
}


.woocommerce-customer-details .woocommerce-column p{
       font-size: 15px;
    margin: 0;
}

/* Light background for odd rows */
/*.woocommerce-table__line-item:nth-child(odd) td {*/
/*  background-color: #fff;*/
/*}*/

/* Slightly darker background for even rows */
/*.woocommerce-table__line-item:nth-child(even) td {*/
/*  background-color: #e8f6ef;*/
/*}*/
/*.woocommerce-table--order-details .woocommerce-table__line-item{*/
/*    background-color: #e8f6ef !important;*/
/*}*/
/* Responsive layout for mobile */
@media (max-width: 600px) {
  .woocommerce-thankyou-order-details.woocommerce-order-overview {
    display: block;
  }

  .woocommerce-thankyou-order-details.woocommerce-order-overview li {
    display: block;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
  }

  .woocommerce-thankyou-order-details.woocommerce-order-overview li strong {
    display: block;
    text-align: left;
    margin-top: 5px;
    font-weight: 500;
    color: #555;
  }

  .woocommerce-thankyou-order-details.woocommerce-order-overview::before {
    font-size: 16px;
    text-align: center;
  }
}

.woocommerce-cart-form__contents .actions{
	display:none;
}
.woocommerce-cart-form__cart-item .screen-reader-text{
    display:none !important;
}
a.woocommerce-remove-coupon ,.wc_gc_remove_gift_card{
    text-decoration: none;
    color: #212529;
}
body .shop_table_responsive .product-quantity{
    font-weight:700 !important;
}
body .shop_table .product-name a{
    font-weight:800;
}
.swal2-popup,body .woocommerce .cart-empty.woocommerce-info{
    background: #e8f6ef !important;
}

.swal2-confirm,.swal2-cancel{
    background: #2c3a36 !important;
}
.swal2-icon.swal2-warning.swal2-icon-show{
     border-color: #2c3a36;
    color: #1d1a1a;
    display:none !important;
}
.woocommerce-table .notes{
    font-weight: 300 !important;
}

body .woocommerce-error::before{
    content: "" !important;
}
body .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading::after{
    top:auto !important;
}
@media (min-width: 767px) and (max-width: 990px) {
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals,.woocommerce-cart-form{
        width:100%;
    }
    .buy_wool .col-md-3{
         width:50% !important;
    }
  
}

.woocommerce div.product div.images {
  display: flex;
  flex-direction: row-reverse; 
  align-items: flex-start;
  gap: 15px;
  overflow: hidden; 
}


.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 330px; /* Matches thumbnail width */
  margin: 0;
  padding: 0;
  gap: 10px;
}


.woocommerce div.product div.images .flex-control-thumbs li {
  width: auto;
  height: auto !important;
  list-style: none;
  overflow: hidden;
}

.woocommerce div.product div.images .flex-control-thumbs img {
  width: 100%;
  height: auto;
  object-fit: cover; 
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
}


.woocommerce div.product div.images .flex-control-thumbs img:hover {
  opacity: 0.85;
  transform: scale(1.03);
}


.woocommerce div.product div.images .woocommerce-product-gallery__image:not(:first-child) {
  opacity: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image.flex-active-slide {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}



@media (max-width: 768px) {
  .woocommerce div.product div.images {
    flex-direction: column;
    overflow: visible;
  }

  .woocommerce div.product div.images .flex-control-thumbs {
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
  }

  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 80px;
    height: 80px;
  }
}

.page-cart .cross-sells {
  display: none !important;
}

.woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after {
    display:none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    border: 1px solid #000;
    padding: 15px;
}
body ul.products li.product .price{
    color:#000 !important;
}
body .search-results .products .product .product_type_variable{
    width:100% !important;
}
body .search-results .products .product .product_type_variable h2, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price{
    text-align:center !important;
}
.woocommerce ul.products li.product .button
{
    font-size: 19px !important;
    line-height: 20px;
    font-weight: 400 !important;
    text-transform:uppercase;
}

body .search-results .products .product .woocommerce-loop-product__title, .archive .products .product .woocommerce-loop-product__title{
    text-align:center;
}

.single_add_to_cart_button_all {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    font-family: "Fira Sans";
    text-align: center;
    background: #2E4941;
    text-transform: uppercase;
    padding: 8px 30px;
    border: none;
    border-radius: unset;
}
body .search-results.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    margin: 17px 0px 17px 20px;
    height: 450px;
    display: flex;
    flex-direction: column;
}

body.search-results.woocommerce ul.products li.product{
     width: 18% !important;
}
.search-results.woocommerce ul.products li.product a img{
    height:250px;
}
.search-results.woocommerce ul.products li.product .woocommerce-loop-product__title,  .single-product.woocommerce .related.products ul.products li.product .woocommerce-loop-product__title{
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-results ul.products {
        display: flex;
    flex-wrap: wrap;
}

body.search-results.woocommerce ul.products li.product:nth-child(5n+1),
body.search-results.woocommerce-page ul.products li.product:nth-child(5n+1) {
    margin-left:0px !important;
}
body.search-results.woocommerce ul.products li.product{
    width:243px !important;
}



@media (max-width: 1399px) {
body.search-results.woocommerce ul.products li.product{
    width:264px !important;
}
body.search-results.woocommerce ul.products li.product:nth-child(4n+1),
body.search-results.woocommerce-page ul.products li.product:nth-child(4n+1) {
    margin-left:0px !important;
}
body.search-results.woocommerce ul.products li.product:nth-child(5n+1),
body.search-results.woocommerce-page ul.products li.product:nth-child(5n+1) {
    margin-left:auto !important;
}
}
@media (max-width: 1199px) {
body.search-results.woocommerce ul.products li.product{
    width:298px !important;
}
body.search-results.woocommerce ul.products li.product:nth-child(3n+1),
body.search-results.woocommerce-page ul.products li.product:nth-child(3n+1) {
    margin-left:0px !important;
}
body.search-results.woocommerce ul.products li.product:nth-child(4n+1),
body.search-results.woocommerce-page ul.products li.product:nth-child(4n+1) {
    margin-left:auto !important;
}
body.search-results.woocommerce ul.products li.product:nth-child(5n+1),
body.search-results.woocommerce-page ul.products li.product:nth-child(5n+1) {
    margin-left:auto !important;
}
}

@media (max-width: 991px) {
body.search-results.woocommerce ul.products li.product{
    width:218px !important;
}

}

@media (max-width: 762px) {
body.search-results.woocommerce ul.products li.product{
    width:257px !important;
}

body.search-results.woocommerce ul.products li.product {
        width: 90% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    
    body.search-results.woocommerce ul.products li.product:nth-child(3n+1),
body.search-results.woocommerce-page ul.products li.product:nth-child(3n+1) {
    margin-left:auto !important;
}
body.search-results.woocommerce ul.products li.product:nth-child(4n+1),
body.search-results.woocommerce-page ul.products li.product:nth-child(4n+1) {
    margin-left:auto !important;
}
body.search-results.woocommerce ul.products li.product:nth-child(5n+1),
body.search-results.woocommerce-page ul.products li.product:nth-child(5n+1) {
    margin-left:auto !important;
}

}
.dgwt-wcas-is-details .dgwt-wcas-sp{
    flex-direction: row !important;
}
.dgwt-wcas-pd-addtc-form .add_to_cart_button,.dgwt-wcas-pd-addtc-form .product_type_variable{
    color: #fff !important;
    background: #2e4941 !important;
    font-size: 19px;
    font-family: "Fira Sans";
}
.dgwt-wcas-meta a,.dgwt-wcas-suggestion{
    text-decoration: none !important;
    font-weight:400;
    color:#000;
}

.dgwt-wcas-pd-addtc-form .dgwt-wcas-st>span {
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    color: #000;
}
.up-sells.upsells.products{
    display: none;
}

.related.products .products ul, .woocommerce ul.products{
    display: flex;
    align-items: center;
    justify-content: center;

}
.back-button-wrap.back-page{
  text-align: left; 
}
.back-button-wrap.back-page .retun-torange a,.product_single .back-button-wrap .retun-torange a,.product_single .back-button-wrap .retun-torange a{
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    font-family: "Fira Sans";
    text-decoration: none;
    border: 1px solid transparent;
    padding: 5px 13px;
    text-transform: uppercase;
    display: inline-block;
    background-color: #779276;
    border-radius: 30px;
}


/*woocomeerce tabs*/

 .woocommerce-tabs {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        .wc-tabs-wrapper {
            width: 100%;
        }
        .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{
            box-shadow: none;
            background: transparent;
            border-radius: 0;
    border-width: 0;
        }
        .woocommerce table.shop_attributes th{
            background: transparent;
        }
        .woocommerce div.product .woocommerce-tabs ul.tabs li.active{
            background-color:#789277;
        }
        .woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
            background:transparent;
            color: #fff;
        }
        body.woocommerce div.product .woocommerce-tabs ul.tabs li{
            background-color:#ffffff;
            margin: 0;
            padding: 0;
            border-radius: 0;
            box-shadow: none;
            border: 1px solid transparent;
        }
        .tabs.wc-tabs li:not(:last-child)::after{
            background: transparent;
        }
        .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{
            box-shadow: none;
            border-width: 0;
        }
        .woocommerce table.shop_attributes td{
            font-style: normal;
        }
    body .tabs.wc-tabs li.active a::after, .tabs.wc-tabs li.description_tab.active a::after, .tabs.wc-tabs li.additional_information_tab.active a::after{
        background:transparent !important;
    }
       
        .tabs.wc-tabs {
            display: flex;
            list-style: none;
            border-bottom: 1px solid transparent;
            background: transparent;
            margin: 0;
            padding: 0 !important;
            margin-bottom: 0px !important;

        }

        .tabs.wc-tabs li {
            flex: 1;
            margin: 0;
            position: relative;
        }

        .tabs.wc-tabs li:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 25%;
            bottom: 25%;
            width: 1px;
            background: #e5e7eb;
        }

        .tabs.wc-tabs li a {
            display: block;
            padding: 18px 30px;
            text-decoration: none;
            color: #6b7280;
            font-size: 15px;
            font-weight: 500;
            text-align: center;
            transition: all 0.2s ease;
            border: none;
            background: transparent;
            cursor: pointer;
            position: relative;
            width: 100%;
        }

        .tabs.wc-tabs li a:hover {
            color: #1f3a33;
            background: rgba(31, 58, 51, 0.05);
        }

        .tabs.wc-tabs li.active a,
        .tabs.wc-tabs li.description_tab.active a,
        .tabs.wc-tabs li.additional_information_tab.active a {
            color: #1f3a33;
            background: #ffffff;
            font-weight: 600;
            position: relative;
        }

        .tabs.wc-tabs li.active a::after,
        .tabs.wc-tabs li.description_tab.active a::after,
        .tabs.wc-tabs li.additional_information_tab.active a::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            right: 0;
            height: 2px;
            background: #1f3a33;
        }

        .woocommerce-Tabs-panel {
            display: none;
            padding: 20px !important;
            animation: fadeIn 0.3s ease;
            background: #ffffff;
        }

        .woocommerce-Tabs-panel[style*="display: block"],
        .woocommerce-Tabs-panel:not([style*="display: none"]) {
            display: block !important;
        }

        .woocommerce-Tabs-panel[style*="display: none"] {
            display: none !important;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

        .woocommerce-Tabs-panel h2 {
            font-size: 24px;
            font-weight: 600;
            color: #1f3a33;
            margin-bottom: 24px;
            padding-bottom: 12px;
            border-bottom: 1px solid #e5e7eb;
        }

        .woocommerce-Tabs-panel p {
            font-size: 15px;
            line-height: 1.7;
            color: #374151;
            margin-bottom: 16px;
        }

        .woocommerce-Tabs-panel p:first-of-type {
            font-size: 16px;
            color: #1f2937;
        }

        .woocommerce-Tabs-panel p:first-of-type + p {
            background: #fef3c7;
            border-left: 3px solid #f59e0b;
            padding: 14px 18px;
            margin: 20px 0;
            border-radius: 4px;
            font-size: 14px;
            color: #92400e;
        }

        .woocommerce-Tabs-panel img {
            max-width: 100%;
            height: auto;
            border-radius: 4px;
            border: 1px solid #e5e7eb;
            margin: 24px 0;
            display: block;
        }

        .woocommerce-product-attributes {
            width: 100%;
            border-collapse: collapse;
            margin-top: 24px;
            border: 1px solid #e5e7eb;
            border-radius: 4px;
            overflow: hidden;
        }

        .woocommerce-product-attributes tr {
            border-bottom: 1px solid #e5e7eb;
        }

        .woocommerce-product-attributes tr:hover {
            background: #f7f8f7;
        }

        .woocommerce-product-attributes tr:last-child {
            border-bottom: none;
        }

        .woocommerce-product-attributes-item__label {
            font-weight: 600;
            color: #1f3a33;
            padding: 16px 20px;
            width: 200px;
            vertical-align: middle;
            font-size: 14px;
            background: #f7f8f7;
        }

        .woocommerce-product-attributes-item__value {
            color: #374151;
            padding: 16px 20px;
            font-size: 14px;
        }

        .woocommerce-product-attributes-item__value p {
            margin: 0;
            color: #374151;
            font-size: 14px;
        }

        .panel.entry-content {
            background: #ffffff;
        }

        @media (max-width: 768px) {
           

            .woocommerce-tabs {
                border-radius: 4px;
            }

            .tabs.wc-tabs {
                flex-direction: column;
            }

            .tabs.wc-tabs li:not(:last-child)::after {
            display: none;
            }

            .tabs.wc-tabs li a {
                padding: 14px 16px;
                font-size: 14px;
            }

            .woocommerce-Tabs-panel {
                padding: 24px 16px;
            }

            .woocommerce-Tabs-panel h2 {
                font-size: 20px;
            }

            .woocommerce-Tabs-panel p {
                font-size: 14px;
            }

            .woocommerce-product-attributes {
                display: block;
            }

            .woocommerce-product-attributes tr {
                display: block;
                margin-bottom: 15px;
                border-bottom: 2px solid #f1f3f5;
                padding: 15px;
                border-radius: 8px;
                background: #ffffff;
            }

            .woocommerce-product-attributes-item__label {
                width: 100%;
                padding: 12px 0;
                display: block;
                border-bottom: 1px solid #e5e7eb;
                margin-bottom: 8px;
            }

            .woocommerce-product-attributes-item__value {
                padding: 0 0 12px 0;
                display: block;
            }
        }

#footerAccordion .footer-column:last-child,.hidden_appletons {
    display: none !important;
}




