*{
  box-sizing: border-box;
}

body{
  font-family: YekanBakh;
  margin: 0;
}

select,option,input,button,textarea{
  font-family: YekanBakh;
}

ul{
  list-style: none;
  padding:0 16px;
  margin: 0;
}

h3{
  margin: 16px;
  font-size: 16px;
  font-weight: 700;
}

header, #site-header {
  display: none;
}
.reyhoon-checkout__shipping-table .woocommerce-shipping-methods input[type="radio"] {
  display: none;
}

#shipping_method {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid var(--reyhoon-stroke);
  margin: 0 32px;
  position: relative;
}

#shipping_method li {
  flex-basis: 33%;
}

#shipping_method label {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
}

#shipping_method input[type="radio"]:checked + label {
  color: var(--reyhoon-main);
}

#shipping_method label svg {
  margin-bottom: 12px;
}

#shipping_method input[type="radio"]:checked + label svg path {
  stroke: var(--reyhoon-main);
}

#shipping_method input[type="radio"]:checked + label small{
  color: var(--reyhoon-main);
}

#shipping_method input[type="radio"]:checked + label > span > .amount{
  color: var(--reyhoon-main);
}

#shipping_method label > span {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

#shipping_method label small {
  color: var(--reyhoon-gray-dark);
}

.reyhoon-checkout__shipping-table ul.woocommerce-shipping-methods span.woocommerce-Price-amount {
  display: none;
}

#shipping_method .woocommerce-Price-amount.amount {
  color: var(--reyhoon-gray-dark);
}

#shipping_method .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  font-weight: 500;
  font-size: 14px;
}

.reyhoon-checkout-section.reyhoon-checkout-section--customer-details {
  border: 1px solid var(--reyhoon-stroke);
  border-radius: 16px;
  margin: 16px;
}

#shipping_method input[type="radio"]:checked + label::after {
  content: '';
  border: 2px solid var(--reyhoon-main);
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.25);
  width: 34px;
  border-radius: 12%;
  bottom: -2px;
  position: absolute;
}

#customer_details .reyhoon-checkout__shipping-table {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

.method-motorcycle-container .method-motorcycle-price {
  background-color: var(--reyhoon-gray-light);
  padding: 8px;
  margin: 16px 32px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 11px;
  color: var(--reyhoon-gray-dark);
}

.reyhoon-checkout-section .map-no-address {
  text-align: center;
  margin-bottom: 34px;
}

.reyhoon-checkout-section .map-no-address p {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 15px;
  color: var(--reyhoon-black);
}

.reyhoon-checkout-section button.user-address-add-btn {
  background-color: #fff;
  color: var(--reyhoon-main);
  font-weight: 700;
  font-size: 14px;
  padding: 12px 32px;
  border: 2px solid var(--reyhoon-main);
  border-radius: 16px;
  cursor: pointer;
}

.reyhoon-checkout-section .map-with-address {
  height: 168px;
  margin: 24px 8px 8px;
  border-radius: 16px;
  background-image: url("../svg/map.svg");
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
}
.map-with-address p {
  text-align: center;
  color: #737373;
  height: 60%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 75px;
}

.reyhoon-checkout-section .map-with-address .address-text {
  background-color: #fff;
  position: absolute;
  display: flex;
  justify-content: space-between;
  bottom: 8px;
  left: 0;
  right: 0;
  height: 35%;
  margin: 0 8px;
  padding: 12px 16px;
  border-radius: 16px;
}

.reyhoon-checkout-section .map-with-address .address-text p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: var(--reyhoon-gray-dark);
}

.reyhoon-checkout-section button.user-address-edit-btn {
  background-color: transparent;
  border: none;
  color: var(--reyhoon-main);
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  bottom: 4px;
  left: 16px;
}

.user-address-btn.add-address {
  padding: 12px 32px;
  background: #FFFFFF;
  border: 2px solid var(--reyhoon-main);
  border-radius: 16px;
  font-weight: 700;
  font-size: 14px;
  color: var(--reyhoon-main);
  display: block;
  margin: 0 auto;
}

.method-motorcycle-container .method-motorcycle-price svg {
  margin-left: 8px;
}

#customer_details .reyhoon-checkout__shipping-table tbody {
  display: block;
}

