/*== == GET RID OF BANNER == ==*/

.page-bottom-banner-wrapper {
  display: none;
}

.single_variation_wrap {
    display: flex;
}

/*== == GET RID OF BANNER END == ==*/

/**PRODUCT**/
.flex-control-nav.flex-control-thumbs::-webkit-scrollbar {
  display: none;
}

a.add_to_wishlist,
.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-wishlistaddedbrowse {
  color: #3c3c3c;
  font-family: "P22 Underground" !important;
}

a.add_to_wishlist i,
a.add_to_wishlist a,
.yith-wcwl-wishlistexistsbrowse i,
.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistaddedbrowse i,
.yith-wcwl-wishlistaddedbrowse a {
  color: var(--color1);
}

ul.products li.product .readmore {
  background: var(--color1);
  width: 100%;
}

.product-add-to-cart a,
.product-options button[type="submit"]:hover {
  background: var(--color1);
  color: white;
}

.product-options button.orange[type="submit"] {
  background: var(--color1);
  color: white;
  margin-top: 10px;
}

.product-options button.orange[type="submit"]:hover {
  color: var(--color1);
  background: white;
}

.shop-page {
  flex: 1 1 100%;
}

table.variations input,
table.variations select {
  margin: 0;
  width: 100%;
}
figure.woocommerce-product-gallery__wrapper {
  margin: 0px auto;
}

table.variations tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

table.variations {
  width: 100%;
  margin-bottom: 20px;
}

.woo-variation-swatches.wvs-show-label .variations td,
.woo-variation-swatches.wvs-show-label .variations th {
  width: 100% !important;
  text-align: left;
  font-family: "basic-sans";
  text-transform: capitalize;
}

a.button.wp-element-button.product_type_simple {
  font-family: "P22 Underground";
  color: #3c3c3c;
  display: block;
  margin-top: 10px;
  transition: all 300ms ease;
}

a.button.wp-element-button.product_type_simple:hover {
  color: #cc6633;
}

.woocommerce-result-count {
  font-size: 16px;
  text-align: end;
}

.orderby {
  font-size: 16px;
  font-weight: 300;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}

.woocommerce-ordering {
  display: flex;
  justify-content: flex-end;
  display: none !important;
}

.woocommerce .page-numbers {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  gap: 20px;
  color: #000;
}

span.page-numbers.current {
  color: var(--color3);
}

.woocommerce .page-numbers li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: solid 1px var(--color3);
  font-family: "P22 Underground";
}

.woocommerce-products-header__title.page-title {
  text-align: center;
  padding-top: 100px;
  color: #3c3c3c;
  font-size: 42px;
  font-weight: 400;
}

a.reset_variations {
  display: none !important;
}

.product-options p.points,
span.wc-points-rewards-product-message {
  font-size: 14px;
  line-height: 14px;
  color: var(--color1);
}

.product-wrapper .row-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  font-family: "P22 Underground";
  color: #3c3c3c;
  display: block;
  margin-top: 10px;
  transition: all 300ms ease;
}
a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
  color: #cc6633;
}

a.button.wp-element-button.product_type_variable-subscription.add_to_cart_button {
  font-family: "P22 Underground";
  color: #3c3c3c;
  display: block;
  margin-top: 10px;
  transition: all 300ms ease;
}
a.button.wp-element-button.product_type_variable-subscription.add_to_cart_button:hover {
  color: #cc6633;
}

a.button.wp-element-button.product_type_variable.add_to_cart_button {
  font-family: "P22 Underground";
  color: #3c3c3c;
  display: block;
  margin-top: 10px;
  transition: all 300ms ease;
}
a.button.wp-element-button.product_type_variable.add_to_cart_button:hover {
  color: #cc6633;
}

a.xoo-wsc-ft-btn.button.btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue {
  font-size: 20px;
}

a.added_to_cart.wc-forward {
  color: #cc6633;
}

form.woocommerce-form.woocommerce-form-login.login {
  background: #f7f6f3;
}

.woocommerce h2.woocommerce-loop-product__title_lower {
  font-size: 32px;
  font-family: "P22 Underground";
  font-weight: 400;
  flex-grow: 1;
}

.product-image-outer {
  flex: 0 0 540px;
  width: 540px;
}

.product-wrapper {
  padding: 0px 0px 40px;
}

.product-wrapper .product-content {
  padding: 0;
  flex: 1 1 55%;
}

.product-wrapper .product-content .product-desc {
  padding: 0;
  max-height: 130px;
  overflow: hidden;
  margin-bottom: 0px;
  position: relative;
}

.product-desc.open {
  max-height: 100% !important;
}

.product-desc.open::before {
  content: unset !important;
}

.product-wrapper .product-content .product-desc::before {
  width: 100%;
  height: 150px;
  position: absolute;
  content: "";
  background: linear-gradient(0deg, white, transparent);
  bottom: 0;
  left: 0;
}

