h2 {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 10px;
}
.container-checkout {
    height: 100vh;
    margin: 0 auto;
    display: flex;
    width: 80%;
}
.link {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 14px;
    margin: 0;
}
.link a {
    color: black;
    margin: 0;
    text-decoration: none;
}
.ttgiaohang {
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    margin-bottom: 15px;
}
.email-phone {
    display: flex;
    width: 100%;
    gap: 20px;
}
.form-info {
    margin-top:15px ;
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 20px;
}
.form-info input {
    
    padding: 15px 10px;
}
.left-checkout {
    width: 50%;
}
.email {
    width: 65%;
}
.form-info select, textarea {
    padding: 15px 10px;
}

.right-checkout {
    border-left: 1px solid lightgray;
    width: 50%;
    display: flex;
    flex-direction: column;
    background-color: #fafbfa;
}

.product-checkout {
    margin: 0 auto;
    margin: 0;
    gap: 15px;
    display: flex;
    align-items: center;
    width: 90%;
    border-bottom: 1px solid lightgray;
    padding: 10px;
    margin-left: 11px;
}
.product-checkout img {
    width: 80px;
    height: 80px;
}

.voucher {
      padding: 15px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    width: 90%;
    border-bottom: 1px solid lightgray;
    padding: 10px;
    margin-left: 11px;
    }
    .voucher-item {
      display: flex;
      align-items: center;
      gap: 10px;
      background: white;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 10px;
    }
    .voucher-item input {
      width: 18px;
      height: 18px;
    }
    .voucher-info {
      display: flex;
      flex-direction: column;
    }
    .voucher-code {
      font-weight: bold;
      font-size: 14px;
    }
    .voucher-desc {
      font-size: 13px;
      color: #555;
    }
    .container-tamtinh {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        width: 90%;
        border-bottom: 1px solid lightgray;
        padding: 10px;
        margin-left: 11px;
    }
    .tamtinh {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .tamtinh p {
        color: gray;
        margin: 0;
         margin-top: 10px;
    }

    .ship {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ship p {
        color: gray;
    }
    .total {
        align-items: center;
        width: 90%;
        margin: 0 auto;
        display: flex;
        margin-left: 20px;
        justify-content: space-between;
    }
    .sub-total {
        font-size: 20px;
    }
    .vnd {
        font-size: 14px;
        color: gray;
    }
    .vnd span {
        color: black;
        font-size: 20px;
        margin-left: 10px;
    }
    .checkout-btn {
    width: 100%; /* Chiếm hết chiều ngang của cột phải */
    padding: 15px; /* Tăng độ dày nút cho dễ bấm */
    margin-top: 25px; /* Cách phần trên ra một chút */
    margin-left: 0; /* XÓA BỎ MARGIN-LEFT CŨ GÂY LỆCH */
    
    background-color: #ee4d2d; /* Màu cam Shopee */
    color: white;
    font-weight: 800; /* Chữ đậm hơn */
    font-size: 18px; /* Chữ to hơn */
    border: none;
    border-radius: 4px; /* Bo góc nhẹ */
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase; /* Chữ in hoa */
    box-shadow: 0 4px 6px rgba(238, 77, 45, 0.2); /* Đổ bóng nhẹ */
}

.checkout-btn:hover {
    background-color: #d73211; /* Màu đậm hơn khi di chuột */
    transform: translateY(-2px); /* Hiệu ứng nổi lên */
}



