html {
    height: 100%
}

body {
    height: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    font-family: Ubuntu, sans-serif;
    line-height: 1.5;
    color: #030303;
    background-color: #e1e8ed;
    min-width: 320px
}

.locked {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

.main {
    flex: 1 0 auto
}

.footer, .header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.1;
    font-weight: 700;
    font-family: inherit;
    color: #0a0a28
}

.h1 {
    padding: 16px 15px;
    font-size: 22px;
    border-bottom: 1px solid #e1e8ed;
    background-color: #fff;
    margin: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    border-radius: 1px;
    margin-bottom: 3px
}

.h2 {
    font-size: 18px;
    border-bottom: 1px solid #e1e8ed;
    margin: 0;
    background: #fff;
    padding: 20px 0;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    border-radius: 1px;
    margin-bottom: 30px
}

.h3 {
    font-size: 18px;
    margin: 0 0 15px
}

.h4 {
    font-size: 16px;
    color: #606060;
    margin: 0 0 5px
}

.h5 {
    font-size: 14px;
    color: #606060;
    margin: 0 0 5px
}

a {
    color: inherit;
    text-decoration: none
}

a:active, a:hover {
    text-decoration: none
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.clearfix:after, .container:after, .row:after {
    clear: both;
    content: " ";
    display: block
}

.hidden {
    display: none !important
}

.center {
    text-align: center
}

.fleft {
    float: left
}

.fright {
    float: right
}

.nowrap {
    white-space: nowrap
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    text-align: left
}

.table td, .table th {
    padding: 8px;
    vertical-align: top;
    border: 1px solid #e8e8e1
}

.table_striped tbody tr:nth-of-type(odd) {
    background-color: #f5f6f7
}

.fit_img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.label_block {
    display: block;
    margin-bottom: 5px
}

ul.cities_list {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0 0 0 10px
}

ul.cities_list li {
    display: inline-block;
    margin: 0 3px
}

ul.cities_list li a {
    border-bottom: 1px dashed #008fef;
    color: #008fef
}

ul.cities_list li a:hover {
    border-bottom: none
}

.form_group {
    margin-bottom: 20px;
    position: relative
}

.form_group input.error {
    border-color: red
}

.form_group label.error {
    position: absolute;
    top: -9px;
    z-index: 9;
    background: red;
    border-radius: 4px;
    right: 15px;
    padding: 0 10px;
    color: #fff
}

.form_group.captcha label.error {
    right: 10px
}

.form_input {
    height: 40px;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    border-radius: 50px;
    border: 1px solid #aaa;
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
    line-height: 44px;
    width: 100%
}

.form_textarea {
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    border-radius: 15px;
    border: 1px solid #aaa;
    padding: 10px 12px;
    display: block;
    width: 100%
}

.captcha {
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0
}

.input_captcha {
    width: 130px;
    line-height: 38px;
    vertical-align: top;
    margin: 0 0 0 17px
}

.center_block {
    float: none !important;
    margin: auto
}

.secret_number {
    border: 1px solid #0d5dd6;
    padding: 9px;
    border-radius: 2px;
    background: #f5f8f9;
    display: inline-block;
    position: relative;
    text-shadow: 1px 1px #0d5dd6, -1px 1px #0d5dd6, -1px -1px #0d5dd6, 1px -1px #0d5dd6;
    color: #fff;
    font-weight: 700;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
    font-size: 12px
}

.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, #48d1cc 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 #fff, 2px 2px #fff, 3px 3px #fff, 4px 4px #fff;
    color: #fff;
    transition: all 1s
}

.message_error {
    clear: both;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: red;
    background-color: #ffcaca;
    border: 1px dotted #ff4545
}

.message_success {
    padding: 11px 23px;
    margin-bottom: 25px;
    color: #fff;
    background-color: #f60;
    text-transform: uppercase
}

.error {
    color: red
}

.header_bottom.fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%
}

#sm_logo {
    float: right;
    font-size: 0;
    margin-left: 25px;
    margin-top: -10px
}

#sm_logo img {
    vertical-align: top
}

.ya_map {
    width: 100%;
    min-height: 450px
}

.promo_img {
    position: absolute;
    max-width: 60px;
    max-height: 60px;
    top: 0;
    left: 0
}

.dropdown {
    display: none
}

