/*!*****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/woocommerce/woocommerce.scss ***!
  \*****************************************************************************************************************************************************************************/
.woocommerce ul.products,
ul.products {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce ul.products::before, .woocommerce ul.products::after,
ul.products::before,
ul.products::after {
  display: none;
}
.woocommerce ul.products li.product,
ul.products li.product {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
}

:root {
  --theme-main-font: "Montserrat", sans-serif;
  --theme-second-font: "Montserrat", sans-serif;
}

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 14px;
  border: 1px solid #d5d8d9;
  border-radius: 6px;
  background: #fff;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.product-card:hover {
  -webkit-box-shadow: 0px 4px 16.7px 0px rgba(0, 0, 0, 0.1411764706);
          box-shadow: 0px 4px 16.7px 0px rgba(0, 0, 0, 0.1411764706);
}
.product-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 246px;
  margin-bottom: 4px;
}
.product-card__image-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.product-card__img {
  width: auto;
  max-width: 100%;
  max-height: 293px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: auto;
}
.product-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  min-height: 23px;
}
.product-card__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 36px;
  height: 20px;
  padding: 3px;
  border-radius: 2px;
  background: #e60b30;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
}
.product-card__badge--empty {
  visibility: hidden;
}
.product-card__sku {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #9a9a9a;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  white-space: nowrap;
}
.product-card__title {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  max-width: 250px;
}
.product-card__title a {
  color: #333333;
  text-decoration: none;
  word-break: break-word;
}
.product-card__title a:hover {
  color: rgba(31, 90, 194, 0.6980392157);
}
.product-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px 16px;
}
.product-card__price-current {
  color: #e60b30;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
}
.product-card__price-current .woocommerce-Price-amount {
  color: inherit;
}
.product-card__price-old {
  color: #a6a6a6;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-decoration: line-through;
}
.product-card__price-old .woocommerce-Price-amount {
  color: inherit;
}
.product-card__actions {
  margin-top: auto;
  padding-top: 4px;
}
.product-card__actions-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
}
.product-card__qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  width: 98px;
  height: 44px;
  border: 1px solid #d5d8d9;
  border-radius: 6px;
  background: #fff;
}
.product-card__qty-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0 4px;
  border: none;
  background: transparent;
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.product-card__qty-input::-webkit-outer-spin-button, .product-card__qty-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.product-card__qty-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  border-left: 1px solid #d5d8d9;
}
.product-card__qty-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  border: none;
  background: #f3f4f5;
  color: #333333;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.product-card__qty-btn:hover {
  background: #e8eaeb;
}
.product-card__qty-btn--plus {
  border-bottom: 1px solid #d5d8d9;
}
.product-card .added_to_cart {
  display: none;
}

