@charset "UTF-8";

.modal_window {
    background: #f9f9f9;
}

.contacts-preview .modal_window {
    top: -500px;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.shopping_cart_table td {
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: middle;
}

#open_shopping_cart::after {
    display: none;
}

#open_shopping_cart {
    padding-left: 45px;
}

#open_shopping_cart .title::after {
    content: "" !important;
}

#open_shopping_cart {
    min-width: 152px;
}

#open_shopping_cart[data-amount]::after {
    content: attr(data-amount) " шт.";
}

#open_shopping_cart::after {
    display: block;
    min-width: 54px;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 95px;
    color: #333;
    font-size: 13px;
}

.table_layout:not(.list_min) .product_info .product_price {
    margin: 10px 0 5px;
}

.shopping_cart_table .product_image_cell {
    position: relative;
    height: 120px;
    width: 120px;
}

.shopping_cart_table .product_price_cell {
    text-align: left;
}

.shopping_cart_table .product_action_cell {
    width: 70px;
    text-align: center;
}

.shopping_cart_table .product_total_price_cell {
    text-align: right;
}

.shopping_cart_table .product_number_cell .qty>* {
    height: 34px;
    min-height: 34px;
}

.shopping_cart_table .product_number_cell .qty {
    margin: 0 auto;
}

.shopping_cart_table .product_total_number_cell {
    text-align: center;
}

.shopping_cart_table .product_number_cell {
    padding-top: 0;
    padding-bottom: 0;
}

.shopping_cart_table th {
    border: 1px solid #eaeaea;
    padding: 8px 19px;
}

.shopping_cart_table thead td,
.shopping_cart_table tfoot td {
    padding: 10px;
}

.product_title_cell {
    text-align: left !important;
}

.product_title_cell .product_title {
    margin-bottom: 0;
}

.remove_product i {
    /*line-height: 28px;*/
    vertical-align: bottom;
}

.button_google_plus {
    color: #fff;
    background: #dd4b39;
    border: 1px solid #dd4b39;
    line-height: 21px !important;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 8px 18px 9px;
    margin-top: 10px;
}

.button_google_plus:hover,
.button_google_plus.active {
    color: #dd4b39;
    background: #fff;
    border: 1px solid #dd4b39;
}

.button_white {
    color: #4ac4fa;
    background: #fff;
    border: 1px solid #4ac4fa;
    line-height: 21px !important;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 12px 8px;
}

.button_white[data-add-product-to-cart-icon] {
    color: #018bc8;
    border: 1px solid #018bc8;
}

.button_white[data-add-product-to-wish-list],
.button_white[data-add-product-to-comparison] {
    padding: 0 5px;
}

.add_to_wishlist,
.add_to_compare {
    color: #fff !important;
    background: #4ac4fa !important;
}
a.add_to_wishlist.button_white,
a.add_to_compare.button_white,
.in-wish-list,
.in-comparison {
    /*color: #4ac4fa !important;*/
    /*background: #fff !important;*/
    /*border: 1px solid #4ac4fa;*/
    /*border-radius: 3px;*/
    border: none;
}
.list_min .description a.add_to_wishlist.button_white,
.list_min .description a.add_to_compare.button_white {
    color: #4ac4fa !important;
    border: 1px solid #4ac4fa;
    background: #fff !important;
}
.list_min .description a.add_to_wishlist.button_white:hover,
.list_min .description a.add_to_compare.button_white:hover {
    color: #018bc8 !important;
    border: 1px solid #018bc8;
    background: #fff !important;
}
a.add_to_wishlist:not(.button_white):hover,
a.add_to_compare:not(.button_white):hover {
    color: #fff !important;
    background: #018bc8 !important;
}

.add_to_wishlist,
.add_to_compare {
    text-decoration: none !important;
}

.button_white:hover,
.button_white.active {
    color: #fff;
    background: #018bc8;
    border: 1px solid #018bc8;
}

.button_red {
    color: #f44336;
    background: #fff;
    border: 1px solid #f44336;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.button_red:hover,
.button_red.active {
    color: #fff;
    background: #f44336;
    border: 1px solid #f44336;
}

.button_blue:not([data-search-box-submit], [data-menu-cart-order-link]),
.button_dark_blue:not([data-search-box-submit]),
.button_white {
    height: 38px !important;
    line-height: 22px !important;
}

.add_to_wishlist,
.add_to_compare {
    text-decoration: none;
    padding: 0 5px;
}

/* MAIN SLIDER BEGIN */

.slider_title {
    width: 425px;
    white-space: normal;
    line-height: 48px !important;
    height: 100%;
    font-size: 48px !important;
    font-weight: 700;
    z-index: 100;
}

.slider_btn {
    letter-spacing: 2px;
    z-index: 100;

    bottom: 55px !important;
    top: auto !important;
}

.light_tm .slider_title {
    color: #fff;
}

.dark_tm .slider_title {
    color: #333;
}

div [data-x="left"] {
    text-align: left;
}

div [data-x="center"] {
    text-align: center;
}

div [data-x="right"] {
    text-align: right;
}

.tp-bgimg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-gradient(right top, right top, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(231, 56, 39, 0)));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.8) 0, rgba(231, 56, 39, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, 0.7)), color-stop(0, rgba(0, 0, 0, 0.8)), to(rgba(231, 56, 39, 0)));
    background: linear-gradient(to left, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.8) 0, rgba(231, 56, 39, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#e73827', GradientType=1);
    z-index: 10;
}

.no_bg .tp-bgimg:before {
    background: transparent !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
}

.left_light_bg .tp-bgimg:before {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(5, 5, 5, 0.01) 50%, rgba(0, 0, 0, 0.01) 51%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(5, 5, 5, 0.01)), color-stop(51%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(5, 5, 5, 0.01) 50%, rgba(0, 0, 0, 0.01) 51%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00000000', GradientType=1);
}

.center_light_bg .tp-bgimg:before {
    background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(5, 5, 5, 0.01) 50%, rgba(0, 0, 0, 0.01) 51%, rgba(0, 0, 0, 0) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(5, 5, 5, 0.01) 50%, rgba(0, 0, 0, 0.01) 51%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00000000', GradientType=1);
}

.right_light_bg .tp-bgimg:before {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 49%, rgba(5, 5, 5, 0.01) 50%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(49%, rgba(0, 0, 0, 0.01)), color-stop(50%, rgba(5, 5, 5, 0.01)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 49%, rgba(5, 5, 5, 0.01) 50%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ffffff', GradientType=1);
}

.left_dark_bg .tp-bgimg:before {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.01) 51%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 1)), color-stop(50%, rgba(0, 0, 0, 0.01)), color-stop(51%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.01) 51%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}

.center_dark_bg .tp-bgimg:before {
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.01) 51%, rgba(0, 0, 0, 0) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.01) 51%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}

.right_dark_bg .tp-bgimg:before {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 49%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(49%, rgba(0, 0, 0, 0.01)), color-stop(50%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 1)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 49%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
}


/* MAIN SLIDER END */


/* PROFILE BEGIN */

.input_item input:not([type="submit"]),
.input_item .custom_select {
    padding-bottom: 15px;
    height: 38px !important;
    margin-top: 7px;
    margin-bottom: 10px;
}

.input_item input:not([type="submit"]) {
    padding: 8px 8px 8px 12px;
}

.wendy_review_title:before,
.wendy_review_title:after {
    content: "";
    display: table;
}

.wendy_review_title:after {
    clear: both;
}

.profile_wrapper aside h3 {
    padding-top: 8px;
}

.profile_wrapper .theme_menu>li:first-child>a {
    border-top: 1px solid #eaeaea;
    -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
}

.theme_menu>.active>a {
    color: #fff;
    background: #4ac4fa;
    border-color: #4ac4fa;
}

.mobile_page_menu .icon-active > i,
.theme_menu .icon-active > i {
    color: #4ac4fa;
}

.wishlist_table th:last-child,
.wishlist_table td:last-child {
    width: 120px !important;
}

.orders_table th:last-child,
.orders_table td:last-child {
    width: 160px !important;
    text-align: center;
}

.wishlist_table th.product_image_col {
    width: 100px;
}

.wishlist_table .product_price_col,
.wishlist_table .total {
    text-align: center;
}

.wishlist_table .qty {
    margin: 0 auto;
}

.wishlist_table .buttons_col li {
    width: 100%;
}

.wishlist_table .qty>* {
    height: 38px;
    min-height: 38px;
}

.manufacturer .thumbnail {
    width: 50px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.manufacturer .thumbnail,
.manufacturer figcaption {
    text-align: center;
}

.infoblock.type_1 i[class|="icon"] {
    font-size: 26px;
}


/* PROFILE END */


/* ORDER BEGIN */

.orders_table .qty_col {
    width: 80px;
}

.orders_table .data_col {
    width: 115px;
}

.orders_table th,
.orders_table td {
    text-align: center;
}

.orders_table td:first-child a {
    color: #0186c8;
    border-bottom: 1px dashed #0186c8;
    -webkit-transition: border 0.5s;
    transition: border 0.5s;
}

.orders_table td:first-child:hover a {
    border-bottom-color: transparent;
}

.order_table tbody tr:first-child th,
.order_table tbody tr:first-child td {
    text-align: left;
}

.order_table th,
.order_table td {
    vertical-align: middle;
}

.order_table .product_price_col {
    width: 115px;
}

.order_table .product_qty_col {
    width: 105px;
    text-align: center;
}

.order_table th {
    width: 175px;
}

.order_review td:last-child {
    text-align: right;
}

.order_review tbody td:nth-child(2) {
    vertical-align: top;
}

.order_review tr td {
    position: relative;
}

.order_review tbody td {
    padding-top: 25px;
}

.order_review .fixed_sku_col {
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 12px;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}


/* ORDER END */


/* INPUTS BEGIN */

input[disabled],
textarea[disabled] {
    background: #f5f5f5;
}


/* INPUTS END */


/* - - - - my media responsive END- - - -  */


/* COMPARISON BEGIN */

.remove_table_product i {
    line-height: 36px;
}

table.compare-responsive .remove_table_product {
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    color: red;
    border: 1px solid red;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

table.compare-responsive .remove_table_product:hover {
    color: #fff;
    background-color: red;
}

table.compare-responsive .add_to_wishlist {
    position: absolute;
    top: 10px;
    left: 10px;
}

table.compare-responsive .table_product_name {
    padding: 10px 0;
    line-height: 18px;
}


/* COMPARISON END */


/* - - - - my media responsive BEGINE- - - -  */

.button_blue.middle_btn .btnToCart-mobile {
    display: none;
}

.open_header_menu {
    display: none;
}

.section_offset-title {
    clear: both;
}

.section_offset-title h1 {
    margin-bottom: 6px;
}

.site_setting_list {
    top: 32px;
}

.top_part .topbar i.fa {
    padding-right: 5px;
    vertical-align: middle;
    font-size: 0.9em;
}

.topbar>.has_submenu>a {
    padding-left: 0;
}

.language-menu {
    float: right;
    margin-right: 10px;
}

.header-cont>nav {
    margin-left: 35px;
    display: inline-block;
}

.header-cont>nav .topbar {
    display: inline-block;
}

.search-box-container {
    width: 550px;
    float: left;
    position: relative;
}

.search-box-container .search-box-result-container {
    top: 42px;
    padding-top: 2px;
    width: 100%;
    background: none;
    z-index: 117;
}

.search-box-container .search-box-result-container .search-box-result {
    background-color: #fff;
    float: left;
    width: 100%;
}

.header-cart-container {
    float: right;
}

.main_header_row {
    width: 100%;
    position: relative;
}

.image_wrap {
    position: relative;
    display: block;
    overflow: hidden;
    height: 75px;
    text-align: center;
}

.image_wrap picture {
    width: 100%;
    height: 100%;
}

.image_wrap img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    display: inline-block;
    vertical-align: inherit;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 10px;
}

.single_product .image_wrap {
    position: relative;
    display: block;
    overflow: hidden;
    height: 75px;
    text-align: center;
    background-color: #fff;
}

.single_product .image_wrap img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    display: inline-block;
    vertical-align: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
}

