
.product-inner {
  display: flex;
  gap: 50px;
}

.active .product-tab-content {
    display: block;
}

.product-tabs-wrapper {
    padding-bottom: 50px;
}

.product-tab-buttons button {
    display: block;
    background: none;
    font-size: 24px;
    padding: 8px;
    color: var(--primary-color);
    cursor: pointer;
    transition: all 500ms ease;
    border: none;
}

.product-tab-buttons button:hover,
.product-tab-buttons button.active{
    background: var(--primary-color);
    color: white;
}

.product-image {
  flex: 0 0 320px;
  position: relative;
}

.product-image > div {
  width: 100%;
  height: 100%;
}

.product-image div {
  height: 100%;
  width: 100% !important;
  max-width: 540px !important;
  max-height: 550px;
}

.product-image a {
  display: flex;
  height: 100%;
}

.product-image img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}

figure.woocommerce-product-gallery__wrapper {
  margin: 0;
}

a.woocommerce-product-gallery__trigger {
  display: none;
}

ol.flex-control-nav.flex-control-thumbs {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 15px;
  z-index: 3;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}

ol.flex-control-nav.flex-control-thumbs li {
  width: 100px;
  height: 100px;
}

ol.flex-control-nav.flex-control-thumbs li img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.price-wrapper > .amount-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.price-wrapper > .amount-wrapper br {
  display: none;
}

.price-wrapper > .amount-wrapper .amount:last-child {
  font-size: 28px;
  font-weight: 500;
  color: var(--primary-color);
}
.price-wrapper > .amount-wrapper .amount:first-child {
  font-size: 20px;
  color: var(--primary-color);
}

/* width */
ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar {
  width: 5px;
}

/* Track */
ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-thumb:hover {
  background: #555;
}

ol.flex-control-nav.flex-control-thumbs img {
  display: block;
  border: solid 2px #eee;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

ol.flex-control-nav.flex-control-thumbs img.flex-active {
  border-color: var(--tan);
}

ul.single-product-variable-items.wvs-style-squared.variable-items-wrapper.color-variable-items-wrapper
  li {
  width: 50px;
  height: 50px;
}

form.variations_form.cart.wvs-loaded label {
  font-weight: 600;
}

ul.single-product-variable-items.wvs-style-squared.variable-items-wrapper.button-variable-items-wrapper
  li {
  width: 150px !important;
  height: 50px !important;
  border-radius: 0 !important;
  border: solid 1px var(--primary-color);
  color: var(--primary-color) !important;
  font-weight: 700;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item.selected:not(
    .no-stock
  ) {
  background: var(--tan) !important;
  outline: none !important;
  box-shadow: none !important;
}

a.added_to_cart.wc-forward {
  display: none;
}

span.woo-selected-variation-item-name {
  font-style: italic;
  font-weight: 500 !important;
}

.product-content .cart {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-content .subtitle {
  color: var(--primary-color);
}

.product-content .product-cart {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

table.variations tr {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 20px;
}

.fold-1-header {
  padding: 200px 0 100px 0;
  text-align: center;
  background: url(/wp-content/uploads/2023/10/fold1-image-2.jpg) no-repeat;
  color: white;
  background-size: cover;
  background-position: bottom;
}

.accordion-content ul {
  width: 100%;
}

.product-tab-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}

.product-tab-buttons .readmore:last-child {
  width: 250px;
}

table.variations th.label {
  text-transform: capitalize;
}

.product-price {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
  display: flex;
  margin: 0px;
  gap: 10px;
}

.product-cart select {
  padding: 10px;
  width: 200px;
  text-transform: uppercase;
  border: solid 2px black;
  box-sizing: border-box;
  height: 40px;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

a.reset_variations {
  display: none !important;
}

  .calc-input {
      display: flex;
      align-items: stretch;
      border: solid 1px #333;
      width: max-content;
  }
  
  .calc-input input {
      width: 30px;
      text-align: center;
      padding: 7px;
      border: 0;
      background: #fff;
      color: white;
      font-family: 'Platypi';
      color: #333;
  }
  
  /* Chrome, Safari, Edge, Opera */
  .calc-input input::-webkit-outer-spin-button,
  .calc-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  .calc-input input[type=number] {
    -moz-appearance: textfield;
  }
  
  .calc-button {
      padding: 5px;
      color: #333;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
  }
  

.woocommerce-variation-price {
  height: 40px;
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 28px;
  line-height: 28px;
}

.single_variation_wrap {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.single_add_to_cart_button,
.added_to_cart {
  display: block;
  width: 200px;
  padding: 10px 10px;
  background: none;
  color: #333;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  border: 0px;
  margin-top: 20px;
  transition:
        all 300ms ease;
  cursor: pointer;
  border: solid 1px var(--tan);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 4px;
  background: var(--tan);
  font-family: 'Platypi';
}

.single_add_to_cart_button:hover,
.added_to_cart:hover {
  background: #333;
    color: white;
}

.readmore.cart-readmore {
  margin-top: 0;
  width: 200px;
}

.social-shares {
  display: flex;
  gap: 40px;
  margin-top: 20px;
}

.social-shares a {
  color: black;
  font-size: 30px;
  line-height: 30px;
}

.product-tab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 2px black;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.product-tab-header p {
  margin: 0;
}

.product-tab-content {
  display: none;
}

.product-tab.opened .product-tab-content {
  display: block;
}

/* SHOP PAGE STYLE */
.product-folda-item-img-container-outer {
    flex: 0 0 600px;
    position: sticky;
    top: 20px;
}

.shop-page-wrapper {
    display: flex;
    column-gap: 40px;
}

.shop-filter {
    flex: 0 0 240px;
    padding-top: 20px;
}

.shop-filter-header {
    background: whitesmoke;
    padding: 8px 20px;
    margin-bottom: 20px;
}

.shop-filter-header .subtext {
    margin: 0px;
    font-size: 17px;
    line-height: 25px;
}

.term-44 p.woocommerce-result-count {display: none;}

#primary .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-left: none;
    border-top: none;
    border-right: none;
}

#primary .shop-filter .wpfFilterButton.wpfButton, .wpfClearButton.wpfButton {
    text-transform: none;
    width: 100%;
    border: none;
    margin: 0px;
    background: var(--primary-color);
    color: white;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
    border-radius: 0px;
}

#primary .ui-slider.ui-widget-content:not(.iris-slider-offset) {
    border: none;
    background: whitesmoke;
}

#primary .ui-slider.ui-widget-content .ui-slider-handle {
    border: none;
    background: var(--primary-color);
    width: 15px;
    height: 15px;
    top: -3px;
    border-radius: 5px;
}

#primary .ui-slider-horizontal .ui-slider-range {
    background: #ebebeb !important;
}

