.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  height: 35px;
  border: 0.5px solid #000000 !important;
  color: #6f7070 !important;
  padding-right: 20px;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: "Almoni", sans-serif !important;
}

#order_comments::placeholder {
  color: #6f7070 !important;
  font-weight: normal !important;
  font-size: 14px !important;
}

.woocommerce form .form-row label {
  display: none;
}

.woocommerce form .form-row {
  margin-bottom: 7px !important;

  padding: 0 !important;
}

.before-billing-form-wrapper {
  padding-bottom: 9px;
  border-bottom: 0.5px solid #e0e0e0;
  margin-bottom: 16px !important;
}

.woocommerce-additional-fields {
  padding-bottom: 16px;
  border-bottom: 0.5px solid #e0e0e0;
  margin-bottom: 16px;
}

.minicart-checkout .woocommerce-mini-cart__buttons .woocommerce a.remove {
  display: none !important;
}

.checkout-leftside.minicart-checkout .miniCartOnly {
  display: none;
}

.popup-minicart-wrapper
  .button.checkout.wc-forward.arcaffe-button-go-to-checkout {
  background: #000000 !important;
  color: #fff !important;
}

.checkout-rightfields,
.checkout-leftfields {
  width: 100% !important;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 17px;
}

.woocommerce form .form-row {
  width: 100%;
}

.form-row-small:nth-child(odd) {
  margin-left: 4.5px !important;
}

.form-row-small:nth-child(even) {
  margin-right: 4.5px !important;
}

.minicart-checkout .minicart-name span {
  font-size: 14px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  max-width: 130px;
  direction: rtl;
}

.minicart-checkout .minicart-subtotal {
  margin-right: auto;
  padding-top: 16px !important;
}

.minicart-checkout .minicart-subtotal bdi {
  color: #060706;
  font-size: 13px !important;
  line-height: 18px !important;
  font-weight: normal !important;
}

.minicart-checkout .minicart-content {
  height: fit-content !important;
}

.minicart-checkout .product_list_widget {
  max-height: 200px;
}

.minicart-checkout .cart-freeshipping-left {
  display: none;
}

.minicart-checkout .woocommerce-mini-cart__coupon {
  border-top: 1px solid #e0e0e0;
}

.minicart-checkout .delivery-slot-info:first-of-type {
  padding-top: 12px !important;
  border-top: 1px solid #e0e0e0;
}

.minicart-checkout .delivery-method-wrapper {
  display: flex;
  align-items: center;
  gap: 7px;
}

.delivery-method-wrapper strong {
  font-size: 18px;
}

.minicart-checkout .delivery-method-wrapper strong {
  font-size: 16px;
}

.nother-address-wraper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.nother-address-wraper p.form-row {
  width: 48.5%;
}

input:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.field-error {
  color: #e74c3c;
  font-size: 11px;
  margin-top: 3px;
}
.form-row .woocommerce-input-wrapper input.error-field {
  border-color: #e74c3c !important;
}

.woocommerce-terms-and-conditions-wrapper {
  display: none;
}
.form-row .woocommerce-input-wrapper input.error-field::placeholder {
  color: #cd0a3c;
}
.checkout-content label.error-field {
  color: #cd0a3c !important;
}

@media (max-width: 768px) {
  .minicart-checkout .woocommerce-mini-cart__coupon span {
    font-size: 18px !important;
  }

  .minicart-checkout .delivery-method-wrapper strong {
    font-weight: normal !important;
  }

  .checkout-arcaffe-wrapper-content
    .checkout-leftside.minicart-checkout
    .delivery-slot-info-wrapper.miniCartOnly {
    display: none !important; /* на странице чекаута в корзине дважды видно строку с доставкой, один раз нужно скрыть */
  }
}

.minicart-checkout #choosedCityCollaterals {
  font-size: 18px;
}

.minicart-checkout .woocommerce-mini-cart__coupon span {
  font-size: 16px;
}

.minicart-checkout .woocommerce-mini-cart__shipping {
  display: none;
}

.minicart-checkout .minicart-subtotal bdi span {
  color: #060706;
  font-size: 13px !important;
  line-height: 18px !important;
  font-weight: normal !important;
}

.minicart-checkout .cart-quantity-button-wrapper {
  padding: 0 10px !important;
}

.minicart-checkout .cart-quantity-buttons {
  width: 100px !important;
  max-width: 100px !important;
  min-width: 100px !important;
  height: 31px !important;
}

.minicart-checkout {
  padding: 0 20px !important;
  padding-top: 33px !important;
}

.minicart-checkout .minicart-thumbnail {
  height: 85px !important;
  margin-top: auto;
}

.minicart-checkout .minicart-thumbnail a {
  width: 78px !important;
  height: 85px !important;
  min-width: 78px !important;
}

.minicart-checkout .minicart-thumbnail a img,
.minicart-checkout .minicart-thumbnail img {
  width: 78px !important;
  height: 85px !important;
  min-width: 78px !important;
}

.minicart-checkout .wrapper-widjet-cart-buttons {
  display: none;
}

.woocommerce-input-wrapper textarea {
  resize: none !important;
  height: 35px !important;
  color: #6f7070 !important;
  font-weight: bold;
  font-size: 14px;
  padding-top: 8px !important;
  padding-bottom: 7px !important;
  box-sizing: border-box;
  overflow: hidden;
}

