/*
 Theme Name:     Kiosko Child
 Theme URI:      https://example.com/kiosko-child
 Description:    Child theme for Kiosko theme.
 Author:         Your Name
 Author URI:     https://example.com
 Template:       kiosko
 Version:        1.0.0
*/

/* Import parent theme styles */
@import url("../kiosko/style.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Average&family=Montserrat:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Average&display=swap');


/* ------------ Strat Global ------------ */
.wc-block-product-gallery-large-image__container .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    display: none;
}

/* ------------ Strat Global ------------ */

:root {
  --main-color: #B0A496;
  --accent-color: #e5b143;
  --text-color: #333;
  --font-heading: 'Average', serif;
  --font-body: 'Montserrat', sans-serif;
  --bg-light: #F9F9F9;
  --white: #ffffff;
  --black: #000000;
}

body {
    font-family: 'Montserrat';
    font-size: 15px;
    border-radius: 0 !important;
}

button.button:focus-visible 
,button.button:focus 
,a.wc-block-components-button:focus-visible
,a.wc-block-components-button:focus{ 
    outline: none !important;
    box-shadow: none !important;
}

h2.wp-block-heading {
    font-family: 'Average', serif;
    font-size: 36px;
    line-height: 42px;
    margin-top: 0 !important;
    font-weight: 300;
    position: relative;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}
/* header */
header.wp-block-template-part {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: background 0.3s ease, padding 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
span.wp-block-navigation-item__label{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
}
.header .wp-block-navigation-item.current-menu-item {
    border-bottom: 1px solid #987556;
    color: #987556;
}
.header .wp-block-navigation-item {
    transition: 0.2s ease all;
    border-bottom: 1px solid transparent;
    color: var(--black);
}
.header .wp-block-navigation-item:hover {
    border-bottom: 1px solid #987556;
    color: #987556;
}
:root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover) {
    text-decoration: none;
}
.header .header-search {
    width: 300px;
}
.header .wp-block-search__input::placeholder {
    color: #828282;
    font-size: 14px;
    font-weight: 400;
}
.header form .wp-block-search__button {
    font-size: 10px;
    background-image: url(https://cw-csouls.corewix.com/wp-content/uploads/2025/08/find.png);
    background-size: 20px;
    background-position: center;
    min-width: 30px;
    min-height: 30px;
    background-repeat: no-repeat;
    padding: 0;
    font-size: 0;
}
h2.wp-block-heading{
    font-family: 'Average', serif;
}
.header .header-search .wp-block-search__inside-wrapper {
    border-color: #D2D2D2;
    padding: 5px 6px 5px 10px;
}
.header .wc-block-mini-cart__quantity-badge svg {
    display: none;
}
.header .wc-block-mini-cart__quantity-badge {
    background-image: url(http://cw-csouls.corewix.com/wp-content/uploads/2025/08/cart.png);
    background-size: 21px;
    background-position: center;
    min-width: 30px;
    min-height: 30px;
    background-repeat: no-repeat;
    padding: 0;
}
.header .wc-block-mini-cart__quantity-badge .wc-block-mini-cart__badge {
    background-color: #987556;
    font-size: 11px;
    height: 18px;
    width: 18px;
    left: 28px;
    top: 7px;
}
.header .wishlist-wrapper {
    width: 30px;
    height: 30px;
    margin-left: 12px;
}
.header .wishlist-icon {
    background-image: url(http://cw-csouls.corewix.com/wp-content/uploads/2025/08/wishlist-icon.svg);
    background-size: 30px;
    background-position: center;
    min-width: 30px;
    min-height: 30px;
    background-repeat: no-repeat;
    padding: 0;
    display: block;
}
.header .account-icon a {
    background-image: url(http://cw-csouls.corewix.com/wp-content/uploads/2025/08/profile.png);
    background-size: 24px;
    background-position: center;
    min-width: 30px;
    min-height: 30px;
    background-repeat: no-repeat;
    padding: 0;
}
.wp-block-woocommerce-customer-account {
    margin-left: 0 !important;
}
.header .account-icon a svg ,.header .wishlist-icon a svg{
    display: none;
}
.header .wc-block-mini-cart__button {
    padding-left: 2px;
}


.site-custom-search {
    display: flex;
    justify-content: center;
    align-items: center;
}
.site-custom-search .custom-close-btn{
    display: none;
}
.site-custom-search .custom-close-btn {
    font-size: 10px;
    background-image: url(https://cw-csouls.corewix.com/wp-content/uploads/2025/08/close-btn.svg);
    background-size: 15px;
    background-position: center;
    min-width: 30px;
    min-height: 30px;
    background-repeat: no-repeat;
    padding: 0;
    font-size: 0;
    background-color: transparent;
    border: 0;
}
.site-custom-search .site-mobile-search{
    display: none;
}
.site-custom-search .site-mobile-search {
    font-size: 10px;
    background-image: url(https://cw-csouls.corewix.com/wp-content/uploads/2025/08/find.png);
    background-size: 20px;
    background-position: center;
    min-width: 30px;
    min-height: 30px;
    background-repeat: no-repeat;
    padding: 0;
    font-size: 0;
    background-color: transparent;
}
li.ajax-product-item.ajax-search-view-all a {
    display: flex;
    padding: 10px !important;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    justify-content: center;
}
li.ajax-product-item.ajax-search-view-all {
    padding: 0 !important;
}
.wc-block-components-quantity-selector {
    margin-bottom: 0 !important;
}
.wc-block-cart-item__quantity {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.wc-block-components-drawer__content .wc-block-components-product-metadata__description {
    display: none;
}
.wc-block-mini-cart__template-part table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link
,body .cart-section table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link
{
    background-image: url(https://cw-csouls.corewix.com/wp-content/uploads/2025/08/delete-icon.svg);
    background-size: 16px;
    background-position: center;
    min-width: 30px;
    min-height: 30px;
    background-repeat: no-repeat;
    padding: 0;
    font-size: 0;
    background-color: transparent;
}
button.custom-search.wp-block-search__button.has-background.wp-element-button {
    font-size: 10px;
    background-image: url(https://cw-csouls.corewix.com/wp-content/uploads/2025/08/find.png);
    background-size: 20px;
    background-position: center;
    min-width: 30px;
    min-height: 30px;
    background-repeat: no-repeat;
    padding: 0;
    font-size: 0;
    background-color: transparent;
}
.header-search.search-wapper .search_keyword_custom {
    border: 0;
    padding: 8px 12px;
    width: 240px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;    
    font-family: 'Montserrat', sans-serif;
    background: transparent;
}
.header .header-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 8px;
    border: 1px solid #D2D2D2;
    position: relative;
}
.search-item-title {
    display: flex;
    flex-direction: column;
}
.header .header-search input::placeholder {
    color: #828282;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Montserrat';
}
form.wp-block-search__button-inside.wp-block-search__text-button.header-search.wp-block-search {
    display: none;
}
.header .header-search input:focus-visible{
    outline: none;
    box-shadow: none;
}
#search_results:empty {
  display: none;
}
.header-search.search-wapper p.product-price {
    margin-top: 4px;
}
#search_results {
    position: absolute;
    top: 100%;
    width: 100%;
    max-width: 650px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    /* display: none; */
    left: 50%;
    transform: translateX(-50%);
}
/* List style reset */
#search_results ul.ajax-product-results {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Each result item */
#search_results li.ajax-product-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
  transition: background 0.2s;
}
#search_results li.ajax-product-item:last-child {
  border-bottom: none;
}
/* Link and text styles */
#search_results li.ajax-product-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  /* flex-grow: 1; */
}
/* Thumbnail image */
#search_results li.ajax-product-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 0px;
  margin-right: 10px;
}
/* Product name */
#search_results li.ajax-product-item span {
  font-size: 14px;
  font-weight: 500;
}
/* Login to see price message */
#search_results .login-to-see-price {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
  display: flex;
  align-items: center;
}
#search_results .login-to-see-price a {
  color: #0073aa;
  text-decoration: underline;
}
/* Hover effect */
#search_results li.ajax-product-item:hover {
  background-color: #f9f9f9;
}
.ajax-product-results p.product-price {
    margin: 0;
    padding-left: 0;
}
.header-search p {
    padding-left: 20px;
}
.custom-header-wishlist br {
    display: none;
}
.custom-header-wishlist a.yith-wcwl-items-count {
    position: relative;
}
.custom-header-wishlist span.wishlist-count {
    position: absolute;
    color: #fff;
    line-height: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #987556;
    font-size: 11px;
    height: 18px;
    width: 18px;
    left: 12px;
    top: -2px;
    font-weight: 500;
}
.custom-header-wishlist {
    margin-left: 8px !important;
}
/* header */

/* main banner */
.main-banner-section {
    display: grid;
    grid-template-columns: 63% 37%;
    align-items: stretch;
    gap: 5px;
    justify-content: space-between;
    overflow: hidden;
}
.main-banner-section .banner-slider-first {
    min-height: 770px;
    max-height: 770px;
}
.main-banner-section .banner-slides {
    display: flex;
    flex-direction: column;
    gap: 5px;
    overflow: hidden;
    min-height: 770px;
    max-height: 770px;
}
.main-banner-section .banner-slider-first, .main-banner-section .banner-slider-second, .main-banner-section .banner-slider-third {
    overflow: hidden;
}
.main-banner-section .slide {
    position: relative;
}
.main-banner-section .banner-info {
    position: absolute;
    bottom: 38px;
    left: 40px;
}
.main-banner-section .image {
    position: relative;
    overflow: hidden;
}
.main-banner-section .image::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: var(--black);
    opacity: 0.2;
}
.main-banner-section .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.main-banner-section .banner-slider-first .image img {
    min-height: 770px;
}
.main-banner-section .banner-slides img {
    min-height: 383px;
}
.main-banner-section .banner-title {
    font-family: 'Average', serif;
    font-size: 30px;
    line-height: 42px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    color: var(--white);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 8px;
}
.main-banner-section .banner-url {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    -webkit-font-smoothing: antialiased;
    color: var(--white);
    text-decoration-color: var(--white);
    transition: 0.2s ease all;
}
.main-banner-section .banner-url:hover {
    text-decoration: underline !important;
    opacity: 0.8;
}
.main-banner-section .banner-slides p:empty {
    display: none;
}
 
 
/* main banner */

/* image text */
.index-image-with-text{
    padding: 90px 0 !important;
}
.wp-block-cover .wp-block-cover__inner-container {
    padding: 0 50px;
}
.index-image-with-text h2.wp-block-heading {
    font-family: 'Average', serif;
    font-size: 36px;
    line-height: 42px;
    margin-top: 0 !important;
    font-weight: 300;
    position: relative;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 12px;
}
 h2.wp-block-heading::after {
  content: "";
  position: absolute;
  top: 80%;
  left: 100%;
  margin-left: 30px; /* gap between text and line */
  width: 160px; /* length of the line */
  height: 2px;
  background-color: var(--main-color);
  transform: translateY(-50%);
  opacity: 0.8;
}
.index-image-with-text p {
    font-size: 15px !important;
    line-height: 22px;
    font-weight: 400;
    color: #636363 !important;
    text-align: justify;
    font-family: 'Montserrat';
    -webkit-font-smoothing: auto;
}
.index-image-with-text .wp-block-media-text .wp-block-media-text__content {
    align-self: flex-start;
    padding-left: 0;
}
body .index-image-with-text .wp-block-media-text .wp-block-media-text__media {
    align-self: flex-start;
}
.index-image-with-text .underline-btn a{
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    border-bottom: 1px solid;
    text-transform: uppercase;
    color: var(--main-color) !important;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    margin-top: 12px;
    -webkit-font-smoothing: antialiased;
}
.wp-block-media-text__media img.wp-image-244.size-full {
    height: 550px;
    object-fit: cover;
    z-index: 1;
    position: relative;
}
/* image text */

/* brands */
.index-brands{
    margin-bottom: 40px;
    padding-right: 0;
}
h2.wp-block-heading.index-brands {
    font-family: 'Average', serif;
    font-size: 36px;
    line-height: 42px;
    margin-top: 0 !important;
    font-weight: 300;
    position: relative;
    -webkit-font-smoothing: antialiased;
     padding-left: 50px;
     margin-bottom: 30px;
}
.wp-block-group.index-brands-section.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-f8bb9451.wp-block-group-is-layout-constrained {
    max-width: 1920px;
    margin: 0 auto;
}
.wp-block-group.barnd-title-section.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-eacc1200.wp-block-group-is-layout-constrained {
    max-width: 1840px;
}
/* brands */

/* our products */

/* global section ccs */
.product-grid-custom .wp-block-post-title a ,.wc-block-grid__product-title {
    display: inline-block;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    font-weight: 500;
    -webkit-font-smoothing: auto;
}
.button.sp-wqv-view-button  {
    display: none !important;
}
.product-grid-custom .product-price ,.wishlist-items-wrapper p.product-price{
    font-size: 15px;
    color: #595959;
    height: 26px;
}
.product-grid-custom button , .product-grid-custom a.wp-block-button__link{
    padding: 9px 20px !important;
    height: 42px;
    border-radius: 0;
    transition: 0.4s ease all;
    border: 0 !important;
}
.product-grid-custom button:Hover , .product-grid-custom a.wp-block-button__link:hover{
    background: transparent !important;
    border: 1px solid #000;
    color: #000;
}
/* .product-grid-custom .sp-wqv-woocommerce-loop-product-buttons{
 padding-bottom: 20px;
} */
body .product-grid-custom .wp-block-query-pagination {
    display: none;
}
body .product .quick-view-custom-btn {
    background: #000 !important;
    font-size: 15px !important;
    /* font-family: mont; */
    font-family: 'Montserrat';
    font-weight: 400 !important;
    line-height: 21px !important;
    /* height: 42px; */
    padding: 10px 20px !important;
    margin-top: 0 !important;
}
body .product .quick-view-custom-btn i.wqv-icon.sp_wqvp-icon-1 {
    display: none;
}
.wc-block-components-notice-banner__content {
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
}
.wc-block-components-notice-banner.is-info {
    background: #fbf9f6;
    color: #000;
    border-radius: 0;
    border-color: #b0a496;
}
.wc-block-components-notice-banner.is-info>svg {
    background-color: #b0a496;
}
body .product-type-simple .wp-block-button{
    display: block;
}
.product-type-variable .wp-block-button {
    display: none;
    text-transform: capitalize;
}
/* global section ccs */


.index-products h2.wp-block-heading.has-text-align-center {
    margin-bottom: 30px !important;
}
.wc-block-components-product-sale-badge {
    background-color: #000;
    border: 0;
    color: white;
    top: 0 !important;
    right: 0 !important;
    font-family: 'Montserrat';
    font-size: 11px;
    font-weight: 100;
    letter-spacing: 1px;
    padding: 6px 12px;
    border-radius: 0;
    margin-right: 11%;
    
}
.product-grid-custom .wc-block-components-product-sale-badge, .related-products .wc-block-components-product-sale-badge{
    margin: 12px;
}
body .related-products .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
    margin: 12px;
}
body .related-products a.wp-block-button__link.wp-element-button.wc-block-components-product-button__button {
    height: 42px;
    margin: 0 !important;
}


.index-products {
    padding-top: 80px;
    padding-left: 50px;
    padding-right: 50px;
}
/* our products */

