#mpm_ms_modal_cart_container {
background-color: #ffffff;
}

.mpm-ms-slider-add-to-cart-btn {
background-color: #2FB5D2;
color: #ffffff;
}

.mpm-ms-slider-add-to-cart-btn.disabled {
background-color: #2FB5D2;
color: #ffffff;
opacity: 0.6;
}

.continue_motivationsale,
.order_motivationsale {
background-color: #2FB5D2;
border-color: #2FB5D2;
color: #ffffff;
}

.continue_motivationsale:focus,
.order_motivationsale:focus,
.continue_motivationsale:active,
.order_motivationsale:active,
.continue_motivationsale:hover,
.order_motivationsale:hover {
background-color: #2592a9;
border-color: #2592a9;
color: #ffffff;
}

.mpm-ms-slider-add-to-cart-btn:focus,
.mpm-ms-slider-add-to-cart-btn:active,
.mpm-ms-slider-add-to-cart-btn:hover {
background-color: #2592a9 !important;
color: #ffffff !important;
}

#mpm_ms_added_products_container .mpm-ms-cart-product-qty-container .cart-quantity > a:hover {
  background: #2FB5D2;
}

#mpm_ms_added_products_container .mpm-ms-cart-product-qty-container .cart-quantity > a:hover > i {
  color: #ffffff;
}

.mpm-ms-select-option:hover {
  background: #2FB5D2;
  color: #ffffff;
}





@media screen and (min-width: 900px) {
    .motivationsale-banners-block-content {
        display: inline-block;
    }

    #motivationsale_banner_1_block {
        width: 100%;
    }

    #motivationsale_banner_2_block {
        width: 100%;
    }

    #motivationsale_banner_3_block {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
#motivationsale_banner_1_block, #motivationsale_banner_2_block, #motivationsale_banner_3_block {
width: 100%;
}
}

.motivationsale-banners-block-content img {
max-width: 100%;
}

    #banner_container {
        display: flex;
        flex-direction: column;
     }

    
