/**
* Webkul Software.
*
* @category  Webkul
* @package   Webkul_AttrBaseSplitcart
* @author    Webkul
* @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
* @license   https://store.webkul.com/license.html
*/
.cart-container .form-cart{
    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;
}

#clear_confirm_1 .clear{
    background-color:#DD0000;
    padding:0 30px;
    color:#FFFFFF;
}

#clear_confirm_1 .continue{
    background-color:#7fc938;
    padding:0 30px;
    color:#FFFFFF;
}

.form-cart .actions.main .clear{
    color:#DD0000;
    background:transparent;
    padding:0px;
}

.checkout-methods-items{
    text-align: right;
}

.checkout-methods-items .action.primary.mp-btn-checkout{
    background-color:#7fc938;
}

.form-cart .main.actions .continue {
    color:#666666;
    background:transparent;
    padding:0px;
}

.split-details {
    width: 50%;
}
