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

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

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

/**PRODUCT**/
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%;
  display: block;
}
figure.woocommerce-product-gallery__wrapper {
  margin: 0px auto;
}

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

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;
}

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;
}

.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 {
  width: calc(100% - 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: 40px 0px;
  padding-top: 240px;
}

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

.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;
}

.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;
}

.flex-control-nav.flex-control-thumbs {
  width: 100%;
  display: flex;
  list-style: none;
  padding: 0;
  overflow-x: scroll;
  gap: 10px;
}

.flex-control-nav.flex-control-thumbs::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-thumb {
    background: #000;
}

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

.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;
  margin-bottom: 20px;
}

.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:.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%;
}

.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 > h1 {
  /* font-size: 32px; */
  margin: 0px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

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

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

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

.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;
  height: 43px;
  background: var(--primary-color1);
  color: var(--secondary-color1);
}

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

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

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

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

.product-quantity p {
  margin: 0px;
  color: #fff;
  display: none;
}

.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:.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: 100%;
  /* 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: 10px;
  flex-direction: row;
  padding-bottom: 20px;
}

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

.quantity input {
  padding: 14px;
  background: #f8f9fd;
  border: 0px solid whitesmoke;
  /* margin-bottom: 20px; */
  box-sizing: border-box;
}

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

#subtot {
  display: none !important;
}

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

.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 {
  background: whitesmoke;
}

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

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

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

.breadcrumbs-header-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 20px 25px;
  justify-content: space-between;
  max-width: 540px;
  margin: 0px auto;
}

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

.product-attributes {
  display: none;
}

  /*== == == Displayed None 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: none;
    color: white;
}

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

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

.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;
  }
  
  .shop-page-wrapper {
      padding: 40px 0px;
      display: flex;
      justify-content: space-between;
      gap: 40px;
      align-items: flex-start;
  }

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

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

.flex-control-nav li img{
  border: solid 3px transparent;
  cursor: pointer;
  border-radius: 10px;
}

.flex-control-nav li img.flex-active {
    border: solid 3px var(--primary-color1);
}

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

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

.variations th.label {
  font-weight: 500;
  margin-bottom: 0px;
  display: block;
}

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

#primary .variable-items-wrapper {
    display: flex;
    gap: 10px;
}

#primary .variable-items-wrapper li{
    flex: 0 0 calc((100% - 40px) / 3);
    margin: 0 !important;
    padding: 10px;
    background: whitesmoke;
    border: solid 2px #e1e1e1;
    height: auto;
    box-shadow: none;
    font-size: 14px;
}

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

#primary .variable-items-wrapper li.selected {
    border-color: var(--primary-color1);
    background: var(--primary-color1);
    color: white;
}

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

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

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

.product-icons-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin: 20px auto;
  flex-grow: 1;
}

.product-icons-item p {
  font-size: 13px;
}

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

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

.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;!i;!;
}

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

div#uwa_auction_countdown > strong {
  /* display: none; */
  color: white;
  text-align: center;
  display: block;
}

p.uwa_sealed_text {
  display: none;
}

form#uwa_auction_form {
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
    font-family: 'Poppins';
}

.uwa_auction_form .uwa_currency {
    background: var(--primary-color1);
    border-radius: 10px 0px 0px 10px;
}

.woocommerce .quantity #uwa_bid_value.qty {
    border-radius: 10px 10px 10px 10px;
    background: #00000066;
    min-height: 50px;
    text-align: left;
    padding-left: 40px;
    color: white;
}

.uwa-custom-bid strong {
    display: none;
}

.single-product.woocommerce div.product #auction-product-type form.cart div.quantity {
    width: 100%;
}

.uwa_auction_form .bid_button {
    min-height: 50px;
    border: 0;
    border-radius: 10px;
    background: var(--primary-color1);
    font-family: 'Poppins';
    cursor: pointer;
}

#auction-product-type .uwa_auction_time {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    background: #00000055;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 20px 20px 20px 20px;
    padding: 15px 15px;
    width: 100%;
    display: flex;
    align-items: stretch;
    text-align: center;
}

.uwa-timezone {
    border-bottom: solid 0px #333;
}

#auction-product-type .uwa_auction_product_countdown * {
    color: white;
}