@media screen and (max-width: 768px) {
  .product-card {
    padding: 8px;
  }
  .product-card__image {
    min-height: 150px;
  }
  .product-card__img {
    max-height: 140px;
  }
  .product-card__price-current {
    font-size: 20px;
  }
  .product-card__actions-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-card .woo-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .product-card__qty {
    display: none;
  }
}
.sidebar-filters {
  list-style: none;
  margin: 0;
  padding: 24px 20px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.08);
}
.sidebar-filters .filters-title {
  margin: 0 0 24px;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #333333;
}
.sidebar-filters .widget_wpc_filters_widget {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-filters .wpc-filters-open-button-container,
.sidebar-filters .wpc-widget-close-container,
.sidebar-filters .wpc-posts-found,
.sidebar-filters .wpc-filters-widget-top-container,
.sidebar-filters .wpc-range-clear,
.sidebar-filters .wpc-term-count {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .sidebar-filters .wpc-filters-widget-controls-container {
    display: none !important;
  }
}
.sidebar-filters .wpc-filters-main-wrap {
  position: static;
}
.sidebar-filters .wpc-filters-widget-content {
  display: block !important;
}
.sidebar-filters .wpc-filters-widget-content {
  position: static;
  padding: 0;
  margin: 0;
  background: transparent;
  -webkit-transform: none;
          transform: none;
}
.sidebar-filters .wpc-filters-widget-containers-wrapper,
.sidebar-filters .wpc-filters-scroll-container,
.sidebar-filters .wpc-filters-widget-wrapper {
  position: static;
  overflow: visible;
  padding: 0;
  margin: 0;
  min-height: 0;
}
.sidebar-filters .wpc-filters-section {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar-filters .wpc-filters-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar-filters .wpc-filter-header {
  margin-bottom: 16px;
}
.sidebar-filters .widget-title.wpc-filter-title,
.sidebar-filters .wpc-filter-title {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-filters .wpc-filter-header .wpc-filter-title button {
  margin: 0;
  min-height: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.sidebar-filters .wpc-wrap-icons {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.sidebar-filters .wpc-filters-range-slider-wrapper {
  margin: 8px 8px 16px;
}
.sidebar-filters .wpc-filters-range-inputs .ui-slider-horizontal {
  height: 4px;
  background: #e0e0e0;
  border-radius: 4px;
}
.sidebar-filters .wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
  background: -webkit-gradient(linear, left top, right top, from(#0e479c), to(#390e6d)) !important;
  background: linear-gradient(90deg, #0e479c 0%, #390e6d 100%) !important;
}
.sidebar-filters .wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border: none;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.sidebar-filters .wpc-filters-range-wrapper {
  gap: 12px;
}
.sidebar-filters .wpc-filters-range-column {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: none;
}
.sidebar-filters .wpc-filters-range-min-column {
  margin-right: 0;
}
.sidebar-filters .wpc-filters-range-wrapper input[type=number] {
  width: 100%;
  height: 44px;
  padding: 0 42px 0 12px;
  border: 1px solid #d5d8d9;
  border-radius: 4px;
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.sidebar-filters .wpc-filters-range-column::after {
  content: "Br";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  pointer-events: none;
}
.sidebar-filters .wpc-filters-ul-list {
  margin: 0;
  padding: 0;
}
.sidebar-filters .wpc-filters-main-wrap li.wpc-term-item {
  margin: 0 0 12px;
}
.sidebar-filters .wpc-filters-main-wrap li.wpc-term-item:last-child {
  margin-bottom: 0;
}
.sidebar-filters .wpc-term-item-content-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.sidebar-filters .wpc-filters-main-wrap li.wpc-term-item label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  cursor: pointer;
}
.sidebar-filters .wpc-filters-main-wrap li.wpc-term-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 0;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sidebar-filters .wpc-filters-main-wrap li.wpc-term-item input[type=checkbox]:checked {
  border-color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#0e479c), to(#390e6d));
  background: linear-gradient(90deg, #0e479c 0%, #390e6d 100%);
}
.sidebar-filters .wpc-filters-main-wrap li.wpc-term-item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sidebar-filters .wpc-filters-section.wpc-filter-_stock_status .wpc-filters-main-wrap li.wpc-term-item input[type=checkbox],
.sidebar-filters .wpc-filters-section.wpc-filter-_stock_status li.wpc-term-item input[type=checkbox] {
  border-radius: 50%;
}
.sidebar-filters .wpc-filters-section.wpc-filter-_stock_status .wpc-filters-main-wrap li.wpc-term-item input[type=checkbox]:checked::after,
.sidebar-filters .wpc-filters-section.wpc-filter-_stock_status li.wpc-term-item input[type=checkbox]:checked::after {
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sidebar-filters .wpc-filter-link {
  color: #333333;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.sidebar-filters .wpc-filter-link:hover {
  color: #0e479c;
}
.sidebar-filters .wpc-filter-layout-submit-button {
  padding: 24px 0 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
}
.sidebar-filters .wpc-sticky-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}
.sidebar-filters .wpc-filters-main-wrap a.wpc-filters-submit-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 46px;
  padding: 0 16px;
  border: none;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#0e479c), to(#390e6d));
  background: linear-gradient(90deg, #0e479c 0%, #390e6d 100%);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
  white-space: nowrap;
}
.sidebar-filters .wpc-filters-main-wrap a.wpc-filters-submit-button:hover, .sidebar-filters .wpc-filters-main-wrap a.wpc-filters-submit-button:focus, .sidebar-filters .wpc-filters-main-wrap a.wpc-filters-submit-button:active {
  opacity: 0.9;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sidebar-filters .wpc-filters-main-wrap a.wpc-filters-reset-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 46px;
  padding: 0 16px;
  border: none;
  border-radius: 4px;
  background: #e9e9e9;
  color: #333333;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
  white-space: nowrap;
}
.sidebar-filters .wpc-filters-main-wrap a.wpc-filters-reset-button:hover, .sidebar-filters .wpc-filters-main-wrap a.wpc-filters-reset-button:focus, .sidebar-filters .wpc-filters-main-wrap a.wpc-filters-reset-button:active {
  opacity: 0.9;
  color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 768px) {
  .sidebar-filters {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .sidebar-filters .wpc-filters-open-button-container {
    display: block !important;
  }
  .sidebar-filters .wpc-filters-open-button-container {
    margin-bottom: 16px;
  }
  .sidebar-filters .wpc-filters-open-button-container a.wpc-open-close-filters-button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #d5d8d9;
    border-radius: 4px;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    background: #fff;
  }
}

.single-product__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  grid-gap: 40px;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border: 1px solid rgba(51, 51, 51, 0.2);
  padding-bottom: 72px;
}
.single-product__gallery {
  position: relative;
  max-width: 588px;
  width: 100%;
  min-width: 0;
}
.single-product__gallery > .product-card__badge,
.single-product__gallery > .single-product__sale-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}
.single-product__gallery .woocommerce-product-gallery {
  opacity: 1 !important;
}
.single-product__gallery .woocommerce-product-gallery {
  position: relative;
  width: 100%;
}
.single-product__gallery .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__image:nth-child(n+2) {
  display: none;
}
.single-product__gallery .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 0;
}
.single-product__gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
}
.single-product__gallery .woocommerce-product-gallery .woocommerce-product-gallery__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 280px;
  background: #fff;
}
.single-product__gallery .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.single-product__gallery .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  width: auto;
  max-width: 100%;
  max-height: 420px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-product__gallery .woocommerce-product-gallery .flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
  padding: 0;
  list-style: none;
}
.single-product__gallery .woocommerce-product-gallery .flex-control-thumbs li {
  float: none;
  width: auto;
  margin: 0;
  list-style: none;
}
.single-product__gallery .woocommerce-product-gallery .flex-control-thumbs img {
  display: block;
  width: 80px;
  height: 80px;
  padding: 6px;
  border: 2px solid transparent;
  border-radius: 4px;
  background: #fff;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-product__gallery .woocommerce-product-gallery .flex-control-thumbs img.flex-active, .single-product__gallery .woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1;
  border-color: #0e479c;
  -webkit-box-shadow: 0 0 0 1px #390e6d;
          box-shadow: 0 0 0 1px #390e6d;
}
.single-product__summary-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 220px);
  grid-gap: 32px;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  min-width: 0;
  padding-top: 96px;
}
.single-product__details {
  min-width: 0;
}
.single-product .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.single-product__price-wrap {
  margin: 0;
}
.single-product__price {
  margin: 0;
  color: #333333;
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
}
.single-product__price .woocommerce-Price-amount {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.single-product__price del {
  color: #a6a6a6;
  font-weight: 500;
  font-size: 20px;
}
.single-product__price ins {
  text-decoration: none;
}
.single-product__stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
}
.single-product__stock--in-stock {
  color: #2e9b4d;
}
.single-product__stock.out-of-stock {
  color: #e60b30;
}
.single-product__stock-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.single-product__variations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.single-product__variation-label {
  margin: 0 0 10px;
  color: #9a9a9a;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.single-product__variation-separator {
  margin: 0 4px;
}
.single-product__variation-value {
  color: #333333;
  font-weight: 500;
}
.single-product__variation-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  position: relative;
}
.single-product__variation-select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.single-product__variation-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #d5d8d9;
  border-radius: 6px;
  background: #fff;
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-family: var(--theme-main-font);
  cursor: pointer;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.single-product__variation-btn:hover {
  border-color: #0e479c;
}
.single-product__variation-btn.is-active {
  border-color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#0e479c), to(#390e6d));
  background: linear-gradient(90deg, #0e479c 0%, #390e6d 100%);
  color: #fff;
}
.single-product__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
  padding-top: 4px;
  font-size: 16px;
  line-height: 140%;
}
.single-product__total-label {
  color: #666666;
  font-weight: 400;
}
.single-product__total-value {
  color: #333333;
  font-weight: 600;
}
.single-product__purchase {
  padding-top: 8px;
  border-top: 1px solid #d5d8d9;
}
.single-product__purchase-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
  padding-top: 20px;
}
.single-product__qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  max-width: 193px;
  width: 100%;
  min-height: 48px;
  border: 1px solid #d5d8d9;
  border-radius: 6px;
  background: #fff;
}
.single-product__qty-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0 4px;
  border: none;
  background: transparent;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.single-product__qty-input::-webkit-outer-spin-button, .single-product__qty-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.single-product__qty-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: #333333;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.single-product__qty-btn:hover {
  background: #f3f4f5;
}
.single-product .woo-btn {
  max-width: 193px;
  width: 100%;
}
.single-product__price-note {
  margin: 0;
  color: #9a9a9a;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}
.single-product__specs {
  min-width: 0;
}
.single-product__specs-title {
  margin: 0 0 16px;
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}
.single-product__specs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-product__specs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  font-size: 13px;
  line-height: 140%;
}
.single-product__specs-label {
  color: #9a9a9a;
  font-weight: 400;
}
.single-product__specs-value {
  color: #333333;
  font-weight: 400;
}
.single-product__specs-value p {
  margin: 0;
}
.single-product .woocommerce-variation-price,
.single-product .woocommerce-variation-availability {
  display: none;
}
.single-product .reset_variations {
  display: none;
}
.single-product .cart {
  margin: 0;
}
.single-product .variations_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 1279px) {
  .single-product__gallery .woocommerce-product-gallery .woocommerce-product-gallery__image {
    min-height: 220px;
  }
  .single-product__gallery .woocommerce-product-gallery .woocommerce-product-gallery__image img {
    max-height: 300px;
  }
  .single-product__gallery .woocommerce-product-gallery .flex-control-thumbs img {
    width: 72px;
    height: 72px;
  }
  .single-product__layout {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 20px;
  }
  .single-product__summary-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 12px;
  }
  .single-product__price {
    font-size: 24px;
  }
  .single-product__qty {
    width: 165px;
  }
}
.cart-page__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.cart-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding: 16px;
  border: 1px solid #d5d8d9;
  border-radius: 6px;
  background: #fff;
}
.cart-page__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: 24px;
  min-width: 0;
}
.cart-page__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 96px;
  height: 96px;
}
.cart-page__thumb img {
  width: auto;
  max-width: 96px;
  max-height: 96px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart-page__details {
  min-width: 0;
}
.cart-page__title {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.cart-page__title a {
  color: #333333;
  text-decoration: none;
}
.cart-page__title a:hover {
  color: rgba(31, 90, 194, 0.6980392157);
}
.cart-page__meta {
  margin-top: 0;
}
.cart-page__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 32px;
}
.cart-page__purchase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-width: 193px;
}
.cart-page__unit-price {
  color: #9a9a9a;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
}
.cart-page__unit-price .woocommerce-Price-amount {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.cart-page__totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  min-width: 120px;
  min-height: 72px;
}
.cart-page__subtotal {
  color: #ef2e23;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: right;
  white-space: nowrap;
}
.cart-page__subtotal .woocommerce-Price-amount {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.cart-page__remove {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  color: #333333;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.cart-page__remove:hover {
  color: #ef2e23;
}
.cart-page__actions {
  margin-top: 16px;
}
.cart-page__actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.cart-page__summary {
  padding: 24px;
  border: 1px solid #d5d8d9;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(50, 50, 71, 0.14);
          box-shadow: 0 2px 10px rgba(50, 50, 71, 0.14);
}
.cart-page .woocommerce-cart-form .processing {
  opacity: 0.6;
  pointer-events: none;
}
.cart-page__empty-actions {
  margin: 24px 0 0;
}
.cart-page__empty-actions .cart-summary__continue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 240px;
  min-height: 48px;
  padding: 12px 32px;
}