.image_preview_container {
    position: relative;
    height: 360px;
    width: 360px;
    background-color: #fff;
}

.image_preview_container img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    display: inline-block;
    vertical-align: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product_item .image_wrap {
    height: 200px;
}

.owl-item .product_item .image_wrap img {
    width: auto;
    padding-top: 10px;
}


.product_item .image_wrap img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: inherit;
}

.call_us .site_setting_list {
    position: absolute;
    right: 0;
}

.call_us .site_setting_list.active {
    z-index: 999;
}

.open_header_phone:after {
    color: #b2b2b2;
}

.header-phone {
    position: relative;
    /*margin-top: -2px;*/
}

.header-phone .site_settings {
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 2px 0 0 7px;
}

header .header-phone>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-right: 20px;
    font-size: 14px;
    color: inherit !important;
    padding: 2px 0 0 7px;
}

/* - - - change desctop phone container BEGIN - - - */

.header-phone .site_setting_list {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}

header .header-phone .site_setting_list {
    border: 1px solid #eaeaea;
    -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
    padding: 15px;
    background-color: #fff;
    right: auto;
    left: 0;
    cursor: default;
    webkit-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .1);
    ms-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .2);
            box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .2);
    position: relative;
    top: 8px;
}

header .header-phone .site_setting_list li:not(:first-child) a::after {
    background: none;
}

header .header-phone .site_setting_list li:hover * {
    color: initial;
}

header .header-phone .site_setting_list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    border: none;
    padding: 0 5px;
    margin: 5px;
    justify-content: flex-end;
}

header .header-phone .site_setting_list li a:hover {
    background-color: transparent !important    ;
}

header .header-phone .site_setting_list li a span {
    white-space: nowrap;
    font-size: 14px;
}

header .header-phone .site_setting_list li a span:not(:last-child) {
    padding-right: 10px;
}

header .header-phone .site_setting_list li a span.phone-name {
    /*width: 80px;*/
    text-align: left;
}

header .header-phone .site_setting_list li a  i {
    padding: 0;
}

header .header-phone .site_setting_list li a span.phone-type {
    width: 115px;
    text-align: right;
}

header .header-phone .site_setting_list b {
    font-size: 14px;
    color: #0186c8;
    vertical-align: 0;
}

#header .header-phone.topbar .submenu li{
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* - - - change desctop phone container END - - - */

.call_us>span {
    display: block;
    /*margin-right: 20px;*/
    text-align: left;
}

.call_us ul li span {
    display: block;
    text-align: center;
    margin-right: 0;
}

.call_us ul li:hover * {
    color: #fff;
}

.call_us b {
    font-size: 15px;
}

/*.fa-phone {*/
.flaticon-phone {
    font-size: 14px;
    padding-right: 5px;
    line-height: 18px;
}

.logo img {
    height: auto;
}

.call_us>* {
    display: inline;
}

.call_us b {
    font-size: 14px;
}

.section_offset>h1 {
    margin: 7px 0;
}

.mobile_btn_menu,
.mobile_user {
    display: none;
}

.mobile_left_menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
}

@media (min-width: 390px){
    .mobile_left_menu {
        left: -360px;
        width: 360px;
    }
}

.filters-show,
.cabinet-show,
.blogs-show {
    display: none;
}


/* BTN_CLOSE BEGIN */

.mobile_btn_close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    border: 0;
    z-index: 999;
}

.mobile_btn_close:focus {
    outline: none
}

.mobile_btn_close {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: none;
}

.mobile_btn_close:focus span,
.mobile_btn_close:hover span {
    background-color: red;
}

.mobile_btn_close span {
    position: absolute;
    top: 20px;
    left: 5px;
    right: 0;
    background: #dedede;
    width: 30px;
    margin-left: 10px;
    height: 2px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile_btn_close span:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -web-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -os-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.mobile_btn_close span:nth-child(2) {
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -web-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -os-transform: rotate(315deg);
    -ms-transform: rotate(315deg)
}


/* BTN_CLOSE END */

.container>ul.breadcrumbs {
    margin-bottom: 10px;
}

.breadcrumbs {
    overflow: hidden;
}

.breadcrumbs li:last-child {
    text-overflow: ellipsis;
    overflow: hidden;
}

.bcAfter::after {
    display: block;
    content: "...";
    position: absolute;
    top: 11px;
    right: 5px;
    font-size: 18px;
}

#open_shopping_cart {
    margin-left: 0;
}

#main_navigation_wrap {
    right: 0;
    left: 0;
}

.table_cell {
    z-index: 1;
}

.table_cell:hover {
    z-index: 2;
}

.filter-container {
    margin-top: 15px;
}

.filter-container .all b {
    font-weight: 400 !important;
    border-bottom: 1px dotted #018bc8;
}

.filter-container .sea_all_filters  {
    margin-top: 1.5rem;
}

.filter-container .sea_all-btn {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    padding: 5px;
    color: #333;
    border-radius: 3px;
    text-wrap: nowrap;
}

.filter-container .sea_all-btn > span {
    position: static;
    color: inherit;
    padding-right: 5px;
    font-size: 1em;
}

.filter-container .sea_all-btn:hover {
    background-color: #4ac4fa;
    color: #fff;
}

.filter-container .hide_all .sea_all-btn i {
    transform: rotateX(180deg);
}


.filter-container .table_cell fieldset legend {
    color: #000;
    font-weight: 600;
    font-size: 17px;
}

span.count_filter {
    right: -25px;
}

.notScroll {
    overflow-y: hidden;
    padding-right: 17px;
}

.tabs_nav li a {
    width: 170px;
    text-align: center;
}

.type_3 .tabs_nav li a {
    width: auto;
    text-align: center;
}

.type_3 .tabs_nav li.has_counter a {
    width: auto;
    text-align: left;
}

.has_counter a:after {
    content: attr(data-count);
    right: 18px;
    position: absolute;
    top: calc(50% - 8px);
    color: #018bc8;
    margin-top: 0;
}

.has_counter:hover a:after,
.has_counter.active a:after {
    color: #fff;
}

.has_counter:hover a {
    color: #fff !important;
    background-color: #4ac4fa !important;
    border-color: #4ac4fa !important;
}

.has_counter.active a {
    color: #fff !important;
    background-color: #018bc8 !important;
    border-color: #018bc8 !important;
}

.doc_box.doc_box_single li {
    width: 100%;
    margin-left: 0 !important;
}


.doc_box li a .caption b {
    font-size: 15px;
}

.infoblock.type_1 {
    padding: 20px;
    text-align: center;
}

.profile_wrapper .open_menu:before {
    display: none;
}

.profile_wrapper .company_delivery h3 {
    padding-top: 8px;
}

.profile_wrapper .open_menu {
    color: #333;
    margin-bottom: 0;
    padding: 15px 20px 17px 20px;
    background-color: #fff;
    -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
    border: 1px solid #eaeaea;
    border-bottom: none;
}

.profile_wrapper .open_menu.active {
    color: #fff;
    background-color: #018bc8;
    border: 1px solid #018bc8;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.doc_box {
    padding: 10px 0;
}

.doc_box .infoblock.type_1 i[class^="flaticon-"] {
    font-size: 60px;
}

.left_menu:hover {
    z-index: 1001;
}

.dropdown.visible {
    z-index: 1000;
}

.options_list.visible {
    z-index: 998;
}

.footer-bottom-navigation {
    padding: 20px 0;
    display: table;
    width: 100%;
    position: relative;
}

.footer-bottom-navigation .cell-view {
    display: table-cell;
    vertical-align: middle;
}

.footer-bottom-navigation .row>div:last-child .cell-view {
    float: right;
}

.footer-bottom-navigation .footer-links {
    font-weight: 500;
}

.footer-bottom-navigation .web-studio-label {
    float: right;
}

.footer_section .footer_item {
    margin-bottom: 30px;
    color: #333;
}

.sc_product p {
    text-align: right;
}

.single_product .image_preview_container img {
    width: auto;
    margin: 0 auto;
}

.search-box-container .search-box-result-container {
    -webkit-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
}

.notification-popup-submit {
    text-align: center;
    margin-top: 20px;
}
.confirmation-popup-submit {
    margin-top: 20px;
}

[data-main-menu]:hover>button.open_menu.active {
    -webkit-border-radius: 3px 0 0 0;
            border-radius: 3px 0 0 0;
}

[data-main-menu]:hover .theme_menu>li:last-child>a {
    -webkit-border-radius: 0 0 0 3px;
            border-radius: 0 0 0 3px;
}

.cart-product-image .label_offer,
.cart-product-image .label_sale,
.cart-product-image .label_top_sale,
.cart-product-image .label_novelties,
.cart-product-image .label_promo_products,
.cart-product-image .label_clearance {
    z-index: 1;
}

main .table_layout:not(.list_min) .table_cell::after {
    border: none;
}

main .category_page .table_layout:not(.list_min) .product_item .qty_container .qty {
    float: none;
    padding-left: 0;
    width: 114px;
    /*margin: 0 auto;*/
}

.category_page .table_layout:not(.list_min) .product_item .qty_container .qty button,
.category_page .table_layout:not(.list_min) .product_item .qty_container .qty input {
    width: 38px;
    min-height: 38px;
    height: 38px;
}

main .table_layout:not(.list_min) .table_cell {
    padding: 0;
}

.old_product_price {
    color: #b2b2b2;
}

.old_product_price b {
    position: relative;
    text-decoration: line-through;
}

.product_info {
    position: relative;
}

.product_price {
    width: 100%;
}

.product_info p:not(:last-of-type):not(.subcaption) {
    margin-bottom: 0;
}

.list_min .product_info_list_hide {
    position: absolute;
    top: -20px;
    font-size: 0.5em;
}

.list_min .product_info_list_hide * {
    font-size: 0.7em;
}

.product_price+.old_product_price {
    /*position: absolute;*/
    /*top: -12px;*/
    /*left: 0;*/
    /*right: 0;*/
    /*font-size: 0.8em;*/
    /*font-weight: 100 !important;*/
    /*text-decoration: line-through;*/
}

.old_product_price b {
    position: relative;
    text-decoration: line-through;
}

.table_layout:not(.list_min) .qty_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*position: absolute;*/
    /*overflow: hidden;*/
    /*top: 100%;*/
    /*left: -1px;*/
    /*left: 0;*/
    /*right: 0;*/
    /*background-color: #fff;*/
    /*height: 0;*/
    -webkit-transition: all .3s, border 0s;
    transition: all .3s, border 0s;
    /*margin-top: -20px;*/
    padding: 15px 0;
    /*opacity: 0;*/
}

main .table_layout:not(.list_min) .table_cell:hover {
    z-index: 2;
}

main .table_layout:not(.list_min) .table_cell:hover .product_item {
    -webkit-transition: border-color 0.5s, box-shadow 0.5s;
    -webkit-transition: border-color 0.5s, -webkit-box-shadow 0.5s;
    transition: border-color 0.5s, -webkit-box-shadow 0.5s;
    transition: border-color 0.5s, box-shadow 0.5s;
    transition: border-color 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
    /*border: 1px solid #bbb;*/
    /*margin-top: -1px;*/
    /*margin-left: -1px;*/
    border-color: #bbb;
    -webkit-box-shadow: 2px 3px 5px #dedede;
            box-shadow: 2px 3px 5px #dedede;
}

main .table_layout:not(.list_min) .table_cell .qty_container {
    /*border: 1px solid #bbb;*/
    /*border-top: none;*/
    /*height: 68px;*/
    /*height: 90px;*/
    /*z-index: 102;*/
    /*opacity: 1;*/
    /*-webkit-box-shadow: 2px 3px 5px #dedede;*/
    /*        box-shadow: 2px 3px 5px #dedede;*/
    padding-bottom: 0;
}

main .table_layout:not(.list_min) .table_cell .product_item {
    padding: 15px;
    border: 1px solid #eaeaea;
    /*border-width: 0 1px 1px 0;*/
}


#products_container:not(.list_min) {
    border: 1px solid #eaeaea;
    border-width: 1px 0 0 1px;
    width: 100%;
}

