html {
    height: 100%;
    font-size: 16px;
}
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    height: 100%;
    min-width: 320px;
    font-weight: normal;
    font-family: -apple-system, system-ui, BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    background-color: #fff;
    color: #333;
}
.mobile {
    padding-top: 44px;
}
.main {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header,
.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.h1 {
    font-size: 32px;
    margin-bottom: 18px;
    letter-spacing: -1px;
}
.h2 {
    font-size: 26px;
    margin-bottom: 15px;
}
.h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}
.h5 {
    font-size: 14px;
    margin-bottom: 10px;
}
a {
    color: #3e77aa;
    text-decoration: none;
}
a:hover,
a:active {
    color: #fb3f4c;
    text-decoration: underline;
}
/* Form */
.mb,
.shadowbox {
    margin-bottom: 30px;
}
.shadowbox {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 15px 15px 10px;
    -webkit-box-shadow: 3px 3px 7px 0 rgba(200,200,200,.5), inset 0 -5px 0 0 #c8c8c8;
            box-shadow: 3px 3px 7px 0 rgba(200,200,200,.5), inset 0 -5px 0 0 #c8c8c8;
    background-color: #f5f5f5;
}
.label_block {
    display: block;
    margin-bottom: 3px;
}
.required::after {
    content: "*";
    color: #fb515d;
}
.form_group {
    position: relative;
    margin-bottom: 15px;
}
.form_input,
.form_select {
    height: 34px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    padding: 0 10px;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
}
.form_input:focus,
.form_textarea:focus,
.form_select:focus,
.input_amount:focus {
    border-color: #74d36b;
}
.form_textarea {
    display: block;
    width: 100%;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    background-color: #fff;
    padding: 8px 10px;
    font-family: inherit;
    font-size: 14px;
}
.form_select {
    width: 100%;
    height: 34px;
    line-height: 32px;
    padding: 0 35px 0 10px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow.png);
    background-position: right 12px center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.form_placeholder {
    -webkit-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
    line-height: 1;
    display: table;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    cursor: text;
    font-family: inherit;
    color: rgb(146, 146, 146);
    font-size: 12px;
}
.form_placeholder.active,
.filled .form_placeholder,
.placeholder_focus.error ~ label ~ .form_placeholder,
.placeholder_focus:focus ~ .form_placeholder {
    font-size: 85%;
    background: rgb(255, 255, 255);
    padding: 0 5px;
    top: -5px;
    cursor: default;
    color: rgb(146, 146, 146);
}
.placeholder_focus:-webkit-autofill,
.placeholder_focus:-webkit-autofill:hover,
.placeholder_focus:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: inherit !important;
}
.form_placeholder.active,
.filled .form_placeholder,
.placeholder_focus.error ~ label ~ .form_placeholder,
.placeholder_focus:focus ~ .form_placeholder,
.placeholder_focus:-webkit-autofill ~ .form_placeholder,
.placeholder_focus:-webkit-autofill:focus ~ .form_placeholder,
.placeholder_focus:focus ~ .form_placeholder{
    font-size: 85%;
    background: rgb(255, 255, 255);
    padding: 0 5px;
    top: -5px;
    cursor: default;
    color: rgb(146, 146, 146);
}
.form_placeholder{
    pointer-events:none;
}
.captcha {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 15px;
}
.shadowbox .button {
    margin-bottom: 15px;
}
.popup .captcha {
    display: block;
    margin-right: 0;
}
.input_captcha {
    width: 125px;
    vertical-align: top;
    text-align: center;
}
.visually_hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.secret_number {
    border: 1px solid #eaeaea;
    padding: 6px 10px;
    line-height: 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;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    cursor: pointer;
    margin-right: 5px;
}
.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;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.message_error {
    clear: both;
    padding: 6px 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    color: #f00;
    background-color: #ffcaca;
    border: 1px dotted #ff4545;
}
.message_success {
    padding: 6px 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    color: #ffffff;
    background-color: #ff6600;
}
.error{
    color: #f00;
}
label.error{
    display: block;
    font-size: 13px;
}
#sm_logo img {
    vertical-align: top;
    margin-top: 10px;
}
.map {
    width: 100%;
    min-height: 450px;
}
.promo_img {
    position: absolute;
    max-width: 60px;
    max-height: 60px;
    top: 0;
    left: 0;
}
.dropdown {
    display: none;
}
.header a,
.search_button,
.button,
.category_link,
.breadcrumbs a,
.coupon_button,
.page_link,
.tab_navigation a {
    -webkit-transition: background-color 0.2s ease, border-color 0.2s ease,
    color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, border-color 0.2s ease,
    color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease,
    color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease,
    color 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.cart_info,
.compare_info,
.wish_info,
.header_phones,
.header_callback,
.header_account,
.footer_callback {
    position: relative;
}
.cart_info::before,
.compare_info::before,
.wish_info::before,
.header_phones::before,
.header_callback::before,
.header_account::before,
.footer_callback::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
}
/*Кнопки*/
.button,
.disable_button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 6px 12px 8px;
    font-family: inherit;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    background: #4bbe3f;
    -webkit-box-shadow: inset 0 -3px 0 0 #3a9731;
            box-shadow: inset 0 -3px 0 0 #3a9731;
}
.button.button__preorder {
    background: #cecccc;
    -webkit-box-shadow: inset 0 -3px 0 0 #c6c4c4;
    box-shadow: inset 0 -3px 0 0 #c6c4c4;
}
.disable_button {
    -webkit-box-shadow: inset 0 0 0 1px #3a9731;
            box-shadow: inset 0 0 0 1px #3a9731;
    background: #fff;
    color: #333;
}
.button {
    cursor: pointer;
}
.comparison_button,
.wishlist_button,
.buy {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 46px;
    height: 34px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: none;
    color: #fff;
    cursor: pointer;
}
.comparison_button:hover,
.wishlist_button:hover,
.buy:hover {
    border-color: #f89a99;
}
.comparison_button::before,
.wishlist_button::before {
    content: "";
    position: absolute;
    width: 27px;
    height: 22px;
    top: 50%;
    left: 50%;
    margin-left: -13px;
    margin-top: -11px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -222px;
}
.wishlist_button::before {
    width: 25px;
    margin-left: -12px;
    background-position: 0 -246px;
}
.comparison_button.selected::before {
    background-position: -29px -222px;
}
.wishlist_button.selected::before {
    background-position: -28px -246px;
}
.comparison_button.selected::after,
.wishlist_button.selected::after,
.product_compare.selected::after,
.product_wish.selected::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background: #4bbe3f url(../images/sprite.png) -29px -205px;
    border-radius: 50%;
    top: 0;
    left: 50%;
    margin-left: 4px;
}
.product_compare.selected::after,
.product_wish.selected::after {
    top: -4px;
    margin-left: 5px;
}
.buy::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 9px;
    width: 24px;
    height: 22px;
    background: url(../images/sprite.png) no-repeat -84px -222px;
}
.buy.buy__preorder::before {
    background: url(../images/sprite.png) no-repeat -84px -247px;
}
.footer_callback {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 7px 15px 10px;
    border: 0;
    outline: 0;
    border-radius: 3px;
    background: #3f78ab;
    background: -webkit-gradient(linear,left top, left bottom,from(#578ebf),to(#3f78ab));
    background: linear-gradient(180deg,#578ebf,#3f78ab);
    -webkit-box-shadow: 3px 3px 7px 0 rgba(64,121,171,.5), inset 0 -3px 0 0 #326089;
    box-shadow: 3px 3px 7px 0 rgba(64,121,171,.5), inset 0 -3px 0 0 #326089;
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
}
.footer_callback:hover {
    color: #fff;
    text-decoration: none;
}
.footer_callback span:before {
    display: inline-block;
    vertical-align: top;
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url(../images/sprite.png) -56px -247px;
}
.home_text {
    margin-bottom: 10px;
}
/* Header Desktop */
.header {
    border-bottom: 1px solid #eaeaea;
    color: #666;
}
.header a {
    text-decoration: none;
    display: inline-block;
}
.top_banner {
    line-height: 0;
}
.header_nav {
    padding-top: 13px;
}
.header_phones {
    float: left;
    margin-right: 15px;
    padding-left: 23px;
}
.header_phones::before {
    width: 18px;
    height: 14px;
    margin-top: -7px;
    background-position: 0 0;
}
.header_phone {
    margin-right: 5px;
    color: #666;
}
.header_phone:hover {
    color: #333;
}
.header_callback {
    padding-left: 22px;
    margin-left: 10px;
}
.header_callback span {
    border-bottom: 1px dotted;
    white-space: nowrap;
}
.header_callback:hover {
    color: #fb3f4c;
}
.header_callback::before {
    width: 16px;
    height: 18px;
    margin-top: -9px;
    background-position: -36px 0;
}
.header_languages,
.header_currencies {
    float: left;
    margin-right: 15px;
}
.language,
.currency {
    float: left;
    text-transform: uppercase;
    padding: 0 7px;
    border-right: 1px solid #eaeaea;
}
.language:last-child,
.currency:last-child {
    border: none;
}
.header_account {
    float: right;
    padding-left: 20px;
}
.header_account::before {
    width: 15px;
    height: 14px;
    margin-top: -7px;
    background-position: 0 -15px;
}
.header_account:hover::before {
    background-position: -16px -15px;
}
.header_account span {
    border-bottom: 1px dotted;
}
.header_menu {
    padding-top: 3px;
}
.header_menu .menu_item_1 {
    display: inline-block;
    margin-right: 10px;
}
.header_menu .menu_item_1:first-child .menu_link {
    padding-left: 0;
}
.header_menu .menu_item_1 .menu_link {
    display: block;
    padding-left: 10px;
    padding-bottom: 7px;
}
.header_menu .menu_item_2 .menu_link {
    display: block;
    padding: 5px 20px;
    white-space: nowrap;
}
.header_menu .menu_item_2 .menu_link:hover {
    background-color: rgb(232, 232, 225);
}
.menu_eventer{
    position: relative;
}
.header_menu .menu_item_1.menu_eventer > a:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    margin-left: 1px;
    background-image: url(../images/select_arrow.png);
    background-size: cover;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.header_menu .menu_item_1.menu_eventer:hover > a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header_menu .menu_eventer .menu_list_2 {
    position: absolute;
    z-index: 100;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    background: rgb(255, 255, 255);
    border: none;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.4);
    list-style: none;
    font-size: 14px;
    text-align: left;
    margin: 0;
    padding: 0;
}
.header_menu .menu_eventer:hover .menu_list_2 {
    opacity: 1;
    visibility: visible;
}
.arrow_toggle {
    margin-left: 1px;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.menu_group_header .menu_eventer:hover .arrow_toggle {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.logo {
    display: block;
    text-align: center;
    line-height: 0;
}
.header_cart,
.header_wish,
.header_compare {
    float: right;
}
.header .wish_info,
.header .compare_info,
.header .cart_info {
    display: block;
    min-width: 70px;
    padding: 40px 8px 3px;
    font-size: 11px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
}
.header a.wish_info:hover,
.header a.compare_info:hover,
.header a.cart_info:hover  {
    border-color: #f89a99;
}
.header .wish_info::before,
.header .compare_info::before,
.header .cart_info::before  {
    left: 50%;
    top: 7px;
    height: 32px;
    width: 37px;
    margin-left: -18px;
}
.header .cart_info::before {
    background-position: 0 -31px;
}
.header a.cart_info::before {
    background-position: -37px -31px;
}
.cart_counter,
.compare_counter,
.wish_counter {
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: 6px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 100%;
    background: #fb3f4c;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.wish_counter {
    margin-left: 7px;
}
.compare_counter {
    margin-left: 8px;
}
.header .wish_info::before {
    background-position: -38px -64px;
}
.header a.wish_info::before {
    background-position: -76px -64px;
}
.header .compare_info::before {
    width: 39px;
    margin-left: -20px;
    background-position: 0 -98px;
}
.header a.compare_info::before {
    background-position: -41px -98px;
}
.header_info {
    padding: 4px 0 3px;
}
.search {
    position: relative;
    width: 50%;
    margin: 12px auto 0;
}
.search_input {
    width: calc(100% - 85px);
    height: 36px;
    padding: 0 45px 0 20px;
    border: 1px solid #74d36b;
    border-radius: 3px;
    background: #fff;
    color: inherit;
}
.search_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    padding: 7px 0 9px;
}
/* Header Mobile */
.mobile_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 78%;
    height: 100vh;
    overflow: scroll;
    max-width: 300px;
    z-index: 9999;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}
.openmenu .mobile_nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
    transition: transform .4s ease-out,-webkit-transform .4s ease-out;
}
.mobile_nav_header {
    padding-left: 14px;
    padding-top: 25px;
    height: 133px;
    background: url(../images/header_bg.png) repeat;
}
.mobile_nav .logo {
    width: 230px;
    height: 55px;
    padding: 3px 15px;
    background-color: #fff;
    border-radius: 30px;
}
.mobile_account {
    margin-top: 23px;
    line-height: 1;
}
.mobile_account_link {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.user_mobile {
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mobile_account_link:last-child {
    margin-left: 7px;
    padding-left: 10px;
    border-left: 2px solid #fff;
}
.mobile_header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 5px 0;
    background: #05a300;
    -webkit-box-shadow: 0 2px 3px 0 rgba(5,163,0,.3);
    box-shadow: 0 2px 3px 0 rgba(5,163,0,.3);
}
.menu_switch {
    float: left;
    color: #fff;
    line-height: 34px;
    width: 50px;
    text-align: center;
    font-size: 0!important;
}
.menu_icon {
    vertical-align: middle;
}
.mobile_search {
    position: relative;
    float: left;
    width: calc(100% - 111px);
    color: #777;
}
.mobile_search .search_input {
    width: 100%;
    height: 34px;
    border-radius: 2px;
    padding: 0 40px 0 10px;
    font-size: 14px;
}
.mobile_search_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: none;
    border: none;
    text-align: center;
    color: #999;
    font-size: 0!important;
}
.search_icon {
    vertical-align: middle;
    width: 16px;
    height: 16px;
}
.mobile_header .cart_info {
    display: block;
    width: 60px;
    height: 34px;
    text-align: center;
}
.mobile_header .cart_info::before {
    width: 32px;
    height: 28px;
    background-position: -75px -31px;
    top: 1px;
    left: 12px;
}
.mobile_header .cart_counter {
    top: -3px;
    margin-left: 4px;
}
.mobile_nav .menu_link,
.mobile_menu .wish_info,
.mobile_menu .compare_info,
.mobile_menu .cart_info {
    display: block;
    position: relative;
    padding: 11px 40px 12px 52px;
    font-size: 16px;
    line-height: 1.1;
}
.mobile_languages,
.mobile_currencies {
    padding: 11px 40px 12px 52px;
    line-height: 1.1;
}
.mobile_nav .menu_link.selected {
    background-color: #f6f6f6;
}

.mobile_nav .menu_link:not([href]) {
    display: none;
}

.mobile_nav .menu_link[href]::before,
.mobile_menu .wish_info::before,
.mobile_menu .compare_info::before,
.mobile_menu .cart_info::before  {
    content: "";
    position: absolute;
    left: 15px;
    top: 9px;
    width: 22px;
    height: 20px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -132px;
}
.mobile_nav .menu_link[href="blog"]::before {
    width: 23px;
    margin-left: -1px;
    background-position: -23px -132px;
}
.mobile_nav .menu_link[href="dostavka"]::before {
    width: 27px;
    margin-left: -2px;
    background-position: -47px -132px;
}
.mobile_nav .menu_link[href="oplata"]::before {
    width: 27px;
    margin-left: -2px;
    background-position: -75px -132px;
}
.mobile_nav .menu_link[href="brands"]::before {
    width: 20px;
    margin-left: 1px;
    background-position: -22px -177px;
}
.mobile_nav .menu_link[href="news"]::before {
    width: 20px;
    margin-left: 1px;
    background-position: -76px -155px;
}
.mobile_nav .menu_link[href="contact"]::before {
    width: 20px;
    margin-left: 1px;
    background-position: 0 -177px;
}
.mobile_nav .menu_link[href="all-products"]::before {
    width: 26px;
    margin-left: -2px;
    background-position: 0 -200px;
}
.mobile_nav .menu_link[href="discounted"]::before  {
    width: 22px;
    height: 22px;
    margin-left: -1px;
    background-position: -44px -177px;
}
.mobile_nav .wish_info::before {
    width: 23px;
    background-position: -52px -155px;
}
.mobile_nav .compare_info::before {
    width: 24px;
    background-position: -26px -155px;
}
.mobile_nav .cart_info::before {
    width: 25px;
    height: 22px;
    margin-left: -3px;
    background-position: 0px -153px;
}
.mobile_nav .cart_counter,
.mobile_nav .compare_counter,
.mobile_nav .wish_counter {
    top: 4px;
    left: 28px;
    margin: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
}
.categories_heading,
.filters_heading {
    position: relative;
    z-index: 1;
    padding: 7px 12px 10px;
    color: #fff;
    background-color: #4bbe3f;
    -webkit-box-shadow: inset 0 -3px 0 0 #3a9731;
            box-shadow: inset 0 -3px 0 0 #3a9731;
    border-radius: 4px;
    line-height: 27px;
    font-size: 24px;
    text-align: center;
    cursor: default;
}

.categories_heading:hover, .filters_heading:hover {
    background: #4bbe3f;
    -webkit-box-shadow: inset 0 -1px 0 0 #3a9731;
            box-shadow: inset 0 -1px 0 0 #3a9731;
}
/* FOOTER */
.footer {
    font-size: 14px;
    padding: 23px 0;
    background: #f5f5f5;
    border-top: 1px solid #c3c3c3;
    -webkit-box-shadow: inset 0 1px 6px 0 #d8d8d8;
            box-shadow: inset 0 1px 6px 0 #d8d8d8;
}
.foot_heading {
    margin-bottom: 3px;
    font-weight: 500;
}
.copyright,
.foot_contacts {
    margin-bottom: 10px;
}
#subscribe_container {
    margin-bottom: 12px;
}
.subscribe_promotext {
    margin-bottom: 5px;
    font-size: 13px;
    color: #827f7f;
}
.subscribe_form {
    position: relative;
    width: 310px;
    max-width: 100%;
    font-size: 13px;
}
.subscribe_input {
    width: calc(100% - 107px);
    height: 32px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    color: #827f7f;
}
.subscribe_button {
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    width: 105px;
    padding: 5px 0 7px;
    font-size: 13px;
}
.subscribe_button:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.subscribe_form .error {
    display: block;
}
.foot_social a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #3e77aa;
}
.foot_social a:hover {
    color: #fb3f4c;
}
.social_icon {
    width: 32px;
    height: 32px;
}
.footer a {
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .okay_logo {
    font-size: 13px;
    text-decoration: none;
}
.footer .okay_logo:hover {
    text-decoration: none;
}
.banners {
    font-size: 0;
    margin-bottom: 30px;
}
.categories {
    position: relative;
}
/* BREADCRUMBS */
.breadnav {
    position: relative;
    margin-bottom: 10px;
}
.breadcrumbs {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}

.breadnav .breadcrumbs {
    float: left;
    margin: 0;
}
.breadcrumbs li {
    position: relative;
    float: left;
    margin: 1px 0px 3px;
    font-size: 12px;
}
.breadcrumbs li a::after,
.breadcrumbs li > span::after,
.breadcrumbs li a::before,
.breadcrumbs li > span::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    top: 0;
}
.breadcrumbs li a::before,
.breadcrumbs li > span::before {
    border-left: 17px solid #dcdcdc;
    border-bottom: 17px solid transparent;
    border-top: 17px solid transparent;
    right: -17px;
}
.breadcrumbs li a::after,
.breadcrumbs li > span::after {
    border-left: 17px solid #fff;
    border-bottom: 17px solid transparent;
    border-top: 17px solid transparent;
    right: -16px;
}
.breadcrumbs li a,
.breadcrumbs li > span {
    position: relative;
    display: block;
    white-space: nowrap;
    line-height: 20px;
    padding: 7px 4px 7px 25px;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    text-decoration: none;
}

