@media (min-width: 768px) {
  .mobile-title {
    display: none;
  }
}
@media (max-width: 767px) {
  body .menu-toggle .bar-text {
    font-size: 12px;
  }
  .mobile-title {
    display: none !important;
  }
  .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .entry-title:not(.mobile-title) {
    line-height: 150%;
    display: block !important;
    display: block !important;
    text-overflow: unset !important;
    height: auto !important;
  }
  body.single-product .shoptimizer-archive .col-full .meta-product {
    display: grid;
    margin-bottom: 0;
  }
  body .woocommerce-cart-form {
    float: none;
    width: 100%;
  }
  body .cart-collaterals {
    width: 50%;
  }
  ._hj-zRk2h__Feedback__feedback button {
    position: relative;
    top: 70px;
  }
}
body .neo-section-two-side-cta .inner-cta .side.left-side .points-list li {
  display: grid;
  grid-template-columns: 15px 1fr;
  align-items: center;
}

body .neo-section-two-side-cta .inner-cta .side.left-side .points-list li span.counter {
  height: 100%;
  display: flex;
  line-height: 1;
  align-items: center;
}

body .neo-section-two-side-cta .inner-cta .side.left-side .points-list li .point-text {
  grid-column-start: 1;
  grid-column-end: 3;
}

@media (max-width: 575px) {
  [id^=neo-section-two-side-citation] .citation-title {
    margin: 0 auto;
    text-align: center;
  }
  body .neo-section-hero-header .inner-wrapper .hero-header-inner:before {
    height: 90%;
  }
  body .neo-footer .inner-wrapper .bottom-wrapper .copyright-wrapper .copyright {
    font-size: 10px;
  }
  body .neo-footer .inner-wrapper .bottom-wrapper .social-wrapper a i {
    font-size: 25px;
  }
  .hero-header-inner .neo-button {
    margin-top: 60%;
    display: block !important;
  }
}
.right-side .cart-toggle svg {
  width: 20px;
  height: 20px;
}

body.single-product .summary .commercekit-wishlist {
  margin-bottom: 10px;
}

@media (max-width: 386px) and (min-width: 330px) {
  .neo-section-two-side-citation .inner-citation .side.right-side .citation-wrapper .citation-title {
    width: 84%;
  }
}
@media (max-width: 500px) {
  body.single-product .shoptimizer-archive .col-full .woocommerce-accordions .accordions .accordion-item .accordion-header-item {
    font-size: 16px;
  }
  body .cart-collaterals {
    width: 100%;
    margin-top: 15px;
  }
  body .checkout-wrap {
    margin-bottom: 55px;
  }
}
.selector-item {
  border-radius: 25px;
  margin-right: 15px;
  padding: 4px;
  border: 1px solid rgba(102, 95, 85, 0.6784313725);
  margin-top: 7px;
  padding-left: 9px;
  padding-right: 9px;
}

.selector-item.active {
  background: rgba(102, 95, 85, 0.6784313725);
  color: #fff;
}

@media (max-width: 480px) {
  body .products-slider .swiper-slide .inner-slide .content-wrapper .price .del-wrp,
  body .products-slider .swiper-slide .inner-slide .content-wrapper .price .del-wrp .sale-badge,
  body .related-slider .swiper-slide .inner-slide .content-wrapper .price .del-wrp,
  body .related-slider .swiper-slide .inner-slide .content-wrapper .price .del-wrp .sale-badge {
    margin-left: 0;
  }
  .products-slider .swiper-slide .inner-slide .content-wrapper .price,
  .related-slider .swiper-slide .inner-slide .content-wrapper .price {
    flex-direction: column;
    margin-top: -13px;
  }
}
.selector-item:first-child {
  display: none;
}

table.cart .product-thumbnail img {
  width: 100% !important;
  max-width: 200px !important;
  min-width: 50px;
}

