@charset "UTF-8";
/* entry file */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

i {
  line-height: 1;
  color: inherit;
}

strong {
  font-weight: 600 !important;
}

b {
  font-weight: 500 !important;
}

p {
  margin-bottom: 0 !important;
}

img {
  max-width: 100% !important;
}

input, form, button {
  border: none;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::-webkit-search-results-button {
  -webkit-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
}

img {
  display: block;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.neo-main {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  padding-top: 145px;
  overflow: hidden;
}
.neo-main .neo-section {
  width: 100%;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 10;
}
.neo-main .neo-section.default-section {
  padding: 75px 0;
}
@media (max-width: 767px) {
  .neo-main .neo-section.default-section {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .neo-main .neo-section.default-section {
    padding: 30px 0;
  }
}
.neo-main .neo-section .inner-wrapper {
  display: flex;
  flex-direction: column;
}
.neo-main .neo-section .inner-wrapper .section-title {
  margin-bottom: 40px;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 136% !important;
  display: flex !important;
  align-items: center !important;
  letter-spacing: 0.08em !important;
  font-family: var(--neo-content-font) !important;
}
.neo-main .neo-section .inner-wrapper .section-title.center {
  text-align: center !important;
  justify-content: center;
}
.neo-main .neo-section .inner-wrapper .section-title.left {
  text-align: left !important;
  justify-content: center;
}
.neo-main .neo-section .inner-wrapper .section-title.right {
  text-align: right !important;
  justify-content: center;
}

a:not(.neo-button) {
  transition: all 0.2s ease;
}
a:not(.neo-button):hover {
  color: var(--neo-accent-color-2);
}
a:not(.neo-button):hover i {
  color: var(--neo-accent-color-2);
}

.content-wrapper p:not(:last-child) {
  margin-bottom: 20px !important;
}

.page-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-preloader.hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

p a {
  color: var(--neo-accent-color-2) !important;
  transition: all 0.1s ease-in-out;
}
p a:hover {
  text-decoration: underline;
}

.archive-author {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.archive-author .neo-section-expandable-header {
  background-color: #f6f6f6;
  padding: 75px 0;
  margin-bottom: 75px !important;
}
@media (max-width: 767px) {
  .archive-author .neo-section-expandable-header {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .archive-author .neo-section-expandable-header {
    padding: 30px 0;
  }
}
.archive-author .inner-wrapper {
  flex-direction: column;
  display: flex;
}
.archive-author .not-found-block {
  padding-bottom: 75px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive-author .header-inner {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
}
.archive-author .header-inner .title-side {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.archive-author .header-inner .title-side h1 {
  text-align: center;
}
.archive-author .neo-section-cards-grid {
  padding: 75px 0;
}
@media (max-width: 767px) {
  .archive-author .neo-section-cards-grid {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .archive-author .neo-section-cards-grid {
    padding: 30px 0;
  }
}
.archive-author .neo-section-cards-grid:not(:first-child) {
  padding-top: 0 !important;
}

#masthead {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

form, input, button, select {
  font-family: var(--neo-content-font) !important;
}

#page {
  width: 100%;
}

.col-full-nav {
  background-color: transparent !important;
}

.container, .col-full, .woocommerce:not(.widget) {
  max-width: var(--neo-container-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  padding: 0 var(--neo-container-offset) !important;
  display: flex;
  box-sizing: border-box !important;
}
.container *, .col-full *, .woocommerce:not(.widget) * {
  box-sizing: border-box !important;
}

.woocommerce {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.woocommerce .checkout-wrap, .woocommerce .coupon-wrapper {
  width: 100%;
}

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  z-index: 10;
}

.neo-link {
  color: var(--neo-accent-color-2) !important;
}

.select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.select-wrapper select {
  background-image: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  line-height: 1 !important;
}
.select-wrapper .arrow {
  right: 16px !important;
  width: 10px !important;
  position: absolute;
  transition: all 0.2s ease-in-out;
}
.select-wrapper.active .arrow {
  transform: rotate(-180deg);
}

select {
  cursor: pointer;
}

.neo-button,
.search-submit,
.woof_reset_button_2,
.woof_reset_search_form,
.single_add_to_cart_button,
.fpf-fields-config,
.woocommerce-Button,
.button,
.facetwp-facet-recet_button .facetwp-reset,
.facetwp-facet-apply_button .button-apply,
.form-submit {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  transition: all 0.1s ease !important;
  font-weight: 800 !important;
  font-size: 16px;
  line-height: 126% !important;
  letter-spacing: 2px !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  padding: 16px 36px !important;
  height: 52px !important;
  background: var(--neo-accent-color-1) !important;
  border-radius: 40px !important;
}

.facetwp-facet-recet_button .facetwp-reset,
.facetwp-facet-apply_button .button-apply {
  padding: 8px 18px !important;
  font-size: 12px;
  min-width: 120px !important;
  height: 31px !important;
  letter-spacing: 1.10112px !important;
}

.facetwp-facet-recet_button .facetwp-reset {
  background-color: #ffffff !important;
  color: var(--neo-accent-color-1) !important;
  border-color: var(--neo-accent-color-1) !important;
  border-width: 1px !important;
  border-style: solid !important;
}

body, html, .entry-content {
  color: var(--neo-text-color) !important;
  font-family: var(--neo-content-font) !important;
  font-weight: 300 !important;
}

input, textarea, button, option, select {
  font-family: var(--neo-content-font) !important;
}
input::placeholder, textarea::placeholder, button::placeholder, option::placeholder, select::placeholder {
  font-family: var(--neo-content-font) !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--neo-heading-font) !important;
  color: var(--neo-heading-color) !important;
  font-weight: 300 !important;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--neo-heading-color) !important;
}

h1 {
  font-size: var(--neo-h1-size);
}
@media (max-width: 767px) {
  h1 {
    font-size: var(--neo-h1-size-lg);
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: var(--neo-h1-size-sm);
  }
}

h2 {
  font-size: var(--neo-h2-size);
}
@media (max-width: 767px) {
  h2 {
    font-size: var(--neo-h2-size-lg);
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: var(--neo-h2-size-sm);
  }
}

h3 {
  font-size: var(--neo-h3-size);
}
@media (max-width: 767px) {
  h3 {
    font-size: var(--neo-h3-size-lg);
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: var(--neo-h3-size-sm);
  }
}

h4 {
  font-size: var(--neo-h4-size);
}
@media (max-width: 767px) {
  h4 {
    font-size: var(--neo-h4-size-lg);
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: var(--neo-h4-size-sm);
  }
}

h5 {
  font-size: var(--neo-h5-size);
}
@media (max-width: 767px) {
  h5 {
    font-size: var(--neo-h5-size-lg);
  }
}
@media (max-width: 576px) {
  h5 {
    font-size: var(--neo-h5-size-sm);
  }
}

h6 {
  font-size: var(--neo-h6-size);
}
@media (max-width: 767px) {
  h6 {
    font-size: var(--neo-h6-size-lg);
  }
}
@media (max-width: 576px) {
  h6 {
    font-size: var(--neo-h6-size-sm);
  }
}

html body #pojo-a11y-toolbar .pojo-a11y-toolbar-item span {
  font-size: 20px !important;
}

html body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
  width: 200px;
}

html body #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
  right: 200px;
}

html body #pojo-a11y-toolbar.pojo-a11y-toolbar-right {
  right: -200px;
  -webkit-transition: right 750ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: right 750ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: right 750ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: right 750ms cubic-bezier(0.23, 1, 0.32, 1);
}

body.pojo-a11y-resize-font-150 .pojo-size-class-percent-value-150 {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .pojo-size-class-small-percent-value-150 {
  font-size: 50% !important;
}
body.pojo-a11y-resize-font-150 .pojo-size-class-medium-percent-value-150 {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-150 .pojo-size-class-percent-value-60-150 {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-150 .pojo-size-class-percent-value-75-150 {
  font-size: 75% !important;
}
body.pojo-a11y-resize-font-150 .pojo-size-class-percent-value-large-150 {
  font-size: 180% !important;
}
body.pojo-a11y-resize-font-150 .pojo-size-class-mob-percent-value-150 {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-150 .pojo-size-class-mob-small-percent-value-150 {
  font-size: 40% !important;
}
body.pojo-a11y-resize-font-150 .pojo-size-class-mob-medium-percent-value-150 {
  font-size: 60% !important;
}
body.pojo-a11y-resize-font-150 .pojo-size-class-mob-percent-value-large-150 {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .pojo-size-class-mob-percent-default-value-150 {
  font-size: 120% !important;
}
body.pojo-a11y-resize-font-150 .pojo-size-class-mob-percent-default-110value-150 {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-150 form.variations_form.cart input {
  font-size: 180% !important;
}
body.pojo-a11y-resize-font-150 a:not(.pojo-a11y-toolbar-link, .accordion-header-item, .reset_variations, .commercekit-save-wishlist, [role=link]),
body.pojo-a11y-resize-font-150 span:not(.woocommerce-Price-currencySymbol, .woocommerce-Price-amount, .pojo-a11y-toolbar-text,
.pojo-a11y-toolbar-icon, .wdr-onsale, .sku_wrapper, .sku, .label span, .selector-item, .wapf-field-label span, .price-side,
.sale-badge span, .inner-content span, .desktop-breadcrumbs span, .commercekit-save-wishlist span, .widget-title,
.facetwp-display-value, .sbi_caption, .sale-badge, .woocommerce-Price-currencySymbol),
body.pojo-a11y-resize-font-150 .sale-title,
body.pojo-a11y-resize-font-150 .sbi_caption,
body.pojo-a11y-resize-font-150 .woocommerce-info {
  font-size: 150% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 a:not(.pojo-a11y-toolbar-link, .accordion-header-item, .reset_variations, .commercekit-save-wishlist, [role=link]),
  body.pojo-a11y-resize-font-150 span:not(.woocommerce-Price-currencySymbol, .woocommerce-Price-amount, .pojo-a11y-toolbar-text,
  .pojo-a11y-toolbar-icon, .wdr-onsale, .sku_wrapper, .sku, .label span, .selector-item, .wapf-field-label span, .price-side,
  .sale-badge span, .inner-content span, .desktop-breadcrumbs span, .commercekit-save-wishlist span, .widget-title,
  .facetwp-display-value, .sbi_caption, .sale-badge, .woocommerce-Price-currencySymbol),
  body.pojo-a11y-resize-font-150 .sale-title,
  body.pojo-a11y-resize-font-150 .sbi_caption,
  body.pojo-a11y-resize-font-150 .woocommerce-info {
    font-size: 100% !important;
  }
}
body.pojo-a11y-resize-font-150 .woocommerce-orders-table tr td {
  font-size: 150% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 .woocommerce-orders-table tr td {
    font-size: 100% !important;
  }
}
body.pojo-a11y-resize-font-150 .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title title {
  font-size: 150% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title title {
    font-size: 100% !important;
  }
}
body.pojo-a11y-resize-font-150 .woocommerce-MyAccount-content .woocommerce-Addresses address {
  font-size: 150% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 .woocommerce-MyAccount-content .woocommerce-Addresses address {
    font-size: 100% !important;
  }
}
body.pojo-a11y-resize-font-150 .woocommerce-MyAccount-content .commercekit-wishlist-table tr td {
  font-size: 150% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 .woocommerce-MyAccount-content .commercekit-wishlist-table tr td {
    font-size: 100% !important;
  }
}
body.pojo-a11y-resize-font-150 .woocommerce-MyAccount-content .commercekit-wishlist-table tr th {
  font-size: 150% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 .woocommerce-MyAccount-content .commercekit-wishlist-table tr th {
    font-size: 100% !important;
  }
}
body.pojo-a11y-resize-font-150 .x-neo-top-bar {
  font-size: 100% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 .x-neo-top-bar {
    font-size: 60% !important;
  }
}
body.pojo-a11y-resize-font-150 .woocommerce-card__header .woocommerce-loop-product__title {
  font-size: 100% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 .woocommerce-card__header .woocommerce-loop-product__title {
    font-size: 100% !important;
  }
}
body.pojo-a11y-resize-font-150 .woocommerce-card__header .sale-badge {
  font-size: 100% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 .woocommerce-card__header .sale-badge {
    font-size: 60% !important;
  }
}
body.pojo-a11y-resize-font-150 .woocommerce-card__header .sale-badge span {
  font-size: 100% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 .woocommerce-card__header .sale-badge span {
    font-size: 100% !important;
  }
}
body.pojo-a11y-resize-font-150 .textwidget .buttons-group .facetwp-facet .facetwp-reset {
  font-size: 100% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 .textwidget .buttons-group .facetwp-facet .facetwp-reset {
    font-size: 60% !important;
  }
}
body.pojo-a11y-resize-font-150 .textwidget .buttons-group .facetwp-facet .button-apply {
  font-size: 100% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 .textwidget .buttons-group .facetwp-facet .button-apply {
    font-size: 60% !important;
  }
}
body.pojo-a11y-resize-font-150 #menu-main-menu li {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-150 #menu-main-menu li a {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 #menu-main-menu li a {
    font-size: inherit !important;
  }
}
body.pojo-a11y-resize-font-150 #menu-main-menu li .sub-menu {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 #menu-main-menu li .sub-menu .menu-item {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 #menu-main-menu li .sub-menu .menu-item a {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 #menu-main-menu li .sub-menu .menu-item a {
    font-size: inherit !important;
  }
}
body.pojo-a11y-resize-font-150 .woocommerce-loop-product__title,
body.pojo-a11y-resize-font-150 .wapf-field-description,
body.pojo-a11y-resize-font-150 .accordion-header-item,
body.pojo-a11y-resize-font-150 bdi {
  font-size: 180% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 .woocommerce-loop-product__title,
  body.pojo-a11y-resize-font-150 .wapf-field-description,
  body.pojo-a11y-resize-font-150 .accordion-header-item,
  body.pojo-a11y-resize-font-150 bdi {
    font-size: 150% !important;
  }
}
body.pojo-a11y-resize-font-150 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .title {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .title a {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .title {
    font-size: 120% !important;
  }
}
body.pojo-a11y-resize-font-150 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .price span {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-150 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .price span.price-side {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .price span.sale-badge {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .price span.sale-badge span {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .price span {
    font-size: 120% !important;
  }
}
body.pojo-a11y-resize-font-150 .group-image-wrapper .group-wrapper .category-item .item-inner .category-title {
  font-size: 150% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 .group-image-wrapper .group-wrapper .category-item .item-inner .category-title {
    font-size: 100% !important;
  }
}
body.pojo-a11y-resize-font-150 .group-image-wrapper .group-wrapper .category-item .item-inner .category-title a {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 .group-image-wrapper .group-wrapper .category-item .item-inner .category-title a {
    font-size: 100% !important;
  }
}
body.pojo-a11y-resize-font-150 .big-image-wrapper .category-item .item-inner .category-title {
  font-size: 150% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 .big-image-wrapper .category-item .item-inner .category-title {
    font-size: 100% !important;
  }
}
body.pojo-a11y-resize-font-150 .big-image-wrapper .category-item .item-inner .category-title a {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 .big-image-wrapper .category-item .item-inner .category-title a {
    font-size: 100% !important;
  }
}
body.pojo-a11y-resize-font-150 .woocommerce .checkout-wrap .checkout-bar li {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .checkout-wrap .checkout-bar li span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .checkout-wrap .checkout-bar li span a {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 .woocommerce .checkout-wrap .checkout-bar li {
    font-size: 75% !important;
  }
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove a {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name a {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation dd {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation dd p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation dt {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation dt p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-price .awdr_cart_strikeout_line .woocommerce-Price-amount bdi {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-price .awdr_cart_strikeout_line .woocommerce-Price-amount bdi span {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount bdi {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount bdi span.woocommerce-Price-currencySymbol {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .cart-subtotal th {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .cart-subtotal td .woocommerce-Price-amount {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .cart-subtotal td .woocommerce-Price-amount bdi {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .cart-subtotal td .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals th {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li label span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li label span bdi {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li label span bdi span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td p strong {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .checkout-button {
  font-size: 100% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order {
    font-size: 150% !important;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details li {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details li strong {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details li strong span {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details li strong span bdi {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details li strong span bdi span {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 150% !important;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details {
    table-layout: fixed;
    width: 100%;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details thead tr th.product-total {
    text-align: center;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .order_item .product-name .wc-item-meta li {
    font-size: 150% !important;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .order_item .product-name .wc-item-meta li strong,
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .order_item .product-name .wc-item-meta li p {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .order_item .product-total {
    font-size: 150% !important;
    text-align: center;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .order_item .product-total .woocommerce-Price-amount {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .order_item .product-total .woocommerce-Price-amount bdi {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .order_item .product-total .woocommerce-Price-amount bdi span {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr {
    font-size: 150% !important;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr th {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr td {
    font-size: inherit !important;
    text-align: center;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr td .woocommerce-Price-amount {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr td .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses h2 {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses address {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-150 .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses address p {
    font-size: inherit !important;
  }
}
body.pojo-a11y-resize-font-150 .woocommerce-form-coupon-toggle .woocommerce-info {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-form-coupon-toggle .woocommerce-info a {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-shipping-fields h4 {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-shipping-fields .shipping_address p.form-row {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-shipping-fields .shipping_address p.form-row label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-shipping-fields .shipping_address p.form-row label span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-shipping-fields .shipping_address p.form-row .woocommerce-input-wrapper {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-shipping-fields .shipping_address p.form-row .woocommerce-input-wrapper .input-text {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-shipping-fields .shipping_address p.form-row .woocommerce-input-wrapper span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row label span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row label input {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .woocommerce-input-wrapper {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .woocommerce-input-wrapper .input-text {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .woocommerce-input-wrapper span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row label span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row .woocommerce-input-wrapper {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row .woocommerce-input-wrapper .input-text {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row .woocommerce-input-wrapper span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-additional-fields #gift-message p.form-row {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-additional-fields #gift-message p.form-row label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-additional-fields #gift-message p.form-row label span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-additional-fields #gift-message p.form-row .woocommerce-input-wrapper {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-additional-fields #gift-message p.form-row .woocommerce-input-wrapper .input-text {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-additional-fields #gift-message p.form-row .woocommerce-input-wrapper span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout #order_review_heading {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .cg-checkout-table-product-name {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .cg-checkout-table-product-name strong {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .cg-checkout-table-product-name div {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .variation {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .variation dt {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .variation dt p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .variation dd {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .variation dd p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-total .woocommerce-Price-amount {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-total .woocommerce-Price-amount bdi {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-total .woocommerce-Price-amount bdi span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal th {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal td .woocommerce-Price-amount {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal td .woocommerce-Price-amount bdi {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal td .woocommerce-Price-amount bdi span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals th {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li label span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li label span bdi {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li label span bdi span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .tax-total th {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .tax-total td .woocommerce-Price-amount {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .tax-total td .woocommerce-Price-amount bdi {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .tax-total td .woocommerce-Price-amount bdi span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total th {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td .woocommerce-Price-amount {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td .woocommerce-Price-amount bdi {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td .woocommerce-Price-amount bdi span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .shipping-estimate {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .shipping-estimate .heading {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .shipping-estimate .inner-wrapper {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .shipping-estimate .inner-wrapper strong {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .shipping-estimate small {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .shipping-estimate small strong {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .tfa-coupon-form {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .tfa-coupon-form p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .tfa-coupon-form p label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .tfa-coupon-form p input {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .tfa-coupon-form p button {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .add_gift_card_form {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .add_gift_card_form p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .add_gift_card_form div label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .add_gift_card_form div input {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .add_gift_card_form div button {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p a {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order input {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .neo-footer .inner-wrapper .center-wrapper .side .widget-title {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .neo-footer .inner-wrapper .center-wrapper .side .categories-list {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-150 .neo-footer .inner-wrapper .center-wrapper .side .categories-list .category-item a {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .neo-footer .inner-wrapper .center-wrapper .side .sidebar-wrapper {
  font-size: 150% !important;
}
body.pojo-a11y-resize-font-150 .neo-footer .inner-wrapper .center-wrapper .side .sidebar-wrapper ul {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .neo-footer .inner-wrapper .center-wrapper .side .sidebar-wrapper ul li {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-150 .neo-footer .inner-wrapper .center-wrapper .side .sidebar-wrapper ul li a {
  font-size: inherit !important;
}

body.pojo-a11y-resize-font-140 .pojo-size-class-percent-value-140 {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .pojo-size-class-small-percent-value-140 {
  font-size: 40% !important;
}
body.pojo-a11y-resize-font-140 .pojo-size-class-medium-percent-value-140 {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-140 .pojo-size-class-percent-value-60-140 {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-140 .pojo-size-class-percent-value-75-140 {
  font-size: 65% !important;
}
body.pojo-a11y-resize-font-140 .pojo-size-class-percent-value-large-140 {
  font-size: 168% !important;
}
body.pojo-a11y-resize-font-140 .pojo-size-class-mob-percent-value-140 {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-140 .pojo-size-class-mob-small-percent-value-140 {
  font-size: 30% !important;
}
body.pojo-a11y-resize-font-140 .pojo-size-class-mob-medium-percent-value-140 {
  font-size: 50% !important;
}
body.pojo-a11y-resize-font-140 .pojo-size-class-mob-percent-value-large-140 {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .pojo-size-class-mob-percent-default-value-140 {
  font-size: 110% !important;
}
body.pojo-a11y-resize-font-140 .pojo-size-class-mob-percent-default-110value-140 {
  font-size: 120% !important;
}
body.pojo-a11y-resize-font-140 form.variations_form.cart input {
  font-size: 168% !important;
}
body.pojo-a11y-resize-font-140 a:not(.pojo-a11y-toolbar-link, .accordion-header-item, .reset_variations, .commercekit-save-wishlist, [role=link]),
body.pojo-a11y-resize-font-140 span:not(.woocommerce-Price-currencySymbol, .woocommerce-Price-amount, .pojo-a11y-toolbar-text,
.pojo-a11y-toolbar-icon, .wdr-onsale, .sku_wrapper, .sku, .label span, .selector-item, .wapf-field-label span, .price-side,
.sale-badge span, .inner-content span, .desktop-breadcrumbs span, .commercekit-save-wishlist span, .widget-title,
.facetwp-display-value, .sbi_caption, .sale-badge, .woocommerce-Price-currencySymbol),
body.pojo-a11y-resize-font-140 .sale-title,
body.pojo-a11y-resize-font-140 .sbi_caption,
body.pojo-a11y-resize-font-140 .woocommerce-info {
  font-size: 140% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 a:not(.pojo-a11y-toolbar-link, .accordion-header-item, .reset_variations, .commercekit-save-wishlist, [role=link]),
  body.pojo-a11y-resize-font-140 span:not(.woocommerce-Price-currencySymbol, .woocommerce-Price-amount, .pojo-a11y-toolbar-text,
  .pojo-a11y-toolbar-icon, .wdr-onsale, .sku_wrapper, .sku, .label span, .selector-item, .wapf-field-label span, .price-side,
  .sale-badge span, .inner-content span, .desktop-breadcrumbs span, .commercekit-save-wishlist span, .widget-title,
  .facetwp-display-value, .sbi_caption, .sale-badge, .woocommerce-Price-currencySymbol),
  body.pojo-a11y-resize-font-140 .sale-title,
  body.pojo-a11y-resize-font-140 .sbi_caption,
  body.pojo-a11y-resize-font-140 .woocommerce-info {
    font-size: 90% !important;
  }
}
body.pojo-a11y-resize-font-140 .woocommerce-orders-table tr td {
  font-size: 140% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 .woocommerce-orders-table tr td {
    font-size: 90% !important;
  }
}
body.pojo-a11y-resize-font-140 .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title title {
  font-size: 140% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title title {
    font-size: 90% !important;
  }
}
body.pojo-a11y-resize-font-140 .woocommerce-MyAccount-content .woocommerce-Addresses address {
  font-size: 140% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 .woocommerce-MyAccount-content .woocommerce-Addresses address {
    font-size: 90% !important;
  }
}
body.pojo-a11y-resize-font-140 .woocommerce-MyAccount-content .commercekit-wishlist-table tr td {
  font-size: 140% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 .woocommerce-MyAccount-content .commercekit-wishlist-table tr td {
    font-size: 90% !important;
  }
}
body.pojo-a11y-resize-font-140 .woocommerce-MyAccount-content .commercekit-wishlist-table tr th {
  font-size: 140% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 .woocommerce-MyAccount-content .commercekit-wishlist-table tr th {
    font-size: 90% !important;
  }
}
body.pojo-a11y-resize-font-140 .x-neo-top-bar {
  font-size: 90% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 .x-neo-top-bar {
    font-size: 50% !important;
  }
}
body.pojo-a11y-resize-font-140 .woocommerce-card__header .woocommerce-loop-product__title {
  font-size: 90% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 .woocommerce-card__header .woocommerce-loop-product__title {
    font-size: 90% !important;
  }
}
body.pojo-a11y-resize-font-140 .woocommerce-card__header .sale-badge {
  font-size: 90% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 .woocommerce-card__header .sale-badge {
    font-size: 50% !important;
  }
}
body.pojo-a11y-resize-font-140 .woocommerce-card__header .sale-badge span {
  font-size: 90% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 .woocommerce-card__header .sale-badge span {
    font-size: 90% !important;
  }
}
body.pojo-a11y-resize-font-140 .textwidget .buttons-group .facetwp-facet .facetwp-reset {
  font-size: 90% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 .textwidget .buttons-group .facetwp-facet .facetwp-reset {
    font-size: 50% !important;
  }
}
body.pojo-a11y-resize-font-140 .textwidget .buttons-group .facetwp-facet .button-apply {
  font-size: 90% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 .textwidget .buttons-group .facetwp-facet .button-apply {
    font-size: 50% !important;
  }
}
body.pojo-a11y-resize-font-140 #menu-main-menu li {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-140 #menu-main-menu li a {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 #menu-main-menu li a {
    font-size: inherit !important;
  }
}
body.pojo-a11y-resize-font-140 #menu-main-menu li .sub-menu {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 #menu-main-menu li .sub-menu .menu-item {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 #menu-main-menu li .sub-menu .menu-item a {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 #menu-main-menu li .sub-menu .menu-item a {
    font-size: inherit !important;
  }
}
body.pojo-a11y-resize-font-140 .woocommerce-loop-product__title,
body.pojo-a11y-resize-font-140 .wapf-field-description,
body.pojo-a11y-resize-font-140 .accordion-header-item,
body.pojo-a11y-resize-font-140 bdi {
  font-size: 168% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 .woocommerce-loop-product__title,
  body.pojo-a11y-resize-font-140 .wapf-field-description,
  body.pojo-a11y-resize-font-140 .accordion-header-item,
  body.pojo-a11y-resize-font-140 bdi {
    font-size: 140% !important;
  }
}
body.pojo-a11y-resize-font-140 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .title {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .title a {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .title {
    font-size: 110% !important;
  }
}
body.pojo-a11y-resize-font-140 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .price span {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-140 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .price span.price-side {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .price span.sale-badge {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .price span.sale-badge span {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .price span {
    font-size: 110% !important;
  }
}
body.pojo-a11y-resize-font-140 .group-image-wrapper .group-wrapper .category-item .item-inner .category-title {
  font-size: 140% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 .group-image-wrapper .group-wrapper .category-item .item-inner .category-title {
    font-size: 90% !important;
  }
}
body.pojo-a11y-resize-font-140 .group-image-wrapper .group-wrapper .category-item .item-inner .category-title a {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 .group-image-wrapper .group-wrapper .category-item .item-inner .category-title a {
    font-size: 90% !important;
  }
}
body.pojo-a11y-resize-font-140 .big-image-wrapper .category-item .item-inner .category-title {
  font-size: 140% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 .big-image-wrapper .category-item .item-inner .category-title {
    font-size: 90% !important;
  }
}
body.pojo-a11y-resize-font-140 .big-image-wrapper .category-item .item-inner .category-title a {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 .big-image-wrapper .category-item .item-inner .category-title a {
    font-size: 90% !important;
  }
}
body.pojo-a11y-resize-font-140 .woocommerce .checkout-wrap .checkout-bar li {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .checkout-wrap .checkout-bar li span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .checkout-wrap .checkout-bar li span a {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 .woocommerce .checkout-wrap .checkout-bar li {
    font-size: 65% !important;
  }
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove a {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name a {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation dd {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation dd p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation dt {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation dt p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-price .awdr_cart_strikeout_line .woocommerce-Price-amount bdi {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-price .awdr_cart_strikeout_line .woocommerce-Price-amount bdi span {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount bdi {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount bdi span.woocommerce-Price-currencySymbol {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .cart-subtotal th {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .cart-subtotal td .woocommerce-Price-amount {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .cart-subtotal td .woocommerce-Price-amount bdi {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .cart-subtotal td .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals th {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li label span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li label span bdi {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li label span bdi span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td p strong {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .checkout-button {
  font-size: 90% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order {
    font-size: 140% !important;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details li {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details li strong {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details li strong span {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details li strong span bdi {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details li strong span bdi span {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 140% !important;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details {
    table-layout: fixed;
    width: 100%;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details thead tr th.product-total {
    text-align: center;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .order_item .product-name .wc-item-meta li {
    font-size: 140% !important;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .order_item .product-name .wc-item-meta li strong,
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .order_item .product-name .wc-item-meta li p {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .order_item .product-total {
    font-size: 140% !important;
    text-align: center;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .order_item .product-total .woocommerce-Price-amount {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .order_item .product-total .woocommerce-Price-amount bdi {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .order_item .product-total .woocommerce-Price-amount bdi span {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr {
    font-size: 140% !important;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr th {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr td {
    font-size: inherit !important;
    text-align: center;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr td .woocommerce-Price-amount {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr td .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses h2 {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses address {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-140 .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses address p {
    font-size: inherit !important;
  }
}
body.pojo-a11y-resize-font-140 .woocommerce-form-coupon-toggle .woocommerce-info {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-form-coupon-toggle .woocommerce-info a {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-shipping-fields h4 {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-shipping-fields .shipping_address p.form-row {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-shipping-fields .shipping_address p.form-row label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-shipping-fields .shipping_address p.form-row label span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-shipping-fields .shipping_address p.form-row .woocommerce-input-wrapper {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-shipping-fields .shipping_address p.form-row .woocommerce-input-wrapper .input-text {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-shipping-fields .shipping_address p.form-row .woocommerce-input-wrapper span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row label span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row label input {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .woocommerce-input-wrapper {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .woocommerce-input-wrapper .input-text {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .woocommerce-input-wrapper span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row label span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row .woocommerce-input-wrapper {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row .woocommerce-input-wrapper .input-text {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row .woocommerce-input-wrapper span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-additional-fields #gift-message p.form-row {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-additional-fields #gift-message p.form-row label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-additional-fields #gift-message p.form-row label span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-additional-fields #gift-message p.form-row .woocommerce-input-wrapper {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-additional-fields #gift-message p.form-row .woocommerce-input-wrapper .input-text {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-additional-fields #gift-message p.form-row .woocommerce-input-wrapper span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout #order_review_heading {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .cg-checkout-table-product-name {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .cg-checkout-table-product-name strong {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .cg-checkout-table-product-name div {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .variation {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .variation dt {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .variation dt p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .variation dd {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .variation dd p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-total .woocommerce-Price-amount {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-total .woocommerce-Price-amount bdi {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-total .woocommerce-Price-amount bdi span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal th {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal td .woocommerce-Price-amount {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal td .woocommerce-Price-amount bdi {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal td .woocommerce-Price-amount bdi span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals th {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li label span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li label span bdi {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li label span bdi span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .tax-total th {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .tax-total td .woocommerce-Price-amount {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .tax-total td .woocommerce-Price-amount bdi {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .tax-total td .woocommerce-Price-amount bdi span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total th {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td .woocommerce-Price-amount {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td .woocommerce-Price-amount bdi {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td .woocommerce-Price-amount bdi span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .shipping-estimate {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .shipping-estimate .heading {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .shipping-estimate .inner-wrapper {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .shipping-estimate .inner-wrapper strong {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .shipping-estimate small {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .shipping-estimate small strong {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .tfa-coupon-form {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .tfa-coupon-form p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .tfa-coupon-form p label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .tfa-coupon-form p input {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .tfa-coupon-form p button {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .add_gift_card_form {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .add_gift_card_form p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .add_gift_card_form div label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .add_gift_card_form div input {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .add_gift_card_form div button {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p a {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order input {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .neo-footer .inner-wrapper .center-wrapper .side .widget-title {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .neo-footer .inner-wrapper .center-wrapper .side .categories-list {
  font-size: 90% !important;
}
body.pojo-a11y-resize-font-140 .neo-footer .inner-wrapper .center-wrapper .side .categories-list .category-item a {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .neo-footer .inner-wrapper .center-wrapper .side .sidebar-wrapper {
  font-size: 140% !important;
}
body.pojo-a11y-resize-font-140 .neo-footer .inner-wrapper .center-wrapper .side .sidebar-wrapper ul {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .neo-footer .inner-wrapper .center-wrapper .side .sidebar-wrapper ul li {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-140 .neo-footer .inner-wrapper .center-wrapper .side .sidebar-wrapper ul li a {
  font-size: inherit !important;
}

body.pojo-a11y-resize-font-130 .pojo-size-class-percent-value-130 {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .pojo-size-class-small-percent-value-130 {
  font-size: 30% !important;
}
body.pojo-a11y-resize-font-130 .pojo-size-class-medium-percent-value-130 {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-130 .pojo-size-class-percent-value-60-130 {
  font-size: 70% !important;
}
body.pojo-a11y-resize-font-130 .pojo-size-class-percent-value-75-130 {
  font-size: 55% !important;
}
body.pojo-a11y-resize-font-130 .pojo-size-class-percent-value-large-130 {
  font-size: 156% !important;
}
body.pojo-a11y-resize-font-130 .pojo-size-class-mob-percent-value-130 {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-130 .pojo-size-class-mob-small-percent-value-130 {
  font-size: 20% !important;
}
body.pojo-a11y-resize-font-130 .pojo-size-class-mob-medium-percent-value-130 {
  font-size: 40% !important;
}
body.pojo-a11y-resize-font-130 .pojo-size-class-mob-percent-value-large-130 {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .pojo-size-class-mob-percent-default-value-130 {
  font-size: 100% !important;
}
body.pojo-a11y-resize-font-130 .pojo-size-class-mob-percent-default-110value-130 {
  font-size: 110% !important;
}
body.pojo-a11y-resize-font-130 form.variations_form.cart input {
  font-size: 156% !important;
}
body.pojo-a11y-resize-font-130 a:not(.pojo-a11y-toolbar-link, .accordion-header-item, .reset_variations, .commercekit-save-wishlist, [role=link]),
body.pojo-a11y-resize-font-130 span:not(.woocommerce-Price-currencySymbol, .woocommerce-Price-amount, .pojo-a11y-toolbar-text,
.pojo-a11y-toolbar-icon, .wdr-onsale, .sku_wrapper, .sku, .label span, .selector-item, .wapf-field-label span, .price-side,
.sale-badge span, .inner-content span, .desktop-breadcrumbs span, .commercekit-save-wishlist span, .widget-title,
.facetwp-display-value, .sbi_caption, .sale-badge, .woocommerce-Price-currencySymbol),
body.pojo-a11y-resize-font-130 .sale-title,
body.pojo-a11y-resize-font-130 .sbi_caption,
body.pojo-a11y-resize-font-130 .woocommerce-info {
  font-size: 130% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 a:not(.pojo-a11y-toolbar-link, .accordion-header-item, .reset_variations, .commercekit-save-wishlist, [role=link]),
  body.pojo-a11y-resize-font-130 span:not(.woocommerce-Price-currencySymbol, .woocommerce-Price-amount, .pojo-a11y-toolbar-text,
  .pojo-a11y-toolbar-icon, .wdr-onsale, .sku_wrapper, .sku, .label span, .selector-item, .wapf-field-label span, .price-side,
  .sale-badge span, .inner-content span, .desktop-breadcrumbs span, .commercekit-save-wishlist span, .widget-title,
  .facetwp-display-value, .sbi_caption, .sale-badge, .woocommerce-Price-currencySymbol),
  body.pojo-a11y-resize-font-130 .sale-title,
  body.pojo-a11y-resize-font-130 .sbi_caption,
  body.pojo-a11y-resize-font-130 .woocommerce-info {
    font-size: 80% !important;
  }
}
body.pojo-a11y-resize-font-130 .woocommerce-orders-table tr td {
  font-size: 130% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 .woocommerce-orders-table tr td {
    font-size: 80% !important;
  }
}
body.pojo-a11y-resize-font-130 .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title title {
  font-size: 130% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title title {
    font-size: 80% !important;
  }
}
body.pojo-a11y-resize-font-130 .woocommerce-MyAccount-content .woocommerce-Addresses address {
  font-size: 130% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 .woocommerce-MyAccount-content .woocommerce-Addresses address {
    font-size: 80% !important;
  }
}
body.pojo-a11y-resize-font-130 .woocommerce-MyAccount-content .commercekit-wishlist-table tr td {
  font-size: 130% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 .woocommerce-MyAccount-content .commercekit-wishlist-table tr td {
    font-size: 80% !important;
  }
}
body.pojo-a11y-resize-font-130 .woocommerce-MyAccount-content .commercekit-wishlist-table tr th {
  font-size: 130% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 .woocommerce-MyAccount-content .commercekit-wishlist-table tr th {
    font-size: 80% !important;
  }
}
body.pojo-a11y-resize-font-130 .x-neo-top-bar {
  font-size: 80% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 .x-neo-top-bar {
    font-size: 40% !important;
  }
}
body.pojo-a11y-resize-font-130 .woocommerce-card__header .woocommerce-loop-product__title {
  font-size: 80% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 .woocommerce-card__header .woocommerce-loop-product__title {
    font-size: 80% !important;
  }
}
body.pojo-a11y-resize-font-130 .woocommerce-card__header .sale-badge {
  font-size: 80% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 .woocommerce-card__header .sale-badge {
    font-size: 40% !important;
  }
}
body.pojo-a11y-resize-font-130 .woocommerce-card__header .sale-badge span {
  font-size: 80% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 .woocommerce-card__header .sale-badge span {
    font-size: 80% !important;
  }
}
body.pojo-a11y-resize-font-130 .textwidget .buttons-group .facetwp-facet .facetwp-reset {
  font-size: 80% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 .textwidget .buttons-group .facetwp-facet .facetwp-reset {
    font-size: 40% !important;
  }
}
body.pojo-a11y-resize-font-130 .textwidget .buttons-group .facetwp-facet .button-apply {
  font-size: 80% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 .textwidget .buttons-group .facetwp-facet .button-apply {
    font-size: 40% !important;
  }
}
body.pojo-a11y-resize-font-130 #menu-main-menu li {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-130 #menu-main-menu li a {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 #menu-main-menu li a {
    font-size: inherit !important;
  }
}
body.pojo-a11y-resize-font-130 #menu-main-menu li .sub-menu {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 #menu-main-menu li .sub-menu .menu-item {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 #menu-main-menu li .sub-menu .menu-item a {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 #menu-main-menu li .sub-menu .menu-item a {
    font-size: inherit !important;
  }
}
body.pojo-a11y-resize-font-130 .woocommerce-loop-product__title,
body.pojo-a11y-resize-font-130 .wapf-field-description,
body.pojo-a11y-resize-font-130 .accordion-header-item,
body.pojo-a11y-resize-font-130 bdi {
  font-size: 156% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 .woocommerce-loop-product__title,
  body.pojo-a11y-resize-font-130 .wapf-field-description,
  body.pojo-a11y-resize-font-130 .accordion-header-item,
  body.pojo-a11y-resize-font-130 bdi {
    font-size: 130% !important;
  }
}
body.pojo-a11y-resize-font-130 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .title {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .title a {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .title {
    font-size: 100% !important;
  }
}
body.pojo-a11y-resize-font-130 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .price span {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-130 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .price span.price-side {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .price span.sale-badge {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .price span.sale-badge span {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 .products-slider-wrapper .products-slider .swiper-wrapper .content-wrapper .price span {
    font-size: 100% !important;
  }
}
body.pojo-a11y-resize-font-130 .group-image-wrapper .group-wrapper .category-item .item-inner .category-title {
  font-size: 130% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 .group-image-wrapper .group-wrapper .category-item .item-inner .category-title {
    font-size: 80% !important;
  }
}
body.pojo-a11y-resize-font-130 .group-image-wrapper .group-wrapper .category-item .item-inner .category-title a {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 .group-image-wrapper .group-wrapper .category-item .item-inner .category-title a {
    font-size: 80% !important;
  }
}
body.pojo-a11y-resize-font-130 .big-image-wrapper .category-item .item-inner .category-title {
  font-size: 130% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 .big-image-wrapper .category-item .item-inner .category-title {
    font-size: 80% !important;
  }
}
body.pojo-a11y-resize-font-130 .big-image-wrapper .category-item .item-inner .category-title a {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 .big-image-wrapper .category-item .item-inner .category-title a {
    font-size: 80% !important;
  }
}
body.pojo-a11y-resize-font-130 .woocommerce .checkout-wrap .checkout-bar li {
  font-size: 70% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .checkout-wrap .checkout-bar li span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .checkout-wrap .checkout-bar li span a {
  font-size: inherit !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 .woocommerce .checkout-wrap .checkout-bar li {
    font-size: 55% !important;
  }
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove a {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name a {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation dd {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation dd p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation dt {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation dt p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-price .awdr_cart_strikeout_line .woocommerce-Price-amount bdi {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-price .awdr_cart_strikeout_line .woocommerce-Price-amount bdi span {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount bdi {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount bdi span.woocommerce-Price-currencySymbol {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .cart-subtotal th {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .cart-subtotal td .woocommerce-Price-amount {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .cart-subtotal td .woocommerce-Price-amount bdi {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .cart-subtotal td .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals th {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li label span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li label span bdi {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li label span bdi span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td p strong {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce .shoptimizer-cart-wrapper .cart-collaterals .cart_totals .checkout-button {
  font-size: 80% !important;
}
@media (max-width: 768px) {
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order {
    font-size: 130% !important;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details li {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details li strong {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details li strong span {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details li strong span bdi {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details li strong span bdi span {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 130% !important;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details {
    table-layout: fixed;
    width: 100%;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details thead tr th.product-total {
    text-align: center;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .order_item .product-name .wc-item-meta li {
    font-size: 130% !important;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .order_item .product-name .wc-item-meta li strong,
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .order_item .product-name .wc-item-meta li p {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .order_item .product-total {
    font-size: 130% !important;
    text-align: center;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .order_item .product-total .woocommerce-Price-amount {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .order_item .product-total .woocommerce-Price-amount bdi {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody .order_item .product-total .woocommerce-Price-amount bdi span {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr {
    font-size: 130% !important;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr th {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr td {
    font-size: inherit !important;
    text-align: center;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr td .woocommerce-Price-amount {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr td .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses h2 {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses address {
    font-size: inherit !important;
  }
  body.pojo-a11y-resize-font-130 .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses address p {
    font-size: inherit !important;
  }
}
body.pojo-a11y-resize-font-130 .woocommerce-form-coupon-toggle .woocommerce-info {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-form-coupon-toggle .woocommerce-info a {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-shipping-fields h4 {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-shipping-fields .shipping_address p.form-row {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-shipping-fields .shipping_address p.form-row label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-shipping-fields .shipping_address p.form-row label span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-shipping-fields .shipping_address p.form-row .woocommerce-input-wrapper {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-shipping-fields .shipping_address p.form-row .woocommerce-input-wrapper .input-text {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-shipping-fields .shipping_address p.form-row .woocommerce-input-wrapper span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row label span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row label input {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .woocommerce-input-wrapper {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .woocommerce-input-wrapper .input-text {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .woocommerce-input-wrapper span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row label span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row .woocommerce-input-wrapper {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row .woocommerce-input-wrapper .input-text {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row .woocommerce-input-wrapper span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-additional-fields #gift-message p.form-row {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-additional-fields #gift-message p.form-row label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-additional-fields #gift-message p.form-row label span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-additional-fields #gift-message p.form-row .woocommerce-input-wrapper {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-additional-fields #gift-message p.form-row .woocommerce-input-wrapper .input-text {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-additional-fields #gift-message p.form-row .woocommerce-input-wrapper span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout #order_review_heading {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .cg-checkout-table-product-name {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .cg-checkout-table-product-name strong {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .cg-checkout-table-product-name div {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .variation {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .variation dt {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .variation dt p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .variation dd {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .variation dd p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-total .woocommerce-Price-amount {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-total .woocommerce-Price-amount bdi {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-total .woocommerce-Price-amount bdi span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal th {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal td .woocommerce-Price-amount {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal td .woocommerce-Price-amount bdi {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal td .woocommerce-Price-amount bdi span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals th {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li label span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li label span bdi {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li label span bdi span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .tax-total th {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .tax-total td .woocommerce-Price-amount {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .tax-total td .woocommerce-Price-amount bdi {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .tax-total td .woocommerce-Price-amount bdi span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total th {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td .woocommerce-Price-amount {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td .woocommerce-Price-amount bdi {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td .woocommerce-Price-amount bdi span {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .shipping-estimate {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .shipping-estimate .heading {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .shipping-estimate .inner-wrapper {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .shipping-estimate .inner-wrapper strong {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .shipping-estimate small {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .shipping-estimate small strong {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .tfa-coupon-form {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .tfa-coupon-form p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .tfa-coupon-form p label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .tfa-coupon-form p input {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .tfa-coupon-form p button {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .add_gift_card_form {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .add_gift_card_form p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .add_gift_card_form div label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .add_gift_card_form div input {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .add_gift_card_form div button {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p a {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order input {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .neo-footer .inner-wrapper .center-wrapper .side .widget-title {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .neo-footer .inner-wrapper .center-wrapper .side .categories-list {
  font-size: 80% !important;
}
body.pojo-a11y-resize-font-130 .neo-footer .inner-wrapper .center-wrapper .side .categories-list .category-item a {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .neo-footer .inner-wrapper .center-wrapper .side .sidebar-wrapper {
  font-size: 130% !important;
}
body.pojo-a11y-resize-font-130 .neo-footer .inner-wrapper .center-wrapper .side .sidebar-wrapper ul {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .neo-footer .inner-wrapper .center-wrapper .side .sidebar-wrapper ul li {
  font-size: inherit !important;
}
body.pojo-a11y-resize-font-130 .neo-footer .inner-wrapper .center-wrapper .side .sidebar-wrapper ul li a {
  font-size: inherit !important;
}

body:not(.single-product):not(.woocommerce-account) .neo-main.flyout-active {
  z-index: 99999;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive {
  padding-top: 50px !important;
  padding-bottom: 67px !important;
  width: 100%;
}
@media (max-width: 767px) {
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}
@media (max-width: 576px) {
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive {
    padding-top: 0px !important;
  }
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .woocommerce-pagination, body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .woocommerce-products-header__title, body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .archive-header {
  display: none !important;
}
@media (max-width: 576px) {
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .sorting-end {
    margin-bottom: 0 !important;
  }
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .sorting-end .left-side, body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .sorting-end .right-side {
  display: none !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .sorting-end .woocommerce-pagination {
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-top: 50px !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .sorting-end .woocommerce-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
}
@media (max-width: 576px) {
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .sorting-end .woocommerce-pagination .page-numbers {
    width: 28px !important;
    height: 28px !important;
  }
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .shoptimizer-sorting {
  display: flex;
  align-content: center;
  margin-top: 0 !important;
  gap: unset !important;
}
@media (max-width: 576px) {
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .shoptimizer-sorting {
    margin-bottom: 15px !important;
  }
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .shoptimizer-sorting:not(.sorting-end) {
  margin-bottom: 42px !important;
}
@media (max-width: 576px) {
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .shoptimizer-sorting:not(.sorting-end) {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 576px) {
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .shoptimizer-sorting {
    flex-direction: column;
  }
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .shoptimizer-sorting .left-side {
  order: 1;
  display: flex;
  align-items: flex-end;
  margin-right: auto;
  padding-bottom: 5px;
}
@media (max-width: 576px) {
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .shoptimizer-sorting .left-side {
    width: 100%;
    padding-bottom: 0;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .shoptimizer-sorting .left-side .woocommerce-result-count {
    width: 100%;
    text-align: center;
  }
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .shoptimizer-sorting .left-side .shop-all-title {
  margin-right: 30px;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 1 !important;
  display: none;
  align-items: center;
  letter-spacing: -0.02em;
  color: var(--neo-heading-color);
  margin-bottom: 0 !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .shoptimizer-sorting .left-side .woocommerce-result-count {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--neo-heading-color);
  margin-top: -5px;
}
@media (max-width: 576px) {
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .shoptimizer-sorting .left-side {
    justify-content: space-between;
  }
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .shoptimizer-sorting .right-side {
  display: flex;
  align-items: center;
  order: 2;
  margin-left: auto;
}
@media (max-width: 576px) {
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .shoptimizer-sorting .right-side {
    width: 100%;
    display: none;
  }
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .shoptimizer-sorting .right-side .button-view {
  margin-left: 22px !important;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  opacity: 0.3;
  min-width: 13px;
}
@media (max-width: 576px) {
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .shoptimizer-sorting .right-side .button-view:first-of-type {
    margin-left: 0 !important;
  }
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .shoptimizer-sorting .right-side .button-view.active {
  opacity: 1 !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .shoptimizer-sorting .right-side .woocommerce-ordering {
  margin-left: 30px !important;
  display: flex;
  align-items: center;
  top: unset !important;
  bottom: unset !important;
  position: relative;
  margin-right: 0 !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .shoptimizer-sorting .right-side .woocommerce-ordering .orderby {
  height: 40px;
  border-radius: 50px !important;
  background-color: #f3f2f1 !important;
  padding: 8px 28px 8px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2 !important;
  color: var(--neo-heading-color);
  appearance: none !important;
  background-image: unset !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .shoptimizer-sorting .right-side .woocommerce-ordering .arrow {
  right: 16px;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 !important;
  }
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .widget {
  padding-bottom: 0 !important;
  margin: 0 !important;
  margin-bottom: 36px !important;
  border-bottom: 0 !important;
}
@media (max-width: 767px) {
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .widget {
    margin-bottom: 20px !important;
  }
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper {
  width: 33.33333% !important;
  min-width: 33.33333% !important;
  max-width: 33.33333% !important;
  order: 1;
  padding-right: 67px !important;
  padding-top: 0 !important;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper {
    padding-right: 30px !important;
  }
}
@media (max-width: 767px) {
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    order: 1 !important;
    padding-right: 0 !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 576px) {
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget_text:nth-child(1) {
  display: none;
}
@media (max-width: 576px) {
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 99999999;
    background: #fff;
    padding: 87px 20px 0 20px !important;
    overflow: scroll;
    transform: translateX(100%);
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .close-btn {
    display: inline-block;
    background-image: url(../img/close-icon.svg);
    width: 43px;
    height: 43px;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .select-wrapper .arrow {
    display: none !important;
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper select {
    opacity: 0 !important;
    position: absolute !important;
    pointer-events: none !important;
    left: 99999px !important;
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget_text:nth-child(1) {
    display: block;
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget_text:nth-child(1) label {
    color: var(--neo-heading-color) !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 150% !important;
    margin-top: -2px !important;
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget_text:nth-child(1) input[type=radio] {
    align-items: center !important;
    display: inline-flex !important;
    justify-content: center !important;
    min-width: 20px !important;
    position: relative !important;
    width: 20px !important;
    height: 10px !important;
    z-index: 1 !important;
    margin-bottom: 8px !important;
    margin-top: 8px !important;
    margin-right: 10px !important;
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget_text:nth-child(1) input[type=radio]:disabled {
    cursor: not-allowed !important;
    opacity: 0.3 !important;
    pointer-events: none !important;
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget_text:nth-child(1) input[type=radio]:after {
    background-color: #fff !important;
    border: 2px solid var(--neo-heading-color) !important;
    border-radius: 100% !important;
    content: "";
    cursor: pointer !important;
    display: inline-block !important;
    height: 20px !important;
    min-width: 20px !important;
    position: relative !important;
    width: 20px !important;
    z-index: 2 !important;
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget_text:nth-child(1) input[type=radio]:before {
    background-color: var(--neo-heading-color) !important;
    border-radius: 100% !important;
    content: "";
    display: flex !important;
    height: 8px !important;
    min-width: 8px !important;
    opacity: 0 !important;
    position: absolute !important;
    width: 8px !important;
    z-index: 99 !important;
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget_text:nth-child(1) input[type=radio]:checked:before {
    opacity: 1 !important;
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget_text:nth-child(1) .gamma {
    color: var(--neo-heading-color) !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 24px !important;
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget_text:nth-child(1) .gamma svg {
    display: none !important;
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget_text:nth-child(2), body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget_text:nth-child(3) {
    display: none;
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper.flyout-active {
    display: block;
    transform: translateX(0);
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .facetwp-facet-sorting_field {
    display: flex !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget_nav_menu {
    display: none !important;
  }
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .facetwp-facet-sorting_field {
  display: none;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  visibility: unset !important;
  overflow-y: unset !important;
  position: relative !important;
  z-index: unset !important;
  top: unset !important;
  left: unset !important;
  height: unset !important;
  padding: unset !important;
  opacity: unset !important;
  transition: unset !important;
  overflow-x: hidden !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .facetwp-facet-recet_button,
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .facetwp-facet-apply_button {
  display: inline-flex !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 576px) {
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area {
    height: 100% !important;
    display: flex;
    flex-direction: column;
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .facetwp-facet-recet_button button, body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .facetwp-facet-apply_button button {
    height: 45px !important;
    padding: 14px 30px !important;
    font-size: 14px !important;
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .facetwp-facet {
    margin: 0 !important;
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget_text:last-child {
    margin-top: auto !important;
    width: 100%;
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget_text:last-child .textwidget {
    display: flex;
    align-items: center;
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget_text:last-child .textwidget .facetwp-type-reset {
    margin-right: auto !important;
  }
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget_text:last-child .textwidget .facetwp-type-apply {
    margin-left: auto !important;
  }
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .buttons-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .buttons-group .facetwp-facet {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .facetwp-facet-apply_button {
  padding-top: 0 !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .facetwp-facet-clear_search {
  display: flex;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .facetwp-input-wrap .facetwp-icon {
  height: 90% !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .widget-title {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  font-family: var(--neo-content-font) !important;
  color: var(--neo-heading-color) !important;
  margin-bottom: 12px !important;
  text-transform: unset !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding-right: 20px !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .widget-title svg {
  transition: all 0.2s ease-in-out;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .widget-title .open-button {
  display: flex;
  margin-top: -3px !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .widget-title .close-button {
  display: none;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .widget-title.active .open-button {
  display: none;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .widget-title.active .close-button {
  display: flex;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-type-search {
  padding-top: 0 !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) {
  display: none;
  padding-left: 10px;
  padding-top: 20px;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) [data-value=landscape] .check-icon {
  display: inline-block !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) [data-value=landscape] .check-icon .check-icon {
  display: none !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) [data-value=landscape].checked .check-icon {
  opacity: 1;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) [data-value=landscape].checked .check-icon .check-icon {
  display: block !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) [data-value=portrait] .check-icon {
  display: inline-block !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) [data-value=portrait] .check-icon .check-icon {
  display: none !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) [data-value=portrait].checked .check-icon {
  opacity: 1;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) [data-value=portrait].checked .check-icon .check-icon {
  display: block !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) [data-value=square] .check-icon {
  display: inline-block !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) [data-value=square] .check-icon .check-icon {
  display: none !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) [data-value=square].checked .check-icon {
  opacity: 1;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) [data-value=square].checked .check-icon .check-icon {
  display: block !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .parent-checkbox {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .parent-checkbox .facetwp-checkbox {
  margin-bottom: 0 !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .parent-checkbox .child-toggle {
  cursor: pointer;
  margin-left: auto;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .device-icon {
  margin-right: 8px;
  min-width: 20px;
  float: right;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .check-icon {
  margin-right: 8px;
  opacity: 1;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .check-icon .check-icon {
  display: none;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .facetwp-checkbox, body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .parent-checkbox {
  background: none !important;
  padding-left: 0 !important;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  padding-right: 20px !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .facetwp-checkbox.checked .check-icon, body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .parent-checkbox.checked .check-icon {
  opacity: 1;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .facetwp-checkbox.checked .check-icon .check-icon, body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .parent-checkbox.checked .check-icon .check-icon {
  display: block;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .facetwp-checkbox:not(:last-child), body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .parent-checkbox:not(:last-child) {
  margin-bottom: 20px;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .facetwp-checkbox .open-button, body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .parent-checkbox .open-button {
  display: flex;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .facetwp-checkbox .close-button, body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .parent-checkbox .close-button {
  display: none;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .facetwp-checkbox.active .open-button, body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .parent-checkbox.active .open-button {
  display: none;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .facetwp-checkbox.active .close-button, body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .parent-checkbox.active .close-button {
  display: flex;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .facetwp-display-value {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 150% !important;
  color: var(--neo-heading-color) !important;
  display: inline-block;
  position: relative;
  top: -4px;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .facetwp-depth {
  padding-left: 30px !important;
  margin-left: 0 !important;
  padding-bottom: 24px !important;
  top: -12px;
  position: relative;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .facetwp-depth .facetwp-display-value {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 150% !important;
  color: var(--neo-heading-color) !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .facetwp-depth .facetwp-checkbox:not(:last-child) {
  margin-bottom: 14px !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .facetwp-counter {
  display: none !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .secondary-wrapper .widget-area .widget .facetwp-facet:not(.facetwp-facet-clear_search) .facetwp-expand {
  display: none !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .content-area {
  order: 2;
  padding: 0 !important;
  width: 66.66666% !important;
  min-width: 66.66666% !important;
  max-width: 66.66666% !important;
  padding-left: 60px !important;
}
@media (max-width: 1024px) {
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .content-area {
    padding-left: 30px !important;
  }
}
@media (max-width: 767px) {
  body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .content-area {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    order: 2 !important;
    padding-left: 0 !important;
  }
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .content-area .page-title {
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 30px !important;
  line-height: 150% !important;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .content-area br {
  display: none !important;
}
body:not(.single-product):not(.woocommerce-account) .shoptimizer-archive .col-full .content-area .mobile-filter {
  display: none !important;
}

.products {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -12px !important;
  width: calc(100% + 24px) !important;
}
.products .product {
  padding: 12px !important;
}
.products .product:before {
  display: none !important;
}
.products .product .woocommerce-image__wrapper {
  margin-bottom: 20px;
  display: flex;
  transform: scale(1) !important;
  width: 100%;
}
.products .product .woocommerce-image__wrapper a {
  width: 100%;
}
.products .product .woocommerce-image__wrapper a img {
  transform: scale(1) !important;
  width: 100%;
}
.products .product .woocommerce-card__header {
  padding-top: 0 !important;
}
.products .product .woocommerce-card__header .product__categories, .products .product .woocommerce-card__header .star-rating {
  display: none;
}
.products .product .woocommerce-card__header .woocommerce-loop-product__title {
  display: flex;
  margin-top: 0 !important;
  margin-bottom: 10px;
}
.products .product .woocommerce-card__header .woocommerce-loop-product__title a {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 150% !important;
  font-family: var(--neo-content-font) !important;
  color: #000 !important;
}
.products .product .button {
  display: none !important;
}

.widget_product_search {
  padding: 0 !important;
}
.widget_product_search form {
  margin-bottom: 0 !important;
  display: flex;
  width: 100% !important;
  align-items: center;
  position: relative;
}
.widget_product_search form:before {
  display: none !important;
}
.widget_product_search form .icon-button {
  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;
}
.widget_product_search form input {
  background-color: #f3f2f1;
  padding: 8px 16px 10px 16px !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2 !important;
  box-shadow: none !important;
  border: none !important;
  color: var(--neo-heading-color);
  border-radius: 50px !important;
}
.widget_product_search form input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--neo-heading-color);
}

[data-value=uncategorized] {
  display: none !important;
}

.filter-button {
  order: 3;
  display: none;
  background: #fff !important;
  transition: all 0.2s ease-in-out;
}
.filter-button.disabled {
  opacity: 0 !important;
  pointer-events: none !important;
}
.filter-button a {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  border: 1px solid var(--neo-heading-color);
  color: var(--neo-heading-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 126%;
  letter-spacing: 1.92px;
  border-radius: 100px;
  padding: 12px 0;
  height: 44px;
}
.filter-button a svg {
  margin-right: 12px;
}
@media (max-width: 576px) {
  .filter-button {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 8px 12px;
  }
}
.filter-button a {
  display: flex;
  align-items: center;
  color: var(--neo-heading-color);
  font-size: 16px;
  font-weight: 400;
}
.filter-button a img {
  margin-left: 8px;
  margin-top: 4px;
}

.single-product .filter-button {
  display: none !important;
}

#secondary {
  overflow-x: hidden !important;
}

.radio-container {
  display: flex;
  align-items: center; /* Alinear verticalmente en el centro */
  margin-bottom: 5px; /* Ajusta el margen inferior según sea necesario */
}

.single-product .shoptimizer-archive {
  padding-top: 50px !important;
  padding-bottom: 130px !important;
  width: 100%;
}
.single-product .shoptimizer-archive .archive-header {
  display: none !important;
}
.single-product .shoptimizer-archive .col-full {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  background-color: transparent !important;
}
.single-product .shoptimizer-archive .col-full .product {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.single-product .shoptimizer-archive .col-full .meta-product {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.single-product .shoptimizer-archive .col-full .meta-product .jkd-breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 600px;
}
.single-product .shoptimizer-archive .col-full .meta-product .jkd-breadcrumbs .breadcrumbs-separator {
  margin: 0 8px;
  display: flex;
  align-items: center;
}
.single-product .shoptimizer-archive .col-full .meta-product .jkd-breadcrumbs .breadcrumbs-item, .single-product .shoptimizer-archive .col-full .meta-product .jkd-breadcrumbs .breadcrumbs-link {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--neo-heading-color);
}
.single-product .shoptimizer-archive .col-full .content-area {
  margin: 0 !important;
  width: 100% !important;
}
.single-product .shoptimizer-archive .col-full .shoptimizer-modals-wrapper {
  order: 9 !important;
}
.single-product .shoptimizer-archive .col-full .product-type-simple .product-details-wrapper .entry-title {
  order: 1 !important;
}
.single-product .shoptimizer-archive .col-full .product-type-simple .product-details-wrapper .shoptimizer-modals-wrapper {
  order: 0 !important;
}
.single-product .shoptimizer-archive .col-full .product-type-simple .product-details-wrapper .sku_wrapper {
  order: 2 !important;
}
.single-product .shoptimizer-archive .col-full .product-type-simple .product-details-wrapper .onsale {
  order: 3 !important;
}
.single-product .shoptimizer-archive .col-full .product-type-simple .product-details-wrapper .price {
  order: 4 !important;
}
.single-product .shoptimizer-archive .col-full .product-type-simple .product-details-wrapper .tip-wrapper {
  order: 5 !important;
}
.single-product .shoptimizer-archive .col-full .product-type-simple .product-details-wrapper .cart {
  order: 6 !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper {
  padding: 0 !important;
  display: flex;
  order: 5;
  width: 100%;
  position: relative;
  z-index: 1;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .ppcp-messages {
  display: none !important;
}
@media (max-width: 767px) {
  .single-product .shoptimizer-archive .col-full .product-details-wrapper > .woocommerce-product-gallery {
    margin-bottom: 5px;
  }
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .product-thumbs-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .product-description {
  order: 99;
  display: flex;
  margin-top: 10px;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .arrow-img {
  opacity: 0.4;
}
@media (max-width: 767px) {
  .single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .arrow-img {
    width: 15px; /* adjust this value for the size on mobile devices */
    height: auto;
  }
}
@media (max-width: 767px) {
  .single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 0 !important;
  position: relative;
  height: 500px !important;
  max-height: 500px;
}
@media (max-width: 767px) {
  .single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .flex-viewport {
    height: 350px;
    max-height: 350px;
  }
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper img {
  object-fit: contain;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper iframe {
  height: 500px;
}
@media (max-width: 767px) {
  .single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper iframe {
    height: 350px;
  }
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper a, .single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper img {
  width: auto !important;
  margin: 0 auto;
  height: 500px;
}
@media (max-width: 767px) {
  .single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper a, .single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper img {
    height: 350px;
  }
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper iframe {
  height: 500px;
}
@media (max-width: 767px) {
  .single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper iframe {
    height: 350px;
  }
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .flex-control-nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: -12px !important;
  height: auto;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .flex-control-nav li {
  padding: 12px;
  margin: 0 !important;
  min-width: 130px;
  width: 130px;
  min-height: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .flex-control-nav li {
    min-width: 100px;
    width: 100px;
    min-height: 100px;
    height: 100px;
  }
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .flex-control-nav li img {
  display: flex;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .flex-direction-nav li a:before, .single-product .shoptimizer-archive .col-full .product-details-wrapper .woocommerce-product-gallery .flex-direction-nav li a:after {
  background: #8b8680;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary {
  width: 100%;
  min-width: 400px;
  max-width: 485px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .onsale {
  height: auto;
  line-height: 1 !important;
  padding: 6px 8px;
  border-radius: 4px;
  background: #ff785a;
  font-weight: 400;
  font-size: 14px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  order: 4;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .variations_form {
  margin-top: 40px !important;
  order: 8;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .entry-title {
  font-style: normal;
  font-weight: 300;
  font-size: 27px;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #000000 !important;
  order: 1;
  padding: 0 !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .single_variation_wrap .woocommerce-variation-description {
  margin-top: 20px;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .single_variation_wrap .woocommerce-variation-price .price, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .single_variation_wrap .woocommerce-variation-price .price ins, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .single_variation_wrap .woocommerce-variation-price .price bdi {
  font-size: 28px !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .variations tr:not(:first-child) label {
  margin-top: 20px !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .variations th label {
  margin-bottom: 12px;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .variations th label span {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: var(--neo-heading-color);
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .variations th label span:after {
  background: var(--neo-accent-color-1) !important;
  top: 1px !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .variations .value {
  margin-bottom: 0;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .variations .value .notice-alert {
  width: 100%;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #ff0000;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary select {
  padding: 2px 16px 6px 16px;
  height: auto !important;
  margin: 0 !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: var(--neo-heading-color);
  border-radius: 50px;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .reset_variations {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: var(--neo-heading-color) !important;
  visibility: visible !important;
  margin-top: 15px !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .select-wrapper select {
  background-image: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .select-wrapper.active .arrow {
  transform: rotate(-180deg);
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .single_add_to_cart_button {
  color: #fff !important;
  pointer-events: auto;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .fpf-fields {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .fpf-fields h2 {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 150% !important;
  display: flex !important;
  align-items: center !important;
  color: var(--neo-heading-color) !important;
  margin-bottom: 14px !important;
  font-family: var(--neo-content-font) !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .fpf-fields .fpf-field input[type=text] {
  padding: 4px 16px;
  height: 32px;
  margin: 0 !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: var(--neo-heading-color);
  border-radius: 50px;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .fpf-fields .fpf-field .form-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .fpf-fields .fpf-field .form-row input {
  width: 100%;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .fpf-fields .fpf-field .form-row label {
  margin-bottom: 12px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: var(--neo-heading-color);
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .fpf-fields .fpf-field .tooltip {
  display: none !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .fpf-fields .fpf-field:not(:last-child) {
  margin-bottom: 15px !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .fpf-fields .woocommerce-input-wrapper {
  width: 100%;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .fpf-fields .woocommerce-input-wrapper input {
  width: 100%;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .fpf-fields .fpf-checkbox {
  margin-top: 40px !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .fpf-fields .fpf-checkbox .woocommerce-input-wrapper {
  width: 100%;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .fpf-fields .fpf-checkbox .woocommerce-input-wrapper .input-checkbox {
  margin-right: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  z-index: 1;
  position: relative;
  border-radius: 50px;
  border: 1px solid var(--neo-heading-color);
  appearance: none !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .fpf-fields .fpf-checkbox .woocommerce-input-wrapper .input-checkbox:after {
  width: 12px;
  min-width: 12px;
  height: 12px;
  border-radius: 100%;
  position: relative;
  background-color: var(--neo-heading-color);
  content: "";
  display: flex;
  opacity: 0;
  z-index: 2;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .fpf-fields .fpf-checkbox .woocommerce-input-wrapper .input-checkbox:checked:after {
  opacity: 1;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .fpf-fields .fpf-checkbox .woocommerce-input-wrapper .checkbox {
  margin: 0 !important;
  display: flex;
  align-items: center;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .fpf-fields .fpf-checkbox .woocommerce-input-wrapper .checkbox .required {
  display: none !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .woocommerce-variation-add-to-cart {
  padding-top: 0 !important;
  margin-top: 40px !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .fpf-fields-config-wrapper {
  margin-bottom: 40px !important;
  display: flex;
  width: unset !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .fpf-fields-config-wrapper p {
  display: block !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .fpf-fields-config-wrapper button {
  height: 40px !important;
  padding: 10px 20px !important;
  margin-top: 20px;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .sku_wrapper {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: var(--neo-heading-color);
  order: 2;
  margin-bottom: 40px;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .reviews {
  order: 3;
  display: flex;
  margin-bottom: 40px;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .sku_wrapper, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .reviews {
  margin-top: 16px !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price {
  margin-top: 5px !important;
  order: 5;
  display: flex;
  align-items: flex-start !important;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price br {
  display: none !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .sale-title {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 150% !important;
  text-transform: uppercase !important;
  color: #a2a2a2 !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  margin-bottom: 4px;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price ins, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price bdi {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  display: flex;
  letter-spacing: 0.08em;
  color: #000000;
  margin: 0;
  flex-wrap: wrap;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price .price, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price ins .price, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price bdi .price {
  margin: 0 !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price ins, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price ins ins, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price bdi ins {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  align-items: center;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price .del-wrp, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price ins .del-wrp, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price bdi .del-wrp {
  display: flex;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price .del-wrp del, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price ins .del-wrp del, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price bdi .del-wrp del {
  width: unset !important;
  min-width: unset !important;
  max-width: unset !important;
  align-items: center;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price .del-wrp del.none-line, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price ins .del-wrp del.none-line, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price bdi .del-wrp del.none-line {
  text-decoration-line: none !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price .del-wrp .sale-badge, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price ins .del-wrp .sale-badge, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price bdi .del-wrp .sale-badge {
  margin-left: 2px;
  color: #638164 !important;
  font-size: 20px;
  opacity: 1 !important;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price .del-wrp bdi, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price ins .del-wrp bdi, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price bdi .del-wrp bdi {
  flex-wrap: nowrap;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price .del-wrp bdi.black-text,
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price .del-wrp bdi .woocommerce-Price-currencySymbol.black-text, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price ins .del-wrp bdi.black-text,
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price ins .del-wrp bdi .woocommerce-Price-currencySymbol.black-text, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price bdi .del-wrp bdi.black-text,
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price bdi .del-wrp bdi .woocommerce-Price-currencySymbol.black-text {
  color: #000000 !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price .del-wrp bdi.line, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price ins .del-wrp bdi.line, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price bdi .del-wrp bdi.line {
  text-decoration-line: line-through !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price del, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price ins del, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price bdi del {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  font-style: normal;
  font-weight: 500;
  display: flex;
  line-height: 1.2;
  margin-right: 10px !important;
  text-decoration-line: line-through;
  color: #638164 !important;
  font-size: 20px;
  opacity: 1 !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price del *, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price ins del *, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price bdi del * {
  color: #638164 !important;
  font-size: 20px;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price del .none-line, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price ins del .none-line, .single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .price bdi del .none-line {
  text-decoration-line: none !important;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .woocommerce-product-details__short-description {
  order: 7;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .tip-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: var(--neo-heading-color);
  margin-bottom: 20px;
  order: 6;
  margin-top: 20px;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary .tip-wrapper svg {
  margin-left: 10px;
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: var(--neo-heading-color);
}
.single-product .shoptimizer-archive .col-full .product-details-wrapper .call-back-feature {
  display: none;
}
@media (max-width: 767px) {
  .single-product .shoptimizer-archive .col-full .product-details-wrapper {
    flex-direction: column;
  }
}
.single-product .shoptimizer-archive .col-full .after-summary-block {
  margin-top: 82px;
  margin-bottom: 66px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 6;
}
@media (max-width: 767px) {
  .single-product .shoptimizer-archive .col-full .after-summary-block {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
}
.single-product .shoptimizer-archive .col-full .after-summary-block .icon-wrapper {
  display: flex;
  align-items: center;
}
.single-product .shoptimizer-archive .col-full .after-summary-block .icon-wrapper svg {
  margin-right: 20px;
}
.single-product .shoptimizer-archive .col-full .after-summary-block .icon-wrapper span {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: var(--neo-heading-color);
}
.single-product .shoptimizer-archive .col-full .after-summary-block .icon-wrapper:not(:last-child):after {
  content: "|";
  display: flex;
  margin: 0 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  align-items: center;
  color: #a39c95;
}
@media (max-width: 767px) {
  .single-product .shoptimizer-archive .col-full .after-summary-block .icon-wrapper:not(:last-child):after {
    margin: 0 20px !important;
  }
}
.single-product .shoptimizer-archive .col-full .woocommerce-accordions {
  width: 100%;
  display: flex;
  order: 7;
  position: relative;
  justify-content: center;
}
.single-product .shoptimizer-archive .col-full .woocommerce-accordions .overlay {
  top: -30px;
  z-index: 1;
  position: absolute;
  width: calc(100% + 120px);
  display: none !important;
}
.single-product .shoptimizer-archive .col-full .woocommerce-accordions .accordions {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 10;
  margin: 0 !important;
}
.single-product .shoptimizer-archive .col-full .woocommerce-accordions .accordions .accordion-item {
  list-style: none;
  width: 100%;
  margin: 0 !important;
  background-color: #fbfafa;
}
.single-product .shoptimizer-archive .col-full .woocommerce-accordions .accordions .accordion-item:not(:last-child) {
  border-bottom: 1px solid #a39c95;
}
.single-product .shoptimizer-archive .col-full .woocommerce-accordions .accordions .accordion-item .woocommerce-Tabs-panel {
  padding: 0 !important;
}
.single-product .shoptimizer-archive .col-full .woocommerce-accordions .accordions .accordion-item .woocommerce-Tabs-panel .inner-content {
  padding: 0 32px 20px 32px;
}
.single-product .shoptimizer-archive .col-full .woocommerce-accordions .accordions .accordion-item .woocommerce-Tabs-panel .inner-content h5 {
  margin-bottom: 5px !important;
}
.single-product .shoptimizer-archive .col-full .woocommerce-accordions .accordions .accordion-item .woocommerce-Tabs-panel .inner-content ul {
  margin: 10px 0;
}
.single-product .shoptimizer-archive .col-full .woocommerce-accordions .accordions .accordion-item .woocommerce-Tabs-panel .inner-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.single-product .shoptimizer-archive .col-full .woocommerce-accordions .accordions .accordion-item .accordion-header-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 73px;
  width: 100%;
  padding: 0 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 136%;
  letter-spacing: 0.08em;
  color: var(--neo-heading-color);
}
.single-product .shoptimizer-archive .col-full .woocommerce-accordions .accordions .accordion-item .accordion-header-item svg {
  transition: all var(--jkd-transition-duration) var(--jkd-transition-type);
}
.single-product .shoptimizer-archive .col-full .woocommerce-accordions .accordions .accordion-item .accordion-header-item.active svg {
  transform: rotate(-180deg);
}
.single-product .shoptimizer-archive .col-full .woocommerce-accordions .accordions .accordion-item .entry-content {
  display: none;
}
.single-product .shoptimizer-archive .col-full .woocommerce-accordions .accordions .accordion-item .entry-content p {
  font-size: 14px;
}
.single-product .shoptimizer-archive .col-full .review-form-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999999;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transform: scale(0.95);
  transition: all 0.2s ease-in-out;
}
.single-product .shoptimizer-archive .col-full .review-form-popup-wrapper.active {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.single-product .shoptimizer-archive .col-full .review-form-popup-wrapper .review-form-popup {
  width: 100%;
  max-width: 1040px;
  margin: 0 30px;
  position: absolute;
  padding: 64px 100px;
  background: #ffffff;
  box-shadow: 4px 4px 100px rgba(163, 156, 149, 0.4);
  border-radius: 20px;
}
.single-product .shoptimizer-archive .col-full .review-form-popup-wrapper .review-form-popup .review_form_wrapper {
  width: 100%;
}
.single-product .shoptimizer-archive .col-full .review-form-popup-wrapper .review-form-popup .review_form_wrapper #review_form {
  width: 100%;
}
.single-product .shoptimizer-archive .col-full .review-form-popup-wrapper .review-form-popup .review_form_wrapper #review_form .comment-respond {
  padding-top: 0 !important;
  width: 100%;
}
.single-product .shoptimizer-archive .col-full .review-form-popup-wrapper .review-form-popup .review_form_wrapper #review_form .comment-respond .comment-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-product .shoptimizer-archive .col-full .review-form-popup-wrapper .review-form-popup .review_form_wrapper #review_form .comment-respond .comment-form .comment-form-comment {
  width: 100%;
  order: 7;
  display: flex;
}
.single-product .shoptimizer-archive .col-full .review-form-popup-wrapper .review-form-popup .review_form_wrapper #review_form .comment-respond .comment-form .comment-form-title {
  display: flex;
  width: 100%;
  order: 2;
  margin-bottom: 24px;
}
.single-product .shoptimizer-archive .col-full .review-form-popup-wrapper .review-form-popup .review_form_wrapper #review_form .comment-respond .comment-form .comment-form-author {
  order: 3;
}
.single-product .shoptimizer-archive .col-full .review-form-popup-wrapper .review-form-popup .review_form_wrapper #review_form .comment-respond .comment-form .comment-form-email {
  order: 4;
}
.single-product .shoptimizer-archive .col-full .review-form-popup-wrapper .review-form-popup .review_form_wrapper #review_form .comment-respond .comment-form .comment-form-author, .single-product .shoptimizer-archive .col-full .review-form-popup-wrapper .review-form-popup .review_form_wrapper #review_form .comment-respond .comment-form .comment-form-email {
  width: calc(50% - 12px);
}
.single-product .shoptimizer-archive .col-full .review-form-popup-wrapper .review-form-popup .review_form_wrapper #review_form .comment-respond .comment-form .form-submit {
  margin-top: 24px !important;
  order: 8;
  display: flex;
  width: 100%;
}
.single-product .shoptimizer-archive .col-full .review-form-popup-wrapper .review-form-popup .review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating {
  margin-bottom: 24px;
  order: 1;
  display: flex;
  width: 100%;
}
.single-product .shoptimizer-archive .col-full .review-form-popup-wrapper .review-form-popup .review_form_wrapper #review_form .comment-respond .comment-reply-title, .single-product .shoptimizer-archive .col-full .review-form-popup-wrapper .review-form-popup .review_form_wrapper #review_form .comment-respond .comment-notes {
  display: none !important;
}
.single-product .shoptimizer-archive .col-full .review-form-popup-wrapper .review-form-popup .close-button {
  position: absolute;
  right: 35px;
  top: 35px;
  cursor: pointer;
  display: flex;
}
.single-product .shoptimizer-archive .col-full .woocommerce-Reviews {
  display: flex;
  order: 8;
  position: relative;
  width: 100%;
  margin-top: 50px !important;
}
.single-product .shoptimizer-archive .col-full .woocommerce-Reviews #comments {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.single-product .shoptimizer-archive .col-full .woocommerce-Reviews #comments .space-row {
  height: 8px;
}
@media (max-width: 575px) {
  .single-product .shoptimizer-archive .col-full .woocommerce-Reviews #comments .space-row {
    height: 10px;
  }
}
.single-product .shoptimizer-archive .col-full .woocommerce-Reviews #comments .woocommerce-Reviews-title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 136%;
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
  text-align: center;
  color: var(--neo-heading-color);
  margin-bottom: 0px;
  font-family: var(--neo-content-font) !important;
}
.single-product .shoptimizer-archive .col-full .woocommerce-Reviews #comments .woocommerce-Reviews-title .star-rating {
  padding-top: 10px;
}
.single-product .shoptimizer-archive .col-full .woocommerce-Reviews #comments .woocommerce-Reviews-title .star-rating:before {
  font-size: 13px;
  letter-spacing: 1px;
  padding-top: 34px;
}
@media (max-width: 575px) {
  .single-product .shoptimizer-archive .col-full .woocommerce-Reviews #comments .woocommerce-Reviews-title .star-rating {
    padding-top: 2px;
  }
  .single-product .shoptimizer-archive .col-full .woocommerce-Reviews #comments .woocommerce-Reviews-title .star-rating:before {
    padding-top: 19px !important;
  }
  .single-product .shoptimizer-archive .col-full .woocommerce-Reviews #comments .woocommerce-Reviews-title .rating {
    font-size: 18px !important;
  }
  .single-product .shoptimizer-archive .col-full .woocommerce-Reviews #comments .woocommerce-Reviews-title .count {
    font-size: 10px !important;
  }
}
.single-product .shoptimizer-archive .col-full .woocommerce-Reviews #comments .woocommerce-Reviews-title .count {
  font-size: 13px;
  padding-top: 3px;
}
.single-product .shoptimizer-archive .col-full .woocommerce-Reviews #comments .woocommerce-Reviews-title .rating {
  font-weight: 500;
  color: #2b2b2b;
  font-size: 30px;
}
.single-product .shoptimizer-archive .col-full .woocommerce-Reviews #comments .comments-meta-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-product .shoptimizer-archive .col-full .woocommerce-Reviews #comments .woocommerce-noreviews {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.single-product .shoptimizer-archive .col-full .woocommerce-Reviews #comments .commentlist {
  margin-top: 50px;
  width: 100%;
}
.single-product .shoptimizer-archive .col-full .related-wrapper {
  width: 100%;
  display: flex;
  order: 9;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 19;
}
.single-product .shoptimizer-archive .col-full .related-wrapper .products {
  margin: 0 !important;
  display: flex;
  align-items: center;
  width: 100% !important;
}
.single-product .shoptimizer-archive .col-full .related-wrapper .related-slider-wrapper {
  width: 100%;
  display: flex;
  margin-top: 120px !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.single-product .shoptimizer-archive .col-full .related-wrapper .related-slider-wrapper .products {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
}
.single-product .shoptimizer-archive .col-full .related-wrapper .related-slider-wrapper h2 {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px !important;
  padding-top: 0 !important;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 136%;
  align-items: center;
  letter-spacing: 0.08em;
  font-family: var(--neo-content-font) !important;
  color: var(--neo-heading-color);
}
@media (max-width: 767px) {
  .single-product .shoptimizer-archive {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.pswp {
  z-index: 99999999;
}

.sale-title {
  display: block;
  font-size: 14px;
  line-height: 22px !important;
  font-weight: 500;
  color: #a2a2a2;
  letter-spacing: 0.08em;
}

.sale-badge {
  font-size: 18px;
  line-height: 22px !important;
  font-weight: 500;
  color: #638164;
}

.strikethrough-price {
  font-size: 18px;
  line-height: 22px !important;
  font-weight: 500;
  color: #638164;
  text-decoration-line: line-through !important;
}

.align-right-price {
  display: inline-block;
  position: relative;
  right: 0;
  line-height: 22px !important;
}

.price-line-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem; /* optional spacing between the two spans */
}

.simple-price {
  font-size: 18px;
  line-height: 22px !important;
  font-weight: 500;
  color: #000000;
}

.price-single-product {
  margin-top: 5px;
}

.sale-title-single {
  display: block;
  font-size: 14px;
  line-height: 22px !important;
  font-weight: 500;
  color: #a2a2a2;
  letter-spacing: 0.08em;
}

.sale-badge-single {
  font-size: 20px;
  line-height: 24px !important;
  font-weight: 500;
  color: #638164;
  margin-left: 9px;
  letter-spacing: 0.08em;
}

.strikethrough-price-single {
  font-size: 20px;
  line-height: 24px !important;
  font-weight: 400;
  color: #638164;
  text-decoration-line: line-through !important;
}

.align-right-price-single {
  display: inline-block;
  position: relative;
  right: 0;
  line-height: 22px !important;
}

.price-line-wrapper-single {
  font-size: 20px !important;
  line-height: 22px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.simple-price-single {
  font-size: 20px;
  line-height: 24px !important;
  font-weight: 400;
  color: #000000;
}

.woocommerce-account .col-full {
  flex-direction: column !important;
  display: flex;
}
.woocommerce-account .col-full .entry-header {
  width: 100%;
}
.woocommerce-account .col-full .entry-title {
  margin-bottom: 20px !important;
}
.woocommerce-account .col-full .woocommerce-form-row {
  margin-top: 15px !important;
}
.woocommerce-account .col-full .woocommerce-Message {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  width: 100%;
}
.woocommerce-account .col-full .content-area {
  width: 100%;
}
.woocommerce-account .col-full .content-area .entry-content .woocommerce {
  padding: 0 !important;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.woocommerce-account .col-full .woocommerce-MyAccount-navigation {
  margin-right: 0 !important;
  padding-right: 30px !important;
}
.woocommerce-account .col-full .woocommerce-MyAccount-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 30px !important;
}
.woocommerce-account .col-full .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
  padding-bottom: 20px;
}
.woocommerce-account .col-full .woocommerce-breadcrumb {
  position: relative;
}
.woocommerce-account .col-full .woocommerce-breadcrumb .breadcrumb-logout-link {
  position: absolute;
  right: 20px;
  top: 14px;
  font-size: 14px;
}

.woocommerce-cart-form__contents td.xactions .coupon {
  text-align: left;
}
.woocommerce-cart-form__contents td.xactions .coupon input[name=coupon_code] {
  margin-bottom: 10px;
  margin-left: 5px;
}
.woocommerce-cart-form__contents td.xactions .coupon button {
  margin: 0;
}
.woocommerce-cart-form__contents td.xactions button[name=update_cart] {
  float: right;
}
@media (max-width: 767px) {
  .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-price .awdr_cart_strikeout_line {
    margin: 5px;
  }
  .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-price .awdr_cart_strikeout_line del {
    display: block;
  }
  .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-quantity .quantity {
    width: auto;
    margin-right: 10px;
  }
  .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-quantity .quantity .quantity-nav {
    display: none;
  }
}

#tf-coupon-form-modal {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  z-index: 99;
  max-width: 90vw;
}
#tf-coupon-form-modal .woocommerce-error {
  margin-bottom: 0 !important;
}
#tf-coupon-form-modal .woocommerce-form-coupon-toggle {
  display: none !important;
}
#tf-coupon-form-modal form.woocommerce-form-coupon.checkout_coupon {
  display: block !important;
  width: auto;
  margin: 0 !important;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.2);
}
#tf-coupon-form-modal form.woocommerce-form-coupon.checkout_coupon .form-row {
  width: 100% !important;
}
#tf-coupon-form-modal form.woocommerce-form-coupon.checkout_coupon button[name=apply_coupon] {
  margin-top: 10px;
  float: right;
}
#tf-coupon-form-modal #tf-modal-close {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 4px;
  right: 4px;
  border-radius: 50%;
  background: #56765b;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}

#tf-coupon-modal-background {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 98;
}

#tf-coupon-trigger-wrap {
  display: block;
  position: relative;
}
#tf-coupon-trigger-wrap #tf-coupon-trigger {
  display: block;
  position: relative;
  margin-bottom: 1.8em;
  background-color: #f3f2f1;
  border: 1px solid #56765b;
  border-radius: 4px;
  cursor: pointer;
  padding: 1em 20px;
}

.tfa-coupon-form {
  margin-bottom: 20px;
}
.tfa-coupon-form .woocommerce-form-coupon-toggle {
  display: none;
}
.tfa-coupon-form .form-row {
  width: 100%;
}
.tfa-coupon-form .form-row.form-row-first {
  margin-bottom: 5px !important;
  margin-top: 10px !important;
}
.tfa-coupon-form .form-row button[name=apply_coupon] {
  width: 100%;
  font-size: 14px !important;
  padding: 10px !important;
  height: auto !important;
  border-radius: 5px !important;
}

.woocommerce > .woocommerce-form-coupon-toggle {
  display: none;
}

.add_gift_card_form #wc_gc_cart_redeem_form {
  margin-top: 10px;
}
.add_gift_card_form #wc_gc_cart_code {
  font-size: 16px;
  margin-bottom: 5px;
}
.add_gift_card_form button {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 10px;
  background-color: var(--neo-accent-color-1) !important;
}

.neo-navigation {
  width: 100%;
  position: fixed;
  height: 145px;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 99997 !important;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
}
.neo-navigation .neo-top-bar {
  width: 100%;
  height: 30px;
  min-height: 30px;
  background-color: var(--neo-accent-color-1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
}
.neo-navigation .neo-top-bar .close-button {
  right: 16px;
  position: absolute;
  cursor: pointer;
}
.neo-navigation .search-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  border-bottom: 1px solid rgba(152, 152, 152, 0.2);
  padding: 50px 0;
  z-index: 99999;
}
.neo-navigation .search-form-wrapper .container .search-form {
  display: flex;
  align-items: center;
  width: 100%;
}
.neo-navigation .search-form-wrapper .container .search-form:before {
  display: none !important;
}
.neo-navigation .search-form-wrapper .container .search-form label {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  height: 52px;
}
.neo-navigation .search-form-wrapper .container .search-form label .search-field {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  display: flex;
  background-color: #f3f2f1;
  padding: 8px 16px 10px 16px !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2 !important;
  box-shadow: none !important;
  border: none !important;
  color: var(--neo-heading-color);
  border-radius: 50px !important;
}
.neo-navigation .search-form-wrapper .container .search-form label .search-field::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--neo-heading-color);
}
.neo-navigation .search-form-wrapper .container .search-form label .screen-reader-text {
  display: none;
}
.neo-navigation .search-form-wrapper .container .search-form .search-submit {
  margin-left: 15px;
  margin-top: 0 !important;
}
.neo-navigation .search-form-wrapper.active {
  transform: translateY(0);
}
.neo-navigation .search-form-wrapper .close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.neo-navigation .mobile-wrapper {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .neo-navigation .mobile-wrapper {
    display: flex !important;
  }
}
.neo-navigation .mobile-wrapper .logo-img {
  max-height: 75px !important;
  width: auto !important;
  height: 100% !important;
}
.neo-navigation .inner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .neo-navigation .inner-wrapper {
    display: none !important;
  }
}
.neo-navigation .inner-wrapper .action-toggle {
  cursor: pointer;
}
.neo-navigation .inner-wrapper .left-side {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.neo-navigation .inner-wrapper .left-side .site-branding {
  margin-right: 30px;
}
.neo-navigation .inner-wrapper .left-side .site-branding .menu-toggle {
  display: flex !important;
}
.neo-navigation .inner-wrapper .left-side .menu-wrapper {
  display: flex;
  align-items: center;
}
.neo-navigation .inner-wrapper .left-side .menu-wrapper .menu-list {
  display: flex;
  align-items: center;
  margin: 0 !important;
}
.neo-navigation .inner-wrapper .left-side .menu-wrapper .menu-list li {
  list-style: none;
  display: flex;
  align-items: center;
}
.neo-navigation .inner-wrapper .left-side .menu-wrapper .menu-list li.menu-item-has-children {
  position: relative;
}
.neo-navigation .inner-wrapper .left-side .menu-wrapper .menu-list li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  min-width: 180px;
  max-width: 180px;
  width: 180px;
  padding: 15px 0;
  transform: translateY(15px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
.neo-navigation .inner-wrapper .left-side .menu-wrapper .menu-list li.menu-item-has-children .sub-menu .menu-item {
  margin-right: 0 !important;
  padding: 7px 15px;
}
.neo-navigation .inner-wrapper .left-side .menu-wrapper .menu-list li.menu-item-has-children .sub-menu.active {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}
.neo-navigation .inner-wrapper .left-side .menu-wrapper .menu-list li .menu-item-icon {
  margin-left: 9px;
}
.neo-navigation .inner-wrapper .left-side .menu-wrapper .menu-list li:not(:last-child) {
  margin-right: 28px;
}
.neo-navigation .inner-wrapper .left-side .menu-wrapper .menu-list li a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  padding: 7px 0;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--neo-heading-color);
}
.neo-navigation .center-side {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.neo-navigation .right-side {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.neo-navigation .right-side .action-toggle {
  position: relative;
}
.neo-navigation .right-side .action-toggle .count-label {
  position: absolute;
  top: -10px;
  right: -18px;
  background-color: #ff0000;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.neo-navigation .right-side .action-toggle:not(:last-child) {
  margin-right: 27px;
}

.mobile-overlay {
  z-index: 99998 !important;
}

.close-drawer {
  z-index: 99999 !important;
}

.admin-bar .neo-navigation {
  top: 32px !important;
}
@media (max-width: 767px) {
  .admin-bar .neo-navigation {
    top: 46px !important;
  }
}

.col-full-nav {
  z-index: 99999 !important;
}
@media (max-width: 767px) {
  .col-full-nav {
    background-color: #fff !important;
  }
}
.col-full-nav .main-navigation {
  width: 100%;
  display: none !important;
}
@media (max-width: 767px) {
  .col-full-nav .main-navigation {
    display: block !important;
  }
}
.col-full-nav .main-navigation .container {
  padding: 0 !important;
}
.col-full-nav .main-navigation div, .col-full-nav .main-navigation li, .col-full-nav .main-navigation ul, .col-full-nav .main-navigation a {
  width: 100%;
}
.col-full-nav .col-full-nav {
  display: none !important;
}
@media (max-width: 767px) {
  .col-full-nav .col-full-nav {
    display: block !important;
  }
}

.neo-footer {
  padding-bottom: 100px;
  padding-top: 30px;
  width: 100%;
}
@media (max-width: 576px) {
  .neo-footer {
    padding-bottom: 28px !important;
  }
}
.neo-footer .inner-wrapper {
  display: flex;
  flex-direction: column;
}
.neo-footer .inner-wrapper .top-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.neo-footer .inner-wrapper .top-wrapper:after {
  content: "";
  display: flex;
  height: 1px;
  background-color: rgba(102, 95, 85, 0.64);
  position: absolute;
  width: 100%;
  z-index: 1;
}
.neo-footer .inner-wrapper .top-wrapper .logotype-wrapper {
  min-width: 192px;
  background-color: #fff;
  z-index: 10;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .top-wrapper .logotype-wrapper {
    max-width: 110px !important;
    min-width: 110px !important;
  }
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .top-wrapper .logotype-wrapper img {
    max-width: 55px !important;
    width: 55px !important;
  }
}
.neo-footer .inner-wrapper .top-wrapper .cta-arrow-wrapper {
  position: absolute;
  z-index: 10;
  left: 150px;
  top: -30px;
}
@media (max-width: 1024px) {
  .neo-footer .inner-wrapper .top-wrapper .cta-arrow-wrapper {
    top: -50px !important;
  }
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .top-wrapper .cta-arrow-wrapper {
    display: none !important;
  }
}
.neo-footer .inner-wrapper .top-wrapper .cta-arrow-wrapper svg {
  position: absolute;
  right: 100%;
  margin-top: -15px;
}
.neo-footer .inner-wrapper .top-wrapper .cta-arrow-wrapper .cta-title {
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: var(--neo-accent-color-1);
  margin-bottom: 0 !important;
  padding-left: 30px !important;
}
.neo-footer .inner-wrapper .center-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .neo-footer .inner-wrapper .center-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.neo-footer .inner-wrapper .center-wrapper .side {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  display: flex;
  min-height: 150px;
}
@media (max-width: 1024px) {
  .neo-footer .inner-wrapper .center-wrapper .side {
    min-height: unset !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.neo-footer .inner-wrapper .center-wrapper .side .widget-title {
  font-family: var(--neo-content-font) !important;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--neo-heading-color);
}
@media (max-width: 1024px) {
  .neo-footer .inner-wrapper .center-wrapper .side .widget-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .center-wrapper .side .widget-title {
    margin-bottom: 24px;
    width: 100%;
    padding: 0 20px 12px 20px;
    border-bottom: 0.5px solid rgba(102, 95, 85, 0.64);
  }
}
.neo-footer .inner-wrapper .center-wrapper .side ul {
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .center-wrapper .side ul {
    padding: 0 20px !important;
  }
}
.neo-footer .inner-wrapper .center-wrapper .side ul li {
  list-style: none;
  margin-bottom: 0 !important;
}
.neo-footer .inner-wrapper .center-wrapper .side ul li a {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: var(--neo-heading-color);
}
.neo-footer .inner-wrapper .center-wrapper .side ul li:not(:last-child) {
  margin-bottom: 5px !important;
}
.neo-footer .inner-wrapper .center-wrapper .side.left-side {
  border-right: 1px solid rgba(102, 95, 85, 0.64);
  padding-left: 50px;
  padding-right: 10px;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .neo-footer .inner-wrapper .center-wrapper .side.left-side {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 36px;
    border: none !important;
  }
}
.neo-footer .inner-wrapper .center-wrapper .side.left-side .categories-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 125px;
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .center-wrapper .side.left-side .categories-list {
    max-height: unset !important;
  }
}
.neo-footer .inner-wrapper .center-wrapper .side.left-side .categories-list li {
  padding-right: 30px;
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .center-wrapper .side.left-side .categories-list li {
    padding-right: 0 !important;
  }
}
.neo-footer .inner-wrapper .center-wrapper .side.right-side {
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .neo-footer .inner-wrapper .center-wrapper .side.right-side {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.neo-footer .inner-wrapper .center-wrapper .side.right-side .sidebar-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .center-wrapper .side.right-side .sidebar-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.neo-footer .inner-wrapper .center-wrapper .side.right-side .sidebar-wrapper .sidebar-widget {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 100%;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .neo-footer .inner-wrapper .center-wrapper .side.right-side .sidebar-wrapper .sidebar-widget {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .center-wrapper .side.right-side .sidebar-wrapper .sidebar-widget {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: unset;
    padding-left: 0;
  }
}
.neo-footer .inner-wrapper .center-wrapper .side.right-side .sidebar-wrapper .sidebar-widget:not(:last-child) {
  border-right: 1px solid rgba(102, 95, 85, 0.64);
}
@media (max-width: 1024px) {
  .neo-footer .inner-wrapper .center-wrapper .side.right-side .sidebar-wrapper .sidebar-widget:not(:last-child) {
    border: none !important;
  }
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .center-wrapper .side.right-side .sidebar-wrapper .sidebar-widget:not(:last-child) {
    margin-bottom: 36px !important;
  }
}
.neo-footer .inner-wrapper .bottom-wrapper {
  width: 100%;
  padding-top: 43px;
  border-top: 0.5px solid rgba(102, 95, 85, 0.64);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .bottom-wrapper {
    padding-top: 15px !important;
    margin-top: 24px !important;
  }
}
.neo-footer .inner-wrapper .bottom-wrapper .copyright-wrapper .copyright {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  color: var(--neo-heading-color);
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .bottom-wrapper .copyright-wrapper .copyright {
    font-size: 6px;
  }
}
.neo-footer .inner-wrapper .bottom-wrapper .social-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .bottom-wrapper .social-wrapper {
    justify-content: center;
    align-items: center;
  }
}
.neo-footer .inner-wrapper .bottom-wrapper .social-wrapper a {
  display: flex;
  color: rgba(102, 95, 85, 0.64);
}
.neo-footer .inner-wrapper .bottom-wrapper .social-wrapper a i {
  font-size: 20px;
}
.neo-footer .inner-wrapper .bottom-wrapper .social-wrapper a:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 576px) {
  .neo-footer .inner-wrapper .bottom-wrapper .social-wrapper a:not(:last-child) {
    margin-right: 17px;
  }
}

.neo-section-instagram .inner-wrapper {
  width: 100%;
}
.neo-section-instagram .inner-wrapper .instagram-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.neo-section-instagram .inner-wrapper .instagram-inner .instagram-title {
  text-align: center;
  margin-bottom: 15px;
  font-style: normal;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: -0.02em;
  font-weight: 200 !important;
}
.neo-section-instagram .inner-wrapper .instagram-inner .instagram-hashtag {
  text-align: center;
  margin-bottom: 57px !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .neo-section-instagram .inner-wrapper .instagram-inner .instagram-hashtag {
    margin-bottom: 30px !important;
  }
}
.neo-section-instagram .inner-wrapper .instagram-inner .shortcode-wrapper {
  width: calc(100% + 10px);
  display: flex;
  margin: 0 -5px -5px -5px !important;
}

.neo-section-hero-header {
  height: calc(100vh - 100px) !important;
  background-color: #fff;
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .neo-section-hero-header {
    height: 600px !important;
  }
}
.neo-section-hero-header .inner-wrapper {
  width: 100%;
  height: 100%;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 1;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: flex;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-slider .swiper-pagination {
  position: absolute;
  width: 100%;
  left: unset;
  right: unset;
  bottom: 30px !important;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: flex;
  background-color: #fff;
  opacity: 0.5 !important;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .hero-slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 12px !important;
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .content-wrapper {
  width: 100%;
  display: flex;
  padding: 102px 30px 30px 72px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 420px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .neo-section-hero-header .inner-wrapper .hero-header-inner .content-wrapper {
    padding: 50px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .neo-section-hero-header .inner-wrapper .hero-header-inner .content-wrapper {
    padding: 30px;
    align-items: center;
    justify-content: center;
  }
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .content-wrapper .hero-title {
  font-weight: 500 !important;
  font-style: normal;
  font-size: 34px;
  line-height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .neo-section-hero-header .inner-wrapper .hero-header-inner .content-wrapper .hero-title {
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.neo-section-hero-header .inner-wrapper .hero-header-inner .content-wrapper .hero-subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .neo-section-hero-header .inner-wrapper .hero-header-inner .content-wrapper .hero-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .neo-section-hero-header .inner-wrapper .hero-header-inner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
}

.neo-section-collections-grid {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.neo-section-collections-grid .overlay {
  position: absolute;
  top: 0;
  z-index: -1;
}
.neo-section-collections-grid .inner-wrapper {
  width: 100%;
}
.neo-section-collections-grid .inner-wrapper .grid-inner {
  margin: -10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 1200px) {
  .neo-section-collections-grid .inner-wrapper .grid-inner {
    flex-wrap: wrap;
  }
}
.neo-section-collections-grid .inner-wrapper .grid-inner .big-image-wrapper {
  width: 33.333333%;
  padding-bottom: 33.333333%;
  position: relative;
}
@media (max-width: 1200px) {
  .neo-section-collections-grid .inner-wrapper .grid-inner .big-image-wrapper {
    width: 100%;
    padding-bottom: 100%;
  }
}
.neo-section-collections-grid .inner-wrapper .grid-inner .big-image-wrapper .category-item {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.neo-section-collections-grid .inner-wrapper .grid-inner .big-image-wrapper .category-title a {
  font-size: 28px;
}
@media (max-width: 767px) {
  .neo-section-collections-grid .inner-wrapper .grid-inner .big-image-wrapper .category-title a {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .neo-section-collections-grid .inner-wrapper .grid-inner .big-image-wrapper .category-title a {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .neo-section-collections-grid .inner-wrapper .grid-inner .big-image-wrapper .category-title a {
    font-size: 18px;
  }
}
.neo-section-collections-grid .inner-wrapper .grid-inner .group-image-wrapper {
  width: 33.333333%;
  padding-bottom: 33.333333%;
  position: relative;
}
@media (max-width: 1200px) {
  .neo-section-collections-grid .inner-wrapper .grid-inner .group-image-wrapper {
    width: 100%;
    padding-bottom: unset !important;
  }
}
.neo-section-collections-grid .inner-wrapper .grid-inner .group-image-wrapper .group-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .neo-section-collections-grid .inner-wrapper .grid-inner .group-image-wrapper .group-wrapper {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    height: unset;
  }
}
.neo-section-collections-grid .inner-wrapper .grid-inner .group-image-wrapper .group-wrapper .category-item {
  width: 50% !important;
  height: 50% !important;
}
@media (max-width: 1200px) {
  .neo-section-collections-grid .inner-wrapper .grid-inner .group-image-wrapper .group-wrapper .category-item .title-wrapper {
    min-height: 320px;
  }
}
@media (max-width: 767px) {
  .neo-section-collections-grid .inner-wrapper .grid-inner .group-image-wrapper .group-wrapper .category-item {
    width: 100% !important;
    height: 100% !important;
  }
}
.neo-section-collections-grid .inner-wrapper .grid-inner .category-item .item-inner {
  padding: 10px;
  width: 100%;
  height: 100%;
  display: flex;
}
.neo-section-collections-grid .inner-wrapper .grid-inner .category-item .item-inner .title-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.neo-section-collections-grid .inner-wrapper .grid-inner .category-item .item-inner .title-wrapper .category-title {
  position: relative;
  z-index: 10;
  padding: 20px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .neo-section-collections-grid .inner-wrapper .grid-inner .category-item .item-inner .title-wrapper .category-title {
    padding: 10px 10px 15px 10px;
  }
}
.neo-section-collections-grid .inner-wrapper .grid-inner .category-item .item-inner .title-wrapper .category-title a {
  font-family: var(--neo-content-font) !important;
  font-style: normal !important;
  font-weight: 800 !important;
  font-size: 22px;
  line-height: 130% !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .neo-section-collections-grid .inner-wrapper .grid-inner .category-item .item-inner .title-wrapper .category-title a {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .neo-section-collections-grid .inner-wrapper .grid-inner .category-item .item-inner .title-wrapper .category-title a {
    font-size: 18px;
  }
}
.neo-section-collections-grid .inner-wrapper .grid-inner .category-item .item-inner .title-wrapper:after {
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: flex;
  z-index: 1;
  background: linear-gradient(180deg, rgba(93, 86, 79, 0) 0%, rgba(60, 51, 41, 0.8) 73.7%);
}

.neo-section-links-row {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 999 !important;
}
.neo-section-links-row .overlay {
  position: absolute;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.neo-section-links-row .overlay.overlay-1 {
  left: 0;
}
.neo-section-links-row .overlay.overlay-2 {
  right: 0;
}
.neo-section-links-row .inner-wrapper {
  width: 100%;
}
.neo-section-links-row .inner-wrapper .links-row {
  display: flex;
  align-items: center;
  margin: 0 !important;
  justify-content: center;
}
@media (max-width: 576px) {
  .neo-section-links-row .inner-wrapper .links-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.neo-section-links-row .inner-wrapper .links-row .link-item {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
@media (max-width: 576px) {
  .neo-section-links-row .inner-wrapper .links-row .link-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.neo-section-links-row .inner-wrapper .links-row .link-item a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.neo-section-links-row .inner-wrapper .links-row .link-item:not(:last-child):after {
  content: "|";
  margin: 0 24px;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  align-items: center;
  color: #f9f8f8;
}
@media (max-width: 576px) {
  .neo-section-links-row .inner-wrapper .links-row .link-item:not(:last-child):after {
    display: none;
  }
}

.neo-section-logos-grid .grid {
  display: flex;
  flex-wrap: wrap;
  margin: -30px;
  align-items: center;
  justify-content: center;
}
.neo-section-logos-grid .grid img {
  margin: 30px;
  padding: 15px;
  display: flex !important;
  max-height: 100px !important;
  height: auto !important;
  max-width: 200px !important;
}
.neo-section-logos-grid .grid a {
  display: flex;
}

.neo-section-newsletter-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.neo-section-newsletter-cta .overlay {
  position: absolute;
  top: 0;
  z-index: -1;
}
.neo-section-newsletter-cta .container {
  z-index: 10;
  justify-content: center;
  align-items: center;
}
.neo-section-newsletter-cta .newsletter-inner {
  display: flex;
  align-items: center;
  max-width: 890px !important;
}
@media (max-width: 1024px) {
  .neo-section-newsletter-cta .newsletter-inner {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .neo-section-newsletter-cta .newsletter-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.neo-section-newsletter-cta .newsletter-inner .side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.neo-section-newsletter-cta .newsletter-inner .side.left-side {
  padding-right: 70px;
  width: 100%;
}
@media (max-width: 767px) {
  .neo-section-newsletter-cta .newsletter-inner .side.left-side {
    padding-right: 0;
  }
}
.neo-section-newsletter-cta .newsletter-inner .side.left-side .newsletter-title {
  font-style: normal;
  font-weight: 200 !important;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #ffffff !important;
  margin-bottom: 12px;
  text-align: center;
}
.neo-section-newsletter-cta .newsletter-inner .side.left-side .newsletter-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
}
.neo-section-newsletter-cta .newsletter-inner .side.left-side .shortcode-wrapper {
  color: #fff;
  margin-top: 40px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.neo-section-newsletter-cta .newsletter-inner .side.left-side .shortcode-wrapper .needsclick {
  min-height: unset !important;
  background-color: transparent !important;
  width: 100%;
}
.neo-section-newsletter-cta .newsletter-inner .side.left-side .shortcode-wrapper .klaviyo-form {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.neo-section-newsletter-cta .newsletter-inner .side.left-side .shortcode-wrapper .klaviyo-form .needsclick[data-testid=form-row]:first-of-type {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.neo-section-newsletter-cta .newsletter-inner .side.left-side .shortcode-wrapper .klaviyo-form .needsclick[data-testid=form-row]:first-of-type input {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
  background-color: #f3f2f1 !important;
  height: 50px !important;
  padding: 10px 25px !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 150% !important;
  letter-spacing: 0.08em !important;
  font-family: var(--neo-content-font) !important;
  color: rgba(102, 95, 85, 0.64) !important;
}
.neo-section-newsletter-cta .newsletter-inner .side.left-side .shortcode-wrapper .klaviyo-form .needsclick[data-testid=form-row]:last-of-type {
  width: 154px !important;
  min-width: 154px !important;
  max-width: 154px !important;
}
.neo-section-newsletter-cta .newsletter-inner .side.left-side .shortcode-wrapper .klaviyo-form .needsclick[data-testid=form-row]:last-of-type button {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  background-color: var(--neo-accent-color-1) !important;
  padding: 10px 20px !important;
  width: 154px !important;
  min-width: 154px !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--neo-content-font) !important;
}
.neo-section-newsletter-cta .newsletter-inner .side.left-side .shortcode-wrapper .klaviyo-form .needsclick {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  overflow: hidden !important;
}
.neo-section-newsletter-cta .newsletter-inner .side.right-side {
  max-width: 210px;
  min-width: 210px;
  width: 210px;
}
@media (max-width: 767px) {
  .neo-section-newsletter-cta .newsletter-inner .side.right-side {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
}

.products-slider-wrapper, .related-slider-wrapper {
  display: flex;
  position: relative;
  align-items: center;
}
.products-slider-wrapper .navigation-button, .related-slider-wrapper .navigation-button {
  position: absolute;
}
.products-slider-wrapper .navigation-button.navigation-button-prev, .related-slider-wrapper .navigation-button.navigation-button-prev {
  left: -60px !important;
}
.products-slider-wrapper .navigation-button.navigation-button-next, .related-slider-wrapper .navigation-button.navigation-button-next {
  right: -60px !important;
}

.products-slider-wrapper .swiper-button-next:after, .products-slider-wrapper .swiper-container-rtl .swiper-button-prev:after {
  margin-left: 120px;
  font-size: 35px;
  color: #333;
  font-weight: bold;
}
.products-slider-wrapper .swiper-button-prev:after, .products-slider-wrapper .swiper-container-rtl .swiper-button-next:after {
  margin-right: 120px;
  font-size: 35px;
  color: #333;
  font-weight: bold;
}

.products-slider, .related-slider {
  width: 100%;
}
.products-slider .swiper-slide .inner-slide, .related-slider .swiper-slide .inner-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.products-slider .swiper-slide .inner-slide .header-wrapper, .related-slider .swiper-slide .inner-slide .header-wrapper {
  margin-bottom: 20px !important;
  display: flex;
}
.products-slider .swiper-slide .inner-slide .header-wrapper img, .related-slider .swiper-slide .inner-slide .header-wrapper img {
  width: 100%;
}
.products-slider .swiper-slide .inner-slide .content-wrapper, .related-slider .swiper-slide .inner-slide .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.products-slider .swiper-slide .inner-slide .content-wrapper .title, .related-slider .swiper-slide .inner-slide .content-wrapper .title {
  display: flex;
  margin-bottom: 10px;
}
.products-slider .swiper-slide .inner-slide .content-wrapper .title a, .related-slider .swiper-slide .inner-slide .content-wrapper .title a {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 136%;
  letter-spacing: 0.08em;
  color: #000000;
  font-family: var(--neo-content-font) !important;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .products-slider .swiper-slide .inner-slide .content-wrapper .title a, .related-slider .swiper-slide .inner-slide .content-wrapper .title a {
    font-size: 15px;
  }
}

.neo-section-testimonials .container {
  z-index: 10;
  justify-content: center;
  align-items: center;
}
.neo-section-testimonials .number-inner-counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.neo-section-testimonials .number-inner-counter .number {
  font-style: italic;
  font-weight: 200 !important;
  font-size: 40px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #665F55 !important;
}
.neo-section-testimonials .number-inner-counter .starts {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.neo-section-testimonials .number-inner-counter .starts img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 50px !important;
  width: 50px !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
.neo-section-testimonials .testimonials-inner {
  max-width: 882px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .neo-section-testimonials .testimonials-inner {
    max-width: 100% !important;
  }
}
.neo-section-testimonials .testimonials-inner .testimonials-wrapper {
  margin-bottom: 55px;
  height: 320px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .neo-section-testimonials .testimonials-inner .testimonials-wrapper {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    height: unset !important;
  }
}
.neo-section-testimonials .testimonials-inner .testimonials-wrapper .overlay {
  position: absolute;
  z-index: 1;
}
.neo-section-testimonials .testimonials-inner .testimonials-wrapper .overlay.left-overlay {
  top: -140px;
  margin-left: -170px;
}
.neo-section-testimonials .testimonials-inner .testimonials-wrapper .overlay.right-overlay {
  top: 20px;
  right: 0;
  margin-right: -180px;
}
.neo-section-testimonials .testimonials-inner .testimonials-wrapper .testimonials-image {
  width: 320px;
  min-width: 320px;
  max-width: 320px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
  height: 320px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .neo-section-testimonials .testimonials-inner .testimonials-wrapper .testimonials-image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 200px !important;
    height: 300px;
  }
}
.neo-section-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  height: 320px;
  width: 100% !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .neo-section-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 20px;
    height: auto;
  }
}
.neo-section-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper .swiper-pagination {
  position: absolute;
  width: 100%;
  left: unset;
  right: unset;
  bottom: 20px !important;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.neo-section-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: flex;
  background-color: #e6e4e0;
  opacity: 1 !important;
}
.neo-section-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(102, 95, 85, 0.64) !important;
}
.neo-section-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 11px !important;
}
.neo-section-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper .testimonials-slider {
  width: 100%;
}
.neo-section-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper .testimonials-slider .swiper-wrapper {
  width: 100%;
}
.neo-section-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper .testimonials-slider .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab !important;
}
@media (max-width: 767px) {
  .neo-section-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper .testimonials-slider .swiper-wrapper .swiper-slide {
    display: block;
  }
}
.neo-section-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper .testimonials-slider .swiper-wrapper .swiper-slide .review-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.neo-section-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper .testimonials-slider .swiper-wrapper .swiper-slide .review-inner .review-text {
  font-family: var(--neo-heading-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.08em;
  color: var(--neo-heading-color);
  padding: 20px 40px;
}
.neo-section-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper .testimonials-slider .swiper-wrapper .swiper-slide .review-inner .review-author {
  margin-top: 30px;
  text-align: center;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
  color: var(--neo-heading-color);
}
@media (max-width: 767px) {
  .neo-section-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper .testimonials-slider .swiper-wrapper .swiper-slide .review-inner .review-author {
    margin-top: 15px;
  }
}
.neo-section-testimonials .testimonials-inner .navigation-warpper .swiper-pagination {
  position: relative;
  width: 100%;
  left: unset;
  right: unset;
  bottom: 20px !important;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.neo-section-testimonials .testimonials-inner .navigation-warpper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: flex;
  background-color: #e6e4e0;
  opacity: 1 !important;
}
.neo-section-testimonials .testimonials-inner .navigation-warpper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(102, 95, 85, 0.64) !important;
}
.neo-section-testimonials .testimonials-inner .navigation-warpper .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 11px !important;
}
.neo-section-testimonials .testimonials-inner .numbers-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .neo-section-testimonials .testimonials-inner .numbers-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.neo-section-testimonials .testimonials-inner .numbers-wrapper .number-inner {
  width: 33.3333%;
  min-width: 33.3333%;
  max-width: 33.3333%;
  border: 4px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
@media (max-width: 767px) {
  .neo-section-testimonials .testimonials-inner .numbers-wrapper .number-inner {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.neo-section-testimonials .testimonials-inner .numbers-wrapper .number-inner .number {
  font-style: italic;
  font-weight: 300;
  font-size: 48px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--neo-heading-color);
}
@media (max-width: 767px) {
  .neo-section-testimonials .testimonials-inner .numbers-wrapper .number-inner .number {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .neo-section-testimonials .testimonials-inner .numbers-wrapper .number-inner .number {
    font-size: 36px;
  }
}
.neo-section-testimonials .testimonials-inner .numbers-wrapper .number-inner .number-subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 136%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.08em;
  color: var(--neo-heading-color);
}
@media (max-width: 767px) {
  .neo-section-testimonials .testimonials-inner .numbers-wrapper .number-inner .number-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .neo-section-testimonials .testimonials-inner .numbers-wrapper .number-inner .number-subtitle {
    font-size: 20px;
  }
}
.neo-section-testimonials .testimonials-inner .numbers-wrapper .number-inner:not(:last-child) {
  border-right-color: #e6e4e0 !important;
}
@media (max-width: 767px) {
  .neo-section-testimonials .testimonials-inner .numbers-wrapper .number-inner:not(:last-child) {
    border: unset !important;
  }
}

.neo-section-two-side-citation .inner-citation {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .neo-section-two-side-citation .inner-citation {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.neo-section-two-side-citation .inner-citation .side {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.neo-section-two-side-citation .inner-citation .side.left-side {
  padding-right: 50px;
  width: 45%;
  min-width: 45%;
  max-width: 45%;
}
@media (max-width: 767px) {
  .neo-section-two-side-citation .inner-citation .side.left-side {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.neo-section-two-side-citation .inner-citation .side.right-side {
  padding-left: 50px;
  width: 55%;
  min-width: 55%;
  max-width: 55%;
}
@media (max-width: 767px) {
  .neo-section-two-side-citation .inner-citation .side.right-side {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.neo-section-two-side-citation .inner-citation .side.right-side .citation-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.neo-section-two-side-citation .inner-citation .side.right-side .citation-wrapper .citation-title {
  font-family: var(--neo-heading-font);
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #ffffff !important;
  margin-bottom: 25px !important;
  display: flex;
}
.neo-section-two-side-citation .inner-citation .side.right-side .citation-wrapper .citation-content {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
}
.neo-section-two-side-citation .inner-citation .side.right-side .citation-wrapper .citation-content p:not(:last-child) {
  margin-bottom: 25px !important;
}
.neo-section-two-side-citation .inner-citation .side.right-side .citation-wrapper .citation-author {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
  color: #ffffff;
  margin-top: 25px !important;
  display: flex;
}
.neo-section-two-side-cta .inner-cta {
  display: flex;
}
@media (max-width: 767px) {
  .neo-section-two-side-cta .inner-cta {
    flex-direction: column;
  }
}
.neo-section-two-side-cta .inner-cta .side {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  display: flex;
}
@media (max-width: 767px) {
  .neo-section-two-side-cta .inner-cta .side {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.neo-section-two-side-cta .inner-cta .side.left-side {
  background: #fbfafa;
  border: 20px solid rgba(163, 156, 149, 0.32);
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .neo-section-two-side-cta .inner-cta .side.left-side {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .neo-section-two-side-cta .inner-cta .side.left-side {
    padding: 30px;
  }
}
.neo-section-two-side-cta .inner-cta .side.left-side .cta-title {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 200 !important;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--neo-heading-color);
}
@media (max-width: 767px) {
  .neo-section-two-side-cta .inner-cta .side.left-side .cta-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .neo-section-two-side-cta .inner-cta .side.left-side .cta-title {
    margin-bottom: 10px;
  }
}
.neo-section-two-side-cta .inner-cta .side.left-side .points-list {
  padding: 0 !important;
  margin: 0 !important;
}
.neo-section-two-side-cta .inner-cta .side.left-side .points-list li {
  margin: 0 !important;
  display: flex;
  align-items: center;
}
.neo-section-two-side-cta .inner-cta .side.left-side .points-list li .counter {
  font-style: normal;
  font-weight: 900;
  font-size: 26px;
  line-height: 150%;
  color: rgba(102, 95, 85, 0.64);
  margin-right: 15px;
}
@media (max-width: 767px) {
  .neo-section-two-side-cta .inner-cta .side.left-side .points-list li .counter {
    font-size: 22px;
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  .neo-section-two-side-cta .inner-cta .side.left-side .points-list li .counter {
    font-size: 20px;
    margin-right: 5px;
  }
}
.neo-section-two-side-cta .inner-cta .side.left-side .points-list li .point-title {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: var(--neo-heading-color);
  margin-right: 15px;
}
@media (max-width: 767px) {
  .neo-section-two-side-cta .inner-cta .side.left-side .points-list li .point-title {
    margin-right: 10px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .neo-section-two-side-cta .inner-cta .side.left-side .points-list li .point-title {
    margin-right: 5px;
    font-size: 14px;
  }
}
.neo-section-two-side-cta .inner-cta .side.left-side .points-list li .point-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: var(--neo-heading-color);
}
@media (max-width: 767px) {
  .neo-section-two-side-cta .inner-cta .side.left-side .points-list li .point-title {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .neo-section-two-side-cta .inner-cta .side.left-side .points-list li .point-title {
    font-size: 14px;
  }
}
.neo-section-two-side-cta .inner-cta .side.left-side .points-list li:not(:last-child) {
  margin-bottom: 25px !important;
}
@media (max-width: 767px) {
  .neo-section-two-side-cta .inner-cta .side.left-side .points-list li:not(:last-child) {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 576px) {
  .neo-section-two-side-cta .inner-cta .side.left-side .points-list li:not(:last-child) {
    margin-bottom: 15px !important;
  }
}
.neo-section-two-side-cta .inner-cta .side.left-side .neo-button {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .neo-section-two-side-cta .inner-cta .side.left-side .neo-button {
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .neo-section-two-side-cta .inner-cta .side.left-side .neo-button {
    margin-top: 10px;
  }
}
.neo-section-two-side-cta .inner-cta .side.right-side {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
}
@media (max-width: 767px) {
  .neo-section-two-side-cta .inner-cta .side.right-side {
    min-height: 320px;
  }
}

.neo-section-two-side-about .inner-about {
  display: flex;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.831372549);
}
@media (max-width: 767px) {
  .neo-section-two-side-about .inner-about {
    flex-direction: column;
  }
}
.neo-section-two-side-about .inner-about .side {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  display: flex;
  min-height: 600px;
}
@media (max-width: 767px) {
  .neo-section-two-side-about .inner-about .side {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.neo-section-two-side-about .inner-about .side.left-side {
  border: 30px solid #e6e4e0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .neo-section-two-side-about .inner-about .side.left-side {
    order: 1;
  }
}
.neo-section-two-side-about .inner-about .side.left-side .content-wrapper {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 30px;
}
.neo-section-two-side-about .inner-about .side.left-side .content-wrapper .about-title {
  line-height: 1;
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: 300 !important;
}
.neo-section-two-side-about .inner-about .side.left-side .content-wrapper .about-subtitle {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400 !important;
}
.neo-section-two-side-about .inner-about .side.left-side .content-wrapper .about-text {
  line-height: 1.5;
  font-weight: 300;
  font-size: 18px;
}
.neo-section-two-side-about .inner-about .side.right-side {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .neo-section-two-side-about .inner-about .side.right-side {
    background-size: contain;
    min-height: 300px;
    order: 0;
  }
}

.neo-section-woo-testimonials .container {
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.neo-section-woo-testimonials .number-inner-counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.neo-section-woo-testimonials .number-inner-counter .number {
  color: #665F55 !important;
  text-align: center;
  margin-bottom: 15px;
  font-style: normal;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: -0.02em;
  font-weight: 200 !important;
}
.neo-section-woo-testimonials .number-inner-counter .starts {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.neo-section-woo-testimonials .number-inner-counter .starts img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 35px !important;
  width: 35px !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
  margin-left: 10px !important;
}
.neo-section-woo-testimonials .testimonials-inner {
  max-width: 882px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .neo-section-woo-testimonials .testimonials-inner {
    max-width: 100% !important;
  }
}
.neo-section-woo-testimonials .testimonials-inner .testimonials-wrapper {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .neo-section-woo-testimonials .testimonials-inner .testimonials-wrapper {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    height: unset !important;
  }
}
.neo-section-woo-testimonials .testimonials-inner .testimonials-wrapper .overlay {
  position: absolute;
  z-index: 1;
}
.neo-section-woo-testimonials .testimonials-inner .testimonials-wrapper .overlay.left-overlay {
  top: -140px;
  margin-left: -170px;
}
.neo-section-woo-testimonials .testimonials-inner .testimonials-wrapper .overlay.right-overlay {
  top: 20px;
  right: 0;
  margin-right: -180px;
}
.neo-section-woo-testimonials .testimonials-inner .testimonials-wrapper .testimonials-image {
  width: 280px;
  max-width: 280px;
  background-size: cover;
  background-position: top;
  position: relative;
  z-index: 10;
  height: 369px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .neo-section-woo-testimonials .testimonials-inner .testimonials-wrapper .testimonials-image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 200px !important;
    height: 300px;
  }
}
.neo-section-woo-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  position: relative;
  z-index: 10;
  width: 100% !important;
  height: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .neo-section-woo-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 20px;
    height: auto;
  }
}
.neo-section-woo-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper .bg-image {
  cursor: pointer;
}
.neo-section-woo-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper .swiper-container {
  padding-bottom: 20px;
}
.neo-section-woo-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper .swiper-pagination {
  position: absolute;
  width: 100%;
  left: unset;
  right: unset;
  bottom: 20px !important;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.neo-section-woo-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: flex;
  background-color: #e6e4e0;
  opacity: 1 !important;
}
.neo-section-woo-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(102, 95, 85, 0.64) !important;
}
.neo-section-woo-testimonials .testimonials-inner .testimonials-wrapper .slider-wrapper .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 11px !important;
}
.neo-section-woo-testimonials .testimonials-inner .navigation-warpper .swiper-pagination {
  position: relative;
  width: 100%;
  left: unset;
  right: unset;
  bottom: 20px !important;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.neo-section-woo-testimonials .testimonials-inner .navigation-warpper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: flex;
  background-color: #e6e4e0;
  opacity: 1 !important;
}
.neo-section-woo-testimonials .testimonials-inner .navigation-warpper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(102, 95, 85, 0.64) !important;
}
.neo-section-woo-testimonials .testimonials-inner .navigation-warpper .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 11px !important;
}
.neo-section-woo-testimonials .testimonials-inner .numbers-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .neo-section-woo-testimonials .testimonials-inner .numbers-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.neo-section-woo-testimonials .testimonials-inner .numbers-wrapper .number-inner {
  width: 33.3333%;
  min-width: 33.3333%;
  max-width: 33.3333%;
  border: 4px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
@media (max-width: 767px) {
  .neo-section-woo-testimonials .testimonials-inner .numbers-wrapper .number-inner {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.neo-section-woo-testimonials .testimonials-inner .numbers-wrapper .number-inner .number {
  font-style: italic;
  font-weight: 300;
  font-size: 48px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #665f55;
}
@media (max-width: 767px) {
  .neo-section-woo-testimonials .testimonials-inner .numbers-wrapper .number-inner .number {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .neo-section-woo-testimonials .testimonials-inner .numbers-wrapper .number-inner .number {
    font-size: 36px;
  }
}
.neo-section-woo-testimonials .testimonials-inner .numbers-wrapper .number-inner .number-subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 136%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.08em;
  color: #665f55;
}
@media (max-width: 767px) {
  .neo-section-woo-testimonials .testimonials-inner .numbers-wrapper .number-inner .number-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .neo-section-woo-testimonials .testimonials-inner .numbers-wrapper .number-inner .number-subtitle {
    font-size: 20px;
  }
}
.neo-section-woo-testimonials .testimonials-inner .numbers-wrapper .number-inner:not(:last-child) {
  border-right-color: #e6e4e0 !important;
}
@media (max-width: 767px) {
  .neo-section-woo-testimonials .testimonials-inner .numbers-wrapper .number-inner:not(:last-child) {
    border: unset !important;
  }
}

/* Swiper slide customization */
.woo-testimonials-slider .swiper-container {
  padding-bottom: 20px !important;
}

.woo-testimonials-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 0px 20px 20px 20px;
  transition: transform 0.3s ease;
  height: 530px;
  min-height: 530px;
  max-height: 530px;
}

/* Review text styling */
.woo-testimonials-slider .swiper-slide .review-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}

.woo-testimonials-slider .rating-stars {
  margin-top: 10px;
  margin-bottom: 10px !important;
}

.woo-testimonials-slider .review-inner h2 {
  font-size: 15px;
  margin-bottom: 10px;
}

.woo-testimonials-slider .review-inner .review-text {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.woo-testimonials-slider .review-inner .review-author {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}

.woo-testimonials-slider .review-inner .review-subtitle {
  font-size: 12px;
  color: #777;
}

/* Styling for the Swiper arrows */
.neo-section-woo-testimonials .swiper-button-prev,
.neo-section-woo-testimonials .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -360px;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

/* ARROWS */
.neo-section-woo-testimonials .swiper-button-prev:hover,
.neo-section-woo-testimonials .swiper-button-next:hover {
  background-color: none;
}

/* Left arrow */
.neo-section-woo-testimonials .swiper-button-prev {
  left: -44px;
}

/* Right arrow */
.neo-section-woo-testimonials .swiper-button-next {
  right: -44px;
}

/* Customize the arrow icons using pseudo-elements */
.neo-section-woo-testimonials .swiper-button-prev::after,
.neo-section-woo-testimonials .swiper-button-next::after {
  font-size: 35px;
  color: #333;
  font-weight: bold;
}

.woo-testimonials-slider .swiper-slide .review-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.woo-testimonials-slider .swiper-slide .review-inner .review-author {
  margin-top: auto;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  padding-top: 10px;
}

/* Adjust for different screen sizes */
@media (max-width: 1024px) {
  .woo-testimonials-slider .swiper-slide {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .woo-testimonials-slider .swiper-slide {
    max-width: 100%;
    padding: 15px;
  }
  .neo-section-woo-testimonials .overlay.left-overlay {
    display: none !important;
  }
  .neo-section-woo-testimonials .swiper-button-prev {
    left: -20px;
  }
  /* Right arrow */
  .neo-section-woo-testimonials .swiper-button-next {
    right: -20px;
  }
}
@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;
}

.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::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%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  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::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]::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%;
  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 {
  background-color: red;
}

.woocommerce-account-fields {
  margin-top: -32px;
}

@media (max-width: 767px) {
  .woocommerce-account-fields {
    margin-top: -7px;
  }
}
.col-full-nav {
  border: none !important;
  background: unset !important;
}

@media (max-width: 768px) {
  .col-full-nav {
    background: #fff !important;
  }
}
.cart_totals .tax-total {
  display: none !important;
}

.cart_totals .order-total {
  display: none !important;
}

.woocommerce-product-details__short-description {
  display: none !important;
}

.single-product .shoptimizer-archive .col-full .product-details-wrapper .summary form.variations_form.cart {
  margin-top: 15px !important;
}

.disabledBtn {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.woocommerce-remove-coupon {
  display: none;
  pointer-events: none;
}

.woocommerce-form-login__rememberme {
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce-form-login__rememberme input {
  margin-top: 5px !important;
}
.woocommerce-form-login__rememberme span {
  margin-left: 5px !important;
}

.woocommerce-LostPassword.lost_password {
  margin-top: 20px !important;
}

.mrt-red-outline {
  outline: 2px dashed #ff0000 !important;
}

.mrt-orange-outline {
  outline: 2px dashed #ff8000 !important;
}

.mrt-blue-outline {
  outline: 2px solid #0000ff !important;
}

.mrt-green-outline {
  outline: 2px solid #00ff00 !important;
}

.mrt-yellow-outline {
  outline: 2px solid #ffff00 !important;
}

.mrt-purple-outline {
  outline: 2px solid #ff00ff !important;
}

.mrt-cyan-outline {
  outline: 2px solid #00ffff !important;
}

.mrt-black-outline {
  outline: 2px dashed #000000 !important;
}

.dark-green {
  color: #638164 !important;
}

.black-text {
  color: #000000 !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.bold {
  font-weight: bold !important;
}

.extra-bold {
  font-weight: 800 !important;
}

.black-heavy-bold {
  font-weight: 900 !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-18 {
  font-size: 18px !important;
  line-height: 22px !important;
}

/*# sourceMappingURL=main.css.map */
