﻿.cart-content {
    background: #fff;
}
.cart-content h2 {
    font-size: 16px;
    padding-top: 22px;
    color: #23487b;
    font-weight: 600;
    position: relative;
}
.table-css thead tr th {
    vertical-align: middle !important;
    text-align: center;
    background: #f2f7f8;
    border-bottom: none;
    height: 50px;
    font-weight: 500;
    font-size: 13px;font-weight:bold;
}
.table-css tbody tr td {
    vertical-align: middle;
    padding: 10px;
    border-top: none;
}
.a-table {
    color: #000;
    padding-bottom: 5px;
    display: block;
    font-size: 14px;
    margin-top: 10px;
}
a.a-table{
    font-size:14px;
    color:red;
}
.pad-bot-20 {
    padding-bottom: 20px;
}
a.btn {
    height: 40px;
    line-height: 25px;
}
.p-table {
    color: #e12519 !important;
    font-weight: 700;
    font-size: 18px!important;
    line-height: 22px;
    white-space: nowrap;
}
.two-but li {
    display: inline-block;
    margin-left: 20px;
}
.table-css tbody tr td input {
    width: 65px;
    padding: 0 10px;
    height: 40px;
    /* border-color: #03A9F4; */
    border-radius: 5px;
    border: 1px solid #bdbbbb;
}
.pricefrom{
    color:#808080;
    text-decoration:line-through;font-size:90%;
    margin-left:10px;
}
.price-field {
    display: table;
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
}
.lbl-cell {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    font-size: 13px;
}
.price-field .lbl-cell {
    display: table-cell;
    white-space: nowrap;
    padding-right: 30px;
    text-align: right;
}
.price-field .info-cell {
    display: table-cell;
    text-align: right;
    width: 120px;
    font-weight: 700;
}