@charset "UTF-8";
/*---- ----*/
.btn {
  border-radius: 4px;
}

.onsite_btn_wrapper {
  display: flex;
  justify-content: flex-end;
}
.onsite_btn_wrapper #btn_onsite_purchase {
  background-color: #007bff;
  color: white;
  font-weight: 500;
  padding: 0.7rem 1.25rem;
  font-size: 1.2rem;
  margin-left: auto;
  width: auto;
  outline: none;
  border: none;
  transition: all ease-in-out 0.3s;
}
.onsite_btn_wrapper #btn_onsite_purchase:hover {
  background-color: #0062CC;
}

/*---- Page Shop Cart ----*/
.page_shop_cart form[name=coupon_code] .a-submit {
  font-size: 1rem;
}

/*---- Address ----*/
/*---- Payment Confirmation ----*/
.oe_website_sale.o_website_sale_checkout .o_cta_navigation_container > div > div {
  display: none;
}

.oe_website_sale_tx_status .card-header {
  padding-top: 1rem !important;
}

/*---- Page Shop Payment ----*/
@media screen and (max-width: 991px) {
  .page_shop_payment .oe_cart {
    order: 2;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 991px) {
  .page_shop_payment .o_cta_navigation_placeholder {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .page_shop_payment .o_cta_navigation_container {
    z-index: 10;
    background: #FFF;
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.06);
    padding-top: 12px !important;
    padding-bottom: 28px !important;
    position: fixed;
  }
}
@media screen and (max-width: 991px) {
  .page_shop_payment #o_wsale_total_accordion {
    margin-bottom: 2.5rem;
  }
}

/*---- Page Shop Address ----*/
.page_shop_address #div_email_public {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.page_shop_address #div_email_public label {
  flex: 0 0 auto;
}
.page_shop_address #div_email_public .login_reminder {
  flex: 1 0 0%;
  gap: 4px;
}
.page_shop_address #div_email_public input {
  flex: 0 0 auto;
  width: 100%;
}
.page_shop_address .onsite_purchase_card {
  border: 1px solid dodgerblue;
}
.page_shop_address .onsite_purchase_card h5 {
  color: dodgerblue !important;
}
.page_shop_address .onsite_purchase_card button {
  background: dodgerblue;
  color: white !important;
  border: none;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  /* Khi trỏ chuột vào */
}
.page_shop_address .onsite_purchase_card button:hover {
  background-color: #1178e3;
}
.page_shop_address .onsite_purchase_card button {
  /* Khi click giữ chuột (hoặc chạm trên mobile) */
}
.page_shop_address .onsite_purchase_card button:active {
  background-color: #0b5fb3;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
.page_shop_address .onsite_purchase_card button {
  /* Khi nút đang được focus (click xong kéo chuột ra ngoài, hoặc dùng phím Tab) */
}
.page_shop_address .onsite_purchase_card button:focus {
  outline: none;
  background-color: dodgerblue;
  box-shadow: 0 0 0 3px rgba(30, 144, 255, 0.4);
}
.page_shop_address .onsite_purchase_card button {
  /* Kết hợp vừa focus vừa hover để không bị khựng màu */
}
.page_shop_address .onsite_purchase_card button:focus:hover {
  background-color: #1178e3;
}

/*---- Page Shop Confirmation ----*/
.page_shop_confirmation .register_cta {
  border: none;
  background: #fff8f0;
  margin-bottom: 40px;
}
.page_shop_confirmation .register_cta a {
  font-size: 1rem;
  border: none;
}
.page_shop_confirmation .payment_info tbody tr:last-child td {
  border-bottom: none;
}
.page_shop_confirmation .payment_status_card .card-header {
  background-color: #D1ECF1;
  padding-bottom: 1rem;
}

/*---- Global ----*/
.text-danger {
  margin-left: 2px;
}

#cart_total > table tr:not(.reward_row) td {
  padding-top: 0.9rem !important;
  padding-bottom: 0.9rem !important;
}
#cart_total > table tr.oe_website_sale_gift_card td {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
#cart_total > table tr.oe_website_sale_gift_card td .alert {
  margin: 0 !important;
}
#cart_total > table .reward_row td {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
#cart_total > table .reward_row.only td {
  padding-top: 0rem;
  padding-bottom: 0.9rem;
}
#cart_total > table .reward_row.first td {
  padding-top: 0rem;
  padding-bottom: 0.45rem;
}
#cart_total > table .reward_row.last td {
  padding-top: 0.45rem;
  padding-bottom: 0.9rem;
}/*# sourceMappingURL=frontend_style.css.map */