.active .angle_icon, .active.cat_switch::after, .sort_link.active_down span::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.block {
    background-color: #fff;
    margin-bottom: 25px
}

.padding {
    padding: 20px 15px 25px
}

.active.cat_switch::after, .angle_icon, .arrow_right, .button, .callback, .category_link, .coupon_button, .page_link, .search_button, .slick-next::before, .slick-prev::before, .sort_link.active_down span::after, .tab_navigation a, .top_item, header a {
    transition: all .2s ease
}

.button, .disable_button {
    background: #0d5dd6;
    color: #fff;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .07em;
    border: 0;
    height: 40px;
    border-radius: 50px;
    cursor: pointer;
    transition: .2s;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    vertical-align: middle;
    padding: 0 15px 0 15px
}

.button {
    cursor: pointer
}

.button:hover {
    background-color: #0047b2;
    color: #fff
}

.buy {
    padding: 0 20px;
    line-height: 30px;
    border: 2px solid #e5e5e5
}

.buy:hover {
    border-color: #f2bd0b;
    background-color: #fff;
    color: inherit
}

.comparison_button, .wishlist_button {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 16px;
    height: 14px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

.wishlist_button {
    top: 62px;
    background-position: 0 -15px
}

.comparison_button.selected {
    background-position: -34px 0
}

.wishlist_button.selected {
    background-position: -34px -15px
}

header {
    background-color: #fff
}

header a {
    text-decoration: none
}

.top_nav {
    border-bottom: 1px solid #e8e8e1
}

.menu_switch {
    position: relative;
    float: left;
    height: 38px;
    width: 49px;
    margin-left: -15px;
    border-right: 1px solid #e8e8e1;
    color: #b8b7b7;
    font-size: 0;
    cursor: pointer
}

.menu_switch::before {
    content: "";
    width: 18px;
    height: 12px;
    position: absolute;
    top: 13px;
    left: 15px;
    background: url(../images/sprite.png) no-repeat -46px -304px
}

.openmenu .menu_switch::before {
    width: 14px;
    height: 14px;
    top: 12px;
    left: 17px;
    background-position: -48px -320px
}

.informers {
    float: right
}

.informer {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 22px;
    font-weight: 700;
    font-size: 0;
    min-width: 49px;
    text-align: center;
    border-left: 1px solid #e8e8e1;
    text-transform: capitalize;
    color: #686666
}

.informer_counter, .informer_name {
    vertical-align: top;
    font-size: 12px
}

.informer_counter {
    margin-left: 4px
}

.cur_switch, .lang_switch {
    cursor: pointer
}

.informer .dropdown {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #e8e8e1;
    top: 100%;
    right: -1px;
    min-width: calc(100% + 2px);
    font-size: 12px
}

.informer .dropdown_item {
    display: block;
    padding: 5px 0;
    white-space: nowrap
}

.informer .dropdown_item:hover {
    background-color: #e8e8e1
}

.account_informer {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/enter.png)
}

.angle_icon, .compare_icon, .wish_icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/sprite.png)
}

.wish_icon {
    background-position: 0 -15px
}

.compare_icon {
    background-position: 0 0
}

.angle_icon {
    height: 10px;
    background-position: 0 -32px
}

.logo {
    display: block;
    font-size: 0;
    text-align: center;
    margin-top: 17px
}

.cart_info {
    display: inline-block;
    position: relative;
    min-height: 32px;
    padding-left: 45px;
    font-size: 13px;
    color: #fff
}

.cart_info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 30px;
    height: 32px;
    background: url(../images/sprite.png) no-repeat 0 -111px
}

.cart_counter {
    position: absolute;
    top: -5px;
    left: 18px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 100%;
    background-color: #f2bd0b;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-align: center
}

.cart_total {
    display: block;
    font-weight: 700
}

.phones, .times {
    float: left;
    line-height: 21px;
    font-weight: 700;
    margin-top: 16px
}

.times {
    font-size: 14px
}

.phones {
    font-size: 17px
}

.phones_inner, .times_inner {
    position: relative;
    display: inline-block;
    padding-left: 45px
}

.times_text {
    color: #686666;
    font-weight: 400
}

.phones_inner::before, .times_inner::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    top: 5px;
    left: 0;
    background: url(../images/sprite.png) no-repeat 0 -44px
}

.phones_inner::before {
    top: 7px;
    background: url(../images/sprite.png) no-repeat 0 -77px
}

