.motivatorModalForm {
    background-color: #ffffff;
}

.add_cart_motivator {
    background-color: #AF313B;
    color: #ffffff;
}

.add_cart_motivator.disabled {
    background-color: #AF313B;
    color: #ffffff;
    opacity: 0.6;
}

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

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

.add_cart_motivator:focus,
.add_cart_motivator:active,
.add_cart_motivator:hover {
    background-color: #AF313B !important;
    color: #ffffff !important;
}

@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%;
}

.motivationsale-banners-block-content {
    padding: 2px;
}

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

.continue_motivationsale {
    background-color: #ffffff;
    border: 1px solid #AF313B;
    color: #AF313B;
}

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

.order_motivationsale {
    background-color: #AF313B;
    border: 1px solid #AF313B;
    color: #ffffff;
}

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

#slider_banner_container .main_products_block_slider {
    background: #f2f2f2;
    padding: 40px 10px;
}