#customer_details .reyhoon-checkout__shipping-table tr, #customer_details .reyhoon-checkout__shipping-table th, #customer_details .reyhoon-checkout__shipping-table td {
  display: block;
  text-align: left;
  width: 100%;
}

#customer_details .reyhoon-checkout__shipping-table .woocommerce-shipping-totals.shipping > td:first-of-type {
  display: none;
}

#customer_details .reyhoon-checkout__shipping-table tr, #customer_details .reyhoon-checkout__shipping-table th, #customer_details .reyhoon-checkout__shipping-table td {
  display: block;
  text-align: left;
  width: 100%;
}

#place_order {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  background-color: var(--reyhoon-main);
  color: #fff;
  height: 60px;
  border-radius: 16px;
  width: 90%;
  font-family: YekanBakh;
  font-size: 20px;
  font-weight: 400;
  border: unset;
  margin: 0 auto;
  z-index: 9991;
}

.reyhoon-checkout__form .reyhoon-order-timings-container {
  border: 1px solid var(--reyhoon-stroke);
  margin: 0 16px 16px;
  border-radius: 16px;
}

/*reyhoon-order-timings*/

.reyhoon-order-timings.reyhoon-order-timings--date {
  padding: 0 16px;
}

.reyhoon-order-timings.reyhoon-order-timings--no-dates {
  display: block;
  padding: 16px;
  font-size: 13px;
  font-weight: 500;
}

.reyhoon-checkout__form .reyhoon-order-timings ul.woocommerce-error {
  border: none;
  border-right: 0.61805em solid rgba(0, 0, 0, 0.15);
  font-family: YekanBakh;
  font-size: 12px;
  font-weight: bold;
  margin: 8px 0;
}

.reyhoon-order-timings label {
  font-size: 16px;
  font-weight: 700;
}

.reyhoon-order-timings #reyhoon-date, #reyhoon-time {
  border: 1px solid var(--reyhoon-stroke);
  font-size: 14px;
  font-weight: 500;
  appearance: none;
  background-color: transparent;
  background-image: url("../svg/arrow-down-select-box.svg");
  background-repeat: no-repeat;
  background-position: 12px center;
  border-radius: 8px;
  width: 100%;
  text-align: right;
  padding: 8px 16px;
  margin: 0 auto;
}

.reyhoon-order-timings.reyhoon-order-timings--time {
  margin: 0;
  margin-bottom: 12px;
}

.reyhoon-order-timings.reyhoon-order-timings--time label {
  display: none;
}

.reyhoon-order-timings div:first-child {
  margin-bottom: 16px;
}

#reyhoon-time {
  display: none !important;
}

#reyhoon-time-clone {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  overflow-x: auto;
  padding-bottom: 12px;
}

#reyhoon-time-clone li[data-value=""] {
  display: none !important;
}

#reyhoon-time-clone li {
  border: 1px solid var(--reyhoon-stroke);
  border-radius: 8px;
  padding: 8px 16px;
  margin-left: 4px;
}

.reyhoon-order-timings-container div.reyhoon-order-timings-header {
  margin: 12px 16px 16px;
  display: flex;
  justify-content: space-between;
}

.reyhoon-order-timings-header button {
  background-color: transparent;
  border: none;
  color: var(--reyhoon-main);
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}

.reyhoon-order-timings-header button path {
  stroke: var(--reyhoon-main);
}

.reyhoon-order-timings-container div.reyhoon-order-timings-header>label{
  font-weight: 500;
  font-size: 13px;
}

#current_date_time_header {
  font-weight: 700;
}

#reyhoon-time-clone:nth-child(2) {
  margin-left: 12px;
}

#date_time_timings {
  width: 100% !important;
  display: none;
}

#reyhoon-time-clone li.active {
  border-color: var(--reyhoon-main);
}

/*reyhoon-order-timings*/



.checkout_coupon.woocommerce-form-coupon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 16px;
  padding: 8px 16px 8px 8px;
  border: 1px solid var(--reyhoon-stroke);
  border-radius: 12px;
}

.checkout_coupon.woocommerce-form-coupon #coupon_code {
  border: none;
  background-color: transparent;
  font-family: YekanBakh;
  font-size: 14px;
  font-weight: 500;
}

.checkout_coupon.woocommerce-form-coupon #coupon_code:focus{
  outline: none;
}