/* testimonial slider */
.testimonial-section {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 80px;
}
.testimonial-section .testimonial-title {
    font-family: 'Average', serif;
    font-size: 36px;
    line-height: 42px;
    margin-top: 0 !important;
    font-weight: 300;
    position: relative;
    -webkit-font-smoothing: antialiased;
}
.testimonial-section .testimonial-title::after {
    content: "";
    position: absolute;
    top: 80%;
    margin-left: 30px;
    width: 160px;
    height: 2px;
    background-color: var(--main-color);
    transform: translateY(-50%);
    opacity: 0.8;
}
/* .testimonial-section .slider-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
} */
.testimonial-section .slide {
    display: flex;
    gap: 18px;
}
.testimonial-section .icon {
    display: inline-block;
}
.testimonial-section .quote {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #636363;
    font-family: 'Montserrat';
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
    margin-bottom: 20px;
}
.testimonial-section .name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Montserrat';
    -webkit-font-smoothing: auto;
    margin: 0;
}
.testimonial-section .slick-prev:before, .testimonial-section .slick-next:before {
    content: none;
}
.testimonial-section .slick-arrow {
    top: -60px;
    right: 0;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border: 1px solid #B0A496;
    transition: 0.2s ease all;
}
.testimonial-section .slick-prev {
    background-image: url(http://cw-csouls.corewix.com/wp-content/uploads/2025/08/left-arrow.png);
    left: auto;
    right: 60px;
}
.testimonial-section .slick-next {
    background-image: url(http://cw-csouls.corewix.com/wp-content/uploads/2025/08/right-arrow.png);
    background-repeat: no-repeat;
} 
.testimonial-section .slick-prev:hover, .testimonial-section .slick-next:hover {
    opacity: 0.6;
}
.testimonial-section .slick-prev:hover,.testimonial-section .slick-prev:focus {
    background-size: 10px;
    background-image: url(http://cw-csouls.corewix.com/wp-content/uploads/2025/08/left-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
}
.testimonial-section .slick-next:hover,.testimonial-section .slick-next:focus {
    background-size: 10px;
    background-image: url(http://cw-csouls.corewix.com/wp-content/uploads/2025/08/right-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
}
.slider-wrapper {
    padding: 0 20px;
}
/* testimonial slider */

/* footer */
footer .footer-blocks {
    justify-content: space-between;
}
footer .brand-block {
    flex-basis: 25% !important;
}
footer .footer-links {
    flex-basis: 12% !important;
}
footer .newsletter {
    flex-basis: 31% !important;
    flex-grow: inherit !important;
}
body footer .footer-wrapper h3.wp-block-heading {
    font-size: 20px !important;
    line-height: 27px;
    font-family: 'Average', serif;
    position: relative;
}
footer .brand-block .about-brand {
    font-size: 14px;
    color: #717171;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
}
footer .url-title::after {
    content: none;
}
footer .footer-links .wp-block-navigation__container {
    gap: 10px;
    margin-top: 25px;
}
footer .footer-links .wp-block-navigation-item__label {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Montserrat';
    -webkit-font-smoothing: antialiased;
    color: #2d2d2d;
}
footer .newsletter-title {
    font-size: 20px;
    line-height: 27px;
    margin-top: 0 !important;
    font-weight: 300;
    position: relative;
    display: inline-block;
    font-family: 'Average';
    margin-bottom: 25px;
}
footer p.newsletter-text {
    font-size: 16px;
    color: #717171;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
}
footer .newsletter .tnp-field label, footer .newsletter .tnp-field br {
    display: none;
}
footer .newsletter .tnp-subscription form p:empty {
    display: none;
}
footer .newsletter .tnp-subscription {
    margin-inline: inherit;
    margin-top: 11px;
    /* max-width: 360px; */
}
footer .newsletter .tnp-subscription  form {
    position: relative;
}
footer .newsletter .tnp-field.tnp-field-button {
    position: absolute;
    right: 170px;
    top: 0;
}
footer .newsletter .tnp-field.tnp-field-button .tnp-submit {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    padding: 12px 0;
    background-color: #000;
    cursor: pointer;
    transition: 0.2s ease all;
    width: 170px;
}
footer .newsletter .tnp-field.tnp-field-button .tnp-submit:hover{ 
    opacity: 0.8;
}
.tnp-subscription div.tnp-field .tnp-email {
    padding: 16px 10px 11px 16px;
}
.tnp-subscription div.tnp-field .tnp-email::placeholder {
    color: #828282;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    -webkit-font-smoothing: antialiased;
}
.tnp-subscription div.tnp-field .tnp-email:focus-visible {
    outline-color: transparent;
}
footer .contact-block {
    flex-basis: 270px !important;
}
footer .contact-title {
    font-size: 17px;
    line-height: 36px;
    margin-top: 0 !important;
    font-weight: 300;
    position: relative;
    display: inline-block;
    font-family: 'Average';
}
footer .contact-block ul {
    list-style: none;
    padding-left: 0;
}
footer .contact-block ul li {
    margin-bottom: 12px;
}
footer .contact-block .mail , footer .contact-block ul li:last-child {
    display: flex;
    align-items: center;
    gap: 10px;
}
footer .contact-block span.mail-icon, footer .contact-block .location-icon {
    background-size: 13px;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 30px;
    min-width: 30px;
    background-color: #F2F2F2;
    border-radius: 100%;
    display: inline-block;
}
footer .contact-block span.mail-icon {
    background-image: url(http://cw-csouls.corewix.com/wp-content/uploads/2025/08/email.png);
}
footer .contact-block .location-icon {
    background-image: url(http://cw-csouls.corewix.com/wp-content/uploads/2025/08/location.png);
}
footer .contact-block a {
    text-decoration: none;
}
footer .social-block .social-title {
    font-size: 17px;
    line-height: 36px;
    margin-top: 0 !important;
    font-weight: 300;
    position: relative;
    display: inline-block;
    font-family: 'Average';
}
footer .contact-block .mail-tite , footer .contact-block .address-title {
    font-size: 16px;
    color: #717171;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}
footer .social-block .social-icons {
    gap: 12px;
    margin-top: 18px;
}
footer .social-block .wp-block-social-link-anchor svg{ 
    display: none;
}
footer .social-block .wp-block-social-link-anchor {
    background-position: center;
    background-repeat: no-repeat;
    min-height: 30px;
    min-width: 30px;
    height: 30px;
    width: 30px;
    background-color: #F2F2F2;
    border-radius: 100%;
    display: block;
    padding: 0;
    border: 1px solid #F2F2F2;
    margin: -1px;
}
footer .social-block .wp-social-link-instagram .wp-block-social-link-anchor { 
    background-size: 13px;
    background-image: url(http://cw-csouls.corewix.com/wp-content/uploads/2025/08/insta.png);
}
footer .social-block .wp-social-link-facebook .wp-block-social-link-anchor { 
    background-image: url(http://cw-csouls.corewix.com/wp-content/uploads/2025/08/fb.png);
    background-size: 8px;
}
footer .copyright-url a, footer .copyright-url span {
    text-decoration: none !important;
}
body .footer-wrapper {
    background: #fbf9f6 !important;
}
.instagram-gallery__actions {
    display: none;
}
.instagram-wrapper h2.wp-block-heading.insta-icon-id {
    font-size: 10px;
    background-image: url(https://cw-csouls.corewix.com/wp-content/uploads/2025/08/Instagram-Icon.png);
    background-size: 20px;
    background-position: left;
    min-width: 30px;
    min-height: 30px;
    background-repeat: no-repeat;
    padding: 0;
    font-size: 0;
    background-color: #fff;
    padding-left: 26px !important;
    display: flex;
}
 h2.insta-icon-id.wp-block-heading::after{
    display: none;
}
 .instagram-wrapper h2.insta-icon-id.wp-block-heading strong{
    font-size: 16px;
    font-weight: 400;
    color: #747474;
    font-family: 'Montserrat';
 }
.insta-title .insta-icon-id a {
    font-size: 16px;
    font-weight: 400;
    color: #747474;
    font-family: 'Montserrat';
    text-decoration: none;
}
 .instagram-gallery-feed .swiper-button-prev , .instagram-gallery-feed .swiper-button-next{
    width: 40px;
    height: 40px;
    border: 1px solid #B0A496;
}
 .instagram-gallery-feed .swiper-button-prev::after , .instagram-gallery-feed .swiper-button-next::after{
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #B0A496;
}
footer .contact-block   h4.wp-block-heading.contact-title ,footer .social-block .social-title{
    font-size: 17px;
    color: #3b3b3b;
}
.footer-copyright-section {
    margin-left: -50px !important;
    margin-right: -50px !important;
}
/* footer */
 
/* Shop */


body .product-type-variable .button.sp-wqv-view-button{
    display: block !important;
    transition: 0.4s ease all;
    border: 1px solid #000;
    width: max-content;
}
body .product-type-variable .button.sp-wqv-view-button:hover{
    background: transparent !important;
    border: 1px solid #000;
    color: #000 !important;
}
button.wp-block-button__link.wp-element-button.wc-block-components-product-button__button.add_to_cart_button:hover{
    background: transparent !important;
    border: 1px solid #000;
    color: #000 !important;
}

body.logged-in .product-type-variable #sp-wqv-view-button.sp-wqv-view-button.button{
    display: block !important;
    
}
body .product-type-simple .button.sp-wqv-view-button{
    display: none !important;
}
body.logged-in .product-type-simple #sp-wqv-view-button.sp-wqv-view-button.button{
    display: none !important;
}

.shorting-results-block ,.search-detail-page .site-search-filter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px !important;
}
.product-default-short-block {
    margin: 0 !important;
}
.product-results-block {
    margin: 0 !important;
    text-align: left;
}
.product-results-block p.woocommerce-result-count, .search-detail-page p.woocommerce-result-count{
    color: #717171 !important;
    font-size: 15px !important;
    font-family: 'Montserrat';
    line-height: 21px;
}
.product-default-short-block select.orderby ,.search-detail-page .site-search-filter select.orderby{
    border: 0;
    color: #717171;
    font-size: 15px !important;
    font-family: 'Montserrat';
    line-height: 21px;
}
.categories-block h3.wp-block-post-title a {
    display: inline-block;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    font-weight: 400;
    -webkit-font-smoothing: auto;
    padding: 0 12px;
}
.categories-block p.product-price {
    font-size: 15px;
    color: #595959;
    height: 26px;
}
.wc-block-product-filters__overlay-content h2.wp-block-heading::after {
    display: none;
}
.wp-block-breadcrumbs nav.woocommerce-breadcrumb {
    text-align: center;
}
.categories-block h1.wp-block-query-title {
    text-align: center;
}

.product-filters-block {
    width: 420px !important;
    max-width: 100%;
}
.product-filters-block h2.wp-block-heading {
    font-family: 'Average', serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
}
li.wc-block-product-categories-list-item::marker {
    display: none !important;
    font-size: 0;
}
li.wc-block-product-categories-list-item a {
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 3px;
    text-transform: capitalize;
}
ul.wc-block-product-categories-list {
    padding: 0;
    margin-bottom: 0;
}
.product-filters-block h3.wp-block-heading {
    font-family: 'Average', serif !important;
    font-size: 20px !important;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.wp-block-woocommerce-product-filter-price h3.wp-block-heading {
    margin-bottom: 8px !important;
}
.product-filters-block .wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__left input:focus
,.product-filters-block .wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__left input:focus-visible
,.product-filters-block .wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__right input:focus
,.product-filters-block .wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__right input:focus-visible{    outline: none;
    box-shadow: none;
    outline: none;
}
.product-filters-block .wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__left input {
    border: 0;
    text-align: left;
    font-size: 15px;
    color: #717171;
    line-height: 21px;
    font-family: 'Montserrat';
    padding-left: 0;
    padding-top: 0;
}
.product-filters-block .wc-block-product-filter-price-slider .wc-block-product-filter-price-slider__right input{
    border: 0 ;
    text-align: right;
    font-size: 15px ;
    color: #717171;
    line-height: 21px;
    font-family: 'Montserrat';
    padding-right: 0;
    padding-top: 0;
}
.wp-block-woocommerce-product-filter-price {
    margin-bottom: 20px;
}
.product-filters-block .wc-block-product-filter-checkbox-list__item .wc-block-product-filter-checkbox-list__input-wrapper input {
    border: 1px solid #A4A4A4;
}
.product-filters-block .wc-block-product-filter-checkbox-list__item .wc-block-product-filter-checkbox-list__input-wrapper::before {
    background: transparent;
}
.product-filters-block span.wc-block-product-filter-checkbox-list__text {
    font-size: 15px;
    line-height: 21px;
}
.product-filters-block .wc-block-product-filter-price-slider__range {
    margin-top: 6px;
}
.shop-banner p , .page-banner h1{
    font-size: 30px !important;
    line-height: 36px !important;
    text-transform: uppercase;
    font-family: 'Average', serif;
}
/* .wp-block-cover.shop-banner {
    margin-bottom: 90px;
} */
 .categories-block {
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 80px !important;
}
li.wc-block-product-categories-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0 7px;
}
.wc-block-product-filter-checkbox-list__item > div {
    border-bottom: 1px solid #e9e9e9;
    padding: 12px 0 8px;
}
.wc-block-product-filters__overlay-wrapper span.wc-block-product-categories-list-item-count {
    color: #575757;
    font-size: 12px;
}
.wc-block-product-categories {
    margin-bottom: 26px !important;
    margin-bottom: 1em;
}
.color-filters.wp-block-woocommerce-product-filter-attribute ,.size-filters.wp-block-woocommerce-product-filter-attribute {
    margin-bottom: 22px !important;
}
.wp-block-query-pagination-numbers span.page-numbers.current {
    line-height: 0 !important;
    border: 1px solid #D0D0D0;
    vertical-align: middle;
    font-size: 15px !important;
    font-weight: 500;
    color: #fff;
    background-color: #b0a496;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.page-numbers {
    line-height: 0 !important;
    border: 1px solid #D0D0D0;
    vertical-align: middle;
    font-size: 15px !important;
    font-weight: 500;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
nav.wp-block-query-pagination {
    height: 50px;
    margin-top: 20px;
}
.wp-block-query-pagination-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 12px;
}
a.wp-block-query-pagination-next {
    margin-left: 12px;
    line-height: 21px;
    width: 30px;
    height: 30px;
    font-size: 0;
    border: 1px solid #d0d0d0;
}
a.wp-block-query-pagination-previous {
    margin-right: 18px;
    line-height: 21px;
    width: 30px;
    height: 30px;
    font-size: 0;
    border: 1px solid #d0d0d0;
}
a.wp-block-query-pagination-previous {
    background-image: url(http://cw-csouls.corewix.com/wp-content/uploads/2025/08/left-arrow.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
}
a.wp-block-query-pagination-next {
    background-image: url(http://cw-csouls.corewix.com/wp-content/uploads/2025/08/right-arrow.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
}




ul.brand-filter {
    margin-top: 7px;
    margin-bottom: 20px;
}
.brand-filter li {
    font-size: 15px;
    line-height: 21px;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button) svg.yith-wcwl-add-to-wishlist-button-icon{
    color: #ff0000;
    transition: 0.2s ease all;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button) svg.yith-wcwl-add-to-wishlist-button-icon:hover {
    fill: #ff0000;
}
/* Shop */


/* Product */

button.wc-block-product-gallery-large-image-next-previous__button {
    border: 1px solid #d0d0d0;
    color: #d0d0d0;
    background: transparent;
}
.related-products .wc-block-product .sp-wqv-view-button {
    display: none !important;
}
.product-info {
    column-gap: 40px;
}
.product-info h1.wp-block-post-title {
    font-size: 36px;
    line-height: 48px;
    color: #000;
    font-family: 'Average', serif;
}
.product-info p.product-price {
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
    margin: 0;
    padding: 12px 0;
}
.product-info .woocommerce-variation-price p.product-price {
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    margin: 0;
    padding: 12px 0;
}

.product-info p.wp-block-post-excerpt__excerpt {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #5B5B5B;
}
.product-info .variations th.label {
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 4px;
    margin-top: 18px;
}
body .product-info .wc-block-components-quantity-selector:after{
    border-color: #D0D0D0;
    border-radius: 0 ;
    opacity: 1;
}
body .product-info div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper form.cart div.wc-block-components-quantity-selector.quantity{
    height: 42px;
}
button.single_add_to_cart_button.button.alt.wp-element-button {
    padding: 12px 20px;
    border-radius: 0;
    width: 100%;
}
body .woocommerce .variations .woo-variation-items-wrapper a.reset_variations {
    font-size: 14px;
    margin-left: 0;
}
.wp-block-woocommerce-product-meta .wp-block-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
}
body .wp-block-woocommerce-add-to-cart-form .variations_button>.single_add_to_cart_button, .wp-block-woocommerce-add-to-cart-form form.cart>.single_add_to_cart_button {
    grid-column: 2/4;
    justify-self: start;
}
button.single_add_to_cart_button.button.alt.wp-element-button {
    padding: 12px 20px;
    border-radius: 0;
    width: 100%;
    width: calc(100% - 60px);
    transition: 0.4s ease all;
}
button.single_add_to_cart_button.button.alt.wp-element-button:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
button.single_add_to_cart_button.button.wp-element-button.disabled{
    opacity: 1 !important; 
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.product-info .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    margin-top: -43px;
    margin-left: calc(100% - 50px);
    width: 42px;
    height: 42px;
    border: 1px solid #D0D0D0;
    align-items: center;
}
.variable-items-wrapper li.variable-item.button-variable-item.button-variable-item-s {
    border-radius: 0;
}
.product-info span.wp-block-post-terms__prefix {
    font-weight: 500;
}
.wp-block-woocommerce-accordion-group.is-layout-flow.wp-block-accordion-group-is-layout-flow {
    border: 1px solid #D0D0D0;
    margin-top: 34px;
}
.product-info p.login-to-see-price {
    font-size: 16px;
    font-weight: 500;
    margin: 14px 0px;
}
.product-info .accordion-item__toggle span {
    font-size: 15px;
    line-height: 21px;
    color: #000;
    font-weight: 400;
    font-family: 'Montserrat';
}
.product-info .accordion-item__toggle {
    padding: 12px;
}
.product-discription .accordion-item__toggle{

    border-bottom: 1px solid #D0D0D0;
}
.accordion-content__wrapper .wc-block-product-description.wp-block-woocommerce-product-description {
    padding: 20px;
    border-bottom: 1px solid #D0D0D0;
}
.product-discription .wc-block-product-description.wp-block-woocommerce-product-description{
       border-bottom: 1px solid #D0D0D0;
}
.accordion-content__wrapper .wc-block-product-description.wp-block-woocommerce-product-description p{
    font-size: 15px;
    line-height: 23px;
    color: #5B5B5B;
    font-weight: 400;
    font-family: 'Montserrat';
    margin-bottom: 8px;
}
.accordion-content__wrapper .wc-block-product-description.wp-block-woocommerce-product-description p strong{
    font-weight: 500;
    color: #000;
}
.accordion-content__wrapper .wc-block-product-description.wp-block-woocommerce-product-description p:last-child{
    margin-bottom: 0;
}
.product-discription h3.wp-block-woocommerce-accordion-header.accordion-item__heading {
    border-bottom: 1px solid #D0D0D0;
}

table.wc-block-product-specifications.wp-block-woocommerce-product-specifications {
    padding: 20px 20px 0;
    margin-bottom: 0;
}
table.wc-block-product-specifications {
    border: 0;
    border-top: 1px solid #D0D0D0;
}
.wc-block-product-specifications-item th.wc-block-product-specifications-item__label {
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    font-family: 'Montserrat';
}
.accordion-content__wrapper .wc-block-product-specifications-item th.wc-block-product-specifications-item__label ,.accordion-content__wrapper .wc-block-product-specifications-item table.wc-block-product-specifications tr:nth-child(2n) th{
    background: transparent;
}
.accordion-content__wrapper table.wc-block-product-specifications tr:nth-child(2n) td,.accordion-content__wrapper table.wc-block-product-specifications tr:nth-child(2n) th{
    background: transparent;
}
.accordion-content__wrapper .wc-block-components-product-summary p {
    font-size: 15px;
    padding: 0 20px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.accordion-content__wrapper .wc-block-product-specifications-item__value p {
    font-size: 15px;
    line-height: 21px;
    font-style: normal;
}
body .related-products ul .wc-block-product h2.has-text-align-center.wp-block-post-title {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 21px;
    color: #000;
    font-weight: 500;
    -webkit-font-smoothing: auto;
    margin-top: 12px !important;
}
body .related-products p.product-price {
    font-size: 15px;
    color: #595959;
    height: 26px;
}
body .insta-title {
    padding-bottom: 30px !important;
}
.product .variable-item-contents::before{
    display: none !important;
}
.wc-block-product-gallery-large-image {
    padding: 0 15px;
    aspect-ratio: auto;
}
body .wc-block-product-gallery-large-image .wc-block-product-gallery-large-image__container {
    align-items: normal;
}
/* body .wc-block-product-gallery-large-image .wc-block-product-gallery-large-image__wrapper {
    aspect-ratio: auto;
} */
.wc-block-product-gallery-large-image .wc-block-product-gallery-large-image__inner-blocks {
    height: calc(100% - 10px);
    left: 0;
    position: absolute;
    top: 10px;
    width: calc(100% - 50px);
    padding: 0 25px;
}
.product-info .wp-block-woocommerce-product-meta span {
    font-size: 14px;
    line-height: 22px;
}
.product-info .wp-block-woocommerce-product-meta a ,.product-info .wp-block-woocommerce-product-meta span.sku{
    color: #777;
}
.variable-item-contents {
    font-size: 14px;
}
span.wc-block-components-product-sale-badge__text {
    font-weight: 400;
    font-family: 'Montserrat';
}
.product-wrapper .is-horizontal .wc-block-product-gallery-thumbnails .wc-block-product-gallery-thumbnails__scrollable {
    gap: 16px;
}
.wp-block-woocommerce-product-gallery.wc-block-product-gallery {
    align-items: normal;
}
body .product-info  .bisn-notify-form button.button {
    padding: 9px 20px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    font-family: 'Montserrat';
    margin-bottom: 14px;
}
.product-info .wp-block-woocommerce-product-price .product-price:empty {
    display: none;
}
.index-products .product h2.product-title.wp-block-post-title {
    margin-top: 12px !important;
}
.product .wpcsc-size-charts-list {
    margin-bottom: 12px;
}
.product span.wpcsc-size-charts-list-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}
.product a.wpcsc-btn.wpcsc-size-charts-list-item {
    font-size: 16px;
    font-weight: 400;
}
.product .quantity button:focus,
.product .quantity button:focus-visible,
.product .quantity input.qty:focus,
.wc-block-components-notice-banner.is-success:focus-visible
{
    outline: none;
    box-shadow: none;
}
.product div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .wc-block-components-quantity-selector input[type=number].input-text.qty.text {
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
}
/* Product */



/* Contact Us */
.contact-form-custome {
    width: 830px;
    max-width: 100%;
    background: #fff;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    gap: 20px 30px;
}
.contact-form-custome .form-input label {
    font-size: 16px;
    color: #636363;
    margin-bottom: 8px;
    display: block;
}
.contact-form-custome .form-input {
    width: calc(50% - 15px);
}
.contact-form-custome .form-input:has(textarea) {
    width: 100%;
}
.contact-form-custome .form-input span {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.contact-form-custome .form-input input,
.contact-form-custome .form-input textarea {
    padding: 10px 10px;
    flex: auto;
    border: 1px solid #D0D0D0;
    font-size: 15px;
    line-height: 20px;
}
.contact-form-custome .form-input input:focus,
.contact-form-custome .form-input textarea:focus {
    border-radius: 0px;
    outline: none;
}
.contact-form-custome .form-input input+span, .contact-form-custome .form-input textarea+span {
    position: absolute;
    bottom: -17px;
    font-size: 12px;
    line-height: 16px;
}
.contact-form-custome .form-input br {
    display: none;
}
.contact-form-custome .form-input p {
    margin: 0;
    padding: 0;
}
.contact-form-custome .form-input p:empty {
    display: none;
}
.form-input-submit p {
    margin: 0;
    padding: 0;
}
.form-input-submit input[type="submit"] {
    background-color: #000;
    color: #fff;
    border: 0px;
    text-transform: capitalize;
    padding: 9px 30px;
    min-width: 160px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #000;
    transition: 0.4s ease all;
}
.form-input-submit input[type="submit"]:hover{
    background: transparent !important;
    border: 1px solid #000;
    color: #000;
}
.wpcf7 .contact-form-custome+div.wpcf7-response-output {
    width: 800px;
    max-width: 100%;
    margin: 30px auto;
    font-size: 14px;
    text-align: center;
    padding: 8px 10px;
    outline: none;
    border: 0;
}
form.wpcf7-form {
    margin: 0 0 60px 0;
}
.contact-section .contact-info-section p.has-text-align-center {
    font-size: 16px;
    line-height: 21px;
    color: #636363;
    font-weight: 400;
    font-family: 'Montserrat';
    margin-bottom: 6px;
}
.contact-section .contact-info-section p.has-text-align-center:first-child {
    margin-bottom: 10px;
}
.contact-section .contact-info-section p.has-text-align-center strong{
    font-size: 16px;
    line-height: 21px;
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat';
}
.contact-section form.wpcf7-form.init {
    margin-bottom: 0;
}
/* Contact Us */

/* About Us */

.our-team-section .wp-block-columns {
    gap: 20px;
    padding-bottom: 0;
}
.our-team-section .wp-block-column .wp-block-media-text {
    display: flex;
    flex-flow: column;
}
.our-team-section .wp-block-media-text .wp-block-media-text__content {
    padding: 0px;
    width: 100%;
}
.about-disc h2.wp-block-heading {
    margin-bottom: 30px;
}
.about-disc p {
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    font-family: 'Montserrat';
    color: #636363;
}
.about-text-section .wp-block-media-text__content {
    padding-left: 0;
}
.our-team-section h4.wp-block-heading {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    font-weight: 500;
    font-family: 'Montserrat';
}
.wishlist_table tr td.product-thumbnail a img{
    vertical-align: middle;
}
.our-team-section p {
    font-size: 15px;
    margin: 8px 0px;
    line-height: 22px;
    color: #717171;
    font-weight: 300;
    font-family: 'Montserrat';
}
p.our-team-post {
    font-weight: 500;
    color: #987556;
    padding-top: 0;
    margin-bottom: 12px;
    margin-top: 0 !important;
}
body .about-text-section figure.wp-block-media-text__media {
    align-self: flex-start;
}

/* About Us */

/* Cart Page */

.cart-section th.wc-block-cart-items__header-image ,.cart-section th.wc-block-cart-items__header-total ,.cart-section h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title{
    font-size: 16px;
    text-align: left;
    line-height: 21px;
    font-weight: 500 !important;
    font-family: 'Montserrat';
    text-transform: capitalize;
}
.cart-section a.wc-block-components-product-name{
    font-size: 18px;
    text-align: left;
    line-height: 21px;
    font-weight: 500 !important;
    font-family: 'Montserrat';
    text-decoration: none;
}
.cart-section span.price.wc-block-components-product-price {
    font-size: 16px;
    text-align: left;
    line-height: 21px;
    font-weight: 500;
    font-family: 'Montserrat';
}
.wc-block-components-product-metadata__description p {
    font-size: 14px;
    line-height: 20px;
    color: #717171;
    font-weight: 400;
    font-family: 'Montserrat';
}
.cart-section input.wc-block-components-quantity-selector__input {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    font-family: 'Montserrat';
}
/* body .cart-section table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #717171;
} */
h1.alignwide.wp-block-post-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 21px;
    font-family: 'Average';
    font-weight: 500;
}
.wc-block-cart-item__total .wc-block-formatted-money-amount {
    font-size: 18px;
    font-weight: 500;
}
.wc-block-cart__sidebar .wc-block-components-panel__button {
    font-size: 16px;
    font-weight: 400;
}
.wc-block-cart__sidebar .wc-block-components-totals-shipping span.wc-block-components-totals-item__label {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}
.wc-block-cart__sidebar .wc-block-components-totals-item__value strong {
    font-weight: 500;
    font-size: 16px;
}
.wc-block-cart__sidebar .wc-block-components-totals-wrapper  .wc-block-components-totals-footer-item span.wc-block-components-totals-item__label {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
}
.wc-block-cart__sidebar span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-footer-item-tax-value {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Montserrat';
}
.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 14px;
}
.wp-block-product-new .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    display: inline;
    font-size: 15px;
}
/* Cart Drawer */
.wc-block-mini-cart__drawer a.wc-block-components-product-name {
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    color: #000;
}
.wc-block-mini-cart__drawer input.wc-block-components-quantity-selector__input {
    font-weight: 500 ;
    font-family: 'Montserrat';
}
.wc-block-mini-cart__drawer span.wc-block-components-product-details__name {
    font-weight: 600;
}
.wc-block-mini-cart__drawer table.wc-block-cart-items .wc-block-cart-items__row {
    border-bottom: 1px solid #D0D0D0;
}
.wc-block-mini-cart__drawer table.wc-block-cart-items .wc-block-cart-items__row:last-child {
    border-bottom: 0;
}
.wc-block-mini-cart__drawer .wc-block-components-button__text {
    font-weight: 500;
}
.wc-block-mini-cart__drawer a.wc-block-components-button.wp-element-button.wc-block-mini-cart__footer-cart.outlined:focus{
    box-shadow: none !important;
}
.wc-block-mini-cart__drawer a.wc-block-components-button.wp-element-button.wc-block-mini-cart__footer-cart.outlined{
    border-radius: 0;
    text-transform: capitalize;
    transition: 0.4s ease all;
}
.wc-block-mini-cart__drawer a.wc-block-components-button.wp-element-button.wc-block-mini-cart__footer-checkout.contained {
    border-radius: 0;
    text-transform: capitalize;
    border: 1px solid #000;
    transition: 0.4s ease all;
}
.wc-block-mini-cart__drawer a.wc-block-components-button.wp-element-button.wc-block-mini-cart__footer-cart.outlined:hover{
    background: #000 !important;
    border: 1px solid #000;
    color: #fff;
    box-shadow: none !important;
}
.wc-block-mini-cart__drawer a.wc-block-components-button.wp-element-button.wc-block-mini-cart__footer-checkout.contained:hover{
    background: transparent !important;
    border: 1px solid #000;
    color: #000;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-title-block.wc-block-mini-cart__title span {
    font-size: 24px;
    font-family: 'Average';
    line-height: 32px;
    font-weight: 400;
    text-transform: capitalize;
}
.wc-block-mini-cart__empty-cart-wrapper p.has-text-align-center {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    line-height: 21px;
    color: #000;
}
.wc-block-mini-cart__empty-cart-wrapper a.wc-block-components-button.wp-element-button.wp-block-woocommerce-mini-cart-shopping-button-block.wc-block-mini-cart__shopping-button.contained {
    border-radius: 0;
}
.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title::after {
    display: none;
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    height: 3em;
    mask-size: 3em;
    width: 3em;
    margin-bottom: 12px;
    margin-top: 30px;
    background-color: #959292;
}
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector:after, .wc-block-cart-item__wrap .wc-block-components-quantity-selector:after{
    border-radius: 0;
    border-color: #D0D0D0;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-filled-mini-cart-contents-block h2.wc-block-mini-cart__title {
    align-items: baseline;
    background: inherit;
    display: flex;
    margin: 16px 16px -18px;
    mask-image: none;
    padding: 20px;
    justify-content: center;
    color: #987556;
    background: #fefcfb;
    align-items: center;
}
.wc-block-components-button.wc-block-components-drawer__close {
    right: 20px !important;
    top: 20px !important;
}
.wc-block-components-button.wc-block-components-drawer__close svg {
    fill: #000000 !important;
}
/* Cart Drawer */

.wc-block-components-sidebar a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained 
,.wc-block-components-sidebar .wc-block-components-totals-coupon__content input
,.wc-block-components-sidebar .wc-block-components-totals-coupon__content button
{
    border-radius: 0;
}
.wc-block-components-sidebar .wc-block-components-totals-coupon__content input:focus-visible{
    outline: none;
}
.wc-block-mini-cart__template-part table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    font-family: 'Montserrat';
    font-weight: 500;
}
.woocommerce-cart section.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding-left: 50px !important;
    padding-right: 50px !important;
    margin-top: 80px !important;
    padding-top: 0 !important;
}
.wc-block-cart__submit-container a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #000 !important;
    transition: 0.4s ease all;
    padding: 12px 20px;
}
.wc-block-cart__submit-container a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover{
    background: transparent !important;
    border: 1px solid #000;
    color: #000;
}
.wc-block-components-product-metadata span.wc-block-components-product-details__value {
    font-size: 14px;
    color: #636363;
}
.woocommerce-cart .wc-block-mini-cart.wp-block-woocommerce-mini-cart.account {
    visibility: visible !important;
}
/* Cart Page */


/* Checkout Page */
.woocommerce-checkout header.wp-block-group {
    max-width: 1740px;
    padding-top: 80px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
}
.woocommerce-checkout main.wp-block-group{
    max-width: 1740px;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
.wc-block-components-address-card {
    border-radius: 0;
}
input#checkbox-control-0 ,input#checkbox-control-1{
    border-radius: 0;
}

.wc-block-checkout .wc-block-components-checkout-step__content .wc-block-components-text-input input ,.wc-block-checkout .wc-block-components-checkout-step__content .wc-blocks-components-select .wc-blocks-components-select__select{
    border-radius: 0;
    border-color: #D0D0D0;
}
body .wc-block-checkout__main .wc-block-components-radio-control__option
, .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted
, body .wc-block-checkout__main .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block{
    box-shadow: none;
    border-radius: 0;
}
body .wc-block-checkout__main .wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--last-selected:after{
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #D0D0D0;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
    border-radius: 0;
    font-size: 15px;
    border: 1px solid #000 !important;
    transition: 0.4s ease all;
    padding: 12px 20px;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:hover{
    background: transparent !important;
    border: 1px solid #000;
    color: #000 !important;
}
h2.wc-block-components-title.wc-block-components-checkout-step__title {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
}p.wc-block-components-checkout-step__description {
    font-size: 14px;
    line-height: 21px;
    color: #636363;
}
.wc-block-components-country-input .wc-blocks-components-select__container {
    margin-top: 0;
}
body .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
    margin-bottom: 30px;
    padding-left: 0;
}
body .wc-block-components-form .wc-block-components-checkout-step {
    margin: 0 0 30px;
}
body .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    border-top: 1px solid hsla(0,0%,7%,.11);
    padding-top: 30px;
    margin-bottom: 30px;
}
.wp-block-woocommerce-checkout-order-summary-block{
    border-radius: 0;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    padding: 0;
    border-radius: 50px;
    box-shadow: none;
}
.wc-block-components-order-summary-item__description h3.wc-block-components-product-name {
    font-size: 15px;
    font-family: 'Average';
    line-height: 20px;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    font-size: 18px;
}
.wc-block-components-validation-error p {
    font-size: 12px;
}




/* Apply styles to checkout form inputs */
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout textarea,
.woocommerce-checkout select {
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
    border-color: #D0D0D0;
    box-shadow: none;
}

/* Remove WooCommerce default focus shadow */
.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
    outline: none;
    box-shadow: none;
    border-color: #D0D0D0;
}

.checkout-footer-copyright p.has-text-align-center.has-background {
    padding-top: 0px;
    padding-bottom: 8px;
}
.wp-block-group.alignfull.wc-blocks-pattern-footer-simple-menu.wc-blocks-footer-pattern.checkout-footer-custom.has-background.is-layout-flow.wp-block-group-is-layout-flow {
    margin-top: 50px;
    padding-top: 8px !important;
}
.woocommerce-checkout hr.wp-block-separator.alignfull.has-alpha-channel-opacity.is-style-wide {
    margin: 6px 0 !important;
}
.woocommerce-checkout .site-custom-search {
    display: none;
}
.woocommerce-checkout .wc-block-mini-cart.wp-block-woocommerce-mini-cart.account{
    visibility: visible !important;
}
/* Checkout Page */

/* Brand Pages */

.brand-page-section h1.alignwide.wp-block-query-title {
    text-align: left;
    align-items: center;
    font-weight: 500;
    font-size: 32px;
    font-family: 'Average';
    margin-bottom: 16px;
}
.brand-page-section .alignwide.wp-block-term-description {
    font-size: 15px;
    font-family: 'Montserrat';
    text-align: left;
    line-height: 21px;
    font-weight: 300;
    color: #636363;
}
.brand-page-section .brand-thumbnail img {
    max-width: 600px;
    width: 400px;
    height: auto !important;
}
body .brand-page-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
}
.brand-page-section {
    padding-left: 50px !important;
    padding-right: 50px !important;
    margin-top: 70px !important;
}
/* Brand Pages */