.callback {
    display: block;
    float: left;
    padding: 11px 12px;
    border: 2px solid #929faf;
    border-radius: 2px;
    line-height: 14px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 18px
}

.callback:hover {
    border-color: #f2bd0b
}

.account {
    float: right;
    padding-top: 11px;
    font-size: 13px;
    margin-top: 10px
}

.account_link {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-left: 30px
}

.account_link::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 32px;
    top: 4px;
    left: 0;
    background: url(../images/sprite.png) no-repeat 0 -145px
}

.account_name {
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 97px;
    overflow: hidden
}

.header_bottom {
    background-color: #38c0f3
}

.search {
    position: relative;
    float: right;
    background-color: #1480a8;
    margin-top: 16px;
    width: calc(100% - 50px)
}

.search_input {
    width: 100%;
    height: 31px;
    padding: 0 45px 0 20px;
    border: none;
    font-size: 12px
}

.search_button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: #f2bd0b;
    width: 34px;
    height: 31px;
    line-height: 31px;
    padding: 0;
    font-size: 0;
    color: #fff;
    cursor: pointer
}

.search_button:hover {
    background: #d4a507
}

.search_icon {
    width: 16px;
    height: 18px;
    vertical-align: middle
}

.categories {
    position: relative
}

.categories_heading {
    float: left;
    line-height: 60px;
    padding-left: 10px;
    padding-right: 20px;
    color: #0d5dd6;
    font-size: 0;
    cursor: pointer;
    font-weight: 700
}

.menu_icon {
    vertical-align: middle
}

.categories_heading span {
    font-size: 14px;
    margin-left: 15px;
    vertical-align: middle
}

.categories_nav {
    display: none;
    background-color: #fff;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    border: 1px solid #23aee2;
    border-radius: 5px;
    position: absolute;
    z-index: 999;
    top: 60px;
    left: 0;
    min-width: 100%;
    width: 270px
}

.category_item {
    position: relative
}

.category_link {
    position: relative;
    display: block;
    padding: 6px 30px 6px 20px;
    border-bottom: 1px solid #23aee2;
    line-height: 15px !important;
    width: 260px
}

.category_link:hover, .category_link:hover .arrow_right {
    color: #1480a8
}

.category_item .arrow_right {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 12px;
    margin-top: -8px;
    font-size: 0;
    color: #23aee2
}

.cat_switch {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 31px
}

.cat_switch::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 15px;
    width: 16px;
    height: 8px;
    background: url(../images/sprite.png) no-repeat -23px -304px
}

.footer_top {
    position: relative;
    padding: 23px 0;
    background-color: #fff;
    font-size: 0
}

.payments_text {
    font-size: 14px;
    color: #0a0a28;
    display: block;
    margin: 0 0 10px
}

.footer_bottom {
    background-color: #f5f6f7;
    padding: 25px 0;
    font-size: 14px;
    color: #686666
}

.footer-top-bottom {
    margin: 27px 0 0;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: space-between
}

.footer-top-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-top-bottom .top_line_fb {
    margin-top: 10px
}

.footer-top-bottom ul li {
    line-height: 29px
}

#subscribe_container {
    margin-bottom: 18px
}

.subscribe_promotext {
    margin-top: 8px;
    line-height: 1.3;
    font-size: 12px;
    color: #827f7f
}

.subscribe_input {
    width: 100%;
    height: 32px;
    padding: 0 125px 0 10px;
    background-color: #fff;
    border: none;
    color: #827f7f
}

.subscribe_button {
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    width: 115px;
    border: none;
    background-color: #e62e04;
    text-align: center;
    color: #fff
}

.foot .h3 {
    font-weight: 400;
    margin-bottom: 18px
}

.foot_social a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    width: 32px;
    height: 32px;
    font-size: 0;
    background-image: url(../images/social.png);
    background-repeat: no-repeat
}

.fb {
    background-position: 0 0
}

.vk {
    background-position: 0 -32px
}

.ok {
    background-position: 0 -64px
}

.tw {
    background-position: 0 -96px
}

.ins {
    background-position: 0 -128px
}

.foot_item {
    margin-bottom: 5px
}

.foot_menu, .footer_contacts {
    margin-top: -5px
}

.footer_contacts a {
    text-decoration: none
}

.copyright {
    padding-top: 10px;
    font-size: 12px
}