.in_stock {
    margin-top:7px;
}

.in_stock.list_stock {
    pointer-events: none;
    display: none;
}



.list_min .product_price {
    width: 95px;
}

.list_min .in_stock.list_stock {
    display: block;
}

.list_min .product_item .in_stock.grid_stock,
.list_min .product_item .qty_container .middle_btn {
    display: none;
}

.list_min .product_item .description .description-title {
    width: 230px;
}

.product_item .description .description-title {
    max-width: 100%;
    font-weight: 600;
}

.list_min .product_item .qty_container,
.list_min .product_item .product_info {
    float: left !important;
}

.list_min .product_item .description .description-title {
    height: auto !important;
    padding-top: 0;
}

.list_min .product_item .qty {
    margin-top: 20px;
}

main+main .list_min .product_item .description .description-title,
main+main .list_min .product_item .description .description-title a {
    width: 320px;
}

.list_min .product_item .description-content {
    float: right;
}

.list_min .product_item .description {
    width: calc(100% - 100px);
    width: calc(100% - 83px);
}

main+main .list_min .product_item .description .description-title a,
.list_min .product_item .description .description-title a {
    width: auto;
}

.list_min .product-article {
    position: absolute;
    top: 0;
    left: 80px;
}

.table_layout:not(.list_min) .product_item .description .description-title {
    margin-bottom: 5px;
}

.category_page .product_item .product_info {
    margin-top: 16px;
    margin-bottom: 5px;
    position: relative;
}

.category_page .product_item .product_info_full {
    margin-top: 16px;
    margin-bottom: 5px;
}

.category_page>div:not(.list_min) .product_item .product_info_single {
    width: 100%;
    margin-bottom: 10px;
}

.category_page .table_layout:not(.list_min) .product_item .product_info {
    margin: 0;
}

.category_page .table_layout:not(.list_min) .product_item .btn-choice:not(.list_btn-choice) {
    margin: 0;
    display: block;
    height: 0;
}

.faq-container {
    background: #fff;
    box-shadow: 0 0 10px 1px #eeeeee;
    -webkit-transition: all .3s ease;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    transition: all .3s ease;
}

.faq-question,
.faq-answer {
    padding: 15px;

}

.faq-question {
    position: relative;
    color: #1b1b1b;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
}

.faq-question::after {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-family: 'flaticon_knopka', sans-serif;
    display: inline-block;
    content: '\f129';
    font-size: 20px;
}

.faq-question.open::after {
    transform: translateY(-50%) rotate(180deg);
}

.faq-answer {

}

.list_min .product_item .description .product_info + .product_info {
    position:  absolute;
    display: block !important;
}
.list_min .product_item .description .product_info + .product_info a {
    padding-bottom: 5px;
}
.list_min .product_item .description .product_info + .product_info .product_price span {
    visibility: hidden;
}
.list_min .btn-choice:not(.list_btn-choice) {
    float: left;
    margin-top: 12px;
}

/*select begin*/

.select2-container {
    min-width: 200px;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
    background: #fff;
}

.select2-container--flat .select2-container--focus .select2-selection--multiple {
    border: 1px solid #16a085;
}

.select2-container--flat .select2-results__option--highlighted[aria-selected] {
    background: #4ac4fa !important;
    color: #ffffff;
}

.select2-container--flat .select2-results__option[aria-selected=true] {
    background: #018bc8;
    color: #fff;
    opacity: 0.8;
}

.select2-container--flat .select2-selection--single {
    -webkit-border-radius: 0;
            border-radius: 0;
}

.select2-container--flat.select2-container--open .select2-selection__arrow b {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.select2-container--flat span.select2-search input {
    height: 30px !important;
}

.select2-container .select2-choice {
    border: 2px solid #dce4ec;
    height: 36px;
    -webkit-border-radius: 0;
            border-radius: 0;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    text-indent: 1px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-image: none;
}

.select2-container .select2-choice div {
    border-left: 2px solid #dce4ec;
    -webkit-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.select2-container .select2-choice .select2-arrow {
    border: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    background: transparent;
    background-image: none;
}

.select2-container *:focus {
    outline: 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #dce4ec;
    -webkit-border-radius: 0;
            border-radius: 0;
}

.select2-drop {
    margin-top: -2px;
    border: 2px solid #dce4ec;
    border-top: 0;
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
    -webkit-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.select2-drop.select2-drop-above {
    margin-top: 2px;
    border-top: 2px solid #dce4ec;
    border-bottom: 0;
    -webkit-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.select2-search {
    margin-top: 3px;
    margin-top: 0;
}

.select2-search input {
    height: 26px;
    border: 2px solid #dce4ec;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 2px solid #dce4ec;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.select2-dropdown-open .select2-choice {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
}

.select2-dropdown-open .select2-choice div {
    background: transparent;
    border-left: none;
    -webkit-filter: none;
    filter: none;
}

.select2-results {
    padding: 0 0 0 0;
    margin: 4px 0 0 0;
    margin: 0;
}

.select2-results .select2-highlighted {
    background: #16a085;
    color: #fff;
    -webkit-border-radius: 0;
            border-radius: 0;
}

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;

    border: 2px solid #dce4ec;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 2px solid #dce4ec;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.select2-container--flat .select2-selection--multiple {
    border: 1px solid #eaeaea;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.select2-container--flat .select2-selection--multiple[aria-expanded="true"] {
    border-bottom-color: #eaeaea;
    -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
}

.select2-container--flat .select2-selection--multiple .select2-selection__choice__remove:hover {
    /*color: #16a085;*/
    color: #fff;
    cursor: pointer;
}

.select2-container--flat .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
}

.select2-container .select2-search--inline .select2-search__field {
    height: auto !important;
    margin: 0;
    cursor: pointer;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    color: #777;
    padding-left: 5px;
}

.select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
    color: #777;
    padding-left: 5px;
}

.select2-container .select2-search--inline .select2-search__field::-ms-input-placeholder {
    color: #777;
    padding-left: 5px;
}

.select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
    color: #777;
    padding-left: 5px;
}

.select2-container .select2-search--inline .select2-search__field::placeholder {
    color: #777;
    padding-left: 5px;
}

.select2-container--open .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    color: #fff;
}

.select2-container--open .select2-search--inline .select2-search__field:-ms-input-placeholder {
    color: #fff;
}

.select2-container--open .select2-search--inline .select2-search__field::-ms-input-placeholder {
    color: #fff;
}

.select2-container--open .select2-search--inline .select2-search__field::-moz-placeholder {
    color: #fff;
}

.select2-container--open .select2-search--inline .select2-search__field::placeholder {
    color: #fff;
}

.select2-container--flat .select2-selection--multiple .select2-selection__choice {
    background-color: #4ac4fa;
    color: #fff;
    border: 1px solid #4ac4fa;
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 3px 5px;
    cursor: default;
    float: left;
    margin-right: 2px;
    margin-top: 4px;
}

.select2-container--flat .select2-selection--multiple .select2-selection__choice__remove {
    /*color: #018bc8;*/
    color: #000;
    margin-right: 6px;
    margin-left: 6px;
    float: right;
}

.select2-results__option {
    padding: 1px 6px;
}

.input_item .isk_custom_multiselect {
    padding-bottom: 10px;
    margin-top: 7px;
    min-width: 100px;
    position: relative;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-selection__rendered {
    position: relative;
}

.select2-selection__rendered:after {
    /*content: "\f04b";*/
    content: "\f12a";
    display: inline-block;
    /*font: normal normal normal 14px/1 FontAwesome;*/
    font: normal normal normal 22px/1 flaticon_knopka;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 5px;
    width: 5px;
    height: 5px;
    font-size: 8px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
}

.profile_wrapper .tabs .tab_container {
    padding: 0;
    border: none;
}

.profile_wrapper .tabs.type_2 .tabs_nav li a {
    width: auto;
    font-size: 20px;
    padding: 10px 12px;
    text-decoration: none;
}

.company_info .theme_box {
    min-height: 231px;
    -webkit-border-radius: 0 3px 0 0;
            border-radius: 0 3px 0 0;
}

.company_delivery .btn_close {
    z-index: 1;
}

.company_delivery .theme_box {
    -webkit-transition: border-color .5s;
    transition: border-color .5s;
}

.company_delivery .theme_box.danger {
    border-color: red !important;
}

.company_delivery .company_adress_delivery .theme_box,
.company_delivery .company_adress_delivery .on_the_sides {
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border-top: 1px solid #eaeaea;
}

.company_delivery .theme_box+.theme_box {
    margin-top: 15px;
}

.company_delivery .theme_box.btn_theme_box {
    background-color: transparent;
    border: none;
    margin-top: 0 !important;
    border: none !important;
}


/*select end*/

.blogs_container .image_wrap {
    height: 15vw;
    height: auto;
}

.blogs_container .image_wrap img,
.blogs_wrapper .list_of_entries .entry_image .image_wrap img {
    padding: 0;
    width: 100% !important;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    position: static;
    -webkit-transform: none;
    transform: none;
}

.blogs_container {
    background-color: #fff;
}

.blogs_container .thumbnail:hover img {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blogs_container .table_cell::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    z-index: -1;
}

.blogs_wrapper .list_of_entries .entry_image .image_wrap img {
    padding: 0;
}

.blogs_wrapper .list_of_entries.grid_view .entry_image .image_wrap {
    width: 100%;
    height: 150px;
    max-height: 50%;
}

.blogs_wrapper .list_of_entries.list_view .entry_image {
    width: 40%;
    height: 165px;
    overflow: hidden;
}


.blogs_wrapper .image_wrap {
    width: 100%;
    height: 100%;
}

.blog_count {
    position: absolute;
    right: 10px;
    top: 13px;
}

.blogs-container .theme_menu>li.active>a {
    color: #fff;
    background: #018bc8;
    border-color: #018bc8;
}

.blogs-container .theme_menu>li:hover>a {
    color: #fff;
    background: #4ac4fa;
    border-color: #4ac4fa;
}

.blogs-container .theme_menu>li>a {
    padding: 14px 50px 13px 19px;
}

.blogs_wrapper aside .list_of_entries .image_wrap,
.blog_wrapper aside .list_of_entries .image_wrap {
    width: 75px;
    height: 75px;
}

.blogs_wrapper aside .list_of_entries .image_wrap img,
.blog_wrapper aside .list_of_entries .image_wrap img {
    padding: 0;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}

.blogs_wrapper .list_of_entries .entry_thumb,
.blog_wrapper .list_of_entries .entry_thumb {
    width: 30%;
}

.list_min .product_item .description .description-title a {
    padding-left: 25px;
}

.owl-carousel .owl-stage-outer {
    background-color: #fff;
}

.owl-carousel .owl-stage-outer:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #eaeaea;
    z-index: -1;
}

.owl-carousel .owl-controls .owl-nav .disabled {
    cursor: default;
    background: #dedede !important;
    border-color: #dedede !important;
    opacity: 0.8;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
}

.section_return form label {
    float: left;
    width: auto;
}

.isk_custom_select select {
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 8px 8px 7px;
}

.secondary_page_wrapper {
    padding: 10px 0 30px;
    min-height: auto;
}

.footer_section {
    border-top: 1px solid #eaeaea;
}

.maps_container {
    margin-top: 25px;
    margin-bottom: 10px;
}

.maps_container h3 {
    margin-bottom: 30px;
    text-align: center;
}

.maps_container p {
    margin-bottom: 5px;
}

.maps_container .maps_count span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    height: 42px;
    width: 42px;
    text-align: center;
    margin-right: 7px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: #0699da;
    color: #fff;
    font-size: initial;
    font-weight: 700;
}

.gray_bg {
    background-color: #f8f8f8;
    border: 1px solid #eaeaea;
    border-bottom: none;
}

.map_block {
    margin: 0 5px 10px 5px;
}

.map_block ul {
    padding: 10px;
}

.map_block ul li {
    margin-top: 0;
    padding-bottom: 5px;
    line-height: 1.3;
}

.map_block:nth-child(n+3) {
    margin-bottom: 0;
}

