@charset "UTF-8";
.form-control:focus {
  box-shadow: none;
  border-color: #000;
}

.container.main {
  min-height: calc(100vh - 500px);
}

a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before {
  margin-right: 0px !important;
}

#customer_details {
  display: flex;
  flex-direction: column;
  padding: 25px;
  margin-bottom: 20px;
}
#customer_details .selection span {
  height: 70px;
  border-radius: 0px;
  padding: 10px;
}
#customer_details label {
  padding-bottom: 0px;
}
#customer_details input:not([type=checkbox]) {
  height: 70px;
  border: 2px solid rgba(128, 128, 128, 0.3882352941);
}
#customer_details .col-1 {
  width: 100%;
}
#customer_details .col-1 .woocommerce-billing-fields h3 {
  margin-bottom: 90px;
  font-size: 47px;
  font-weight: bold;
}
#customer_details .col-2 {
  width: 100%;
}
#customer_details .woocommerce-page form .form-row label.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: normal;
  cursor: pointer;
}

#order_review {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  #order_review {
    margin-top: 173px;
  }
}
#order_review thead .product-name,
#order_review thead .product-total {
  font-size: 25px;
}
#order_review .woocommerce-checkout-payment {
  background-color: #fff;
}
#order_review .place-order {
  display: flex;
  flex-direction: column;
  align-items: end;
  background-color: #fff;
  text-align: center;
}
#order_review .place-order .woocommerce-privacy-policy-text p {
  text-align: left;
}
#order_review .place-order #place_order {
  background-color: #f7982e;
  color: #000;
  padding: 10px 60px;
  font-weight: bold;
  float: unset;
  border: 0;
}

.showcoupon {
  text-decoration: none;
  color: #000;
}

#order_review_heading {
  display: none;
  margin-top: 120px;
}

.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
  background-color: #f0f2ef;
  color: #000;
  border-top-color: #f7982e;
}
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-message::before {
  color: #000;
}
.woocommerce-info li,
.woocommerce-error li,
.woocommerce-message li {
  padding-left: 60px !important;
}
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-message a {
  color: #f7982e;
  text-decoration: none;
}
.woocommerce-info a:hover, .woocommerce-info a:focus, .woocommerce-info a:active,
.woocommerce-error a:hover,
.woocommerce-error a:focus,
.woocommerce-error a:active,
.woocommerce-message a:hover,
.woocommerce-message a:focus,
.woocommerce-message a:active {
  color: #000;
}

.chang_black.hvr-bounce-to-right {
  transition: background-color 0.3s ease, color 0.3s ease;
}
.chang_black.hvr-bounce-to-right::before {
  background-color: #000 !important;
}
.chang_black.hvr-bounce-to-right:hover {
  transition: color 0.3s ease;
  color: #fff !important;
  border: 0 !important;
}
.chang_black.hvr-bounce-to-right:hover svg path {
  transition: fill 0.3s ease;
  fill: #fff;
}

input[type=checkbox] {
  appearance: none; /* إزالة النمط الافتراضي */
  width: 20px;
  height: 20px;
  border: 2px solid #f7982e; /* لون الحدود */
  border-radius: 4px; /* زوايا دائرية */
  display: inline-block;
  position: relative;
}

input[type=checkbox]:checked {
  background-color: #f7982e; /* لون الخلفية عند التحديد */
  border-color: #f7982e; /* لون الحدود عند التحديد */
}

input[type=checkbox]:focus {
  outline: none; /* إزالة الأوتلاين الافتراضي */
  box-shadow: 0 0 5px #f7982e; /* تحديد لون الأوتلاين */
}

input[type=checkbox]:hover {
  border-color: #f7982e;
  box-shadow: 0 0 5px #f7982e;
  background-color: #f7982e !important;
}

input[type=checkbox]::after {
  content: "";
  display: none;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 6px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

input[type=checkbox]:checked::after {
  display: block;
}

.woocommerce-shipping-fields {
  margin-bottom: 15px;
}

#ship-to-different-address {
  font-size: 16px;
  font-weight: 400;
}
#ship-to-different-address label {
  display: flex;
  align-items: center;
  gap: 10px;
}

form[name=checkout] .row {
  flex-wrap: wrap;
}
form[name=checkout] .row .col-md-6 {
  width: auto;
  flex: 1;
}

.wc_payment_method.theme--stripe {
  display: block !important;
}

#payment .payment_methods li[class*=payment_method_woocommerce_payments] label img {
  display: inline;
  float: right;
  width: auto;
  height: 50px;
  object-fit: contain;
  max-height: 30px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #f7982e;
  color: #000;
}

.woocommerce-checkout #payment div.form-row {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-terms-and-conditions-wrapper label {
  display: block !important;
  text-align: left;
}
.woocommerce-terms-and-conditions-wrapper label input[type=checkbox] {
  float: left;
  margin-right: 10px;
}
.woocommerce-terms-and-conditions-wrapper label .woocommerce-terms-and-conditions-checkbox-text {
  display: inline;
}

/*# sourceMappingURL=checkout.css.map */