/* Account Page */
.woocommerce-account .woocommerce-MyAccount-navigation li:first-child {
    padding-top: 20px;
}
.account-info li.woocommerce-MyAccount-navigation-link.is-active {
    font-weight: 500;
    background-color: #987556;
}
.account-info li.woocommerce-MyAccount-navigation-link.is-active a{
    color: #fff;
}
.account-info li.woocommerce-MyAccount-navigation-link.is-active a::before{
    display: none;
}
.account-info li.woocommerce-MyAccount-navigation-link {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    line-height: 21px;
    padding: 16px 16px;
    text-transform: capitalize;
}
.account-info .woocommerce-MyAccount-content p {
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 21px;
    font-weight: 400;
}
.woocommerce-account .account-info .woocommerce-MyAccount-content {
    padding-top: 20px;
}
.woocommerce-account .account-info .woocommerce-MyAccount-navigation ul {
    padding: 20px;
    margin: 0;
}
.woocommerce-account .account-info .woocommerce-MyAccount-navigation{
    background: #fbf9f6
}
.account-info .woocommerce-MyAccount-content h2 {
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 12px;
}
.account-info header.woocommerce-Address-title h2, .account-info .u-column1 h2, .account-info .u-column2 h2 {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 7px;
    text-transform: capitalize;
}
.account-info button.button.wp-element-button {
    border-radius: 0;
    border: 1px solid #000;
    transition: 0.4s ease all;
    padding: 12px 20px !important;
}
.account-info button.button.wp-element-button:hover{
    background: transparent !important;
    border: 1px solid #000;
    color: #000 !important;
}
.account-info .woocommerce-Address-title a.edit {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #4d4d4d;
    font-weight: 400;
    margin-bottom: 20px !important;
}
.account-info .woocommerce-Addresses address {
    font-size: 15px;
    font-family: 'Montserrat';
    font-style: normal;
    line-height: 23px;
    color: #636363;
    font-weight: 400;
}
.account-info .wc-block-components-notice-banner.is-info {
    background-color: #fbf9f6;
    border-color: #cfcfcf;
}
.account-info .wc-block-components-notice-banner.is-info>svg {
    background-color: #987556;
}
.account-info .wc-block-components-notice-banner__content {
    font-size: 15px;
}
.account-info .woocommerce form .form-row label {
    font-size: 15px;
    color: #636363;
    margin-bottom: 6px;
    display: block;
    line-height: 21px;
}
.account-info .woocommerce-form-row span {
    font-size: 14px;
}
.woocommerce-page .account-info form .form-row input.input-text {
    padding: 11px 17px;
    border-color: #D0D0D0;
    border-radius: 0;
}
.account-info span.select2-selection.select2-selection--single {
    border-radius: 0;
    border-color: #D0D0D0;
    height: 42px;
}
.account-info .woocommerce-EditAccountForm legend {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    padding: 0 12px;
    line-height: 23px;
}
.account-info button.woocommerce-Button.button.wp-element-button {
    /* padding: 7px 20px !important; */
    /* font-size: 16px; */
    border-radius: 0;
}
/* .account-info .woocommerce-EditAccountForm fieldset {
    border-color: #D0D0D0;
    border-width: 1px;
} */

 .woocommerce-privacy-policy-text p {
    font-size: 16px;
    line-height: 23px;
    font-family: 'Montserrat';
    color: #636363;
}
.woocommerce-account.woocommerce-page main {
    max-width: 100%;
    margin: 0 !important;
    padding: 0;
}
.woocommerce-account .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained 
,.woocommerce-wishlist .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained
,.page-id-151 .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained
,.page-id-153 .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained
,.page-id-155 .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained
,.page-id-149 .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained
,.page-id-378 .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained
,.page-id-1048 .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained
{
    padding: 0;
}
.woocommerce-account .wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained 
,.woocommerce-wishlist .wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained
,.page-id-151 .wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained
,.page-id-153 .wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained
,.page-id-155 .wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained
,.page-id-149 .wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained
,.page-id-378 .wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained
,.page-id-1048 .wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained
{
    padding: 0;
}
.woocommerce-account h2.wp-block-post-title 
,.woocommerce-wishlist h2.wp-block-post-title
,.page-id-151 h2.wp-block-post-title
,.page-id-153 h2.wp-block-post-title
,.page-id-155 h2.wp-block-post-title
,.page-id-149 h2.wp-block-post-title
,.page-id-378 h2.wp-block-post-title
,.page-id-1048 h2.wp-block-post-title
{
    display: none;
}
.woocommerce-account figure.wp-block-post-featured-image 
,.woocommerce-wishlist figure.wp-block-post-featured-image
,.page-id-151 figure.wp-block-post-featured-image
,.page-id-153 figure.wp-block-post-featured-image 
,.page-id-155 figure.wp-block-post-featured-image
,.page-id-149 figure.wp-block-post-featured-image
,.page-id-378 figure.wp-block-post-featured-image
,.page-id-1048 figure.wp-block-post-featured-image
{
    display: none;
    padding: 0;
}
.woocommerce-account .woocommerce 
,.woocommerce-wishlist .wishlist-fragment



