#module-mccheckout-mccreview div#center_column {
    padding: 0;
    width: 100%;
}

#mccr_container {
    margin: 0px auto!important;
    max-width: 1200px;
}

#mccr_container #mccr_products .alert.alert-warning {
    background-color: #ffebb8;
    border: none;
    border-radius: 3px;
    color: #7c5100;
    padding: 20px 18px;
}

#mccr_container #mccr_products .alert.alert-warning ul li:not(:last-of-type) {
    margin-bottom: 12px;
}

div#mcc_header_line {
    text-transform: uppercase;
}

button.mcc_complete_quantity_to.mcc_btn {
    background-color: #c8938e;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    padding: 0 40px;
    margin-top: 10px;
}

button.mcc_complete_quantity_to.mcc_btn:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #ac6e68;
    position: absolute;
    left: 0;
    bottom: 0;
}

.mcd_container {
    margin: 10px 0px 0!important;
}

.mcd_checkout_resp {
    max-width: initial!important;
    margin-bottom: 15px!important;
}

#container_express_checkout {
    display: block!important;
}

@media (min-width: 992px) {
    div#mccr_container {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    #mcc_header_line {
        font-size: 13px!important;
        line-height: 50px!important;
    }
}

@media ( max-width: 767px) {
    #module-mccheckout-mccreview div#mctopline {
        margin-bottom: 15px;
    }
}
