/* ==================================================
  OKAY STYLE
  ================================================== *//*

1. Шрифты
2. Общие стили
    - Text ( Форматирование текста)
    - Heading (Заголовки)
    - Links (Ссылки)
    - Buttons (Кнопки)
    - Pagination (Пагинация)
    - Boxed
    - Form (Элементы форм)
    - Raiting (Рейтинг)
3. Стили библиотек (Style library)
    -Autocomplite
    -Fancybox
    -Slick
4. Header_style
5. Standart
6. Main post and main news
7. Footer
8. Product_list.tpl
9. Breacrumbs.tpl
10. Comments.tpl
11. Autorisation
12. Banner.tpl
13. Category.tpl
14. Меню каталога
15. Product.tpl 
16. POPUP WINDOW
17. Описание товаров
18. Comparison_page
19. Cart.tpl
20. Blog.tpl
21. Brand.tpl

*//* ==================================================
  OKAY STYLE
  ================================================== */



/********************************************************************** Шрифты */
/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&subset=cyrillic,cyrillic-ext');*/


/* font-family: "Roboto"; */
/*
@font-face {
    font-family: "RobotoRegular";
    src: url("../fonts/RobotoRegular/RobotoRegular.eot");
    src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
*/

/************************************************************************* Общие стили  */
html {
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    min-height: 100%;
    line-height: 1.2;
    color: #5a5a5a;
    font-weight: normal;
    background-color: #fff;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 320px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
}
.main {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    padding-top: 25px;
}
.body_delivery .main{
    padding-top: 0px;
}
#footer,
.main {
    transition-duration: 0.25s, 0.25s, 0.25s, 0.25s;
    transition-property: padding-left, padding-right, margin-left, margin-right;
}
.hidden{display: none!important;}

