/******** Danh sách sản phẩm ********/
.sgce-checkout-review-table .sgce-checkout-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.sgce-checkout-review-table .sgce-checkout-item__thumb img {
    /* width: 60px; */
    /* height: 60px; */
    /* object-fit: cover; */
    /* border-radius: 6px; */
}

.sgce-checkout-review-table .sgce-checkout-item__title {
    font-weight: 600;
    margin-bottom: 6px;
}
.sgce-checkout-review-table .sgce-checkout-item__title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.4em * 2);
}
.sgce-checkout-item .sgce-checkout-item__price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-top: 6px;
    font-size: 13px;
}

.sgce-checkout-item .sgce-checkout-item__price .woocommerce-Price-amount,
.sgce-checkout-item .sgce-checkout-item__price del,
.sgce-checkout-item .sgce-checkout-item__price ins {
    font-size: inherit;
}

.sgce-checkout-item .sgce-checkout-item__price .woocommerce-Price-amount {
    /* font-weight: 600; */
    color: inherit;
}

.sgce-checkout-item .sgce-checkout-item__price .sgce-price-current {
    font-weight: 600;
    color: #333;
}

.sgce-checkout-item .sgce-checkout-item__price del {
    text-decoration: line-through;
    opacity: 1;
    font-size: calc(var(--sgce-font-size) - 2px);
    font-weight: 300;
    color: var(--sgce-primary-color);
}

.sgce-checkout-item .sgce-checkout-item__price ins {
    font-weight: 600;
    color: var(--sgce-accent-color);
    text-decoration: none;
}

.sgce-checkout-item .sgce-checkout-item__price del .woocommerce-Price-amount,
.sgce-checkout-item .sgce-checkout-item__price ins .woocommerce-Price-amount {
    color: inherit;
}

.sgce-checkout-review-table .sgce-checkout-item__qty {
    margin-top: 10px;
}

.shop_table .sgce-checkout-item__qty .sgce-checkout-quantity {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--sgce-border-color);
    overflow: hidden;
}

.shop_table .sgce-checkout-item__qty .sgce-checkout-quantity .sgce-qty-button {
    background: #f5f5f5;
    border: none;
    color: #333;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    transition: 0.2s ease;
    margin: 0;
    padding: 0;
    min-height: auto;
}

.shop_table .sgce-checkout-item__qty .sgce-checkout-quantity .sgce-qty-button:hover {
    background: #e1e1e1;
}

.shop_table .sgce-checkout-item__qty .sgce-checkout-quantity .sgce-qty-input {
    width: 44px;
    height: 32px;
    border: none;
    text-align: center;
    font-weight: 600;
    background: transparent;
}

.shop_table .sgce-checkout-item__qty .sgce-checkout-quantity .sgce-qty-input:focus {
    outline: none;
    box-shadow: none;
}

.sgce-checkout-review-table .sgce-checkout-item__thumb {
    min-width: 90px;
    height: 90px;
}

.sgce-checkout-review-table .sgce-checkout-item__thumb a {
	display: block;
	width: 100%;
	height: 100%;
}
.sgce-checkout-review-table .sgce-checkout-item__thumb a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 768px) {
    .sgce-checkout-review-table .sgce-checkout-item {
        gap: 16px;
    }

    .sgce-checkout-review-table .sgce-checkout-item__thumb img {
        /* width: 72px; */
        /* height: 72px; */
    }

    .sgce-checkout-item__price {
        gap: 8px;
        font-size: 14px;
    }

    .shop_table .sgce-checkout-item__qty .sgce-checkout-quantity .sgce-qty-button {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    .shop_table .sgce-checkout-item__qty .sgce-checkout-quantity .sgce-qty-input {
        height: 36px;
        width: 52px;
    }
}


/******** Thông tin đặt hàng ********/
form.checkout .woocommerce-billing-fields > h3 {
    display: none;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_address_1_field {
    width: 100%;
}

.woocommerce-billing-fields .sgce-vat-field .optional {
    display: none;
}


/******** Đặt hàng thành công ********/
.shop_table.woocommerce-table--order-details .order_note {}
.shop_table.woocommerce-table--order-details .order_note td {
    text-align: left;
    font-size: 85%;
}
.shop_table.woocommerce-table--order-details .order_note td .order_note_title {
    font-weight: bold;
}
.shop_table.woocommerce-table--order-details .order_note td .order_note_content {}