﻿.cart-bg {
    background-color: #E2F6D4
}

.product-list {
    background-color: white
}

.product-list-title {
    font-size: 26px;
    font-weight: 500;
    color: #186700;
    padding-left: 30px;
}

.cart-items thead {
    background-color: #42A822;
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.cart-items tbody {
    background-color: white;
    text-align: center;
}
    .product-list .product-name {
        color: #1D1D1B;
        font-size: 24px;
        font-weight: 600;
    }

    .product-list .product-desc {
        color: #6D6C6C;
        font-size: 22px;
        font-weight: 400;
    }

    .cart-items tbody .product-name {
        color: #1D1D1B;
        font-size: 24px;
        font-weight: 500;
    }

    .cart-items tbody .product-desc {
        color: #6D6C6C;
        font-size: 22px;
        font-weight: 400;
    }

    .cart-items tbody tr td {
        height: 160px;
        vertical-align: middle;
        border-width: 0px 0px;
    }

.cart-items thead tr th {
    border-width: 0px 0px;
}

.order-side {
    background-color: white;
    border-radius: 18px;
    padding: 25px 45px;
}

.order-side .title {
    font-size: 22px;
    font-weight: 700
}

    .order-side .price {
        font-size: 22px;
        font-weight: 400
    }

.order-btn {
    color: white;
    background-color: #19760C;
    border-radius: 7px;
    padding: 10px 20px;
}
.order-side .btn:hover {
    color: white;
    width: 100%
}

    .product-row {
        border-bottom: solid 1px #9A9A9A;
    }

.prod-price {
    color: #167100;
    font-size: 26px;
    font-weight: 600
}

.cart-price {
    font-size: 24px
}

.cart-items tbody .btn-outline-secondary {
    border-color: #D9D9D9;
}

.product-list .btn-outline-secondary {
    border-color: #D9D9D9;
}

.session-border {
    border-radius: 11px;
    border: 1px solid #19760C;
    color: #6D6C6C;
    font-weight: 400
}

.contact-form .form-control {
    height: 64px;
}

.checkout-title {
    font-size: 26px;
    font-weight: 600;
    color: #186700;
}

.select-prod {
    cursor: pointer;
    font-size: 24px;
    color: #186700;
    font-weight: 500;
    text-align: right;
}

.toggle-icon {
    color: #186700;
    font-weight: 500
}

.so-luong {
    font-weight: 400;
    font-size: 24px;
    color: #1D1D1B
}

.order-sumary {
    font-weight: 400;
    font-size: 22px;
    color: #1D1D1B
}

.totalamout {
    font-weight: 600;
}

.check-out-form {
    color: #6D6C6C;
    font-size: 22px
}

.fill-info {
    color: #000000;
    font-size: 24px
}

.modal-border {
    border: solid 1px #19760C
}

.btn-cancel {
    color: white;
    background-color: #19760C;
}

.btn-delete {
    color: white;
    background-color: #FF0000;
}

@media (max-width: 768px) {
    .table-bordered {
        display: none
    }

    .cart-table .cart-item-mb {
        font-size: 18px;
    }

    .cart-table .cart-item-mb .product-name {
        font-weight: 500
    }

        .cart-table .cart-item-mb .cart-price {
            font-weight: 500;
            font-size: 18px;
            display: flex;
            align-items: center;
        }

        .cart-table .cart-item-mb .input-group {
            width: 110px !important;
        }

    .cart-item-mb .btn-outline-secondary {
        border-color: #D9D9D9;
    }

    .cart-item-mb .form-control {
        font-size: 18px
    }

    .border-item-mb {
        border-bottom: solid 1px #9A9A9A
    }

    .order-side {
        background-color: white;
        border-radius: 0;
        padding: 15px 25px;
    }

    .product-list .product-name {
        font-size: 18px;
        font-weight: 500
    }

    .product-list .product-desc {
        font-size: 18px;
    }

    .product-list-title {
        font-size: 24px;
    }

    .prod-price {
        font-size: 18px;
    }

    .product-row .form-control {
        font-size: 18px
    }


    .select-prod {
        font-size: 20px;
    }

    .checkout-title {
        font-size: 22px;
    }

    .fill-info {
        font-size: 18px
    }

    .session-border .form-label {
        font-size: 18px
    }

    .session-border .form-control {
        font-size: 18px
    }

    .order-sumary {
        font-size: 18px
    }

    .so-luong {
        font-size: 18px
    }
}