body:not(.page-template-template-fullwidth-php) table.cart td,
body:not(.page-template-template-fullwidth-php) table.cart th {
  border-top: none;
}

table.cart tr td.product-remove {
  padding: 0 !important;
  padding-right: 10px !important;
}

table.cart tr td.product-remove a {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
}

body table.cart td.product-remove a.remove:before {
  position: unset;
  display: block;
}

.single_variation_wrap .woocommerce-variation.single_variation {
  display: none !important;
}

.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary select {
  line-height: 150% !important;
}

form.woocommerce-ordering:after {
  content: "";
  display: block;
  width: 13px;
  pointer-events: none;
  height: 12px;
  font-family: "Font Awesome 5 Brands";
  background: url(../img/chevron-down.svg) no-repeat;
  position: absolute;
  right: 10px;
  transition: all 0.2s ease-in-out;
}

form.woocommerce-ordering.active:after {
  transform: rotate(180deg);
}

form.woocommerce-ordering select + svg {
  display: none !important;
}

form.woocommerce-ordering > div {
  width: 100%;
}

.default-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  font-weight: 500;
}

h2.products-slider::after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg); /* Point in the direction you want */
}

#keyword {
  height: 50px;
  background: rgba(210, 214, 220, 0.2);
  border-radius: 50px;
  font-size: 22px;
}

#product_search {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 50px;
}

#product_search button {
  position: absolute;
}

#keyword::-moz-placeholder {
  color: #9f9b97;
}

#keyword::placeholder, #keyword {
  color: #9f9b97;
}

#product_search button i {
  font-size: 22px;
  color: #9f9b97;
}

ul > .category-filter + .term-filter {
  margin-top: 10px;
}

ul > .category-filter + .term-filter:before {
  margin: 0 auto;
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(to right, #2b2b2b 50%, transparent 50%);
  background-size: 16px 26px;
  background-position: left;
  margin-bottom: 5px;
}

ul .term-filter span svg {
  opacity: 0;
  margin-right: 5px;
}

ul .term-filter span {
  position: relative;
  display: flex;
  align-items: center;
}

ul .term-filter span.checked svg {
  opacity: 1;
}

.products-slider-wrapper {
  position: relative;
}

#spinner-div {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgb(255, 255, 255);
  z-index: 2;
  justify-content: center;
  align-items: center;
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
  color: #0d6efd !important;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .facetwp-type-search {
  display: flex !important;
  padding-left: 0 !important;
}

body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .facetwp-type-search input {
  background-color: #f3f2f1;
  padding: 8px 60px 10px 16px !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1 !important;
  box-shadow: none !important;
  border: none !important;
  color: var(--neo-heading-color);
  border-radius: 50px !important;
  width: 100%;
}

body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .facetwp-type-search input::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--neo-heading-color);
}

body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .facetwp-type-search input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--neo-heading-color);
}

body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .facetwp-type-search .facetwp-input-wrap {
  width: 100%;
}

body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .facetwp-type-search .facetwp-input-wrap .facetwp-icon:before {
  background: url(../img/search-icon.svg) no-repeat;
  width: 16px;
}

body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .facetwp-type-search .facetwp-input-wrap .facetwp-icon {
  position: absolute;
  right: 0;
  color: unset !important;
  background: unset !important;
  height: 100%;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  left: unset !important;
  clip: unset !important;
}

body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .facetwp-type-search .f-loading:before {
  animation: none;
}

@media (max-width: 576px) {
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper #secondary.widget-area .facetwp-type-search {
    display: none !important;
  }
}
.post-type-archive-product .products .product .woocommerce-card__header .woocommerce-loop-product__title a {
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
}

.post-type-archive-product .ppcp-messages,
.cart_totals .ppcp-messages {
  display: none !important;
}

