#popup-cart{
    width: 800px;
    float: left;
    background: #fff;
    margin: 0 auto;
    position: relative;
}
#popup-cart .close-popup{
    position: absolute;
    right: 15px;
    top: 7px;
    cursor: pointer;
}
#popup-cart .close-popup i{
    color: #333;
    font-size: 20px;
}
#popup-cart .title-popup-cart {
    padding-right: 15px;
    font-weight: 600;
    padding: 10px;
    color: #404040;
    border-bottom: 1px solid #e5e5e5;
}
#popup-cart .cart-popup-name{
    color: #155593 !important;
}
#popup-cart .title-quantity-popup{
    padding: 10px;
}
#popup-cart .title-quantity-popup a {
    font-weight: 600;
    color: #0657a3;
}
.content-popup-cart{
    width: 100%;
    float: left;
}
.thead-popup {
    background: #f7f7f7;
    float: left;
    width: 100%;
    clear: both;
    padding: 0 10px;
}
.thead-popup div{
    float: left;
    padding: 6px 5px;
    color: #363f4d;
    font-weight: bold;
}
#popup-cart .tbody-popup {
    width: 100%;
    float: left;
    clear: both;
    max-height: 350px;
    overflow-x: auto;
    border: 1px solid #f7f7f7;
    border-top: none;
}
.item-popup {
    width: 100%;
    float: left;
    clear: both;
    border-bottom: 1px dotted #ddd;
    padding: 10px;
}
.item-popup .item-image {
    width: 100%;
    height: 100px;
    padding: 10px;
    float: left;
    border: 1px solid #d2d2d2;
    margin:0 auto;
    position:relative;
}
.item-popup .item-image img{
    max-width: 100%;
    max-height: 100px;
    height: auto;
    margin:auto;
    position:absolute;
    top:0; left:0; right:0; bottom:0;
}
.item-popup .item-info .item-name a {
    display: block;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    color: #0657a3;
    line-height: 20px;
}
.item-popup .remove-item {
    font-size: 13px;
    color: #888;
    padding: 6px 0;
    cursor: pointer;
}
.item-popup .remove-item i{
    font-weight: bold;
}
.item-popup .add-now{
    font-size: 13px;
    color: #888;
}
.item-popup .add-now i{
    font-weight: bold;
    color: red;
}
.item-popup .item-info{
    width: calc(55% - 100px);
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
    padding-top: 10px;
}
.item-popup .item-price{
    width: 15%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.text-center{
    text-align: center;
}
.item-popup .item-price .price {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    float: right;
}
.item-popup .item-amount{
    width: 15%;
    float: left;
    text-align: center;
    padding: 10px 0px 0 25px;
    box-sizing: border-box;
}
.item-popup .cong {
    width: 28px;
    height: 24px;
    line-height: 22px;
}
.item-popup input.number-product {
    width: 30px;
    height: 24px;
}
.item-popup .tru {
    width: 28px;
    height: 24px;
    line-height: 20px;
}
.item-popup .cart-price {
    width: 15%;
    display: block;
    font-weight: 600;
    padding: 10px;
    font-size: 12px;
    float: right;
    text-align: right;
}
#popup-cart .tfoot-popup {
    width: 100%;
    float: left;
    clear: both;
}
#popup-cart .foot-popup-1 {
    width: 100%;
    float: left;
    padding: 10px;
}
#popup-cart .foot-popup-1 a{
    color: #0657a3;
    cursor: pointer;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
#popup-cart .popup-total p {
    font-size: 14px;
    font-weight: 500;
    padding: 0px 0;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #363f4d;
}
#popup-cart .popup-total p .total-price {
    color: #155593;
    font-weight: bold;
}
#popup-cart .foot-popup-2 {
    width: 100%;
    float: left;
    padding: 10px;
}
#popup-cart .foot-popup-2 a{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #155593;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
}