.product-klarna {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  background: whitesmoke;
  padding: 15px;
}

.product-klarna img {
  height: 20px;
}

.product-klarna p {
  display: flex;
  gap: 15px;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  justify-content: center;
  align-items: flex-end;
  margin: 0px auto;
}

.product-klarna a {
  color: #333;
  text-decoration: underline !important;
  font-weight: 300;
}

a.opener {
  color: var(--color1);
  font-family: "Glamour Absolute Condensed";
  margin-bottom: 30px;
  display: block;
  cursor: pointer;
}

.product-options {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.product-options p {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
}

.product-options input,
.product-options select {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: solid 2px lightgrey;
  margin-bottom: 20px;
  max-width: 300px;
}
th.label {
  text-transform: uppercase;
  margin: 0 !important;
}
.product-add-to-cart a,
.product-options button[type="submit"] {
  width: 100%;
  display: block;
  text-align: center;
  font-family: "Glamour Absolute Condensed";
  border: solid 2px var(--color1);
  color: var(--color1);
  padding: 10px;
  background: white;
  font-size: 18px;
  line-height: 18px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s ease;
}

.product-standard {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  background: var(--color4);
}

.product-standard > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
  border-bottom: solid 1px var(--color3);
}

.standard-row1 svg {
  width: 40px;
}

.product-standard p {
  margin: 0;
  font-size: 22px;
  line-height: 22px;
}

.product-standard .standard-row5 {
  border: 0;
  align-items: center;
  justify-content: center;
}

.standard-row5 a {
  color: var(--color1);
  font-weight: 600;
}

.product-image-item .pretitle {
  font-size: 28px;
  line-height: 28px;
  position: relative;
}

.product-image-item-outer {
  margin-top: 20px;
}

.product-image-item {
  border-top: solid 1px lightgrey;
  padding: 10px 0px;
  box-sizing: border-box;
  cursor: pointer;
}

.product-image-item p:last-child {
  margin: 0;
}

.product-image-item.opened .pretitle::before {
  content: "\f068";
}

.product-image-item .pretitle::before {
  content: "\2b";
  position: absolute;
  right: 0;
  top: 50%;
  color: var(--color1);
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 0px;
  font-family: "Font Awesome 6 Pro";
}

.product-image-item p:not(.pretitle),
.product-image-item div.reviews {
  display: none;
}

.product-image-item.opened p:not(.pretitle),
.product-image-item.opened div.reviews {
  display: block;
}

.product-image-item-outer a.readmore {
  margin-top: 0;
}

button.wpfClearButton.wpfButton {
    background: var(--primary-color1);
    color: white;
    font-size: 16px;
    min-height: unset;
    padding: 0px;
    width: 100%;
    margin: 0px 0px 0px;
    height:0px;
    opacity:0;
}

#primary button.wpfClearButton.wpfButton:hover {
    opacity: .5;
}

.filter:has(input:checked) .wpfClearButton.wpfButton{
    opacity: 1;
    height:40px;
    margin: 10px 0px 0px;
}

.filter:has(input:checked) .wpfFilterButtons {
    height:auto;
    
}

.wpfFilterButtons {
    height: 0px;
    transition:all 500ms ease;
}

.flex-control-nav.flex-control-thumbs {
  width: 100%;
  display: flex;
  list-style: none;
  padding: 0;
  overflow-y: scroll;
  gap: 10px;
  flex-direction: column;
  margin: 0;
  width: 100px;
  /* flex: 0 0 100px; */
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: none;
}

.flex-control-nav li {
  padding: 0px;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  flex: 0 0 80px;
}

.flex-control-nav li img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  box-sizing: border-box;
}

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

.product-image-item-outer a.wcfm_catalog_enquiry,
#wcfm_enquiry_submit_button {
  display: block;
  width: 170px !important;
  padding: 5px 5px;
  background: none !important;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-top: 0px;
  transition: all 300ms ease;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border: solid 2px white;
  text-transform: capitalize;
  cursor: pointer;
}

.product-image-item-outer a.wcfm_catalog_enquiry:hover,
#wcfm_enquiry_submit_button:hover {
  opacity: 0.5;
}

div#enquiry_form.wcfm_popup_wrapper h2 {
  text-align: left;
  display: block;
  font-size: 32px;
  line-height: 32px;
}

div#enquiry_form.wcfm_popup_wrapper p.wcfm_popup_label {
  margin: 0px;
  font-size: 14px;
  line-height: 14px;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

.wcfm_popup_wrapper .wcfm_popup_label strong {
  font-style: normal;
}

textarea#enquiry_comment {
  width: 100% !important;
  box-sizing: border-box;
  height: 100px;
}

.wcfm_popup_wrapper .wcfm_popup_input {
  width: 100% !important;
  box-sizing: border-box;
}