{
    max-width: 1740px !important;
    padding: 0 50px !important;
    margin-top: 70px !important;
    /* margin-left: 0 !important;
    margin-right: 0 !important; */
}
.page-id-151 .privacy-policy-page
,.page-id-153 .terms-delivery
{
    max-width: 1840px !important;
    padding: 0 50px !important;
    margin-top: 70px !important;
}
.page-id-149 .size-chart-page
,.page-id-155 .sustainability-page
,.page-id-378 .newsletter-page
,.page-id-1048 .account-request
{
    padding: 0 50px !important;
    margin-top: 70px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;

}
.page-id-151 .wp-block-group.is-layout-flow.wp-block-group-is-layout-flow 
,.page-id-153 .wp-block-group.is-layout-flow.wp-block-group-is-layout-flow
,.page-id-155 .wp-block-group.is-layout-flow.wp-block-group-is-layout-flow
,.page-id-149 .wp-block-group.is-layout-flow.wp-block-group-is-layout-flow
,.page-id-378 .wp-block-group.is-layout-flow.wp-block-group-is-layout-flow
,.page-id-1048 .wp-block-group.is-layout-flow.wp-block-group-is-layout-flow
{
    padding: 0;
    margin: 0 !important;
}
form.woocommerce-form.woocommerce-form-login.login {
    max-width: 100%;
}
.woocommerce-page label.woocommerce-form__label-for-checkbox input[type=checkbox]:checked+span::before{

    background-size: 10px;
    background-image: url(http://cw-csouls.corewix.com/wp-content/uploads/2025/08/Right-arrow-icon.svg);
    background-position: center;
    background-repeat: no-repeat;

}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
    background: #000;
    color: #fff;
    font-family: 'Montserrat';
    border: 1px solid #000;
    transition: 0.4s ease all;
    padding: 12px 20px !important;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button:hover{
    background: transparent !important;
    border: 1px solid #000;
    color: #000;
}
.woocommerce-form-register textarea {
    border-radius: 0;
    width: 100%;
    border-color: #D0D0D0;
}
.select2-search__field:focus-visible{
    outline: none;
    border-radius: 0 ;
    border: 0;
}
.select2-container.select2-container--open .select2-dropdown--below{
    border-radius: 0 ;
    border-color: #D0D0D0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
background-color: #b0a496;
}
.woocommerce-page label.woocommerce-form__label-for-checkbox span::before {
    border: 1px solid #d0d0d0 !important;
}
body .woocommerce-privacy-policy-text p a {
    color: #636363 !important;
}
p.woocommerce-LostPassword.lost_password a {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.page-id-14 input:focus-visible{
    outline: none;
}
/* .woocommerce-page label.woocommerce-form__label-for-checkbox input[type=checkbox]:checked+span::before{
    background: #fff !important;
} */


.woocommerce-account label.woocommerce-form__label.woocommerce-form__label-for-checkbox {
    position: relative;
    padding-left: 26px;
}
.woocommerce-account.woocommerce-page label.woocommerce-form__label-for-checkbox span::after {
    content: "";
    border: 1px solid #b5b5b5;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
}
.woocommerce-account.woocommerce-page label.woocommerce-form__label-for-checkbox span::before {
    position: absolute;
    left: 7px;
    top: 3px;
    width: 4px;
    height: 9px;
    border: solid #12b56d !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg);
    opacity: 0;
}
.woocommerce-account.woocommerce-page label.woocommerce-form__label-for-checkbox input[type=checkbox]:checked+span::before {
    background: transparent;
    box-shadow: none;
    opacity: 1;
}
.woocommerce-account.woocommerce-page .woocommerce form .form-row label.inline{
    display: block;
}
.woocommerce-orders-table thead tr{
    border: 0 !important;
}
.woocommerce-account.woocommerce-page table.shop_table_responsive tbody tr:first-child {
    border-top: 0;
    border-color: #D0D0D0;
}
.woocommerce-account.woocommerce-page table.shop_table_responsive tbody tr {
    border-top: 1px solid #D0D0D0;
}
.woocommerce-page table.shop_table_responsive tbody tr{
    border-top: 1px solid #D0D0D0;


}
.woocommerce-account.woocommerce-page th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
}
.woocommerce-account.woocommerce-page .woocommerce-orders-table__cell time 
,td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status
{
    font-size: 15px;
    font-weight: 400 !important;
    color: #636363;
    font-family: 'Montserrat';
}
.woocommerce-orders-table__cell-order-actions a.woocommerce-button.wp-element-button.button.view {
    font-size: 15px;
    font-family: 'Montserrat';
    padding: 9px 0;
}
.woocommerce-orders-table__cell::before{
    font-weight: 500 !important;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details 
,table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr th
,table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr th td
{
    border-color: #D0D0D0;
    font-weight: 500;
    line-height: 30px;

}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th td{
border-bottom: 1px solid #D0D0D0 !important;
}
.woocommerce-page .woocommerce-table--order-details td, .woocommerce-page .woocommerce-table--order-details th{
    border-color: #D0D0D0 !important;
}
p.woocommerce-customer-details--email::before {
    font-size: 18px !important;
    background-image: url(https://cw-csouls.corewix.com/wp-content/uploads/2025/08/mail-icon.svg);
    background-size: 20px;
    background-position: left;
    min-width: 20px;
    content: " " !important;
    min-height: 10px;
    background-repeat: no-repeat;
    padding: 0;
    font-size: 0;
    background-color: #fff;
    padding-left: 23px !important;
    margin-right: 4px !important;
}
.woocommerce-account.woocommerce-page .woocommerce-customer-details address {
    border-color: #D0D0D0;
}
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content p mark {
    font-weight: 600 ;
    font-family: 'Montserrat';
}
tr.woocommerce-table__line-item.order_item strong.product-quantity {
    font-size: 15px;
    font-weight: 500;
}
td.woocommerce-table__product-name.product-name a {
    font-weight: 500;
}
body .account-info.site-inner-page span.required {
    color: #a00;
    visibility: visible;
}
small.woocommerce-password-hint {
    font-size: 13px;
    line-height: 16px !important;
    color: #013597;
}
div#password_strength {
    font-size: 14px;
    margin-top: 6px;
    font-weight: 400;
}
.account-info span.select2-selection.select2-selection--single .select2-selection__rendered {
    padding: 10px 17px 11px !important;
}
.woocommerce-order-details tr.woocommerce-table__line-item.order_item td.woocommerce-table__product-name.product-name img {
    vertical-align: middle;
    margin-right: 7px;
}
.woocommerce-account td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    border-radius: 0;
}
.woocommerce-account .woocommerce-orders-table a.woocommerce-button.wp-element-button.button {
    border-radius: 0;
    display: block;
    font-size: 15px;
    font-family: 'Montserrat';
    padding: 9px 0;
    border: 1px solid #000;
    transition: 0.4s ease all;
}
.woocommerce-account .woocommerce-orders-table a.woocommerce-button.wp-element-button.button:hover{
    background: transparent !important;
    border: 1px solid #000;
    color: #000;
}
.account-info .woocommerce-order-details small.shipped_via {
    display: none;
}
.account-info .woocommerce-password-strength.bad  ,.account-info .woocommerce-password-strength.short{
    color: red;
}
.account-info .woocommerce-password-strength.good ,.account-info .woocommerce-password-strength.strong{ 
    color: #12b56d;
} 
.woocommerce-account.woocommerce-page .woocommerce-table--order-details .wc-item-meta {
    padding-left: 0;
    margin: 0;
}
.woocommerce-account.woocommerce-page .woocommerce-table--order-details ul.wc-item-meta li {
    display: flex;
    gap: 6px;
}
.account-info .woocommerce-MyAccount-content p {
    margin: 0;
}
td.wc-block-order-confirmation-totals__product img {
    vertical-align: middle;
    margin-right: 6px;
}
a.woocommerce-button.wp-element-button.button.invoice.order-actions-button {
    border-radius: 0;
    margin-top: 0;
}
td.woocommerce-table__product-name.product-name strong {
    font-weight: 600;
}
.wc-block-components-notice-banner.is-error {
    border-radius: 0;
}
.woocommerce-MyAccount-content .woocommerce-orders-table th.woocommerce-orders-table__header {
    padding: 14px 6px !important;
}
.account-request p {
    font-size: 15px !important;
    color: #12B56F;
}
/* Account Page */

/* Wishlist Page */

.wishlist_table th {
    padding: 14px 10px !important;
}
.wishlist-items-wrapper img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    vertical-align: top;
}
.wishlist-items-wrapper td.product-price {
    font-size: 16px;
}
p.wishlist-empty {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 21px;
}
.woocommerce-wishlist .wp-block-group.is-layout-flow.wp-block-group-is-layout-flow {
    padding-top: 0;
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto !important;
}
.wishlist-title.wishlist-title-with-form {
    display: none;
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile {
    padding-left: 0;
    margin-top: 0;
}
span.wishlist-in-stock {
    color: green;
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile li .item-wrapper .item-details {
    vertical-align: middle;
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile li .item-wrapper .product-thumbnail {
    vertical-align: middle;
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile .item-details .product-name h3 a{
    text-decoration: none;
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile .item-details .product-name h3 {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-top: 0;
    text-decoration: none;
    margin-bottom: 2px;
}
 ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile .item-details .product-price{
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin: 0;
 }
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile .item-details td 
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile .additional-info-wrapper td
{
    /* width: 20%; */
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: left;
}
body .yith-wcwl-add-to-wishlist__feedback{
    border-radius: 0 !important;
    font-size: 14px;
    font-family: 'Montserrat';
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile p.login-to-see-price {
    font-size: 12px;
    text-align: left;
    margin: 0;
    line-height: 20px;
    font-weight: 400;
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile p.login-to-see-price a{
    font-weight: 500;
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile td {
    width: max-content !important;
    padding-left: 0;
    font-weight: 600;
    vertical-align: middle;
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile table.item-details-table {
    padding: 0;
    margin: 0;
    /* line-height: 20px; */
}
.additional-info-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile li .item-wrapper {
    margin-bottom: 0 !important;
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile table.additional-info {
    margin-bottom: 0 !important;
    padding: 0;
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile li {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #D0D0D0;
    padding: 12px 0 6px 0;
    position: relative;
}
.wishlist-items-wrapper p.login-to-see-price {
    font-size: 15px;
}
p.stock.in-stock {
    color: green;
    font-weight: 400;
}
/* Wishlist Page */

/* Privacy Policy Page */

.privacy-policy-page p
,.terms-delivery p 
,.sustainability-page p
{
    font-size: 15px;
    font-family: 'Montserrat';
    line-height: 22px;
    color: #636363;
    font-weight: 400;
    margin-bottom: 14px;
}
.privacy-policy-page h3.wp-block-heading 
,.terms-delivery h3.wp-block-heading 
,.sustainability-page h3.wp-block-heading
{
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
    line-height: 32px;
    margin-bottom: 0px;
}
.privacy-policy-page h2.wp-block-heading::after
,.terms-delivery h2.wp-block-heading::after
,.sustainability-page h2.wp-block-heading::after
{
    display: none;
}
.privacy-policy-page h2.wp-block-heading
,.terms-delivery h2.wp-block-heading 
,.sustainability-page h2.wp-block-heading 
{
    font-size: 30px;
    margin-bottom: 6px;
}
.privacy-policy-page ul.wp-block-list li
,.terms-delivery ul.wp-block-list li 
,.sustainability-page ul.wp-block-list li
{
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 24px;
}
.privacy-policy-page ul.wp-block-list
,.terms-delivery ul.wp-block-list
,.sustainability-page ul.wp-block-list
 {
    margin-bottom: 14px;
}
/* Privacy Policy Page */

/* Terms Delivery Page */

.terms-delivery strong ,.sustainability-page strong{
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
    line-height: 30px;
}

/* Terms Delivery Page */

/* Sustainability Page */

.wp-block-group.sustainability-right-img.is-horizontal.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-bd1bd8a3.wp-block-group-is-layout-flex
,.wp-block-group.sustainability-left-img.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-117f5015.wp-block-group-is-layout-flex
{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 50px;
    margin: 50px 0;
}

/* Sustainability */

/* size chart popup */
.size-chart-popup-wrapper div {
    width: 60%;
    height: auto;
    overflow: scroll;
    scroll-behavior: auto;
}
.size-chart-popup-wrapper img {
    width: 100%;
    height: auto !important;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    overflow: scroll;
}
.product .size-chart-popup-wrapper button {
    font-size: 14px;
    background: #fff;
    font-weight: 500;
    line-height: 18px;
    font-family: 'Montserrat';
    border-bottom: 0;
    border-color: transparent;
    padding: 0;
    border-bottom: 1px solid;
    margin-top: 8px;
    pointer-events: visible;
    cursor: pointer;
}
/* size chart popup */

/* size chart */

.size-chart {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    overflow: hidden;
}
.size-chart-header , .woocommerce-orders-table thead{
    background-color: #987556;
    color: white;
    text-align: left;
    font-weight: bold;
    font-family: 'Montserrat';
}
.size-chart th, .size-chart td {
    padding: 15px 20px;
    text-align: center;
}
.size-chart tbody tr {
    border-bottom: 1px solid #dddddd;
}
.size-chart tbody tr:nth-of-type(even) {
    background-color: #f8f9fa;
}
.size-chart tbody tr:last-of-type {
    border-bottom: 2px solid #b0a496;
}
.size-chart-header th, body .woocommerce-orders-table th span{
    font-size: 15px;
    font-weight: 500 !important;
    font-family: 'Montserrat';
    line-height: 21px;
}
.size-chart tbody tr:hover {
    background-color: #fbf9f6;
}
.size-label {
    color: #000000;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 600;
}
.note {
    font-style: italic;
    color: #666;
    font-size: 15px;
    font-style: normal;
}

/* size chart */

body .instagram-gallery-list .instagram-gallery-item__wrap, body .instagram-gallery-list[data-feed_layout=carousel] .instagram-gallery-item{
        border-radius: 0;
}
body .product-grid-custom button.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button.yith-wcwl-add-to-wishlist-button-over-image {
    margin: 12px;
    padding: 0 !important;
}
a.remove.remove_from_wishlist {
    width: 30px;
    font-size: 25px;
    text-decoration: none;
}
table.wishlist_table thead th {
    background: #b0a496 !important;
}
table.wishlist_table tr th {
    font-size: 15px;
    font-family: 'Montserrat' !important;
    line-height: 21px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}
.wishlist-items-wrapper tr {
    border-bottom: 1px solid #D2D2D2;
}
.wishlist_table .product-stock-status span.wishlist-in-stock, .wishlist_table .product-stock-status span.wishlist-out-of-stock {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
}
.wishlist-items-wrapper a {
    text-decoration: none;
}
.wishlist-items-wrapper td.product-name {
    display: inline-block;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    -webkit-font-smoothing: auto;
    display: table-cell;
}



/* Quick View Product Pupup */
.wqv-product-images img.attachment-shop_single.size-shop_single.wp-post-image {
    max-height: 600px !important;
    object-fit: cover !important;
    height: 600px;
}
.wqv-product-images img{
    height: 600px !important;
    object-fit: cover !important;
    max-height: 100% !important;
}
.mfp-with-anim{
    max-height: 100% !important;
}
.mfp-content .wqv-product-info .product_title.entry-title{
    color: #000 !important;
    font-size: 22px;
    line-height: 32px;
    text-align: left;
    font-family: 'Average', serif;
    font-weight: 700;
    margin-bottom: 10px;
}
.mfp-content .wqv-product-info .product_title.entry-title::after{
    display: none;
}
.mfp-content .wqv-product-info .label label {
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin-top: 12px !important;
}
.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
    max-height: 100% !important;
}
body #wqv-quick-view-content .wqv-product-info .product_meta>span  {
    display: block;
    padding: 6px 0px;
    border-top: 0;
    color: #000;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    font-weight: normal;
    font-weight: 500;
    font-family: 'Montserrat';
}
.wqv-product-brand span.brand_wrapper{
    padding: 6px 0px;
    border-top: 0;
    color: #000;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    font-weight: normal;
    font-weight: 500;
    font-family: 'Montserrat';
}
.wqv-product-brand span.brand {
    color: #777777;
    margin-left: 4px;
}
#wqv-quick-view-content .wqv-product-info .single_add_to_cart_button.button:not(.components-button):not(.customize-partial-edit-shortcut-button) {
    margin-right: 5px;
    font-size: 15px;
    height: 42px;
    border-radius: 0;
    font-weight: 500;
    font-family: 'Montserrat';
    background-color: #000;
}
.wqv-product-info .product_meta>span .sku ,#wqv-quick-view-content .wqv-product-info .product_meta>span a{
    font-weight: 400;
    color: #777777;
}
.mfp-content p.stock.out-of-stock {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Montserrat';
    margin-top: 0;
    color: red;
}
#wqv-quick-view-content  .size-chart-popup-wrapper button {
    font-size: 14px;
    background: #fff;
    font-weight: 500;
    line-height: 18px;
    font-family: 'Montserrat';
    border-bottom: 1px solid #000 !important;
    padding: 0;
} 

#wqv-quick-view-content button.mfp-close.icon-4 {
    margin: 12px 12px 0;
}
#wqv-quick-view-content .quantity input.qty {
    height: 42px;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #d0d0d0;
}
#wqv-quick-view-content span.woocommerce-Price-amount.amount {
    font-size: 18px !important;
    line-height: 21px;
    font-family: 'Montserrat';
    font-weight: 500 !important;
}
.mfp-wqv #wqv-quick-view-content .mfp-close:hover{
    background-color: #b0a496 !important;
}
.mfp-wqv #wqv-quick-view-content .mfp-close:before{
    color: #000;
}
.mfp-content .woocommerce-variation-add-to-cart.variations_button {
    display: flex;
}
.mfp-content .wqv-product-info .wqv-product-content.ps.ps--active-y {
    padding-top: 0;
    max-height: max-content !important;
}
/* .mfp-content .wqv-product-info{
    overflow: visible !important; 
} */
body .wqv-product-info .wqv-product-content {
    height: 560px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-height: 560px !important;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    -webkit-box-shadow: var(--wvs-selected-item-box-shadow,0 0 0 1px #000) !important; 
    box-shadow: var(--wvs-selected-item-box-shadow,0 0 0 1px #000) !important;
    color: var(--wvs-selected-item-text-color,#000);
}
.bisn-notify-form button.button.alt {
    margin: 0 0 12px 0;
    background: #000;
    text-align: center;
    color: #fff;
    font-weight: 400 !important;
    font-size: 15px;
    font-family: 'Montserrat';
    padding: 12px 20px;
}
li.variable-item.button-variable-item.selected {
    background: #000 !important;
    color: #fff !important;
}

/* Quick View Product Pupup */




body .wp-block-grou:empty{
    display: none;
}
/* .search-results .products-filters-grid .wc-block-product-filters__overlay {
    width: 420px;
}
.wp-block-group.products-filters-grid {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-top: 70px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
} */
.search-results .products-filters-grid {
    flex-wrap: nowrap;
    gap: 80px;
    align-items: flex-start;
    margin-top: 60px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.woocommerce.wc-block-catalog-sorting, .woocommerce.wc-block-product-results-count {
    margin: 0 !important;
}

.search-results .wp-block-group.has-background.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-639b5052.wp-block-group-is-layout-constrained {
    margin: 0 !important;
}
.header-search.search-wapper .search_keyword_custom:autofill{
    background-color: transparent;
}

/* Site Search Page */



/* Newsletter Page */

 .newsletter-pag .tnp.tnp-form.tnp-profile {
    margin-top: 30px;
}
.newsletter-page p:first-child {
    background: #B0A495 !important;
    color: #fff !important;
    font-family: 'Montserrat';
    font-weight: 300 !important;
}
.newsletter-page p:last-child{
    text-align: center !important;
    font-size: 15px !important;
}
.newsletter-page p a {
    color: #fff !important;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500 !important;
    text-decoration-color: #fff !important;
}
.newsletter-page p {
    font-size: 16px !important;
    font-family: 'Montserrat';
    font-weight: 400 !important;
}
body .newsletter-page .tnp-field input ,body .newsletter-page .tnp-field select{
    padding: 10px 10px;
    border: 1px solid #D0D0D0;
    font-size: 15px;
    line-height: 20px;
    background: #fff;
}
body .newsletter-page .tnp-field label {
    font-size: 16px;
    color: #636363;
    margin-bottom: 8px;
    display: block;
}
.newsletter-page input.tnp-submit {
    background: #000 !important;
    font-size: 15px !important;
    font-family: 'Montserrat';
    padding: 9px 20px !important;
}
.newsletter-page .tnp-field{
    margin-bottom: 18px !important;
}
.newsletter-page .tnp-field input:focus
,.newsletter-page .tnp-field input:focus-visible
,.newsletter-page .tnp-field select:focus
,.newsletter-page .tnp-field select:focus-visible
, textarea:focus
, textarea:focus-visible
{
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.newsletter-page .tnp.tnp-form {
    margin-top: 40px;
}
/* Newsletter Page */

/* Order Recevied */

section.wp-block-group.order-received.site-inner-page.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-f7151d46.wp-block-group-is-layout-constrained {
    padding-left: 50px !important;
    padding-right: 50px !important;
    margin: 0 !important;
    padding-top: 80px !important;
}
.order-received.site-inner-page  .wp-block-woocommerce-order-confirmation-status h1 {
    font-size: 32px;
    font-family: 'Average';
    line-height: 42px;
    margin: 0 0 10px;
}
.order-received.site-inner-page  .wp-block-woocommerce-order-confirmation-status p{
    font-size: 16px;
    font-weight: 400;
    color: #12b56d;
}
section.wp-block-group.order-received.site-inner-page .wp-block-woocommerce-order-confirmation-status {
    margin-bottom: 20px;

}
section.wp-block-group.order-received.site-inner-page li.wc-block-order-confirmation-summary-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
section.wp-block-group.order-received.site-inner-page li.wc-block-order-confirmation-summary-list-item span.wc-block-order-confirmation-summary-list-item__key {
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 21px;
}
section.wp-block-group.order-received.site-inner-page li.wc-block-order-confirmation-summary-list-item span.wc-block-order-confirmation-summary-list-item__value {
    font-size: 15px;
    font-weight: 400 !important;
    font-family: 'Montserrat';
}
section.wp-block-group.order-received.site-inner-page li.wc-block-order-confirmation-summary-list-item {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    align-items: center;
}
section.wp-block-group.order-received.site-inner-page ul.wc-block-order-confirmation-summary-list {
    margin-bottom: 12px;
    background: #b0a496;
    padding: 20px;
    color: #fff;
}
section.wp-block-group.order-received.site-inner-page .wp-block-woocommerce-order-confirmation-totals-wrapper{
    margin-top: 30px;
}
section.wp-block-group.order-received.site-inner-page .wp-block-woocommerce-order-confirmation-totals-wrapper h2.wp-block-heading {
    font-size: 24px !important;
    line-height: 32px;
}
section.wp-block-group.order-received.site-inner-page .wp-block-woocommerce-order-confirmation-totals-wrapper h2.wp-block-heading::after {
    display: none;
}
section.wp-block-group.order-received.site-inner-page .wp-block-woocommerce-order-confirmation-totals {
    margin-top: 0;
}
section.wp-block-group.order-received.site-inner-page table.wc-block-order-confirmation-totals__table  thead tr th {
    font-size: 15px;
    font-weight: 600 !important;
}
section.wp-block-group.order-received.site-inner-page table.wc-block-order-confirmation-totals__table  tfoot tr th {
    font-size: 15px;
    font-weight: 600 !important;
}
section.wp-block-group.order-received.site-inner-page .wc-block-order-confirmation-totals__table  .wc-block-order-confirmation-totals__table a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}
section.wp-block-group.order-received.site-inner-page .wp-block-woocommerce-order-confirmation-shipping-wrapper.wc-block-order-confirmation-shipping-wrapper h2.wp-block-heading
, section.wp-block-group.order-received.site-inner-page .wp-block-woocommerce-order-confirmation-billing-wrapper.wc-block-order-confirmation-billing-wrapper h2.wp-block-heading 
{
    font-size: 22px !important;
    line-height: 32px;
    margin-bottom: 16px !important;
}
section.wp-block-group.order-received.site-inner-page .wp-block-woocommerce-order-confirmation-shipping-wrapper.wc-block-order-confirmation-shipping-wrapper h2.wp-block-heading::after
, section.wp-block-group.order-received.site-inner-page .wp-block-woocommerce-order-confirmation-billing-wrapper.wc-block-order-confirmation-billing-wrapper h2.wp-block-heading::after 
{
    display: none;
}
section.wp-block-group.order-received.site-inner-page .wc-block-order-confirmation-address-wrapper {
    gap: 20px;
}
section.wp-block-group.order-received.site-inner-page .wp-block-woocommerce-order-confirmation-additional-information.wc-block-order-confirmation-additional-information p {
    font-size: 18px;
    font-weight: 500;
}
section.wp-block-group.order-received.site-inner-page table.wc-block-order-confirmation-totals__table {
    border-radius: 0;
}
section.wp-block-group.order-received.site-inner-page .wp-block-woocommerce-order-confirmation-shipping-address.wc-block-order-confirmation-shipping-address
,section.wp-block-group.order-received.site-inner-page .wp-block-woocommerce-order-confirmation-billing-address.wc-block-order-confirmation-billing-address
{
    border-radius: 0;
}
section.wp-block-group.order-received.site-inner-page .wc-block-order-confirmation-address-wrapper {
    padding-top: 30px;
    padding-bottom: 0 !important;
}
section.wp-block-group.order-received.site-inner-page .wc-block-order-confirmation-totals__product a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}
/* Order Recevied */


/* Index Banner Custom */
.main-banner-section-custom {
    display: grid !important;
    grid-template-columns: 63% 37%;
    align-items: stretch;
    gap: 5px;
    justify-content: space-between;
    overflow: hidden;
}
.index-left-slider {
    width: 100%;
}
.index-right-slider {
    display: flex !important;
    flex-direction: row;
    gap: 5px;
    overflow: hidden;
    min-height: 770px;
    max-height: 770px;
}

.index-top-right-slider {
    width: 100%;
}
.index-bottom-right-slider {
    width: 100%;
}
.main-banner-section-custom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.main-banner-section-custom .index-left-slider .index-banner-cover{
    min-height: 770px;
}
.main-banner-section-custom .index-top-right-slider .index-banner-cover ,.main-banner-section-custom .index-bottom-right-slider .index-banner-cover{
    min-height: 383px;
}
.main-banner-section-custom .index-left-slider img {
    min-height: 770px;
}
.main-banner-section .index-top-right-slider img ,.main-banner-section .index-bottom-right-slider img{
    min-height: 383px;
}
.main-banner-section-custom h2::after{
    display: none;
}
body .main-banner-section-custom h2{
    font-family: 'Average', serif;
    font-size: 30px !important;
    line-height: 42px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    color: var(--white);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 8px !important;
}
.main-banner-section-custom p a{
    font-size: 13px !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    -webkit-font-smoothing: antialiased;
    color: var(--white);
    text-decoration-color: var(--white);
    transition: 0.2s ease all;
}
.main-banner-section-custom .index-banner-cover .wp-block-cover__inner-container{
    position: absolute;
    bottom: 38px;
    left: 40px;
    width: max-content;
    padding: 0;
}
/* Index Banner Custom */







ul.columns-3.site-search-wrapper.products-block-post-template {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px;
}
.wp-block-group.search-detail-page.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-bc4528c2.wp-block-group-is-layout-constrained {
    padding-top: 70px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
button.wp-block-search__button.wp-element-button {
    border-radius: 0;
}
/* Site Search Page */
/* .woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    flex-direction: row;
    gap: 7px;
} */
.wpconsent-banner-holder.wpconsent-banner-floating.wpconsent-banner-floating-right-bottom .wpconsent-banner {
    border-radius: 0 !important;
}
body .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    box-shadow: none;
    outline: none;
}
.brand-page-section .categories-block{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.wp-block-group:empty{
    display: none !important;
    margin: 0 !important
}
.product-grid-custom p.login-to-see-price ,.products-filters-grid p.login-to-see-price{
    margin-bottom: 0 !important;
}
.related-products p.login-to-see-price{
    margin-bottom: 0;
}
/* .products-filters-grid .product p.login-to-see-price {
    margin-bottom: 0;
} */
.wishlist-items-wrapper td.wishlist-empty {
    font-size: 15px;
    font-weight: 400;
}
.wishlist-title-container {
    display: none;
}
.yith-wcwl-feedback-messages-container{
    border-radius: 0 !important;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 0;
    margin: 0;
}
.woo-variation-swatches .variable-items-wrapper{
    gap: 10px;
}
.product  h2.has-text-align-center.wp-block-post-title.has-medium-font-size {
    margin-bottom: 0 !important;
}
.product p.product-price {
    margin-top: 8px;
}
.product-info p.product-price{
    margin-top: 0 !important;
}
.wp-block-woocommerce-catalog-sorting select:focus-visible{
    outline: none;
    box-shadow: none;
}
/* .wp-block-group.index-brands-section {
    max-width: 1920px;
    margin: 0 auto;
} */

.select2-container.select2-container--open .select2-dropdown--above{
    border-radius: 0 !important;
}
button.woocommerce-Button.woocommerce-button.button.wp-element-button.woocommerce-form-register__submit:disabled {
    pointer-events: none;
    cursor: not-allowed;
}
.product-info .wp-block-woocommerce-add-to-cart-form form.cart{
    padding-left: 0 !important;
}
.woocommerce-notices-wrapper:focus-visible
,.wc-block-components-notice-banner.is-error
{
    box-shadow: none;
    outline: none;
}
.account-request p {
    text-align: center;
    font-size: 16px !important;
    font-weight: 400;
}
.wp-block-navigation__responsive-container.has-model-open.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: 10px;
}
a.added_to_cart.wc_forward {
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}

/* ul.products-block-post-template li.product,
.related ul.products-block-post-template li.product,
.upsells ul.products-block-post-template li.product,
.cross-sells ul.products li.product {
    position: relative;
}

ul.products-block-post-template li.product .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0 !important;
    transition: opacity .4s ease-in-out;
}

ul.products-block-post-template li.product:hover .hover-image {
    opacity: 1 !important;
} */

.wc-block-components-product-badge.wc-block-components-sale-badge {
    border: 0;
    border-radius: 4px;
    display: inline-block;
    font-size: .75em;
    font-weight: 600;
    padding: 0;
    color: green;
    text-transform: uppercase;
    white-space: nowrap;
}
.product-image-wrap {
    position: relative;
    display: block !important;
    z-index: 1;
}
.variations_form table.variations {
    padding-left: 3px;
}
.product-image-wrap img.secondary-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0 !important;
    transition: opacity .4s ease-in-out;
}

.product-image-wrap:hover img.secondary-image {
    opacity: 1 !important;
}
.product-image-wrap:hover img.primary-image {
    opacity: 0 !important;
}
.product-image-wrap img.primary-image {
    transition: opacity .4s ease-in-out !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before{
    content: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:hover ::before{
    content: none;
}
td.wp-block-product-specifications-item__value p {
    margin: 0;
}
.accordion-content__wrapper th {
    border: 1px solid #d0d0d0;
    border-left: 0;
    font-weight: 500;
}
.accordion-content__wrapper td {
    border: 1px solid #d0d0d0;
    border-right: 0;
}
.product .wc-block-grid__product-image img {
    aspect-ratio: 4 / 5;
    object-fit: cover !important;
}
.product .wp-block-post-title ,body .related-products ul .wc-block-product h2.has-text-align-center.wp-block-post-title{
    min-height: 2.5em;
    line-height: 1.4em;
    overflow: hidden;
}
.product .product-wrapper .wp-block-post-title{
    min-height: auto;
    line-height: 1.4em;
}
.wc-block-components-notice-banner.is-success {
    border-radius: 0 !important;
}
button.wp-block-button__link.wp-element-button.wc-block-components-product-button__button.add_to_cart_button {
    text-transform: capitalize;
    border: 1px solid #000;
    transition: 0.4s ease all;
}
button.wc-block-product-filters__apply.wp-element-button {
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
}
.grecaptcha-badge {
    z-index: 9999999999;
}
.ps__rail-x ,.ps__rail-y{
    display: none !important;
}
.wc-block-cart-item__product .wc-block-components-product-metadata__description {
    display: none;
}

/* new d r */



@media only screen and (max-width: 1500px){
.header ul.wp-block-navigation__container {
    row-gap: 6px;
    column-gap: 14px;
}
span.wp-block-navigation-item__label {
    font-size: 13px;
}   
}

@media only screen and (max-width: 1400px) {
.logo-wrapper .wp-block-image img {
    width: 300px !important;
}
.header .header-search {
    width: 230px;
}
.header ul.wp-block-navigation__container {
    row-gap: 6px;
    column-gap: 14px;
}
span.wp-block-navigation-item__label {
    font-size: 13px;
}
.index-image-with-text .wp-block-cover .wp-block-cover__inner-container {
    padding: 0 50px;
}
/* footer .brand-block {
    flex-basis: 30% !important;
}
footer .footer-links {
    flex-basis: 20% !important;
}
footer .newsletter {
    flex-basis: 40% !important;
    flex-grow: inherit !important;
} */
footer .newsletter .tnp-field.tnp-field-button .tnp-submit {
    width: 130px;
}
footer .newsletter .tnp-field.tnp-field-button {
    right: 130px;
}
.products-block-post-template .type-product h3.has-text-align-center.wp-block-post-title {
    margin-bottom: 0px !important;
}
footer .footer-links .wp-block-navigation__container {
    gap: 8px;
}
}




@media only screen and (max-width: 1023px) {
/* .woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    flex-direction: column;
    gap: 12px;
} */
 .mfp-wqv .wqv-product-info, .mfp-wqv .wqv-product-images {
    width: auto;
    height: auto;
}
.wqv-product-images img.attachment-shop_single.size-shop_single.wp-post-image {
    max-height: max-content !important;
    overflow: visible !important;
}
body .wqv-product-info .wqv-product-content {
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-height: max-content;
    scroll-behavior: smooth;
    overflow-x: visible;
    overflow-y: visible;
}
}



@media only screen and (max-width: 991px) {

.wp-block-search__inside-wrapper {
    display: none;
}


.main-banner-section .banner-slider-first .image img {
    min-height: 600px;
}
.main-banner-section .banner-slides img {
    min-height: 298px;
}
.main-banner-section .banner-slider-first.slick-initialized.slick-slider {
    min-height: auto;
    max-height: max-content;
}
.main-banner-section .banner-slides {
    min-height: auto;
    max-height: max-content;
}
.main-banner-section {
    grid-template-columns: 60% 40%;
}
.header button.wp-block-navigation__responsive-container-open {
    display: block;
}
.header .wp-block-navigation__responsive-container-content {
    display: none;
}
.header ul.wp-block-navigation__container {
    row-gap: 0px;
    column-gap: 0px;
}
.header nav.wp-block-navigation {
    row-gap: 0;
    order: 3;
    column-gap: 0;
}
.index-image-with-text {
    padding: 70px 0 !important;
}
h2.wp-block-heading::after {
    width: 120px;
}
h2.wp-block-heading {
    font-size: 32px;
    margin-bottom: 20px !important;
}
.testimonial-section .testimonial-title {
    font-size: 32px;
    margin-bottom: 30px;
    width: 100%;
}
h2.wp-block-heading.index-brands {
    font-size: 32px;
    padding-left: 50px;
    margin-bottom: 20px;
   
}
.index-image-with-text h2.wp-block-heading {
    font-size: 32px;
    line-height: 42px;
}
.header .header-search{
    display: none;
}
ul.wp-block-navigation__container {
    align-items: flex-start !important;
    width: 100%;
}
.header ul.wp-block-navigation__container li{
    margin-bottom: 4px !important;
    border-bottom: 1px solid #d0d0d0 !important;
    width: 100%;
 }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: 34px;
}
button.wc-block-product-filters__open-overlay {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    font-family: 'Average', serif;
}
.shorting-results-block ,.search-detail-page .site-search-filter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px !important;
}
.product-results-block p.woocommerce-result-count {
    font-size: 14px !important;
    line-height: 16px;
}
.product-default-short-block select.orderby {
    font-size: 14px !important;
    line-height: 21px;
    width: 200px;
    max-width: 200px;
}
/* .product-filters-block .wc-block-product-filters__overlay-content {
    display: none;
} */
button.wc-block-product-filters__open-overlay {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    font-family: 'Average', serif;
    
    text-align: left;
}
.wc-block-product-filters__open-overlay svg {
    vertical-align: bottom;
}
.categories-block p.product-price {
    margin-top: 6px !important;
}
/* .wp-block-cover.shop-banner {
    margin-bottom: 70px;
} */
.wp-container-core-post-template-is-layout-e1b1b239 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px;
}
.product-filters-block {
    width: 700px !important;
    max-width: 100%;
}
.wp-block-group.products-filters-grid{
    gap: 50px !important;
}
.logo-wrapper {
    flex: auto;
    justify-content: flex-start;
}
.product .wp-block-columns.alignwide.product-info {
    flex-direction: column;
    margin-bottom: 60px !important;
    row-gap: 50px;
}
.wp-block-group.woocommerce.product.is-layout-flow.wp-block-group-is-layout-flow {
    padding-top: 50px;
}
.related-products ul.wc-block-product-template__responsive.columns-4 {
    grid-template-columns: repeat(auto-fill,minmax(max(150px,calc(50% - .9375em)),1fr));
}
ul.columns-3.site-search-wrapper.products-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px;
}
.product-info h1.wp-block-post-title {
    font-size: 34px;
    line-height: 42px;
}
.product-info p.product-price {
    font-size: 20px;
    line-height: 36px;
    padding: 10px 0;
    margin-top: 0;
}
.wp-block-media-text.about-text-section {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
}
.about-text-section .wp-block-media-text__content {
    padding-right: 0;
}
body .our-team-section .wp-block-columns {
    margin-top: 0 !important;
}
.instagram-wrapper h2.wp-block-heading {
    margin-bottom: 0 !important;
}
body .instagram-wrapper .insta-title {
    padding-bottom: 20px !important;
}
.logo-wrapper .wp-block-image img {
    width: 300px !important;
}
.footer-blocks {
    flex-direction: column;
}
.footer-links h3.wp-block-heading {
    font-size: 28px;
    margin-bottom: 10px !important;
    margin-top: 16px !important;
}
footer .footer-links .wp-block-navigation__container {
    gap: 4px;
    margin-top: 0px;
}
footer .newsletter {
    margin-top: 20px;
}
footer .newsletter-title {
    line-height: 22px;
    margin-bottom: 8px;
    font-size: 18px;
}
.product-grid-custom ul.wc-block-product-template__responsive.columns-4.wc-block-product-template.wp-block-woocommerce-product-template {
    grid-template-columns: repeat(auto-fill,minmax(max(150px,calc(50% - .9375em)),1fr));
}
.site-custom-search .site-mobile-search{
    display: block;
}
.site-custom-search .custom-close-btn{
    display: block;
}
body .header .wp-block-woocommerce-customer-account {
    margin-left: 0 !important;
}
.wp-block-group.sustainability-right-img.is-horizontal.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-bd1bd8a3.wp-block-group-is-layout-flex{
    gap: 30px;
    margin: 40px 0;
    flex-direction: column-reverse;
}
.wp-block-group.sustainability-left-img.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-117f5015.wp-block-group-is-layout-flex {
    gap: 30px;
    margin: 40px 0;
    flex-direction: column;
}
.brand-page-section .brand-thumbnail img {
    max-width: 600px;
    width: 300px;
    height: auto !important;
}
.header .wishlist-wrapper {
    width: 28px;
    height: 28px;
    margin-left: 0px;
}
.header .wishlist-icon {
    min-width: 28px;
    min-height: 28px;
    background-size: 28px;
}



/* Search Block */
.site-custom-search.mobile-search-show .header-search.search-wapper {
    display: block;
}

.site-custom-search.mobile-search-show .header-search {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    height: 100%;
    z-index: 9;
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
button.custom-search.wp-block-search__button.has-background.wp-element-button {
    margin-right: 30px !important;
}
.header-search.search-wapper .search_keyword_custom {
    margin-left: 18px;
    width: calc(100% - 100px);
    height: 100%;
}
.header-search.search-wapper .search_keyword_custom{
    padding: 0;
}
.site-custom-search .custom-close-btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
    align-items: flex-start;
    padding: 10px 0;
}
.site-custom-search .custom-close-btn {
    background-size: 12px;
}
.li.wp-block-navigation-item.wp-block-navigation-link:hover a.wp-block-navigation-item__content {
    color: red;
    background-color: red;
}
#search_results {
    top: 100%;
    width: 100%;
    max-width: 100%;
}
.size-chart-popup-wrapper div {
    width: calc(100% - 100px);
}
.product-info .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    margin-top: -40px;
    width: 38px;
    height: 38px;
}
.custom-header-wishlist {
    margin-left: 4px !important;
}