form.search-form-products {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  display: none;
}
@media (max-width: 767px) {
  form.search-form-products {
    margin-bottom: 15px;
  }
}
form.search-form-products input[type=text] {
  background-color: #f3f2f1;
  padding: 8px 60px 10px 16px;
  border: none;
  border-radius: 50px;
  height: 37px !important;
}
form.search-form-products input[type=text]::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--neo-heading-color);
}
form.search-form-products input[type=text]::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--neo-heading-color);
}
form.search-form-products input[type=text]:focus {
  background: #f3f2f1;
}
form.search-form-products button {
  font-size: 12px;
  font-family: "Poppins", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600;
  background: #638164;
  color: #fff;
  border-radius: 22px;
  max-width: 70px;
  width: 100%;
  padding: 11px;
  line-height: 86%;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  gap: 6px;
}
form.search-form-products button[type=submit]:after {
  content: url(../img/arrow-right.svg) !important;
}
form.search-form-products .clear-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 95px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: transparent;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}
form.search-form-products .clear-btn.active {
  opacity: 1;
  pointer-events: auto;
}
form.search-form-products .clear-btn:before, form.search-form-products .clear-btn:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #000;
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
}
form.search-form-products .clear-btn:after {
  transform: rotate(-45deg);
}
@media (max-width: 576px) {
  form.search-form-products {
    display: block;
  }
}

.facetwp-facet-clear_search {
  margin: 0 !important;
  position: absolute;
  right: 40px;
  top: 55%;
  transform: translateY(-50%);
  height: 15px;
  opacity: 0;
}
.facetwp-facet-clear_search a {
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  display: inline-block;
  margin-top: 5px;
}
.facetwp-facet-clear_search a:before, .facetwp-facet-clear_search a:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #000;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
}
.facetwp-facet-clear_search a:after {
  transform: rotate(-45deg);
}

.facetwp-type-reset .facetwp-reset:not(button) {
  color: transparent !important;
}

#text-10 {
  position: relative;
}

