#modal_container_addcart .totals {
    padding: 0 10px;
}
#cart_popup_product_list ul li.totals-li .totals_checkout_block .totals .total {
    font-size: 14px;
}
#cart_popup_product_list ul li.totals-li .totals_checkout_block .reset_button {
    font-size: 10px;
}
.module_html__container {
    margin-top: 30px;
}
.module_html__container a {
    color: #000;
}

#simplecheckout_cart .item .info .bottom_block .col .content .product-warning {
    bottom: -36px!important;

}
header .header__bottom_block .main_menu > ul > li {
    margin-left: 30px!important;
}

a.language-select {
    padding: 4px 15px;
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    background-color: #FFF;
    color: #818995;
    font-weight: 400;
    width: 100%;
    cursor: pointer;
    display: block;
}

a.language-select:hover, a.current-language {
    font-weight: 400;
    background-color: #F8F9FD;
    color: #4D4D4D;
}
/*************************************************/
@media screen and (max-width: 767px){
    .breadcrumbs > ul li:last-child{
        display:none;
    }

    .module_advantages_small_screen{
        display: none!important;
    }


    #modal-quicksignup-register #quick-register .row_col{
        display: block;
    }

    #modal-quicksignup-register #quick-register .row_col .col-50{
        width: 100%;
    }

    #modal-quicksignup-register #quick-register .row_col .col-50:first-child{
        margin-bottom: 20px;
    }


}/*@media screen and (max-width: 767px){*/


.modal-header .buttons_line button:not(.active) {

    color: #6f6e6e;

}
/****************************/

.products_page__content_block .products_container>.item-big .product .image{
    padding: 90px 0px 0;
}
/****************************/

#options_anchor .custom-select-options > .select2-container > .selection .select2-selection__rendered{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 30px;
    flex-wrap: wrap;
}

#options_anchor .custom-select-options > .select2-container > .selection .select2-selection__rendered .value{
    color: green;
    font-weight: bold;
}

#options_anchor .select2-container .selection .select2-selection{
    border-radius: 0;
}

#options_anchor .select2-container .selection .select2-selection .select2-selection__arrow{
    top: 12px;
    right: 10px;
}

#options_anchor .select2-container .selection .select2-selection .select2-selection__arrow b{
    border:none!important;
    position: static!important;
    margin: 0!important;
    width: 20px!important;
    height: 20px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#options_anchor .custom-select-options .select2-dropdown{
    border-radius: 0!important;
}

#options_anchor .custom-select-options .select2-dropdown .select2-search{
    display:none!important;
}

#options_anchor .custom-select-options .select2-dropdown .select2-results__options li.select2-results__option{
    display: flex;
    align-items: center;
    justify-content: space-between;

    cursor: pointer;
    border: none;
    padding: 8px 15px;
    background-color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #818995;
    position: relative;
    text-transform: lowercase;
}

#options_anchor .custom-select-options .select2-dropdown .select2-results__options li.select2-results__option:hover{
    background: #F8F9FD;
}



#options_anchor .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #F8F9FD;
    color: #000;
}


#options_anchor .custom-select-options .select2-dropdown .select2-results__options .value.green{
    color: green;
    font-weight: bold;
}

#options_anchor .custom-select-options .select2-dropdown .select2-results__options .value.red{
    color: red;
    font-weight: bold;
}

.old_price, .old_total {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #666;

}
.new_price, .new_total {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FF5100;
}