#primary .ui-slider.ui-widget-content .ui-slider-handle:hover, .ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover, .ui-slider.ui-widget-content .ui-slider-handle.ui-state-active {
    border-color: var(--primary-color);
}

#primary .ui-state-hover {
    border-color: var(--primary-color) !important;
}

#primary .ui-slider.ui-widget-content .ui-slider-handle:hover, .ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover, .ui-slider.ui-widget-content .ui-slider-handle.ui-state-active {
    border-color: var(--primary-color) !important;
    background: gray !important;
}

#primary .wpfFilterTitle {
    position: relative;
    background: whitesmoke;
    padding: 10px 0px;
    margin: 0px;
    min-height: unset;
    color: var(--primary-color);
}

#primary .wpfFilterWrapper .wfpTitle {
    padding: 0px 20px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.term-44 .shop-products {
    margin-top: 20px;
}

#primary ul.wpfFilterVerScroll {
    margin-top: 20px;
}

#primary .wpfFilterWrapper[data-filter-type] {
    padding: 0px;
}

#primary .wpfFilterWrapper i, .wpfFilterWrapper svg {
    display: none;
}

#primary .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit, .dgwt-wcas-om-bar .dgwt-wcas-om-return {
    background: none;
}

#primary .dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier, .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg path, .dgwt-wcas-om-bar .dgwt-wcas-om-return svg path {
    fill: var(--primary-color);
}

#primary .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::before {
    display: none;
}

#primary .wpfFilterWrapper[data-radio="1"] .wpfCheckbox label:before {
    border-radius: 0px !important;
}

#primary .wpfFilterWrapper .wpfFilterTitle {
    pointer-events: none;
}

.term-44 ul.products li {
	flex: 0 0 calc(100% / 3 - 20px);
}

.product-price bdi {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}

.product-folda-content-inner-highlight p {
    font-size: 28px;
    line-height: 36px;
}