p.comment-notes {
  margin: 0 !important;
  font-size: 12px;
}

.product-image .wcfm_buttons {
  display: none;
}

.price-wrapper {
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
  width: fit-content;
}

.price-wrapper .product-price:nth-of-type(2) {
  opacity: 0.3;
  text-decoration: line-through;
}

button.button.woof_reset_search_form {
  display: block;
  width: 100%;
  padding: 10px 10px;
  color: white;
  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;
  letter-spacing: 0px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  border: solid 2px white;
}

.woof_container_inner h4 {
  font-size: 20px;
}

button.button.woof_reset_search_form:hover {
  opacity: 0.5;
}

.woof_price_filter_txt_slider {
  display: flex;
  margin-bottom: 10px;
}

.woof_price_filter_txt_slider input {
  flex: 1 1 50%;
  box-sizing: border-box;
  text-align: center;
}

a.woof_front_toggle {
  color: var(--color1);
  font-size: 20px;
}

.term-description {
  text-align: center;
  margin-bottom: 30px;
}

.product-options label {
  color: #3c3c3c;
}

.woocommerce-variation-availability,
p.stock {
  display: none;
}

div#respond {
  display: flex;
  flex-direction: column;
}

form#commentform {
  display: flex;
  flex-direction: column;
}

p.comment-form-comment {
  display: flex !important;
  flex-direction: column;
}

h2.woocommerce-Reviews-title {
  display: none;
}

form#commentform input#submit {
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  background: white;
  font-size: 18px;
  line-height: 18px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s ease;
}

form#commentform input#submit:hover {
  color: white;
}

ol.commentlist {
  padding: 0;
  list-style: none;
  max-height: 200px;
  overflow-y: scroll;
}

li.review {
  padding: 10px;
  box-sizing: border-box;
  background: whitesmoke;
}

li.review img {
  display: none;
}

li.review:nth-child(2n) {
  background: white;
}

/**PRODUCT**/
.pc-product-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 60px 0px;
}

/** PRODUCT NAV **/

.pc-product-nav {
  display: flex;
  gap: 80px;
}
.product-content-header-title .product-price {
  font-size: 35px;
  line-height: 42px;
  margin: 10px 0px 0px 0px;
  color: var(--primary-color1);
  font-weight: 600;
}

.pc-product-nav-path {
  background: var(--secondary-color1);
  padding-left: 15px !important;
  display: flex;
  gap: 30px;
  flex: 100%;
  padding: 8px 0px;
  align-items: center;
}

.pc-product-nav-path p {
  margin: 0px;
  gap: 30px;
  display: flex;
}

.pc-product-nav-path p::after {
  content: ">";
}

.pc-product-nav-path p:last-child::after {
  content: "";
}

.pc-product-nav-sort {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.pc-product-nav-sort p {
  margin: 0px;
}

select#filterproduct {
  padding: 6px 12px;
  border: 1px solid #ccc;
  color: #9e9e9e;
  padding-right: 50px;
}

/** PRODUCT NAV END **/

/** PRODUCT MAIN **/

.pc-product-item {
  width: calc((100% / 3) - 10px);
  background: #f8f2f2;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.pc-fold2-item-back {
  position: absolute;
  width: 100%;
  opacity: 0;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  transition: all 0.5s ease;
}

.pc-fold2-item-back a:first-child {
  background: #46ae3b;
}

.pc-fold2-item-back a {
  font-size: 16px;
  padding: 10px 0px;
  width: 150px;
}

p.product-contact-number a {
  font-size: 24px;
  line-height: 1;
  color: var(--primary-color1);
  display: flex;
  gap: 10px;
  transition: all 500ms ease;
}

p.product-contact-number a:hover {
  opacity: 0.6;
}

.pc-fold2-item-front {
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.pc-fold2-item-front .subtitle {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: var(--primary-color1);
}

.pc-fold2-item-front p {
  font-size: 14px;
  margin: 0px;
}

.pc-product-item:hover .pc-fold2-item-back {
  opacity: 1;
}

.pc-product-item:hover .pc-fold2-item-front {
  opacity: 0;
}

.pc-fold2-item-back > a {
  margin: 0px;
}

.pc-fold2-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 100%;
  gap: 14px;
}

.pc-product-bottom {
  display: flex;
  gap: 80px;
}

