.mwembed {
    min-height: 0px !important;
}


.checkout-modal {
    border: #ddd 1px solid;
    border-radius: 5px;
}
.checkout-modal-products-wrapper .decrement {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #000000 !important;
}
.checkout-modal-products-wrapper .increment {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #000000 !important;
}
.checkout-modal-products-wrapper .checkout-v2-remove-icon .text-danger {
    color: #343434 !important;
    background: #e8e8e8;
    border-radius: 50%;
    padding: 10px;
    width: 35px;
    height: 35px;
}
.checkout-modal-products-wrapper h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px !important;
}
.d-flex.checkout-page-top-box {
    max-width: 800px;
    margin: 16px auto;
}
.checkout-v2-logo {
    width: 20% !important;
}
a.btn.btn-link {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: inline-block;
    padding: 5px 16px !important;
}
.checkout-v2-left-column input {
    border: 1px solid rgb(0, 0, 0);
}
.checkout-v2-left-column button {
background-color:#000 !important;
border-color:#000 !important;
color:#fff !important;
}
.mw-coupons-module button{
background-color:#000 !important;
border-color:#000 !important;
color:#fff;
}