.product-folda-content-inner-highlight {
    padding-bottom: 20px;
}

h2.woocommerce-loop-product__title {
  font-family: "Lexend Deca";
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5px;
  text-align: center;
}

.product-item-row {
    display: flex;
    width: 100%;
    margin: 0px auto;
    background: var(--primary-color);
    justify-content: center;
    padding: 10px 0px;
}

.product-item-row p {
    margin: 0px;
}

.product-item-row-padding > div {
    margin: 0px;
}

.product-img > img {
    margin: 0px auto;
}

.woocommerce-product-gallery__wrapper img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    height: auto;
}

.woocommerce-LoopProduct-link p {color: #333;margin: 20px auto 0px;transition: all .5s ease;}

.product-cart .readmore {
    /* width: 100%; */
}

.product-item-row p {
    font-size: 20px;
    line-height: 28px;
}

.product-item-row p{
  color:white;
  
}

ul.page-numbers {
    list-style: none;
    display: flex;
    gap: 10px;
    padding-left: 0px;
}

ul.page-numbers li > a {
    color: #333;
    flex: 0 0 100%;
    height: 100%;
    text-align: center;
    display: block;
    transition: all .5s ease;
}

ul.page-numbers li span, ul.page-numbers li:hover a {
    background: var(--tan);
    display: block;
    flex: 0 0 100%;
    height: 100%;
}

ul.page-numbers li {
    color: black;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px;
    text-align: center;
}

.product-cart .readmore {
    margin: 0px;
    /* background: white; */
    margin-bottom: 20px;
}


ul.products li > a {
    display: flex;
    flex-direction: column;
    color: white;
    flex: 1;
  transition:all 500ms ease;
}

ul.products li > a:hover{
  opacity:.7;
}

.product-title p {
    margin: 10px 0px;
    font-size: 24px;
    width: calc(100% - 30px);
    text-align: center;
    line-height: 32px;
}

.products .product-title p {
  color:var(--primary-color);
}

a.button.wp-element-button.product_type_variable.add_to_cart_button {
  text-transform: uppercase;
  color: black;
  margin: 0 auto;
  width: 100%;
  display: block;
  text-align: center;
}

span.price {
  color: #d52965;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-content {
    gap: 10px;
}

.product-inner > .product-content {
    display: none;
}

.product-tabs {
    background: whitesmoke;
    padding-top: 50px;
}

.product-content-inner p {
    margin: 0px;
    text-align: center;
}

table.variations {
}

p.woocommerce-result-count {
  text-align: end;
  margin: 20px 0px;
  margin-top: 0;
}

form.woocommerce-ordering {
  display: flex;
  justify-content: flex-end;
  height: 30px;
  margin-bottom: 20px;
}

.term-44 select.orderby {
  border-radius: 5px;
  font-family: 'Poppins';
  padding: 7px;
  border-color: #e1e1e1;
  color: gray;
  font-style: italic;
  font-size: 17px;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.product:hover h2.woocommerce-loop-product__title {
  color: #d52965;
}

.archive-inner {
    display: flex;
    align-items: flex-start;
    padding: 40px 0px;
    gap: 30px;
}

.shop-page {
    flex: 1 0 70%;
    display: flex;
    flex-direction: column;
}

.filter {
    flex: 0 0 25%;
    width: 25%;
    padding: 20px;
    background: white;
    border: solid 1px #333;
    box-sizing: border-box;
    position: sticky;
    top: 140px;
}

.woof_submit_search_form_container {
  flex-direction: column;
}

button.button.woof_reset_search_form, .woof_submit_search_form {
  display: block;
  float: none;
  width: 100%;
  padding: 10px 10px;
  background: none;
  color: #333;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  border: 0px;
  margin-top: 20px;
  transition:
      all 300ms ease;
  cursor: pointer;
  border: solid 1px var(--tan);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 4px;
  background: var(--tan);
}

ul.products {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 100px 60px;
  padding-bottom: 75px;
}

.product-title {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.products li {
  flex: 0 0 calc(100% / 2 - 30px);
  box-sizing: border-box;
  padding: 0px;
  display: flex;
}

body.archive.tax-product_cat #main {
}

h1.woocommerce-products-header__title.page-title {
  font-weight: 300;
}

body.single .woocommerce-variation-description {
  display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

.product-folda-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    padding: 100px 0px 50px;
}

.product-folda-content-inner p:last-child {
    margin: 0px;
}

.product-folda-item-img-container {
}

div#product-folda-item-img-splide .splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-folda-item-img {
    flex: 1;
    display: flex;
    justify-content: center;
    border-radius: 20px;
}

.product-folda-item-img img {
    width: 100%;
    max-height: 560px;
    object-fit: contain;
}

.product .splide__arrows.splide__arrows--ltr {
    display: none;
}




.product-folda-content {
    color: var(--primary-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 0 calc(100% - 680px);
    gap: 15px;
    padding: 0px 0px 20px;
}

.product-folda-content-header {
    display: flex;
    flex-direction: column;
    gap: 12.5px;
}

.product-folda-content-input {
    display: flex;
    flex-direction: column;
}

.product-folda-content-title-top {
    padding-bottom: 15px;
}

.product-folda-content-header .title {
    margin: 0px;
    font-size: 32px;
    line-height: 40px;
    justify-content: unset;
}

.product-folda-content-price-text {
    font-size: 40px;
    line-height: 1;
    margin: 0px;
}

.product-folda-content-colours-block-wrapper {
    display: flex;
    gap: 15px;
}

.product-folda-content-colours-block {
    background: red;
    width: 60px;
    height: 60px;
    border: solid 3px transparent;
    transition: all 500ms ease;
    cursor: pointer;
}

.product-folda-content-colours-block.black {
    background: #252525;
}

div#subtot {
    margin-top: 20px;
}

.product-folda-content-colours-block.pale {
    background: #ececec;
}

.product-folda-content-colours-block.gray {
    background: gray;
}

.product-folda-content-colours-block.oak {
    background: #c1a985;
}

.product-folda-content-size-wrapper {
    display: flex;
    gap: 10px;
}


.product-folda-content-size-wrapper .readmore {
    margin: 0px;
}


.product-folda-content-input input {
    display: block;
    width: 80px;
    font-size: 24px;
}


#product-folda-item-thumbnail-carousel .splide__list {
    gap: 10px;
}