.pc-product-filter-top {
  background: var(--secondary-color1);
  padding: 8px 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.pc-product-filter-top > * {
  margin: 0px;
}

.pc-product-filter-bottom {
  background: #fff8f8;
  padding-left: 10px;
  display: none;
}

.pc-product-filters {
  width: calc(50% - 260px);
}

.pc-product-filter-wrap {
  display: flex;
  padding: 10px 0px;
  gap: 15px;
}

.pc-product-filter-wrap * {
  margin: 0px;
}

/** PRODUCT **/

.product-inner {
  display: flex;
  gap: 60px;
  position: relative;
  align-items: flex-start;
  width: 100%;
  flex-direction: row-reverse;
}

.product-selling-points-item {
  display: flex;
  gap: 15px;
}

.product-selling-points-item-icon i {
  color: var(--primary-color1);
  font-size: 25px;
}

.product-selling-points-item:first-child i {
  color: #46ae3b;
}

.product-selling-points-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-content-header-title > p:not(.product-price) {
  color: var(--primary-color1);
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 34px;
}

.product-content-header-title .subtitle {
  font-size: 56px;
  line-height: 64px;
  margin: 0px;
  font-weight: 700;
  /* color: var(--primary-color1); */
  text-transform: lowercase;
}

.product-selling-points-item-content > * {
  margin: 0px;
}

.product-selling-points-wrapper {
  display: flex;
  gap: 50px;
}

.spacer {
  width: 90px;
  background: #cbc6c0;
  max-height: 2px;
  height: 2px;
  flex: 0 0 2px;
}

table.variations tr {
  position: relative;
}

table.variations tr::after {
  width: 90px;
  background: #cbc6c0;
  max-height: 2px;
  height: 2px;
  flex: 0 0 2px;
  content: "";
  margin: 20px 0px;
}

.product-image {
  flex: 0 0 45%;
  /* max-width: 750px; */
  /* height: 480px; */
  /* max-height: 480px; */
  width: 50%;
  position: sticky;
  top: 100px;
  left: 0;
}

.product-content-short-description p {
  /* margin: 0px; */
  color: #000;
}

.product-content-short-description {
  /* max-width: 640px; */
}

.product-LoopProduct-list ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}

.product-LoopProduct-list ul li b {
  color: var(--primary-color1);
}

.product-content-readmore .readmore {
  margin: 0px;
  /* background: var(--primary); */
  width: 180px;
}

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

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

.product-quantity {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.product-quantity p {
  margin: 0px;
  color: #000;
}

.accordion-content {
  padding: 20px;
}

.accordion-content > a {
  color: var(--primary-color1);
  font-weight: 600;
}

.accordion-content p {
  font-size: 14px;
  font-weight: 400;
}

.product-code p {
  margin: 0px;
  text-transform: uppercase;
  font-style: italic;
  color: #9e9e9e;
  font-weight: 400;
}

.product-price > p {
  margin: 0px;
  color: var(--primary-color1);
  text-transform: uppercase;
}

.product-add-to-cart :is(.readmore, a) {
  transition: all 300ms ease;
}

.product-add-to-cart :is(.readmore, a):hover {
  opacity: 0.6;
}

.product-add-to-cart > a {
  margin: 0px;
  background: var(--primary-color1);
  color: white;
  padding: 15px;
  font-size: 16px;
  text-transform: uppercase;
  width: 120px;
  text-align: center;
  line-height: 1;
}

.product-image * {
  height: auto !important;
  /* width: 100%; */
}

.product-price p.price {
  font-weight: 600;
  font-size: 28px;
}

.product-add-to-cart {
  display: flex;
  position: relative;
  gap: 30px;
  align-items: center;
  width: 100%;
}
.product-add-to-cart button {
  margin: 0px;
}

.cart {
  display: flex;
  gap: 0px;
  flex-direction: column;
  padding-bottom: 20px;
}

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

.quantity input {
  padding: 14px;
  background: #f8f9fd;
  max-width: 150px;
  border: 1px solid whitesmoke;
  margin-bottom: 20px;
}

.product-add-to-cart button {
  width: auto;
  font-size: 16px;
}

#subtot {
  display: none !important;
}

.module-fold-n {
  background: #fafafa;
  padding: 70px 0px;
  margin: 10px;
}

.accordion-item .header-wrapper {
}

.module-fold-n-slider-item-content-readmore > .readmore {
  margin: 0px;
}

.module-fold-n-slider-item-background,
.module-fold-n-slider-item-content-inner,
.module-fold-n-slider-item-content-header {
  transition: all 0.5s ease;
}

.module-fold-n-slider-item:hover .module-fold-n-slider-item-content-readmore {
  pointer-events: all;
}

.module-fold-n-slider-item-content-readmore :first-child {
  background: #46ae3b;
}

.module-fold-n .splide__slide {
  display: flex;
}

.module-fold-n-slider-item-content-readmore {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.module-fold-n-slider-item-content-readmore .readmore {
  width: 100%;
}

.module-fold-n-slider-item-content-header {
  padding-bottom: 10px;
}

.module-fold-n-slider-item {
  background: var(--secondary-color1);
  padding: 20px;
  box-sizing: border-box;
  flex: 1;
  display: flex;
}

.module-fold-n-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.module-fold-n-header-title-top {
  text-align: center;
}

.module-fold-n-header-title-top p {
  margin: 0px;
  color: var(--primary);
  font-size: 42px;
  line-height: 42px;
}

.module-fold-n-slider-item-background img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 290px;
}

