        .bp-cart-summary {
    background-color: #fff !important;
    padding: 0 20px;
}
.card {
    border: none !important;
}
.card .col-lg-8 .p-5,.card .col-lg-4 .p-5 {
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
        border: 1px solid #e1e1e1;
    border-top-width: 3px;
}

.bp-btn-checkout{
    background: #d31d52;
    padding: 9px 15px;
    line-height: 20px;
    border: 0;
    transition: all .4s;
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    font-family: 'Montserrat';
    border-radius: 0;
    width: 100%;
}
.form-outline input {
    border-radius: 0;
}
.bp-btn-coupon {
        border-radius: 0;
    background: #292929;
    padding: 9px 15px;
    line-height: 20px;
    border: 0;
    transition: all .4s;
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    font-family: 'Montserrat';
}
.bp-btn-coupon:hover {
    background: #12aac1;
}