.contacts-preview {
    z-index: 2000;
    display: none;
}

.video-responsive {
    margin-bottom: 15px;
}

.video-responsive iframe {
    width: 100% !important;
    height: 350px;
}

.registration_container {
    display: block;
    text-align: center;
    background-color: #f8f8f8;
    border: 1px solid #eaeaea;
    padding: 20px 25px 25px;
    margin: 10px 0;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.registration_container:hover {
    border-color: #4ac4fa;
}

.registration_container:hover .registration_container-icon i {
    color: #018bc8;
}

.registration_container:not(:last-child) {
    border-right: 2px solid #777;
}

.registration_container .registration_container-icon {
    text-align: center;
}

.registration_container .registration_container-icon i {
    font-size: 90px;
    margin-bottom: 20px;
    color: #333;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/*.registration_container-icon .fa-shopping-cart:before {*/
    /*font-family: 'fontello';*/
    /*content: '\eb77';*/
/*}*/

.registration_container h2 {
    font-size: 1.8em;
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
}

.registration_container .registration_descrption {
    margin-bottom: 30px;
}

.registration_container button {
    font-size: 16px;
    width: 100%;
    min-height: 55px;
    position: relative;
    letter-spacing: 1px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

/* - - - Selected Filters BEGIN- - - */

.selected-filters {
    padding: 10px 0 5px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-bottom: none;
}

.selected-filters-text {
    float: left;
    width: auto;
    padding: 0 15px;
}

.selected-filters-container {
    float: left;
    line-height: 30px;
    margin: 0 15px;
}

.selected-filters-container ul li {
    border: 1px solid #e0e0f7;
    display: inline-block;
    margin-bottom: 5px;
    letter-spacing: -.8px;
    font-size: 14px;
    line-height: 27px;
    background: #f8f8f8;
    margin-right: 5px;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
    -webkit-transition: border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
    transition: border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
}

.selected-filters-container ul li b {
    padding: 0 0 0 10px;
    font-weight: bold;
    color: #555;
}

.selected-filters-title {
    font-size: 14px;
    padding-right: 10px !important;
    line-height: 27px;
    color: #cd0000;
    font-weight: normal;
}

.selected-filters-container ul li.active,
.selected-filters-container ul li.active b {
    color: red;
}

.selected-filters-container ul li.active {
    border: 1px solid #bbb;
    -webkit-box-shadow: 2px 3px 5px #dedede;
            box-shadow: 2px 3px 5px #dedede;
    background: #eee;
}

.selected-filters-container ul li>span {
    padding: 0 13px 0 8px;
    display: inline-block;
}

.selected-filters-container ul li .close_menu {
    cursor: pointer;
    background: #fff;
    position: relative;
    display: inline-block;
    width: 25px;
}

.filters_btn_close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    border: 0;
}

.filters_btn_close:focus {
    outline: none;
}

.filters_btn_close {
    width: 29px;
    height: 27px;
    font-weight: 100;
    line-height: 1;
    color: #000;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    background: #fff;
    border-left: 1px solid #e0e0f7;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.filters_btn_close span {
    position: absolute;
    top: 13px;
    left: 6px;
    display: block;
    background: red;
    width: 16px;
    height: 2px;
    filter: alpha(opacity=40);
    opacity: .4;
}

.filters_btn_close span:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -web-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -os-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.filters_btn_close span:nth-child(2) {
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -web-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -os-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
}

.selected-filters-container ul li i {
    font-size: large;
    color: red;
}

.selected-filters-container ul li.active .close_menu .filters_btn_close {
    border-left: 1px solid #999;
    background-color: #f5f5f5;
}

.selected-filters-container ul li.active .close_menu .filters_btn_close span {
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-transition: border 0.3s, background 0.3s;
    transition: border 0.3s, background 0.3s;
}

.selected-filters-container ul li:last-child h4 {
    font-size: 16px;
}


/* - - - Selected Filters END- - - */

.site_setting_list.language.visible {
    z-index: 999;
}




main .section_offset > .offset_title {
    margin-top: 10px;
    border: 1px solid #eee;
    padding: 15px 10px 15px 20px;
    background-color: #fff;
    margin-bottom: -1px;
}

main .section_offset > .offset_title + .owl_carousel .owl-nav {
    right: 10px;
}

h3.offset_category_title {
    line-height: 38px;
}

.offset_category_title + .v_centered,
.toggle-container + .v_centered {
    float: right;
}

.table_layout:not(.list_min) .product_item .product_info {
    margin-top: 7px;
}
.table_layout:not(.list_min) .description_section.rating_and_review + .product_info {
    width: 100%;
}
.table_layout:not(.list_min) .product_item .product_info:not(.product_info_full),
.owl_carousel .owl-item .product_info{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
}
.product-list .product_item .product_info .product_price {
    padding: 0;
}

.rating_and_review {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
}

.rating_and_review > ul {
    margin: 0;
    width: 100%;
}
.mobile_visible {
    display: none;
}
.mobile_hidden_block {
    display: block;
}
.mobile_hidden {
    display: inline-block;
}

@media (min-width: 1420px) {
    main .table_layout:not(.list_min) .table_cell .product_item {
        padding: 19px;
    }
}
@media (min-width: 1200px) {
    .single_product_description .buttons_row button {
        padding-left: 0;
        padding-right: 0;
        padding: 7px 0 8px !important;
        width: calc((100% - (44px*2))/2);
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .button_white {
        padding: 7px 8px 8px;
    }
    .single_product_description .buttons_row button + button {
        width: 100%;
    }
    .single_product_description .buttons_row button {
        width: calc(100% - 46px*2);
    }
    .single_product_description .buttons_row {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .single_product_description .buttons_row button[data-add-product-to-fast-order] {
        -webkit-box-ordinal-group: 5;
                -webkit-order: 4;
                order: 4;
    }
}
@media (max-width: 1199px) {
    .button_blue.middle_btn .btnToCart {
        display: none;
    }
    .button_blue.middle_btn .btnToCart-mobile {
        display: block;
    }
    .topbar>li:not(:last-child)::after {
        margin: 0 1px 0 1px;
    }
    .streamlined>*:first-child {
        padding: 9px 10px 0 0;
        font-size: 16px;
    }
    .icon_btn.middle_btn {
        font-size: 18px;
    }
    .search input {
        width: calc(100% - 50px);
    }
    .search-box-container .search_category.alignleft {
        display: none;
    }
    .revolution_slider .tp-rightarrow {
        right: 6px !important;
    }
    .revolution_slider .tp-leftarrow {
        left: 6px !important;
    }

    form:not(:last-child) {
        margin-bottom: 0;
    }
    .header-cont>nav {
        margin-left: 10px;
    }
    .header-cont>nav .topbar a {
        letter-spacing: -0.8px;
    }
    .search-box-container {
        width: 444px;
        float: left;
    }
    .category_page .product_item .qty>input[type="text"] {
        width: 34px;
    }
    .profile_wrapper .open_menu {
        font-size: 19px;
        padding: 17px 20px 17px 20px;
    }
    .daterangepicker .calendar th,
    .daterangepicker .calendar td,
    .table-condensed>tbody>tr>td {
        padding: 5px;
    }
    .left_menu button.open_menu {
        font-size: 15.5px;
        letter-spacing: 0.5px;
    }
    .list_min .product_price {
        width: 100px;
    }
    .list_min .product_item .description .description-title {
        width: 240px;
    }
    main+main .list_min .product_item .description .description-title,
    main+main .list_min .product_item .description .description-title a {
        width: 350px;
    }
    main+main .list_min .product_item .product_info.pull-right {
        display: block;
    }
    #products_container .table_cell.table_cell_4_items {
        /*width: calc(100% / 5);*/
    }
    #products_container .table_cell {
        /*width: calc(100% / 5);*/
    }
}

@media (max-width: 991px) {
    #header .header-phone .current::after {
        /*top: 11px;*/
    }
    .list_min .product_item .description .qty {
        width: 100px;
    }
    .list_min .product_price {
        width: 85px;
    }
    .product_item .list_btn-choice,
    .list_min .btn-choice:not(.list_btn-choice){
        margin-top: 17px;
    }
    .category_page .list_min .product_item .product_info{
        margin-top: 21px;
    }
    .list_min .product_info_list_hide {
         display: none;
    }
    .streamlined>*:first-child {
        padding: 0 10px 2px 0;
    }
    .registration_container {
        margin-bottom: 15px;
    }

    .open_header_menu,
    .open_header_phone {
        display: inline;
        text-align: right;
        color: #333;
        font-size: 13px;
        line-height: 20px;
        cursor: pointer;
    }
    .open_header_menu:after,
    .open_header_phone:after,
    .active_option::after,
    .site_settings .current::after,
    .open_categories::after,
    #open_shopping_cart .title::after {
        display: inline-block;
        /*margin-left: 8px;*/
        margin-left: 0;
        /*content: "\f0d7";*/
        /*font: normal normal normal 14px/22px FontAwesome;*/

        vertical-align: bottom;
    }
    .language-menu .site_settings .current::after {
        /*line-height: 24px*/
        line-height: 22px
    }

    nav.align_right {
        position: relative;
    }
    nav.align_right .topbar {
        border: none;
    }
    nav.align_right .topbar>li {
        border: 1px solid #eaeaea;
        margin-bottom: -1px;
        display: block;
        webkit-transform-origin: 50% 0 0;
        -webkit-transform-origin: 50% 0 0;
        transform-origin: 50% 0 0;
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform: rotate3d(0, 1, 0, 90deg);
        transition: -webkit-transform .4s ease;
        -webkit-transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
        -webkit-backface-visibility: hidden;
    }
    nav.align_right.active .topbar>li {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
    nav.align_right .topbar>li a {
        display: block;
        padding: 2px 5px;
        background: #fff;
    }
    nav.align_right .topbar>li a:hover {
        background: #4ac4fa;
        color: #fff;
    }
    nav.align_right .topbar>li::after {
        display: none;
    }
    nav.align_right .topbar {
        position: absolute;
        top: 11px;
        right: -24px;
        min-width: 155px !important;
        visibility: hidden;
        transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s ease;
        -webkit-transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s ease;
        transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
        transition: transform .4s ease, opacity .4s ease, visibility .4s ease, -webkit-transform .4s ease;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        z-index: 1000;
        z-index: 999;
        display: block !important;
    }
    nav.align_right.active .topbar {
        visibility: visible;
        background-color: transparent;
        -webkit-border-radius: 3px;
                border-radius: 3px;
    }

    .top_part .language-menu {
        float: right;
        min-width: 80px;
        margin-right: 5px;
    }
    .md_no-touch .has_megamenu:hover>.mega_menu {
        display: block;
    }

    .header-cart-container {
        padding-left: 0;
    }

    .search input {
        width: calc(100% - 50px);
    }

    form.search {
        margin-bottom: 0;
    }

    .header-cont>nav .topbar a {
        letter-spacing: 0;
    }
    .top_part .header-cont {
        text-align: right;
    }
    .open_header_phone:after {
        right: 10px;
    }
    .site_setting_list.language {
        margin-top: -1px;
    }
    .search .def_icon_btn {
        -webkit-border-radius: 3px;
                border-radius: 3px;
        float: right;
    }
    .logo-container+div {
        float: right;
    }
    .search_button_open {
        width: 44px;
        height: 44px;
        padding: 0;
        border: 1px solid #eaeaea;
        position: relative;
        color: #4ac4fa;
        -webkit-border-radius: 5px;
                border-radius: 5px;
    }
    .search-box-container,
    .search_button_open {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .search-box-container.active {
        visibility: visible;
        -webkit-transition: visibility 0s;
        transition: visibility 0s;
        z-index: 2001;
    }
    .search-box-container .search-box-show-more {
        display: block;
    }

    .search-box-container .search-box-loader {
        right: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
        padding: 8px 35px 8px 0;
        text-align: center;
    }
    .search_button_open {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .search_button_open:hover {
        color: #018bc8;
    }
    .search_button_open::after {
        content: "\f105";
        font-size: 22px;
        -webkit-transition: color 0s;
        transition: color 0s;
    }
    .search_button_open:hover::after {
        color: #fff;
        -webkit-transition: color 0.5s;
        transition: color 0.5s;
    }
    .search-box-container {
        position: fixed;
        top: 73px;
        left: 15px;
        right: 15px;
        padding-right: 0;
        width: auto;
        visibility: hidden;
    }
    .search_button_open.active {
        background-color: #018bc8;
        color: #fff;
        visibility: visible;
    }
    .header-container {
        position: static;
    }
    .has_mega_menu {
        padding-top: 10px;
    }
    .main_wrapper .left_menu,
    .has_mega_menu .left_menu {
        display: none;
    }
    .has_mega_menu .section_offset>h3 {
        margin-bottom: 20px;
    }
    main>.section_offset {
        margin-bottom: 15px !important;
    }
    .has_mega_menu .bottom_box {
        border-top: 1px solid #eaeaea;
    }
    .main_header_row .left_menu {
        float: left;
        width: 50px;
        margin-right: 15px;
    }

    .left_menu button.open_menu::before {
        padding: 0;
    }
    .logo-container .logo {
        float: left;
    }
    .mobile_btn_menu {
        display: block;
        float: left;
    }
    .mobile_btn_menu .open_mobile_menu {
        padding: 10px;
        font-size: 26px;
        text-align: center;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 1px solid #eaeaea;
        position: relative;
        color: #4ac4fa;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        margin-right: 10px;
    }
    .mobile_btn_menu .open_mobile_menu i {
        font-size: 26px;
    }

    .mobile_left_menu {
        z-index: 1002;
        -webkit-transition: left 0.5s;
        transition: left 0.5s;
        height: 100%;
    }
    .mobile_left_menu .left_menu {
        background-color: #fff;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .mobile_left_menu.active {
        left: 0;
    }

    .mobile_left_menu .dropdown:not(.children) .animated_item {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

    .mobile_left_menu .open_menu {
        display: none;
    }
    .mobile_left_menu .mega_menu.type_2 {
        width: auto;
        padding: 10px;
        padding: 0 !important;
        min-height: auto;
    }
    .mobile_left_menu .theme_menu>li>a {
        font-weight: 400;
        padding: 12px 10px 12px 19px;
        display: flex;
        align-items: center;
        /*justify-content: space-between;*/
    }
    .mobile_left_menu .mobile_page_menu>li>a>i,
    .mobile_left_menu .mobile_page_menu>li>a svg,
    .mobile_left_menu .mobile_page_menu>li>a img,
    .mobile_left_menu .theme_menu>li>a>i,
    .mobile_left_menu .theme_menu>li>a svg,
    .mobile_left_menu .theme_menu>li>a img {
        margin-right: 10px;
    }
    .mobile_left_menu .theme_menu>li a:before {
        border-color: #fff;
    }
    .mobile_left_menu .theme_menu>li:hover>a,
    .mobile_left_menu .theme_menu>.mobile_active>a {
        background-color: #4ac4fa;
        border-color: #4ac4fa;
        color: #fff;
    }
    .mobile_left_menu .theme_menu>.mobile_active>span,
    .mobile_left_menu .theme_menu>li:hover span {
        color: #fff;
    }
    .mobile_left_menu .theme_menu>li>span:hover {
        /*color: #000;*/
        -webkit-transition: all 0s;
        transition: all 0s;
    }
    .mobile_left_menu .theme_menu>li>a .animated_item-toggle {
        color: #b2b2b2;
        width: 35px;
        height: 100%;
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .mobile_left_menu .theme_menu>li.active>a .animated_item-toggle {
        color: inherit;
    }
    .mega_menu.type_2 .mega_menu_item:not(:last-child),
    .mega_menu.type_2 .mega_menu_item>a:not(:last-child) {
        border-bottom: 1px solid #eaeaea;
    }
    .mobile_left_menu .theme_menu>li>span i {
        /*font-size: 14px;*/
        font-size: 20px;
        position: absolute;
        /*top: calc(50% - 14px/2);*/
        /*top: calc(50% - 20px/2);*/
        right: calc(50% - 8px/2);
        height: 100%;
    }
    .mobile_left_menu .mega_menu .mega_menu_item h6 {
        margin-bottom: 0;
        padding: 0;
    }
    .mobile_left_menu .mega_menu .mega_menu_item h6 a {
        font-weight: 400;
        font-size: 13px;
        display: block;
        padding: 8px 20px 8px 32px;
        position: relative;
    }
    .mobile_left_menu .mega_menu .mega_menu_item h6 a:before {
        /*content: "\f0da";*/
        content: "\f12a";
        display: inline-block;
        /*font: normal normal normal 14px/1 FontAwesome;*/
        font: normal normal normal 22px/1 flaticon_knopka;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 20px;
        top: 9px;
    }
    .mobile_left_menu .mega_menu .mega_menu_item {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .mobile_left_menu .mega_menu .mega_menu_item {
        /*padding-left: 7px !important;*/
    }
    .mobile_left_menu .mega_menu .mega_menu_item .list_of_links {
        display: none;
    }
    .mobile_left_menu .has_submenu>a::after,
    .has_megamenu>a::after {
        position: absolute;
        top: 0;
        right: 0;
        color: #b2b2b2;
        width: 50px;
        height: 100%;
        display: inline-block;
        /*content: "\f0d7";*/
        content: "\f12a";
        /*font: normal normal normal 14px/3 FontAwesome;*/
        font: normal normal normal 22px/3 flaticon_knopka;
        text-align: center;
        margin: 0;
        z-index: 100;
        display: none;
    }
    .bg_fon:not(.filters_bg_fon) {
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .bg_fon.active {
        display: block !important;
        opacity: 1 !important;
    }
    #main_navigation_wrap.sticky {
        z-index: 999;
    }




    #open_shopping_cart {
        margin-top: 0;
    }
    #products_container .table_cell,
    #products_container .table_cell.table_cell_4_items {
        width: calc(100%/3);
    }

    .product_item .image_wrap {
        height: 160px;
    }
    .section_offset>h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .buttons_row:not(.layout_type)>[class*="button"] {
        margin-bottom: 0;
    }
    header.on_the_sides>.left_side>.v_centered:nth-child(2) {
        visibility: hidden;
        height: 0;
    }
    .description p {
        padding-bottom: 5px;
        margin: 0 auto;
    }
    .filters-show,
    .cabinet-show,
    .blogs-show {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        border: 1px solid #eaeaea;
        padding: 15px 0;
        background: none;
        outline: none;
        background-color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        background-color: #018bc8;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        margin-top: 15px;
    }
    .filters-show.show,
    .cabinet-show.show,
    .blogs-show.show {
        background-color: #fff;
        color: #303030;
    }
    .filters-show.show i,
    .cabinet-show.show i,
    .blogs-show.show i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .filters-show i,
    .cabinet-show i,
    .blogs-show i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25em;
        padding: 0 10px;
    }
    .has_mega_menu {
        margin-bottom: 15px;
        margin-top: 0 !important;
        float: left;
    }
    .has_mega_menu+main {
        float: left;
    }
    .filter-container {
        margin-top: 0;
    }
    .filter-container,
    .cabinet-container,
    .blogs-container {
        display: none;
        width: 100% !important;
    }
    .cabinet-container h3,
    .blogs-container h3 {
        display: none;
    }
    #footer .streamlined_title {
        padding-top: 0;
    }
    input[type="checkbox"]+label {
        position: static;
    }
    .login-popup-checkbox-text input[type="checkbox"]+label {
        position: relative;
    }
    span.count_filter {
        right: 0;
        /*text-align: right;*/
    }
    .offset_title {
        padding-right: 50px;
    }
    .tabs .tabs_nav li,
    .tabs.many_tabs .tabs_nav li {
        float: left !important;
    }
    .tabs .tabs_nav li:first-child a,
    .tabs .tabs_nav li:last-child a,
    .tabs.many_tabs .tabs_nav li a {
        -webkit-border-radius: 3px !important;
                border-radius: 3px !important;
    }
    .tabs .tabs_nav li.active:last-child a,
    .tabs.many_tabs .tabs_nav li.active:last-child a {
        border-top: 1px solid #0186c8;
    }
    .mobile_top_left_menu {
        padding: 5px;
        /*border-bottom: 1px solid #dedede;*/
        /*margin-bottom: 15px;*/
    }
    .mobile_top_left_menu .call_us {
        border: none;
        margin-top: 10px;
    }
    .mobile_top_left_menu .call_us .site_setting_list {
        margin-top: 5px;
        top: 100%;
        left: 7px;
        width: 180px;
        display: none;
    }
    .mobile_top_left_menu .call_us .site_setting_list.active {
        display: block;
    }
    .mobile_top_left_menu .open_header_phone,
    .mobile_top_left_menu .wishlist_button,
    .mobile_top_left_menu .header_square_button {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 44px;
        width: 44px;
        padding: 0;
        border: 1px solid #eaeaea;
        border-radius: 3px;
        position: relative;
        color: #4ac4fa;
    }
    .mobile_top_left_menu .header_square_button {
        padding: 0 !important;
    }
    .mobile_top_left_menu .submenu {
        top: 20px;
        left: 0 !important;
        right: auto !important;
        width: auto;
    }
    .mobile_top_left_menu .has_submenu.open .submenu {
        opacity: 1;
        visibility: visible;
    }
    .mobile_top_left_menu .open_header_phone:after {
        display: none;
    }
    /*.mobile_top_left_menu .call_us .open_header_phone i.fa-phone {*/
    .mobile_top_left_menu .call_us .open_header_phone i.flaticon-phone {
        font-size: 26px;
        padding-top: 0;
        color: #4ac4fa;
    }
    /*.mobile_top_left_menu .call_us .open_header_phone.active i.fa-phone {*/
    .mobile_top_left_menu .call_us .open_header_phone.active i.flaticon-phone {
        color: #018bc8;
    }
    .mobile_top_left_menu .call_us ul span b {
        color: #018bc8;
        padding: 5px 0;
        font-size: 16px !important;
    }
    .mobile_top_left_menu .call_us ul li:hover span b {
        color: #fff;
    }
    .mobile_top_left_menu .open_header_phone b {
        display: none;
    }
    .mobile_top_left_menu .site_setting_list a {
        padding: 4px 0;
    }
    ul.theme_menu.cats {
        height: auto;
        visibility: visible;
        margin-bottom: 0;
    }
    .mobile_page_menu-title {
        max-width: calc(100% - 64px);
    }
    .mobile_page_menu-title .h3 {
        /*padding: 0 0 20px 20px;*/
        /*border-bottom: 1px solid #dedede;*/
        margin: 0;
        font-size: 24px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .mobile_page_menu li a {
        position: relative;
        display: block;
        background: #fff;
        border-bottom: 1px solid #eaeaea;
        padding: 11px 40px 11px 19px;
    }
    .cats {
        margin-bottom: 20px;
    }
    .doc_box li {
        width: 100%;
    }
    .doc_box>li:not(:first-child) {
        margin-left: 0;
        margin-top: 5px !important;
    }
    .breadcrumbs_container ul {
        text-overflow: ellipsis;
    }
    .profile_wrapper ul.theme_menu.cats {
        height: 0;
    }
    .orders_table th,
    .orders_table td {
        white-space: normal !important;
    }
    .orders_table th:last-child,
    .orders_table td:last-child {
        width: 100px !important;
    }
    .orders_table .data_col {
        width: 100px;
    }
    .orders_table td.total {
        font-size: 14px;
        font-weight: 400;
    }

    .profile_wrapper .orders_table .order_number_col {
        width: 25%;
    }

    .shopping_cart_block {
        position: relative;
    }

    .shopping_cart {
        right: 0;
    }

    .footer_section .footer_item:nth-child(3) {
        display: none;
    }

    legend,
    .checkboxes_list>li:not(:last-child),
    form>ul>li:not(:last-child) {
        margin-bottom: 2px;
    }

    [data-order-form] {
        padding-bottom: 15px;
    }

    .order_btn {
        margin-top: 10px;
    }

    .onepagecheckout_block {
        padding-top: 15px;
    }

    main+main .list_min .product_item .description .description-title,
    main+main .list_min .product_item .description .description-title a {
        width: 270px;
    }
    .list_min .product_item .product_info.pull-right {
        display: none;
    }
    .tabs.type_3 .tabs_nav::before,
    .tabs.type_3 .tabs_nav li a::before {
        display: none;
    }
    .list_min .product_item .qty {
        margin-top: 20px;
    }
    .blogs-content {
        margin-top: 15px !important;
    }
    .tabs.type_3.products ul li.has_submenu {
        width: 100%;
    }
    .mobile_btn_close.btn_close {
        position: relative;
        top: 0;
        right: 0;
        width: 44px;
        height: 44px;
        border: 1px solid #eaeaea;
        color: #4ac4fa;
        opacity: 0.7
    }
    .mobile_btn_close.btn_close:hover {
        background: transparent;
    }
    .mobile_btn_close.btn_close span {
        top: 20px;
        left: -4px;
        background-color: #7c7c7c;
    }
    .mobile_btn_close.btn_close:before {
        display: none;
    }

    .infoblock-container {
        margin-top: 40px;
    }

    .infoblock-container .section_offset .infoblock:nth-child(3){
        display: none;
    }

    .infoblock-container .section_offset {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px !important;
    }

    .infoblock-container .section_offset .infoblock {
        width: calc(100%/2 - 15px/2);
        margin: 0;
    }

    .infoblock-btn {
        margin-top: 15px;
    }

    .infoblock-btn a {
        display: inline-block;
    }

    .mobile_left_menu .mobile_top_left_menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 10px 9px;
        height: 65px;
    }

    .mobile_left_menu .mobile_top_left_menu .language-menu {
        margin: 0 0 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile_top_left_menu .open_header_phone {
        padding-left: 0;
        white-space: nowrap;
    }
    .mobile_left_menu .mobile_top_left_menu .site_settings {
        margin: 0;
        height: 100%;
    }

    .mobile_top_left_menu .cart_bar {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    #open_shopping_cart,
    #open_shopping_cart {
        /*border: solid 1px transparent !important;*/
        /*background-color: transparent !important;*/
    }
    #open_shopping_cart.active .title,
    #open_shopping_cart.active::before {
        color: #4ac4fa !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .infoblock-container .section_offset {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                justify-content: space-between;
    }
    .menu_slider .infoblock.type_2 h4 {
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    #header .topbar li.has_submenu {
        border: none;
    }
    #header .topbar li.has_submenu .contacts-list.submenu {
        display: block !important;
        opacity: 1;
        visibility: visible;
        position: static;
        padding: 0;
        margin: 0;
        -webkit-transform: translate(0);
                transform: translate(0);
    }
    #header .topbar li.has_submenu .contacts-list.submenu li {
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
    }
    #header .topbar li.has_submenu .contacts-list.submenu li a {
        padding: 5px 5px !important;
    }
    .image_preview_container {
        height: 470px;
        width: 470px;
    }
}