.cart-summary__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.cart-summary__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.cart-summary__row--count .cart-summary__count,
.cart-summary__row--count .cart-summary__value {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #333333;
}
.cart-summary__row--total {
  padding-top: 8px;
}
.cart-summary__table {
  width: 100%;
  margin: 0;
  border: none;
}
.cart-summary__table th,
.cart-summary__table td {
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #9a9a9a;
  background: transparent;
}
.cart-summary__table th {
  text-align: left;
  font-weight: 400;
}
.cart-summary__table td {
  text-align: right;
}
.cart-summary__label--total {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #333333;
}
.cart-summary__price {
  color: #ef2e23;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: right;
  white-space: nowrap;
}
.cart-summary__price .woocommerce-Price-amount {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.cart-summary__value {
  text-align: right;
}
.cart-summary__value .woocommerce-Price-amount {
  color: inherit;
}
.cart-summary__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
  margin-top: 24px;
}
.cart-summary__actions .checkout-button,
.cart-summary__actions .cart-summary__continue {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: 100%;
  max-width: none;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
}
.cart-summary__continue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(#ff6167), to(#ff9312)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #ff6167 0%, #ff9312 100%) border-box;
  color: #333333;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.cart-summary__continue:hover {
  opacity: 0.85;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .cart-summary__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-page__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .cart-page__product {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cart-page__aside {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .cart-page__purchase {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: 0;
  }
  .cart-page__totals {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .cart-page__summary {
    padding: 16px;
  }
}
.checkout .order__received {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.checkout .order__received--img img {
  width: 102px;
  height: auto;
}
.checkout .order__received--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.checkout .order__received--content-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 24px;
}
.checkout .order__received--content-title .order__number {
  color: #ffa022;
}
.checkout .order__received--content-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 21.09px;
  text-align: center;
}
.checkout .order__received--content-subtitle .phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.checkout .order__received--content-subtitle .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout .order__received--content-subtitle .phone a {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #333333;
}
.checkout__section-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 33.6px;
  margin-bottom: 24px;
}
.checkout__client_data--wrapper {
  max-width: 990px;
}
.checkout__client_data--wrapper .optional {
  display: none;
}
.checkout__client_data--wrapper .woocommerce-billing-fields__field-wrapper,
.checkout__client_data--wrapper .woocommerce-shipping-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.checkout__client_data--wrapper input[type=text],
.checkout__client_data--wrapper input[type=tel],
.checkout__client_data--wrapper input[type=email],
.checkout__client_data--wrapper select {
  width: 100%;
  height: 56px;
  border-radius: 6px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #c6c6c6;
  background-color: #fff;
}
.checkout__client_data--wrapper textarea {
  width: 100%;
  min-height: 120px;
  border-radius: 6px;
  padding: 16px;
  border: 1px solid #c6c6c6;
}
.checkout__client_data--wrapper .form-row {
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout__client_data--wrapper .form-row-first,
.checkout__client_data--wrapper .form-row-last {
  width: calc(50% - 10px);
}
.checkout__client_data--wrapper .form-row-quarter {
  width: calc(25% - 15px);
}
.checkout__client_data--wrapper .woocommerce-billing-fields__field-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 690px;
}
.checkout__client_data--wrapper .woocommerce-billing-fields__field-wrapper .form-row,
.checkout__client_data--wrapper .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
.checkout__client_data--wrapper .woocommerce-billing-fields__field-wrapper #billing_phone_field,
.checkout__client_data--wrapper .woocommerce-billing-fields__field-wrapper #billing_email_field {
  width: 100%;
}
.checkout__client_data--wrapper .woocommerce-billing-fields__field-wrapper input[type=text],
.checkout__client_data--wrapper .woocommerce-billing-fields__field-wrapper input[type=tel],
.checkout__client_data--wrapper .woocommerce-billing-fields__field-wrapper input[type=email] {
  max-width: 690px;
  width: 100%;
}
.checkout__client_data--wrapper .woocommerce-additional-fields {
  margin-top: 40px;
}
.checkout__client_data--wrapper .woocommerce-billing-fields,
.checkout__client_data--wrapper .checkout__address-fields,
.checkout__client_data--wrapper .checkout__shipping-methods,
.checkout__client_data--wrapper #payment {
  margin-top: 40px;
}
.checkout__address-fields .checkout__section-title {
  margin-bottom: 16px;
}
.checkout form.checkout.is-pickup-selected .checkout__address-fields {
  display: none;
}
.checkout__address-city {
  margin-bottom: 24px;
}
.checkout__address-city #billing_city_field {
  width: auto;
  margin: 0;
}
.checkout__address-city #billing_city_field label {
  display: none;
}
.checkout__address-city #billing_city_field .woocommerce-input-wrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkout__address-city #billing_city_field .woocommerce-input-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Cpath d=%27M8 1C5.24 1 3 3.24 3 6c0 4.5 5 9 5 9s5-4.5 5-9c0-2.76-2.24-5-5-5zm0 7.5A2.5 2.5 0 1 1 8 3.5a2.5 2.5 0 0 1 0 5z%27 fill=%27%232f6fed%27/%3E%3C/svg%3E") center/contain no-repeat;
  pointer-events: none;
}
.checkout__address-city #billing_city_field .woocommerce-input-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%276%27 viewBox=%270 0 10 6%27 fill=%27none%27%3E%3Cpath d=%27M1 1l4 4 4-4%27 stroke=%27%232f6fed%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E") center/contain no-repeat;
  pointer-events: none;
}
.checkout__address-city #billing_city_field select {
  width: auto;
  min-width: 120px;
  height: auto;
  padding: 0 18px 0 22px;
  border: none;
  background: transparent;
  color: #2f6fed;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.checkout__address-row.woocommerce-shipping-fields__field-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 16px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.checkout__address-row.woocommerce-shipping-fields__field-wrapper .form-row {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.checkout__address-row.woocommerce-shipping-fields__field-wrapper #billing_address_1_field {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.checkout__address-row.woocommerce-shipping-fields__field-wrapper label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #333333;
  margin-bottom: 8px;
}
.checkout__choice-cards, .checkout__shipping-methods .woocommerce-shipping-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 16px;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkout__choice-cards > li, .checkout__shipping-methods .woocommerce-shipping-methods > li {
  margin: 0;
  min-width: 0;
}
.checkout__shipping-methods .woocommerce-shipping-method[data-is-pickup="1"] {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.checkout__shipping-methods .woocommerce-shipping-method > input.shipping_method {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.checkout__shipping-methods .checkout__shipping-notice {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #666;
}
.checkout__shipping-methods .checkout__shipping-card {
  min-height: 120px;
  gap: 12px;
}
.checkout__shipping-card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.checkout__shipping-card-icon img {
  display: block;
  width: 40px;
  height: 40px;
}
.checkout #payment .payment_box {
  display: none !important;
}
.checkout__payment-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-height: 88px;
  height: 100%;
  padding: 20px 24px;
  border: 1px solid #c6c6c6;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.checkout__payment-card.is-active {
  border-color: #ffa022;
  -webkit-box-shadow: 0 0 0 1px #ffa022;
          box-shadow: 0 0 0 1px #ffa022;
  background-color: rgba(255, 165, 0, 0.04);
}
.checkout__payment-card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.checkout__payment-card-description {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
}
.checkout #payment .place-order {
  margin-top: 0;
}
.checkout #payment .place-order .cmn-btn {
  width: auto;
  min-width: 240px;
}
.checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper {
  font-size: 14px;
  margin-bottom: 16px;
}
.checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper a {
  color: #333333;
  text-decoration: underline;
}
.checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper a:hover {
  text-decoration: none;
}
.checkout .checkout-inline-error-message {
  display: none;
}

