.checkout-wrap{
    padding:60px 0;
}
.checkout-wrap .box_left h3{
    color: #326FC6;
    margin-bottom: 30px;
}
.page_thanhtoan label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page_thanhtoan label span {
    color: red;
}

.page_thanhtoan input,
.page_thanhtoan textarea {
    border-radius: 15px;
    background-color: #F0F0F0;
    padding: 0 15px;
    border: none;
}

.page_thanhtoan input {
    height: 56px;
    width: 100%;
}

.page_thanhtoan textarea {
    padding-top: 15px;
    min-height: 150px;
}

/*  */
.cart_totals {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 4px 12px 0 rgba(25, 45, 103, 0.16);
    overflow: hidden;
    max-width: 500px;
    width: 100%;
    position: sticky;
    top: 50px;
    height: fit-content;
}

.cart_totals .head-order {
    background-color: #326FC6;
    padding: 10px 15px;
    color: #fff;
    text-align: center;

}

.cart_order_body {
    padding: 10px 20px;

}

.list-order-product {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.item-line-cart {
    padding: 10px 5px;
    border-bottom: 1px solid rgba(161, 161, 161, 0.35);
}

.order_product-name a {
    color: #326FC6;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.item-line-cart .price del {
    font-size: 15px;
}

.item-line-cart .price ins {
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
    background-color: transparent;
}

.order-item.coupon {
    display: flex;
    gap: 15px;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
}

.order-item.coupon input {
    width: 80%;

}

.coupon-input {
    background: var(--bg-1);
    color: #fff;
    border-radius: 15px;
    width: 30%;
}

.button.coupon_btn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #FFF;
}

.order-item.order-totals,
.order-item.order-discounts {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-total {
    font-size: 28px;
    font-weight: 700;
}
.btnToCheckout{
    background: var(--bg-1);
    border: none;
}
.btnToCheckout:hover{
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media screen and (max-width:992px) {
    .cart_totals{
        max-width: 100%;
    }
}