@media (max-width: 767px) {
    .mobile_hidden,
    .mobile_hidden_block {
        display: none;
    }
    .mobile_visible {
        display: inline-block;
    }
    .checkboxes_list>li:not(:last-child) {
        margin-bottom: 10px;
    }

    .has_mega_menu {
        margin: 0;
    }

    .filters-show,
    .cabinet-show,
    .blogs-show {
        margin: 0;
        padding: 10px 0;
        font-size: initial;
    }

    .filters-show i, .cabinet-show i, .blogs-show i {
        padding: 2px 10px;
    }

    .section_offset-title h1 {
        font-size: 24px;
    }

    .image_preview_container {
        height: 360px;
        width: 360px;
        margin: 0 auto;
    }
    .section_offset.menu_slider {
        margin-bottom: 10px !important;
        margin-top: 20px;
    }
    .section_offset:not(:last-child) {
        margin-bottom: 30px;
    }
    .owl-nav {
        top: 25%;
        right: 0;
        left: 0;
        bottom: auto;
        pointer-events: none;
        overflow: visible;
    }
    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        -webkit-border-radius: 0;
                border-radius: 0;
        width: 40px;
        height: 40px;
        font-size: 15px;
        pointer-events: auto;
        border: 1px solid #eaeaea;
        -webkit-box-shadow: 0 0 5px 1px #eee;
                box-shadow: 0 0 5px 1px #eee;
    }
    .owl-nav .owl-next{
        float: right;
    }
    .owl-nav .owl-prev{
        
    }
    .tabs .tabs_nav {
        margin-right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                -webkit-flex-direction: row;
                flex-direction: row;
    }
    .tabs .tabs_nav>li {
        width: auto;
        -webkit-box-flex: 1;
                -webkit-flex-grow: 1;
                flex-grow: 1;
    }
    .tabs .tabs_nav>li>a {
        width: auto;
        padding: 4px 7px!important;
    }
    [data-add-product-to-fast-order],
    [data-add-product-to-cart],
    [data-add-product-to-wish-list],
    [data-add-product-to-comparison]{
        margin-top: 4px;
    }
    main .section_offset .offset_title + .owl_carousel .owl-nav {
        top: calc(50% - 20px);
    }
    main .section_offset .offset_title + .owl_carousel .owl-nav {
        right: 10px;
        left: 10px;
    }
    .mobile_left_menu .theme_menu>li>a:not(.select-warehouse) {
        border-left: none;
    }
    .header-phone .site_settings {
        width: auto;
    }
    .notScroll {
        padding-right: 0;
    }
    .wishlist_table td:last-child {
        width: 100% !important;
    }
    #checkout-review .wendy_review_content {
        width: 100%;
        overflow-y: auto;
        padding-bottom: 15px;
    }
    .order-products-table {
        width: 768px;
    }
    .shopping_cart_table .product_number_cell {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer_section_2 .footer2-item:nth-child(1) {
        width: calc(100% - 200px)
    }
    .footer_section_2 .footer2-item:last-child {
        width: 200px;
    }
    nav.align_right {
        display: none;
    }
    .logo-container {
        padding-right: 0;
        width: auto;
    }
    .header-container {
        width: 330px;
    }
    header.on_the_sides>.left_side>.v_centered:nth-child(2) {
        height: auto;
        visibility: visible;
    }
    .on_the_sides>.right_side,
    .on_the_sides>.v_centered>*:not(:first-child) {
        margin: 0 0 0 !important;
    }
    header.on_the_sides>.right_side {
        width: 20%;
    }
    #products_container .table_cell,
    #products_container .table_cell.table_cell_4_items {
        width: calc(100% / 3);
    }
    .btn-choice button {
        width: calc(100% - 86px);
        white-space: nowrap;
    }
    .wishlist_button,
    .compare_button {
        width: 44px !important;
    }
    #header.type_5 .site_settings {
        margin-top: 0;
    }
    header.on_the_sides>.left_side {
        width: 100%;
    }
    [class*="page_wrapper"] .row [class*="col-"]:not(:first-child) {
        margin-top: 10px;
    }
    #header .topbar>li {
        margin-top: 0;
    }
    .theme_box .table_cell {
        z-index: 1;
        width: 50%;
        float: left;
    }
    .profile_wrapper li [class*="col-"] {
        margin-top: 0 !important;
    }
    .profile_wrapper form:not(.type_2) label[for] {
        width: 100% !important
    }
    .profile_wrapper form:not(.type_2) label[for] a {
        width: 100% !important;
        padding: 8px 12px;
    }
    .table_type_1>thead {
        display: none;
    }
    .orders_table td {
        padding: 10px;
    }
    .orders_table th:last-child,
    .orders_table td:last-child {
        padding: 0;
        width: 100% !important;
    }
    .orders_table th:last-child a,
    .orders_table td:last-child a {
        padding: 10px;
        -webkit-border-radius: 0;
                border-radius: 0;
        display: block;
    }
    .orders_table tr.not-completed-bg {
        background: #ffb2b2 !important;
        border: 1px solid #fff !important;
    }
    .orders_table tr:nth-child(2n) th,
    .orders_table tr:nth-child(2n) td {
        background-color: #eaeaea;
        border-color: #fff;
    }
    form:not(.type_2) .form_el i {
        right: 15px !important;
    }
    .orders_table tr th {
        padding: 12px;
    }
    .page_wrapper.main_wrapper {
        padding: 0 0 40px;
    }
    .slider_title {
        width: 40vw;
        line-height: 40px !important;
        font-size: 40px !important;
        left: 50% !important;
    }
    #header .topbar .mobile_active .submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        left: 15px;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    .footer_section .footer_item:not(:last-child) {
        width: 50%;
        margin-bottom: 40px;
    }
    .footer_section .footer_item:last-child {
        width: 100%;
    }
    .shopping_cart_table tbody,
    .shopping_cart_table tfoot {
        position: relative;
        display: block;
        margin-bottom: 55px;
        border-bottom: 1px solid #eaeaea !important;
    }
    .shopping_cart_table tfoot {
        margin-bottom: 46px;
    }
    .shopping_cart_table tbody tr td,
    .shopping_cart_table tfoot tr th {
        text-align: center !important;
        border: 1px solid #eaeaea !important;
        border-bottom: none !important
    }
    .shopping_cart_table .product_action_cell {
        position: absolute;
        top: 100%;
    }

    .modal_window .on_the_sides>[class*="_side"] {
        width: 100%;
    }

    .modal_window .on_the_sides>.left_side {
        margin-bottom: 5px;
    }

    .on_the_sides>[class*="_side"] a {
        width: 100% !important;
        text-align: center;
    }

    .shopping_cart_table .product_action_cell {
        width: 100%;
    }
    .shopping_cart_table .product_image_cell {
        height: auto;
    }

    .shopping_cart_table .product_image_cell a {
        display: block;
        margin: 0 auto;
        height: 150px;
        width: 150px;
        position: relative;
    }
    .shopping_cart_table .product_image_cell a img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
        height: auto !important;
        display: inline-block;
        vertical-align: inherit;

        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 10px;
    }

    .bottom_part {
        padding: 20px 0;
    }

    .table_layout:not(.list_min) .description {
        padding-bottom: 10px;
    }

    .product_item,
    main .table_layout:not(.list_min) .table_cell .product_item {
        padding: 10px;

    }

    .tabs .tabs_nav>li:last-child {
        width: 100%;
    }

    .tabs .tabs_nav>li.has_show_all a,
    .tabs .tabs_nav>li.has_counter a {
        padding: 7px 12px !important;
    }

    .table_layout,
    .table_row,
    .table_cell {
        display: table;
    }
    .blogs_container .table_layout,
    .table_row,
    .table_cell {
        display: block;
    }
    .blogs_wrapper .list_of_entries.list_view .entry_image {
        width: 100%;
        height: auto;
    }
    .blogs_wrapper .list_of_entries .entry_image .image_wrap {
        max-height: auto;
    }
    .blogs_wrapper .list_of_entries .entry_image .image_wrap img {
        position: static;
        -webkit-transform: none;
        transform: none;
        height: 200px;
    }
    .owl_mobile_blogs .owl-nav {
        top: calc(50% - 20px);
        top: 100px;
    }
    .owl_mobile_blogs .list_of_entries .entry {
        height: 100%;
    }

    .owl_mobile_blogs {
        margin-bottom: 15px;
    }

    .owl_mobile_blogs .owl-dots {
        position: absolute;
        bottom: -35px;
        left: 0;
        right: 0;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
                -webkit-align-items: center;
                align-items: center;
        -webkit-box-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
    }

    .owl_mobile_blogs .owl-dot {
        width: 15px;
        height: 15px;
        background: #dedede;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        margin-right: 8px;
    }

    .owl_mobile_blogs .owl-dot.active {
        background: #018bc8;
    }

    .blogs_wrapper .list_of_entries.grid_view .entry_image .image_wrap {
        height: auto;
    }

    .tabs.type_3 .tabs_nav li.active a {
        border-top: none;
    }
    #img_zoom {
        pointer-events: none;
    }
    .zoomContainer {
        display: none;
    }
    .large_category_page #products_container .table_row {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        border: none;
    }

    .large_category_page #products_container .table_row .table_cell .brand-letter-box {
        min-height: auto;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        border: none;
    }

    .large_category_page #products_container {
        border: none;
    }

    .category_page .bottom_box.on_the_sides .left_side {
        display: none;
    }

    .category_page .bottom_box.on_the_sides .right_side .pags {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
                -webkit-align-items: center;
                align-items: center;
        -webkit-box-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
    }

    .category_page .bottom_box.on_the_sides .right_side {
        width: 100%;
    }

    .category_page .bottom_box.on_the_sides .right_side a {
        width: 30px !important;
    }

    .table_cell {
        padding: 10px;
    }

    .mobile_user {
        display: block;
        float: left;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .table_layout.blogs_container .table_row {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .table_layout.blogs_container .table_cell {
        -webkit-flex-basis: 50%;
                flex-basis: 50%;
    }
    .logo-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
}
@media (max-width: 600px) {
    header .top_part {
        display: none;
    }
    #header:not(.type_6) #main_navigation_wrap .main_header_row {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .logo-container > div,
    .main_header_row > div .account_bar {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .logo-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .logo-container .logo_block {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .mobile_user > .topbar {
        display: block !important;
    }
    .mobile_user > a,
    .mobile_user > .topbar > .has_submenu > a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px !important;
        text-align: center;

        width: 44px;
        height: 44px;
        padding: 0;
        border: 1px solid #eaeaea;
        position: relative;
        color: #4ac4fa;
        -webkit-border-radius: 5px;
        border-radius: 5px;

        margin-left: -5px;
    }

    .mobile_user .has_submenu > a:after {
        display: none;
    }

    .mobile_user > a i,
    .mobile_user > .topbar > .has_submenu > a i {
        font-size: 26px;
        font-weight: bold;
    }

    .streamlined_type_2>*:first-child {
        padding-right: 0;
    }
    .footer2-item .streamlined {
        margin-top: 12px;
    }
    .footer2-item {
        width: 100% !important;
    }
    .category_page .product_item .qty>input[type="text"] {
        width: 30px;
    }
    #open_shopping_cart[data-amount]::after {
        content: attr(data-amount) "";
        top: -7px;
        z-index: 1;
        left: 26px;
        min-width: 10px;
        width: 24px;
        line-height: 24px;
        height: 24px;
        border-radius: 50%;
        text-align: center;
        background-color: #4bc4fa;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
    }
    #open_shopping_cart>* {
        display: none;
    }
    #open_shopping_cart {
        min-width: 0;
        padding-left: 30px;
    }
    #open_shopping_cart::before {
        font-size: 30px;
        left: 6px;
    }
    .header-container .account_bar li:nth-child(2),
    .header-container .account_bar li:nth-child(3) {
        display: none;
    }
    .header-container {
        width: auto;
        padding-left: 0;
    }
    .logo img {
        margin-top: 0;
        height: 36px;
    }
    .offset_title {
        padding-right: 10px;
    }
    header.on_the_sides>.left_side>.v_centered:nth-child(2) {
        margin-top: 8px !important;
    }
    .top_part .header-phone,
    .top_part .open_header_menu {
        display: none;
    }
    .top_part .col-lg-3.col-md-3.col-sm-4.col-xs-4 {
        width: 70%;
        text-align: left;
    }
    #header .topbar>li {
        text-align: left;
    }
    .header-cont {
        width: 30%;
        float: right;
    }
    .header-cont>nav {
        display: none;
    }
    .profile_wrapper li [class*="col-"]:first-child {
        display: none;
    }
    .profile_wrapper li [class*="col-"] {
        width: 33%;
    }
    .slider_title {
        width: 40vw;
        line-height: 30px !important;
        font-size: 30px !important;
        left: 50% !important;
    }

    .footer_section .footer_item {
        width: 100% !important;
        margin-bottom: 40px;
    }

    .footer-bottom-navigation .row>div {
        width: 100%;
    }

    .footer-bottom-navigation .row>div .cell-view {
        width: 100% !important;
        text-align: center;
        float: none !important;
        display: block;
        height: auto;
        margin-bottom: 15px;
    }
    .footer-bottom-navigation .row>div:last-child .cell-view {
        margin-bottom: 0;
    }
    .footer-bottom-navigation .web-studio-label {
        float: none;
    }

    .description-title {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
        word-break: break-all;
    }

    .search-box-container .search-box-product-image {
        padding: 0;
    }
}

