body.no-scroll {
  overflow: hidden;
}

.single_add_to_cart_button[disabled],
.add_to_cart_button[disabled] {
  opacity: 0.6;
  cursor: wait;
  filter: blur(1px);
}

.listeo-cart-container .mini-cart-button {
  cursor: pointer;
}
.mini-cart__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #0000006e;
  z-index: 9999;
  display: none;
}
.mini-cart__content {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 400px;
  background: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 0px 10px;
}
.mini-cart__header {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  box-shadow: 0 0 16px rgb(0 0 0 / 10%);
  padding: 15px 10px;
}
.mini-cart__header h6 {
  font-size: 18px;
  margin: 0;
  width: 100%;
  text-align: center;
}
.mini-cart__header i {
  font-size: 18px;
  cursor: pointer;
}
.mini-cart__content .listeo-mini-cart {
  margin-top: 20px;
  max-height: 90dvh;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 20px;

  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.mini-cart__content .listeo-mini-cart::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.mini-cart__content .listeo-mini-cart.loading::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  cursor: wait;
  z-index: 9999;
}

.mini-cart__content .listeo-mini-cart.loading {
  position: relative;
  filter: blur(2px);
  cursor: pointer;
}

.mini-cart__content .vendor-store {
  border-radius: 10px;
  background: white;
  border: 1px solid #dadae8;
}
.mini-cart__content .vendor-store__header {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #dadae8;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-top: 10px;
}
.mini-cart__content .vendor-store__header img {
  margin-left: 10px;
  width: 60px;
  border-radius: 10px;
}
.mini-cart__content .vendor-store__header h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.mini-cart__content .vendor-store__header p {
  font-size: 12px;
  margin: 5px 0;
  color: initial;
}
ul.vendor-cart-items {
  list-style: none;
  margin: 0;
  padding: 0 15px;
}
ul.vendor-cart-items .vendor-cart-item {
  display: flex;
  padding: 15px 0;
  gap: 10px;
  position: relative;
}
ul.vendor-cart-items li:not(:first-child) {
  margin-top: 15px;
  border-top: 1px solid #dadae8;
}
.vendor-cart-item .product-thumbnail {
  flex: 0 0 90px;
  max-width: 90px;
}
.vendor-cart-item .product-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.vendor-cart-item .product-details {
  flex: 0 0 60%;
  max-width: 60%;
}
.vendor-cart-item .product-name {
  font-size: 14px;
  line-height: 14px;
}

.vendor-cart-item .product-quantity {
  display: flex;
  gap: 5px;
  justify-content: start;
  align-items: center;
  align-content: center;
}
.vendor-cart-item .product-quantity button {
  background: transparent;
  outline: none !important;
  border: 1px solid #dbdbdb;
  width: 30px !important;
  height: 30px !important;
  display: block;
  font-size: 20px;
  line-height: 20px;
  border-radius: 5px;
}
.vendor-cart-item .product-quantity button[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
}
.vendor-cart-item .product-quantity input[type="number"] {
  border: none !important;
  box-shadow: none !important;
  width: 15%;
  padding: 0;
  margin: 0;
  height: 30px;
  text-align: center;
}
.vendor-cart-item .bottom {
  display: flex;
  align-items: center;
  align-content: center;
  margin-top: 15px;
}
.vendor-cart-item .product-price {
  font-weight: bold;
  color: black;
  position: absolute;
  right: 0;
  bottom: 9%;
}

.vendor-cart-item .product-remove {
  position: absolute;
  top: 15px;
  right: 0;
}
.vendor-cart-item .product-remove a.remove {
  color: #e41414;
  background: #ffe8e8;
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 50rem;
}
.vendor-store__bottom {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #dadae8;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  gap: 10px;
}
.vendor-store__bottom a {
  background-color: #f91942;
  font-family: "Raleway", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50rem;
  padding: 10px 0;
  color: white;
  text-align: center;
  border: 1px solid #f91942;
}
.vendor-store__bottom a.shop {
  background-color: transparent;
  color: black;
}
.mini-cart__footer {
  display: block;
  height: 30px;
}

#billing_country_field,
.woocommerce-additional-fields h3,
#order_comments_field label,
.payment_box.payment_method_liqpay,
#order_comments_field,
#customer_details #place_order,
#shipping_method input.shipping_method,
#payment input.input-radio,
.woocommerce-terms-and-conditions-wrapper {
  display: none !important;
}