.aside_categ {
    margin-bottom: 4px;
    font-size: 14px;
}
.aside_categ_item {
    display: block;
    position: relative;
    padding-left: 12px;
    text-decoration: none;
}
.aside_categ_item:hover {
    text-decoration: none;
}
b.aside_categ_item {
    color: #333;
    font-weight: 600;
}
a.aside_categ_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 6px;
    height: 9px;
    background: url(../images/sprite.png) no-repeat -81px -341px;
}
a.aside_categ_item:hover::before  {
    background-position: -91px -341px;
}
/* Blog */
.blog {
    margin-bottom: 50px;
}
.blog_content,
.news_content {
    padding: 15px;
}
.blog_image,
.news_image {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 52%;
    background-color: #f5f5f5;
    background-image: url(../images/post_img.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.blog_img,
.news_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.blog_date,
.news_date {
    margin-bottom: 2px;
    font-size: 13px;
    color: #999;
}
/* Brands */
.all_brands {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.brands {
    -webkit-box-shadow: inset 1px 1px 0 #e8e8e1;
            box-shadow: inset 1px 1px 0 #e8e8e1;
    margin-bottom: 50px;
}
.all_brands_link,
.brand_link {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    padding: 15px;
}
.all_brands_link {
    border-left: 1px solid #eaeaea;
}
.slick-current .all_brands_link {
    border-left: none;
}
.brand_item {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.brand_image,
.brand_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}
.brand_image {
    margin-bottom: 15px;
}
.brand_item:hover,
.all_brands_link:hover {
    -webkit-box-shadow: inset 0 0 0 1px #ccccc6;
            box-shadow: inset 0 0 0 1px #ccccc6;
}
.look_all {
    display: inline-block;
    font-size: 16px;
    margin-left: 5px;
}
.main_slider {
    margin-bottom: 15px;
}
.slider_products {
    position: relative;
    margin-bottom: 25px;
}
.slider_products .products_item {
    -webkit-box-shadow: inset 1px 0 0 #eaeaea;
            box-shadow: inset 1px 0 0 #eaeaea;
}
.products_item.slick-current {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.products_item {
    border-bottom: 1px solid #eaeaea;
}
.related .products_item {
    border-bottom: none;
}
.page_descrip {
    margin: 20px 0;
}
.products .preview {
    position: relative;
}
.preview_inner {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.product_name {
    display: block;
    margin-bottom: 10px;
    line-height: 1.1;
    overflow: hidden;
}

.slider_products .product_name {
    margin-top: 10px;
    line-height: 16px;
    max-height: 48px;
    overflow: hidden;
}
.preview_image {
    display: block;
    position: relative;
    height: 200px;
    line-height: 200px;
    text-align: center;
}
.preview_img {
    vertical-align: middle;
    max-height: 100%;
}
.preview_info {
    margin-bottom: 5px;
}
.preview .price_container {
    display: inline-block;
    vertical-align: top;
}
.preview .price {
    font-size: 17px;
    font-weight: 500;
    background-color: #ffefbc;
    border-radius: 3px;
    padding: 5px 6px 6px;
    white-space: nowrap;
    line-height: 1;
    color: #fb515d;
}
.preview .hidden + .price {
    color: #333;
}
.price_currency,
.old_price_currency {
    font-size: 13px;
    font-weight: normal;
}
.old_price {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.1;
    color: #999;
    text-decoration: line-through;
    -webkit-text-decoration-color: #fb515d;
            text-decoration-color: #fb515d;
    margin: 0 0 5px 6px;
}
.buy span,
.slider_products .variant_select {
    display: none;
}
.preview .add_buttons {
    display: inline-block;
    vertical-align: top;
    line-height: 0;
}
.preview .variant_select {
    margin-top: 10px;
}
.remove_link {
    display: block;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
}
.remove_link:hover {
    text-decoration: none;
}
.remove_link .remove_icon {
    vertical-align: top;
    color: #e62e04;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: 1px;
}
.remove_link span {
    text-decoration: underline;
}
.remove_link:hover span {
    text-decoration: none;
}
.sort {
    margin-bottom: 20px;
    text-align: right;
}
.sort_label {
    font-weight: 500;
    font-size: 14px;
    margin-right: 3px;
}
.sort_select {
    height: 32px;
    padding: 0 31px 0 9px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow.png);
    background-position: right 8px center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 14px;
    font-family: inherit;
    color: inherit;
}
.sort_selectt::-ms-expand {
    display: none;
}
/* Cart */
.purchase_item {
    position: relative;
    border-bottom: 1px solid #eaeaea;
    padding-top: 20px;
    padding-bottom: 20px;
}
.discount {
    text-align: right;
}
.discount_sum {
    font-weight: bold;
}
.purchase_remove {
    position: absolute;
    top: 20px;
    left: 0;
    width: 25px;
}
.purchase_remove a {
    text-decoration: none;
    color: #fb3f4c;
    opacity: 0.6;
}
.purchase_remove a:hover {
    opacity: 1;
}
.remove_icon {
    width: 22px;
    height: 22px;
}
.purchase_image {
    line-height: 0;
    text-align: center;
}
.purchase_info {
    margin-top: 10px;
}
.purchase_name {
    display: block;
    margin-bottom: 12px;
}
.purchase_preorder {
    color: #fb3f4c;
    font-size: 85%;
}
.purchase_units {
    margin-bottom: 10px;
}
.purchase_price {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    background-color: #ffefbc;
    border-radius: 3px;
    padding: 6px 7px 7px;
    white-space: nowrap;
    line-height: 20px;
    color: #fb515d;
}
.order_amount {
    padding-top: 7px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
.purchase_item .amount {
    width: 100px;
    margin: 15px auto 0;
    overflow: hidden;
}
.input_amount {
    float: left;
    padding: 0;
    margin: 0;
    width: 36px;
    height: 34px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    font-size: 17px;
    font-family: inherit;
    background-color: #fff;
    text-align: center;
}
.plus,
.minus {
    font-weight: 300;
    font-size: 30px;
    float: left;
    width: 32px;
    line-height: 20px;
    padding: 5px 0 9px;
    text-align: center;
    cursor: pointer;
    color: #b3b3b3;
}
.plus:hover,
.minus:hover {
    color: #3e77aa;
}
.purchase_sum {
    font-weight: 500;
}
.purchase_sum span {
    font-size: 17px;
}
.input_coupon {
    vertical-align: top;
    width: 140px;
    line-height: 20px;
    padding: 5px 12px 7px;
    border: 1px solid #eaeaea;
    border-bottom-color: #c8c8c8;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 -2px 0 0 #c8c8c8;
            box-shadow: inset 0 -2px 0 0 #c8c8c8;
}
.input_coupon:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #74d36b;
}
.coupon_field .message_error {
    margin: 10px 0 0;
    width: 255px;
}
.purchase_footer {
    margin: 20px 0 25px;
}
.purchase_total {
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
}
.total_sum {
    font-size: 24px;
}
.order_total {
    margin: 20px 0 25px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.delivery_item {
    margin-bottom: 15px;
}
.delivery_item img {
    margin-right: 4px;
    vertical-align: text-bottom;
    margin-top: -5px;
}
.delivery_label {
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding-left: 27px;
    line-height: 21px;
}
.delivery_label::before {
    content: "";
    width: 17px;
    height: 17px;
    line-height: 0;
    text-align: center;
    font-size: 28px;
    padding-top: 5px;
    color: #74d36b;
    position: absolute;
    left: 0;
    top: 2px;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: inset 3px 4px 0 0 rgba(238,238,239,.75);
            box-shadow: inset 3px 4px 0 0 rgba(238,238,239,.75);
}
.delivery_label:hover::before {
    border-color: #74d36b;
    -webkit-box-shadow: inset 0 0 0 1px #74d36b;
            box-shadow: inset 0 0 0 1px #74d36b;
}
.delivery_label.active::before {
    background-color: #fb515d;
    border-color: #74d36b;
    -webkit-box-shadow: inset 0 0 0 1px #74d36b, inset 0 0 0 4px #fff;
            box-shadow: inset 0 0 0 1px #74d36b, inset 0 0 0 4px #fff;
}
.delivery_label.active {
    font-weight: 500;
}
.delivery_description {
    margin-left: 27px;
    display: none;
}
.delivery_label.active + .delivery_description {
    display: block;
}
.method_name {
    font-weight: bold;
    font-size: 16px;
}
.method_form {
    margin: 15px 0;
}
.method_description {
    margin-bottom: 15px;
}
/* Pagination */
.pagination {
    list-style: none;
    display: inline-block;
    padding: 15px 10px 5px;
}
.page_item {
    position: relative;
    float: left;
    margin-bottom: 10px;
    border-left: 1px solid #eaeaea;
}
.page_item:first-child,
.page_item:hover,
.page_item.active {
    border-color: transparent;
}
.page_link {
    display: block;
    line-height: 20px;
    padding: 10px;
    min-width: 48px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid transparent;
    font-size: 20px;
}
.page_link:hover {
    text-decoration: none;
    border: 1px solid #f89a99;
}
.active .page_link {
    color: #fff;
    background-color: #29b11b;
    border-color: #29b11b;
}
/* Product Page */
.sku {
    margin-bottom: 11px;
}
.prod_label {
    color: #999;
}
.sku_nubmer {
    font-weight: 500;
}
.product_price {
    display: inline-block;
    vertical-align: top;
    padding: 13px 15px 18px;
    background-color: #ffefbc;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 10px;
}
.product_block {
    display: inline-block;
    vertical-align: top;
}
.product .amount {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 26px;
    border: 1px solid #eaeaea;
}
.product .plus,
.product .minus {
    font-size: 41px;
    width: 40px;
    line-height: 25px;
}
.product .input_amount {
    width: 50px;
    height: 40px;
    border-top: none;
    border-bottom: none;
}
.product_image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #eaeaea;
    text-align: center;
    text-decoration: none;
    height: 300px;
    overflow: hidden;
}
.product_img {
    max-height: 100%;
}
.images {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.images_item {
    padding-left: 3px;
    padding-right: 3px;
}
.images_link {
    display: block;
    border: 1px solid transparent;
    height: 77px;
    line-height: 75px;
    text-align: center;
    font-size: 0;
}
.images_link:hover {
    border-color: #eaeaea;
}
.images_item img {
    vertical-align: middle;
}
.product_wish,
.product_compare {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    padding-top: 35px;
    text-align: center;
}
.product_compare {
    margin-right: 10px;
}
.product_wish i,
.product_compare i{
    content: "";
    position: absolute;
    height: 32px;
    left: 50%;
    top: 0;
    background-repeat: no-repeat;
    background-image: url(../images/sprite.png);
}
.product_wish i {
    width: 37px;
    margin-left: -19px;
    background-position: -38px -64px;
}
.product_wish.selected i {
    background-position: -76px -64px;
}
.product_compare i {
    width: 39px;
    margin-left: -20px;
    background-position: 0px -98px;
}
.product_compare.selected i {
    background-position: -41px -98px;
}
.product_wish::before,
.product_compare::before {
    content: attr(title);
}
.product_rating {
    margin-bottom: 5px;
}
.variant_select {
    height: 32px;
    padding: 0 31px 0 9px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow.png);
    background-position: right 8px center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 4px;
}
.variant_select::-ms-expand {
    display: none;
}
.product .variant_select {
    height: 40px;
    margin-top: 0;
    margin-bottom: 10px;
}
.product .old_price {
    font-size: 18px;
    margin: 0 0 3px;
}
.product .price {
    font-size: 24px;
    font-weight: 500;
    color: #fb3f4c;
    margin: 0 0 10px;
}
.product .hidden + .price {
    color: inherit;
}
.product_button {
    padding: 10px 16px 12px 50px;
    font-size: 19px;
}
.product_button::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 15px;
    width: 24px;
    height: 22px;
    background: url(../images/sprite.png) no-repeat -58px -222px;
}
.product_buttons {
    margin-bottom: 10px;
}
.info_delivery,
.info_payment {
    margin-bottom: 10px;
}
.info_h {
    font-weight: bold;
    margin-bottom: 5px;
}
.info_delivery p,
.info_payment p {
    margin-bottom: 2px;
    font-size: 14px;
}
.tab_navigation {
    overflow: hidden;
    z-index: 1;
}
.tab_navigation a {
    display: block;
    padding: 7px 10px;
    background-color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-right: 1px solid #eaeaea;
    -webkit-box-shadow: inset 0 1px 0 0 #eaeaea;
            box-shadow: inset 0 1px 0 0 #eaeaea;
}
.tab_navigation a:first-child {
    border-left: 1px solid #eaeaea;
}
.tab_navigation a.selected,
.tab_navigation a.selected:hover {
    -webkit-box-shadow: inset 0 3px 0 0 #4bbe3f;
            box-shadow: inset 0 3px 0 0 #4bbe3f;
}
.tab_container {
    overflow: hidden;
    border-top: 1px solid #eaeaea;
    margin: -1px 0 0;
}
.tab {
    display: none;
    padding: 15px;
}
.features {
    list-style: none;
    margin: 0;
    padding: 0;
}
.features li {
    padding: 0;
    overflow: hidden;
    background-color: #fff;
}
.features li:nth-child(odd) {
    background-color: #f8f8f8;
}
.features_name,
.features_value {
    display: block;
    float: left;
    padding: 5px 8px;
}
.features_value {
    width: 60%;
}
.features_name {
    width: 40%;
    font-weight: 500;
}
/* Comments */
.comment_item {
    margin-bottom: 15px;
}
.admin_note {
    margin-top: 15px;
    margin-left: 15px;
}
.comment_author {
    font-weight: bold;
}
.comment_date {
    color: #999;
}
.comment_content {
    padding-left: 15px;
}
.no_comments {
    margin-bottom: 15px;
}
/* Post */
.post_date {
    color: #999;
    margin-bottom: 10px;
}
.post_share {
    margin-top: 20px;
}
.success_icon {
    width: 28px;
    height: 28px;
    color: #4bbe3f;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 3px;
}

.change_pass {
    margin-bottom: 10px;
}
.change_pass span {
    cursor: pointer;
    border-bottom: 1px dotted;
}
.change_pass span:hover {
    border-color: transparent;
}
.password_remind {
    float: right;
    font-size: 13px;
}
.o_notify_v2_content{
    margin-bottom: 20px;
}

.o_notify_v2_order_id .o_notify_v2_order_id_box{
    display: inline-block;
    border: 2px solid #FFC007;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 10px;
    line-height: 1.2;
    background: #fff;
    text-transform: uppercase;
    font-weight: 600;
    color: #414141;
    margin-bottom: 15px;
    text-align: center;
}
.o_notify_v2_order_id .o_notify_v2_order_id_box .o_notify_v2_order_id_bold{
    font-weight: bold;
    font-size: 17px;
    line-height: 1;
    margin-top: 3px;
    display: block;
    color: #000;
}
/* Filters */
.filter_group {
    border-bottom: 1px solid #eaeaea;
    margin: 10px 0 15px;
    padding-bottom: 15px;
    font-size: 14px;
}
.filter_item {
    padding: 4px 0;
}
.filter_name {
    font-weight: 500;
    margin-bottom: 10px;
}
.filter_link {
    -webkit-appearance: none;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    background: none;
    position: relative;
    padding-left: 36px;
    min-height: 24px;
    line-height: 16px;
    text-decoration: none;
    text-align: left;
}
.filter_link:hover {
    text-decoration: none;
}
.filter_indicator {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.checked .filter_indicator {
    background-color: #4bbe3f;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -69px 3px;
}
.filter_link:not(.checked):hover .filter_indicator {
    border-color: #f89a99;
}
.filter_selected_h {
    margin-bottom: 5px;
    font-weight: 500;
}
.selected_filter_boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
}
.selected_filter_item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 5px;
}
.s_filter_link {
    position: relative;
    -webkit-appearance: none;
    background: none;
    border: none;
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    padding: 0 20px 0 0;
    font-size: 14px;
    color: inherit;
}
.s_filter_link:hover {
    color: #fb3f4c;
}
.s_filter_link .remove_icon {
    position: absolute;
    right: 0;
    top: 5px;
    width: 13px;
    height: 13px;
}
.selected_price .remove_icon {
    top: 3px;
}
.s_filter_link:hover .remove_icon {
    color: #fb3f4c;
}
.filter_reset {
    -webkit-appearance: none;
    background: none;
    border: none;
    padding: 0;
    color: #fb3f4c;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    text-decoration: none;
}
.filter_reset:hover {
    text-decoration: underline;
}
.price_range {
    overflow: hidden;
    margin-bottom: 5px;
}
.max_input,
.min_input {
    width: 75px;
    border-radius: 4px;
    height: 28px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #eaeaea;
}
.max_input {
    margin-right: 2px;
}
/* Browsed products */
.browsed_block {
    margin: 15px 0;
}
.browsed {
    margin-top: 20px;
    margin-bottom: 30px;
}
.browsed_item {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eaeaea;
}
.browsed_item:last-child {
    border-bottom: none;
}
.browsed_image {
    width: 50px;
    float: left;
}
.browsed_name {
    display: block;
    margin-left:60px;
    font-size: 14px;
}
/* Product Rating */
.rating_starOff {
    display: inline-block;
    vertical-align: top;
}
.rating_starOff,
.rating_starOn {
    width: 90px;
    height: 18px;
    background: url(../images/rating.png) repeat-x left top;
}
.rating_starOn {
    display: block;
    background-position: left bottom;
}
.rating_text {
    vertical-align: top;
    line-height: 18px;
    display: inline-block;
    font-size: 14px;
}
/* Scroll to top */
.to_top {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 99;
    display: none;
    background-color: #b8b7b7;
    background-image: url(../images/up-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.to_top:hover {
    background-color: #4bbe3f;
}
/* POPUP WINDOW */
.popup {
    width: 320px;
    max-width: 90%;
    padding: 5px;
    border-radius: 4px;
}
.popup_heading {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}
/* Comparison_page */
.comparison_page {
    padding-bottom: 40px;
}
.comparison_left {
    float: left;
    width: 30%;
}
.comparison_products {
    float: right;
    width: 70%;
    position: relative;
    margin: 0;
    border-left: 1px solid #eaeaea;
}
.comparison_item {
    border-right: 1px solid #eaeaea;
}
.cell {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1;
}
.comparison_item .cell,
.comparison_item .cprs_rating {
    text-align: center;
}
.cprs_rating {
    padding: 10px 15px;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}
.cell:nth-child(odd) {
    background: #efefef;
}
.compare_controls {
    position: relative;
}
.compare_show {
    position: absolute;
    left: 0px;
    bottom: 25px;
}
.compare_show a {
    display: inline-block;
    padding: 6px 11px;
    text-decoration: none;
    margin: 0 5px 5px 15px;
}
.compare_show a:hover,
.compare_show .active {
    border: 1px solid #eaeaea;
    padding: 5px 10px;
}
.compare_show a span {
    border-bottom: 1px dashed;
}
.compare_show a:hover span,
.compare_show .active span {
    border-color: transparent;
}

/* menu 404 */
.menu_group_404 .menu_list{
    padding: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
}
.menu_group_404 .menu_list_2 {
    display: none;
}
.menu_group_404 .menu_list .menu_item{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-bottom: 20px;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.menu_group_404 .menu_list .menu_link {
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: #4bbe3f;
    -webkit-box-shadow: inset 0 -3px 0 0 #3a9731;
            box-shadow: inset 0 -3px 0 0 #3a9731;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 10px 9px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
}
.menu_group_404 .menu_list .menu_link:hover {
    background-color: #29b11b;
    -webkit-box-shadow: inset 0 -1px 0 0 #3a9731;
            box-shadow: inset 0 -1px 0 0 #3a9731;
    text-decoration: none;
    color: #fff;
}
.preview_features {
    font-size: 12px;
    padding: 10px;
    color: #686666;
}
.preview_features .feature_name {
    font-weight: bold;
}
#popup_cart {
    width: 640px;
}
.popup_cart_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.count_badge {
    text-align: center;
    background-color: #fff;
    font-size: 10px;
    padding: 2px 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-left: 6px;
}
.filter_header {
    display: none;
}
.mm-ocd--open .filter_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 20px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #f4f4f4;
    border-bottom: 1px solid #eaeaea;
}
.mm-ocd--open .filter_header span {
    font-size: large;
    font-weight: bold;
}
.mm-ocd--open .filter_header svg {
    font-size: 18px;
    color: #828282;
}
.mm-ocd--open .filter_header svg:hover {
    color: #111;
}

.mm-ocd--open .filter_body {
    display: block;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    top: 60px;
    bottom: 50px;
    left: 0;
    right: 0;
    padding: 0 15px;
}
.mm-ocd--open .filter_body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.mm-ocd--open .filter_body::-webkit-scrollbar-thumb {
    background: #b4b4b4;
}
.mm-ocd--open .filter_body::-webkit-scrollbar-track {
    background: #e9e9e9;
}
.mm-ocd--open .filter_body {
    scrollbar-face-color: #b4b4b4;
    scrollbar-track-color: #e9e9e9;
}
.filter_footer {
    display: none;
}
.mm-ocd--open .filter_footer {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #eaeaea;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px;
}

.container_check {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 1.7;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    font-weight: normal;
}
.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.container_check input:checked ~ .checkmark {
    background-color: #4bbe3f;
    border: 1px solid transparent;
}
.container_check .filter_result_tooltip {
    display: block;
}
.container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 1px;
    width: 8px;
    height: 17px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter_result_tooltip {
    display: none;
    position: absolute;
    background-color: #ff5353;
    right: 0;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    padding: 2px 10px;
    border-radius: 5px;
}
.filter_result_tooltip:hover {
    background-color: #fb7171;
}
.filter_result_tooltip:hover:before {
    border-right: 7px solid #fb7171;
}
.filter_result_tooltip:before {
    content: "";
    border: 5px solid transparent;
    border-right: 7px solid #ff5353;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
}
.filter_result_tooltip button, .filter_result_tooltip a {
    color: #fff;
    padding: 0;
    white-space: nowrap;
    display: block;
    text-decoration: none;
    cursor: pointer;
    background: no-repeat;
    border: none;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
}

.filter_result_button {
    display: none;
    text-align: center;
    margin-bottom: 20px;
}
.filter_result_button .result_button {
    background-color: #ff5353;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.filter_result_button .result_button:hover {
    background-color: #fb7171;
}

.container_check input:checked ~ .checkmark:after {
    display: block;
}
.filter_group ul {
    list-style: none;
    padding: 5px 5px 0 5px;
    margin: 0;
}
.filter_group ul li {
    margin-bottom: 5px;
}
.filter_group ul li:last-child {
    margin-bottom: 0;
}
.filter_price_inner {
    padding: 10px;
}

#filter {
    margin-top: 20px;
}
a.button {
    text-decoration: none;
    color: #fff;
}


.product_variants {
    margin-bottom: 20px;
}
.product_variants input[type=radio] {
    display: none;
}
.product_variants input[type=radio] + label {
    background-color: #f4f4f4;
    padding: 10px 14px;
    text-align: center;
    color: #828282;
    font-weight: bold;
    display: inline-block;
    margin: 0 6px 0 0;
}
.product_variants input[type=radio] + label:hover {
    cursor: pointer;
}
.product_variants input[type=radio]:checked + label {
    background-color: #494949;
    color: #fff;
}
.preorder_heading {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.preorder_product {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    margin-bottom: 30px;
}
.preorder_info {
    width: 100%;
}
.preorder_product_name {
    margin-left: 14px;
    font-weight: bold;
}
.preorder_product_name i {
    font-weight: normal;
}
.preorder-values {
    margin-top: 14px;
    margin-left: 14px;
}
.preorder-price {
    color: #606060;
}
.preorder-cost {
    font-weight: bold;
    color: #00aeef;
}
.preorder_comment {
    margin-bottom: 10px;
    text-align: center;
}
.preorder_comment a {
    border-bottom: 1px dotted;
    font-size: 12px;
    color: #606060;
    text-decoration: none;
}
.preorder_comment a:hover {
    color: #00aeef;
}
.preorder_submit {
    margin-top: 30px;
    text-align: center;
}