.content_line {
    width: 100%;
    position: fixed;
    padding: 10px 0;
    top: 0;
    left: 0;
    opacity: 0.93;
    z-index: 111111;
}

.close_line,
.close_line_pr {
    cursor: pointer;
    border-radius: 23px;
    text-align: center;
    font-size: 15px;
    padding: 5px 5px;
    text-align: center;
    width: 28px;
    height: 28px;
    font-weight: bold;
}

.close_line_block {
    width: 10%;
    float: left;
}

.content_motivator {
    width: 90%;
    float: left;
    padding-left: 10%;
    padding-right: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}

.close_line_block_pr {
    width: 10%;
    float: left;
}

.content_motivator_pr {
    width: 80%;
    float: left;
    padding-left: 20%;
    padding-right: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}

.show_products_motivator {
    width: 10%;
    float: left;
}

.show_products_button {
    box-shadow: none;
    border: none;
    height: 28px;
    padding: 0 10px;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(148, 142, 148, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(148, 142, 148, 1);
    box-shadow: 0px 0px 5px 0px rgba(148, 142, 148, 1);
    text-shadow: -1px 2px 2px rgba(150, 150, 150, 1);
    outline: none;
}

.show_products_button:hover {
    opacity: 0.90;
}

.coupon_free_shipping {
    margin-left: 10px;
}

.overlayMotivator {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 8000;
}

.motivatorModalForm.active {
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.motivatorModalForm {
    width: 920px;
    position: absolute;
    top: 100px;
    z-index: 8001;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0 auto;
    background-color: #fff;
    border-radius: 1px;
    padding: 40px 0 0;
    animation: move 3s ease infinite;
}

.motivatorModalForm ul.products {
    max-width: 748px;
    margin: 0 auto;
}

.motivatorModalFormFooter {
    max-width: 748px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.one_products {
    float: left;
    list-style: none;
    padding: 0;
    outline: none !important;
    width: 215px;
    height: auto;
    border-radius: 0;
}

.one_products img {
    max-width: 100%;
    outline: none !important;
    border-radius: 3px 3px 0 0;
}

.closeModalForm {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    border: solid 1px #383838;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
}

.closeModalForm .closeModalFormIcon {
    width: 16px;
    height: 16px;
    background: url(../img/close_popup.svg) top center no-repeat;
    display: block;
}

.one_products .name_block {
    text-align: center;
    margin: 10px 0 0;
}

.one_products .name_block a {
    font-family: 'Futura Std Bold';
    font-size: 16px !important;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: normal;
    text-align: center;
    color: #383838;
    display: block;
    outline: none !important;
    min-height: 45px;
    padding: 0 !important;
}

.one_products .price_prod {
    font-family: 'Futura Std Bold';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #AF313B;
}

.one_products .price_prod_new {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.one_products .price_block {
    text-align: center;
    margin-bottom: 10px;
}

.one_products .price-percent-reduction {
    font-size: 14px;
}

.one_products .code_block {
    text-align: center;
    height: 20px;
    margin-bottom: 5px;
    color: #3FCB45;
}

.one_products .add_to_cart_block {
    text-align: center;
    padding: 0;
}

.reference_item .reference_prod {
    font-size: 13px;
}

.success_add_prod {
    position: absolute;
    right: 30px;
    height: 45px;
    width: 185px;
    font-size: 15px;
    text-align: center;
    background: #74d578;
    color: #ffffff;
    padding: 5px 5px;
    border-radius: 5px;
    opacity: 0;
}

.header_block {
    width: 100%;
    font-family: 'Futura Std Medium';
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #AF313B;
    margin-top: 0;
    text-transform: uppercase;
}

.newProductInCart .header_block {
    margin-bottom: 40px;
}

#slider_banner_container .header_block {
    margin-bottom: 80px;
}

.oldProductsInCart,
.newProductInCart {
    width: 100%;
    padding: 0 40px;
}

.motivatorModalForm .edite_item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image_item img {
    max-width: 100%;
    max-height: 100%;
}

.image_item {
    width: 152px;
    height: 152px;
    border: 1px solid #cfcfcf;
    background-color: #ffffff;
}

.informations_items {
    width: calc(100% - 152px);
    height: 152px;
    display: flex;
    align-items: center;
}

.informations_items .right_informations_item,
.informations_items .left_informations_item {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    padding: 0 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.informations_items .right_informations_item>*,
.informations_items .left_informations_item>* {
    font-family: 'Futura Std Book';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #383838;
    margin-top: 5px;
}

.informations_items .right_informations_item .name a {
    font-family: 'Futura Std Bold';
}

.informations_items .right_informations_item {
    border-right: 1px solid #383838;
}

.delete_item a {
    display: block;
    width: 24px;
    cursor: pointer;
    height: 24px;
    background: url(../img/sprite_module.png) -25px -50px no-repeat;
}

.delete_item a:hover {
    background-position: -25px -25px;
}

.delete_item {
    width: 30px;
    float: left;
}

.name_item a {
    font-size: 17px;
    padding-bottom: 3px;
    display: inline-block;
    color: #3e77aa;
}

.name_item a:hover {
    color: #fb3f4c;
}

.price_item .price_prod {
    display: inline-block;
    padding: 5px 5px 5px;
    font-size: 21px;
    border-radius: 5px;
    background-color: #fff3b5;
    vertical-align: middle;
    color: #333;
}

.reference_item .reference_prod span {
    margin-right: 5px;
    font-weight: bold;
    color: #333;
}

.reference_item {
    margin-top: 6px;
}

.informations_items .cart-quantity-value {
    width: 23px;
    height: 21px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    box-sizing: content-box;
    border: 1px solid #c2c2cc;
    border-radius: 3px;
    box-shadow: inset 3px 3px 1px 0 #eeeeef;
    padding: 0.33333em;
    resize: none;
    outline: none;
}

.informations_items .cart-quantity {
    width: 90px;
    float: right;
}

.informations_items .cart-sum span {
    display: inline-block;
    padding: 6px 5px 5px;
    font-size: 22px;
    color: #333;
}

.informations_items .cart-sum {
    width: 150px;
    float: right;
    text-align: right;
}

.cart-quantity-plus {
    display: block;
    width: 21px;
    cursor: pointer;
    height: 20px;
    background: url(../img/sprite_module.png) -58px -149px no-repeat;
    float: left;
    margin-top: 7px;
    margin-left: 7px;
}

.cart-quantity-plus:hover {
    background-position: -58px -40px;
}

.cart-quantity-minus {
    display: block;
    width: 18px;
    cursor: pointer;
    float: left;
    height: 7px;
    background: url(../img/sprite_module.png) -29px -232px no-repeat;
    margin-top: 14px;
    margin-right: 7px;
}

.cart-quantity-minus:hover {
    background-position: -29px -168px;
}

.cart_total_label {
    font-size: 23px;
    margin-right: 30px;
}

.add_cart_motivator {
    text-transform: none;
}

.cart_total_price {
    font-size: 24px;
}

.cart_total_all {
    padding-bottom: 8px;
}

.order_motivationsale {
    width: 100%;
    text-align: center !important;
}

.products_block_slider {
    margin-bottom: 20px;
}

.products_block_slider .slick-list {
    overflow: unset;
    margin-left: 0;
}

.slick-next-products {
    background: url(../img/fleche_droite.svg) top left no-repeat;
    width: 40px;
    height: 40px;
}

.slick-prev-products {
    background: url(../img/fleche_gauche.svg) top left no-repeat;
    width: 40px;
    height: 40px;
}

#mpm_motivationsale_slider_nav_container .slick-prev {
    position: absolute;
    top: 88px;
    left: 47%;
    transform: translate(-50%, 0);
    padding: 0;
}

#mpm_motivationsale_slider_nav_container .slick-next {
    top: 88px;
    left: calc(47% + 60px);
    transform: translate(-50%, 0);
    padding: 0;
}

.slick-prev-products:before,
.slick-next-products:before {
    display: none !important;
}

.continue_motivationsale {
    min-width: 230px;
}

.continue_motivationsale,
.order_motivationsale {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    padding: 13px 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
}

.continue_motivationsale {
    font-family: 'Futura Std Book';
    margin-right: 10px;
}

.order_motivationsale {
    font-family: 'Futura Std Bold';
    margin-left: 10px;
}

.add_cart_motivator {
    font-family: 'Futura Std Book';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    background-color: transparent !important;
    border: 1px solid #AF313B !important;
    color: #AF313B !important;
    outline: none;
    padding: 13px 30px;
    max-width: 167px;
    width: 100%;
    text-align: center;
    min-height: 36px;
    height: auto;
}

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

.products_block_slider .products .slick-track {
    margin: 0 auto;
}

.products_block_slider .slick-initialized .slick-slide {
    margin: 0 50px !important;
}

.border_none .one_products {
    border: none;
}

#slider_banner_container {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}

.mpm-motivationsale-combinations-selector-block {
    padding: 0 10px;
}


/*!***********************************
  Select
 ***********************************!*/

.mpm-ms-select-wrapper {
    padding: 0 !important;
    height: auto;
    text-align: left;
}

.mpm-ms-select-wrapper select {
    display: none !important;
    width: 100%;
}

.mpm-ms-select-container {
    width: 100%;
    height: 36px;
    display: block;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;
    border: solid 1px #e6e6e8;
    margin: 0 auto;
    margin-bottom: 10px;
}

.mpm-ms-select-container:after {
    content: "\ea56";
    font-family: "myprestamodules" !important;
    vertical-align: 0;
    font-weight: normal;
    font-size: 8px;
    color: #232323;
    margin: 0 0 0 9px;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 12px;
}

.mpm-ms-select-container.opened-options-list:after {
    content: "\ea57";
    top: 7px;
}

.mpm-ms-select-selected-value {
    display: flex;
    align-items: center;
    padding-left: 10px;
    height: 100%;
    font-family: "OpenSans", sans-serif;
    font-size: 13px;
    color: #303030;
}

.mpm-ms-select-container.opened-options-list .mpm-ms-select-selected-value {
    border-bottom: none;
}

.mpm-ms-select-list-of-options {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 105px;
    overflow-y: auto;
    padding: 0;
    border: solid 1px #e6e6e8;
    border-top: transparent;
    box-sizing: content-box;
    z-index: 10;
    left: -1px;
}

.mpm-ms-select-option {
    display: block;
    background: #fff;
    font-size: 14px;
    height: auto;
    padding: 7px 0 7px 10px;
}

.mpm-ms-select-option:hover {
    color: #2fb5d2;
    text-decoration: underline;
}

@media (max-width:1080px) {
    .motivatorModalForm {
        width: 800px;
    }
    #mpm_motivationsale_slider_nav_container .slick-prev {
        left: 46%;
    }
    #mpm_motivationsale_slider_nav_container .slick-next {
        left: calc(46% + 60px);
    }
}

