.form-control.cart_quantity {
    max-width: 60%;
}
.cart-collaterals {
    width: 100%;
}
.cart_totals {
    float: right;
    width: 48%;
}
table.shop_table {
    width: 100%;
}	
.table.Subtotal tr td {
    border: 1px solid #eee;
    text-transform: uppercase;
}
.product-name h5 {
    font-size: 14px;
}
.remove {
    font-size: 24px;
    line-height: 15px;
    width: 19px !important;
    height: 19px !important;
    display: block;
    font-weight: 800 !important;
    color: #e0522e;
}
.product-thumbnail {
    border-left: 0px!important;
}
.cart-form__cart-item.cart_item td {
    border: 1px solid rgba(0,0,0,.1);
    vertical-align: middle;
    padding: 20px 24px;
    font-weight: 600;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}
.cart-collaterals .cart_totals tr th {
    border: 1px solid rgba(0,0,0,.1);
    vertical-align: middle;
    padding: 20px 24px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.product-name a {
    color: #000;
    font-weight: 600;
}
.product-remove {
    border-right: 0px!important;
}
.cart_quantity {
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    border: 1px solid rgba(0,0,0,.2);
    background-clip: border-box;
    font-weight: 400;
    border-radius:0px;
}

.table .thead-dark th {
    color: #fff;
    background-color: #000;
    border-color: #000;
    text-align: center;
    text-transform: uppercase;
}
.cart-mobile-screen {
    display: none;
}
.cart-subtotal {
    font-size: 14px;
    font-weight: 700;
}
.order-total {
    font-size: 14px;
    font-weight: 700;
}

.order-total-text {
    font-size: 14px;
    font-weight: 700;
}
.input-text-coupon {
    padding: 9px 24px 8px;
    font-size: 12px;
    margin-right: 0;
    border: 0;
    width: 200px;
    position: relative;
    border: 1px solid rgba(0,0,0,.1);
    border-right: 0 none;
}
.bids_package_button {
    float: right;
}
.lte-btn {
    /* float: left; */
    margin-top: 0;
    margin-left: -40px;
    font-size: 14px;
    padding:8px 25px 9px 25px;
    position: relative;
    border: 0px;
    color: #fff;
    background: url(/../../../images/MainSite/footer-button.png) no-repeat center;
    text-transform:uppercase;
}
.coupon-col {
    padding: 0px 0px 50px 0px;
}
.product-price span {
    color: #f7d48c;
    font-size: 18px;
    font-weight: 800;
}
@media screen and (max-width:767px) and (min-width:280px){
    .shop_table.shop_table_responsive.cart tr td {
        display: block;
        text-align: right!important;
    }
    table.shop_table.shop_table_responsive.cart tr td:before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }
    .table td, .table th {
        width: 100%;
    }
    .product-remove:before {
        display: none;
    }

    .cart-form__cart-item.cart_item td {
        border: 0px solid rgba(0,0,0,.1);
    }
    .input-text.qty.text {
        width: 95px;
        height: 35px;
        position: relative;
        text-align: center;
    }
    .product-remove {
        padding: 0px 24px!important;
    }
    .cart-tbl {
        display: none;
    }
    .cart-form__cart-item.cart_item td {
        padding: 15px 24px;
    }
    .shop_table tr {
        border: 1px solid #eee;
        padding-bottom: 15px !important;
    }
    .cart-mobile-screen {
        display: block;
    }
    .Sub-total-sec {
        padding: 0px;
    }
    .coupon-col {
        padding: 20px 0px;
    }
    .coupon {
        text-align: center;
    }
    .bids_package_btn {
        text-align: center;
        padding: 30px;
    }
    .bids_package_button {
        float: unset;
    }
    .checkout-btn {
        text-align: center;
    }
}
a.lte-btn:hover {
    text-decoration: none;
    color: white;
}