.module-fold-n .splide__slide > a {
  width: 100%;
}

.module-fold-n-slider-item-content-header p {
  margin: 0px;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 36px;
}

.module-fold-n-slider-item-content-header .product-category {
  font-size: 18px;
  line-height: 26px;
}

.module-fold-n-slider-item-content-padding {
  text-align: center;
}

.module-fold-n-slider-item-content-inner p {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: var(--primary-color1);
}

.module-fold-n-slider-item-padding {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  justify-content: space-between;
}

/*== === == Icon SliderB == === ==*/

.icon-sliderb {
  background: var(--primary-color1);
  color: white;
}

.icon-sliderb-block > a {
  color: white;
}

.icon-sliderb-block-icon lord-icon {
  filter: brightness(20.5);
}

@media (min-width: 1024px) {
  .icon-sliderb-wrapper .splide__list {
    padding: 50px 0px !important;
  }
}

/*== == == Icon SliderB END == == ==*/

/*== == == Breadcrumbs == == ==*/

.breadcrumbs-header-container {
}

.breadcrumbs-header a {
  color: #999;
  transition: all 500ms ease;
}

.breadcrumbs-header a:hover {
  opacity: 0.6;
}

.breadcrumbs-header-wrapper i {
  color: #999;
  font-size: 12px;
}

.breadcrumbs-header-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  max-width: 440px;
  margin-bottom: 20px;
}

/*== == == Breadcrumbs END == == ==*/
/*== == == Displayed None == == ==*/

.product-attributes {
  display: none;
}

/*== == == Displayed None END == == ==*/

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

.accordion-fold {
  padding: 75px 0px;
  position: relative;
}

.accordion-fold.padding {
  padding: 50px 0px;
}

.accordion-container .accordion-item:nth-of-type(1) .header-wrapper {
}

.accordion-container .accordion-item:nth-of-type(1) .header-wrapper.active {
  border-bottom-color: #d5d5d5;
}

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

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  padding: 25px 0px;
  cursor: pointer;
  background: none;
}

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

.accordion-btn p {
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: 0;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}

.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;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background: none;
  color: black;
  position: relative;
  text-align: left;
  background: white;
  margin-bottom: 20px;
}

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

.description-fold2 {
  background: whitesmoke;
  padding: 50px 0px;
}

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

.accordion-fold-wrapper.extended h3 {
  padding-top: 20px;
}

.accordion-btn i {
  font-size: 14px;
  cursor: pointer;
  color: var(--primary-color1);
}

.accordion-header {
  padding-right: 40px;
  margin: 0px;
  color: #000;
  text-align: left;
  font-weight: 600;
}

.accordion-container {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-top: 40px;
}

.product-outer {
  padding: 40px 0px;
  background: #ededeb;
}

.breadcrumbs-header-wrapper b {
  color: var(--primary-color1);
}

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

/*== == == Module Fold T == == ==*/

@media (min-width: 1250px) {
  .module-fold-t-splide-products .splide__list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 50px;
  }

  .module-fold-t-splide-products .splide__list > li.splide__slide {
    flex: 0 0 calc(100% / 3 - 8px);
  }
}

.module-fold-t-splide-item-readmore {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translatex(-50%) translatey(-50%);
  margin: 0px;
}

.module-fold-t-splide-item-readmore .readmore {
  background: var(--primary);
  pointer-events: none;
  opacity: 0;
}

.module-fold-t-splide-item:hover .module-fold-t-splide-item-readmore .readmore {
  opacity: 1;
}

.module-fold-t-splide-item:hover .module-fold-t-splide-img img {
  filter: blur(3px);
  opacity: 0.3;
}

.module-fold-t-splide-item {
  cursor: pointer;
}

.module-fold-t-splide-img img {
  height: 340px;
  transition: all 500ms ease;
  object-fit: cover;
  width: 100%;
}

.module-fold-t-splide-item-wishbutton i {
  font-size: 24px;
  line-height: 1;
  color: var(--secondary);
  transition: all 500ms ease;
  opacity: 0;
}

.module-fold-t-splide-item:hover .module-fold-t-splide-item-wishbutton i {
  opacity: 1;
}

.module-fold-t-splide-container.active {
  opacity: 1;
  display: flex;
  pointer-events: all;
}

.module-fold-t-splide-container.all.active {
  max-height: 990px;
  position: relative;
}

.module-fold-t-splide-img {
  position: relative;
  background: white;
}

.module-fold-t-splide-products {
  visibility: visible !important;
  width: 100%;
}

.module-fold-t-splide-item-wishbutton {
  position: absolute;
  top: 15px;
  right: 15px;
}