@media screen and (max-width: 1279px) {
  .checkout__client_data--wrapper .form-row-first,
  .checkout__client_data--wrapper .form-row-last {
    width: 100%;
  }
  .checkout__client_data--wrapper .woocommerce-billing-fields__field-wrapper {
    max-width: 100%;
  }
  .checkout__client_data--wrapper .woocommerce-billing-fields__field-wrapper input[type=text],
  .checkout__client_data--wrapper .woocommerce-billing-fields__field-wrapper input[type=tel],
  .checkout__client_data--wrapper .woocommerce-billing-fields__field-wrapper input[type=email] {
    max-width: 100%;
  }
  .checkout__client_data--wrapper .checkout__address-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .checkout__client_data--wrapper .checkout__address-row .form-row,
  .checkout__client_data--wrapper .checkout__address-row #billing_address_1_field {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .checkout__client_data--wrapper .checkout__address-row #billing_address_2_field,
  .checkout__client_data--wrapper .checkout__address-row #billing_building_field,
  .checkout__client_data--wrapper .checkout__address-row #billing_apartment_field {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.333% - 11px);
            flex: 1 1 calc(33.333% - 11px);
  }
  .checkout__section-title {
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 767px) {
  .checkout .order__received {
    gap: 24px;
  }
  .checkout .order__received--content-title {
    text-align: center;
    font-size: 18px;
    line-height: 23.4px;
    margin-bottom: 24px;
  }
  .checkout #payment .place-order .cmn-btn {
    width: 100%;
  }
  .checkout__choice-cards, .checkout__shipping-methods .woocommerce-shipping-methods {
    grid-template-columns: 1fr;
  }
}
.woocommerce-notices-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  margin: 0;
  padding: 16px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  font-family: "Montserrat", sans-serif;
  font-family: var(--theme-main-font);
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover {
  text-decoration: none;
}

.woocommerce-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-color: #2e9b4d;
  background: #edf8f0;
  color: #1f6b36;
}
.woocommerce-message a {
  color: #1f6b36;
}

.woocommerce-info {
  border-color: #1f5ac2;
  background: #f3f6fb;
  color: #1f5ac2;
}
.woocommerce-info a {
  color: #1f5ac2;
}

.woocommerce-error {
  padding: 0;
  border-color: #ef2e23;
  background: #fff0f0;
  color: #b42318;
  list-style: none;
}
.woocommerce-error li {
  padding: 16px 20px;
}
.woocommerce-error li:not(:last-child) {
  border-bottom: 1px solid rgba(239, 46, 35, 0.15);
}
.woocommerce-error a {
  color: #b42318;
}

.cart-page .woocommerce-notices-wrapper {
  margin-bottom: 16px;
}