.advantages {
    background-color: #f2f6f7;
    font-weight: 700;
    line-height: 18px;
    font-size: 14px;
    color: #929faf
}

.advantage {
    position: relative;
    padding-left: 55px;
    padding-top: 20px;
    padding-bottom: 15px
}

.advantage::before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    background-image: url(../images/home_sprite.png);
    background-repeat: no-repeat
}

.advantage_1::before {
    top: 17px;
    height: 23px;
    background-position: 0 -98px
}

.advantage_2::before {
    top: 13px;
    background-position: 0 -65px
}

.advantage_3::before {
    top: 15px;
    height: 31px;
    background-position: 0 -33px
}

.advantage_4::before {
    top: 13px;
    background-position: 0 0
}

.banners {
    font-size: 0;
    margin-bottom: 40px
}

.look_all {
    font-size: 12px;
    color: #606060;
    text-align: center
}

.main_text {
    padding-top: 12px;
    color: #606060;
    opacity: .7
}

.news {
    position: relative
}

.blog_item {
    border-bottom: 1px solid #e8e8e1;
    box-shadow: inset -1px 0 0 #e8e8e1;
    background-color: #fff;
    margin-bottom: 0
}

.blog_content, .news_content {
    padding: 25px 23px 30px;
    color: #606060
}

.blog_image, .news_image {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 52%;
    background-color: #f5f6f7;
    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%;
    object-fit: cover
}

.blog_annotation, .news_annotation {
    opacity: .7;
    max-height: 105px;
    overflow: hidden
}

.blog_date, .news_date {
    margin: 12px 0 5px;
    opacity: .7
}

.all_brands {
    position: relative
}

.brands {
    box-shadow: inset 0 -1px 0 #e8e8e1
}

.all_brands_link, .brand_link {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #606060;
    padding: 30px 25px
}

.all_brands_link {
    border-left: 1px solid #e8e8e1
}

.slick-current .all_brands_link {
    border-left: none
}

.brand_item {
    border-bottom: 1px solid #e8e8e1;
    border-right: 1px solid #e8e8e1
}

.brand_image, .brand_name {
    height: 100px;
    overflow: hidden;
    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;
    text-align: center;
    text-decoration: none
}

.brand_image {
    margin-bottom: 20px
}

.brand_img {
    vertical-align: middle;
    max-height: 100%
}

#fn_content .products_item:hover, .all_brands_link:hover, .brand .brand_item:hover {
    box-shadow: inset 0 0 0 1px #ccccc6
}

.main_products {
    position: relative
}

.preview {
    position: relative;
    padding: 30px 25px
}

.products_item {
    border-bottom: 1px solid #e8e8e1;
    box-shadow: inset -1px 0 0 #e8e8e1;
    margin-bottom: 0;
    background-color: #fff
}

.product_name {
    display: block;
    font-weight: 700;
    height: 63px;
    line-height: 21px;
    font-size: 13px;
    color: #00aeef;
    overflow: hidden;
    margin-bottom: 10px
}

.preview_image {
    display: block;
    position: relative;
    height: 230px;
    line-height: 200px;
    text-align: center;
    padding: 0 0 30px
}

.preview_img {
    vertical-align: middle;
    max-height: 100%
}

.preview .price_container {
    float: left;
    width: calc(100% - 135px);
    font-weight: 700;
    line-height: 1.4
}

.preview_form {
    width: 125px;
    float: right;
    padding-top: 3px
}

.preview .button {
    width: 100%
}

.preview .price {
    font-size: 16px
}

.preview .hidden+.price {
    margin-top: 7px
}

.old_price {
    font-size: 13px;
    color: #606060;
    opacity: .7
}

.remove_link {
    display: block;
    margin: -15px 0 15px;
    font-size: 13px;
    text-decoration: none;
    text-align: center
}

.remove_link .remove_icon {
    margin-top: -2px;
    color: #e62e04
}

.remove_link span {
    text-decoration: underline
}

.remove_link:hover span {
    text-decoration: none
}

.sort {
    border-bottom: 1px solid #e8e8e1;
    line-height: 17px;
    background-color: #fff;
    padding-left: 3px
}

.sort_title {
    display: block;
    padding: 14px 12px 0;
    font-weight: 700;
    font-size: 16px
}

.sort_link {
    float: left;
    padding: 14px 5px 14px 10px;
    text-decoration: none;
    font-size: 13px
}

