.main-content {
    top: clamp(40px, 5vw, 50px);
}

.content-header {
    opacity: 1;
    gap: 16px;
    border-radius: 4px;
    padding: 24px;
    background: #FFFFFF;

}

.cart-shop span {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}

.cart-shop-block {
    background-color: #FFFFFF;
    border-radius: 8px;
    border-width: 1px;
    padding: 32px 24px;
    gap: 32px;
    opacity: 1;
    color: #333;
}

.cart-shop-header span{
    color: #0a0a0a;
    font-weight: 600;
    font-size: 15px;
}

.cart-shop-header i {
    color: #ff5722;
}

.order-count-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #202224;
}

.order-count {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: right;
    vertical-align: bottom;
    color: #202224;
}

.order-count span {
    color: #848484;
}

.card-count-control {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    overflow: hidden;
}

.card-count-control .count-btn {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
}

.card-count-control .count-btn:hover {
    background: #f2f2f2;
}

.card-count-control .card-count-number {
    width: 50px;
    height: 32px;
    border: none;
    text-align: center;
    font-size: 16px;
    outline: none;
}

.tbl-data {
    width: 100%;
    border-collapse: collapse;
}


.tbl-data th:nth-child(5),
.tbl-data td:nth-child(5) {
    width: 140px;
}

.tbl-data th:nth-child(7),
.tbl-data td:nth-child(7) {
    width: 80px;
}

.tbl-data thead tr {
    padding: 16px 4px;
    border-bottom: 1px solid #D8D8D8;
}

.tbl-data thead tr th {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 8px;
    white-space: nowrap;
}

.tbl-data th, .tbl-data td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.tbl-data-img {
    border-radius: 6px;
    object-fit: cover;
}

.tbl-data-text {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.tbl-data-checked {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    gap: 10px;
    opacity: 1;
    background: #4880FF;
    border: none;
}

.tbl-data-checked i {
    color: #FFFFFF;
}

.tbl-data-cancel {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    gap: 10px;
    opacity: 1;
    border: 1px solid #EF3826
}

.tbl-data-cancel i {
    color: #EF3826;
}

.ez-pagination-wrapper {
    background-color: #FFFFFF;
    height: 3rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
}

.ez-pagination-wrapper-left {
    display: flex;
}

.ez-pagination-wrapper-left > span {
    align-self: center;
    font-size: 0.85rem;
}

.ez-pagination-wrapper-right {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.content-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    background: #FFFFFF;
    opacity: 1;
    gap: 24px;
    padding: 24px;
    border-bottom-width: 1px;
}

.card-total {
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}

.card-total-price {
    color: #FF5C30;
    font-weight: 700;
    line-height: 20px;
}

.btn-pay {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background: linear-gradient(90deg, rgba(255, 92, 48, 0.1) 0%, rgba(252, 55, 72, 0.1) 100%);
    color: #FF5C304D;
    opacity: 1;
    gap: 10px;
    border-radius: 2px;
    padding: 6px 30px;
    border: none;
}

.btn-pay {
    cursor: not-allowed;
    pointer-events: none;
}

.btn-pay.active {
    background: linear-gradient(90deg, #FF5C30 0%, #FC3748 100%);
    color: #fff;
    cursor: pointer;
    pointer-events: auto;
}