div#uwa_auction_countdown {
    display: block;
    width: 100%;
}

#auction-product-type .uwa_auction_product_countdown .countdown_row {
    padding: 0;
    justify-content: center;
    gap: 15px;
}

#auction-product-type .uwa_auction_product_countdown br {
    display: none !important;
}

.single-product #auction-product-type .countdown_amount {
    padding: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}

#auction-product-type .countdown_section {
    flex-direction: row;
    align-items: flex-end;
    gap: 2px;
    font-size: 16px;
    line-height: 16px;
    float: none;
    padding: 0;
}

#auction-product-type .uwa_auction_product_countdown {
  padding: 0;
  background: none;
  box-shadow: none;
  margin: 0;
}

.vehicle-summary ul {
  padding: 0;
  list-style: none;
}

.vehicle-summary ul li {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
  border-bottom: solid 1px #ccc;
  color: var(--primary-color1);
}

.vehicle-summary ul li b {
    color: white;
}

.timer-inner:last-child {
    display: none;
}


.timer-inner {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.timer-inner strong {
  color: white;
  font-style: italic;
  font-weight: 300;
}

.timer-inner p {
  color: white;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
}

.timer-inner:first-child {
    /* border-right: solid 1px #ffffff33; */
}

.product-description {
  margin-top: 20px;
  background: #00000066;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  color: white;
}


body{
  /* font-family: "Poppins"; */
  position: relative;
  background: none;
}

body::after{
  background: url('/carclouds-backgroundmobile.jpg');
  background-position: top left;
  background-size: cover;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  filter: brightness(0.7);
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}

.product-info-inner {
    background: #00000033;
    padding: 40px;
    color: white;
    border-radius: 30px;
}

.product-info-stats ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}

.product-info-stats ul li {
    flex: 0 0 40%;
    display: flex;
    justify-content: space-between;
}

.product-history-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}

.product-history-inner > div {
    padding: 40px;
    box-sizing: border-box;
    color: white;
    border-radius: 30px;
    background: #00000033;
    flex: 0 0 calc(50% - 20px);
}

div#ebook-fold {
    margin-top: 200px;
}

.filter {
    border-radius: 20px;
    flex: 0 0 320px;
    background: #00000033;
    padding: 0px;
    box-sizing: border-box;
    position: sticky;
    top: 140px;
    font-family: 'Poppins';
}

.wpfFilterWrapper {
    margin: 0;
}

#primary .wpfFilterWrapper[data-filter-type] {
    padding: 0;
    margin: 10px 0px;
    color: white;
    padding-bottom: 10px;
    border-bottom: solid 1px #ffffff55;
}

button.wpfFilterButton.wpfButton {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    background: var(--primary-color1);
    font-family: 'Poppins';
    padding: 5px;
    min-height: auto;
    text-transform: capitalize;
    font-weight: 400;
}

div#wpfMainWrapper-1_682871 {}

#primary .wpfFilterWrapper[data-filter-type]:first-child {
    margin-top: 0;
}

#primary .wpfFilterWrapper .wfpTitle {
    height: auto;
    font-weight: 400;
}

#primary .ui-slider.ui-widget-content .ui-slider-handle {
    border-radius: 50%;
    border: 0 !important;
}

#primary .ui-slider.ui-widget-content:not(.iris-slider-offset) {
    border: 0 !important;
    background: var(--primary-color1);
}

#primary .wpfFilterWrapper select {
    height: 40px;
    background: #00000066;
    color: white;
    border: 0;
    padding: 5px 5px;
    border-radius: 8px;
    font-family: 'Poppins';
    appearance: none !important;
    --webkit-appearance: none !important;
    --moz-appearance: none !important;
}

div#auction-product-type p.expired {
    background: #bd1818;
    color: white;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
}

.wpfFilterTitle {
    min-height: auto !important;
}

#primary .wpfFilterWrapper .wpfPriceInputs {
    font-family: 'Poppins';
}

#primary .wpfFilterWrapper .wfpTitle {
    height: auto;
    font-weight: 300;
}

.wpfCheckboxHier {
    margin-top: 20px;
}

.image-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
}

.img-wrapper a {
    width: 100%;
    height: 100%;
    display: block;
}

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