@media (max-width:890px) {
    .motivatorModalForm {
        width: 600px;
        padding: 60px 0 0 0;
    }
    .motivatorModalFormHeader,
    .newProductInCart,
    .motivatorModalFormFooter {
        padding: 0 20px;
    }
    .motivatorModalForm .edite_item,
    .informations_items {
        flex-direction: column;
        height: auto;
        text-align: center;
    }
    .informations_items {
        width: 100%;
        height: auto;
        padding: 0;
        align-items: center;
    }
    .informations_items .right_informations_item,
    .informations_items .left_informations_item {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 210px;
        height: auto;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        border: none;
        padding: 20px 0;
        position: relative;
    }
    .informations_items .right_informations_item::after {
        content: "";
        width: 150px;
        height: 1px;
        background-color: #383838;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 1;
    }
    .motivatorModalFormFooter,
    .motivatorModalFormFooter .cart_button_left,
    .motivatorModalFormFooter .cart_button_right {
        display: block;
        width: 100%;
    }
    .continue_motivationsale,
    .order_motivationsale {
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        display: block;
        width: 100%;
    }
}

@media (max-width:680px) {
    .motivatorModalForm {
        width: 500px;
    }
    #mpm_motivationsale_slider_nav_container .slick-prev {
        left: 44%;
    }
    #mpm_motivationsale_slider_nav_container .slick-next {
        left: calc(44% + 60px);
    }
}

@media (max-width:550px) {
    .motivatorModalForm {
        width: 350px;
    }
    #mpm_motivationsale_slider_nav_container .slick-prev {
        top: 90px;
        left: 40%;
    }
    #mpm_motivationsale_slider_nav_container .slick-next {
        top: 90px;
        left: calc(40% + 60px);
    }
    .informations_items .right_informations_item,
    .informations_items .left_informations_item {
        max-width: 100%;
    }
}

@media (max-width:330px) {
    .motivatorModalForm {
        width: 280px;
    }
    #mpm_motivationsale_slider_nav_container .slick-prev {
        top: 90px;
        left: 40%;
    }
    #mpm_motivationsale_slider_nav_container .slick-next {
        top: 90px;
        left: calc(40% + 60px);
    }
    .informations_items .right_informations_item,
    .informations_items .left_informations_item {
        max-width: 100%;
    }
}