@media (max-width: 575px) {
  body.single-product.woocommerce:not(.widget), body.single-product.woocommerce:not(.widget) main .col-full {
    padding: 0 !important;
  }
  body.single-product .meta-product, body.single-product .swierWrapper,
  body.single-product .summary.entry-summary,
  body.single-product #reviews, body.single-product .related-wrapper,
  body.single-product footer.neo-footer,
  body.single-product .shoptimizer-archive .col-full .woocommerce-accordions {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
.mobile-breadcrumbs button,
.mobile-breadcrumbs a {
  background: transparent !important;
  padding: 0;
  font-family: "Sofia Pro" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: var(--neo-heading-color);
}

.mobile-breadcrumbs button i,
.mobile-breadcrumbs a i {
  color: #5d564f !important;
  margin-right: 10px;
  font-size: 12px !important;
}

.mobile-breadcrumbs {
  display: none;
}

.woocommerce-product-gallery__wrapper {
  width: 100%;
}
.woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__image {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .product-description {
    display: none;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .product-description.for-desktop {
    display: block !important;
  }
}
.single-product .shoptimizer-archive .col-full .woocommerce-Reviews {
  display: block !important;
}
.single-product .shoptimizer-archive .col-full .woocommerce-Reviews .woocommerce-verification-required {
  margin-top: 15px;
}

body.single-product .summary .commercekit-wishlist.mobile-wishlist {
  display: none;
}

body.single-product {
  /* Retina displays */
}
body.single-product #reviews .commentlist li .avatar {
  float: left;
  width: 70px;
  height: auto;
  margin-right: 9.0909090909%;
  margin-top: 5px;
  margin-right: 0;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body.single-product #reviews .commentlist li .avatar {
    width: 70px; /* Maintain the display size */
    height: 70px;
    background-size: 140px 140px; /* High-res image handling */
  }
}

@media (max-width: 767px) {
  body.single-product .commercekit-wishlist {
    display: none;
  }
  body.single-product.woocommerce:not(.widget), body.single-product.woocommerce:not(.widget) main .col-full {
    padding: 0 !important;
  }
  body.single-product .meta-product, body.single-product .swierWrapper,
  body.single-product .summary.entry-summary,
  body.single-product #reviews, body.single-product .related-wrapper,
  body.single-product footer.neo-footer,
  body.single-product .after-summary-block,
  body.single-product .shoptimizer-archive .col-full .woocommerce-accordions {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body.single-product .site {
    font-size: 13px;
  }
  body.single-product .site .neo-navigation {
    height: 85px;
  }
  body.single-product .site .neo-main {
    padding-top: 65px;
  }
  body.single-product .site .main-header, body.single-product .site .site-branding {
    height: 50px;
  }
  body.single-product .site .neo-navigation .mobile-wrapper .logo-img {
    max-height: 40px !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-description.for-desktop {
    display: none;
  }
  body.single-product .site .shoptimizer-archive .col-full .meta-product {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  body.single-product .site .shoptimizer-archive .col-full .desktop-breadcrumbs {
    display: none;
  }
  body.single-product .site .shoptimizer-archive .col-full .mobile-breadcrumbs {
    display: block;
  }
  body.single-product .site .shoptimizer-archive .col-full .mobile-breadcrumbs button, body.single-product .site .shoptimizer-archive .col-full .mobile-breadcrumbs a {
    background: transparent;
    padding: 0;
    font-family: var(--neo-content-font) !important;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: var(--neo-heading-color);
  }
  body.single-product .site .shoptimizer-archive .col-full .mobile-breadcrumbs button i, body.single-product .site .shoptimizer-archive .col-full .mobile-breadcrumbs a i {
    color: #5d564f !important;
    margin-right: 10px;
    font-size: 12px !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary {
    margin-top: 4px;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .tip-wrapper {
    font-size: 13px;
    font-weight: 500;
    order: 7;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary form.variations_form.cart .woocommerce-variation-add-to-cart .buttons_added input {
    font-size: 15px;
    height: 42px;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary form.variations_form.cart .woocommerce-variation-add-to-cart .buttons_added .quantity-button {
    height: 25px;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .product-description {
    order: 6;
    margin-top: 8px;
    color: var(--neo-heading-color);
    font-weight: 400;
    font-size: 15px;
    display: block;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .product-description b {
    font-weight: 500 !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .product-description a {
    color: var(--neo-heading-color) !important;
    transition: all 0.1s ease-in-out;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .onsale {
    font-size: 10px;
    height: 16px;
    padding: 2px 5px;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .entry-title {
    height: auto;
    font-size: 16px;
    font-weight: 400 !important;
    margin-bottom: 0;
    color: #000 !important;
    display: block !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .variations tr:not(:first-child) label {
    margin-top: 25px !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .variations th label span {
    font-size: 13px;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .variations select {
    padding: 2px 16px 6px 16px !important;
    height: auto !important;
    margin: 0 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: var(--neo-heading-color);
    border-radius: 50px;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .commercekit-wishlist.mobile-wishlist {
    display: flex;
    justify-content: center;
    margin-left: 6em;
    padding-top: 10px;
    margin-bottom: 0;
    clear: both;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .commercekit-wishlist.mobile-wishlist a {
    display: flex;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .commercekit-wishlist.mobile-wishlist a em:before {
    position: relative;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .commercekit-wishlist.mobile-wishlist a span {
    color: #000 !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .woocommerce-variation-add-to-cart {
    margin-top: 27px !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    background: #638164 !important;
    font-size: 13px !important;
    height: 42px !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .sku_wrapper {
    font-size: 10px;
    margin-bottom: 25px;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .sku_wrapper, body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .reviews {
    margin-top: 3px !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .price {
    align-items: center !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .price ins {
    order: 1;
    font-size: 18px;
    width: auto;
    min-width: auto;
    max-width: auto;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .price .del-wrp {
    order: 2;
    width: auto;
    min-width: auto;
    max-width: auto;
    display: flex;
    align-items: center;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .price .sale-badge {
    font-size: 22px !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .price del {
    font-size: 13px;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .price del .woocommerce-Price-currencySymbol {
    font-size: 22px;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .price del * {
    font-size: 13px;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .price, body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .price ins, body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary .price bdi {
    font-size: 22px;
    width: 100% !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary input[type=email],
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary input[type=password],
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary input[type=tel],
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary input[type=text],
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary input[type=url],
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .summary textarea {
    font-size: 12px;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery__wrapper {
    width: 100%;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery__wrapper .swierWrapper {
    padding-left: 25px !important;
    padding-right: 25px !important;
    position: relative;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery__wrapper .swierWrapper .mySwiper {
    margin-top: 15px;
    width: 100% !important;
    overflow: hidden;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery__wrapper .swierWrapper .mySwiper .swiper-button-next,
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery__wrapper .swierWrapper .mySwiper .swiper-button-prev {
    opacity: 1 !important;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery__wrapper .swierWrapper .mySwiper .swiper-button-next:after,
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery__wrapper .swierWrapper .mySwiper .swiper-button-prev:after {
    font-size: 15px;
    color: var(--neo-heading-color) !important;
    font-weight: 900 !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery__wrapper .swierWrapper .mySwiper .swiper-button-next {
    right: 0;
  }
  body.single-product .site .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery__wrapper .swierWrapper .mySwiper .swiper-button-prev {
    left: 0;
  }
  body.single-product .site .shoptimizer-archive .col-full .after-summary-block {
    justify-content: unset;
  }
  body.single-product .site .shoptimizer-archive .col-full .after-summary-block svg {
    margin-right: 10px;
    width: 20px;
  }
  body.single-product .site .shoptimizer-archive .col-full .after-summary-block span {
    font-size: 20px;
  }
  body.single-product .site .shoptimizer-archive .col-full .accordion-header-item {
    font-size: 11px !important;
    height: 28px !important;
    padding: 0 10px !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .woocommerce-Reviews {
    display: block !important;
    margin-top: 58px !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 14px !important;
    margin-bottom: 12px !important;
    text-transform: uppercase !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .woocommerce-Reviews .comments-meta-wrapper {
    justify-content: center !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .woocommerce-Reviews .woocommerce-noreviews {
    margin-top: 0 !important;
    font-size: 11px;
  }
  body.single-product .site .shoptimizer-archive .col-full .woocommerce-Reviews .right-side {
    margin-left: 20px;
  }
  body.single-product .site .shoptimizer-archive .col-full .woocommerce-Reviews .right-side .neo-button {
    padding: 8px 8px !important;
    font-size: 10px !important;
    height: 25px !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .woocommerce-Reviews .woocommerce-verification-required {
    max-width: 315px;
    margin: 0 auto;
    width: 100%;
    margin-top: 42px;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    background: #d9d9d9;
    border-radius: 0;
  }
  body.single-product .site .shoptimizer-archive .col-full .related-wrapper .related-slider-wrapper {
    margin-top: 50px !important;
    margin-bottom: 20px;
  }
  body.single-product .site .shoptimizer-archive .col-full .related-wrapper .related-slider-wrapper h2 {
    font-size: 14px;
    margin-bottom: 12px !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .related-wrapper .related-slider-wrapper .swiper-slide .inner-slide .content-wrapper .title a {
    color: #000 !important;
    font-size: 12px;
  }
  body.single-product .site .shoptimizer-archive .col-full .related-wrapper .related-slider-wrapper .price {
    flex-direction: unset;
  }
  body.single-product .site .shoptimizer-archive .col-full .related-wrapper .related-slider-wrapper .price .price-side {
    font-size: 15px;
  }
  body.single-product .site .shoptimizer-archive .col-full .related-wrapper .related-slider-wrapper .price .del-wrp {
    margin-left: 3px;
  }
  body.single-product .site .shoptimizer-archive .col-full .related-wrapper .related-slider-wrapper .price .del-wrp .sale-badge {
    font-size: 11px !important;
    align-items: center;
  }
  body.single-product .site .shoptimizer-archive .col-full .related-wrapper .related-slider-wrapper .navigation-button.navigation-button-prev {
    left: -22px !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .related-wrapper .related-slider-wrapper .navigation-button.navigation-button-prev svg {
    width: 15px;
    height: 15px;
  }
  body.single-product .site .shoptimizer-archive .col-full .related-wrapper .related-slider-wrapper .navigation-button.navigation-button-next {
    right: -22px !important;
  }
  body.single-product .site .shoptimizer-archive .col-full .related-wrapper .related-slider-wrapper .navigation-button.navigation-button-next svg {
    width: 15px;
    height: 15px;
  }
  body.single-product .neo-footer .inner-wrapper .center-wrapper .side.left-side {
    margin-bottom: 36px;
  }
  body.single-product .neo-footer .inner-wrapper .center-wrapper .side .widget-title {
    font-size: 12px;
  }
  body.single-product .neo-footer .inner-wrapper .center-wrapper .side ul li a {
    font-size: 13px;
  }
  body.single-product .neo-footer .inner-wrapper .center-wrapper .side ul li:not(:last-child) {
    margin-bottom: 4px !important;
  }
  body.single-product .neo-footer .inner-wrapper .bottom-wrapper {
    margin-top: 12px !important;
  }
  body.single-product .neo-footer .inner-wrapper .bottom-wrapper .copyright-wrapper .copyright {
    font-size: 6px;
  }
  body.single-product .neo-footer .inner-wrapper .bottom-wrapper .social-wrapper a i {
    font-size: 17px;
  }
  body.page-template .site-content {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.mobile-breadcrumbs button,
.mobile-breadcrumbs a {
  background: transparent;
  padding: 0;
  font-family: "Sofia Pro" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: var(--neo-heading-color);
}

.mobile-breadcrumbs button i,
.mobile-breadcrumbs a i {
  color: #5d564f !important;
  margin-right: 10px;
  font-size: 12px !important;
}

.mobile-breadcrumbs {
  display: none;
}

@media (max-width: 575px) {
  .meta-product {
    justify-content: left !important;
  }
  .desktop-breadcrumbs {
    display: none;
  }
  .single-product .shoptimizer-archive {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
  }
  body.single-product.woocommerce:not(.widget), body.single-product.woocommerce:not(.widget) main .col-full {
    padding: 0 !important;
  }
  body.single-product .meta-product, body.single-product .swierWrapper,
  body.single-product .product-description, body.single-product .summary.entry-summary,
  body.single-product #reviews, body.single-product .related-wrapper,
  body.single-product footer.neo-footer {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .flex-control-nav {
    margin: 0 auto !important;
    margin-top: -20px !important;
  }
  .mobile-breadcrumbs {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.product-thumbs-wrapper {
  text-align: center; /* Optional: Centers the inline elements */
}

.single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .product-thumbs-wrapper .flex-control-nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap !important;
  width: 100%;
  margin: 10px !important;
}

.custom-arrow-left,
.flex-control-nav.flex-control-thumbs,
.custom-arrow-right {
  display: inline-block;
  vertical-align: middle; /* Optional: Aligns the elements vertically in the middle */
}

.flex-control-nav.flex-control-thumbs {
  margin: 0 10px; /* Optional: Adds some space between the arrow and the thumbnails */
}

.product-thumbs-wrapper {
  display: flex;
  justify-content: center; /* Optional: Centers the elements horizontally */
  align-items: center; /* Optional: Aligns the elements vertically in the middle */
  width: 98%;
}

.flex-control-nav.flex-control-thumbs {
  margin: 0 10px; /* Optional: Adds some space between the arrow and the thumbnails */
}

.product-thumbs-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-control-nav.flex-control-thumbs {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden; /* Optional: Hides the vertical scrollbar */
  margin: 0 10px;
  height: 150px;
}

.flex-control-nav.flex-control-thumbs li {
  display: flex;
}

a.flex-next:after, a.flex-prev:before {
  width: 60px !important;
  height: 60px !important;
}

body.drawer-open .shoptimizer-mini-cart-wrap {
  z-index: 999999;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart .woocommerce-mini-cart-item img {
  float: left !important;
  width: 77px;
  margin-right: 10px;
}

body.drawer-open .shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget {
  box-shadow: none;
}

body.single-product.drawer-open {
  position: unset;
}

body.single-product.drawer-open:before {
  z-index: 999999;
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: #5d564f;
  border-left: 0.6180469716em solid rgba(0, 0, 0, 0.5);
}

p.kl_newsletter_checkbox_field {
  padding-top: 10px;
}

p.kl_newsletter_checkbox_field .woocommerce-input-wrapper .checkbox #kl_newsletter_checkbox,
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox.woocommerce-form__input,
body #ship-to-different-address .woocommerce-form__input-checkbox.woocommerce-form__input {
  margin-right: 0;
}

p.create-account .woocommerce-form__label-for-checkbox span {
  margin-left: 0;
}

@media (min-width: 768px) {
  .woocommerce-notices-wrapper .woocommerce-message {
    max-width: 100%;
  }
  .woocommerce-notices-wrapper .woocommerce-message .message-inner .message-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  body.single-product .site .shoptimizer-archive .col-full .meta-product {
    justify-content: flex-start;
    margin-bottom: 0px;
    z-index: 999;
    position: fixed;
    top: 84px;
    background: #fff;
  }
  body.single-product .site.hfeed .neo-main {
    padding-top: 145px;
  }
  .woocommerce-notices-wrapper .woocommerce-message .message-inner .message-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .woocommerce-notices-wrapper .woocommerce-message .message-inner .message-content .wp-element-button {
    margin-top: 20px;
  }
}
.checkout.woocommerce-checkout .billing-header-text {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1.4;
  text-transform: none;
  color: var(--neo-heading-color) !important;
  font-weight: 300;
  font-family: ivyjournal;
}
.checkout.woocommerce-checkout .span-text-checkout {
  font-size: 15px;
  color: var(--neo-heading-color) !important;
  font-weight: 300;
  font-family: ivyjournal;
}
.checkout.woocommerce-checkout .form-row {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.checkout.woocommerce-checkout .form-row.form-row-wide.create-account.woocommerce-validated {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#wc-stripe-cc-form {
  padding-top: 0px !important;
}
#wc-stripe-cc-form .form-row {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.shoptimizer-archive .facetwp-facet .parent-checkbox {
  cursor: pointer;
}
.shoptimizer-archive .facetwp-facet .parent-checkbox .facetwp-checkbox {
  pointer-events: none;
}
.shoptimizer-archive .facetwp-facet .parent-checkbox .facetwp-checkbox svg.check-icon {
  display: none;
}

.shipping-estimate {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.shipping-estimate .heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.shipping-estimate .inner-wrapper {
  border: 1px solid #e0e0e0;
  padding: 10px 20px;
  font-size: 16px;
  margin-bottom: 10px;
}
.shipping-estimate .inner-wrapper div {
  margin-bottom: 10px;
}
.shipping-estimate .inner-wrapper div:last-child {
  margin: 0;
}
.shipping-estimate small {
  font-size: 12px;
}

html body form.variations_form.cart input {
  font-size: 22px;
  padding: 0.2em 0.35em;
  line-height: 1.3;
}
@media (max-width: 768px) {
  html body form.variations_form.cart input {
    font-size: 18px !important;
  }
}

body.shop .product-type-simple .sale-title {
  display: none !important;
  background-color: red;
}/*# sourceMappingURL=custom.css.map */