.checkout_coupon.woocommerce-form-coupon button {
  background-color: var(--reyhoon-main);
  border: none;
  padding: 8px 24px;
  color: #fff;
  font-family: YekanBakh;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  height: 40px;
}

.wc_payment_methods.payment_methods.methods li > label {
  margin: 0 16px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.wc_payment_methods.payment_methods.methods li > label span {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  font-weight: 500;
  font-size: 12px;
  color: var(--reyhoon-black);
}

.wc_payment_methods.payment_methods.methods li > label span > img {
  margin-left: 24px;
}

.wc_payment_methods.payment_methods.methods li:last-child {
  border-bottom: unset;
}

.woocommerce-checkout-payment .wc_payment_method .payment-method-desc {
  text-align: right;
}

.woocommerce-checkout-payment .wc_payment_method .payment-method-desc p {
  margin: 0;
  font-weight: 500;
  font-size: 11px;
  color: var(--reyhoon-gray-dark);
}

.reyhoon_shipping_title {
  font-size: 15px;
  font-weight: 700;
}

.reyhoon-checkout__form .woocommerce-checkout-payment {
  display: flex;
  flex-direction: column-reverse;
}

.reyhoon-shipping-container {
  display: flex;
  margin: 0 16px 24px;
  border: 1px solid var(--reyhoon-stroke);
  border-radius: 16px;
  flex-direction: column;
  align-items: start;
}

.wc_payment_methods.payment_methods.methods {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.reyhoon-shipping-container li.wc_payment_method {
  display: flex;
  border-bottom: 1px solid var(--reyhoon-stroke);
  margin:8px 16px;
  padding-bottom: 24px;
}

.reyhoon-shipping-container ul.wc_payment_methods.payment_methods input {
  width: 18px;
}

.wc_payment_method.payment_method_payir label {
  display: flex;
  flex-direction: column-reverse;
}
.payment_box {

}
.wc_payment_method.payment_method_payir label > img {
  margin-bottom: 8px;
}

.reyhoon-checkout__order-review.woocommerce-checkout-review-order-table {
  margin: 24px 16px 70px 16px;
  padding: 0 16px;
  background-color: var(--reyhoon-gray-light);
  border-radius: 24px;
}

.reyhoon-checkout__order-review.woocommerce-checkout-review-order-table .reyhoon-checkout__cart-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reyhoon-checkout__cart-item-image img{
  width: 48px;
  height: 48px;
}

span.product-quantity{
  display: block;
  text-align: center;
  font-size: 14px;
}

.reyhoon-checkout__footer > div {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--reyhoon-stroke);
}

.cart-item .product-total {
  color: var(--reyhoon-gray-dark);
  margin-right: 8px;
}

.woocommerce-additional-fields {
  background-color: var(--reyhoon-gray-light);
  border-radius: 16px;
  padding: 16px;
}

.woocommerce-additional-fields label {
  display: none;
}

.woocommerce-additional-fields p#order_comments_field {
  margin: 0;
}

#order_comments {
  width: 100%;
  border: none;
  background-color: transparent;
  font-family: YekanBakh;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='326' height='1' viewBox='0 0 326 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.5' x2='326' y2='0.5' stroke='%23ECECEC'/%3E%3C/svg%3E");
  background-size: 100% 32px;
}

#order_comments:focus {
  outline: none;
}

.reyhoon-checkout__cart-subtotal .product-quantity {
  display: inline-block;
  color: var(--reyhoon-gray-dark);
}

/* address drawer */

.reyhoon-checkout__form .reyhoon-drawer {
  padding: 0 32px;
}

.reyhoon-drawer__inner .reyhoon-addres-drawer-svg {
  text-align: center;
}

.reyhoon-checkout__form .reyhoon-drawer .reyhoon-drawer__inner .reyhoon-addres-drawer-svg svg {
  margin: 32px auto;
}

.reyhoon-checkout__form .reyhoon-drawer .reyhoon-address-drawer-attention {
  display: flex;
  align-items: center;
  border: 1px solid var(--reyhoon-stroke);
  border-radius: 12px;
  padding: 8px 16px;
  margin-bottom: 32px;
}

.reyhoon-checkout__form .reyhoon-drawer .reyhoon-address-drawer-attention svg {
  margin: 0 0 0 12px;
}

