.screen-reader-text {
  display: none;
}

.attr-select .check-label {
  text-align: left;
}

.checkout-step ul {
  flex-wrap: wrap;
}
 
.modal-cart ::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.modal-cart ::-webkit-scrollbar-track {
  background: transparent; 
}
.section-products .woocommerce-notices-wrapper > *:last-child {
  margin-bottom: 20px;
}

.modal-cart ::-webkit-scrollbar-thumb {
  background: transparent; 
}
 

.feat-cat-item .desc {
  
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.filter-item.selected .current {
  border-color: #3E012F;
}

.panel-product .entry.ff {
  
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.head-menu a:hover {
  opacity: .75;
}

label .optional,
label .required,
#wc-stripe-express-checkout-button-separator,
#billing_country_field,
.woocommerce-form-coupon,
.checkout-inline-error-message,
.testmode-info,
.added_to_cart.wc-forward,
.hidden {
  display: none !important;
}
.head-acts .count {
  left: 0;
  line-height: 14px;
}
.panel-product .cart-acts .btn.btn-love {
  margin-left: 10px;
}

.btn-love.active {
  --fill: #3E012F
}

.woocommerce-notices-wrapper a,
.woocommerce-message a {
  text-decoration: underline;
}

.woocommerce-notices-wrapper a:hover,
.woocommerce-message a:hover {
  text-decoration: none;
}

.woocommerce-notices-wrapper *,
.woocommerce-notices-wrapper,
.woocommerce-message {
  outline: none;
}

#shipping_method {
  display: flex;
  flex-direction: column;
}

.parcel-select br {
  display: none;
}

.parcel-select label {
  margin: 0;
  padding: 0;
  display: block;
}

#shipping_method .check-item {
  order: 1;
}

#shipping_method .parcel-select {
  order: 3;
}


.wc_payment_method .image img {
  height: 33px;
  margin: -5px 0;
  width: auto;
}

.woocommerce-checkout-review-order-table {
  position: static !important;
}

.woocommerce-mini-cart__empty-message {
  margin-bottom: 20px;
}

.checkbox a {
  text-decoration: underline;
  transition: none;
}

.checkbox a:hover {
  text-decoration: none;
}

.woocommerce-notices-wrapper>.woocommerce-info,
.woocommerce-message {
  background: #fff;
  margin-bottom: 24px;
  margin-top: 24px;
  padding: 20px;
  border-radius: 12px;
}

.side-nav li a,
.cart-related {
  user-select: none;
}

.qnt-select,
label {
  user-select: none;
}

.woocommerce-mini-cart-item .blockOverlay {
  background: #f9f6f1 !important;
}

.desc-moving > .entry:last-child {
  margin-bottom: 24px;
}

.qnt-select:has([type="hidden"]) .quantity {
  position: relative;
}