.sort_link.active_down, .sort_link.active_up {
    color: #0d5dd6;
    font-weight: 700
}

.sort_link span {
    display: inline-block;
    position: relative;
    padding-right: 21px
}

.sort_link span::after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    background: url(../images/sprite.png) no-repeat -1px -303px
}

.sort_link.no_after span::after {
    content: none
}

.purchase {
    width: 100%;
    margin-bottom: 40px
}

.purchase td, .purchase th {
    vertical-align: middle;
    text-align: center
}

.purchase th {
    padding: 12px 8px;
    font-weight: 700;
    font-size: 13px;
    font-weight: 700;
    background-color: #fcfcfc
}

.purchase td {
    border-top: 1px solid #e8e8e1;
    border-bottom: 1px solid #e8e8e1;
    padding: 8px;
    background-color: #fff
}

.purchase_image, .purchase_remove {
    font-size: 0
}

.purchase_remove a {
    text-decoration: none
}

.purchase_preorder, .purchase_remove a:hover {
    color: #e62e04
}

.remove_icon {
    width: 14px;
    height: 14px;
    vertical-align: middle
}

.amount {
    width: 123px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e8e8e1;
    line-height: 34px
}

.minus, .plus {
    font-size: 16px;
    float: left;
    width: 28px;
    height: 34px;
    text-align: center;
    cursor: pointer;
    color: #707070
}

.minus:hover, .plus:hover {
    color: #030303
}

.input_amount {
    display: block;
    float: left;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #e8e8e1;
    border-right: 1px solid #e8e8e1;
    background-color: #f7f7f7;
    padding: 0;
    margin: 0;
    height: 34px;
    width: 65px;
    text-align: center
}

.purchase_total td {
    font-weight: 700;
    font-size: 16px;
    border-bottom: none
}

.purchase_total {
    font-weight: 700;
    font-size: 16px
}

.purchase_total .total_sum {
    color: #00aeef;
    font-size: 18px
}

.purchase_name {
    font-weight: 700;
    font-size: 13px;
    color: #00aeef
}

.purchase .coupon, .purchase .purchase_total {
    padding: 10px
}

.input_coupon {
    vertical-align: top;
    width: 165px;
    height: 34px;
    padding: 0 8px;
    border: 1px solid #e8e8e1;
    border-radius: 2px;
    font-size: 13px;
    font-family: inherit
}

.coupon_button {
    height: 34px;
    padding: 0 25px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: #f2bd0b;
    border: none;
    border-radius: 2px;
    cursor: pointer
}

.coupon_button:hover {
    background: #d4a507
}

.coupon .message_error {
    margin: 0 0 10px;
    width: 285px
}

.delivery {
    font-size: 13px;
    background: #fff;
    padding: 20px 0;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    border-radius: 1px;
    margin-bottom: 30px
}

.delivery_item {
    margin-bottom: 20px
}

.delivery_description {
    margin-left: 25px;
    display: none
}

.delivery_description * {
    color: #666;
    font-size: 15px !important
}

.active+.delivery_description {
    display: block
}

.input_delivery {
    float: left;
    margin: 7px 0 0
}

.delivery_item img {
    vertical-align: middle;
    margin-right: 4px
}

.delivery_name {
    display: block;
    padding-left: 25px;
    font-size: 17px;
    cursor: pointer
}

.delivery_label {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: 500
}

.active.delivery_label {
    font-weight: 700
}

.order_details {
    width: 100%
}

.order_details td {
    padding: 0 0 15px
}

.method_name {
    font-weight: 700;
    font-size: 16px
}

.method_form {
    margin: 15px 0
}

.method_description {
    margin-bottom: 15px
}

.feedback_form {
    background-color: #f5f6f7;
    border: 1px solid #e8e8e1
}

.feedback_inner {
    padding-top: 25px
}

.pagination {
    list-style: none;
    text-align: center;
    background: #fff;
    padding: 15px 10px 5px;
    margin: -40px 0 40px
}

.page_item {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 10px
}

.page_link {
    display: block;
    padding: 3px 9px;
    min-width: 30px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e8e8e1;
    background-color: #fff;
    color: #303030
}

.active .page_link, .page_link:hover {
    color: #fff;
    background-color: #0d5dd6;
    border-color: #0d5dd6
}

.page_link {
    font-size: 12px;
    border-radius: 4px
}