.reyhoon-checkout__form .reyhoon-drawer .reyhoon-address-drawer-attention p {
  font-weight: 400;
  font-size: 12px;
  margin: 0;
}

.woocommerce-billing-fields h3 {
  display: none;
}

.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-billing-fields p.form-row {
  margin: 0 0 16px 0;
  width: 147px;
}

.woocommerce-billing-fields p.form-row-wide {
  width: 100%;
}

.woocommerce-billing-fields label {
  font-weight: 300;
  font-size: 12px;
  color: var(--reyhoon-black);
  display: block;
}

.woocommerce-billing-fields label > abbr.required {
  display: none;
}

.woocommerce-billing-fields input,
.woocommerce-billing-fields textarea{
  border: 1px solid var(--reyhoon-gray-light);
  border-radius: 12px;
  font-weight: 400;
  font-size: 15px;
  padding: 12px;
  width: 100%;
}

.woocommerce-billing-fields input:focus,
.woocommerce-billing-fields textarea:focus{
  outline: unset;
}

.reyhoon-checkout__form .reyhoon-drawer.reyhoon-drawer--open .reyhoon-address-drawer-accept-address {
  padding: 11px 0;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background-color: var(--reyhoon-main);
  border-radius: 12px;
  border: none;
  margin-top: 28px;
  cursor: pointer;
}

.reyhoon-checkout__form .reyhoon-drawer.reyhoon-drawer--open .reyhoon-address-drawer-accept-address svg {
  margin: 0;
}

.reyhoon-checkout__form .reyhoon-address-drawer-map-container {
  height: 100%;
  margin: 0 -32px;
  position: relative;
}

.reyhoon-address-drawer-map-container a.reyhoon-map-current-location {
  width: 47px;
  height: 47px;
  background-color: #fff;
  display: inline-block;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  position: absolute;
  top: 24px;
  right: 24px;
  text-align: center;
  line-height: 45px;
    z-index: 6;
}

.reyhoon-address-drawer-map-container button {
  padding: 11px 24px;
  font-weight: 500;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  position: absolute;
  bottom: 24px;
  width: auto;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
}

.reyhoon-address-drawer-map-container button.button-location {
  font-size: 16px;
  color: #fff;
  background-color: var(--reyhoon-main);
  left: 0;
  z-index: 6;
  right: 0;
  margin: 0 auto;
}
.reyhoon-address-drawer-map-container button.button-location.disable{
  background-color: #FF0F4E;
  pointer-events: none;
}

.reyhoon-address-drawer-map-container button.button-location-edit{
  background-color: #ffffff;
  color: var(--reyhoon-main);
  right: 24px;
  bottom: 12px;
}

.reyhoon-address-drawer-map-container button.button-location span.edit-location-button{
  display: none;
}

.reyhoon-address-drawer-map-container button.button-location span.confirm-location-button{
  display: inline;
}

.reyhoon-address-drawer-map-container button.button-location-edit span.edit-location-button{
  display: inline;
}

.reyhoon-address-drawer-map-container button.button-location-edit span.confirm-location-button{
  display: none;
}

#address_drawer.address-show .reyhoon-address-drawer-map-container {
  height: 20%;
  transition-duration: .5s;
}

#address_drawer.address-show .reyhoon-address-drawer-map-container a {
  display: none;
}

.reyhoon-checkout__order-review .cart-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--reyhoon-stroke);
  margin: 12px 0;
}

.reyhoon-checkout__cart-item-image {
  display: none;
}

.reyhoon-checkout__cart-item-data {
  display: flex;
}

.reyhoon-checkout__cart-item .woocommerce-Price-currencySymbol {
  font-weight: 300;
}

.reyhoon-checkout__footer .order-total .woocommerce-Price-currencySymbol {
  font-weight: 500;
}

.reyhoon-checkout__order-review .cart-item .variation {
  margin: 0;
  display: block;
  color: var(--reyhoon-gray-dark);
  font-size: 13px;
  font-weight: 500;
}

.reyhoon-checkout__order-review .cart-item dl.variation dt {
  display: none;
}

.reyhoon-checkout__order-review .cart-item .variation dd {
  display: inline-block;
  margin: 0 4px;
}

.reyhoon-checkout__order-review .cart-item .variation dd p {
  margin: 0;
}

.reyhoon-checkout__cart-item-data strong {
  font-weight: 700;
  font-size: 15px;
}