.product-img picture {
    display: flex;
}

.product-img picture img {
    width:100%;
    object-fit:contain;
    height: 360px;
}

.product-folda-item-thumb {
    transform: scale(0.9);
    transform-origin: 40% 30%;
}

.product-folda-item-thumb img {
    height: 150px;
    object-fit: contain;
    margin: 0px auto;
}

div#product-folda-item-thumbnail-carousel {
    margin-top: 20px;
}

.product-folda-wrapper .splide__pagination.splide__pagination--ltr {
    display: none;
}

.product-inner ol.flex-control-nav.flex-control-thumbs {
    position: relative;
    height: 600px;
    overflow-x: hidden;
    flex: 0 0 100px;
}

.product-folda-content-colours {
    display: none;
}

.product-folda-content-size {
    display: none;
}
.product-folda-content-readmore form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/*== == ACCORDION == ==*/

.accordion-fold {
    padding: 100px 0px;
    position: relative;
    padding-top: 50px;
    background: #333;
}
.accordion-fold.padding {
    padding: 50px 0px;
}

.accordion-fold .title {
    text-align: center;
    margin-bottom: 50px;
}

.accordion-content p {
    margin: 0px 0px 5px;
    font-size: 15px;
    line-height: 23px;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    padding: 20px 20px;
    cursor: pointer;
    border-bottom: solid 1px #fff;
    background: #f1f1f1;
}

.header-wrapper:hover {
    opacity: 0.4;
}

h3.accordion-subtitle span {
    display: block;
    font-weight: 400;
    margin-top: 10px;
    font-size: 18px;
}