.wpfFilterTitle i {
    font-size: 12px;
    line-height: 16px;
}

.product-condition-history {
    display: flex;
    flex-direction: column;
}

.product-condition-history p:not(.subtitle) {
    flex-grow: 1;
}

.img-wrapper{flex: 0 0 calc(50% - 10px);width: calc(50% - 10px);position: relative;}

#primary .wpfMainWrapper {
    padding: 20px;
    box-sizing: border-box;
}

.uwa_inc_price_hint {
    margin: 0 !important;
}

.product-outer {
    display: flex;
    justify-content: space-between;
}

.product-right {
    flex: 0 0 450px;
}

.product-left {
    flex: 0 0 calc(100% - 470px);
    width: calc(100% - 470px);
}

div#summary {
    width: 100%;
}

.product-gallery img {
    width: 100%;
    height: auto;
}

.woocommerce-product-gallery__wrapper img {
    border-radius: 20px;
}

.single-product div.product {
    width: 100%;
}

.product-left-bottom {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.product-main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wrapper-div {
    background: #00000033;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    color: white;
}

.wrapper-div .smalltitle {
    color: #fff;
    text-transform: none;
    font-weight: 500;
}

.product-desc-specs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.product-desc-specs .dot {
    width: 5px;
    height: 5px;
    background: white;
    display: block;
    border-radius: 50%;
}

.variations th.label label {
    display: block;
    font-size: 16px;
    line-height: 20px;
}

table.variations input, table.variations select, .ccd-extension-select select {
    width: 100%;
    height: 40px;
    border: 0;
    appearance: auto;
    background: #00000066;
    color: white;
    font-family: 'Poppins';
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

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

.product-desc-specs p {
    margin: 0;
    font-size: 12px;
}

.product-reg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.product-reg i {
    font-size: 24px;
    line-height: 24px;
    color: var(--primary-color1);
    font-weight: 300;
    cursor: pointer;
}

.product-reg #favorite.active i {
    font-weight: 600;
}

.product-reg p {
    background: var(--primary-color1);
    padding: 5px 10px;
    width: fit-content;
    color: #333;
    border-radius: 7px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}

.product-desc {
    position: sticky;
    top: 130px;
}

.product-links {
    position: sticky;
    top: 130px;
    flex: 0 0 250px;
}

.product-links ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.product-links li {
    box-sizing: border-box;
    border-radius: 5px;
}

.product-links a {
    color: white;
    padding: 5px 10px;
    display: block;
    transition: all .5s ease;
    border-radius: 5px;
    cursor: pointer;
}

.product-links a:hover, .product-links a.active {
    background: #00000066;
}

.module-fold-ca-container {
    padding: 70px 0px;
}

.address-wrapper {
    position: relative;
    padding: 10px;
    background: #00000033;
    margin-top: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.address-wrapper p {
    margin: 0;
}

.address-wrapper::before {
    content: '\f3c5';
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: var(--primary-color1);
    font-size: 22px;
    line-height: 22px;
}

#vehicle-map{
    border-radius: 10px;
}

.vehicle-features ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.vehicle-features li {
    flex: 0 0 calc(calc(100% - 20px) / 2);
    display: flex;
    align-items: center;
    gap: 10px;
}

.vehicle-features li::before {
    content: '\f00c';
    position: relative;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color1);
}

li.sat-nav::before {
    content: '\f124';
}

li.panoramic-roof::before {
    content: '\f5e4';
}

li.heated-seats::before {
    content: '\e00c';
}

li.rear-parking-camera::before {
    content: '\f03d';
}

li.upgraded-sound-system::before {
    content: '\f8e0';
}

.lightbox .lb-image {
    border-color: #000000cc !important;
}

.pswp{
  pointer-events: none;
}
.pswp--has_mouse{
  pointer-events: all !important;
}

.wrapper-div .flex-control-nav {
    display: none;
}

.img-wrapper{
  cursor: pointer;
}

.wrapper-div .woocommerce-product-gallery {
    display: none;
}

.pswp__scroll-wrap:has(.pswp__ui--hidden){
    display: none;
}

form.variations_form.cart {
    flex-direction: column;
}

.ccd-extension-select {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 20px;
    flex: 0 0 100%;
}