.com-splms.view-cart #sp-main-body {
    padding: 50px 0px 50px 0px;
}

/*course*/
.upsale_border {
    background: #ececec;
}
.upsale-container {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ececec;
}
h4.upsale_header {
    font-size: 20px;
    font-weight: 700;
}
.upsale_border button.splms-addcart.btn.btn-primary.addcart-btn {
    width: 100%;
    border-radius: 0px;
    background: #376990;
    transition: 0.3s;
}
.upsale_border button.splms-addcart.btn.btn-primary.addcart-btn:hover {
    opacity: 0.6 !Important;
}
p.upsale_price {
    font-weight: 700;
    color: #336388;
}
p.upsale_price del {   
    font-weight: 600;
    color: #000000;
    font-size: 13px;
}
img.splmsimg-responsive.splms-img-kiplepay {
    width: 100% !important;
    max-width: 350px;
    height: auto !important;
}
.splms-col-sm-4.clearfix.splms-payment-submit button.btn.btn-success {
    background: #d9534f !important;
    border: none;
    padding: 10px 25px;
    border-radius: 100px;
    transition: 0.3s;
}
.splms-col-sm-4.clearfix.splms-payment-submit button.btn.btn-success:hover {
    opacity: 0.6;
}
.upsale_description {
    padding: 0px 15px;
    font-size: 14px;
}
p.upsale_title {
    font-weight: 700;
    padding: 0px 15px;
}
.splms.splms-view-cart .splms-row {
    padding: 0px 15px;
}
@media(max-width:991px){
.splms.splms-view-cart {
    padding: 30px 15px;
}}

/*payment*/
h4.kiple_pay_header {
    margin-left: 0px !important;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}
.payement-method-class {
    background: #ececec;
    padding: 15px;
    margin-top: 50px;
}
p.kiple_pay_header {
    font-weight: 600;
    margin: 0px !important;
    margin-bottom: 30px !important;
    border-bottom: 1px solid #ffffff;
}
div#splms td {
    font-size: 13px;
}

.splms.splms-view-cart td:nth-child(1) {
    min-width: 160px;
}