.main-banner-section-custom {
    grid-template-columns: 60% 40%;
}
.index-right-slider {
    min-height: 600px;
    max-height: 600px;
}
.main-banner-section-custom .index-left-slider .index-banner-cover{
    min-height: 600px;
}
.main-banner-section-custom .index-top-right-slider .index-banner-cover ,.main-banner-section-custom .index-bottom-right-slider .index-banner-cover{
    min-height: 298px;
}
.main-banner-section-custom .index-left-slider img {
    min-height: 600px;
}
.main-banner-section .index-top-right-slider img ,.main-banner-section .index-bottom-right-slider img{
    min-height: 298px;
}
body .main-banner-section-custom h2{
    font-size: 28px !important;
    line-height: 38px;
    margin-bottom: 6px !important;
}
body .main-banner-section-custom p a{
    font-size: 13px !important;
    font-weight: 600;
}



}

 /* End 991 */


@media only screen and (max-width: 767px) {
.wp-block-cover .wp-block-cover__inner-container {
    padding: 30px;
}
.index-products {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
}
h2.wp-block-heading.index-brands {
    font-size: 28px;
    padding-left: 30px;
    margin-bottom: 20px;
}
.index-image-with-text {
    padding: 50px 0 30px 0!important;
}
.index-products .product-title.wp-block-post-title a {
    font-size: 16px;
}
h2.wp-block-heading {
    font-size: 28px;
    margin-bottom: 20px !important;
}
.testimonial-section .testimonial-title {
    font-size: 28px;
    margin-bottom: 30px;
    max-width: 360px;
    width: 100%;
}
.testimonial-section .quote {
    font-size: 15px;
    margin-bottom: 20px;
}
.main-banner-section .banner-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 8px;
}
.index-image-with-text h2.wp-block-heading {
    font-size: 28px;
    line-height: 38px;
}
.testimonial-section .testimonial-title::after {
    top: 100%;
}
.slider-wrapper {
    padding: 0 0px;
}
.testimonial-section {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 60px;
}
.index-image-with-text .wp-block-media-text {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.index-image-with-text .wp-block-media-text .wp-block-media-text__content {
    padding-right: 0;
}
.index-image-with-text h2.wp-block-heading {
    margin-bottom: 8px !important;
}
.testimonial-section .slider-wrapper img {
    width: 28px;
    height: auto;
}
.testimonial-section .slick-arrow {
    width: 36px;
    height: 36px;
}
.testimonial-section .slick-prev {
    right: 54px;
}
body .index-image-with-text .wp-block-media-text .wp-block-media-text__media {
    width: 100%;
}
.wp-block-media-text__media img.wp-image-244.size-full {
    height: 350px;
}
.index-image-with-text .underline-btn a {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}
.testimonial-section .testimonial-title::after {
    display: none;
}
header .header {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.main-banner-section {
    grid-template-columns: 100%;
}
.main-banner-section .banner-slider-first .image img {
    min-height: auto;
}
.main-banner-section .banner-slides img {
    min-height: auto;
}
/* .testimonial-section .slick-arrow {
    top: auto;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border: 1px solid #B0A496;
    transition: 0.2s ease all;
    bottom: -50px;
    left: 50% !important;
    transform: translateX(-50%);
} */
 footer .social-block .social-icons {
    gap: 12px;
    margin-top: 8px;
}
footer .newsletter-title {
    line-height: 22px;
    margin-bottom: 8px;
}
footer .newsletter{
    margin-top: 20px;
}
footer .newsletter .tnp-field.tnp-field-button .tnp-submit {
    padding: 10.5px 0;
    width: 170px;
}
.header .account-icon a {
    background-size: 20px;
}
.header .wc-block-mini-cart__quantity-badge {
    background-size: 19px;
}
.header .wc-block-mini-cart__quantity-badge .wc-block-mini-cart__badge {
    background-color: #987556;
    font-size: 9px;
    height: 14px;
    width: 14px;
    left: 30px;
    top: 6px;
    line-height: 20px;
}
.header .wp-block-group {
    gap: 0;
}
footer .footer-links .wp-block-navigation__container {
    gap: 4px;
    margin-top: 0px;
}
.footer-links h3.wp-block-heading {
    font-size: 28px;
    margin: 12px 10px 12px 0 !important;
}
footer .footer-blocks {
    justify-content: space-between;
    padding-bottom: 30px !important;
}
/* .wp-block-group.categories-block {
    padding-left: 30px !important;
    padding-right: 30px !important;
} */
.categories-block h3.wp-block-post-title a {
    font-size: 16px;
}
.index-products span.woocommerce-Price-amount.amount {
    font-size: 15px;
}
.categories-block p.product-price {
    font-size: 15px;
}
.product-default-short-block select.orderby {
    width: 170px;
    max-width: 170px;
}
.index-products button , .index-products a.wp-block-button__link{
    padding: 6px 20px !important;
}
.categories-block .wp-block-button a.wp-block-button__link.wp-element-button {
    padding: 5px 14px !important;
}
.categories-block button.wp-block-button__link.wp-element-button.wc-block-components-product-button__button {
    padding: 10px 20px !important;
}
/* .wp-block-cover.shop-banner {
    margin-bottom: 60px;
} */
.wp-block-group.our-team-section.is-layout-flow.wp-block-group-is-layout-flow {
    padding-top: 60px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
 .wp-block-group.products-filters-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
button.wc-block-product-filters__open-overlay {
    display: block;
}
.wp-block-group.products-filters-grid {
    gap: 20px !important;
}
header.wc-block-product-filters__overlay-header {
    display: flex !important;
    justify-content: right;
    align-items: flex-end;
}
.wp-block-cover.shop-banner , .wp-block-cover.page-banner{
    min-height: 120px !important;
}
.logo-wrapper .wp-block-image img{
    width: 300px !important;
}
.wp-block-group.woocommerce.product.is-layout-flow.wp-block-group-is-layout-flow {
    padding-top: 40px;
}
body .product-wrapper {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.wp-block-woocommerce-accordion-group.is-layout-flow.wp-block-accordion-group-is-layout-flow {
    margin-top: 20px;
}
body .wp-block-group.about-page {
    padding-top: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.our-team-section h4.wp-block-heading {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
}
.our-team-section p {
    font-size: 15px;
    margin: 18px 0px;
    line-height: 22px;
}
.shop-banner p, .page-banner h1 {
    font-size: 26px !important;
    line-height: 32px !important;
}
.wp-block-group.contact-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.wp-block-group.instagram-wrapper {
    padding-top: 60px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 60px !important;
}
.wp-block-group.footer-wrapper {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.product .wp-block-columns.alignwide.product-info {
    row-gap: 40px;
}
.brand-page-section .alignwide.wp-block-term-description {
    max-width: 100%;
    margin-bottom: 00px !important;
}
.brand-page-section h1.alignwide.wp-block-query-title {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 12px;
}

.brand-page-section .brand-thumbnail {
    padding: 0;
}
.brand-page-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-top: 30px !important;
}
/* .product-type-variable .wp-block-button {
    display: block;
} */
body .brand-page-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    column-gap: 30px;
}
.brand-page-section .brand-thumbnail img {
    width: 100%;
}
ul.columns-3.site-search-wrapper.products-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px;
}
.wp-block-group.search-detail-page.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-bc4528c2.wp-block-group-is-layout-constrained {
    padding-top: 60px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.woocommerce-account .woocommerce 
,.woocommerce-wishlist .wishlist-fragment
,.page-id-151 .privacy-policy-page
,.page-id-153 .terms-delivery
,.page-id-155 .sustainability-page
,.page-id-149 .size-chart-page
,.page-id-378 .newsletter-page
,.page-id-1048 .account-request
{
    padding: 0 30px !important;
    margin-top: 36px !important;
}
.tnp-subscription div.tnp-field .tnp-email {
    padding: 12px 10px 11px 16px;
}
.woocommerce-checkout main.wp-block-group{
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.woocommerce-checkout header.wp-block-group {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
}
 .categories-block ,.our-team-section{
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 50px !important;
}
.size-chart-popup-wrapper div {
    width: calc(100% - 60px);
}
.woocommerce-cart section.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-top: 60px !important;
}
.wp-block-group.contact-info-section.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-094d1f98.wp-block-group-is-layout-constrained {
    padding: 30px 0 20px 0 !important;
}
.instagram-gallery-feed .swiper-button-prev::after, .instagram-gallery-feed .swiper-button-next::after {
    font-size: 16px;
}
.instagram-gallery-feed .swiper-button-prev, .instagram-gallery-feed .swiper-button-next {
    width: 32px;
    height: 32px;
}
body .instagram-wrapper .insta-title {
    padding-bottom: 10px !important;
}
h2.wp-block-heading::after {
    width: 90px;
    margin-left: 20px;
}
body .index-products h2.wp-block-heading.has-text-align-center {
    margin-bottom: 20px !important;
}
section.wp-block-group.order-received.site-inner-page .wp-block-woocommerce-order-confirmation-shipping-wrapper.wc-block-order-confirmation-shipping-wrapper h2.wp-block-heading
, section.wp-block-group.order-received.site-inner-page .wp-block-woocommerce-order-confirmation-billing-wrapper.wc-block-order-confirmation-billing-wrapper h2.wp-block-heading 
{
    font-size: 20px !important;
    line-height: 32px;
    margin-bottom: 12px !important;
}
section.wp-block-group.order-received.site-inner-page .wc-block-order-confirmation-address-wrapper {
    padding-top: 30px;
    padding-bottom: 0 !important;

}
section.wp-block-group.order-received.site-inner-page.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-f7151d46.wp-block-group-is-layout-constrained {
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin: 0 !important;
    padding-top: 60px !important;
}
.order-received.site-inner-page  .wp-block-woocommerce-order-confirmation-status h1 {
    font-size: 26px;
    font-family: 'Average';
    line-height: 30px;
    margin: 0px 0 4px;
}
section.wp-block-group.order-received.site-inner-page .wp-block-woocommerce-order-confirmation-totals-wrapper h2.wp-block-heading {
    font-size: 22px !important;
    line-height: 26px;
    margin-bottom: 14px !important;
}
nav.wp-block-query-pagination {
    margin-top: 10px;
}
.search-results .products-filters-grid {
    gap: 50px;
    margin-top: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.custom-header-wishlist span.wishlist-count {
    font-size: 9px;
    height: 14px;
    width: 14px;
    left: 14px;
    top: -2px;
}
body .product-type-variable .button.sp-wqv-view-button{
    display: block !important;
}
body.logged-in #sp-wqv-view-button.sp-wqv-view-button.button{
    display: block !important;
}
.product-filters-block h2.wp-block-heading {
    margin-bottom: 0 !important;
}
.wp-block-group.has-background.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-13cb89ee.wp-block-group-is-layout-constrained {
    margin-bottom: 0;
}
.footer-links.active .wp-block-navigation {
    display: block;
    margin-bottom: 10px;
}
.footer-links .wp-block-navigation{
    display: none;
}
.footer-link h3.wp-block-heading.url-title.footer-title.has-large-font-size{
    position: relative;
}
h3.wp-block-heading.url-title.footer-title.has-large-font-size:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 10px;
    height: 10px;
    background-size: 10px;
    background-image: url("http://cw-csouls.corewix.com/wp-content/uploads/2025/08/left-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}
 .footer-links.active h3.wp-block-heading.url-title.footer-title.has-large-font-size::before {
    transform: translateY(-50%) rotate(-180deg) !important;
  }
  .footer-copyright-section {
    margin-left: -30px !important;
    margin-right: -30px !important;
}
footer .newsletter .tnp-field.tnp-field-button {
    right: 170px;
}
.wp-block-column.footer-links {
    border-bottom: 1px solid #d0d0d0;
}
.testimonial-section .slide {
    gap: 10px;
}




.main-banner-section-custom {
    grid-template-columns: 100%;
}
.index-right-slider {
    min-height: 565px;
    max-height: 565px;
}
.main-banner-section-custom .index-left-slider .index-banner-cover{
    min-height: 500px;
}
.main-banner-section-custom .index-top-right-slider .index-banner-cover ,.main-banner-section-custom .index-bottom-right-slider .index-banner-cover{
    min-height: 280px;
}
.main-banner-section-custom .index-left-slider img {
    min-height: 565px;
}
.main-banner-section .index-top-right-slider img ,.main-banner-section .index-bottom-right-slider img{
    min-height: 280px;
}
body .main-banner-section-custom h2{
    font-size: 26px !important;
    line-height: 36px;
    margin-bottom: 5px !important;
}
body .main-banner-section-custom p a{
    font-size: 12px !important;
    font-weight: 600;
}
.main-banner-section-custom .index-banner-cover .wp-block-cover__inner-container {
    bottom: 30px;
    left: 30px;
}
#wqv-quick-view-content .wqv-product-info .product_title {
    margin-top: 0;
}
.cart-section a.wc-block-components-product-name {
    font-size: 16px;
    line-height: 21px;
}
.cart-section span.price.wc-block-components-product-price {
    font-size: 15px;
    line-height: 18px;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*{
    margin-bottom: 8px !important;
}
.wc-block-components-totals-wrapper {
    padding: 12px 0;
}
}

/* End 767 */


/* Start 800 */
@media only screen and (max-width: 800px) {
.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    border-bottom: 1px solid #d0d0d0;
}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row:last-child {
    border-bottom: 0;
}
.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row td {
    margin-bottom: 0 !important;
}
.wc-block-cart table.wc-block-cart-items{
    margin-bottom: 0 !important;
}
}
/* End 800 */

@media only screen and (max-width: 601px) {
.wp-block-woocommerce-product-gallery.wc-block-product-gallery {
    row-gap: 10px;
}
.wc-block-product-gallery-large-image {
    padding: 0 0px;
    aspect-ratio: auto;
}
body .wc-block-product-gallery-large-image .wc-block-product-gallery-large-image__wrapper {
    aspect-ratio: auto;
}
.wc-block-components-product-sale-badge {
    margin-right: 0%;
}
.product-grid-custom ul.wc-block-product-template__responsive.columns-4.wc-block-product-template.wp-block-woocommerce-product-template {
    grid-template-columns: repeat(auto-fill,minmax(max(150px,calc(100% - .9375em)),1fr));
}
body .categories-block ul.columns-3.products-block-post-template.wp-block-post-template.is-layout-grid.wp-container-core-post-template-is-layout-e1b1b239.wp-block-post-template-is-layout-grid {
    grid-template-columns: 1fr !important;
}
ul.columns-3.site-search-wrapper.products-block-post-template {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap: 20px;
}
.related-products ul.wc-block-product-template__responsive.columns-4 {
    grid-template-columns: repeat(auto-fill,minmax(max(150px,calc(100% - .9375em)),1fr));
}
}

@media only screen and (max-width: 548px) {

.wp-block-cover .wp-block-cover__inner-container {
    padding: 20px;
}
.index-products {
    padding-left: 20px;
    padding-right: 20px;
}
.testimonial-section {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 50px;
}
.index-products {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.wp-block-group.footer-wrapper {
    padding-top: 20px !important;
    padding-left: 20px !important;
}
.main-banner-section .banner-info {
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.main-banner-section .banner-url {
    font-size: 12px;
}
.main-banner-section .banner-title {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 2px;
}
.index-image-with-text {
    padding: 30px 0 20px 0!important;
}
.index-image-with-text h2.wp-block-heading {
    margin-bottom: 0px !important;
}
.wp-block-cover .wp-block-cover__inner-container {
    padding: 20px;
}
.wc-block-product-template__responsive.columns-4 {
    grid-gap: 16px;
}

.testimonial-slider button {
    display: none !important;
}
.testimonial-section .testimonial-title {
    margin-bottom: 20px;
}
footer .newsletter .tnp-subscription  form {
    position: relative;
    padding-bottom: 40px;
}
footer .newsletter .tnp-field.tnp-field-button {
    position: absolute;
    right: auto;
    top: 52px;
}
.index-products {
    padding-top: 22px;
}
footer .contact-block ul li {
    margin-bottom: 10px;
}
footer .social-block .social-title {
    line-height: 30px;
}
footer .contact-title {
    line-height: 24px;
}
header .header {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
/* .wp-block-group.categories-block {
    padding-left: 20px !important;
    padding-right: 20px !important;
} */
.product-default-short-block select.orderby {
    width: 190px;
    max-width: 190px;
}
/* .wp-block-cover.shop-banner {
    margin-bottom: 50px;
} */
.wp-block-group.woocommerce.product.is-layout-flow.wp-block-group-is-layout-flow {
    padding-top: 30px;
}
body .product-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.product-info h1.wp-block-post-title {
    font-size: 28px;
    line-height: 36px;
}
.product-info p.product-price {
    font-size: 18px;
    line-height: 32px;
    padding: 10px 0;
}
.product-info p.wp-block-post-excerpt__excerpt {
    font-size: 15px;
    line-height: 24px;
}
.related-products h2.wp-block-heading::after{
    width: 70px;
}
.accordion-content__wrapper .wc-block-product-description.wp-block-woocommerce-product-description {
    padding: 16px;
}
table.wc-block-product-specifications.wp-block-woocommerce-product-specifications {
    padding: 16px 16px 0;
}
.accordion-content__wrapper .wc-block-components-product-summary p {
    font-size: 15px;
    padding: 0 16px;
    line-height: 20px;
}
.accordion-content__wrapper .wc-block-product-description.wp-block-woocommerce-product-description p {
    font-size: 15px;
    line-height: 22px;
}
.wc-block-product-specifications-item th.wc-block-product-specifications-item__label {
    font-size: 15px;
}
.accordion-content__wrapper .wc-block-product-specifications-item__value p {
    font-size: 15px;
}
.product-info .wp-block-woocommerce-product-meta span {
    font-size: 14px;
    line-height: 22px;
}
.product .wp-block-columns.alignwide.product-info {
    margin-bottom: 50px !important;
}
body .wp-block-group.about-page {
    padding-top: 30px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.wp-block-group.our-team-section.is-layout-flow.wp-block-group-is-layout-flow {
    padding-top: 50px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.our-team-section p {
    font-size: 15px;
    margin: 8px 0px;
    line-height: 22px;
}
.shop-banner p, .page-banner h1 {
    font-size: 22px !important;
    line-height: 32px !important;
}
.wp-block-group.contact-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.contact-section .contact-form-custome .form-input{
    width: 100%;
}
.contact-section .contact-form-custome {
    flex-direction: column;
    gap: 14px;
}
.wp-block-group.instagram-wrapper {
    padding-top: 50px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
}
.wp-block-group.footer-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
body .instagram-wrapper .insta-title {
    padding-left: 0 !important;
    padding-top: 0 !important;
}
.product .wp-block-columns.alignwide.product-info {
    row-gap: 30px;
}
.brand-page-section .alignwide.wp-block-term-description {
    max-width: 100%;
    margin-bottom: 0px !important;
}
.brand-page-section h1.alignwide.wp-block-query-title {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 10px;
}
.brand-page-section .brand-thumbnail {
    padding: 0;
}
.brand-page-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 20px !important
}
.brand-page-section .categories-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.product-grid-custom .product-price {
    margin-bottom: 6px;
}
.product-grid-custom .product-price {
    font-size: 16px;
    color: #595959;
    height: 26px;
    margin: 5px 0 6px;
    margin-top: 8px !important;
}
.product-grid-custom h2.has-text-align-center.wp-block-post-title {
    margin-bottom: 7px !important;
}
.wp-block-group.search-detail-page.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-bc4528c2.wp-block-group-is-layout-constrained {
    padding-top: 50px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.woocommerce-account .woocommerce  
,.woocommerce-wishlist .wishlist-fragment
,.page-id-151 .privacy-policy-page
,.page-id-153 .terms-delivery
,.page-id-155 .sustainability-page
,.page-id-149 .size-chart-page
,.page-id-378 .newsletter-page
,.page-id-1048 .account-request
{
    padding: 0 20px !important;
    margin-top: 26px !important;
}
.woocommerce-checkout main.wp-block-group{
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.woocommerce-checkout header.wp-block-group {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
 .categories-block ,.our-team-section{
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 30px !important;
}
.size-chart-popup-wrapper div {
    width: calc(100% - 40px);
}
.woocommerce-cart section.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 30px !important;
}
.wc-block-cart__sidebar span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-footer-item-tax-value {
    font-size: 20px;
}
footer .footer-links .wp-block-navigation-item__label {
    font-size: 14px;
    line-height: 22px;
}
body footer .footer-wrapper h3.wp-block-heading {
    font-size: 18px !important;
    line-height: 25px;
}
.wc-block-cart__sidebar .wc-block-components-totals-wrapper  .wc-block-components-totals-footer-item span.wc-block-components-totals-item__label {
    font-size: 16px;
}
.wc-block-cart__sidebar .wc-block-components-totals-shipping span.wc-block-components-totals-item__label {
    font-size: 15px;
}
.wc-block-components-totals-wrapper {
    padding: 14px 0 !important;
}
.our-team-section h4.wp-block-heading {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 6px;
}
body .instagram-wrapper .insta-title {
    padding-bottom: 0px !important;
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile .item-details .product-name h3 {
    font-size: 16px;
    margin-bottom: 0px;
}
.contact-section .contact-info-section p.has-text-align-center {
    font-size: 15px;
}
.terms-delivery strong, .sustainability-page strong {
    font-size: 17px;
    line-height: 24px;
}
h2.wp-block-heading.index-brands {
    font-size: 28px;
    padding-left: 20px;
    margin-bottom: 20px;
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile p.login-to-see-price {
    font-size: 12px;
    text-align: left;
    margin: 0;
    line-height: 18px;
    font-weight: 400;
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile .item-details .product-name h3 {
    font-size: 14px !important;
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile li .item-wrapper .product-thumbnail {
    margin-right: 6px !important;
}
section.wp-block-group.order-received.site-inner-page.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-f7151d46.wp-block-group-is-layout-constrained {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 36px !important;
}
section.wp-block-group.order-received.site-inner-page .wp-block-woocommerce-order-confirmation-additional-information.wc-block-order-confirmation-additional-information p {
    font-size: 16px;
    font-weight: 400;
}
.order-received.site-inner-page  .wp-block-woocommerce-order-confirmation-status h1 {
    font-size: 23px;
    line-height: 28px;
    margin: 0px 0 2px;
}
.order-received.site-inner-page  .wp-block-woocommerce-order-confirmation-status p {
    font-size: 15px;
}
.search-results .products-filters-grid {
    gap: 30px;
    margin-top: 30px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.page-id-149 .size-chart-page
{
    overflow: scroll;
}
.wc-block-mini-cart__drawer a.wc-block-components-product-name {
    font-size: 14px;
}
.wc-block-cart-item__total .wc-block-formatted-money-amount {
    font-size: 15px;
}
.wc-block-components-product-price {
    display: block;
    font-size: 14px;
}
h2.wp-block-woocommerce-mini-cart-title-block.wc-block-mini-cart__title {
    padding-bottom: 16px;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-title-block.wc-block-mini-cart__title span {
    font-size: 21px;
    line-height: 29px;
}
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions, .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout {
    gap: 10px;
}
.product-results-block p.woocommerce-result-count, .search-detail-page p.woocommerce-result-count {
    font-size: 13px !important;
    line-height: 16px;
}
.product-default-short-block select.orderby, .search-detail-page .site-search-filter select.orderby {
    font-size: 12px !important;
    line-height: 16px;
    text-align: right;
}
.footer-copyright-section {
    margin-left: -20px !important;
    margin-right: -20px !important;
}
h2.wp-block-heading.index-brands {
    padding-left: 20px;
}
.testimonial-section .slide {
    gap: 4px;
}




.index-right-slider {
    min-height: 425px;
    max-height: 425px;
}
.main-banner-section-custom .index-left-slider .index-banner-cover{
    min-height: 300px;
}
.main-banner-section-custom .index-top-right-slider .index-banner-cover ,.main-banner-section-custom .index-bottom-right-slider .index-banner-cover{
    min-height: 210px;
}
.main-banner-section-custom .index-left-slider img {
    min-height: 300px;
}
.main-banner-section .index-top-right-slider img ,.main-banner-section .index-bottom-right-slider img{
    min-height: 210px;
}
body .main-banner-section-custom h2{
    font-size: 22px !important;
    line-height: 34px;
    margin-bottom: 4px !important;
}
body .main-banner-section-custom p a{
    font-size: 12px !important;
    font-weight: 600;
}
.main-banner-section-custom .index-banner-cover .wp-block-cover__inner-container {
    bottom: 20px;
    left: 20px;
}
#wqv-quick-view-content .quantity input.qty {
    height: 38px;
    width: 50px;
}
#wqv-quick-view-content .wqv-product-info .single_add_to_cart_button.button:not(.components-button):not(.customize-partial-edit-shortcut-button) {
    height: 38px;
}
.header .wc-block-mini-cart__button {
    padding-left: 2px;
    padding: 0 2px 0 0;
}
.custom-header-wishlist {
    margin-left: 0px !important;
}
}
/* End 548 */

@media screen and (min-width: 601px) and (max-width: 767px){

/* body :where(.wc-block-product-filters) .wc-block-product-filters__overlay-dialog {
    background-color: var(--wc-product-filters-overlay-background-color,var(--wc-product-filters-background-color,var(--wp--preset--color--base,#fff)));
    color: var(--wc-product-filters-overlay-text-color,var(--wc-product-filters-text-color,var(--wp--preset--color--base,#111)));
    display: flex!important;
    flex-direction: column;
    gap: var(--wp--preset--spacing--40);
    inset: 0;
    max-height: 100%;
    position: absolute;
    transform: translateY(100vh);
    transition: none;
}
body :where(.wc-block-product-filters) .wc-block-product-filters__overlay-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: var(--wc-product-filter-block-spacing,var(--wp--style--block-gap,1.2rem));
    overflow-y: scroll;
    padding: 0 var(--wp--preset--spacing--40);
}
 */
body :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-footer, body footer.wc-block-product-filters__overlay-footer {
    display: block;
}
body :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay {
    background-color: rgba(95, 95, 95, .35);
    pointer-events: auto;
    z-index: 9999;
    position: fixed;
    /* top: var(--top-padding); */
    transition: background-color .5s;
}
 
body :where(.wc-block-product-filters) .wc-block-product-filters__overlay-wrapper, :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-wrapper {
    height: 100%;
    position: relative;
    width: 100%;
}
body :where(.wc-block-product-filters) .wc-block-product-filters__overlay-dialog {
    background-color: var(--wc-product-filters-overlay-background-color, var(--wc-product-filters-background-color, var(--wp--preset--color--base, #fff)));
    color: var(--wc-product-filters-overlay-text-color, var(--wc-product-filters-text-color, var(--wp--preset--color--base, #111)));
    display: flex !important;
    flex-direction: column;
    gap: var(--wp--preset--spacing--40);
    inset: 0;
    max-height: 100%;
    position: absolute;
    transform: translateY(100vh);
    transition: none;
}
body :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-dialog {
    position: absolute;
    color: var(--wc-product-filters-overlay-color, inherit);
    transform: translateY(0);
    transition: transform .5s;
    background-color: var(--wc-product-filters-overlay-background-color, var(--wc-product-filters-background-color, var(--wp--preset--color--base, #fff)));
    max-height: 100%;
}
body :where(.wc-block-product-filters) .wc-block-product-filters__overlay-content, :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: var(--wc-product-filter-block-spacing, var(--wp--style--block-gap, 1.2rem));
    overflow-y: scroll;
    padding: 0 var(--wp--preset--spacing--40);
}
 
body :where(.wc-block-product-filters) .wc-block-product-filters__overlay {
    background-color: transparent;
    inset: 0;
    pointer-events: none;
    position: fixed;
    top: var(--top-padding);
    transition: background-color .5s;
    z-index: 9999;
    margin: 0;
}



}