.active-order .product-checkout img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}
.custom_price {
  display: flex;
  justify-content: space-between;
}
.wrapProductinfo {
  margin-top: 20px;
  width: 340px;
  display: flex;
  flex-direction: row;
}

.checkout-container {
  padding: 0 20px;
  margin: 50px 0 70px 0;
  display: flex;
  justify-content: space-between;
}
.wrapcheckoutinfo {
  margin-left: 12px;
}
.shippinginfo {
  padding: 0 30px 0 7px;
}
#checkout_form {
  max-width: 750px;
  width: 100%;
}
.emailinfo h2,
.shippinginfo h2 {
  text-transform: uppercase;
  font-weight: 900;
}

.emailinfo form input,
.shippinginfo form input,
.shippinginfo form select {
  width: 100%;
  padding: 14px 5px;
  margin: 6px 0;
}
.wrapname,
.postal-zip {
  display: flex;
}
.wrapname .lastname {
  width: 100%;
  margin-left: 10px;
}
.postal-zip .citywrap {
  margin-left: 10px;
}
.reviewOrder {
  display: flex;
  padding: 10px 10px;
  border-radius: 8px;
}
.payment-methods {
  display: flex;
  flex-direction: column;
}
.payment-methods label {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.493);
}
/* .payment-methods label input {
  display: none;
} */
.payment-methods label img {
  margin-right: 5px;
}
.payment-methods label {
  display: flex;
  align-items: center;
}
.save_address {
  cursor: pointer;
  border: none;
  color: white;
  background-color: black;
}
.select_courier {
  width: 100%;
}
.select_courier img {
  min-width: 286px;
  width: 100%;
  object-fit: cover;
  height: 101px;
  border-radius: 5px;
}
.select_courier input {
  display: none;
}
/* .select_courier.selected {
  border-radius: 5px;
  border: 1px solid var(--maincolor);
} */
.courier h2 {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  word-break: break-all;
  position: relative;
}

.courier_img {
  width: 40px;
  height: 40px;
  padding: 5px;
}
.place_order {
  cursor: pointer;
  border: none;
  margin-top: 20px;
  color: white;
  background-color: black;
  padding: 10px 30px;
}
.paymentoption {
  display: flex;
  flex-direction: column;
}
.option_wrap {
  margin: 20px 0;
}
.option_wrap h2 {
  font-size: 15px;
}
.left_corner_info {
  width: 70%;
}
.review-order-container {
  display: flex;
  margin: 30px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shipping_address_reveiw,
.shipping_prod_info {
  width: 100%;
  box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.205);
}
.shipingfee_info {
  max-width: 264px;
  border-radius: 10px;
  width: 100%;
  background-color: aliceblue;
  padding: 15px 19px;
  margin: 10px 0 20px 0;
}
.empty_shipping h6,
.shipingfee_info h6 {
  font-size: 12px;
  line-height: 1.4em;
  color: grey !important;
}
.empty_shipping {
  max-width: 204px;
  border-radius: 10px;
  width: 100%;
  background-color: aliceblue;
  padding: 15px 19px;
}
.shippingreview,
.prod_info_pack {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  background-color: rgba(107, 107, 107, 0.034);
  padding: 10px;
}
.shippingreview a {
  color: var(--maincolor);
}
.prod_info_pack h2,
.shippingreview h2,
.shippingreview a {
  font-size: 18px;
}
.shipping_prod_info {
  margin-top: 40px;
}
.user_shipping_name {
  padding: 30px 30px 0 30px;
}
.user_shipping_add {
  padding: 3px 30px 30px 30px;
}
.product_info_image {
  height: 110px;
  width: 110px;
  border-radius: 5px;
}
.left_info_prodct {
  display: flex;
  align-items: center;
}
.list_info_product {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.produc_info_reveiw {
  margin-left: 40px;
}
.produc_info_reveiw p {
  max-width: 514px;
  width: 100%;
}
.product_fee_info {
  display: flex;
}
.qty_info {
  margin: 0 80px;
}
.price_org {
  color: var(--maincolor);
}
.calc_sale_info {
  color: black !important;
  text-decoration: line-through;
}
.shipping_fee_info {
  margin-left: 20px;
  max-width: 340px;
  width: 100%;
}
.shipping_fee_info h2 {
  font-size: 20px;
}
.selectedpayment .selected_wrap {
  margin: 20px 0px;
  border: 1px solid var(--maincolor);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.invoice h3 {
  font-size: 20px;
}
.subtotalval p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info_shipping {
  padding-bottom: 10px;
}
.info_over_total {
  border-top: 1px solid rgba(0, 0, 0, 0.103);
  padding: 20px 0;
}
.bt_reciept {
  padding: 20px 0px;
}

.submit_pay {
  width: 100%;
  color: white;
  background-color: black;
  padding: 10px 30px;
}
.info_over_total span {
  font-size: 24px;
  color: var(--maincolor);
}

.bank_transfer {
  margin: 20px 0;
}
.bank_transfer ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.103);
}
.bank_transfer ul li {
  margin: 20px 0;
}

.payment_fee {
  border: 1px solid rgba(75, 73, 73, 0.404);
  padding: 10px;
  border-radius: 8px;
}
.payment_fee.payment_selected {
  background-color: aqua;
}
.checkaggree {
  padding: 0 0 20px 0;
  font-size: 15px;
}

.shipingfee_info.revieworderinfo {
  max-width: 100%;
}
#checkout_form select {
  height: 78px;
  border: 1px solid black;
}
.cont-ship {
  width: 100%;
}
@media (max-width: 888px) {
  .review-order-container {
    padding: 0 20px;
  }
  .checkout-container {
    width: 100%;
    flex-direction: column;
  }
  .reviewOrder {
    flex-direction: column;
  }
  .paymentoption {
    display: flex;
  }
  .select_courier img {
    -width: 465px;
    width: 100%;
    height: 137px;
  }
  .payment_fee {
    padding: 25px 10px;
  }
  .shippinginfo {
    padding: 20px 0px 20px 0px;
  }
  .shipingfee_info {
    max-width: 100%;
    width: 100%;
  }
  .wraprievew-order {
    padding: 0px 0px 27px 0;
  }
  input.place_order {
    width: 100%;
  }
  .courier {
    margin: 0 0 27px 0px;
  }
  .empty_shipping {
    max-width: 100%;
  }
  .product_fee_info,
  .list_info_product,
  .left_info_prodct {
    flex-direction: column;
  }
  .review-order-container {
    flex-direction: column;
    /* justify-content: space-between; */
  }
  .left_corner_info {
    width: 100%;
  }
  .price_info {
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
  }
  .shipping_fee_info {
    margin-left: 0;
    margin-top: 30px;
  }
}