.module-fold-t-splide-item-content-padding {
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.module-fold-t {
  background: #f3f3f3;
  margin: 10px;
}

.module-fold-t-container {
  padding: 100px 0px;
}

.module-fold-t-splide-item-content-padding * {
  margin: 0px;
}

.module-fold-t-splide-item-content-price p {
  font-weight: 500;
  color: #000;
}

.module-fold-t-splide-item-content-subtext .subtext {
  color: var(--primary);
}

.module-fold-t-readmore {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.module-fold-t-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}

.module-fold-t-header-title .title {
  margin: 0px;
}

.module-fold-t-header-buttons button {
  font-family: "Poppins";
  background: none;
  font-size: 14px;
  line-height: 1;
  padding: 10px 5px;
  width: 180px;
  cursor: pointer;
  color: var(--secondary-color1);
  border-color: var(--secondary-color1);
  border-radius: 15px;
}

.module-fold-t-header-buttons button.active {
  background: var(--secondary-color1);
  color: white;
}

.module-fold-t-header-buttons {
  display: flex;
  gap: 10px;
}

.module-fold-t-splide-item-readmore .readmore a {
  color: white;
}

.module-fold-n-header-title {
  padding-bottom: 40px;
}

.module-fold-t-splide-item-content-title > p {
  color: #000;
}

.module-fold-ca {
  background: whitesmoke;
}

/*== == == Shop == == ==*/

.shop-products ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  padding: 50px 0px;
  margin: 0px;
}

.shop-products select {
  border: solid 2px gray;
  padding: 5px;
  color: gray;
}

.shop-products select.orderby {
  width: 100%;
  max-width: 300px;
  padding: 10px;
  font-size: 16px;
  color: #333;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: all 300ms ease-in-out;
}

.shop-products select.orderby:hover {
  background-color: #f1f1f1;
  border-color: #999;
}

.shop-products select.orderby:focus {
  outline: none;
  border-color: var(--secondary-color1);
}

.shop-products select.orderby option {
  font-size: 16px;
  color: #333;
  background-color: #fff;
}

/*== == == Shop END == == ==*/

/*== == == Fold1E == == ==*/

.fold1e {
  background: whitesmoke;
  padding: 70px 0px;
  text-align: center;
}

.fold1e .title {
  margin: 0px;
  font-size: 48px;
  color: #000;
}

/*== == == Fold1E END == == ==*/

p.woocommerce-result-count {
  color: #000;
  margin: 0px;
  display: none;
}

.shop-page-wrapper {
  padding: 30px 0px;
}

.shop-products ul.products > li {
  width: calc((100% - 60px) / 3);
}

.product-image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.flex-control-nav li img {
  border: solid 0px transparent;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.5s ease;
}

.flex-control-nav li img.flex-active {
  opacity: 1;
}

.woocommerce-variation-price {
  display: none;
}

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

.variations th.label {
  font-weight: 500;
  margin-bottom: 10px;
}

td.value.woo-variation-items-wrapper {
  width: 100%;
  display: flex;
}

#primary .variable-items-wrapper {
  display: flex;
  gap: 5px;
  max-width: unset;
  margin: 0px 0px;
  margin-top: 10px;
  flex-direction: row;
  justify-content: flex-start;
}

#primary .variable-items-wrapper li {
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0px;
  height: auto;
  box-shadow: none;
  font-size: 14px;
  justify-content: flex-start;
  font-style: italic;
  width: fit-content;
  flex-direction: column-reverse;
}

#primary .woo-variation-swatches .variable-items-wrapper li * {
  padding: 0 !important;
  border: 0 !important;
}

#primary .variable-items-wrapper li.selected {
}

.single-product .module-fold-ca-splide-item-content {
  background: white;
}

.f1-banner-title {
  padding: 0;
}

.product-icons-item-head {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 10px;
  margin-bottom: 10px;
}

.product-icons-item-head lord-icon {
  flex: 0 0 50px;
}

.product-icons-item-head p {
  font-size: 15px;
  margin: 0;
  line-height: 17px;
}

.product-icons-item-head span {
  display: block;
}

.product-icons {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
  margin-top: 40px;
  gap: 20px;
  align-items: center;
}

.product-icons-item {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  margin: 0px auto 0px;
}

.product-icons-item p:not(.subtext) {
  font-size: 13px;
  line-height: 22px;
  margin: 0;
}

.woocommerce-message {
  padding: 20px;
  background: whitesmoke;
  color: #333;
  text-align: center;
}

.woocommerce-message a {
  color: var(--primary-color1);
  text-decoration: underline !important;
}

.module-fold-ca-header-title {
  margin-bottom: 0px;
  margin-top: 30px;
}

.product-addon-totals li:not([class]) {
  display: none;
}

span.wc-pao-addon-image-swatch-selected-swatch {
  display: none;
}

.wc-pao-addons-container {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  text-align: left;
}

.wc-pao-addon .wc-pao-addon-wrap {
  margin: 0;
}