.qnt-select:has([type="hidden"]) .quantity:after {
  content: '1';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-i {
  opacity: .4;
  cursor: wait;
}
@media (min-width: 767px) {
  .modal-cart .bottom-fixed {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.product-item.v2 {
  display: flex;
  flex-direction: column;
}
.product-item.v2 .price {
  margin-top: auto;
}
.product-item.v2 .p-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.product-item.v2 .img-h {
}
@media (min-width: 1290px) {
  .filter-item .filter-drop {
    max-height: 250px;
    overflow: auto;
  }
}
.filter-item .filter-drop.full label {
  min-width: 100%;
}
.filter-item .filter-drop label {
  word-break: break-word;
}
.loading-i * {
  pointer-events: none;
}

.loading-f {
  opacity: .4;
  position: relative;
  cursor: wait;
}

.loading-f * {
  pointer-events: none;
}

.loading-f:before,
.blockOverlay:before {

  content: '';

  z-index: 9;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side, #3E012F 70%, transparent 80%);
  background:
    var(--_g) 0% 50%,
    var(--_g) 50% 50%,
    var(--_g) 100% 50% !important;
  background-size: calc(100%/3) 50% !important;
  animation: l3 1s infinite linear;
}

.parcel-select select {
  width: 100%;
}


.parcel-select>*:first-child,
.parcel-select>*:last-child {
  margin-bottom: 12px;
}


.select2-container *,
.select2-container {
  outline: none;
}

.payment_box {
  margin-bottom: 12px;
  font-size: 14px;
}

.select2-results__option--highlighted {
  background: rgba(62, 1, 47, .2);
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

select+.select2-container {
  min-width: 100%;
  max-width: 100%;
}

.parcel-select select,
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;

  width: 100%;
  height: 56px;
  padding: 0 16px;
  font-size: 14px;
  display: block;
  border-radius: 6px;
  position: relative;
  font-style: normal;
  font-weight: 400;
  background: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  line-height: 150%;
  border: 1px solid rgba(62, 1, 47, .6);
}

.select2-container .select2-selection--single:before {
  content: '';
  position: absolute;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='5'><path d='M4 4.8.6 1.4C.4 1.2.4.9.6.7s.5-.2.7 0l2.6 2.6L6.6.7c.2-.2.5-.2.7 0s.2.5 0 .7L3.9 4.8Z' fill='rgba(62, 1, 47, 1)'/></svg>") no-repeat;
  width: 8px;
  height: 5px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 16px;

}

.select2-container.select2-container--open .select2-selection--single:before {
  transform: scaleY(-1);

}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  height: 54px;
  line-height: 54px;
  padding-right: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-results>.select2-results__options {
  max-height: 320px;
  overflow: auto;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid rgba(62, 1, 47, 1);
  border-radius: 8px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 0;
  user-select: none;
  font-size: 14px;
  -webkit-user-select: none;
}

.select2-results__group {
  padding: 6px;
  display: block;
}

.select2-results__option--selectable {
  cursor: pointer;
  padding: 6px 16px;
}
.select2-results__message {
  padding: 6px 16px;
}
.select2-container--open .select2-dropdown {
  left: 0;
}

.gpay-button.black,
button.apple-pay-checkout,
.checkout-set .btn {
  margin-top: 10px !important;
  min-height: 50px;
}

#order_review #payment {
  display: none !important;
}
.payment_box {
  display: block !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.payment_method_seb_commerce_bank > label,
.seb-commerce-wrapper .preferred-country {
  display: none !important;
}

.select2-container--open .select2-dropdown--above {
  margin-top: -10px;
}

.select2-container--open .select2-dropdown--below {
  margin-top: 10px;
}

.select2-search--dropdown {
  display: block;
  padding: 16px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px 0;
  width: 100%;
  height: 30px;
  border: 0;
  border-bottom: 1px solid #3E012F;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.spec-select select,
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.main-list {
  flex-grow: 1;
}

.single_add_to_cart_button .woocommerce-variation-price * {
  font-size: inherit !important;
  font-weight: inherit !important;
  display: inline;
  line-height: inherit !important;
}

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

.single_add_to_cart_button .woocommerce-variation-price .screen-reader-text {
  display: none;
}

.wc-item-meta {
  margin-left: 20px;
  font-size: 0.8em;
}

.shop_table {
  margin-bottom: 24px;
  width: 100%;
}

.shop_table th  {
  font-weight: bold; 
}

mark {
  background: none;
  color: inherit;
  font-weight: 600;
}

.table-scroll {
  overflow: auto;
}

.table-scroll table {
  min-width: 500px;
}

.shop_table td,
.shop_table th {
  padding: 6px 0;
  padding-right: 6px;
  vertical-align: middle;
}

.woocommerce-order-details {
  margin-top: 20px;
}

.panel .woocommerce-notices-wrapper>.woocommerce-info,
.panel .woocommerce-message {
  padding: 0;
  margin: 0 0 24px;
  background: none;
}

.panel .woocommerce-error {
  margin-top: 0;
  margin-bottom: 24px;
}

.panel-product .entry.full img {
  margin: 10px 0;
  border-radius: 0;
}

.payment_method_seb_commerce_card.payment_box  {
  display: none !important;
}

.woocommerce-orders-table__cell-order-actions .btn {
  margin-right: 6px;
  margin-bottom: 6px;
}

@media (min-width: 1290px) {
    .filter-item .filter-drop label:first-child:last-child {
      width: 100%;
    }
}