.woocommerce-input-wrapper textarea::placeholder {
  color: #6f7070 !important;
  font-size: 14px;
  opacity: 1;
}

.accordion-arrow-checkout {
  display: none;
}

.before-billing-form-wrapper h3 {
  font-size: 20px !important;
}

.billing-return-to-prev a {
  font-size: 16px !important;
  color: #707070 !important;
}

.minicart-checkout .minicart-header {
  padding-right: 29px;
  margin-bottom: 5px;
}

.minicart-checkout .woocommerce-mini-cart__coupon span {
  font-weight: bold !important;
}

#cartChooseCityPopup {
  text-decoration: underline !important;
  font-size: 14px;
  color: #707070 !important;
}

.minicart-checkout .minicart-header h2 {
  font-size: 16px !important;
}

.minicart-checkout .minicart-header span {
  font-size: 14px !important;
}
#payment.woocommerce-checkout-payment {
  display: none;
}

@media (max-width: 1250px) {
  .checkout-wrapper-arcaffe .woocommerce-breadcrumb {
    padding: 0 20px;
  }
}

@media (max-width: 1100px) {
  .woocommerce-checkout .checkout-arcaffe-wrapper-content .col2-set .col-1,
  .woocommerce-checkout .checkout-arcaffe-wrapper-content .col2-set .col-2 {
    flex-direction: column-reverse;
    gap: 12px !important;
  }

  .minicart-header {
    display: none;
  }

  .minicart-checkout .accordion-arrow-checkout {
    display: flex;
  }

  .minicart-checkout .woocommerce-mini-cart__total {
    justify-content: flex-start !important;
    gap: 17px !important;
  }

  .minicart-checkout .woocommerce-mini-cart__total span {
    margin-right: auto;
  }

  .minicart-checkout .woocommerce-mini-cart__coupon {
    border-top: none !important;
    order: 1;
    display: none;
  }

  .minicart-checkout .woocommerce-mini-cart__coupon span {
    font-weight: bold !important;
  }

  .minicart-checkout .woocommerce-mini-cart__coupon span:nth-child(2) span {
    font-weight: bold !important;
  }

  .minicart-checkout .woocommerce-mini-cart__shipping {
    order: 2;
    display: none;
  }

  .minicart-checkout .delivery-slot-info-wrapper {
    order: 3;
    display: none;
    flex-direction: column;
  }

  .minicart-checkout .wrapper-total-mini-cart {
    display: flex;
    flex-direction: column;
  }

  /* .minicart-checkout .delivery-slot-info-wrapper {
    display: flex;
    flex-direction: column-reverse;
  } */
  .minicart-checkout {
    padding-top: 20px !important;
  }

  .minicart-checkout .woocommerce-mini-cart__total {
    border: none !important;
  }

  .minicart-checkout .wrapper-total-mini-cart {
    padding: 0 !important;
  }

  .minicart-checkout .minicart-content {
    height: fit-content !important;
  }

  .minicart-checkout .product_list_widget {
    display: none !important;
  }

  .billing-return-to-prev {
    text-decoration: none !important;
  }

  .billing-return-to-prev a {
    font-size: 14px !important;
    color: #707070 !important;
    text-decoration: none !important;
  }

  .woocommerce-billing-fields .nav-cart-is-mobile {
    margin-bottom: 28px !important;
    padding-right: 20px;
  }

  .checkout-buttons-wrapper {
    justify-content: space-between !important;
    box-sizing: border-box;
    height: 80px;
    box-shadow: 0pt 0pt 6pt rgba(0, 0, 0, 0.3);
    padding: 0 20px;
    padding-left: 20px !important;
    box-sizing: border-box;
    gap: 19px;
  }

  .checkout-arcaffe-wrapper-content {
    margin: 0 !important;
  }

  .checkout-arcaffe-wrapper-content .checkout-leftside {
    max-width: 100% !important;
    padding: 12px 20px !important;
  }

  .before-billing-form-wrapper {
    padding: 0 20px 8px;
  }

  .address-selector {
    padding: 0 20px;
  }

  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-additional-fields {
    padding: 0 20px;
  }
}

.rtl-checkbox-group {
  direction: rtl;
  display: flex;
  flex-direction: column;
  gap: 9.8px;
  font-family: "Almoni", sans-serif;
  font-size: 13px;
  color: #060706;
  padding-bottom: 17.84px;
}

@media (max-width: 1100px) {
  .rtl-checkbox-group {
    padding: 0 20px;
    padding-bottom: 17.84px;
  }
}

.rtl-checkbox {
  position: relative;
  padding-right: 22.08px;
  cursor: pointer;
  user-select: none;
  display: flex;
  gap: 8.08px;
  align-items: center;
}

.rtl-checkbox a {
  text-decoration: underline !important;
  font-family: "Almoni", sans-serif;
  font-size: 13px;
  color: #060706;
}

.rtl-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.rtl-checkbox .checkmark {
  position: absolute;
  right: 0;
  height: 14px;
  width: 14px;
  background-color: white;
  border: 0.5px solid #000000;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rtl-checkbox input:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  width: 100%;
  background: #000;
  width: 11px;
  height: 11px;
}