.product-content-header {
  width: 100%;
}

.wc-pao-addon .wc-pao-addon-wrap select {
  width: 100%;
  height: 50px;
  background: whitesmoke;
  border: 0;
  cursor: pointer;
  padding-left: 15px;
}

.wc-pao-addon label.wc-pao-addon-name {
  font-weight: 300;
  color: var(--primary-color1);
  margin-bottom: 5px;
}

.wc-pao-addon-image-swatch.selected {
  outline-color: var(--primary-color1) !important;
}

.wc-pao-addon-image-swatch {
  padding: 0;
  box-sizing: border-box;
  outline: 2px solid whitesmoke !important;
  outline: none;
}

.product-description-fold {
  padding: 70px 0px;
  background: whitesmoke;
}

.product-description.fold-inner {
  display: flex;
  gap: 70px;
}

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

.product-description.fold-inner img {
  border-radius: 15px;
}

div#ebook-fold {}

div#ebook-fold .ebook-form input.wpcf7-text {
  background: white;
}

.woocommerce-product-gallery {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  padding-left: 0 !important;
}

#primary .variable-items-wrapper.image-variable-items-wrapper li {
  padding: 0;
  flex: 0 0 calc(calc(100% - 18px) / 4);
  border: 0;
}

.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item
  input {
  appearance: none;
  width: 20px;
  height: 20px;
  background: white;
  position: relative;
}

.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item
  label {
  display: flex;
  align-items: center;
  width: 100%;
}

.woo-variation-swatches
  .variable-items-wrapper
  .radio-variable-item
  .variable-item-contents {
  width: 100%;
}

.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item
  input::before {
  content: "\f00c";
  position: absolute;
  top: 60%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  font-size: 14px;
  line-height: 20px;
}

.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.selected
  input::before {
  opacity: 1;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).color-variable-item.selected:not(
    .no-stock
  )
  .variable-item-contents:before,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).image-variable-item.selected:not(
    .no-stock
  )
  .variable-item-contents:before {
  background: #ffffff88;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 800;
}

/**MODULE FOLD A**/
.module-fold-a .splide.is-initialized:not(.is-active) ul.splide__list {
  display: flex;
  align-items: stretch;
}

.module-fold-a-item {
  height: 100%;
  position: relative;
}

.module-fold-a {
  position: relative;
  height: 100%;
}

.module-fold-a-item-back {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  color: white;
  gap: 0px;
  opacity: 0;
  transition: all 0.5s ease;
  aspect-ratio: 1;
}

.module-fold-a-item-back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000, #000);
  opacity: 0;
  transition: all 0.5s ease;
}

.module-fold-a-item-front::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, var(--black), #29292999);
  opacity: 0.5;
}

.module-fold-a-item-back * {
  position: relative;
  z-index: 3;
}

.module-fold-a-item p.small {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color1);
  margin: 0;
}

.module-fold-a-item p.big {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.module-fold-a-item-front * {
  margin: 0;
  text-align: left;
}

.module-fold-a-item-front-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  color: white;
  transition: all 0.5s ease;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
}

.module-fold-a-item:hover .module-fold-a-item-back {
  opacity: 1;
}

.module-fold-a-item:hover .module-fold-a-item-front-content {
  opacity: 0;
}

.module-fold-a-item-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.module-fold-a-item-front {
  height: 100%;
  width: 100%;
  text-align: left;
  position: absolute;
}

.module-fold-a-item-background {
  height: 100%;
  position: relative;
}

.module-fold-a-item-background::before {
  width: 100%;
  height: 100%;
  background: var(--color0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.module-fold-a-item-back .readmore {
  color: white;
  margin: 0;
}

.products-fold {
  overflow: hidden;
  padding: 110px 0px;
  position: relative;
}

.products-fold.alt {
    background: #ededeb;
}

.products-slider {
  position: relative;
  width: calc(100% + 0px);
}

.products-content {
  width: calc(50% - 200px);
}

.module-fold-a-item p:not([class]) {
  font-size: 16px;
  line-height: 28px;
}

.module-fold-a-item p:not([class]) {
  font-size: 16px;
  line-height: 28px;
}

.products-slider li.splide__slide {
  padding-right: 0px;
  box-sizing: border-box;
}

div#module-fold-a-splide,
div#module-fold-a-splide-alt {
  height: 100%;
}

div#module-fold-a-splide-track,
div#module-fold-a-splide-alt-track {
  height: 100%;
}

