/*------------------------------------------------------------------------------------------
#  Cart
------------------------------------------------------------------------------------------*/
.cart-table a {
    text-decoration: none;
    color: #020202;
}

.cart-table thead {
    background-color: #f5f7f9;
    color: #666;
    font-size: 14px;
}

.tbody, tfoot, th, thead, tr {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eee !important;
}

.cart-table .img-small {
    height: 50px;
    width: 50px;
    padding: 0;
}

.cart-quantity {
    max-width: 150px;
    display: flex;
    align-items: center;
}

.cart-quantity .form-control {
    min-width: 50px;
}

.btn-trans {
    padding-left: 5px;
    padding-right: 5px;
    border: none;
}

.btn-trans:hover, .btn-trans:active, .btn-trans:focus {
    border: none;
    box-shadow: none;
}

.cart-item-name {
    min-width: 250px;
}

.cart-total {
    float: right;
    max-width: 300px;
    margin: 10px 0 40px;
}

.amount {
    font-weight: bold;
    color: #008000;
}

.cart-item-img {
    width: 70px;
}

.td-quantity {
    width: 80px;
}
.w-price{
    min-width: 100px;
}


/*------------------------------------------------------------------------------------------
#  Coupon
------------------------------------------------------------------------------------------*/

.coupon-btn {
    display: flex;
    margin-left: 10px !important;
}

.coupon-btn button {
    font-size: 14px;
    font-weight: bold;
}

.coupon-input {
    flex: 1 1 auto;
    border-radius: 0.375rem !important;
}

.coupon-voucher-cart {
    padding: 10px;
    background: #f1f5f9;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.cart-table tr td {
    vertical-align: middle;
}


/*------------------------------------------------------------------------------------------
#  Checkout
------------------------------------------------------------------------------------------*/
.section-head .checkout-title span {
    background: rgba(87, 154, 53, 0.1);
    color: #007f01;
    display: inline-block;
    width: 30px;
    text-align: center;
    padding: 3px 0;
    border-radius: 50px;
    margin-right: 15px;
    font-weight: 600;
}

.section-head .checkout-title {
    font-size: 18px;
    font-weight: 500;
    font-family: 'RobotoSlab', sans-serif;
    letter-spacing: .75px;
}

.customer-info .form-label {
    font-size: 14px;
}

.min-w-price {
    min-width: 115px;
}

.checkout-total {
    margin: 10px 0 0 !important;
}
.form-check label, .agree-text{
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
}

.checkout-final-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
}

.form-check-input:focus {
    outline: none;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #008000;
    border-color: #06a406;
}

@media (max-width: 767px) {
    .accepted-logo img {
        max-width: 240px;
    }

    .cart-table a {
        font-size: 14px;
    }
}


.cart-table, .checkout-total{
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.75px;
}

.product-name{
    min-width: 200px;
}