.blur-background-image-container {
  position: relative;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  text-align: center;
}

.blur-background-image-container > div {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.blur-background-image-container button {
  background: var(--reyhoon-main);
  border: 0;
  padding: 16px 32px;
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

/* address drawer */

/**
 * Columns.
 */
@media (min-width: 992px) {
  .reyhoon-checkout {
    padding: 30px 0;
    max-width: 1000px;
    margin: 0 auto;
  }
  .reyhoon-checkout__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .reyhoon-checkout__form .checkout_left_section {
    width: 50%;
    order: 2;
  }
  .reyhoon-checkout__form .checkout_right_section {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: block !important;
    position: sticky;
    top: 30px;
    width: 50%;
  }
  .admin-bar .reyhoon-checkout__form .checkout_right_section {
    top: 62px;
  }

  #place_order{
    position: relative;
    width: 100%;
    margin: 32px 0 16px;
  }
}

/**
 * Helper classes.
 */
.reyhoon_hidden {
  display: none !important;
}


/**
 * IE11.
 */
:-ms-input-placeholder {
  color: #aaa !important;
}

body.woocommerce-checkout .reyhoon-checkout__shipping-table input:-webkit-autofill,
body.woocommerce-checkout .reyhoon-checkout__shipping-table input:-webkit-autofill:hover,
body.woocommerce-checkout .reyhoon-checkout__shipping-table input:-webkit-autofill:focus,
body.woocommerce-checkout .reyhoon-checkout__shipping-table input:-webkit-autofill:active,
body.woocommerce-checkout .form-row input:-webkit-autofill,
body.woocommerce-checkout .form-row input:-webkit-autofill:hover,
body.woocommerce-checkout .form-row input:-webkit-autofill:focus,
body.woocommerce-checkout .form-row input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

body.woocommerce-checkout .reyhoon-checkout__shipping-table .woocommerce-validated input,
body.woocommerce-checkout .reyhoon-checkout__shipping-table .woocommerce-validated select,
body.woocommerce-checkout .reyhoon-checkout__shipping-table .woocommerce-validated textarea,
body.woocommerce-checkout .form-row.woocommerce-validated input,
body.woocommerce-checkout .form-row.woocommerce-validated select,
body.woocommerce-checkout .form-row.woocommerce-validated textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
}


body.woocommerce-checkout input:focus,
body.woocommerce-checkout input[type="text"]:focus,
body.woocommerce-checkout input[type="number"]:focus,
body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout select:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout .select2-selection:focus {
  outline: unset;
}

/**
 * IE11.
 */
_:-ms-fullscreen body.woocommerce-checkout .form-row input,
_:-ms-fullscreen body.woocommerce-checkout .form-row select,
_:-ms-fullscreen body.woocommerce-checkout .form-row textarea,
_:-ms-fullscreen body.woocommerce-checkout .form-row .select2-selection, :root body.woocommerce-checkout .form-row input,
:root body.woocommerce-checkout .form-row select,
:root body.woocommerce-checkout .form-row textarea,
:root body.woocommerce-checkout .form-row .select2-selection {
  padding: 10px 12px 15px 12px;
}

body.woocommerce-checkout .woocommerce-notices-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error {
  margin: 2em 2em 0;
}

body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-noreviews {
  all: unset;
  background-color: #0f834d;
  border-left: 0.61805em solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  color: #fff;
  clear: both;
  display: block;
  list-style: none outside;
  margin: auto;
  margin-top: 2em;
  padding: 14px 28px 14px 28px;
  position: relative;
}

body.woocommerce-checkout .woocommerce-message:after, body.woocommerce-checkout .woocommerce-message:before,
body.woocommerce-checkout .woocommerce-info:after,
body.woocommerce-checkout .woocommerce-info:before,
body.woocommerce-checkout .woocommerce-error:after,
body.woocommerce-checkout .woocommerce-error:before,
body.woocommerce-checkout .woocommerce-noreviews:after,
body.woocommerce-checkout .woocommerce-noreviews:before {
  all: unset;
}

body.woocommerce-checkout .woocommerce-message *:after, body.woocommerce-checkout .woocommerce-message *:before,
body.woocommerce-checkout .woocommerce-info *:after,
body.woocommerce-checkout .woocommerce-info *:before,
body.woocommerce-checkout .woocommerce-error *:after,
body.woocommerce-checkout .woocommerce-error *:before,
body.woocommerce-checkout .woocommerce-noreviews *:after,
body.woocommerce-checkout .woocommerce-noreviews *:before {
  all: unset;
}