@media (max-width: 479px) {
    .header-phone .site_settings {
        margin-top: 5px;
    }
    .mobile_btn_menu .open_mobile_menu,
    .mobile_user > a,
    .mobile_user > .topbar > .has_submenu > a,
    .search_button_open,
    #open_shopping_cart,
    /*.wishlist_button,*/
    /*.compare_button,*/
    .mobile_btn_close.btn_close {
        font-size: 26px;
        width: 32px !important;
        height: 32px;
        border: none;
    }
    .mobile_btn_menu .open_mobile_menu i {
        font-size: 26px;
    }

    .mobile_btn_close.btn_close span {
        top: 16px;
        left: -8px;
    }

    .mobile_btn_menu .open_mobile_menu,
    .search_button_open::after,
    #open_shopping_cart::before {
        font-size: 26px;
    }
    .mobile_btn_menu .open_mobile_menu i {
        font-size: 26px;
    }

    #open_shopping_cart[data-amount]::after {
        top: -5px;
        left: 22px;
        width: 20px;
        line-height: 20px;
        height: 20px;
        font-size: 10px;
    }

    .logo img {
        height: 30px;
    }

    .description .btn-choice .btnToCart-mobile {
        display: none;
    }

    .description .btn-choice button {
        text-align: center;
        height: 38px;
    }

    .description .btn-choice button:before {
        /*font-family: 'fontello';*/
        /*content: '\eb77';*/
        color: inherit;
        font-size: 22px;
        position: absolute;
        top: 50%;
        margin-top: -9px;
        margin-left: -11px;
    }

    .description .btn-choice button.button_blue {
        background-color: #4ac4fa;
        color: #fff;
    }

    .description .btn-choice button.button_blue:hover,
    .description .btn-choice button.button_white {
        background-color: #fff;
        color: #4ac4fa;
    }

    .description .btn-choice button.button_is_check:after {
        /*font-family: 'fontello';*/
        /*content: "\e8b0";*/
        font-size: 6px;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        margin-left: 0;
        color: #4ac4fa;
        background-color: #fff;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        width: 15px;
        height: 15px;
        vertical-align: middle;
        line-height: 18px;
    }

    .description .btn-choice button {
        position: relative;
    }
    .description .btn-choice button i {
        background-color: #fff;
        content: "";
        position: absolute;
        top: calc(50% - 7px);
        left: calc(50% - 18px);
        -webkit-transform: translate(0);
                transform: translate(0);
        -webkit-border-radius: 50%;
                border-radius: 50%;
        width: 34px;
        height: 16px;
        margin: 0;
        padding: 0;
        font-size: 25px;
    }



    .description .btn-choice button.button_white.button_is_check:after {
        color: #fff;
        background-color: #4ac4fa;
    }

    .blogs_wrapper .list_of_entries .entry_image .image_wrap img {
        height: 150px;
    }

    .owl_mobile_blogs .owl-nav {
        top: 75px;
    }

    .section_offset.menu_slider {
        margin-bottom: 20px !important;
        margin-top: 15px;
    }
    .section_offset:not(:last-child) {
        margin-bottom: 20px;
    }

    .registration_container button {
        font-size: 14px;
    }

    .category_page .product_item .qty {
        padding-left: calc(35% - 78px);
    }
    .category_page .product_item .qty .theme_button {
        width: 32px !important;
    }
    .theme_box .table_cell {
        width: 100%;
        float: none;
    }
    .profile_wrapper li [class*="col-"] {
        width: 50%;
    }

    .profile_wrapper li [class*="col-"]:last-child {
        width: 100%;
        margin-top: 10px !important;
    }
    .slider_title {
        width: 40vw;
        line-height: 26px !important;
        font-size: 26px !important;
        left: 50% !important;
    }
    .slider_btn.caption.sfb.stb.tp-caption.start {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
    }
    .slider_btn.caption.sfb.stb.tp-caption.start a {
        width: 100%;
        height: 100%;
        background-color: transparent;
        color: transparent;
        padding: 50%;
    }
    .rating_and_review .rating {
        /*margin-left: 15%;*/
    }
    .product_item .rating_and_review .rating {
        margin-left: 0;
    }
    .v_centered>*:not(:first-child) {
        margin: 0;
    }
    .image_preview_container {
        height: 80vw;
        max-height: 360px;
        width: auto;
    }
    .shopping_cart_table .product_image_cell a {
        display: block;
        margin: 0 auto;
        height: 120px;
        width: 120px;
        position: relative;
    }
    .bottom_part {
        padding: 10px 0;
    }
    .product_item .description .description-title {
        min-height: auto;
    }
    .table_layout:not(.list_min) .product_price {
        margin: 5px 0;
    }
    .large_category_page #products_container .table_row {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    .col-xxs-12 {
        width: 100%;
    }

    .on_the_sides>.v_centered>.toggle-container+.v_centered>span {
        display: none;
    }

    .description_section.rating_and_review {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
                -webkit-align-items: center;
                align-items: center;
    }

    .toggle-container {
        padding-right: 0;
        font-size: 13px;
        letter-spacing: -0.5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: baseline;
                -webkit-align-items: baseline;
                align-items: baseline;
    }

    .toggle-container .toggle-label {
        padding-right: 0;
    }

    .toggle-container .btn-toggle {
        margin: 0 !important;
    }
    
    .single_product_description .buttons_row [data-add-product-to-cart] {
        -webkit-flex-basis: calc(100% - 92px);
                flex-basis: calc(100% - 92px);
    }

    .single_product_description .buttons_row {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .single_product_description .buttons_row [data-add-product-to-fast-order] {
        -webkit-box-ordinal-group: 5;
                -webkit-order: 4;
                order: 4;
        -webkit-flex-basis: 100%;
                flex-basis: 100%;
    }

    .menu_slider .infoblock.type_2 .caption {
        font-size: 12px;
        line-height: 16px;
        min-height: 32px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media (max-width: 420px) {
    .infoblock-container .section_offset .infoblock a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .infoblock-container .section_offset .infoblock br {
        display: none;
    }
    .infoblock-container .section_offset .infoblock_btn .btn {
        font-size: 12px;
    }
    .infoblock-container .section_offset .infoblock_btn i {
        display: none;
    }
    .description_section.rating_and_review + .product_info {
        width: 100%;
        margin-top: 15px !important;
        margin-bottom: 10px;
    }
    .product_item .product_info .old_product_price {
        position: absolute;
        top: -20px;
        font-size: .8em;
    }
    .product_item .product_info {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .product_item .product_info .product_price {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .logo img {
        height: 28px;
    }
    .category_page .product_item .qty {
        padding-left: 10%;
    }
    .forgot-password-popup .modal_window,
    .notification-popup .modal_window,
    .confirmation-popup .modal_window,
    .login-popup .modal_window,
    .register-popup .modal_window {
        width: 100% !important;
    }
    .forgot-password-popup-title h2,
    .notification-popup-title h2,
    .confirmation-popup-title h2,
    .login-popup-title h2,
    .register-popup-title h2 {
        font-size: 22px;
    }
    .rating_and_review .rating {
        /*margin-left: 10%;*/
    }
    .product_item .rating_and_review .rating {
        margin-left: 0;
    }
    .product_item .rating_and_review .topbar {
        margin: 0 0 0 5px;
        width: auto;
    }
    .product_item .rating_and_review .topbar i {
        padding-top: 1px;
    }
    .v_centered>*:not(:first-child) {
        margin-left: 10px;
    }
    .sort_select {
        margin-right: 0;
        width: 154px;
    }
    .top_box.on_the_sides {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.tb_toggle_menu {
    display: none;
}

#header:not(.type_6) .main_header_row {
    display: block !important;
}

.col-lg-3.col-md-3.col-sm-4.col-xs-4 .topbar {
    display: block !important;
    float: left;
}

#header .col-lg-3.col-md-3.col-sm-4.col-xs-4 .topbar>li {
    text-align: left !important;
    float: left;
}

/* oplata & dostavka begin*/

.parsers_page {
    color: #333;
}

.parsers_page>h3 {
    font-weight: 600;
    text-align: center;
}

.parsers_page>h4 {
    text-align: center;
}

.border_block {
    border: 1px solid #dedede;
}

.delivery_items {
    margin-bottom: 15px;
}

.delivery_items:not(.delivery_items_pay) .delivery_item {
    text-align: center;
    width: calc(100%/2 - 2px);
    float: left;
}

.delivery_items:not(.delivery_items_pay) .delivery_item:not(:last-child) {
    margin-right: 3px;
}

.delivery_items:not(.delivery_items_pay) .border_block {
    padding-bottom: 15px;
}

.delivery_item img {
    width: 100%;
    max-width: 360px;
}

.delivery_item span {
    font-size: 12px;
}

.delivery_item h5 {
    text-align: center;
}

.delivery_item ul {
    padding: 0 10px !important;
    text-align: center;
}

.delivery_item ul li {
    display: inline-block;
    padding: 0 5px;
}

.delivery_item ul li a {
    text-decoration: underline;
    font-size: 12px;
    color: #428bca;
}

.delivery_item ul li:last-child {
    padding-right: 0;
}

.delivery_items_pay {
    display: table;
    margin: 20px 0 25px;
    border-collapse: collapse;
}

.delivery_item_pay {
    display: table-cell;
    width: calc(100%/3);
}

.delivery_item_pay {
    padding: 20px;
}

.parsers_page:not(.contacts-page) ul {
    padding: 0 0 0 30px;
    margin-bottom: 18px;
}

.parsers_page:not(.contacts-page) ul li,
.parsers_page:not(.contacts-page) ol li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 3px;
}

.parsers_page:not(.contacts-page) ol li:before,
.parsers_page:not(.contacts-page) ul li:before {
    /*content: "\ebb1";*/
    /*font-family: 'fontello';*/
    content: "\f111";
    font-family: 'flaticon_knopka', sans-serif;

    position: absolute;
    left: 0;
    /*top: 2px;*/
    top: 0;
    font-size: 14px;
    color: #4ac4fa;
    -webkit-transition: background-color .7s ease, color .7s ease;
    transition: background-color .7s ease, color .7s ease;
}

.parsers_page:not(.contacts-page) ol {
    padding: 0 0 0 30px;
    margin-bottom: 18px;
    counter-reset: ordered;
}

.parsers_page:not(.contacts-page) ol li {
    /*padding-left: 0;*/
    counter-increment: ordered;
}

.parsers_page:not(.contacts-page) ol li:before {
    /*position: static;*/
    display: inline-block;
    margin-right: 5px;
    color: inherit;
    font-family: inherit;
    content: counter(ordered)'. ';
}

p.text-block span:first-child {
    margin-right: 15px;
}


@media (min-width: 991px) {
    .main_navigation>ul>li>a {
        color: #000;
    }
    /*.has_submenu>a::after,*/
    .has_megamenu>a::after {
        top: auto;
        bottom: 0;
        right: 0;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        color: #b2b2b2;
        margin: 0 !important;
        height: 13px;
        width: 13px;
    }
    .mega_menu {
        overflow: hidden;
    }
    .full_width_nav>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .full_width_nav>ul>li:last-child {
        width: auto;
    }
    .main_navigation>ul>li>a {
        padding: 13px;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.2;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        text-align: center;
        /*height: 100%;*/
    }
}

@media (max-width: 991px) {
    section.widget {
        padding-bottom: 25px;
    }
}

@media (max-width: 767px) {
    p.text-block span:first-child {
        margin-right: 0;
    }
    p.text-block span {
        display: block;
    }
    .delivery_item {
        width: 100%;
        display: block;
    }
    .delivery_items:not(.delivery_items_pay) .delivery_item {
        padding-bottom: 0;
        float: none;
        width: 100%;
    }
    .delivery_items .border_block {
        border-bottom: none;
    }
    .delivery_items:not(.delivery_items_pay) .delivery_item:last-child,
    .delivery_items_pay .border_block:last-child {
        border-bottom: 1px solid #dedede;
    }
    .parsers_page p {
        line-height: 1.3;
    }
    .map_block {
        margin-bottom: 10px;
    }
    .section_return form .row>div {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    .liner-item.list_type_2 {
        padding-left: 15px;
    }

}

@media (max-width: 480px) {
    .liner-item.list_type_2 {
        padding-left: 5px;
    }
    .secondary_page_wrapper {
        padding: 10px 0;
        min-height: auto;
    }
    .section_offset>h1 {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .has_mega_menu {
        padding-top: 0;
    }
}


/* oplata & dostavka end */

#bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form input.bingc-passive-get-phone-form-input::-webkit-input-placeholder {
    text-indent: 0;
}

.list_min .product_sale_item .product_number {
     display: none;
}

.list_min .product_sale_item .product_info .product_price.old_product_price {
    position: relative !important;
    position: absolute !important;
    top: -12px;
    left: 0;
    right: 0;
    font-size: 0.8em;
    font-weight: 100 !important;
    text-decoration: line-through;
}

.list_min .product_sale_item .product_info_full .old_product_price {
    display: none !important;
}

.list_min .product_sale_item .description .product_info + .product_info {
    display: block !important;
}

.list_min .product_sale_item .description .product_info .product_price:not(.old_product_price) {
    margin-top: 15px !important;
}

.list_min .product_sale_item .description .product_info + .product_info .product_price span {
    visibility: visible !important;
}

.list_min .product_sale_item .product_info_full {
    margin-top: 7px !important;
}

.owl-carousel.brands_full_width .owl-stage-outer:after {
    border: 0 !important;
}

.owl_carousel.brands_full_width .infoblock.type_1 {
    display: table;
    width: 100%;
}
.owl_carousel.brands_full_width .infoblock .caption {
    min-height: 14px;
    padding: 0;
    line-height: 14px;
    display: table-cell;
    vertical-align: middle;
}

[data-auth-block] .topbar>.has_submenu>a::after {
    right: -3px;
}

.subcategories_in_tabs {
    margin: -7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;

    display: flex;
    /*flex-direction: row;*/
    /*flex-wrap: nowrap;*/
}
.subcategories_in_tabs .product_item {
    margin: 7px;
    padding: 0;
    max-width: calc((100% - 8px* 16) / 9);
    width: calc((100% - 8px* 16) / 9);
    -webkit-box-shadow: 0 0 10px 1px #eeeeee;
    box-shadow: 0 0 10px 1px #eeeeee;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.subcategories_in_tabs .product_item:hover {
    -webkit-box-shadow: 0 0 10px 3px #dddddd;
            box-shadow: 0 0 10px 3px #dddddd;
}
.subcategories_in_tabs .product_item a {
    padding: 10px;
    display: block;
    text-align: center;
}
.subcategories_in_tabs .product_item a .description-title span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.subcategories_in_tabs .product_item a:hover .description-title {
    text-decoration: underline;
}
.subcategories_in_tabs .product_item img,
.subcategories_in_tabs .product_item svg {
    width: 60px;
    max-width: 60%;
    padding-bottom: 12px;
}
.subcategories_in_tabs .product_item svg image {
    width: inherit;
}


@media (max-width: 1599.98px) {
    .home_subcategories.subcategories_in_tabs .product_item {
        /*margin: 7px;
        padding: 0;
        max-width: calc((100% - 7px * 8) / 4);
        width: calc((100% - 7px * 8) / 4);
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
        border: none;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;*/
    }

    .home_subcategories.subcategories_in_tabs .product-link-blue {
        /*display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        padding: 0;*/
    }

    .home_subcategories.subcategories_in_tabs .description {
        /*padding-left: 10px;*/
    }

    .home_subcategories.subcategories_in_tabs .product_item img {
        /*width: 60px;
        min-width: 60px;
        padding-bottom: 0;*/
    }

    .home_subcategories .product_item .description .description-title {
        /*display: flex;
        align-items: center;
        justify-content: start;
        text-align: left;*/
    }

    .home_subcategories-btn a {
        /*margin-top: 15px;
        display: inline-block;*/
    }
}

@media (max-width: 1359.98px) {
    .subcategories_in_tabs .product_item {
        margin: 7px;
        padding: 0;
        max-width: calc((100% - 7px* 16) / 8);
        width: calc((100% - 7px* 16) / 8);
    }

    .product-item-price-container .product_price:nth-child(2) {
        /*align-items: flex-end;*/
    }
}
@media (max-width: 1199px) {
    .subcategories_in_tabs .product_item {
        max-width: calc((100% - 7px * 12)/6);
        width: calc((100% - 7px * 12)/6);
    }

    .home_subcategories.subcategories_in_tabs .product_item {
        /*max-width: calc((100% - 7px*6)/3);*/
        /*width: calc((100% - 7px*6)/3);*/
    }
}

@media (max-width: 991px){
    #back_to_top {
        bottom: 45px;
        left: 15px;
    }
}

@media (max-width: 767px){
    .subcategories_in_tabs .product_item {
        max-width: calc((100% - 7px*10)/5);
        width: calc((100% - 7px*10)/5);
    }

    .home_subcategories.subcategories_in_tabs .product_item {
        /*max-width: calc((100% - 7px*4)/2);*/
        /*width: calc((100% - 7px*4)/2);*/
    }
    .home_subcategories-btn a,
    .infoblock-btn a {
        width: 100%;
        text-align: center;
        font-size: 14px;
        padding: 8px 16px;
    }

    .home_subcategories.subcategories_in_tabs .product_item img,
    .home_subcategories.subcategories_in_tabs .product_item svg {
        width: 40px;
        min-width: 40px;
        /*padding-bottom: 0;*/
    }

    .subcategories_in_tabs .product_item a .description-title span {
        font-size: 12px;
        line-height: 1;
        word-break: break-word;
    }
}

@media (max-width: 575px){

    .subcategories_in_tabs .product_item {
        max-width: calc((100% - 7px*8)/4);
        width: calc((100% - 7px*8)/4);
    }
}

@media (max-width: 480px){
    .subcategories_in_tabs .product_item {
        max-width: calc((100% - 7px*6)/3);
        width: calc((100% - 7px*6)/3);
    }
    #products_container .table_cell,
    #products_container .table_cell.table_cell_4_items {
        width: calc(100% / 2);
    }
}

.button_blue.button_blue_opt_links {
    line-height: 26px !important;
}

/*USER WAREHOUSES BEGIN*/
.topbar.topbar-user-warehouses {
    /*margin-left: 20px;*/
}
/*USER WAREHOUSES END*/

/*PRODUCT PRICES BEGIN*/
.tooltipster-product-price {
    color: #fff;
}
.tooltipster-product-price i,
.tooltipster-product-price-active i {
    vertical-align: top;
}
.tooltipster-product-price-active {
    color: #4ac4fa;
}
/*PRODUCT PRICES END*/

@media (min-width: 992px) {
    header .top_part.sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1002 !important;
        background-color: #fff;
    }

    .menu-open header .top_part.sticky,
    .menu-open #main_navigation_wrap.sticky {
        padding-right: 15px;
    }

    #main_navigation_wrap.sticky {
        top: 40px !important;
    }
}

.c_info_phone li,
.c_info_mail li {
    margin-bottom: 8px;
}
.c_info_phone li:last-child,
.c_info_mail li:last-child {
    margin-bottom: 0;
}

.tabs_nav>li.has_counter[data-novelty-category-tab] a,
.theme_menu > li[data-novelty-category-tab] > a {
    padding: 14px 60px 13px 19px !important;
    min-width: 170px;
}


.button_liqpay {
    color: #fff;
    background: #77cc5d;
    border: 1px solid #77cc5d;
    line-height: 21px !important;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 12px 8px;
}
.button_liqpay:hover{
    background: #5cbf3e;
}