.productList .productCode strong {
    color: #ed1c24;
    font-size: 15px;
}

.productList .card-title {
    padding: 5px 0;
    font-size: 12px;
}

table.table-fit {
    width: auto !important;
    table-layout: auto !important;
  }
table.table-fit thead th,
table.table-fit tbody td,
table.table-fit tfoot th,
table.table-fit tfoot td {
    width: auto !important;
}

.clear_fix_extra{
    border: none !important;
    padding: 0 !important;
}
.productList .inputNumber{width: 100px;}
.productList .inputNumber .form-control{height: 30px;}
.productList .btn-minus{width: 30px;}
.productList .btn-plus{width: 30px;}
.productBoxBtnsWrap{border-top:1px #f1f1f1 solid; margin-top: 10px;}
.productList .price{font-size: 25px !important;}
.minW-65{min-width: 65px;}
.font-size-13{ font-size: 13px;}

.remove-cart-prod {
    color: #000000;
    font-size: 20px;
    margin: -7px;
}

.only_available {
    font-size: 12px;
    color: red;
}

.CartHome {
    max-height: 400px;
    overflow-y: auto
}

.dbulk-price, .bulk-price, .cart-price{
    background: #ed1c24;
    color: #fff;
}
.productList .inputNumber .input-group-text{height: 30px;}
.inputNumber.input-group{margin: 0;}