.product_heading {
    font-size: 22px;
    color: #0a0a28;
    font-weight: 700;
    line-height: 1.1;
    margin: 5px 0 22px
}

.sku {
    margin-top: -10px;
    margin-bottom: 16px;
    font-size: 13px
}

.sku_nubmer {
    color: #adaaaa
}

.product_brand_block {
    font-size: 13px;
    float: left;
    margin-right: 25px
}

.product_image {
    position: relative;
    text-align: center
}

.product_img {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.images {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 23px
}

.images_item {
    float: left;
    width: 16.666667%;
    padding-left: 6px;
    padding-right: 6px
}

.images_link {
    display: block;
    border: 1px solid #e8e8e1;
    height: 77px;
    line-height: 75px;
    text-align: center;
    font-size: 0
}

.images_item img {
    vertical-align: middle
}

.product_details {
    margin-bottom: 23px
}

.product_wish {
    margin-bottom: 12px
}

.product_compare, .product_wish {
    position: relative;
    display: inline-block;
    color: #686666;
    font-size: 12px;
    padding-left: 27px
}

.product_compare::before, .product_wish::before {
    content: "";
    width: 16px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 2px;
    background-repeat: no-repeat;
    background-image: url(../images/sprite.png)
}

.product_wish::before {
    background-position: -17px -15px
}

.product_wish.selected::before {
    background-position: -34px -15px
}

.product_compare::before {
    background-position: -17px 0
}

.product_compare.selected::before {
    background-position: -34px 0
}

.product_compare::after, .product_wish::after {
    content: attr(title)
}

.details_label {
    font-size: 13px;
    margin-right: 14px;
    display: inline-block
}

.product_rating {
    display: inline-block;
    margin: 20px 0 16px;
    font-size: 13px
}

.available {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin-top: -30px;
    margin-bottom: 10px
}

.in_stock, .no_stock {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 16px
}

.no_stock {
    padding-left: 18px
}

.in_stock::before, .no_stock::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 11px;
    height: 8px;
    background: url(../images/sprite.png) no-repeat -37px -33px
}

.no_stock::before {
    height: 9px;
    background: url(../images/sprite.png) no-repeat -52px -33px
}

.quontity_label {
    margin-top: 34px
}

.product .amount {
    display: inline-block;
    vertical-align: top;
    margin-top: 26px;
    margin-bottom: 1px
}

.product_btn {
    color: #fff;
    border: 2px solid #d4a507;
    background-color: #f2bd0b;
    min-width: 220px
}

.info_delivery, .info_payment {
    margin-top: 25px
}

.product_btn:hover {
    background-color: #d4a507;
    border-color: #d4a507
}

.product .variant_select, .products_item .variant_select {
    width: 100%;
    height: 39px;
    line-height: 35px;
    padding: 0 35px 0 15px;
    border: 2px solid #e1e8ed;
    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;
    margin-top: 5px
}

.variant_select::-ms-expand {
    display: none
}

.product .old_price {
    font-weight: 700;
    font-size: 16px;
    margin-top: 25px
}

.product .price {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    margin-top: 5px
}

.product .hidden+.price {
    margin-top: 25px
}

.product_buttons {
    margin-top: 25px
}

.info_delivery, .info_payment {
    border: 1px solid #e1e8ed;
    padding: 20px 18px 14px;
    font-size: 14px;
    position: relative
}

.info_delivery::before, .info_payment::before {
    content: "";
    position: absolute;
    bottom: 12px
}

.info_delivery::before {
    width: 48px;
    height: 64px;
    right: 12px;
    background: url(../images/sprite.png) no-repeat 1px -178px
}

.info_payment::before {
    width: 64px;
    height: 58px;
    right: 10px;
    background: url(../images/sprite.png) no-repeat 0 -243px
}

.info_delivery .h5, .info_payment .h5 {
    color: #030303;
    margin-bottom: 15px
}

.info_delivery p, .info_payment p {
    margin-bottom: 7px;
    opacity: .7
}

.product_share {
    margin: 20px 0 25px
}

.share_text {
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 5px
}

.product_share>div {
    display: inline-block;
    vertical-align: middle
}

.product .pager {
    padding: 0
}

.tab_navigation {
    overflow: hidden;
    z-index: 1
}

.tab_navigation a {
    display: block;
    padding: 7px 10px;
    background-color: #f7f7f7;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #e1e8ed
}

