
#cart-modal .modal-content{
    padding: 10px 20px;
}
#cart-modal thead tr th:first-child,
#cart-modal tbody tr td:first-child{
    padding-left: 0;
}
#cart-modal tr img{
    max-width: 65px;
    max-height: 65px;
    border: 1px solid #d9d9d9;
}

#cart-modal tbody tr td{
    border-top: 1px dotted  #d9d9d9 !important;
    vertical-align: middle;
}
#cart-modal thead tr th,
#cart-modal tbody tr:first-child td{
    border: none !important;
}
#cart-modal .involve-title{
    border-top: 1px dashed #a1ce57;
    padding-bottom: 0;
}
#cart-modal .ProductInvolve {
    margin: 0;
    font-family: Arial;
}
#cart-modal .ProductInvolve .item img{
    border: 1px solid  #d9d9d9 !important;
}
#cart-modal .owl-prev:after{
    left: 10px;
    /*left: -20px;*/
}
#cart-modal .owl-next:before{
    right: 10px;
    /*right: -20px;*/
}
#cart-modal .owl-prev:after,
#cart-modal .owl-next:before{
    width: 24px;
    height: 48px;
    -webkit-background-size:100%;
    background-size:100%;
}
#cart-modal .price{
    margin-right: 3px;
}
#cart-modal .price-old,
#cart-modal .price{
    font-size: 12px;
    float: left;
}
.modalControl{
    margin-top: 15px;
}