@media (min-width: 992px) {
  body.woocommerce-checkout .woocommerce-message,
  body.woocommerce-checkout .woocommerce-info,
  body.woocommerce-checkout .woocommerce-error,
  body.woocommerce-checkout .woocommerce-noreviews {
    margin-top: 0;
  }
}

body.woocommerce-checkout .woocommerce-message::after,
body.woocommerce-checkout .woocommerce-info::after,
body.woocommerce-checkout .woocommerce-error::after,
body.woocommerce-checkout .woocommerce-noreviews::after {
  clear: both;
  content: "";
  display: table;
}

body.woocommerce-checkout .woocommerce-message::before,
body.woocommerce-checkout .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-error::before,
body.woocommerce-checkout .woocommerce-noreviews::before {
  color: #fff;
  content: "";
  display: inline-block;
  left: 1.5em;
  position: absolute;
  top: 1.05em;
}

body.woocommerce-checkout .woocommerce-message a,
body.woocommerce-checkout .woocommerce-info a,
body.woocommerce-checkout .woocommerce-error a,
body.woocommerce-checkout .woocommerce-noreviews a {
  clear: right;
  color: #fff !important;
  display: block;
  float: unset;
}

@media (min-width: 421px) {
  body.woocommerce-checkout .woocommerce-message a,
  body.woocommerce-checkout .woocommerce-info a,
  body.woocommerce-checkout .woocommerce-error a,
  body.woocommerce-checkout .woocommerce-noreviews a {
    float: right;
    line-height: 1.8;
  }
}

body.woocommerce-checkout .woocommerce-message a:hover,
body.woocommerce-checkout .woocommerce-info a:hover,
body.woocommerce-checkout .woocommerce-error a:hover,
body.woocommerce-checkout .woocommerce-noreviews a:hover {
  color: #fff;
  opacity: .7;
}

body.woocommerce-checkout .woocommerce-message a.button:hover,
body.woocommerce-checkout .woocommerce-info a.button:hover,
body.woocommerce-checkout .woocommerce-error a.button:hover,
body.woocommerce-checkout .woocommerce-noreviews a.button:hover {
  opacity: 1;
}

body.woocommerce-checkout .woocommerce-message strong,
body.woocommerce-checkout .woocommerce-info strong,
body.woocommerce-checkout .woocommerce-error strong,
body.woocommerce-checkout .woocommerce-noreviews strong {
  color: inherit;
  font-weight: bold;
}

body.woocommerce-checkout .woocommerce-message .button,
body.woocommerce-checkout .woocommerce-info .button,
body.woocommerce-checkout .woocommerce-error .button,
body.woocommerce-checkout .woocommerce-noreviews .button {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.25) !important;
  border-radius: 0;
  color: #fff;
  float: right;
  line-height: 1.618;
  margin-left: 28px;
  padding: 0;
  padding-left: 28px;
}

body.woocommerce-checkout .woocommerce-message .button:hover,
body.woocommerce-checkout .woocommerce-info .button:hover,
body.woocommerce-checkout .woocommerce-error .button:hover,
body.woocommerce-checkout .woocommerce-noreviews .button:hover {
  background: none;
  color: #fff;
  opacity: .7;
}

body.woocommerce-checkout .woocommerce-message pre,
body.woocommerce-checkout .woocommerce-info pre,
body.woocommerce-checkout .woocommerce-error pre,
body.woocommerce-checkout .woocommerce-noreviews pre {
  background-color: rgba(0, 0, 0, 0.1);
}

body.woocommerce-checkout .woocommerce-noreviews,
body.woocommerce-checkout .woocommerce-info {
  background-color: #3d9cd2;
}

body.woocommerce-checkout .woocommerce-error {
  background-color: #e2401c;
}

body.woocommerce-checkout .woocommerce-error a {
  color: #ffffff;
}