.tab_navigation a.selected {
    background-color: #fff;
    box-shadow: inset 0 2px 0 0 #38c0f3
}

.tab_container {
    overflow: hidden;
    border-top: 1px solid #e1e8ed;
    margin: -1px 0 0
}

.tab {
    display: none;
    padding: 15px
}

.product_description {
    line-height: 1.65
}

.features {
    list-style: none;
    margin: auto;
    padding: 0;
    width: 70%
}

.features li {
    padding: 0;
    margin-bottom: 7px;
    overflow: hidden;
    background-color: #fff
}

table.features tr {
    background-color: #e2eeff;
    position: relative
}

table.features tr td.features_name span {
    background-color: #e2eeff
}

table.features tr td.features_value span {
    background-color: #e2eeff;
    position: relative;
    padding-left: 5px
}

table.features tr:nth-child(even) {
    background-color: transparent
}

table.features tr:nth-child(even) td.features_name span {
    background-color: #fff
}

table.features tr:nth-child(even) td.features_value span {
    background-color: #fff
}

table.features td {
    padding: 10px
}

.features_name, .features_value {
    display: block;
    float: left;
    padding-left: 7px
}

.features_value {
    width: 50%;
    text-align: right;
    font-weight: 700
}

.features_name {
    width: 50%;
    position: relative
}

.features_name span {
    position: relative;
    padding-right: 5px;
    z-index: 1
}

table.features tr::before {
    content: "";
    position: absolute;
    bottom: 13px;
    left: 15px;
    width: 96%;
    height: 4px;
    border-top: .1rem dotted rgba(97, 97, 97, .7)
}

.comment_item {
    margin-bottom: 15px
}

.admin_note {
    margin-top: 10px;
    margin-left: 10px
}

.comment_author {
    font-weight: 700
}

.comment_date {
    opacity: .7
}

.comment_content {
    padding-left: 10px
}

.no_comments {
    margin-bottom: 15px
}

.post_date {
    opacity: .7;
    margin-bottom: 10px
}

.post_share {
    margin: 20px 0
}

.pager {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    list-style: none;
    overflow: hidden
}

.pager li {
    padding-top: 5px;
    padding-bottom: 5px
}

.pager li:nth-child(even) {
    text-align: right
}

.pager a, .pager a:hover span {
    text-decoration: none
}

.pager a span {
    text-decoration: underline
}

.change_pass {
    margin-bottom: 10px
}

.change_pass span {
    cursor: pointer;
    border-bottom: 1px dotted
}

.change_pass span:hover {
    border-color: transparent
}

input.submit_right {
    float: right
}

.sidebar_top {
    background-color: #fff;
    margin-bottom: 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    border-radius: 1px
}

.sidebar .filter_name {
    padding-bottom: 5px;
    padding-top: 12px;
    float: left;
    width: 100%
}

.sidebar .filter_name span {
    border-bottom: 1px dashed #000;
    margin-left: 32px;
    font-size: 16px;
    font-weight: 700
}

.all_f {
    width: 100%
}

.filter_group {
    padding: 23px 23px 0
}

.filters_heading {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    padding: 9px 15px;
    cursor: pointer
}

.filters_heading .angle_icon {
    position: absolute;
    right: 20px;
    top: 18px
}

.filter_item {
    padding: 3px 0;
    float: left;
    min-width: 50%
}

.filter_link {
    position: relative;
    padding-left: 36px;
    font-size: 15px;
    min-height: 24px;
    line-height: 16px;
    text-decoration: none;
    cursor: pointer
}

.filter_indicator {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -4px;
    left: 0;
    border: 1px solid #e8e8e1;
    border-radius: 1px
}

.checked .filter_indicator {
    background: url(../images/sprite.png) no-repeat 0 -318px
}

.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: right
}

.max_input, .min_input {
    max-width: 100%;
    padding: 0 8px;
    line-height: 30px;
    height: 32px;
    border: 1px solid #e8e8e1
}

.browsed {
    padding-top: 10px;
    padding-bottom: 15px
}

.browsed_item {
    line-height: 50px;
    height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center
}

.browsed_item img {
    vertical-align: middle
}

.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: middle;
    line-height: 18px;
    display: inline-block
}

.breadcrumbs li {
    display: inline-block;
    padding: 0;
    margin: 3px 0
}

