.motivatorModalForm {
    background-color: #ffffff;
}

.add_cart_motivator {
    background-color: #2fb5d2;
    border-color: #2fb5d2;
    color: #ffffff;
}

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

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

.continue_motivationsale:focus,
.order_motivationsale:focus,
.continue_motivationsale:active,
.order_motivationsale:active,
.continue_motivationsale:hover,
.order_motivationsale:hover {
    background-color: #1EA8CC !important;
    border-color: #1EA8CC;
    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%;
}

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

#motivationsale_modalform_cleaner {
    clear: both;
}

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

    .image_item {
    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid #dadada;
}

.continue_motivationsale {
  background-color: #f1f1f1;
  color: #000;
}

.price_item .price_prod {
    display: inline-block;
    padding: 1px 3px 3px;
    font-size: 17px;
    border-radius: 4px;
    background-color: #f3f3f3;
    vertical-align: middle;
    color: #333;
}

.product-atributes a {
    font-size: 12px;
    padding-bottom: 0px;
    color: #515151 !important;
}

.name_item a {
    font-size: 16px;
    padding-bottom: 0px;
    display: inline-block;
    color: #25798c;
}

.header_block {
    width: 100%;
    font-size: 24px;
    line-height: 0.7em;
    margin: 0 0 0.5em 0;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 24px;
}

.newProductInCart {
    width: 100%;
    float: left;
    margin-bottom: 13px;
}

@media (max-width: 550px)
  {
.motivatorModalForm {
    width: 300px;
    margin: 0 0 0 -147px;
    padding: 35px 16px 24px 16px;
}

.continue_motivationsale {
    background-color: #1EA8CC;
    border-color: #1EA8CC;
    color: #ffffff;
  	display:none;
}
    
.delete_item {
    margin-left: 70px;
}
    }