.active.cat_switch::after,
.active .angle_icon,
.sort_link.active_down span::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
hr {
    height: 1px;
    overflow: visible;
    margin: 20px 0px;
    background: rgb(177, 173, 173);
    border: none;
}
/********************************************************************************* Text  */
.text_success{color: #10cfbd;}
.text_green{color: #01b901;}
.text_orange{color: #fb4701;}
.text_danger{color: #F55753!important;}
.text_primary{color: #06a2e3;}
.text_dark{color: #222;}
.text_black{color: #000;}
.text_white{color: #fff;}
.text_grey{color: #999999!important;}


/************************************************************************* Heading  */
h1, .h1, .heading_page{
    font-family: 'Cambria', 'Roboto', sans-serif;
    font-weight: 400;
    color: #5a5a5a;
    font-size: 24px;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h2, .h2, .heading_box{
    font-family: 'Cambria', 'Roboto', sans-serif;
    font-weight: 400;
    color: #5a5a5a;
    font-size: 24px;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h3, .h3, .heading_promo{
    font-family: 'Cambria', sans-serif;
    font-weight: 400;
    color: #5a5a5a;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
}
h4, .h4, .heading_normal{
    font-family: 'Cambria', sans-serif;
    font-weight: 400;
    color: #5a5a5a;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    position: relative;
}
h5, .h5, .heading_label{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #222;
    font-size: 16px;
    line-height: 20px;
}
h6, .h6, .heading_other{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 26px;
}

.heading_style{
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.heading_style span{
    background: #fff;
    display: inline-block;
    padding: 5px 20px;
    position: relative;
    vertical-align: baseline;
}
.heading_style span:before{
    content: "";
    display: inline-block;
    margin: 1px 10px;
    background: url(../images/icon_sprites.png) no-repeat -10px -10px;
    width: 43px;
    height: 13px;
}
.heading_style span:after{
    content: "";
    display: inline-block;
    margin: 1px 10px;
    background: url(../images/icon_sprites.png) no-repeat -10px -10px;
    width: 43px;
    height: 13px;
}
.heading_style .heading_style_link{
    position: absolute;
    top:45%;
    right: 0px;
    display: inline;
    text-transform: initial;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #606060;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid rgb(255, 176, 17);
    line-height: 1;
}
.heading_style .heading_style_link:hover{
    border-color: transparent;
}

/************************************************************************* Links  */
a.link {
    font-weight: 400;
    font-size: 13px;
    border-bottom: 1px solid rgb(251, 71, 1);
    color: rgb(90, 90, 90);
    display: inline;
    white-space: normal;
    text-overflow: inherit;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a.link:hover,
a.link:active {text-decoration: none;border-bottom: 1px solid transparent;}

a.decor{color: inherit;text-decoration: none;}
a.decor:focus,
a.decor:hover{text-decoration: underline;}

.message_error {
    clear: both;
    padding: 5px 10px;
    margin-bottom: 10px;
    color: rgb(252, 38, 38);
    background-color: rgb(252, 211, 211);
    border: 1px dotted rgb(248, 62, 62);
    margin-top: 3px;
    display: block;
    max-width: 470px;
    font-size: 12px;
}
.message_success {
    clear: both;
    padding: 5px 10px;
    margin-bottom: 10px;
    color: rgb(47, 146, 4);
    background-color: rgb(219, 255, 214);
    border: 1px dotted rgb(81, 167, 63);
    margin-top: 3px;
    display: block;
    max-width: 470px;
    font-size: 12px;
}

.error {
    position: relative;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    color: rgb(248, 62, 62);
}

/************************************************************************* Buttons  */

.button {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    font-weight: 400;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 12px 15px 10px;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.button_regular{
    background: #ffb011;
    color: #fff;
    width: 100%;
}
.button_regular:hover{
    background: #fb4701;
    color: #fff;
}
.coupon_button{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    border: none;
    padding: 0px 25px;
}
.btn_comment{
    display: block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    border: none;
    padding: 0px 25px;
}
.button:focus,
.button:hover {text-decoration: none;}
.button:active,
.button.active {background-image: none;outline: 0;}
.button.disabled,
.button:disabled {cursor: not-allowed;opacity: .65;}


.button_buy {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
    border: none;
    height: 30px;
    line-height: 30px;
    padding: 1px 15px;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(251, 71, 1);
    font-weight: 600;
    letter-spacing: 0.4px;
}
.button_buy:active,
.button_buy:hover {
    color: #fff;
    /*background-color: rgb(251, 89, 1);*/
    background-color: #ffb011;
}
.button_buy:focus{
    color: #fff;
}
.button_buy.btn_add {
    background-color: #ffb011;
}
.button_buy.btn_add:active,
.button_buy.btn_add:hover {
    background-color: #fb4701;
}
.button_preorder {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    border: none;
    height: 30px;
    line-height: 30px;
    padding: 1px 15px;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: #fff;
    background-color: #B3B3B3;
}
.button_preorder:active,
.button_preorder:focus,
.button_preorder:hover {
    color: #fff;
    background-color: #A7A6A6;
}
.product_button{
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    border: none;
    padding: 14px 15px;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: #fff;
    background-color: #fb4701;
}
.product_button:active,
.product_button:focus,
.product_button:hover {
    color: #fff;
    /*background-color: rgb(251, 89, 1);*/
    background-color: #ffb011;
}
.product_preorder{
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    border: none;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: #fff;
    background-color: #B3B3B3;
}
.product_preorder:active,
.product_preorder:focus,
.product_preorder:hover {
    color: #fff;
    background-color: #A7A6A6;
}
.look_all {
    text-align: center;
}
.look_all .button{
    max-width: 250px;
}
.look_all_big {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.button_ask_question{
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    border: none;
    padding: 11px 10px 10px;
    font-size: 13px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: #5c5c5c;
    background-color: #d1d1d1;
}
.button_ask_question:active,
.button_ask_question:focus,
.button_ask_question:hover {
    color: #fff;
    background-color: #A7A6A6;
}
.button_ask_question svg,
.button_ask_question span{
    display: inline-block;
    vertical-align: middle;
}
.button_ask_question svg{
    margin-right: 5px;
    width: 24px;
    height: 24px;
}
.btn_add {
	background-color: #ffb011;
}
/************************************************************************* Filter */

.filter_name{
    color: #515151;
    font-size: 20px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    cursor: pointer;
    font-weight: 500;
}
.filter_name .filter_name_arrow{
    color: #005098;
    height: 24px;
    width: 24px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 32px;
    border-radius: 1.2em;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    
}
.filter_name .filter_name_arrow svg{ 
    height: 18px;
    width: 18px;
        -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.filter_name span{
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;  
}
.filter_name:hover span{
    color: #f36c16;
}
.filter_name:hover .filter_name_arrow{ 
    border-color: #f36c16;
    color: #f36c16; 
}
.filter_name.active .filter_name_arrow svg{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.filters .box_item_filter{
    border-bottom: 1px solid #595959;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.filters .box_item_filter:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.filter_group{
    margin-bottom: 20px;
}
.filter_link {
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    min-height: 18px;
    line-height: 18px;
    text-decoration: none;
    color: #868686;
    margin-bottom: 5px;
        -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;  
}
.filter_indicator {
    position: absolute;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 20px;
    top: -1px;
    left: 0;
    border: 1px solid #9b9b9b;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.filter_item:hover .filter_indicator {
    border-color: #ffb011;
}
.filter_item:hover .filter_link {
    color: #ffb011;
}
.checked .filter_indicator, .checked_marker .filter_indicator {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffb011;
    border: 1px solid #ffb011;
    font-size: 12px;
    line-height: 16px;
}
.checked .filter_indicator:before {
    content: "\f00c";
    color: #fff;
}
.checked_marker .filter_indicator:before {
    content: "\f00d";
    color: #fff;
}
.products_toolbar{
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sort{
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.sort_link {
    padding: 0px 5px 0px 10px;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
}
.option.active {
    color: #f36c16;
}
.products_sort_wrap{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 255px;
    -ms-flex: 0 0 255px;
    flex: 0 0 255px;
    max-width: 255px;
}
.toolbar_pagination{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
}
.toolbar_pagination .pagination{
    margin: 5px auto 20px;
}

.products_goods_by{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 185px;
    -ms-flex: 0 0 185px;
    flex: 0 0 185px;
    max-width: 185px;
}
.sort_select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    opacity: 0;
}
.sort .sort_title {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgb(144, 144, 144);
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 85px;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    max-width: 85px;
}
.products_goods_by .sort .sort_title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 130px;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: 130px;
}
.sort .SumoSelect {
    width: 100%;
    max-width: 165px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.sort .SumoSelect > .CaptionCont {
    position: relative;
    padding: 6px 10px 7px;
    background: #fff;
    color: #222;
    border:1px solid #ffb011;
    border-radius: 3px;
    cursor: pointer;
}


.sort .SumoSelect > .CaptionCont span {
    position: relative;
    display: -webkit-box ;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0px;
}
.sort .SumoSelect > .CaptionCont label {
    display: none;
}

.sort .SumoSelect > .CaptionCont span::after {
    font-family: 'myfont';
    content: '\e8dc';
    font-size: 12px;
    margin-left: 10px;
    font-weight: normal;
    display: inline-block;
    -ms-transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
}

.sort .SumoSelect.open > .CaptionCont  span::after {
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.sort .SumoSelect > .optWrapper {
    background: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
    border: 1px solid rgb(255, 176, 17);
    border-radius: 3px;
    margin-top: -1px;
}

.sort .SumoSelect > .optWrapper > .options  li.opt {
    background: #fff;
    padding: 6px 10px 7px;
    cursor: pointer;
    transition: background .3s ease,color .3s ease;
}

.sort .SumoSelect > .optWrapper > .options  li.opt:hover {
    background-color: #fc6f38;
    color: #fff;
}
.change_pass{
    font-size: 12px;
    color: rgb(251, 71, 1);
    text-decoration: underline;
    cursor: pointer;
}
.change_pass:hover{
    text-decoration: none;
}




/************************************************************************* Boxed  */
.boxed{
    margin-bottom: 30px;
}
.boxed_border{
    border: 1px solid #d1d1d1;
    padding: 15px 20px;
}
.boxed_gray{
    background-color: #f4efe6;
    color: #5a5a5a;
    font-size: 14px;
    padding: 15px;
    border-radius: 3px;
}
.boxed_success,
.boxed_warning,
.boxed_attention{
    background-color: #39ccfc;
    color: #fff;
    border-color: #39ccfc;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 15px;
    border-radius: 3px;
    font-size: 14px;
    border-width: 0;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    border: 1px solid transparent;
}
.boxed_warning{
    background-color: #F55753;
    color: #fff;
    border-color: #F55753;
}
.boxed_success{
    background-color: #0A7C71;
    color: #fff;
    border-color: #0A7C71;
}
.boxed_notify{
    background-color: #6d5cae;
    color: #fff;
    border-color: #6d5cae;
}

/************************************************************************* Form  */

.form_group {
    margin-bottom: 15px;
}
.input_coupon,
.form_input {
    height: 30px;
    line-height: 28px;
    width: 100%;
    border: 1px solid rgb(209, 209, 209);
    border-radius: 3px;
    padding: 0px 10px 0px 10px;
    color: #a3a3a3;
    font-size: 11px;
    font-style: italic;
}
.form_label {
    color: #2f2f2f;
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}
.form_input:focus {
    border-color: #a3a3a3;
}
.form_textarea {
    line-height: 14px;
    width: 100%;
    border: 1px solid rgb(209, 209, 209);
    border-radius: 3px;
    padding: 6px 65px 5px 10px;
    color: rgb(87, 86, 86);
    font-size: 12px;
    font-style: italic;
}
.form_textarea:focus {
    border-color: #a3a3a3;
}
.input_amount {
    height: 30px;
    width: 51px;
    line-height: 28px;
    border: 1px solid rgb(209, 209, 209);
    border-radius: 3px;
    padding: 0px 0px 0px 0px;
    color: rgb(104, 104, 104);
    font-size: 14px;
    text-align: center;
    margin-right: 5px;
}
.input_amount:focus {
    border-color: #a3a3a3;
}
.captcha {
    display: inline-block;
    vertical-align: top;
    max-width: 270px;
}
.input_captcha {
    width: 130px;
    line-height: 35px;
    vertical-align: top;
    margin: 0 15px 0 0px;
    height: 36px;
}
.secret_number {
    border: 1px solid #e8e8e1;
    padding: 9px 20px;
    border-radius: 2px;
    background: #f5f8f9;
    display: inline-block;
    position: relative;
    text-shadow: 1px 1px #38c0f3, -1px 1px mediumturquoise, -1px -1px mediumturquoise, 1px -1px mediumturquoise;
    color: white;
    font-weight: bold;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
    height: 36px;
}
.secret_number:before {
    content: "";
    position: absolute;
    top: 10px;
    right: -15px;
    bottom: -15px;
    left: 0;
    z-index: -1;
    background: linear-gradient(-45deg,
    rgba(72, 209, 204, 0) 2px, mediumturquoise 3px, rgba(72, 209, 204, 0) 3px ) repeat;
    background-size: 4px 4px;
}
.secret_number:after {
    content: attr(data-name);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -2;
    text-shadow: 1px 1px white,
    2px 2px white,
    3px 3px white,
    4px 4px white;
    color: white;
    transition: all 1s;
}
.import_file{
    -webkit-appearance: none;
    color: #2c2c2c;
    outline: 0;
    height: 35px;
    padding: 6px 12px;
    line-height: normal;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    min-height: 35px;
    -webkit-transition: all 0.12s ease;
    transition: all 0.12s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: background 0.2s linear 0s;
    transition: background 0.2s linear 0s;
    display: block;
    width: 100%;
    position: relative;
}
.file_upload {
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 30px;
    background: url('../images/uploader.png') no-repeat;
    -webkit-background-size: 30px;
    background-size: 30px;
    text-align: center;
}
.search_input::-moz-placeholder,
.form_input::-moz-placeholder,
.input_captcha::-moz-placeholder,
.form_textarea::-moz-placeholder {
    color: #a3a3a3;
    opacity: 1
}
.search_input:-ms-input-placeholder,
.form_input:-ms-input-placeholder,
.input_captcha:-ms-input-placeholder,
.form_textarea:-ms-input-placeholder {
    color: #a3a3a3;
}
.search_input::-webkit-input-placeholder,
.form_input::-webkit-input-placeholder,
.input_captcha::-webkit-input-placeholder,
.form_textarea::-webkit-input-placeholder {
    color: #a3a3a3;
}
.form-group {
    margin-bottom: 15px
}
.select{
    position: relative;
    width: 100%;
    height: 35px;
    padding: 0 30px 0px 15px;
    color: #000 !important;
    font-size: 14px;
    line-height: 35px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    background: url(../images/select_arrow.png) no-repeat right 10px center #fff;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    max-width: 100%;
    font-family: inherit;
    box-shadow: inset 0px 5px 11px -4px #C9C9C9;
    -webkit-box-shadow: inset 0px 5px 11px -4px #C9C9C9;
    -moz-box-shadow: inset 0px 5px 11px -4px #C9C9C9;
    -o-box-shadow: inset 0px 5px 11px -4px #C9C9C9;
}
.select:focus {
    box-shadow: inset 0px 5px 11px -4px rgb(6, 162, 227);
    -webkit-box-shadow: inset 0px 5px 11px -4px rgb(6, 162, 227);
    -moz-box-shadow: inset 0px 5px 11px -4px rgb(6, 162, 227);
    -o-box-shadow: inset 0px 5px 11px -4px rgb(6, 162, 227);
    border: 1px solid rgb(6, 162, 227);
}

.select option{
    padding: 10px 15px;
    color: #000;
    font-size: 12px;
    line-height: 20px;
}

.boxed_captcha_flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.okay_ckeckbox{
    display: block;
    position: relative;
    text-align: left;
    padding-left: 30px;
    line-height: 20px;
}
.okay_ckeckbox:before{
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 10%;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0px;
    position: absolute;
    transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    width: 20px;
    line-height: 20px;
    padding-left: 2px;
}
input[type=checkbox]:checked + .okay_ckeckbox:before{
    content: '\f00c';
    font-family: "FontAwesome";
    color: rgb(43, 48, 59);
}
.checkbox_email  .checkbox_label::before {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 10%;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    position: absolute;
    transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    width: 20px;
}

.checkbox_email input[type="checkbox"]:checked + .checkbox_label::before {
    content: '\f00c';
    font-family: "FontAwesome";
}





/************************************************************************* Pagination */

.pagination {
    list-style: none;
    text-align: center;
    padding: 0px;
    margin: 40px auto;
}
.page_item {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.page_link {
    display: block;
    padding: 0px 5px;
    min-width: 24px;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    background-color: rgb(232, 232, 232);
    color: rgb(158, 158, 158);
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.page_link:hover,
.active .page_link {
    color: #fff;
    background-color: #ffb011;
}

/************************************************************************* Breacrumbs.tpl  */
ul.breadcrumbs {
    margin: 0px 0px 20px;
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    display: inline-block;
    *display: inline;products_item
    zoom: 1;
    vertical-align: top;
    height: 30px;
    overflow: hidden;
}
ul.breadcrumbs li {
    position: relative;
    margin: 0px 0px;
    padding: 0px;
    list-style: none;
    list-style-image: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    border-left: 1px solid #ccc;
    transition: 0.3s ease;
}
ul.breadcrumbs li:hover:before {
    border-left: 10px solid #ffb011;
}
ul.breadcrumbs li:hover a {
    color: #fff;
    background: #ffb011;
}
ul.breadcrumbs li:before {
    content: "";
    position: absolute;
    right: -9px;
    top: -1px;
    z-index: 20;
    border-left: 10px solid rgb(255, 255, 255);
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    transition: 0.3s ease;
}
ul.breadcrumbs li:after {
    content: "";
    position: absolute;
    right: -10px;
    top: -1px;
    z-index: 10;
    border-left: 10px solid rgb(204, 204, 204);
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
ul.breadcrumbs li:first-child {
    border-left: none;
}
ul.breadcrumbs li:last-child:before {
    display: none;
}
ul.breadcrumbs li:last-child:after {
    display: none;
}
ul.breadcrumbs li:first-child a {
    border-radius: 3px 0px 0px 3px;
}
ul.breadcrumbs li:last-child a {
    cursor: text;
    padding-right: 10px;
    border-radius: 0px 3px 3px 0px;
}
ul.breadcrumbs li:last-child:hover:before {
    border-left: 10px solid #fff;
}
ul.breadcrumbs li:last-child:hover a {
    color: #757575;
    background: #fff;
}
ul.breadcrumbs li a {
    display: block;
    font-size: 10px;
    line-height: 30px;
    color: #778a94;
    padding: 0px 5px 0px 15px;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ddd;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.3s ease;
    height: 30px;
}

/************************************************************************* Raiting  */
.raiting_boxed{
    margin-bottom: 15px;
    margin-top: 5px;
}
.raiting_boxed .range_input{
    margin-top: 3px;
}
.raiting_boxed .raiting_range_number{
    overflow: hidden;
    margin-top: 3px;
}
.rating_starOff_c,
.rating_starOn_c {
    display: inline-block;
    vertical-align: top;
    max-width: 60px;
    width: 60px;
    height: 12px;
    background: url("../images/rating_s.png") left top repeat-x;
}
.rating_starOn_c {
    display: block;
    background-position: left bottom; }
.comment_rating_product{
    display: inline-block;
    margin: 20px 0 16px;
    font-size: 13px;
}
.rating_starOff {
    display: inline-block;
    vertical-align: top;
}
.rating_starOff,
.rating_starOn {
    width: 60px;
    height: 12px;
    background: url(../images/rating_s.png) repeat-x left top;
}
.rating_starOn {
    display: block;
    background-position: left bottom;
}
.rating_text {
    vertical-align: middle;
    line-height: 18px;
    display: inline-block;
}

/******************************************************** Стили библиотек (Style library) */

/**** Autocomplete CSS ****/
.autocomplete-suggestions {
    background-color: #fff;
    overflow: auto!important;
    overflow-y: auto;
    border: 0.0625rem solid #e0e0e0;
    /* display: table; */
    /* display: inline-table; */
    width: 100%;
    max-height: 300px!important;
    display: block;}

.autocomplete-suggestion {
    /*display: table-row;*/
    width: 100%;
    padding: 5px;}

.autocomplete-suggestion:nth-child(even) {
    background-color: #fbfbfb; }

.autocomplete-suggestions .autocomplete-selected {
    background: #f0f0f0; }

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #ffb400; }

.autocomplete-suggestion div {
    width: 45px !important;
    text-align: center; }

.autocomplete-suggestion div,
.autocomplete-suggestions span,
.autocomplete-suggestions a {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    color: rgb(96, 96, 96);
    font-weight: 400;
    text-decoration: none;
    line-height: 1.1;
    display: table-cell;
    vertical-align: middle;
    width: 100%!important;
}
.autocomplete-suggestions span {
    white-space: nowrap;
    font-weight: 600;
    padding: 0px 5px;
}

/**** Ui-slider ****/
.ui-slider {
    position: relative;
    height: 6px;
    border: 1px solid #e1e8ed;
    background-color: #e1e8ed;
    margin: 24px 10px 24px;
    border-radius: 2px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -12px;
    top: -9px;
    background-color: #e1e8ed;
    border: 1px solid #e1e8ed;
    box-shadow: inset 0 0 0 6px #fff, 0 1px 0 0 #e1e8ed;
    border-radius: 100%;
    cursor: pointer;
}
.ui-slider .ui-slider-handle.ui-state-focus,
.ui-slider .ui-slider-handle.ui-state-hover {
    background-color: rgb(251, 71, 1);
}
.ui-slider .ui-slider-range {
    position: absolute;
    background-color: rgb(251, 71, 1);
    height: 100%;
}
.price_range {
  overflow: hidden;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 15px;
}
.price_label {
  float: left;
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}
.max_price {
  text-align: left;
}
.max_input,
.min_input {
  max-width: 75px;
  padding: 0 8px;
  line-height: 30px;
  height: 32px;
  border: 1px solid #ddd;
  margin-right: 3px;
}
.fn_ajax_wait {
    background: rgba(255, 255, 255, 0.52) url('../images/fn_ajax_wait.gif') no-repeat;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background-position: 400px 400px;
}



.SumoSelect p {
    margin: 0
}

.sumoStopScroll {
    overflow: hidden
}

.SumoSelect .hidden {
    display: none
}

.SelectClass,
.SumoUnder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    opacity: 0
}

.SelectClass {
    z-index: 1
}

.SumoSelect > .optWrapper > .options li.opt label,
.SumoSelect > .CaptionCont,
.SumoSelect .select-all > label {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.SumoSelect {
    display: inline-block;
    position: relative;
    outline: none
}

.SumoSelect > .CaptionCont > span {
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.SumoSelect > .CaptionCont > label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px
}

.SumoSelect > .optWrapper {
    display: none;
    z-index: 1000;
    width: 100%;
    position: absolute;
    left: 0;
    background: #fff;
    overflow: hidden
}

.SumoSelect.open > .optWrapper {
    top: 100%;
    display: block
}

.SumoSelect.open > .optWrapper.up {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px
}

.SumoSelect > .optWrapper ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto
}

.SumoSelect > .optWrapper > .options {
    position: relative;
    max-height: 300px
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
    opacity: 0.5
}

.SumoSelect > .optWrapper > .options li.opt {
    position: relative
}

.SumoSelect > .optWrapper > .options li label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer
}

.SumoSelect > .optWrapper > .options li span {
    display: none
}

.SumoSelect > .optWrapper > .options li.group > label {
    cursor: default;
    padding: 8px 6px;
    font-weight: bold
}

.SumoSelect > .optWrapper > .options li.opt.disabled {
    background-color: inherit;
    pointer-events: none
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
    opacity: 0.5
}

.SumoSelect.disabled {
    opacity: 0.7;
    cursor: not-allowed
}

/**** Slick slider ****/
.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }

.slick-list:focus {
    outline: none; }

.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block; }

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''; }

.slick-track:after {
    clear: both; }

.slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }

[dir='rtl'] .slick-slide {
    float: right; }

.slick-slide.slick-loading img {
    display: none; }

.slick-slide.dragging img {
    pointer-events: none; }

.slick-initialized .slick-slide {
    display: block; }

.slick-loading .slick-slide {
    visibility: hidden; }

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
    display: none; }

.slick-loading .slick-list {
    background: #fff url("../images/fn_loader.gif") center center no-repeat; }

.slick-prev,
.slick-next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: rgba(255, 184, 40, 0.8);
    text-align: center;
    color: #fff;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0px;
}
.slick-next::before,
.slick-prev::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border-top: 3px solid;
    border-left: 3px solid;
}
.slick-next::before {
    margin-left: -7px;
    transform: rotate(135deg);
}
.slick-prev::before {
    margin-left: 7px;
    transform: rotate(-45deg);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: rgba(255, 184, 40, 1);
}
.all_brands .slick-prev,
.all_brands .slick-next {
    margin: 0;
    top: -58px;
    width: 70px;
    height: 57px;
    line-height: 57px;
    border-left: 1px solid #e8e8e1;
    border-top: none;
}
.all_brands .slick-next{
    right: -1px;
}
.all_brands .slick-prev {
    left: auto;
    right: 71px;
}

.comparison_page .slick-prev,
.comparison_page .slick-next {
    top: 160px; }

.slick-dots {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: block;
    font-size: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    left: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }

.slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    outline: none;
    padding: 0;
    border: 0;
    cursor: pointer;
    color: transparent;
    background-color: #ffb011;
}
.slick-dots li.slick-active button {
    background-color: #fb4701;
}
.slick-dots li button:hover {
    background-color: #fb4701;
}




/*********************************************************************  Header_style */
header{
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.top_header_pages{
    margin-top: 2px;
}
.top_header{
    padding: 0px 0px;
    border-bottom: 1px solid #e8e8e8;
    height: 36px;
}
.top_header .informer{
     padding:10px;
    font-size: 12px;
    font-weight: 300;
 }
.top_header .informer.languages,
.top_header .informer.currencies{
    border-left: 1px solid #e8e8e8;
}
.top_header_informers .informer:first-child{
    border-left: 1px solid rgb(232, 232, 232);
}
.top_header_informers .informer a{
     color: rgb(251, 71, 1);
     text-decoration: none;
 }
.top_header_informers{
    border-right: 1px solid #e8e8e8;
}
.top_header .account_informer,
.top_header .account_link{
    padding: 1px;
    margin-right: 2px;
    color: rgb(90, 90, 90)!important;
    line-height: 1.2;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.top_header .account_informer:hover,
.top_header .account_link:hover {
    text-decoration: none;
    border-color: rgb(251, 71, 1);
}
.top_header .informer_svg{
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid rgb(232, 232, 232);
    width: 50px;
    height: 36px;
    position: relative;
}
.top_header .informer_svg a{
    line-height: 0;
}
.top_header .informer_svg svg{
    width: 15px;
    height: 15px;
}
.informer_counter{
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #fff;
    font-weight: 600;
    color: rgb(251, 71, 1);
    font-size: 10px;
    border:1px solid rgb(251, 71, 1);
    top:5px;
    right: 5px;
    text-align: center;
    line-height: 15px;
}



.middle_header{

}

.middle_header .logo{
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    text-decoration: none;
}
.middle_header .logo .logo_promo{
    font-size: 12px;
    color: #494949;
    font-style: italic;
    max-width: 140px;
}
.middle_header .header_box_row{
    margin-bottom: 10px;

}
.middle_header .header_box_phones {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 170px;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    width: 170px;
}
.middle_header .header_box_phones .mobo{
    text-indent: 5px;
    background-position: 0 6px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    padding-left: 20px !important;
}
.middle_header .header_box_phones .icon_flag{
    text-indent: 5px;
    background-position: 0 6px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    padding-left: 22px !important;
    background: url(../images/flag_icon.png) no-repeat;
    margin-left: 5px;
}
.middle_header .header_box_hidden_item{
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.middle_header .header_box_hidden_item:hover{
    color: rgb(251, 71, 1);
}
.middle_header .header_box_phones .header_box_hidden_item.callback{
    font-weight: 500;
}
.middle_header .header_box_phones .mobo-kyivstar-24 {
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACCklEQVQ4T6WSTUiUURSGn3Pv/RxFcVRICLSFQT8MYVS0zEW0kAopKahdlq5SJxcVrYRAoj/Kv3QRbYIWQptaJCVCRLWzBEd3ggRGkZmGOvP9nNC0KRVBustzD89533NeYaPXmdlHSILv3hNaJVivVTYEdETDKBXky3HOy+DmAT3RKEg5MU5wTl5uHtCrKZRt/wMYQykjh1rqpH99BZ3pBL6rw9MPqP+G17kT9Em41NwePgY5SJ7UUC+jS7W7WkJOej+BdwjVcaHbbwF3HY9ZQv1KoEOY6CHWvWWaLTgKKGCcBbZio3pED+NMGUaKSOuEcGMqTmG8GZUaHHsQERbCAebtBa7Ip+WpeXhRA1ZuYsUR6mc0egFRT/aMDepRSQKNqnHmIxkGaJL0H993dAexqBanKTJ2kCaZWfxbPwen1JJAsuFRoRWPVsmsXuRawCPN5UdQhXPFlPKUFAEl/gFCsxPsKy7J5N+QVQAVuoIjWHubQIuYNZXkM4cJb2HMGVTvEZqOFflrLXSkd+F5bRipRqMHTJprjPT5VJ08hjVdGH4SylW+8HzFXlZBtxZDlMRIEniP7zfTGBv7nYdvhbiiJE4uo7zD95NcjI38q6BLdwP3Ua0AaaKUfk4vB2oJsrAd67WhchSNztJon4FoVkGvesz7eyEwTOcNrd24Cu3pCkJbjs4N0xKfWuT+AsZcxii+CJSyAAAAAElFTkSuQmCC);
}
.middle_header .header_box_phones .mobo-vodafone-24 {
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAADLklEQVQ4T1VTTWwTRxT+3oKjOOvEQg0hptmUkCpEcLWEuCDaA75wqRIJRCu4NQdk1EubXhAtqVoV0WtLlFt7Q3VOgHDS1ByClIMFB2SZtI5kO/GPYifGsWd/ZnZ3qlnAonMazXzve9/73nuE9042mw1FIpGTQ0NDn4VCoYue552QnocuY+X9VmvVO3Qo1QdsxeNx8S6M1EVKScVi8djAwMDn4XD4BohOmHt7ZDYaYKkU5M4O2OXLMjIxUT5ot3/tdDp/JBKJOhHJgCCXy42OjY19TURznpS6Vamgm83iyNoaBl6+RG5+Hv2nT8NiDFwI07KspU6n8/PMzEyNlGzDMG7quv6967o6q1TANzZwLJ9HfzqNmhAoP3oErdWCwxgs24bjOKZpmgvtdvsXyufzU4ZhrLiu+5FjWbCePsUH6+vQHz8GFYt4PTKC6tWr2I/HYcZicDqdgMS27R3LshJUqVTmo9HoT7bjECsU0P/kCYZTKWivXgGcQwKww2HsnTmDwuwsdqemYB0cgHMO3/dvU6PRWAPwqauA6+uI3r+PI8+fA82mcrfXI6FpKF64gBezs3h9+DCk76u/Z9RsNguc80kF8NNpDN+5g0i5DIhepwISlaBmGMheu4bdyclAHYBtqtfrW5zzk4IIcnUVw7duIVqt/i+7Qip4dXQUL65fx+6pUyAhVPu3qVQq/e153ieu78Pa3MTwwgJiGxsI+vv2qEI6RNiansY/V66gdfw4NN9XBM8ol8t9Gw6HfzQZI8Y5+h48wMTSEob29wMDPQAOEeqDgyhcuoTa+fOBGiJSJn5HmUxmOhaLpRlj4w7nYK0WIg8f4sOVFQyqmQDQGBnBztmzaJw7h66uQ3tjbkUIkQgGSUr5lZTyNmNMtx0HrNuFtrmJvlIJvufBOnoUXcMAD4VAvq+ym1LKH4joXlBqJpMZJaJvHMf50jRN3bIsmJyDu66qExoRyHUD2QBU8JIQ4m4ymaz2lml5eVmRfGHb9g3btseFENSbgzeBSvc2gN84578nk8maenvfbCwuLoY0TfvY87wZABc1TRtXm0pEJd/3/wLwJxH9Ozc31xuS/wBrNsSP6BCfZgAAAABJRU5ErkJggg==);
}
.middle_header .header_box_phones .mobo-lifecell-24 {
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACtElEQVQ4T1WTT2hVRxTGf9/cm7z3ok8bSOgiKmZVVKSoQRd101rS1iB0I7gqSBeupKJYKdqVfxYKQhRCdVEaal0UW6FNoWJLpZWkoq2hiGBpqYjBZ1P/oE3uTe6bOTLXPNEZBoaZc75zzne+I55bZiRcoytrskFN3pGx2MAhJkLKj5rh+1pGQ6/TbLmpdbl/hYXzYACxA1hmYkrQDiSljZECfwXjeOE5u2Ad9+JzCWAXqc9U2QZ8IFE3GJfnZ6UsCcZGiUoJYciMzOBEtcagVnBf9iXJbC/vmjgq0QlMGOz45m9+2LyKdOYRpyX6gdDK1gKZGXur/zMs+4POmVm+dY7lIXDde075hDML+vgvOuS/cVxiK+AjH7Iy64Bxs5nztqausjHxDGOccSmf+oKaHK8aXEMsFeyT6DLICIwFcdsZ/RKLgtiu6TGOugRX5BysVOmxhI9NrFNg2kRF8FKs3xsXCGxvGtPtCZuBvRIXlY8zeOcBe7prLEzb2Cd4D2ElwXEHkmCMWGCwYy2jsaypS/QlCZ9jZLpygraRO/iPBthkjpNzjJecW2C08OyeX+fWVEZv2iTPMiardT6UY6s8jbKNj3+nOw0cco4tGD4Yk4JjFfgk9yxSyh6MLcBDIJPj5agL85wvAfLLvII4K0ePGf+EwP6JSUYWd9ODGATekKNo6WZOE+0Su2Sg/BLrXcp3iEYIHH4Ap2uPaa/WGXKOTbGFzznH8uJpTBe8FZUVAV5Tyhcxi0IcrK9mMrvM+y7h8JyUn0m+VK4xi3GgAkPlx6Of6GqrM2DiRscafn34C53VGl/JsfqFyFFBgUKBzyo1jmgld5/OgqGbF6gsrePVR5GP049nSKL72bBG0ox/4xwEGO5YQ0PCXkitZZyP8aZSdoaE5TIcxi3BudnA1/Mdf8YgLdsneREes61PCN0AAAAASUVORK5CYII=);
}
.middle_header .header_box_adress {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 190px;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    width: 190px;
}
.middle_header .header_box_row svg{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15px;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    max-width: 15px;
    width: 15px;
    height: 14px;
    margin-right: 8px;
    color: rgb(251, 71, 1);
}
.middle_header_center{
    margin-top: 30px;
}
.middle_header .header_box_row a,
.middle_header .header_box_row{
    color: #5a5a5a;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.1;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.middle_header .header_box_row a:hover{
    color: rgb(251, 71, 1);
}
.middle_header .header_box_row.small_fonts span,
.middle_header .header_box_row.small_fonts a,
.middle_header .header_box_row.small_fonts{
    font-size: 12px;
}
.middle_header .header_box_border{
    height: 30px;
    line-height: 28px;
    width: 100%;
    position: relative;
}
.middle_header .header_box_border .header_box_border_hidden{
    border: 1px solid rgb(209, 209, 209);
    height: 30px;
    overflow: hidden;
    border-radius: 3px;
    position: absolute;
    z-index: 2;
    top: 0px;
    padding: 0px 20px 0px 7px;
    width: 100%;
    background: rgb(255, 255, 255);
}
.middle_header .header_box_border_hidden .header_box_hidden_item{
    display: block;
    padding: 0px;
    white-space: nowrap;
    height: 30px;
    line-height: 28px;
}
.middle_header .header_box_row.header_box_border:hover .header_box_border_hidden{
    display: block;
    height: auto;
    overflow: visible;
    top:0px;
}
.middle_header .header_box_row.header_box_border:after{
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    z-index: 4;
    right: 8px;
    width: 9px;
    height: 6px;
    background-repeat: no-repeat;
    margin-left: 1px;
    background-image: url(../images/small_arrow.png);
    background-size: cover;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.middle_header .header_box_row.header_box_border:hover:after{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.search{
    position: relative;
    min-width: 300px;
}
.search .search_input{
    height: 30px;
    line-height: 28px;
    width: 100%;
    border: 1px solid #ffb011;
    border-radius: 3px;
    padding: 0px 65px 0px 10px;
    color: #a3a3a3;
    font-size: 11px;
    font-style: italic;
}
.search .search_button{
    position: absolute;
    top:0px;
    right: 0px;
    cursor: pointer;
    height: 30px;
    line-height: 28px;
    text-align: center;
    padding: 0px 15px;
    background: #ffb011;
    color: #fff1f2;
    border-radius: 0px 3px 3px 0px;
    font-size: 12px;
    border:none;
}
.header_box_fast_shipping img{
    margin-right: 10px;
}
.header_box_fast_shipping .fast_shipping_text{
    color: #171717;
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    text-transform: uppercase;
}
#cart_informer .cart_info {
    width: 100%;
    height: 100%;
    padding: 20px 0px;
    text-decoration: none;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    border-left: 1px solid rgb(232, 232, 232);
    border-right: 1px solid rgb(232, 232, 232);
}
#cart_informer .cart_info .cart_info_image{
    position: relative;
    text-align: center;
    margin-bottom: 4px;
}
#cart_informer .cart_info .cart_info_image .cart_counter{
    position: absolute;
    bottom: 4px;
    left: 0px;
    right: 0px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}
#cart_informer .cart_info .cart_title{
    color: #fa4604;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 5px auto;
}
#cart_informer .cart_info .cart_title_count,
#cart_informer .cart_info .cart_title_to{
    color: #5a5a5a;
    font-size: 12px;
}
#cart_informer .cart_info .cart_title_count{
    margin-top: 1px;
    border-bottom: 1px solid rgb(251, 71, 1);
    line-height: 1.1;
}
.mobile_menu{
    display: none;
    position: absolute;
    background: rgba(251, 108, 53, 0.9);
    top: 73px;
    z-index: 2;
    width: 100%;
    max-width: 250px;
    padding: 0px;
}
.mobile_menu .menu_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.mobile_menu .menu_item:hover {
    background: #fdaf1d;
}

.mobile_menu .menu_list .menu_link{
    padding: 10px 5px 10px 25px;
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
}
.mobile_menu_footer{
    background: rgba(198, 84, 40, 0.9);
    border-top: 3px solid rgb(255, 176, 17);
    padding: 15px 5px 5px 25px;
}
.mobile_menu_footer .mob_menu_foot_item{
    margin-bottom: 10px;
    color: #fff;
}
.mobile_menu_footer .account_informer {
    padding: 1px;
    font-size: 14px;
    font-weight: 300;
    margin-right: 2px;
    color: #fff;
    line-height: 1.2;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.mob_menu_foot_item .languages{
    overflow: hidden;
}
.mob_menu_foot_item .languages .languages_item{
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-decoration: none;
    border: 2px solid transparent;
    display: block;
    float: left;
}
.mob_menu_foot_item .languages .languages_item.active{
    border: 2px solid rgb(255, 176, 17);
}
.openmenu .mobile_menu_icon{
    background: rgb(251, 71, 1);
}
.openmenu .mobile_menu_icon svg {
    color: #fff!important;
}


.bottom_header{
    background: #fb4701;
    border-bottom: 3px solid #ffb011;
}
.bottom_header .categories_menu{
    position: relative;
}
.bottom_header .categories_menu .category_link{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 5px;
    color: #fff;
    min-height: 42px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.bottom_header .categories_menu .category_link img{
    margin-right: 5px;
}








/************************************************************************* Standart  */

.main_banners{
    margin-bottom: 20px;
}
.main_banners img {
    width: 100%;
}
.main_banners .main_banners_title {
    font-family: 'Cambria', 'Roboto', sans-serif;
    font-weight: 400;
    color: rgb(90, 90, 90);
    font-size: 1.9rem;
    line-height: 1.1;
    margin-top: 0px;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    text-align: center;
    float: right;
    padding-left: 50%;
    padding-right: 5%;
    
}
.feedback_shop_image{
    height: 350px;
    border-radius: 5px;
    overflow: hidden;
}
.feedback_shop_image{
    height: 350px;
    border-radius: 5px;
    overflow: hidden;
}
.feedback_shop_image img {
    
    object-fit: cover;
    width: 100%;
    height: 100%;
    
}

.admin_style a{
    display: inline-block;
    font-size: 13px;
    color: #484848;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid #ffb011;
}
.admin_style a:hover {
    border-color: transparent;
}
.admin_style p{
    line-height: 1.3;
}
.admin_style ul{
    margin: 0px 0px 30px 0px;
    padding-left: 20px;
    display: block;
}
.admin_style ul li{
    margin-bottom: 15px;
    list-style: none;
    position: relative;
    font-size: 13px;
    color: #454545;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.3;
}
.admin_style ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 5px;
    left: -18px;
    background: #ffb011;
}
.admin_style ol{
    margin: 0px 0px 30px 0px;
    display: block;
    padding: 0px;
}
.admin_style ol li{
    margin-bottom: 15px;
    list-style-position: inside;
    position: relative;
    font-size: 13px;
    color: #454545;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.3;
}
.main_text .readmore-js-toggle{
    font-size: 12px;
    color: rgb(69, 69, 69);
    font-weight: 300;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 10px;
    display: inline-block;
}
.main_text .readmore-js-toggle:hover{
    text-decoration: none;
}
.video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}

.video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.boxed_social{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.boxed_social_header{
    margin-bottom: 7px!important;
}
.boxed_social_header .boxed_social{
    margin-top: -5px!important;
}
.boxed_social .icons_social{
    margin-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.boxed_social .icons_social a{
    margin-right: 7px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22px;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    max-width: 22px;
    width: 22px !important;
    height: 22px !important;
    opacity: 0.8;
    
    background: #fff;
    
    border-radius: 50%;
    opacity: 0.8;
}
.boxed_social .icons_social a:hover{
    opacity: 1;
}
.boxed_social .icons_social svg{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22px;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    max-width: 22px;
    width: 22px!important;
    height: 22px!important;
}
.boxed_social .icons_social a.fb svg{
    color: #215b9c;
}
.boxed_social .icons_social a.ins svg{
    color: #7d22b8;
}
.boxed_social .icons_social a.ytb svg{
    color: #f72328;
}


.to_top {
    width: 42px;
    height: 42px;
    line-height: 54px;
    text-align: center;
    border-radius: 3px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 99;
    display: none;
    cursor: pointer;
    color: #fff;
    background: #fb4701;
    border-bottom: 4px solid #ffb011;
}
.to_top:hover {
    border-bottom: 4px solid #fb4701;
}








/******************************************************* Main post and main news  */

.main_text{
    font-size: 12px;
    line-height: 1.4;
    color: #5a5a5a;
}


.last_posts_box{

}
.last_posts_box .h3{
    text-align: center;
}
.last_posts {
    margin: 0px 0px 10px 0px;
    padding-left: 20px;
}
.last_post_item {
    margin-bottom: 15px;
    list-style: none;
    position: relative;
}
.last_post_item:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 7px;
    left: -18px;
    background: rgb(255, 176, 17);
}

.last_post_item .last_post_name{
    overflow: hidden;
    margin-bottom: 5px;
    padding-bottom: 3px;
}
.last_post_item .last_post_image{
    display: block;
    float: left;
    margin: 0px 5px 2px 0px;
    font-size: 0;
}
.last_post_item .last_post_name a{
    display: inline;
    font-size: 13px;
    color: rgb(69, 69, 69);
    font-weight: 300;
    text-decoration: none;
    border-bottom: 1px solid #ffb011;
    line-height: 1;
}
.last_post_item .last_post_name a:hover{
    border-color: transparent;
}
.last_post_item .last_post_date{
    font-size: 11px;
    color: rgb(185, 185, 185);
    font-weight: 300;
    font-style: italic;
    line-height: 1;
    margin-bottom: 5px;
}
.last_post_item .last_post_annotation{
    font-size: 11px;
    color: rgb(69, 69, 69);
    font-weight: 300;
    font-style: italic;
    line-height: 1.2;
    max-height: 27px;
    overflow: hidden;
}
.last_post_item .last_post_ready{
    font-size: 12px;
    color: rgb(69, 69, 69);
    font-weight: 300;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 15px;
}
.last_post_item .last_post_ready:hover{
    text-decoration: none;
}

.advantages{
    margin-bottom: 20px;
}
.advantages .advantages_inner{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-pack: justify ;
    -webkit-justify-content: space-between ;
    -ms-flex-pack: justify ;
    justify-content: space-between;
    -webkit-box-align: start ;
    -webkit-align-items: flex-start;
    -ms-flex-align: start ;
    align-items: flex-start;
}
.advantages .advantages_inner .advantages_item{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 20px 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    display: -webkit-box;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-orient: vertical ;
    -webkit-box-direction: normal ;
    -webkit-flex-direction: column ;
    -ms-flex-direction: column;
    flex-direction: column;
}
.advantages .advantages_item .advantage .advantage_image{
    min-height: 55px;
    height: 55px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center ;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center ;
    align-items: center;
}
.advantages .advantages_item .advantage .advantage_text{
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #5a5a5a;
    font-weight: 300;
    line-height: 1.2;
}
#subscribe_container{
    position: relative;
    margin-bottom: 70px;
}
.subscribe_box{
    width: 60%;
    float: right;
    text-align: center;
}
.subscribe_box:before{
    content: "";
    display: block;
    width: 240px;
    height: 202px;
    position: absolute;
    bottom: -57px;
    left: 57px;
    background: url("../images/bg_subscribe.png") no-repeat;
    background-size: cover;
}
.subscribe_box .subscribe_title{
    font-family: 'Cambria', sans-serif;
    font-weight: 400;
    color: rgb(90, 90, 90);
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
}
.subscribe_box .subscribe_promo_title{
    font-weight: 300;
    color: rgb(90, 90, 90);
    font-size: 12px;
    line-height: 1.2;
    margin: 0px auto 15px;
    max-width: 230px;
}
.subscribe_box .subscribe_form{
    position: relative;
}
.subscribe_box .subscribe_form .subscribe_input{
    height: 30px;
    line-height: 30px;
    width: 100%;
    border: none;
    border-radius: 3px;
    background: #faf7f3;
    padding: 0px 65px 0px 10px;
    color: rgb(90, 90, 90);
    font-size: 12px;
    font-style: italic;
}
.subscribe_box .subscribe_form .subscribe_button{
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px 20px;
    background: rgb(255, 176, 17);
    color: rgb(255, 255, 255);
    border-radius: 0px 3px 3px 0px;
    font-size: 12px;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.subscribe_box .subscribe_form .subscribe_button:hover {
    background: rgb(251, 71, 1);
    color: rgb(255, 255, 255);

}
.subscribe_box .subscribe_form .subscribe_error{

}

.main_reviews_block .reviews_item{
    border: 1px dotted #ffb011;
    padding: 15px;
    border-radius: 1px;
}
.main_reviews_form .h3{
    text-align: center;
}
.main_reviews_form,
.reviews_slider_item .reviews_item{
    min-height: 295px;
    overflow: hidden;
    position: relative;
}
.main_reviews_form{
    padding:15px 30px 20px;
}
.main_reviews_form .captcha{
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.main_reviews_form .captcha .secret_number{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    padding: 9px 2px;
    text-align: center;
    overflow: hidden;
}
.main_reviews_form .form_captcha{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 90px);
    -ms-flex: 0 0 calc(100% - 90px);
    flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
    padding-left: 10px;
}
.main_reviews_form .input_captcha {
    width: 100%;
    line-height: 35px;
    vertical-align: top;
    margin: 0 15px 0 0px;
    height: 36px;
}
.main_reviews_form .form_group {
    position: relative;
}
.main_reviews_form label.error {
    position: absolute;
    top: -12px;
    right: 0px;
}
.reviews_slider_item .reviews_item::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 4em;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgb(255, 255, 255) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
}
.reviews_slider_item .reviews_header {
    border-bottom: 1px dotted rgb(255, 176, 17);
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.reviews_slider_item .reviews_header .reviews_name{
    font-size: 13px;
    color: rgb(66, 66, 66);
    font-weight: 500;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 2px;
}
.reviews_slider_item .reviews_header .reviews_date{
    font-size: 11px;
    color: rgb(144, 144, 144);
    font-weight: 300;
    line-height: 1.2;
}
.reviews_slider_item .reviews_content{
    font-size: 13px;
    color: rgb(122, 122, 122);
    font-weight: 300;
    line-height: 1.2;
}




.main_cols .h3{
    text-align: center;
}
.main_cols .last_post_item {
    margin-bottom: 15px;
}
.main_help .menu_group ul{
    margin: 0px 0px 10px 0px;
    padding-left: 20px;
}
.main_help .menu_group li{
    margin-bottom: 15px;
    list-style: none;
    position: relative;
}
.main_help .menu_group li::before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 7px;
    left: -18px;
    background: #ffb011;
}
.main_help .menu_group li a{
    display: inline;
    font-size: 13px;
    color: #454545;
    font-weight: 300;
    text-decoration: none;
    border-bottom: 1px solid #ffb011;
    line-height: 1;
}
.main_help .menu_group li a:hover{
    border-color: transparent;
}
.main_help{
    position: relative;
}
.main_help::before {
    content: "";
    display: block;
    width: 169px;
    height: 184px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: url("../images/bg_main_help.png") no-repeat;
    background-size: cover;
}
.main_photos .last_posts {
    padding-left: 15px;
}

.main_photos .main_photos_inner.row{
    margin-right: -10px;
    margin-left: -10px;
}
.main_photos .main_photos_inner.row > [class*="col-"]{
    padding-right: 10px;
    padding-left: 10px;
}





/************************************************************************* Pages  */

.page_delivery{
    background: #fffbf2 url(../images/bg_delivery.jpg) no-repeat bottom right;
    padding-top: 20px;
}




/************************************************************************* Footer  */
footer {
    -ms-flex-negative: 0;
    border-top: 5px solid #ffb011;
    margin-top: 0px;
    background: #fb4701;
    padding: 25px 0px 10px;
    color: #fff;
}

.middle_footer .logo {
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
}
.middle_footer .logo .logo_promo {
    font-size: 12px;
    color: #fff;
    font-style: italic;
    max-width: 140px;
}
.footer_category,
.middle_footer .menu_list{
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.middle_footer .footer_category_item,
.middle_footer .menu_item{
    float: left;
    width: 50%;
}

.middle_footer_center{
    padding-top: 10px;
}
.footer_box_social{
    padding: 10px 0px 0px;
}
.middle_footer .footer_category_item .footer_category_link,
.middle_footer .menu_item .menu_link{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    padding: 0px 5px 0px 0px;
    display: inline-block;
    margin-bottom: 8px;
}
.middle_footer .footer_category_item .footer_category_link:hover,
.middle_footer .menu_item .menu_link:hover{
    text-decoration: underline;
}
.copyright {
    padding: 10px 0px 0px;
}
.copyright a{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    padding: 0px 5px 0px 0px;
    display: inline-block;
    margin-bottom: 10px;
}













/************************************************************************* Product_list.tpl  */

.fix_matchheight{
    width: 0px;
    float: left;
    position: relative;
    height: 450px;
}
.products_is_ajax {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.products_is_ajax a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background: #f3f3f3;
    height: 100%;
    text-decoration: none;
}
.products_is_ajax a:hover{
    background: rgb(233, 231, 231);
    text-decoration: none;
}
.products_is_ajax a svg{
   width: 50px;
    height: 50px;
    color:#ffb011;
}
.products_is_ajax a span{
    font-size: 20px;
    font-weight: 600;
    color: #8e8e8e;
    width: 100%;
    display: block;
    margin-top: 25px;
    text-align: center;
    padding: 0px 20px;
}

.products_item .preview_inner{
    zoom: 1;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid transparent;
    transition: box-shadow 0ms ease-in;
    -moz-transition: box-shadow 0ms ease-in;
    -webkit-transition: box-shadow 0ms ease-in;
    -o-transition: box-shadow 0ms ease-in;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.products_item .preview_inner .remove_link{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgb(252, 38, 38);
    font-size: 12px;
    font-style: italic;
}
.products_item .preview_inner .remove_link:hover{
    text-decoration: none;
}
.wrap_overlay_list,
.products_item .preview {
    position: relative;
}
.products_item .preview {
    overflow: hidden;
    height: 100%;
}
.products_item .preview_image {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    height: 260px;
}
.products_item .promo_img {
    max-width: 75px;
    max-height: 75px;
    -moz-transform: translateZ(0);
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
}
.products_item .overlay_buttons a {
    display: block;
    margin-bottom: 5px;
}
.products_item .overlay_buttons a.selected {
    color: rgb(232, 206, 205);
}
.products_item .overlay_buttons {
    position: absolute;
    right: 5px;
    bottom: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
.products_item .button_container{
    height: 30px;
}
.product_sku_wrap{
    margin: 5px 0 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 15px;
}
.product_sku_wrap .product_rating2{
    line-height: 1;
}
.product_sku_wrap .details_block{
    font-size: 11px;
    color: #a2a2a2;
}

.products_item .product_name_wrap {
    margin: 5px 0 5px;
    overflow: hidden;
    display: block;
    height: 35px;
    text-align: left;
}
.products_item .product_annotation_wrap {
    margin: 5px 0 5px;
    overflow: hidden;
    display: block;
    min-height: 30px;
    height: 30px;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    color: rgb(168, 167, 167);
    line-height: 1.2;
}

.products_item .product_name_wrap .product_name {
    font-weight: 400;
    font-size: 13px;
    border-bottom: 1px solid #fb4701;
    color: #5a5a5a;
    display: inline;
    white-space: normal;
    text-overflow: inherit;
    text-decoration: none;
}
.products_item .price_container {
    margin: 10px 0 10px;
    font-size: 1em;
}
.product_item_novariant_box,
.product_item_variant_box{
    margin: 0px 0px 10px;
    border-radius: 3px;
    position: relative;
    width: 100%;
}
.product_item_novariant_box .price_container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 0px;
    margin: 0px;
}

.preview_status {
    pointer-events: none;
    position: absolute;
    top: 20px;
    left: 20px;
    top: 5px;
    left: 5px;
    right: 15px;
    margin: 0;
    z-index: 3;
    text-align: left;
    
}
.lable_discount {
    display: inline-block;
    vertical-align: top;
    padding: 3px 5px;
    margin: 0 3px 5px 0;
    letter-spacing: .8px;
    background: #3ed52a;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
}




















/************************************************************************* Comments.tpl  */

.comment_form{
    background: #f1f1f1;
    padding: 20px 20px 5px;
    border-radius: 5px;
}
.comment_form .h3{
    text-align: center;
    color: #ffb011;
}
.comment_footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}
.comment_footer_button{
    background: #ffb011;
    color: #fff;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.comment_footer_button:hover {
    background: #fb4701;
    color: #fff;
}
.comment_item {
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(155, 155, 155);
    padding-bottom: 15px;
}
.user_review_note,
.admin_review_note,
.admin_note {
    border-bottom: none;
    margin-left: 30px;
    border-top: 1px dotted #9b9b9b;
    margin-bottom: 0px !important;
    margin-top: 15px !important;
    padding-top: 10px;
    padding-bottom: 0px;
}
.comment_author {
    font-size: 14px;
    color: rgb(66, 66, 66);
    font-weight: 500;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 0px;
}
.comment_date {
    font-size: 11px;
    color: rgb(177, 177, 177);
    font-weight: 300;
    line-height: 1.2;
    font-style: italic;
}
.comment_status {
    font-size: 12px;
    color: rgb(255, 176, 17);
    font-weight: 500;
    line-height: 1.2;
}
.comment_content.p_t_10{
    margin-top: 10px;
}
.review_label{
    font-size: 12px;
    color: rgb(162, 162, 162);
    margin-right: 5px;
}
.reviews_youtube{
    font-size: 12px;
    color: rgb(162, 162, 162);
    margin-bottom: 5px;
}

.admin_review_note .comment_author,
.admin_note .comment_author{
    color: rgb(251, 71, 1);
}
.user_review_note .comment_author{
    color: rgb(107, 106, 106);
}
.review_answer{
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0px 15px;
    background: rgb(251, 71, 1);
    color: rgb(255, 255, 255);
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    border: none;
     -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.review_answer:hover {
    background: rgb(251, 89, 1);
    color: rgb(255, 255, 255);
}
.like_wrap{

}
.like_wrap .like_item{
    text-decoration: none;
    margin-left: 10px;
    font-size: 12px;
}
.like_wrap .like_item svg{
    width: 16px;
    height: 16px;
}
.like_wrap .like_review{
color: rgb(37, 176, 37);
}
.like_wrap .dislike_review{
color: rgb(209, 55, 55);
}
.like_wrap .like_review:hover{
    color: green;
}
.like_wrap .dislike_review:hover{
    color: red;
}
.comment_content.wrap_buttons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.no_comments {
    margin-bottom: 15px;
}
.comment_header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}
.comment_answer{
    margin-top: 5px;
}
.comment_answer .answer{
    color: #06a2e3;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}
.comment_answer .answer:hover{
    text-decoration: none;
}
.comment_header .comment_header_name{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.comment_header .comment_header_name img{
    margin-right: 10px;
    border: 1px solid #9b9b9b;
    padding: 2px;
}
.comment_header .comment_header_name .comment_name{
    margin-bottom: 5px;
    display: block; 
    font-size: 18px;
    color: #2f2f2f;
    font-weight: 500;
}
.comment_item .comment_content{
    font-size: 13px;
    color: rgb(122, 122, 122);
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0px;
}


/************************************************************************* Banner.tpl  */






/************************************************************************* Category.tpl  */


.filter_boxed,
.catalog_blog,
.catalog_nav{
    margin-bottom: 20px;
}
.filter_boxed .h3,
.catalog_blog .h3,
.catalog_nav .h3{
    font-family: 'Cambria', sans-serif;
    font-weight: 400;
    display: block;
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 22px;
    padding: 10px 5px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    background: rgb(255, 176, 17);
    margin: 0px;
}
.filter_boxed .filters,
.catalog_blog .filters,
.catalog_nav .filters{
    border: 1px solid rgb(209, 209, 209);
    padding: 15px 15px 5px;
}
.catalog_blog .blog_menu,
.catalog_nav .catalog_menu{
    margin: 0px 0px 10px 0px;
    /*padding-left: 20px*/
    padding-left: 15px;
}
.catalog_blog .blog_menu .blog_menu_item,
.catalog_nav .catalog_menu .catalog_item{
    margin-bottom: 10px;
    list-style: none;
    position: relative;
    font-size: 13px;
    color: rgb(69, 69, 69);
    font-weight: 400;
    text-decoration: none;
}
.catalog_blog .blog_menu .blog_menu_item::before,
.catalog_nav .catalog_menu .catalog_item::before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 5px;
    left: -18px;
    background: rgb(255, 176, 17);
}
.catalog_blog .blog_menu .blog_menu_link,
 .catalog_nav .catalog_menu .catalog_link{
     display: inline;
     font-size: 13px;
     color: rgb(72, 72, 72);
     font-weight: 400;
     text-decoration: none;
     border-bottom: 1px solid rgb(255, 176, 17);
 }
.catalog_blog .blog_menu .blog_menu_link:hover,
.catalog_nav .catalog_menu .catalog_link:hover{
    border-color: transparent;
}

.subcategory_products_block_row {
}

.subcategory_products_block_row::after {
    content: "";
    display: table;
    clear: both;
}
.subcategory_products_item{
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
}
.subcategory_products_item .subcategory_products_inner {
    zoom: 1;
    padding: 10px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border: 1px solid transparent;
    transition: box-shadow 0ms ease-in;
    -moz-transition: box-shadow 0ms ease-in;
    -webkit-transition: box-shadow 0ms ease-in;
    -o-transition: box-shadow 0ms ease-in;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.subcategory_products_item .image a{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    height: 160px;
}
.subcategory_products_item .cat_name {
    margin: 5px 0 5px;
    overflow: hidden;
    display: block;
    height: 35px;
}
.subcategory_products_item .cat_name a {
    font-weight: 400;
    font-size: 13px;
    border-bottom: 1px solid rgb(251, 71, 1);
    color: rgb(90, 90, 90);
    display: inline;
    white-space: normal;
    text-overflow: inherit;
    text-decoration: none;
    
}

/************************************************************************* Product.tpl  */

.product .product_image{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-bottom: 20px;
}
.product .product_image.mb_small{
    margin-bottom: 10px;
}
.product_image{
    position: relative;
}
.promo_img {
    position: absolute;
    max-width: 60px;
    max-height: 60px;
    top: 5px;
    right: 5px;
}
.product .product_images{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-bottom: 20px;
}
.product_images {
    margin-right: -5px;
    margin-left: -5px;
}

.product_images::after {
    content: "";
    display: table;
    clear: both;
}
.product .product_images .images_item{
    position: relative;
    width: 25%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
.product .product_images .images_item a{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border: 1px solid rgb(209, 209, 209);
    
}

.product .details_block{
    margin-bottom: 10px;
}
.product_details{
    margin-bottom: 30px;
}
.product .details_block.details_block_sku {
    line-height: 1;
    text-align: center;
}
.product .details_block2x{
    margin-bottom: 20px;
}
.product .details_block .details_label{
    font-size: 12px;
    color: rgb(162, 162, 162);
    margin-right: 5px;
}
.product .details_block .product_rating{
    line-height: 1;
}
.product .details_block .details_title{
    font-size: 13px;
    color: rgb(81, 80, 80);
    font-weight: 500;
    margin-bottom: 5px;
}
.product .details_block p{
    font-size: 12px;
    color: rgb(110, 110, 110);
    line-height: 1.4;
}
.product .details_block a {
    display: inline;
    font-size: 13px;
    color: rgb(72, 72, 72);
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid rgb(255, 176, 17);
}
.product .details_block a:hover {
    border-color: transparent;
}
.product_buttons{
    margin-bottom: 20px;
}
.prodict_price_qwenty{
    height: 50px;
    margin: 10px 0px;
}
.prodict_price_qwenty .price{
    font-size: 30px;
    font-weight: 600;
    color: #fb4701;
    -ms-flex-item-align: last baseline;
    -ms-grid-row-align: last baseline;
    align-self: last baseline;
}
.prodict_price_qwenty .price .price_currency{
    font-size: 15px;
    font-weight: 300;
    color: #9e9b9b;
}
.prodict_price_qwenty .old_price{
    font-size: 20px;
    font-weight: 500;
    color: #9e9b9b;
    margin-right: 5px;
    text-decoration: line-through;
    -ms-flex-item-align: last baseline;
    -ms-grid-row-align: last baseline;
    align-self: last baseline;
}
.prodict_price_qwenty .old_price .price_currency{
    font-size: 15px;
    font-weight: 300;
    color: #9e9b9b;
}
.product_variant_box{
    margin: 10px 0px 30px;
    border:1px solid #fb4701;
    padding: 15px;
    border-radius: 3px;
    position: relative;
}
.product_variant_box:after {
    content: "";
    position: absolute;
    left: 12px;
    top: -5px;
    width: 12px;
    height: 12px;
    -webkit-box-shadow: 1px 1px 0px 0.4px rgb(251, 71, 1);
    -moz-box-shadow: 1px 1px 0px 0.4px rgb(251, 71, 1);
    box-shadow: 1px 1px 0px 0.4px rgb(251, 71, 1);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    background: #fff;
}
.product_variants{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 0px;
}
.var_label{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-size: 12px;
    color: rgb(134, 134, 134);
}
.var_label .var_radiobutton{
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(213, 213, 213);
    border-radius: 50%;
    content: "";
    font-family: "FontAwesome";
    color: rgb(255, 176, 17);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 10px;
    left: 0px;
    position: absolute;
    transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    width: 10px;
    line-height: 1;
    font-size: 6px;
    box-sizing: content-box;
    padding: 0.0em 0 0 0.0em;
}
.var_label:hover .var_radiobutton{
    border-color: rgb(135, 135, 135);
}
input[type=radio]:checked + .var_label .var_radiobutton:before{
    content: '';
    display: block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: rgb(255, 176, 17);
}

.var_label_prices .var_label_price{
    display: inline-block;
    vertical-align: baseline;
}
.var_label_title{
    font-size: 13px;
    font-weight: 400;
    color: #929292;
}


.var_label_prices .price{
    font-size: 16px;
    font-weight: 600;
    color: #fb4701;
    -ms-flex-item-align: last baseline;
    -ms-grid-row-align: last baseline;
    align-self: last baseline;
}
.var_label_prices .price .price_currency{
    font-size: 12px;
    font-weight: 300;
    color: #9e9b9b;
}
.var_label_prices .old_price{
    font-size: 14px;
    font-weight: 500;
    color: #9e9b9b;
    margin-right: 5px;
    text-decoration: line-through;
    -ms-flex-item-align: last baseline;
    -ms-grid-row-align: last baseline;
    align-self: last baseline;
}
.var_label_prices .old_price .price_currency{
    font-size: 12px;
    font-weight: 300;
    color: #9e9b9b;
}
.product_status{
    margin-left: 10px;
    -ms-flex-item-align: last baseline;
    -ms-grid-row-align: last baseline;
    align-self: last baseline;
}
.product_status .lable_discount {
    display: inline-block;
    vertical-align: top;
    padding: 3px 5px;
    margin: 0;
    letter-spacing: .8px;
    background: rgb(62, 213, 42);
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
}





.product_other_buttons{
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.product_other_buttons .product_other_link,
.product_back_in_stock a {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 8px 0px;
    text-decoration: none;
}
.product_other_buttons .product_other_link svg,
.product_back_in_stock svg{
     color: #ffb520;
     width: 20px;
     height: 20px;
     margin-right: 10px;
 }
.product_other_buttons .product_other_link.fastorder svg{
    width: 24px;
    height: 24px;
}
.product_other_buttons .product_other_link span,
.product_back_in_stock span {
    display: inline;
    font-size: 14px;
    color: rgb(72, 72, 72);
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid rgb(255, 176, 17);
}
.product_other_buttons .product_other_link:hover span,
.product_back_in_stock span:hover {
    border-color: transparent;
}
.product_delivery_box{
    
}
.product_delivery_box .h3{
    font-family: 'Cambria', sans-serif;
    font-weight: 400;
    display: block;
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 20px;
    padding: 10px 5px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    background: rgb(255, 176, 17);
    margin: 0px;
}

.product_delivery_box .info_delivery{
    border: 1px solid rgb(209, 209, 209);
    padding: 15px 15px;
}
.info_delivery_list {
    margin: 0px 0px 7px 0px;
    padding-left: 20px;
}
.info_delivery_list li {
    margin-bottom: 15px;
    list-style: none;
    position: relative;
    display: -webkit-box ;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
    margin-bottom: 5px;
    font-size: 12px;
    color: rgb(69, 69, 69);
    font-weight: 400;
    text-decoration: none;
}
.info_delivery_list li::before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 5px;
    left: -18px;
    background: rgb(255, 176, 17);
}
.product_delivery_box .info_delivery_promotext{
    font-size: 11px;
    color: rgb(165, 165, 165);
    font-weight: 300;
    font-style: italic;
    line-height: 1;
    margin-bottom: 5px;
    padding-left: 20px;
}
.info_delivery .product_delivery_footer{
    margin-top: 20px;
    text-align: right;
}
.info_delivery .product_delivery_link{
    display: inline;
    font-size: 12px;
    color: rgb(72, 72, 72);
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid rgb(255, 176, 17);
}
.info_delivery .product_delivery_link:hover{
    border-color: transparent;
}
.product_description{
    font-size: 12px;
    line-height: 1.4;
    color: #5c5c5c;
}
.product_ask_question{
    margin-top: 15px;
}





.features {
  list-style: none;
  margin: 0;
  padding: 0;
    font-size: 12px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.features li {
  padding: 10px 5px 10px 5px;
  overflow: hidden;
  border-top: 1px solid #ddd;
  background-color: #fff;
}
.features li:nth-child(odd){
  background-color: #f7f7f7;
}
.features label {
  font-style: normal;
  display: block;
  width: 35%;
  float: left;
}
.features span {
  float: left;
  display: block;
  width: 50%;
  padding-left: 15px;
}
.tab_navigation {
    overflow: hidden;
    z-index: 1;
    border-bottom: 1px solid #ffb011;
    margin-bottom: 0px;
}
.tab_navigation a {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    background: #eeeeee;
    padding: 10px 10px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'Cambria', sans-serif;
    font-weight: 500;
    color: #a6a6a6;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px 3px 0px 0px;
    letter-spacing: 0.5px;
}
.mobile_tab_navigation {
    display: block;
    float: none;
    margin: 0 0 2px 0;
    cursor: pointer;
    background-color: #f36c16;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mobile_tab_navigation .angle_icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mobile_tab_navigation.active .angle_icon {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.mobile_tab_navigation .angle_icon svg {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    color: #fff;
}
.tab_navigation a:hover,
.tab_navigation a.selected {
    background-color: #ffb011;
    color: rgb(255, 255, 255);
}
.tab_container {
    overflow: hidden;
    background: rgb(255, 255, 255);
    border: 1px solid #ffb011;
    border-top: 0px;
}
.tab {
  display: none;
    padding: 20px;
} 

.pager {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.pager li:nth-child(even) {
  text-align: right;
}
.pager a,
.pager a:hover span {
    text-decoration: none;
    font-size: 16px;
    color: #f36c16;    
}
.pager a span {
  text-decoration: underline;
}
.pager a:hover {
  color: #ea3a3c;
}

.preview_img {
    margin-top: 10px;
}

.preview_product_name {
    color: #333;
}

.preview_product_price {
    font-size: 16px;
    font-weight: 600;
    color: #fb4701;
}

.preview_product_title {
    margin-top: 20px;
}

.prev_products .row a, .next_products .row a  {
    text-decoration: none;
}

/******************************************************************  POPUP WINDOW  */

.popup {
    max-width: 500px;
    width: 100%;
    padding: 5px;
    text-align: center;
}

/******************************************************************** Comparison_page  */

.comparison_page {
    padding-bottom: 40px;
}
.comparison_left {
    float: left;
    width: 25%;
}
.comparison_products {
    float: right;
    width: 75%;
    position: relative;
    margin: 0;
    border-left: 1px solid #e8e8e1;
}
.comparison_item {
    border-right: 1px solid #e8e8e1;
}
.cell {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1;
    font-size: 12px;
}
.comparison_item .cell,
.comparison_item .cprs_rating {
    text-align: center;
}
.cprs_rating {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1;
    border-top: 1px solid #e8e8e1;
    font-size: 12px;
}
.cell:nth-child(odd) {
    background: #efefef;
}
.compare_controls {
    position: relative;
}
.compare_show {
    position: absolute;
    left: 0px;
    bottom: 5px;
}
.compare_show a {
    display: inline-block;
    margin: 0 5px 5px 15px;
    color: #06a2e3;
    font-size: 14px;
}
.compare_show a:hover,
.compare_show .active {
    color: #f36c16;
    text-decoration: none;
}



/************************************************************* Cart.tpl  */

.purchase{
    width: 100%;
    margin-bottom: 30px;
}
.purchase .text_left{
    text-align: left;
}
.purchase .text_center{
    text-align: center;
}
.purchase tr{
    border-bottom: 1px solid #d1d1d1;
}
.purchase th{
    font-size: 11px;
    color: rgb(168, 168, 168);
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    padding: 5px 10px !important;
}
.purchase td{
    padding: 10px;
}
.purchase .purchase_image{
    padding: 10px 0px;
    width: 80px;
    height: 80px;
    font-size: 0px;
}

.purchase .purchase_name{
    width: 380px;
    max-width: 380px;
}
.purchase .purchase_name a{
    font-weight: 400;
    font-size: 13px;
    border-bottom: 1px solid rgb(251, 71, 1);
    color: rgb(90, 90, 90);
    display: inline;
    white-space: normal;
    text-overflow: inherit;
    text-decoration: none;
}
.purchase .purchase_name a:hover{
    border-bottom: 1px solid transparent;
}
.purchase .purchase_name_variant{
    margin-top: 10px;
    font-size: 12px;
    color: rgb(151, 151, 151);
    font-weight: 400;
    line-height: 1.2;
}
.purchase .purchase_amount{
    color: rgb(151, 151, 151);
}
.purchase .purchase_amount .input_amount{
    margin-left: 10px;
    margin-right: 5px;
}
.purchase .minus,
.purchase .plus{
    color: #5a5a5a;
    font-size: 18px;
    cursor: pointer;
}
.purchase .purchase_remove a{
    text-align: center;
    text-decoration: none;
    color: #636363;
    font-size: 13px;
 }
.purchase .purchase_remove a svg{
    display: inline-block;
    vertical-align: middle;
    color: #fb4701;
}
.purchase .purchase_remove a span{
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px dashed #fb4701;
}
.purchase .purchase_remove a:hover span{
    border-bottom: 1px dashed transparent;
}
.cart_tabs .tab_navigation a{
    width: calc(50% - 10px);
    border-radius: 3px;
    position: relative;
}
.cart_tabs .tab_navigation a:last-child{
    margin: 0px;
    width: 50%;
}
.cart_tabs .tab_navigation a.selected::after {
    content: "";
    position: absolute;
    left: calc(50% - 20px);
    bottom: -8px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 1px 1px 0px 0.4px rgb(251, 71, 1);
    -moz-box-shadow: 1px 1px 0px 0.4px rgb(251, 71, 1);
    box-shadow: 1px 1px 0px 0.4px #FFB011;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    background: #FFB011;
}
.cart_tabs .tab_container {
    border-top: 1px solid rgb(255, 176, 17);
}
.cart_tabs .tab_navigation {
    border-bottom: none;
    margin-bottom: 30px;
    overflow: visible;
}
.info_box_right_tab .info_box_right_tab_item{
    font-size: 12px;
    color: #979797;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 8px;
}
.info_box_right_tab .info_box_right_tab_item a{
    font-size: 12px;
    color: #979797;
    font-weight: 400;
    line-height: 1.2;
    border-bottom: 1px solid #fb4701;
    text-decoration: none;
}
.info_box_right_tab .info_box_right_tab_item a:hover{
    border-bottom: 1px solid transparent;
}
.cart_coupon_wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart_coupon_wrap .cart_coupon_title{
    margin-right: 5px;
    font-size:12px;
}
.cart_coupon_wrap .cart_coupon_field{
    position: relative;
}
.cart_coupon_wrap .cart_coupon_field .input_coupon{
    width: 280px;
    max-width: 100%;
}
.cart_coupon_wrap .cart_coupon_field .coupon_button{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
    border: none;
    height: 30px;
    line-height: 30px;
    padding: 1px 15px;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(251, 71, 1);
    font-weight: 500;
}
.cart_coupon_wrap .cart_coupon_field .coupon_button:active,
.cart_coupon_wrap .cart_coupon_field .coupon_button:focus,
.cart_coupon_wrap .cart_coupon_field .coupon_button:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(251, 89, 1);
}
.purchase .coupon{
    padding: 20px 0px 0px ;
}
.purchase tfoot tr{
    border-bottom: none;
}

.cart_form_wrap .form_input{
    height: 34px;
    line-height: 32px;
    font-size: 12px;
}
.cart_form_wrap .form_textarea{
    padding: 8px 10px 8px 10px;
     min-height: 132px;
}
.cart_form_wrap .deliveries_heading{
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 1.2;
    font-style: italic;
    margin-bottom: 15px;
    margin-top: 5px;
}
.cart_form_filling{
    border-bottom: 1px solid rgb(255, 176, 17);
    margin-bottom: 20px;;
}
.delivery .delivery_item{
    padding: 3px 0px;
}
.delivery{
    margin-bottom: 10px;
}
.delivery .delivery_name{
    font-size: 13px;
    color: rgb(69, 69, 69);
    font-weight: 400;
    font-style: italic;
}
.delivery .delivery_description{
    font-size: 11px;
    color: rgb(165, 165, 165);
    font-weight: 300;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 8px;
    padding-left: 20px;
    margin-top: 5px;
}

.delivery .delivery_label{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}
.delivery_label .var_radiobutton,
.call_picker_items .call_picker_label .var_radiobutton{
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    content: "";
    font-family: "FontAwesome";
    color: #ffb011;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 10px;
    left: 0px;
    position: absolute;
    transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    width: 10px;
    line-height: 1;
    font-size: 6px;
    box-sizing: content-box;
    padding: 0.0em 0 0 0.0em;
}
.call_picker_items .call_picker_label:before{
    top: 4px;
}
.delivery_label.active .var_radiobutton:before{
    content: '';
    display: block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #ffb011;
}
.cart_form_wrap .comment_footer_button {
    padding: 15px 30px;
}
.call_picker_items{
    margin-bottom: 5px;
}
.call_picker_items .call_picker_label{
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}
.call_picker_items .call_picker_label .var_radiobutton{
    top: 4px;
}
.call_picker_items input[type=radio]:checked + .call_picker_label .var_radiobutton:before {
    content: '';
    display: block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #ffb011;
}
/*.call_picker_items .call_picker_label:before{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 20px;
    top: -1px;
    left: 0;
    border: 1px solid rgb(155, 155, 155);
    border-radius: 0px;
}
.call_picker_items input[type="checkbox"]:checked + .call_picker_label:before {
    content: "\f00c";
    color: rgb(255, 255, 255);
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgb(255, 176, 17);
    border: 1px solid rgb(255, 176, 17);
    font-size: 12px;
    line-height: 16px
}*/
.cart_form_footer_left{

    -webkit-flex: 0 0 calc(100% - 275px);
    -ms-flex: 0 0 calc(100% - 275px);
    flex: 0 0 calc(100% - 275px);
    max-width: calc(100% - 275px);
}
.cart_form_footer_left .captcha,
.cart_form_footer_left .cart_form_call_picker{

}
.cart_form_footer_left .captcha{
 
}
.cart_form_footer_left .cart_form_call_picker{

}
.cart_form_footer_right{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 275px;
    -ms-flex: 0 0 275px;
    flex: 0 0 275px;
    max-width: 275px;
    text-align: right;
}
.social {
    display:inline-block;
}
.social_network {
    margin-bottom: 15px;
}



    /************************************************************* Order.tpl  */

.order_notify_v2{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
}
.order_notify_v2 .o_notify_v2_head{
    vertical-align: middle;
    margin-bottom: 15px;
}
.order_notify_v2 svg{
    width: 30px;
    height: 30px;
    color: RGB(116, 182, 54);
    margin-right: 8px;
    vertical-align: middle;
}
.order_notify_v2 .o_notify_v2_heading{
    font-size: 22px;
    font-weight: 500;
    vertical-align: middle;
}
.o_notify_v2_content{
    margin-bottom: 15px;
}
.o_notify_v2_content .o_notify_v2_content_inner{
    max-width: 550px;
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
}
.o_notify_v2_order_id .o_notify_v2_order_id_box{
    display: inline-block;
    border: 2px solid #FFC007;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 10px;
    line-height: 1.2;
    background: #fff;
    text-transform: uppercase;
    font-weight: 600;
    color: #414141;
}
.o_notify_v2_order_id .o_notify_v2_order_id_box .o_notify_v2_order_id_bold{
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-top: 3px;
    display: block;
    color: #000;
}
.boxed_order{
    
}
.boxed_order .h3 {
    font-family: 'Cambria', sans-serif;
    font-weight: 400;
    display: block;
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 20px;
    padding: 10px 5px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    background: rgb(255, 176, 17);
    margin: 0px;
}
.boxed_order .boxed_order_inner {
    border: 1px solid rgb(209, 209, 209);
    padding: 15px 15px;
}
.order_details {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    border-bottom: 1px solid rgb(221, 221, 221);
    border-left: 1px solid rgb(221, 221, 221);
    border-right: 1px solid rgb(221, 221, 221);
}
.order_details li {
    padding: 10px 5px 10px 5px;
    overflow: hidden;
    border-top: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
}
.order_details li:nth-child(2n+1) {
    background-color: rgb(247, 247, 247);
}
.order_details span {
    float: left;
    display: block;
    width: 50%;
    padding-left: 15px;
}
.boxed_order .deliveries_heading {
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 1.2;
    font-style: italic;
    margin-bottom: 15px;
    margin-top: 5px;
}
.order_form_filling {
    border-bottom: 1px solid rgb(255, 176, 17);
    margin-bottom: 20px;
}
.boxed_order_inner .method .method_name{
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    line-height: 1.2;
    font-style: italic;
    margin-bottom: 5px;
}
.boxed_order_inner .method .method_form{
    margin-bottom: 15px;
    margin-top: 15px;
}
.boxed_order_inner .method .order_button{
    
}
.boxed_order_inner .method .method_description{
    margin-bottom: 10px;
    font-size: 11px;
    color: rgb(165, 165, 165);
    font-weight: 300;
    font-style: italic;
    line-height: 1.4;

}
.order_button {
    height: 30px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
    border: none;
    height: 30px;
    line-height: 30px;
    padding: 1px 15px;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(251, 71, 1);
    font-weight: 500;
}
.order_button:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(251, 89, 1);
}











/************************************************************* Blog.tpl  */

.blog .blog_item{
    margin-bottom: 20px;
}
.blog .blog_item:last-child{
    margin-bottom: 0px;
}
.blog .blog_image {
    padding-right: 15px;
}
.blog .blog_image img {
    border: 1px solid #ffb011;
}
.blog .blog_content {
    padding-right: 35px;
}
.blog .blog_name {
    margin-bottom: 10px;
}
.blog .blog_name a{
    display: inline;
    font-size: 14px;
    color: #5a5a5a;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid #fb5312;
    line-height: 1;
}
.blog .blog_name a:hover{
    border-color: transparent;
}
.blog .blog_date{
    font-size: 11px;
    color: rgb(128, 128, 128);
    font-weight: 300;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 10px;
}
.blog .blog_annotation{
    font-size: 11px;
    color: #808080;
    font-weight: 300;
    font-style: italic;
    line-height: 1.2;
}

.post_content{
    margin: 20px 0px;
}





















/************************************************************* Brand.tpl  */

.brands::after {
    content: "";
    display: table;
    clear: both;
}
.brand_item{
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
}
.brand_item .brand_inner {
    zoom: 1;
    padding: 10px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border: 1px solid transparent;
    transition: box-shadow 0ms ease-in;
    -moz-transition: box-shadow 0ms ease-in;
    -webkit-transition: box-shadow 0ms ease-in;
    -o-transition: box-shadow 0ms ease-in;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.brand_item .image a{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    height: 160px;
}
.brand_item .image img {
    max-height: 100%;
}
.brand_item .brand_name {
    margin: 5px 0 5px;
    overflow: hidden;
    display: block;
    height: 35px;
}
.brand_item .brand_name a {
    font-weight: 400;
    font-size: 13px;
    border-bottom: 1px solid rgb(251, 71, 1);
    color: rgb(90, 90, 90);
    display: inline;
    white-space: normal;
    text-overflow: inherit;
    text-decoration: none;
}
.catalog_nav_article .subcatalog{
    margin-top: 5px;
    padding-left: 10px;
}
.catalog_nav_article .subcatalog .catalog_item::before {
    width: 4px;
    height: 4px;
    top: 8px;
    left: -11px;
}
.catalog_nav_article .subcatalog .catalog_link{
    font-size: 11px;
    font-style: italic;
}
.special_header {
    margin: 1rem 0 0;
}
.special_item {
    margin: 0;
}
.label_phone_mask {
    margin-top: 7px;
    display: block;
}
/*novaposhta_cost*/
.city_novaposhta {
    width: 300px;
}
/*/novaposhta_cost*/
.filters .subcatalog {
    display: none;
    padding-top: 10px;
    padding-left: 10px;
}

.catalog_nav .filters .catalog_menu .catalog_item:hover {
    cursor: pointer;
}

.angle_icon {
    position: absolute;
    top: 0;
    right: -5px;
}

.angle_icon.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.opened > .subcatalog {
  display: block;
}


.catalog_item.parent.opened .subcatalog a {
    border-bottom: none;
    color: rgb(144, 144, 144);
}

.catalog_item.parent.opened .subcatalog .catalog_item::before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgb(144, 144, 144);
}

.copyright_logo_img {
    width: 80px;
}
.copyright_logo {
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;*/
    float:  right;
}
.copyright_descr {
    margin-right: 12px;
    margin-top: 5px;
}
.copyright_site_name {
    float: left;
    margin-top: 10px;
}
.select2-selection {
    border: 1px solid #5a5a5a;
    border-radius: 2px;
}
.select2-container {
    width: 100% !important;
}

.order_preloader {
    background: #fff url("../images/fn_loader.gif") center center no-repeat; }

.fn-fast_order_button.hidden {
     display: none !important;
 }
 .block_hidden {
     display: none;
 }
 .subscribe_widget_wrap {
     position: fixed;
     left: 23px;
     bottom: 50px;
     z-index: 90;
     width: 288px;
     height: 367px;
     padding: 30px;
     text-align: center;
     background-color: #ffffff;
     box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.5);
     border-top-left-radius: 3px;
     border-top-right-radius: 3px;
     border-bottom-left-radius: 38px; 
     border-bottom-right-radius: 38px; 
 }

.subscribe_widget_title {
    font-size: 21px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
}
.subscribe_widget_subtitle {
    letter-spacing: 0.45px;
    margin-bottom: 30px;
}
.subscribe_widget_email {
    height: 40px;
    /* margin-bottom: 15px; */
}
.subscribe_widget_wrap .close{
     position: absolute;
     top: 8px;
     right: 10px;
     width: 20px;
     height: 20px;
     line-height: 20px;
     background: #eee;
     border-radius: 50%;
     text-align: center;
     font-size: 11px;
     cursor: pointer;
 }
 .subscribe_widget_button {
     width: auto;
 }
 .sub_widget {
    position: fixed;
    bottom: 50px;
    left: 23px;
    width: 288px;
    height: 81px;
    z-index: 99;
    border-radius: 50px;
    background: #fb4701;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
 }
 .sub_widget span {
    margin-left: auto;
    margin-right: 20px;
 }
.sub_widget_button {
    width: 62px;
    height: 62px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 60px;
    left: 35px;
    z-index: 99;
    display: none;
    cursor: pointer;
    color: #fff;
    background: #fb4701;
    border: 3px solid;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); 
     box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.sub_widget_button .coupon {
    vertical-align: middle;
}
.helpcrunch-iframe-wrapper iframe {
    left: auto !important;
    right: 76px !important;
    bottom: -6px !important;
}
#bingc-phone-button {
   bottom: 8% !important;
}
.flex_wrap  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.type_of_buyer {
    width: 33%;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    margin-right: 10px;
    text-align: center;
}
.type_of_buyer:last-child {
    margin-right: 0;
}
.type_of_buyer__descr {
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    margin-top: 5px;
    padding-top: 5px;
    text-align: left;
}
.user_form_for_children__descr{
    margin-top: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 10px;
}
.type_of_buyer__input {
    vertical-align: middle;
}

.fn_ajax_wait_cart {
    background: rgba(255, 255, 255, 0.8)  no-repeat;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background-position: 400px 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fn_ajax_wait_cart div {
    position: absolute;
    left: 42px;
    bottom: 48px;
    left: 397px;

    background-color: #ffb011;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    border-radius: 2px;
    max-width: 300px;
    text-align: center;
    padding: 20px;
}

.bg-advantage1 {
    width: 39px; height: 51px;
    background: url('../images/advantage.png') -144px -10px;
}

.bg-advantage5 {
    width: 45px; height: 45px;
    background: url('../images/advantage.png') -79px -10px;
}

.bg-advantage2 {
    width: 51px; height: 33px;
    background: url('../images/advantage.png') -68px -81px;
}

.bg-advantage3 {
    width: 38px; height: 46px;
    background: url('../images/advantage.png') -10px -81px;
}

.bg-advantage4 {
    width: 49px; height: 51px;
    background: url('../images/advantage.png') -10px -10px;
}

.bg-logo_main {
    width: 130px; height: 77px;
    background: url('../images/main_sprites.png') -159px -10px;
}

.bg-logo_footer {
    width: 129px; height: 83px;
    background: url('../images/main_sprites.png') -10px -10px;
}

.bg-cart_icon {
    text-align: center;
    width: 60px; height: 38px;
    background: url('../images/main_sprites.png') -10px -113px;
}

.bg-delivery_icon {
    width: 27px; height: 17px;
    background: url('../images/icon_sprites.png') -10px -43px;
}

.button_buy_products {
    width: 30%;
    margin-left: 35%;
}

.sub_widget_close {
    position: fixed;
    bottom: 100px;
    left: 100px;
    border-radius: 50%;
    color: #fff;
    background: #fb4701;
    border: 3px solid;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-align: center;
    line-height: 10px;
}

.main_banners:not(.slick-initialized) .main_banners_item:nth-child(1n + 2),
.slick-loading .main_banners_item:nth-child(1n + 2) {
    display: none;
}

.preloader {
    z-index: 999999;
    background-color: black;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
}
.preloader::after {
    position: absolute;
    top: 0;
    bottom: 4%;
    right: 0;
    left: 0;
    z-index: 1000000;

    content: " ";
    display: block;

    margin: auto;
    height: 60px;
    width: 60px;

    box-sizing: border-box;
    border: solid;
    border-width: 4px;
    border-radius: 50%;
    border-top-color: rgba(140, 140, 140, 0.55);
    border-bottom-color: rgba(140, 140, 140, 0.2);
    border-right-color: rgba(140, 140, 140, 0.2);
    border-left-color: rgba(140, 140, 140, 0.2);

    animation: rotating 0.9s linear infinite;
}

@keyframes rotating{
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.accordion__item {
    margin-top: 10px;
    position: relative;
}
.accordion__item--name {
    font-family: 'Roboto',serif;
    cursor: pointer;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    margin-top: 10px;
}
.accordion__item--text {
    margin: 5px 0 20px 20px;
}
.accordion__item--name::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    right: 0;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    transform: rotate(45deg);
    transition: 0.3s;
}
/*.accordion__item--name.ui-state-active::after {*/
/*transform: rotate(225deg);*/
/*}*/
.accordion__content {
    display: none;
}
.accordion__item--name.active::after {
    transform: rotate(225deg);
    top: 10px;
}
.accordion__item {
    margin-top: -1px;
    position: relative;
    border: 1px solid #ccc;
    padding: 15px;
}
.accordion__item--name,
.accordion__item--name p  {
    margin: 0;
}
.header_questions {
    margin-top: 20px;
}
label.switch_label {
    margin-top: 3px;
    margin-right: 10px;
}
.switch.switch-default {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 5px;
    background-color: #efefef;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.switch.switch-default .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.switch.switch-default .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #dcdee0;
    border: 1px solid #dcdee0;
    border-radius: 2px;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    -webkit-transition-property: opacity background;
    transition-property: opacity background;
}

.switch.switch-default .switch-input:checked ~ .switch-label::before {
    opacity: 0;
}

.switch.switch-default .switch-input:checked ~ .switch-label::after {
    opacity: 1;
}

.switch.switch-default .switch-handle {
    position: absolute;
    top: -5px;
    left: 0px;
    width: 15px;
    height: 15px;
    background: #b1aeae;
    border: 1px solid #b1aeae;
    border-radius: 50%;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    -webkit-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.switch.switch-default .switch-input:checked ~ .switch-handle {
    left: 15px;
    background: #20a8d8;
    border: 1px solid #20a8d8;
}

.post {
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
}
.post__main-img {
    max-width: 600px;
    flex-shrink: 0;
    margin-right: 60px;
}
.post__top-info {
    flex-grow: 1;
}
.post__top-info h1 {
    border-bottom: 2px solid #fb4701;
    margin-bottom: 30px;
    padding-bottom: 20px;
    color: #fb4701;
    font-size: 24px;
    font-family: 'Arial',sans-serif;
    line-height: 1.55;
    font-weight: 700;
}
.post-rating-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.post-rating {
    display: flex;
    align-items: center;
}
.post-small-rating {
    margin-bottom: 15px;
}
.post-rating__rating {
    flex-shrink: 0;
    width: 100px;
    height: 27px;
    background: url(../images/post-rating.png) no-repeat;
    background-size: contain;
}
.post-share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.post-share__text,
.post-rating__text {
    margin-right: 15px;
    font-size: 14px;
    font-family: 'Arial',sans-serif;
    line-height: 1.55;
    font-weight: 700;
}
.post-rating__text {
    margin-right: 10px;
}
.post-small-rating__text {
    margin-right: 5px;
    font-weight: 400;
}
.post-share .jssocials-share-link {
    padding: 0;
}
.post-share .jssocials-share-link {
    width: 28.8px;
    height: 28.8px;
    transition: opacity .3s;
}
.post-share .jssocials-share-link:hover {
    opacity: .8;
}
.post-share .jssocials-share-twitter .jssocials-share-link {
    background: url(../images/post-social-twitter.svg) no-repeat !important;
    background-size: contain;
}
.post-share .jssocials-share-facebook .jssocials-share-link {
    background: url(../images/post-social-facebook.svg) no-repeat !important;
    background-size: contain;
}
.post-share .jssocials-share-googleplus .jssocials-share-link {
    background: url(../images/post-social-googleplus.svg) no-repeat !important;
    background-size: contain;
}
.post-share .fa {
    display: none;
}
.post-share .jssocials-share-logo {
    font-size: 18px;
}
.post-share .jssocials-shares {
    margin: 0;
}
.post-share .jssocials-share {
    margin: 0 .6em 0 0;
}
.post__annotation {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 2.5;
    font-weight: 700;
    font-style: italic;
}
.post-info2__list {
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
}
.post-info2__item {
    margin: 0 10px;
    text-align: center;
}
.post-info2__img {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.post-info2__title {
    margin-bottom: 15px;
    font-weight: 700;
}
.post {
    margin-bottom: 50px;
}
.post__description {
    margin-bottom: 30px;
}

.required-for-coocking {
    margin-bottom: 30px;
    padding: 25px 0;
    background: #FAF7F7;
}
.required-for-coocking__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.required-for-coocking__img {
    margin-left: 100px;
    flex-shrink: 0;
    max-width: 565px;
}
.required-for-coocking__content {
    padding-top: 50px;
    padding-bottom: 30px;
}
.required-for-coocking__content h3 {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 700;
    text-transform: initial;
}
.required-for-coocking__content ul,
.required-for-coocking-small__content ul {
    margin: 0;
    padding: 0 0 0 2px;
    list-style: none;
}
.required-for-coocking__content ul li,
.required-for-coocking-small__content ul li {
    padding-left: 10px;
    position: relative;
}
.required-for-coocking__content ul li:before,
.required-for-coocking-small__content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 3px;
    height: 3px;
    background: #5a5a5a;
    border-radius: 50%;
}
.required-for-coocking-small__content ul li:before {
    top: 7.5px;
}
.required-for-coocking__content ul li:not(:last-child) {
    margin-bottom: 4px;
}
.required-for-coocking-small__content ul li:not(:last-child) {
    margin-bottom: 4px;
}

.post-steps {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 50px;
}
.post-steps__imgs {
    flex-shrink: 0;
    flex-basis: 300px;
    padding-top: 55px;
}
.post-steps__imgs > *:not(:last-child) {
    margin-bottom: 30px;
}
.post-steps__wrap-list {
    flex-grow: 1;
    max-width: 585px;
    margin-left: 60px;
}
.post-steps__wrap-list h3 {
    padding-left: 4px;
    margin: 0 0 22px 0;
    font-size: 24px;
    line-height: 1.5;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 700;
    text-transform: initial;
}
.post-steps__list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 23px;
}
.post-steps__list:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 0;
    width: 1.5px;
    background: #fb4701;
    height: 100%;
}
.post-steps__list li {
    display: flex;
    position: relative;
}
.post-steps__list li .number {
    margin-right: 5px;
}
.post-steps__list li:not(:last-child) {
    margin-bottom: 59px;
}
.post-steps__list li:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: -30px;
    width: 19px;
    height: 19px;
    background: #fb4701;
    border-radius: 50%;
}
.post-steps__list li:last-child:after {
    content: '';
    position: absolute;
    left: -31px;
    top: 0;
    height: 100%;
    background: #fff;
    width: 20px;
}
.post-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 70px;
}
.post-btns a {
    width: 200px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 5px;
    background-color: #ffb011;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out:;
}
.post-btns a:not(:last-child) {
    margin-right: 40px;
}
.post-steps.without-imgs {
    justify-content: center;
}
.post-steps.without-imgs .post-steps__wrap-list h3 {
    margin-bottom: 35px;
    padding-left: 70px;
}
.post-steps.without-imgs .post-steps__list:before {
    left: 4px;
}
.post-steps.without-imgs .post-steps__list li:before {
    width: 23px;
    height: 23px;
    top: -3px;
    left: -42px;
}
.post-steps.without-imgs  .post-steps__wrap-list {
    margin-left: 180px;
}
.post-steps.without-imgs .post-steps__list {
    padding-left: 35px;
}

.wrap-post-video {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 60px;
}
.wrap-post-video .title {
    margin-top: 5px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
}
.wrap-post-video > * {
    flex-basis: calc(50% - 20px);
}
.post-video__content h2 {
    font-family: Roboto;
    font-weight: 700;
    text-transform: initial;
}
.post-video__content p {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}
.post-video__btn {
    height: 45px;
    margin-top: 36px;
    padding: 0 30px;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 600;
    color: #fff;
    background: #fb4701;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.post-video__btn:hover {
    background: #ffb011;
}

.post-ingredients {
    margin-bottom: 35px;
}
.post-ingredients__header {
    display: flex;
    align-items: center;
    position: relative;
    height: 65px;
    padding: 0 60px;
    line-height: 1.55;
    font-weight: 700;
    color: #fff;
    background: #fb4701;
}
.post-ingredients__title {
    font-size: 24px;
}
.post-ingredients-switch {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.post-ingredients-switch .switch.switch-default {
    width: 48px;
    height: 22px;
    margin: 0 15px;
    background: #fff;
    border-radius: 6px;
}
.post-ingredients-switch .switch.switch-default .switch-label {
    background: #fff;
    border: none;
    border-radius: 6px;
}
.post-ingredients-switch .switch.switch-default .switch-handle {
    width: 21px;
    height: 21px;
    top: .5px;
    left: 2px;
    border: none !important;
    background: #ffb011;
}
.post-ingredients-switch .switch.switch-default .switch-input:checked ~ .switch-handle {
    left: 25px;
    background: red;
}

.post-ingredients__list {
    margin: 0 48px;
}
.post-ingredients__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-ingredients__item .number {
    margin-right: 8px;
}
.post-ingredients__item-header {
    padding: 27px 32px 27px 12px;
}
.post-ingredients__item:not(.post-ingredients__item-header) {
    padding: 15px 32px 15px 12px;
    background: #faf7f7;
}
.post-ingredients__item:not(.post-ingredients__item-header):not(:last-child) {
    margin-bottom: 15px;
}
.post-ingredients__item > * {
    flex-shrink: 0;
}
.post-ingredients__item > *:not(:last-child) {
    margin-right: 30px;
}
.post-ingredients__item > *:first-child {
    flex-basis: 260px;
    display: flex;
}
.post-ingredients__item > *:first-child a {
    text-decoration: none;
    color: #5a5a5a;
}
.post-ingredients__item-header > *:first-child {
    padding-left: 22px;
}
.post-ingredients__item > *:not(:first-child):not(:last-child) {
    flex-basis: 135px;
    text-align: center;
}
.post-ingredients__item > *:last-child {
    flex-basis: 50px;
}
.post-ingredients__btn {
    width: 48px;
    height: 24px;
    background: url(../images/post-btn.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    border: none;
    transition: all .2s;
}
.post-ingredients__btn:hover {
    transform: scale(1.1);
}
.post__wrap-buy-all-btn {
    margin-bottom: 63px;
    text-align: center;
}
.post__buy-all-btn {
    width: auto;
    height: 53px;
    margin: 0;
    padding: 0 32px;
    font-size: 16px;
    border-radius: 10px;
}


.post-footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.post-footer > * {
    flex-basis: calc(50% - 20px);
}

.post-small {
    height: 649px;
    overflow: hidden;
    padding: 20px 30px;
    background: #fcfcf9;
    border: 2px solid #ffb011;
}
.post-small__header {
    display: flex;
}
.post-small__top-info {
    flex-grow: 1;
    padding-top: 3px;
}
.post-small__title {
    margin-bottom: 18px;
    padding-bottom: 8px;
    line-height: 1.55;
    text-transform: uppercase;
    border-bottom: 1.6px solid #fb4701;
}
.post-small__annotation {
    font-size: 10px;
    line-height: 2.35;
    font-weight: 700;
    font-style: italic;
}
.post-small__main-img {
    flex-basis: 45%;
    margin-left: 25px;
}
.post-small__description {
    margin-top: 20px;
    line-height: 1.3;
}

.required-for-coocking-small {
    margin-top: 25px;
}
.required-for-coocking-small__title {
    margin-bottom: 15px;
    font-weight: 700;
}

.post-similar-recipes__title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.55;
    color: #fb4701;
}
.post-similar-recipes__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -20px;
}
.post-similar-recipes-item {
    flex-basis: calc(50% - 40px);
    margin: 0 20px 20px;
    padding: 20px 15px;
    border: 2px solid #ffb011;
}
.post-similar-recipes-item__img {
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.post-similar-recipes-item__img img {
    max-height: 100%;
}
.post-similar-recipes-item__title {
    margin-top: 5px;
    height: 44px;
    overflow: hidden;
}
.post-similar-recipes-item__title a {
    padding-bottom: 1px;
    text-decoration: none;
    font-size: 13px;
    line-height: 22px;
    border-bottom: 1.6px solid #fb4701;
    text-transform: uppercase;
    color: #5a5a5a;
    transition: all .3s;
}
.post-similar-recipes-item__title a:hover {
    border-color: transparent;
}
.post-similar-recipes-item__rating {
    margin: 10px 0 0 0 !important;
}
.post-similar-recipes-item__rating .post-small-rating__text {
    font-size: 13px;
}
.post-similar-recipes-item__rating .post-rating__rating {
    transform: scale(.9);
    transform-origin: left;
}
.mob_h_email_item {
    margin: 10px 0 0 22px;
}
.placeholder_focus.error {
    border-color: rgb(248, 62, 62);
}
.form_group_capthca_button
{
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

.purchase__inner {
	display: flex;
	margin: 0 -15px 30px;
}

.purchase__column {
	padding: 0 15px;
	flex: 0 1 50%;
}

.total_footer__item {
	display: flex;
	justify-content: space-between;
}

.total_footer__item:not(:last-child) {
	margin: 0px 0px 10px 0px;
}

.total_footer__price {
	font-weight: 700;
}

.total_footer__title--0,.total_footer__price--0 {
	color: rgb(151, 151, 151);
}


.seo_links {
	padding: 30px 0;
}
.seo_links__tabs {
	background: rgb(255, 255, 255);
	border: 1px solid #ffb011;
	padding: 30px;
}
.seo_links__nav {
	margin: 0px 0px 30px 0px;
	border: none;
	display: flex;
	align-items: center;
	gap: 11px;
	overflow-x: auto;
}

a.seo_links__nav_item {
	float: none;
	flex: 0 0 calc(12.5% - 9.61px);
	margin: 0;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ffb011;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 37px;
	font-size: 13px;
	padding: 0 5px;
	white-space: nowrap;
}
.seo_links__content {
	border: 1px solid #d1d1d1;
	padding: 15px;
}
.seo_links__content_wrap {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}

a.seo_links__link,.seo_links__link,div.seo_links__link {
	flex: 0 1 calc(25% - 25px);
	color: rgb(90, 90, 90);
	transition: all 0.3s ease 0s;
}

.seo_links__link:hover {
	text-decoration: none;
	color: #ffb011;
}