/**
 * Webkul Software
 *
 * @category  Webkul
 * @package   Webkul_Mpsplitcart
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
/*.wk-mpsplit-wrapper{
    display: inline-block;
    width: 65%;
    float: left;
}*/
.cart-container .form-cart{
    /*width: 75% !important;*/
    margin-bottom: 50px;
}
.cart-summary1 > .title {
    font-size: 2.4rem;
    font-weight: 300;
    margin: 12px 0;
    display: block;
}
@media only screen and (max-width: 767px) {
    .cart-summary1 > .title {
        margin: 12px;
    }
}
.cart-summary{
    position: static;
}
.form-cart .actions.main .clear,.actions.main .continue{
    display: none;
}

.form-cart .actions.main {
    text-align: right;
}
.paymentInfo{
    margin-bottom:5px;
}