body.woocommerce-checkout .woocommerce > .woocommerce-message,
body.woocommerce-checkout .woocommerce > .woocommerce-info,
body.woocommerce-checkout .woocommerce > .woocommerce-error,
body.woocommerce-checkout .woocommerce > .woocommerce-noreviews,
body.woocommerce-checkout .woocommerce .reyhoon-checkout > .woocommerce-message,
body.woocommerce-checkout .woocommerce .reyhoon-checkout > .woocommerce-info,
body.woocommerce-checkout .woocommerce .reyhoon-checkout > .woocommerce-error,
body.woocommerce-checkout .woocommerce .reyhoon-checkout > .woocommerce-noreviews,
body.woocommerce-checkout .woocommerce-NoticeGroup > .woocommerce-message,
body.woocommerce-checkout .woocommerce-NoticeGroup > .woocommerce-info,
body.woocommerce-checkout .woocommerce-NoticeGroup > .woocommerce-error,
body.woocommerce-checkout .woocommerce-NoticeGroup > .woocommerce-noreviews {
  display: block;
  margin: 2em;
}

body.woocommerce-checkout .woocommerce .reyhoon-checkout > .woocommerce-message,
body.woocommerce-checkout .woocommerce .reyhoon-checkout > .woocommerce-info,
body.woocommerce-checkout .woocommerce .reyhoon-checkout > .woocommerce-error,
body.woocommerce-checkout .woocommerce .reyhoon-checkout > .woocommerce-noreviews,
body.woocommerce-checkout .woocommerce-NoticeGroup > .woocommerce-message,
body.woocommerce-checkout .woocommerce-NoticeGroup > .woocommerce-info,
body.woocommerce-checkout .woocommerce-NoticeGroup > .woocommerce-error,
body.woocommerce-checkout .woocommerce-NoticeGroup > .woocommerce-noreviews {
  margin-bottom: 2em;
}

@media (min-width: 992px) {
  body.woocommerce-checkout .woocommerce .reyhoon-checkout > .woocommerce-message,
  body.woocommerce-checkout .woocommerce .reyhoon-checkout > .woocommerce-info,
  body.woocommerce-checkout .woocommerce .reyhoon-checkout > .woocommerce-error,
  body.woocommerce-checkout .woocommerce .reyhoon-checkout > .woocommerce-noreviews,
  body.woocommerce-checkout .woocommerce-NoticeGroup > .woocommerce-message,
  body.woocommerce-checkout .woocommerce-NoticeGroup > .woocommerce-info,
  body.woocommerce-checkout .woocommerce-NoticeGroup > .woocommerce-error,
  body.woocommerce-checkout .woocommerce-NoticeGroup > .woocommerce-noreviews {
    margin-top: 0;
  }
}


@media screen and (max-height: 760px) {
  .reyhoon-drawer__inner .reyhoon-addres-drawer-svg{
    display: none;
  }
  .reyhoon-checkout__form .reyhoon-drawer .reyhoon-address-drawer-attention{
    margin-top: 12px;
  }
  .reyhoon-checkout__form .reyhoon-drawer.reyhoon-drawer--open .reyhoon-address-drawer-accept-address{
    margin-top: 0;
  }
  .reyhoon-checkout__form .reyhoon-drawer .reyhoon-address-drawer-attention{
    margin-bottom: 4px;
  }
}


.payment-method-desc .card-number {
  font-size: 18px;
  direction: ltr;
}

#billing_country_field {
  display: none !important;
}


/* smart table */

.reyhoon-checkout.smart-table .reyhoon_shipping_title,
.reyhoon-checkout.smart-table .reyhoon-checkout__shipping-table ,
.reyhoon-checkout.smart-table #billing_address_1_field,
.reyhoon-checkout.smart-table #billing_address_2_field,
.reyhoon-checkout.smart-table .reyhoon-order-timings-container
{
  display: none !important;
}

.reyhoon-checkout.smart-table .woocommerce-billing-fields__field-wrapper {
  padding: 16px;
}

.reyhoon-checkout.smart-table .woocommerce-billing-fields #billing_first_name_field {
  width: 100%;
}


/*Thank you*/
.woocommerce-order-received header,
.woocommerce-order-received footer {
  display: none;
}
.woocommerce-order-received .thank-you-box {
  background-color: #fff;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid var(--reyhoon-stroke);
  margin: 24px 16px;
}