.products-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.products-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.products-content-right {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.products-content-right .spacer {
  width: 2px;
  height: 40px;
  flex: 0 0 2px;
  max-height: unset;
}

/**CAT**/
.archive-top-inner {
  text-align: center;
  max-width: 980px;
  margin: 0px auto;
  padding: 40px 0px;
}

.archive-inner {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.filter-wrapper {
  flex: 0 0 240px;
}

.woocommerce-notices-wrapper {
  display: none;
}

ul.products.columns-3 {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 60px;
}

ul.products.columns-3 li {
  list-style: none;
  flex: 0 0 calc((100% / 3) - 14px);
}

a.product-item-link {
  display: flex;
  flex-direction: column;
}

.product-item-bottom {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding-left: 10px;
  position: relative;
  z-index: 3;
}

.product-item-bottom-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.product-item-name p {
  margin: 0;
  color: #333;
}

.product-item-name p:first-child {
  font-weight: bold;
}

.product-item-bottom-img {
  border: solid 3px white;
  margin-top: -100px;
  border-bottom: 0;
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
}

.product-item-name {
  padding: 10px;
  flex-grow: 1;
}

.product-item-name p:last-child {
  font-size: 14px;
  line-height: 14px;
}

.product-item-image-top {
  overflow: hidden;
}

a.product-item-link .product-item-image-top img {
  transition: all 0.5s ease;
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  aspect-ratio: 1/1;
}

a.product-item-link:hover .product-item-image-top img {
  transform: scale(1.1);
}

.filter {
  background: #EDEDEB;
  padding: 10px;
  box-sizing: border-box;
}

#primary .wpfFilterWrapper {
  padding: 10px;
  margin: 0;
}

.filter-title {
  margin-bottom: 10px;
}

.filter-title p {
  margin: 0;
}

.shop-page {
  padding-top: 34px;
}

#primary li.image {
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
  margin: 0px 0px 5px;
}

#primary li.image input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  z-index: 5;
  margin: 0px !important;
}

#primary li.image label::before {
  display: none !important;
}

li.image .wpfCheckbox {
  width: 0px;
}

li.image .wpfCheckbox label {
  display: none;
}

#primary li.image span {
  padding: 0 !important;
}

li.image img,
.image-wrapper {
  width: 30px;
  height: 30px;
  position: relative;
}

li.image .image-wrapper::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 30px;
  height: 30px;
  background: white;
  z-index: 3;
  display: block;
  opacity: 0;
}

li.image .image-wrapper::after {
  position: absolute;
  content: "\f00c";
  top: 0px;
  left: 0;
  width: 30px;
  height: 30px;
  color: #333;
  z-index: 5;
  font-family: "Font Awesome 6 Pro";
  text-align: center;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

li.image:has(input:checked) .image-wrapper::before {
  opacity: 0.7;
}

li.image:has(input:checked) .image-wrapper::after {
  opacity: 1;
}

button.wpfFilterButton.wpfButton {
  display: none;
}

.wpfPreview.wpfPreviewLoader {
  display: none;
}

#primary span.wpfDisplay span {
  font-size: 14px;
  font-weight: 600;
}

#primary .wpfFilterWrapper .wpfCheckbox label::before,
#primary .wpfFilterWrapper .wpfCheckbox label::after {
  border: 0 !important;
  background-color: white !important;
}

.button-variable-item{
  position: relative;
}
.button-variable-item .variable-item-contents::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 3;
    display: block;
    opacity: 0;
  }
  
  .button-variable-item .variable-item-contents::after {
    position: absolute;
    content: "\f00c";
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    color: #333;
    z-index: 5;
    font-family: "Font Awesome 6 Pro";
    text-align: center;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }

  .image-variable-items-wrapper [data-wvstooltip]:before {
    bottom: 0;
    top: auto;
    left: 0;
    opacity: 1;
    z-index: 3;
    display: block;
    width: 100%;
    visibility: visible;
    border-radius: 0;
    background: #1e1e1ef2;
    text-align: center;
    text-transform: lowercase;
    font-size: 18px;
    line-height: 24px;
    height: auto;
    padding: 5px;
    font-style: normal;
    position: relative;
}

#page {
  padding-top: 86px;
  /* overflow: hidden; */
}

.image-variable-items-wrapper [data-wvstooltip]:after {
    display: none !important;
}

  .button-variable-item.selected .variable-item-contents::before {
    opacity: 0.7;
  }
  
  .button-variable-item.selected .variable-item-contents::after {
    opacity: 1;
  }

  .hero-banner {
    height: 500px;
    overflow: hidden;
}

.hero-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.service-fold1 {
  position: relative;
  margin-bottom: 40px;
}

.service-fold1-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-fold1-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-fold1-content {
  position: relative;
  text-align: center;
  padding: 110px 0px;
}

.service-fold1-background::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background: black;
  opacity: 0.3;
}

.service-fold1-content * {
  color: white;
  margin: 0;
  font-weight: 600;
}

.service-fold1-content .title + p{
  margin-top: 20px;
}

.module-fold-a-item:hover .module-fold-a-item-back::before {
    opacity: 0.4;
}

.products-fold.alt .module-fold-a-item-front {
    position: relative;
}