.page__title {
  padding: 30px 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page__title svg {
  transform: rotate(180deg);
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.page__title svg:hover,
.page__title svg:focus {
  color: #f91942;
}
.page__title h3 {
  font-size: 18px;
  margin: 0;
  width: 100%;
  text-align: center;
}

.checkout .steep-title {
  font-size: 13px;
  font-weight: 600;
  position: relative;
  margin: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.checkout .steep-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #f91942;
}
.checkout .steep-title__number {
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  align-content: center;
  border: 2px solid #f91942;
  border-radius: 5px;
}

.checkout .woocommerce-billing-fields__field-wrapper {
  display: block !important;
  width: 100% !important;
}
.checkout .woocommerce-billing-fields__field-wrapper p {
  margin: 0;
  width: 100% !important;
}
.checkout .woocommerce-billing-fields__field-wrapper input,
.checkout .woocommerce-billing-fields__field-wrapper select {
  color: #888;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
  font-weight: 500;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
}

#order_add_notes_field {
  margin-top: 1.5rem;
  margin-bottom: 0;
  padding: 15px 15px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  /*
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  border: 1px solid #eee;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
}
#order_add_notes_field::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: 0.2s;
  transform: rotate(0deg);
  display: inline-block;
  font-size: 12px;
  top: 35%;
  position: absolute;
  right: 10px;
  color: #aaa;
}
#order_add_notes_field.show::after {
  transform: rotate(180deg);
}

#order_comments_actions {
  padding: 15px;
  /*
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  padding-top: 30px;
  margin-bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
}
#order_comments_actions textarea {
  margin: 0 !important;
  min-height: unset !important;
}

#shipping_method {
  margin-bottom: 30px;
}
.zen-ui-select__value-text {
  font-size: 14px;
}

#payment ul li,
ul#shipping_method li {
  padding: 10px 15px !important;
  background: transparent !important;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
  border-radius: 5px !important;
  margin: 10px 0 !important;
}
#payment ul li label,
ul#shipping_method li label {
  font-size: 14px !important;
  margin-bottom: 0;
  font-weight: 400 !important;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  position: relative;
  width: 100% !important;
}
#payment ul li label::before,
ul#shipping_method li label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #dbdbdb;
  margin-right: 10px;
  display: block;
  border-radius: 50rem;
}
#payment ul li label.checked::before,
ul#shipping_method li label.checked::before {
  border-color: #f91942;
}
#payment ul li label.checked::after,
ul#shipping_method li label.checked::after {
  content: "";
  left: 4px;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #f91942;
  border-radius: 50rem;
}

/*
#order_review .table-body {
  background: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
} */
#order_review .table-body,
#order_review .table-footer {
  background: #fff !important;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #eee;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
#order_review .cart_item {
  border-radius: 0 !important;
  background: #fff !important;
  display: flex;
  gap: 15px;
  border: 1px solid #dadae8;
  padding: 10px;
  margin: 15px;
}
#order_review .table-body p.title {
  font-size: 13px;
  font-weight: 600;
  color: black;
  margin: 0;
  line-height: 13px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dadae8;
  margin-bottom: 25px;
}
#order_review .cart_item .col-1 {
  flex: 0 0 80px;
  max-width: 80px;
}
#order_review .cart_item .col-1 img {
  width: 80px;
  border-radius: 5px;
}
#order_review .cart_item .col-2 {
  width: 100%;
}
#order_review .cart_item .col-2 .product-name {
  padding: 0;
  font-size: 14px;
  color: #000;
}

#order_review .cart_item .col-2 .product-quantity {
  font-size: 12px;
}

#order_review .cart_item .col-2 .product-price {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 600;
  gap: 5px;
}
#order_review .vendor-store {
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #dadae8;
  margin-top: 25px;
  margin-bottom: 0;
}
#order_review .vendor-store .vendor-store__header {
  display: flex;
  gap: 15px;
  align-items: center;
}
#order_review .vendor-store .vendor-store__header .col-1 {
  flex: 0 0 50px;
  max-width: 50px;
}
#order_review .vendor-store .vendor-store__header .col-1 img {
  width: 50px;
  border-radius: 50rem;
}
#order_review .vendor-store .vendor-store__header .col-2 {
  width: 100%;
}
#order_review .vendor-store .vendor-store__header .col-2 h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
}
#order_review .vendor-store .vendor-store__header .col-2 p {
  color: initial;
  font-size: 12px;
  margin: 0;
  line-height: 1;
}

#order_review .table-footer .order-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: black !important;
  font-size: 14px;
}
#order_review .table-footer a.submit__order,
#place_order {
  display: block !important;
  margin-top: 20px !important;
  padding: 8px !important;
  text-align: center !important;
  font-size: 14px !important;
  color: #fff;
  background: #f91942 !important;
  border: 1px solid #f91942;
  border-radius: 10px !important;
  font-weight: 700;
  margin-bottom: 10px !important;
}
#place_order::after,
#place_order::before {
  content: unset !important;
}
#order_review .table-footer a.submit__order:hover,
#order_review .table-footer a.submit__order:focus,
body .woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  color: #f91942;
  background: #fff !important;
}

@media screen and (max-width: 767px) {
  .mini-cart__content {
    width: 100%;
    border-radius: 0;
  }
  .mini-cart__content .listeo-mini-cart {
    max-height: 85dvh;
  }
  #order_review {
    margin-top: 3rem;
  }
  #order_review .table-body p.title {
    margin-bottom: 15px;
  }

  #order_review .cart_item {
    margin: 15px 10px;
  }
  #order_review .cart_item .col-1 {
    flex: 0 0 60px;
    max-width: 60px;
    align-content: center;
  }
  #order_review .cart_item .col-1 img {
    width: 60px;
  }
  #order_review .vendor-store {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