.woocommerce-order-received .thank-you-box > p {
  text-align: center;
}
.woocommerce-order-received .thank-you-box > svg {
  display: block;
  margin: 10px auto;
}
.woocommerce-order-received .woocommerce-order-overview {
  line-height: 2;
  list-style: none;
  padding: 20px;
  padding-bottom: 0;
}
.woocommerce-order-received .woocommerce-order > p {
  display: none;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-table--order-details,
.woocommerce-order-received .woocommerce-columns--addresses {
  display: none;
}

.woocommerce-order-received h2.woocommerce-order-details__title:before,
.woocommerce-order-received h2.woocommerce-order-details__addresses:before{
  content: "";
  float: left;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--reyhoon-text);
  border-left: 2px solid var(--reyhoon-text);
  transform: rotate(-45deg);
  top: 5px;
  position: relative;
  transition-duration: 0.3s;
}

.woocommerce-order-received .woocommerce-order {
  max-width: 600px;
  margin: 0 auto;
}

.woocommerce-order-received h2.woocommerce-order-details__title.is-open:before,
.woocommerce-order-received h2.woocommerce-order-details__addresses.is-open:before{
  transform: rotate(135deg);
}
.woocommerce-order-received h2.woocommerce-order-details__title,
.woocommerce-order-received h2.woocommerce-order-details__addresses{
  font-size: 18px;
  font-weight: normal;
}
.woocommerce-order-received h2.woocommerce-column__title {
  font-weight: normal;
  font-size: 18px;
}

.box-back-to-ghab {
  margin: 16px;
}

.woocommerce-order-received .box-back-to-ghab > a {
  background-color: var(--reyhoon-main);
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 10px;
  font-size: 16px;
  display: block;
  margin: 10px 0;
  text-align: center;
}

.woocommerce-order-received .box-back-to-ghab > a:last-child {
  background: transparent;
  border: 2px solid var(--reyhoon-main);
  color: var(--reyhoon-main);
}

.woocommerce-order-received table {
  width: 100%;
}
.woocommerce-order-received table > * {
  text-align: right;
}

.woocommerce-order-received table {
  border: 0
}

.woocommerce-order-received table td, .woocommerce-order-received table th, .woocommerce-order-received table tr {
  border: 0
}

.woocommerce-order-received table tr {
  height: 5rem
}

.woocommerce-order-received table tfoot {
  border-top: 1px solid #ddd
}

.woocommerce-order-received table tfoot tr:last-of-type {
  border-top: 1px solid #ddd
}

.woocommerce-order-received table tfoot tr:last-of-type .woocommerce-Price-amount {
  font-weight: 700
}

.woocommerce-bacs-bank-details {
  border: 1px solid var(--reyhoon-stroke);
  border-radius: 16px;
  margin: 16px;
  padding: 16px;
}

.wc-bacs-bank-details-heading {
  margin: 0;
  font-size: 19px;
}

.woocommerce-order-pay ul.order_details {
  margin: 24px 0;
  line-height: 32px;
}

.woocommerce-order-pay .woocommerce {
  max-width: 450px;
  margin: 24px auto;
  padding: 16px;
  border: 1px solid var(--reyhoon-stroke);
  border-radius: 24px;
}

.woocommerce-order-pay input[type="submit"] {
  display: block;
  width: 100%;
  border: 0;
  background-color: #0ab57d;
  color: #fff;
  padding: 12px 0;
  border-radius: 9px;
  font-size: 20px;
  margin-bottom: 16px;
}

.woocommerce-order-pay .button.cancel {
  text-align: center;
  display: block;
  color: red;
}

.blur-background-image-container img {
  width: 100%;
}


.ghab-steps ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding: 0;
  margin: 0 0 10px;
}
.ghab-steps ul li {
  list-style: none;
}
.ghab-steps ul li a {
  text-decoration: none;
  color: var(--reyhoon-text);
}
.ghab-steps ul li.ghab-bar {
  position: relative;
  width: 10vw;
  height: 3px;
  background-color: #d9d9d9;
  border-radius: 5px;
}
.ghab-steps ul li.ghab-nav:nth-child(3) p {
  font-weight: bold;
}
.ghab-steps ul li.ghab-bar span {
  position: absolute;
  background-color: var(--reyhoon-main);
  border-radius: 15px;
  height: 3px;
  right: 0;
}
.ghab-steps ul li.ghab-bar:nth-child(2) span {
  width: 100%;
}

.ghab-steps ul li.ghab-bar:nth-child(4) span {
  width: 50%;
}