.popup-cart{
    color: #2f2f2f;
    font-size: 16px;
    margin: 0;
}
.popup-modal .cartpopup .col-sm-7{
    border-right: 1px solid #e1e1e1;
}
.popup-modal .modal-header{
    position: relative;
}
.popup-modal .modal-content{
    border-radius: 0px;
}
.popup-modal .load-data .close{
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 26px;
}
.popup-modal .displayimg{
    position: relative;
    margin: 15px 0;
}
.popup-modal .displayimg .pimg{
    float: left;
    width: 20%;
    border: 1px solid #ccc;
    padding: 10px;
}
.popup-modal .displayimg .contentdetail{
    float: left;
    width: 55%;
    margin-left: 15px;
    white-space: normal;
    word-break: break-word;
    line-height: 1.4;
}
.popup-modal .displayimg .contentdetail .pprice{
    color: #a4486d;
    font-size: 16px;
    font-weight: bold;
}
.popup-modal .displayimg .qty{
    position: absolute;
    right: 0px;
    top: 85%;
    width: 130px;
    text-align: center;
    transform: translateY(-50%);
}
.popup-modal .displayimg .qty .quantity{
    margin-bottom: 10px;
}
.popup-modal .cartval td{
    border: 0;
}
.popup-modal .cartval td:nth-child(even){
    text-align: right;
}
.popup-modal .cartval td:nth-child(odd){
    font-weight: bold;
}
.popup-modal .cartval tr:last-child{
    background-color: #ebebeb;
}
.contentdetail .producthead{
    font-size: 18px;
}
.popup-modal .basket{
    text-align: center;
}
.popup-modal .close{
    margin-top:-15px;
}
@media (min-width: 768px){
    .popup-modal  .modal-dialog {
        width: 730px;
    }
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.invoice table tfoot tr td:first-child {
    border: none;
}
.popup-cart-table {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}
.popup-cart-item {
    display: table-row;
}
.popup-cart-name {
    display: table-cell;
    padding: 0 5px;
}
.checkout_button .btn{
    width:100%;
}
.checkout_button{
    margin-top: 20px;
}

.popup-modal .owl-wrapper-outer{
    border-radius: 0;
    border: 0px;
    box-shadow: none;
}
.popup-modal .product-thumb{
    margin-bottom: 0px;
    padding: 10px;
    margin: 0 10px;
}
.popup-modal .pclose{
    cursor: pointer;
    color: #a94442;
}
#cart_popup{
    background-color: rgba(0,0,0,0.6);
}