.breadcrumbs a {
    color: #0d5dd6
}

.breadcrumbs li+li:before {
    padding: 0 2px;
    content: ">"
}

.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: #38c0f3
}

.popup {
    width: 320px;
    max-width: 100%;
    padding: 5px;
    text-align: center
}

.popup_heading {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

.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 #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;
    font-size: 12px
}

.cprs_rating {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1;
    border-top: 1px solid #e8e8e1
}

.cell:nth-child(odd) {
    background: #efefef
}

.compare_controls {
    position: relative
}

.compare_show {
    position: absolute;
    left: 0;
    bottom: 25px
}

.compare_show a {
    display: inline-block;
    padding: 6px 11px;
    text-decoration: none;
    margin: 0 5px 5px 15px
}

.compare_show .active, .compare_show a:hover {
    background: #fff;
    border: 1px solid #e8e8e1;
    padding: 5px 10px;
    color: #030303;
    font-size: 12px
}

.compare_show a span {
    border-bottom: 1px dashed;
    font-size: 12px
}

.compare_show .active span, .compare_show a:hover span {
    border-color: transparent;
    font-size: 12px
}

.preorder_label {
    padding: 0 5px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background: #f2bd0b;
    border: none;
    border-radius: 2px
}

.callback_form .captcha {
    display: block;
    margin: 0 0 20px 0
}

.callback_form .captcha .secret_number {
    width: 95px
}

.callback_form .captcha .input_captcha {
    width: calc(100% - 117px)
}

.callback_form .button {
    display: block;
    width: 100%
}

.fn_products_sort, .sidebar_bottom {
    border-radius: 1px;
    margin-bottom: 3px
}

.fn_ajax_content {
    font-size: 14px
}

.noshadow {
    margin: 0 !important;
    box-shadow: none !important
}

.filter_group:after {
    content: "";
    display: table;
    clear: both
}

.new-callback {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    border: none
}

.new-callback a {
    border: none
}

.callback-bt {
    background: #38a3fd;
    border: 2px solid #38a3fd;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(56, 163, 253, .3);
    cursor: pointer;
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    right: 8%;
    bottom: 18%;
    z-index: 999;
    transition: .3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite
}

.callback-bt .text-call {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    position: relative;
    overflow: hidden
}

.callback-bt .text-call span {
    text-align: center;
    color: #38a3fd;
    opacity: 0;
    font-size: 0;
    position: absolute;
    right: 4px;
    top: 22px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: montserrat, Arial, Helvetica, sans-serif
}

.callback-bt .text-call:hover span {
    opacity: 1;
    font-size: 11px
}

.callback-bt:hover i {
    display: none
}

.callback-bt:hover {
    z-index: 1;
    background: #fff;
    color: transparent;
    transition: .3s
}

.callback-bt:hover i {
    color: #38a3fd;
    font-size: 40px;
    transition: .3s
}

.callback-bt i {
    color: #fff;
    font-size: 34px;
    transition: .3s;
    line-height: 66px;
    transition: .5s ease-in-out
}

.callback-bt i {
    animation: 1.2s ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1.2s ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, .3), 0 0 0 0 rgba(56, 163, 253, .2), 0 0 0 0 rgba(56, 163, 253, .2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, .3), 0 0 0 15px rgba(56, 163, 253, .2), 0 0 0 0 rgba(56, 163, 253, .2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, .3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, .067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, .3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0)
    }
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, .3), 0 0 0 0 rgba(56, 163, 253, .2), 0 0 0 0 rgba(56, 163, 253, .2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, .3), 0 0 0 15px rgba(56, 163, 253, .2), 0 0 0 0 rgba(56, 163, 253, .2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, .3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, .067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, .3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0)
    }
}

@keyframes shake {
    0% {
        transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -webkit-transform: rotateZ(0)
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg)
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg)
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg)
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg)
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg)
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg)
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg)
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg)
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg)
    }

    100% {
        transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -webkit-transform: rotateZ(0)
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -webkit-transform: rotateZ(0)
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg)
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg)
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg)
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg)
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg)
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg)
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg)
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg)
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg)
    }

    100% {
        transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -webkit-transform: rotateZ(0)
    }
}

.cart_empty {
    text-align: center;
    font-weight: 700;
    font-size: 15px
}

.cart_empty img {
    width: 168px;
    max-width: 100%
}