.accordion-btn p {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin: 0;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-btn.opened p.close-btn {
    opacity: 1;
}

.accordion-btn.closed p.open-btn {
    opacity: 1;
}

.accordion-fold-wrapper.extended{
    max-height: 2500px;
}

.accordion-fold-wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-content {
	padding: 20px 20px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background: #f1f1f1;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.accordion-content-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.accordion-content-row-icon i {
    font-size: 24px;
    line-height: 32px;
}

.accordion-content-row-icon {
    width: 30px;
}

.product-folda-readmore-main {
    margin-bottom: 20px;
}

.accordion-content p:last-child {
    margin: 0px;
}

.accordion-content::after {
    content: '';
    background-image: url('/wp-content/uploads/2023/01/paint2.png');
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
    opacity: .3;
    background-repeat: no-repeat;
    background-position: bottom right;
    pointer-events: none;
}

.accordion-fold-wrapper.extended h3 {
    padding-top: 20px;
    border-style: solid;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-color: #cfb8b0;
    border-width: 2px;
}

.accordion-btn i {
    font-size: 20px;
    cursor: pointer;
    font-weight: 300;
}

.accordion-header {
    /* font-size: 24px; */
    padding-right: 60px;
    /* line-height: 32px; */
    margin-bottom: 0px;
}
h3.accordion-subtitle {
    font-size: 26px;
}
	/*== == ACCORDION END === ==*/

/*== == VARIATIONS == ==*/

.product-folda-content-readmore select {
    font-size: 18px;
    line-height: 1;
    padding: 10px 5px;
    width: 200px;
}

	/*== == VARIATIONS END == ==*/

  @media(min-width: 1024px){
    .flex-viewport {
      height: 600px !important;
      flex: 0 0 calc(100% - 100px);
  }
  }
  

.flex-viewport img {
    height: 100%;
    object-fit: contain;
}

.flex-viewport * {
    height: 100%;
}

.woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
}

.accordion-item:first-child .header-wrapper {
    border-top: solid 1px #fff;
}

.product-inner label {
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
}

li.variable-item.color-variable-item {
  padding: 0 !important;
  border-radius: 50% !important;
  width: 25px !important;
  height: 25px !important;
  overflow: hidden;
}

.woo-variation-swatches .variable-items-wrapper {
  flex-wrap: wrap;
  gap: 5px;
}

.woocommerce-variation-price {
  display: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    box-shadow: none;
    border-color: var(--tan);
}

li.variable-item.button-variable-item {
    padding: 10px 20px !important;
    border: solid 1px #333;
    height: auto !important;
    letter-spacing: 3px;
}

.woocommerce-product-gallery__image a {
  display: flex;
  align-items: center;
  justify-content: center;
}


.chosen-container .chosen-results li.highlighted {
  background: var(--tan) !important;
  color: #333 !important;
}

.chosen-container-active .chosen-choices {
  border-color: var(--tan);
}


.filter .irs--round .irs-from:before, .filter .irs--round .irs-to:before, .filter .irs--round .irs-single:before {
  border-top-color: var(--tan);
}

.filter .irs--round .irs-from, .filter .irs--round .irs-to, .filter .irs--round .irs-single {
  background-color: var(--tan);
  color: #333;
}

.filter .irs--round .irs-bar {
  background: var(--tan);
}

.filter .irs--round .irs-handle {
  border-color: var(--tan);
}

.woof_products_top_panel {
  display: none !IMPORTANT;
}

.filter .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
  top: 50%;
  transform: translateY(-50%);
}

a.add_to_wishlist.single_add_to_wishlist, .yith-wcwl-wishlistaddedbrowse, .yith-wcwl-wishlistexistsbrowse {
  text-transform: uppercase;
  letter-spacing: 4px;
  background: var(--tan);
  display: block;
  width: 230px;
  text-align: center;
  padding: 10px 0px;
  color: #333;
  font-size: 12px;
}

.yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistaddedbrowse a{
  color: #333;
}


.filter-mobile {
  margin: 0px auto;
  display: none;
}

.filter-mobile a {
  margin: 0;
}

body.archive #page {
  overflow: unset;
}

.quantity label {
  display: none;
}

/**META**/
.product-fold-values {
  display: flex;
  gap: 20px;
}

.product-fold-values-item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  background: whitesmoke;
  border-radius: 40px;
}

.product-fold-values-item p {
  margin: 0;
  line-height: 14px;
}

.product-fold-values-item p:last-child {
    color: var(--green);
}

.product-wrapper {
  position: relative;
}



.service-fold.white {
  background: white;
}



.service-fold.white ul {
  gap: 0;
  overflow: visible;
}

.service-fold.white ul li {
  flex: 0 0 auto !important;
  opacity: .4;
}

div#product-slider-track {
    overflow: visible;
}

.product-thumb-image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    margin: 0px auto;
}

.product-thumb-image img {
    width: 100%;
    height: 100%;
}

.service-fold.white ul li.is-visible {
    opacity: 1;
}



.woocommerce-LoopProduct-link:hover p {
    color: var(--green);
    transform: scale(1.1);
}

