body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
*:focus {
    outline: none !important;
}
body, ul, p {
    margin:0;
}
ul {
    padding: 0;
    list-style: none;
}
a {
    color: #00bdd3;
    text-decoration: none;
}
*:focus {
    outline: none;
}
h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #00bdd3;
}
.center {
    text-align: center;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* ie 6/7 */
}
.wrap {
    width: 1170px;
    margin: 0 auto;
}
.dn {
    display: none;
}
/* Header */
header .top_nav {
    display: inline-block;
    width: 100%;
    background-color: #00bdd3;
    height: 40px;
    line-height: 40px;
    margin-bottom: 35px;
}
.top_nav__mob {
    display: none;
}
header .top_nav a,
header .top_nav span {
    color: white;
    margin-left: 35px;
}
.header__contact_block {
    padding-top: 5px;
}
.header__contact_block::before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 46px;
    background: url(../image/icons/callus_icon.png) no-repeat;
    vertical-align: middle;
}
.header__contact_block-cont {
    display: inline-block;
    vertical-align: middle;
}
.header__contact_block span {
    display: block;
    font-size: 15px;
    color: #5d5d5d;
    padding-left: 6px;
}
.header__contact_block a {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding-left: 5px;
    margin-top: -2px;
}
.header__compare_block a,
.compare_ico {
    display: inline-block;
    width: 24px;
    height: 22px;
    background: url(../image/icons/header_compare.png) no-repeat;
    background-position: center;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    padding: 19px;
}
.header__wishlist_block a,
.wishlist_ico {
    display: inline-block;
    width: 22px;
    height: 21px;
    background: url(../image/icons/header_wishlist.png) no-repeat;
    background-position: center;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    padding: 19px;
}
.header__cart_block .header__cart_btn {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../image/icons/header_cart.png) no-repeat;
    background-position: center;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    padding: 19px;
}
.header__compare_block,
.header__wishlist_block,
.header__cart_block {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    height: 40px;
}
#price {
    text-transform: none;
}
#cart-total {
    position: absolute;
    top: -10px;
    right: -10px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #00bdd3;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    text-align: center;
    padding-top: 4px;
    font-weight: 700;
    color: white;
}
.header_container {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #5d5d5d;
    padding-bottom: 14px;
}
.header_cwc {
    text-align: right;
}
.navbar-collapse.collapse {
    display: inline-block !important;
}
.header__login_block {
    display: inline-block;
    width: 70px;
    height: 45px;
    line-height: 41px;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    margin-left: 10px;
    text-align: left;
}
.header__login_block a {
    font-size: 15px;
    text-transform: uppercase;
    color: #5d5d5d;
}
.header_cwc {
    text-align: right;
}
#logo {
    display: inline-block;
    vertical-align: middle;
}
#logo img {
    margin: auto;
}
#phone_block {
    display: none;
    position: absolute;
    background-color: white;
    padding: 10px;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
         box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index: 1;
    left: 0;
    top: 55px;
    width: 231px;
    text-align: right;
}
#phone_block a {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}
#open_phone:hover,
#open_phone:focus {
    color: #00bdd3;
}
#open_phone span.caret {
    display: inline-block;
    padding-left: 0;
    margin-left: 5px;
    margin-bottom: 5px;
    color: #00bdd3;
}
header .quick_signup,
header .header_logged {
    text-decoration: none;
    float: right;
    margin-right: 35px;
}
header .quick_signup span,
header .header_logged span {
    margin-left: 5px;
}
header .quick_signup:hover span,
header .header_logged:hover span {
    text-decoration: underline;
}
/* End header */

/* header nav */
.navbar-nav>li {
    margin-left: 25px;
}
.navbar-nav>li.dropdown .dropdown-menu {
    -webkit-animation: dropdown_anim 0.8s ease-in;
       -moz-animation: dropdown_anim 0.8s ease-in;
         -o-animation: dropdown_anim 0.8s ease-in;
            animation: dropdown_anim 0.8s ease-in;
}
.navbar-nav>li.dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: dropdown_anim 0.8s ease-in;
       -moz-animation: dropdown_anim 0.8s ease-in;
         -o-animation: dropdown_anim 0.8s ease-in;
            animation: dropdown_anim 0.8s ease-in;
}

@-webkit-keyframes dropdown_anim {
    0% { opacity:0; }
    100% { opacity:1; }
}

@-moz-keyframes dropdown_anim {
    0% { opacity:0; }
    100% { opacity:1; }
}

@-o-keyframes dropdown_anim {
    0% { opacity:0; }
    100% { opacity:1; }
}

@keyframes dropdown_anim {
    0% { opacity:0; }
    100% { opacity:1; }
}

.navbar-nav>li>a {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    padding: 0;
    margin-left: 25px;
    color: #404041;
    line-height: 42px;
    white-space: nowrap;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    color: #00bdd3;
    background: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: none;
    border: none;
}
.navbar-nav>li>.dropdown-menu {
    width: 800px;
    padding: 20px 25px;
    padding-right: 15px;
    padding-bottom: 10px;
    border: 1px solid #00bdd3;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
} 
.navbar-nav>li>.dropdown-menu::after,
.navbar-nav>li>.dropdown-menu::before {
    content: '';
    border: 12px solid transparent;
    border-bottom: 12px solid #00bdd3;
    position: absolute;
    left: 70px;
    margin-left: -12px;
    top: -24px;
    width: 0;
}
.navbar-nav>li:nth-child(3)>.dropdown-menu::after, .navbar-nav>li:nth-child(3)>.dropdown-menu::before {
    content: '';
    left: 390px;
}
.navbar-nav>li:last-child>.dropdown-menu::after, .navbar-nav>li:last-child>.dropdown-menu::before {
    content: '';
    left: 660px;
}
.navbar-nav>li>.dropdown-menu::after {
    border-bottom-color: white;
    border-width: 11px;
    margin-left: -11px;
    margin-top: 2px;
}
/* .navbar-nav>li>.dropdown-menu .dropdown-inner {
    display: inline-block;
    max-height: 272px;
    overflow: hidden;
} */
.navbar-nav>li>.dropdown-menu ul li a {
    display: inline-block;
    color: #262626;
    line-height: 20px;
    margin: 5px;
    padding-right: 10px;
}
.navbar-nav>li>.dropdown-menu .see-all {
    font-size: 13px;
    float: right;
    padding-top: 10px;
}
.navbar-nav>li>.dropdown-menu ul.list-unstyled>li {
    display: inline-block;
    width: 33.3333%;
    float: left;
}
/* End header nav */

/* search */
#search {
    position: relative;
    display: inline-block;
    border: 1px solid #bdbdbd;
    width: 280px;
    height: 41px;
    line-height: 37px;
    margin-right: 7px;
}
.search_btn__a,
.search_btn__b {
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
    border: 0;
    background: none;
}
.search_btn i {
    font-size: 17px;
}
.search_input {
    display: inline-block;
    width: 100%;
    height: 39px;
    border: none;
    text-indent: 10px;
    padding-right: 30px;
}
/* End search */

/* main slider */
.main_slider .owl-wrapper-outer {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.owl-carousel .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    background: none;
    border: 2px solid #00bdd3;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.owl-carousel .owl-controls .owl-page.active span {
    background: #00bdd3;
}
.common-home .main_slider {
    margin: 0 0 80px;
}
.main_slider .item img {
    width: 100%;
}
@media(max-width: 767px) {
    .common-home h2 {
        font-size: 24px;
    }
    .common-home h1 {
        font-size: 28px;
    }
    .header__search {
        float: left!important;
        width: 100%!important;
        margin-left: 0!important;
        padding: 0 15px;
        margin-top: 15px;
    }
    .common-home .cat-block {
        float: left;
    }
    #phone_block {
        top: 20px;
        text-align: center;
    }
}
.common-home .main_slider:hover {
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
}
.common-home .main_slider .owl-pagination {
    top: 55px;
}
.owl-carousel .owl-buttons div i {
    color: #b2ebf2 !important;
}
/* End main slider */

/* btn */
.btn-primary {
    background-color: #00bdd3;
    border-color: #00bdd3;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #03acbf;
    border-color: #03acbf;
}
/* End btn */
.discount_wraper{
	display: block;
    float: right;
    width: 190px;
    text-align: center;	
}
.product-grid .discount_wraper{
	width:100%;
}
.discount_wraper span{
	display: block;
}


/* Featured */
.product_featured {
    height: 475px;
    margin-bottom: 160px;
}
.product_block {
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.12);
}
.product-layout .product_block {
    text-align: center;
}
.product-layout:hover .product_block {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}
.product_featured h3, h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #00bdd3;
}
h3 {
    margin-bottom: 15px;
}
.product_featured h3 {
    margin-bottom: 63px;
}
.product-layout .image img {
    margin: auto;
}
.product-grid .caption {
    width: 100%;
}
.product-grid .caption p {
    margin-top: 0;
}
.mfilter-price-inputs #mfilter-opts-price-min,
.mfilter-price-inputs #mfilter-opts-price-max {
    width: 75px;
    min-width: 75px;
    max-width: 75px;
}
#product #input-quantity {
    display: inline-block;
    width: 75px;
    vertical-align: middle;
}
#product .control-label {
    font-weight: 400;
}
.stepper {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    color: #00bdd3 !important;
    text-decoration: none !important;
}
.sminus {
    margin-right: 10px;
}
.splus {
    margin-left: 10px;
}
.product_category .stepper,
.product_search .stepper,
.product_manufact-info .stepper {
    color: #363636 !important;
}
.product-list #fastorder-form-container1 {
    display: inline-block;
}
.product-list .quantity_block {
    float: right;
}
#product #button-cart {
    margin-top: 20px;
}
.product-layout .caption {
    display: inline-block;
    width: 100%;
    background-color: #cccccc;
    padding: 13px 10px;
    border-bottom: 8px solid #00bdd3;
    margin-top: 20px;
    padding-bottom: 13px;
}
.product-layout .caption .rating {
    text-align: center;
}
.product-list .image img.img-responsive {
    height: 100px;
}
.price_block {
    text-align: center;
}
.product-layout .price {
    display: inline-block;
    height: 43px;
    line-height: 41px;
    font-size: 17px;
    text-align: center;
    margin-top: -23px;
    border: 1px solid #00bdd3;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    background-color: white;
    color: #00bdd3;
    padding-left: 25px;
    padding-right: 25px;
}
.price-old {
    font-size: 14px;
    text-decoration: line-through;
    color: #404041;
}
.caption h4 {
    text-align: center;
    margin: 0;
}
.caption h4 a {
    font-weight: 700;
    font-size: 24px;
    color: #262626;
    line-height: 30px;
}
.caption p {
    color: #262626;
    line-height: 18px;
    margin-top: 23px;
    text-align: center;
}
.product-list .caption p {
    margin-top: 0;
}
.product-thumb .button-group {
    width: 100%;
    padding: 8px 11px;
    padding-top: 0;
    background-color: #00bdd3;
}
.product-thumb .button-group button {
    width: 125px;
    height: 40px;
    border: 1px solid #363636;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background: none;
    padding: 0;
    margin-right: 15px;
}
.product-thumb .button-group button:last-child {
    margin-right: 0;
}
.product-thumb .button-group button:hover {
    color: #262626;
    border: 1px solid #262626;
}
.product-thumb .button-group button.wishlist_btn,
.product-thumb .button-group button.compare_btn {
    width: 40px;
    margin-bottom: 10px;
}
.product-thumb .button-group button span {
    display: inline-block;
    font-weight: 700;
    color: #262626;
    vertical-align: middle;
    padding-left: 5px;
}
.product-thumb .button-group button i.fa {
    font-size: 25px;
    vertical-align: middle;
    padding-top: 1px;
}
.wishlist_ico,
.compare_ico {
    width: 22px;
    height: 30px;
    padding: 0;
    border: none;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    vertical-align: middle;
}

.product-thumb .button-group .btn-fastorder {
    width: initial;
    border: none !important;
    margin: 0;
    margin-bottom: 10px;
}
.product-list .product-thumb .button-group .btn-fastorder {
    margin-right: 15px;
}
.product-thumb .button-group .btn-fastorder:hover {
    text-decoration: underline;
}
.product-thumb .button-group .quantity {
    width: 40px;
    height: 40px;
    background-color: #00bdd3;
    border: 1px solid #363636;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    text-align: center;
}
.product-layout.product-list:hover .product_block {
    width: 100%;
    padding-top: 0;
    margin-top: 0;
    position: initial;
}
.product-list .price_block {
    position: relative;
    float: right;
}
.product-list .price {
    position: absolute;
    left: 10px;
    right: 10px;
    background-color: white;
}
.product-list .image {
    position: relative;
    width: 20%;
    display: inline-block;
    margin-top: 43px;
    float: left;
}
.product-list .caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-top: 0;
    float: right;
    min-height: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.product-list .button-group {
    display: inline-block;
    width: 80%;
    text-align: left;
    float: right;
}
.product-list .button-group br {
    display: none;
}
.product-list .product-thumb {
    display: flow-root;
    width: 100%;
    height: 100%;
}
.product-list .button-group .compare_btn {
    display: none;
}
.product-layout.product-list:hover .button-group {
    display: inline-block;
}
.product-layout.product-list,
.product_search .product-layout.product-list {
    margin-bottom: 30px;
    min-height: initial;
}
.product-list .caption h4,
.product-list .caption p {
    text-align: left;
}
.product-list .caption .rating {
    text-align: right;
    margin-top: -17px;
}
.thumbnails > .thumbnail a>img,
.thumbnails > .thumbnail:first-child > img,
.slider-for .slick-track img {
    width: auto !important;
    height: 300px;
}
.slider-for .slick-list {
    margin: auto;
    overflow: hidden;
}
.thumbnails .slider-for {
    padding: 5px;
    padding-bottom: 0;
}
.zoom_img {
    display: inline-block;
    text-align: center;
}
.slider-nav .slick-track {
    width: 100% !important;
}
.quantity_block {
    display: inline-block;
    margin-top: 10px;
}
input.quantity::-webkit-outer-spin-button,
input.quantity::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.product_mmm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 8px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 63px;
}
.product-list .product_mmm {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    height: initial;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.product-list .product_mmm span {
    width: initial;
    margin-right: 5%;
}
.product_mmm span {
    width: 100%;
}
.product_manufact-info .product-layout .caption h4,
.product_search .product-grid .caption h4,
.product_category .product-grid .caption h4 {
    height: 60px;
    overflow: hidden;
}
.product-list .caption h4 {
    height: initial !important;
}
.product_search .product-grid .product_mmm span {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
/* End Featured */

/* Contact */
.contact_page .panel-body h3 {
    margin-top: 0;  
}
.road_map iframe {
    width: 100%;
    height: 299px;
    border: none;
}
.panel {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
/* End Contact */

/* Left menu category */
.category_menu .subcategory {
    max-height:0px;
    overflow:hidden;
    -webkit-transition:max-height 0.5s linear;
    -moz-transition:max-height 0.5s linear;
    -o-transition:max-height 0.5s linear;
    transition:max-height 0.5s linear;
}
.category_menu > li:hover ul.subcategory,
.category_menu > li > a.active + ul.subcategory {
    max-height:100%;
}
.category_menu .list-group-item.active,
.category_menu .list-group-item.active:focus,
.category_menu .list-group-item.active:hover {
    border-color: #00bdd3;
}
.category_menu > li > a,
.category_menu > li > ul.subcategory > li > a {
    border-bottom: 0;
}
.category_menu > li:last-child > a {
    border-bottom: 1px solid #ddd;
}
/* End Left menu category */

/* Main brand carousel */
.banner_img__brand .owl-wrapper-outer {
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 0 8px rgba(0,0,0,.2);
}
/* End Main brand carousel */

/* Category 2 blocks */
.home_cat-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 75px;
}
.cat-block,
.cat-block a {
    display: inline-block;
}
.cat-block img {
    width: 200px;
}
.cat-block h3 {
    text-align: center;
    text-transform: none;
    font-size: 18px;
    font-weight: 400;
}
/* End Category 2 blocks */

.about_site {
    margin-top: 75px;
}
.checkout_form .shiptobilling label.checkbox {
    margin-left: 20px;
}
.well {
    background-color: #f1f1f1;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
         box-shadow: none;
}
.list-group-item:first-child {
    -webkit-border-top-left-radius: 0;
       -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0;
}
.list-group-item:last-child {
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #00bdd3;
    background-color: white;
}
.form-control {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
.breadcrumb {
    background: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #00bdd3;
    border-color: white;
}
.product_category,
.product_manufact-info,
.product_special,
.product_search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 50px;
}
.product_category .product-layout,
.product_manufact-info .product-layout,
.product_special .product-layout,
.product_search .product-layout {
    margin-bottom: 50px;
}
.btn-link {
    color: #00bdd3;
}
.product_filt {
    margin-top: 25px;
}
.thumbnail {
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
.thumbnail:hover,
.slider-nav .slick-track .slick-slide:hover {
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
}
.slider-nav .slick-track .slick-slide {
    border: 1px solid transparent;
    margin-right: 10px;
    cursor: pointer;
}
.slider-nav .slick-track .slick-current {
    border: 1px solid #00bdd3;
    cursor: default;
}
.slider-nav .slick-track .slick-current:hover {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.thumbnails .image-additional {
    display: inline-block;
}
.slider-nav {
    margin-bottom: 20px;
}
.slider-nav .slick-list {
    padding: 0 !important;
    overflow: initial;
}
.slider-nav img {
    width: 74px !important;
    height: 74px;
}


.btn {
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
}
.tab-content>.tab-pane.active {
    margin-top: 15px;
}
.control-label span {
    color: red;
}
body .mfilter-heading-content {
    background: #00bdd3;
    color: white;
    border: none;
}
body .mfilter-box-1 .mfilter-counter {
    background: #00bdd3;
}
body .mfilter-box-1 .mfilter-counter:after {
    border-right-color: #00bdd3;
}
label.mfilter-tb-as-td {
    padding-bottom: 2px;
}
body .mfilter-col-input {
    padding-top: 2px;
}
body .mfilter-opts-container {
    padding: 10px 0;
    border: none;
}
nav#menu .incategory {
    display: none;
}
.simplecheckout-step .simplecheckout-three-column {
    width: 30%;
}
.simplecheckout-three-column + .simplecheckout-three-column + .simplecheckout-three-column {
    width: 36%;
}
.simplecheckout-block {
    border: 1px solid #DDDDDD;
}
.simplecheckout .simplecheckout-cart {
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
.simplecheckout .simplecheckout-cart-total {
    border-right: 0;
    border-left: 0;
}
#total_total {
    border-bottom: 0;
}
#simplecheckout_comment textarea {
    border: none;
}
.plus-minus_btn {
    display: inline-block;
    border: solid 1px #ccc;
    -webkit-border-radius: 0 3px 3px 0;
       -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
    vertical-align: middle;
}
.plus-minus_btn button {
    display: block;
    color: #888;
    padding: 4px 8px 0;
    background: #eee;
    text-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fefefe;
       -moz-box-shadow: inset 0 1px 0 #fefefe;
            box-shadow: inset 0 1px 0 #fefefe;
    font-size: 7px;
    border: none;
    -webkit-border-radius: 0 3px 0 0;
       -moz-border-radius: 0 3px 0 0;
            border-radius: 0 3px 0 0;
    cursor: pointer;
}
.plus-minus_btn button.minus_btn {
    border-top: solid 1px #ccc;
    -webkit-border-radius: 0 0 3px 0;
       -moz-border-radius: 0 0 3px 0;
            border-radius: 0 0 3px 0;
}
#simplecheckout_cart .quantity .form-control {
    width: 40px;
    height: 31px;
    vertical-align: middle;
    border: solid 1px #ccc;
    border-right: none;
    -webkit-border-radius: 3px 0 0 3px;
       -moz-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
    -webkit-box-shadow: inset 0px 1px 1px #ddd;
       -moz-box-shadow: inset 0px 1px 1px #ddd;
            box-shadow: inset 0px 1px 1px #ddd;
}
.simplecheckout-cart td {
    vertical-align: middle !important;
}
.simplecheckout-cart .remove button {
    background: none;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.simplecheckout-cart .remove button i {
    color: #333;
}
.simplecheckout-cart .remove button i:hover {
    color: #f00;
}
.simplecheckout-cart .plus-minus_btn button:hover {
    background: #eee;
    color: #888;
}
#simple_login .simplecheckout-block {
    border: none;
}
.download_pdf {
    margin-bottom: 20px;
}
.download_pdf a:hover {
    text-decoration: none;
}
.information-contact .contact_page img.img-thumbnail {
    border: none;
    padding: 0;
    margin-bottom: 15px;
}
.product-thumb .button-group button span.order_text {
    width: 40px;
    height: 40px;
    border: 1px solid #363636;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 6px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYwIDYwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MCA2MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8Zz4KCTxwYXRoIGQ9Ik0zMS42MzQsMzcuOTg5YzEuMDQxLTAuMDgxLDEuOTktMC42MTIsMi42MDYtMS40NTlsOS4zNjMtMTIuOTQ0YzAuMjg3LTAuMzk3LDAuMjQ0LTAuOTQ1LTAuMTA0LTEuMjkzICAgYy0wLjM0OC0wLjM0Ny0wLjg5Ni0wLjM5LTEuMjkzLTAuMTA0TDI5LjI2LDMxLjU1NWMtMC44NDQsMC42MTQtMS4zNzUsMS41NjMtMS40NTYsMi42MDRzMC4yOTYsMi4wNiwxLjAzMywyLjc5NyAgIEMyOS41MDgsMzcuNjI4LDMwLjQxMywzOCwzMS4zNTQsMzhDMzEuNDQ3LDM4LDMxLjU0LDM3Ljk5NiwzMS42MzQsMzcuOTg5eiBNMjkuNzk4LDM0LjMxNWMwLjAzNS0wLjQ1NywwLjI2OS0wLjg3NCwwLjYzNy0xLjE0MiAgIGw3Ljg5Ny01LjcxM2wtNS43MTEsNy44OTVjLTAuMjcsMC4zNzEtMC42ODcsMC42MDQtMS4xNDQsMC42NGMtMC40NTUsMC4wMy0wLjkwMi0wLjEyOC0xLjIyNy0wLjQ1MyAgIEMyOS45MjgsMzUuMjE5LDI5Ljc2MiwzNC43NzEsMjkuNzk4LDM0LjMxNXoiIGZpbGw9IiMzNjM2MzYiLz4KCTxwYXRoIGQ9Ik01NC4wMzQsMTkuNTY0Yy0wLjAxLTAuMDIxLTAuMDEtMC4wNDMtMC4wMjEtMC4wNjRjLTAuMDEyLTAuMDItMC4wMzEtMC4wMzEtMC4wNDQtMC4wNSAgIGMtMS4wMTEtMS43MzQtMi4yMDctMy4zNDctMy41NjUtNC44MDlsMi4xNDgtMi4xNDdsMS40MTQsMS40MTRsNC4yNDItNC4yNDNsLTQuMjQyLTQuMjQybC00LjI0Myw0LjI0MmwxLjQxNSwxLjQxNWwtMi4xNDgsMi4xNDcgICBjLTEuNDYyLTEuMzU4LTMuMDc0LTIuNTU1LTQuODA5LTMuNTY2Yy0wLjAxOS0wLjAxMy0wLjAzLTAuMDMyLTAuMDUtMC4wNDRjLTAuMDIxLTAuMDEyLTAuMDQzLTAuMDExLTAuMDY0LTAuMDIyICAgYy0zLjA5My0xLjc4Mi02LjU2OC0yLjk2OS0xMC4yNzMtMy40MDRWNWgxLjVjMS4zNzksMCwyLjUtMS4xMjEsMi41LTIuNVMzNi42NzIsMCwzNS4yOTMsMGgtOWMtMS4zNzksMC0yLjUsMS4xMjEtMi41LDIuNSAgIHMxLjEyMSwyLjUsMi41LDIuNWgxLjV2MS4xNTZjLTEuMDgsMC4xMTUtMi4xNTgsMC4yOTEtMy4yMjQsMC41MzVjLTAuNTM4LDAuMTIzLTAuODc1LDAuNjYtMC43NTEsMS4xOTggICBjMC4xMjMsMC41MzgsMC42NiwwLjg3NiwxLjE5OCwwLjc1MWMwLjkyLTAuMjExLDEuODQ5LTAuMzcsMi43OC0wLjQ3N2wxLjA3My0wLjA4M2MwLjMyOC0wLjAyNSwwLjYzLTAuMDQzLDAuOTI0LTAuMDU3VjEwICAgYzAsMC41NTMsMC40NDcsMSwxLDFzMS0wLjQ0NywxLTFWOC4wM2MzLjc2MSwwLjE3Myw3LjMwNSwxLjE4MywxMC40NTYsMi44NDVsLTAuOTg2LDEuNzA3Yy0wLjI3NiwwLjQ3OS0wLjExMiwxLjA5LDAuMzY2LDEuMzY2ICAgYzAuMTU3LDAuMDkxLDAuMzI5LDAuMTM0LDAuNDk5LDAuMTM0YzAuMzQ2LDAsMC42ODItMC4xNzksMC44NjctMC41bDAuOTgzLTEuNzAzYzMuMTI5LDEuOTg1LDUuNzg3LDQuNjQzLDcuNzcyLDcuNzcyICAgbC0xLjcwMywwLjk4M0M0OS41NywyMC45MSw0OS40MDYsMjEuNTIxLDQ5LjY4MywyMmMwLjE4NiwwLjMyMSwwLjUyMSwwLjUsMC44NjcsMC41YzAuMTcsMCwwLjM0Mi0wLjA0MywwLjQ5OS0wLjEzNGwxLjcwNy0wLjk4NiAgIGMxLjY4NSwzLjE5NiwyLjY5OCw2Ljc5OCwyLjg0OSwxMC42MTlINTMuNjNjLTAuNTUzLDAtMSwwLjQ0Ny0xLDFzMC40NDcsMSwxLDFoMS45NzVjLTAuMTUxLDMuODIxLTEuMTY0LDcuNDIzLTIuODQ5LDEwLjYxOSAgIGwtMS43MDctMC45ODZjLTAuNDc4LTAuMjc2LTEuMDktMC4xMTQtMS4zNjYsMC4zNjZjLTAuMjc2LDAuNDc5LTAuMTEyLDEuMDksMC4zNjYsMS4zNjZsMS43MDMsMC45ODMgICBjLTEuOTg1LDMuMTI5LTQuNjQzLDUuNzg3LTcuNzcyLDcuNzcybC0wLjk4My0xLjcwM2MtMC4yNzctMC40OC0wLjg5LTAuNjQzLTEuMzY2LTAuMzY2Yy0wLjQ3OSwwLjI3Ni0wLjY0MywwLjg4OC0wLjM2NiwxLjM2NiAgIGwwLjk4NiwxLjcwN2MtMy4xNTEsMS42NjItNi42OTUsMi42NzItMTAuNDU2LDIuODQ1VjU2YzAtMC41NTMtMC40NDctMS0xLTFzLTEsMC40NDctMSwxdjEuOTc2ICAgYy0xLjU5Ny0wLjA1NS0zLjE5OS0wLjI1NS00Ljc3Ni0wLjYxN2MtMC41MzgtMC4xMjktMS4wNzUsMC4yMTMtMS4xOTgsMC43NTFjLTAuMTI0LDAuNTM4LDAuMjEzLDEuMDc1LDAuNzUxLDEuMTk4ICAgQzI2LjU2OCw1OS43NjgsMjguNjA3LDYwLDMwLjYzLDYwYzAuMDQ5LDAsMC4wOTYtMC4wMDMsMC4xNDUtMC4wMDRjMC4wMDcsMCwwLjAxMiwwLjAwNCwwLjAxOCwwLjAwNCAgIGMwLjAwOCwwLDAuMDE1LTAuMDA1LDAuMDIzLTAuMDA1YzQuODA3LTAuMDMzLDkuMzE3LTEuMzMxLDEzLjIxOS0zLjU3M2MwLjAzMS0wLjAxNCwwLjA2NC0wLjAyMSwwLjA5NC0wLjAzOSAgIGMwLjAyLTAuMDEyLDAuMDMxLTAuMDMxLDAuMDUtMC4wNDRjNC4wMzktMi4zNTQsNy40MTQtNS43MjUsOS43NzMtOS43NjFjMC4wMTktMC4wMjcsMC4wNDMtMC4wNDgsMC4wNi0wLjA3OCAgIGMwLjAxMi0wLjAyMSwwLjAxMS0wLjA0MywwLjAyMS0wLjA2NEM1Ni4zMTcsNDIuNDc2LDU3LjYzLDM3Ljg5LDU3LjYzLDMzUzU2LjMxNywyMy41MjQsNTQuMDM0LDE5LjU2NHogTTUzLjk2NSw4LjI1MWwxLjQxNCwxLjQxNCAgIGwtMS40MTQsMS40MTVMNTIuNTUsOS42NjVMNTMuOTY1LDguMjUxeiBNMjkuNzkzLDYuMDIxVjNoLTMuNWMtMC4yNzUsMC0wLjUtMC4yMjUtMC41LTAuNXMwLjIyNS0wLjUsMC41LTAuNWg5ICAgYzAuMjc1LDAsMC41LDAuMjI1LDAuNSwwLjVTMzUuNTY4LDMsMzUuMjkzLDNoLTMuNXYzLjAyMUMzMS40NDUsNi4wMDcsMzEuMTEzLDYsMzAuNzkzLDZjLTAuMDI4LDAtMC4wNiwwLjAwMi0wLjA4OCwwLjAwMiAgIEMzMC42OCw2LjAwMiwzMC42NTUsNiwzMC42Myw2Yy0wLjE2NCwwLTAuMzI4LDAuMDExLTAuNDkyLDAuMDE0QzMwLjAyMiw2LjAxNywyOS45MTMsNi4wMTYsMjkuNzkzLDYuMDIxeiIgZmlsbD0iIzM2MzYzNiIvPgoJPHBhdGggZD0iTTIxLjc5MywxNGgtNWMtMC41NTMsMC0xLDAuNDQ3LTEsMXMwLjQ0NywxLDEsMWg1YzAuNTUzLDAsMS0wLjQ0NywxLTFTMjIuMzQ2LDE0LDIxLjc5MywxNHoiIGZpbGw9IiMzNjM2MzYiLz4KCTxwYXRoIGQ9Ik0yMS43OTMsMjFoLTEwYy0wLjU1MywwLTEsMC40NDctMSwxczAuNDQ3LDEsMSwxaDEwYzAuNTUzLDAsMS0wLjQ0NywxLTFTMjIuMzQ2LDIxLDIxLjc5MywyMXoiIGZpbGw9IiMzNjM2MzYiLz4KCTxwYXRoIGQ9Ik0yMS43OTMsMjhoLTE1Yy0wLjU1MywwLTEsMC40NDctMSwxczAuNDQ3LDEsMSwxaDE1YzAuNTUzLDAsMS0wLjQ0NywxLTFTMjIuMzQ2LDI4LDIxLjc5MywyOHoiIGZpbGw9IiMzNjM2MzYiLz4KCTxwYXRoIGQ9Ik0yMS43OTMsMzVoLTE5Yy0wLjU1MywwLTEsMC40NDctMSwxczAuNDQ3LDEsMSwxaDE5YzAuNTUzLDAsMS0wLjQ0NywxLTFTMjIuMzQ2LDM1LDIxLjc5MywzNXoiIGZpbGw9IiMzNjM2MzYiLz4KCTxwYXRoIGQ9Ik0yMS43OTMsNDJoLTEzYy0wLjU1MywwLTEsMC40NDctMSwxczAuNDQ3LDEsMSwxaDEzYzAuNTUzLDAsMS0wLjQ0NywxLTFTMjIuMzQ2LDQyLDIxLjc5Myw0MnoiIGZpbGw9IiMzNjM2MzYiLz4KCTxwYXRoIGQ9Ik0yMS43OTMsNDloLTdjLTAuNTUzLDAtMSwwLjQ0Ny0xLDFzMC40NDcsMSwxLDFoN2MwLjU1MywwLDEtMC40NDcsMS0xUzIyLjM0Niw0OSwyMS43OTMsNDl6IiBmaWxsPSIjMzYzNjM2Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.mfilter-free-button,
.mfilter-column_left {
    display: none !important;
}
.product-layout.product-grid .product-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.product-layout.product-grid .product-thumb .caption {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.product-layout.product-grid .product-thumb .button-group {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.product-layout.product-grid .product-thumb .image {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}
.product-layout.product-grid .product-thumb .button-group .product_mmm {
    width: 100%;;
}
.thumbnails .image-additional {
    display: inline-block;
}

.product-grid .price_list,
.product-list .price_grid {
    display: none;
}
.product-list .price_list {
    display: inline-block;
    left: initial;
    vertical-align: top;
}
.product-list .price_list .price {
    position: initial;
    margin: 0;
    height: 40px;
    line-height: 37px;
}
.category_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
       -moz-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.category_list_li {
    position: relative;
    text-align: center;
    border: 1px solid #00bdd3;
    overflow: hidden;
    width: 23%;
    margin: 0 1%;
    margin-bottom: 20px;
}
.category_list_li:hover {
    -webkit-box-shadow: 0 3px 12px 2px rgba(0, 189, 211, 0.3);
       -moz-box-shadow: 0 3px 12px 2px rgba(0, 189, 211, 0.3);
            box-shadow: 0 3px 12px 2px rgba(0, 189, 211, 0.3);
}
.category_list_li:hover .category_list_img {
    -webkit-transform: scale(1.15);
       -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
         -o-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s;
}
.category_list_link {
}
.category_list_img {
    width: 100%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s;
}
.category_list_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00bdd3;
    color: white;
    padding: 10px 0;
}
.category_list_title:hover {
    text-decoration: none;
    color: white;
}

#regions_heading {
	color: #333;
}    
.row.regions {
	margin-left: 0;
    margin-right: 0;
}
.regions_list a {
	color: #333;
}



/*Zoom*/
.zoomimage {
    display: inline-block;
    width: 100%;
    height: 100%;
    float: left;
}
.product-list .price_block {
    z-index: 1;
}
.zoomImg {
    z-index: 999;
}

/* Footer */
footer {
    border-top: 29px solid #00bdd3;
    background-color: #262626;
    margin-top: 50px;
}
footer h5 {
    font-weight: 700;
    font-size: 18px;
    color: #00bdd3;
    margin-top: 45px;
    margin-bottom: 40px;
}
footer ul.list-unstyled li a {
    display: inline-block;
    font-size: 15px;
    color: #cacacb;
    margin-bottom: 9px;
}
footer p > a {
    display: inline-block;
    font-size: 15px;
    color: #cacacb;
    margin-bottom: 20px;
}
/* End Footer */

/* Up btn */
.scrollup {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 111;
}
.scrollup i {
    background-color: #00bdd3;
    background-position: center;
    font-size: 27px;
    color: white;
    padding: 5px 11px;
    cursor: pointer;
    float: right;
}
/* End Up btn */

/* Mobile */
@media screen and (max-width: 1230px) {
    .container,
    .wrap {
        width: 100%;
    }
    .header_container .col-sm-4:first-child {
        float: left;
    }
    .header_container .col-sm-4:last-child {
        float: right;
    }
    .header_cwc {
        padding-right: 35px;
    }
    .header__contact_block {
        padding-left: 35px;
        text-align: left;
    }
    .navbar-nav>li:first-child,
    .navbar-nav>li:first-child>a {
        margin: 0;
    }
    #search {
        width: 185px;
    }
    .header_container {
        text-align: center;
    }
}
@media screen and (max-width: 1100px) {
    .header_container .col-sm-4 {
        width: 26.5%;
    }
    #search {
        width: 112px;
    }
    .navbar-nav>li>a {
        margin: 0;
        font-size: 16px;
    }
    .banner_img__brand .img-responsive {
        margin: auto;
    }
    .product-layout .button-group {
        display: block;
    }
    .product-layout {
        min-height: auto;
        margin-bottom: 35px;
    }
    .product-layout:hover .product_block {
        position: initial;
        margin-right: 0;
    }
    .header__contact_block::before {
        content: "";
        width: 36px;
        height: 36px;
        -webkit-background-size: 100% 100%;
           -moz-background-size: 100%;
             -o-background-size: 100%;
                background-size: 100%;
    }
    header .header_logged {
        color: white;
        padding-right: 15px;
    }
    .simplecheckout-step .simplecheckout-three-column {
        width: 49%;
        max-width: none;
    }
    .simplecheckout-three-column + .simplecheckout-three-column {
        margin-right: 0;
    }
    .simplecheckout-three-column + .simplecheckout-three-column + .simplecheckout-three-column {
        width: 100%;
        max-width: none;
    }
    .product-layout.product-list .button-group {
        display: inline-block;
    }
    .product-layout.product-list .product-thumb .button-group button {
        width: 40px;
    }
    .product-layout.product-list:hover .product_block {
        width: 100%;
    }
    .product_mmm {
        width: 85%;
    }
    .category_list_li {
        width: 31%;
    }
}

@media screen and (max-width: 968px) {
    .header_container {
        position: relative;
    }
    .header_container .col-sm-4 {
        width: 100%;
    }
    .header_container .col-sm-4:first-child {
        position: absolute;
        top: 50px;
        width: 50%;
    }
    .header_container .col-sm-4:last-child {
        width: 50%;
    }
    header .top_nav {
        margin-bottom: 20px;
    }
    .navbar-nav>li>a {
        font-size: 12px;
    }
    .cat-block img {
        width: 160px;
    }
    #search {
        width: 200px;
    }
    .header_container .col-sm-4 .header_cwc {
        text-align: center;
        padding: 15px;
    }
    .header_container .col-sm-3 {
        width: 37%;
    }
    .header_container .col-sm-2 {
        width: 100%;
        float: none;
    }
    .product-layout.product-list.col-xs-12 {
        width: 100%;
        min-height: initial;
    }
    .product-list .image {
        width: 30%;
    }
    .product-list .caption {
        width: 70%;
    }
    .product-list .button-group {
        width: 70%;
    }
    .product-list .price {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        height: 30px;
        line-height: 28px;
        margin-top: -15px;
    }
    .product-list .caption h4 a {
        font-size: 16px;
        line-height: 20px;
    }
    .product-list .product-thumb .button-group button i.fa,
    .product-layout.product-list .product-thumb .button-group button.btn-fastorder {
        font-size: 14px;
    }
    .product-list .wishlist_ico {
        width: 14px;
        height: 21px;
    }
    .product-layout.product-list .product-thumb .button-group button, .product-layout.product-list .product-thumb .button-group .quantity {
        width: 25px;
        height: 25px;
        margin-right: 4px;
        line-height: 10px;
        vertical-align: top;
    }
    .product-layout.product-list .product-thumb .button-group button.btn-fastorder {
        width: initial;
    }
    .product-layout.product-list .stepper {
        font-size: 18px;
    }
    .product-layout.product-list .sminus {
        margin-right: 4px;
    }
    .product-layout.product-list .splus {
        margin-left: 0px;
    }
    .product-layout.product-list:hover .product_block {
        width: 100%;
    }
    .product-list .image img.img-responsive {
        height: 82px;
    }
    .product_mmm {
        width: 100%;
    }
    .product-thumb .button-group button span.order_text {
        width: 25px;
        height: 25px;
    }
    .product-list .price_list .price {
        height: 25px;
        line-height: 24px;
    }

}
@media screen and (max-width: 768px) {
    header .top_nav {
        display: none;
    }
    .top_nav__mob {
        display: inline-block;
        width: 100%;
        background-color: #00bdd3;
        height: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    #open__info_block {
        color: white;
        padding-left: 15px;
    }
    #info_block {
        display: none;
        position: absolute;
        background-color: white;
        padding: 10px;
        border: 1px solid rgba(0,0,0,.15);
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
             box-shadow: 0 6px 12px rgba(0,0,0,.175);
        z-index: 1;
    }
    header .top_nav__mob .quick_signup {
        color: white;
        margin-right: 15px;
    }
    .navbar-collapse.collapse,
    #category {
        display: none !important;
    }
    .navbar-collapse.collapse {
        width: 100%;
        padding: 0;
    }
    .navbar-collapse.collapse.in {
        display: inline-block !important;
    }
    .navbar-nav>li>.dropdown-menu {
        width: 100%;
        margin: 0 !important;
        padding: 10px;
        border: none;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-nav>li.dropdown .dropdown-toggle {
        display: inline-block;
        width: 75%;
        text-align: left;
    }
    .navbar-nav>li.dropdown:hover .dropdown-menu {
        display: none;
    }
    .navbar-nav>li.dropdown .dropdown-menu {
        max-height: 287px;
        overflow: scroll;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
        padding: 0;
        position: initial;
        float: none;
    }
    .navbar-nav>li>.dropdown-menu::after, .navbar-nav>li>.dropdown-menu::before {
        display: none;
    }
    .navbar-nav>li>.dropdown-menu ul.list-unstyled>li {
        width: 100%;
        border-bottom: 1px solid rgba(142, 142, 142, 0.2);
    }
    .navbar-header button i.fa-bars {
        font-size: 26px;
    }
    .navbar-nav>li {
        margin-left: 0;
    }
    nav#menu .incategory {
        display: block;
        float: right;
        line-height: 41px;
        color: #00bdd3;
    }
    .cat-block {
        display: inline-block;
        width: 49%;
        text-align: center;
        margin-bottom: 15px;
    }
    .home_cat-block {
        display: inline-block;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        text-align: center;
    }
    #mfilter-content-container > h1 {
        margin-top: 0;
    }
    .product-layout.col-xs-12 {
        width: 50%;
    }
    .header_container .col-sm-3 {
        width: 100%;
        display: inline-block;
    }
    #search {
        width: 100%;
        margin: 0;
    }
    .header_container .col-sm-2 .header_cwc {
        text-align: center;
        padding-right: 0;
    }
    .simplecheckout-step .simplecheckout-three-column {
        width: 100%;
    }
    #simplecheckout_payment_form h2 {
        margin-top: 10px;
        font-size: 20px;
    }
    .category_menu > li:hover ul.subcategory,
    .category_menu > li > a.active + ul.subcategory {
        max-height: none;
    }
    .category_menu > li ul.subcategory {
        display: none;
    }

    .m_column-left__btn {
        float: right;
        margin-right: 15px;
        margin-bottom: 15px;
        padding: 9px 15px;
        border: 1px solid #ddd;
    }
    #column-left {
        display: none;
    }
    button.navbar-toggle {
        width: 100%;
        margin-right: 0;
        border: 1px solid #ddd;
        margin-top: 89px;
    }
    .navbar-header .navbar_active i {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
         -ms-transform: rotate(-180deg);
          -o-transform: rotate(-180deg);
             transform: rotate(-180deg);
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        -moz-transition: 500ms;
        transition: 500ms;
    }
    .navbar-header .navbar-toggle i {
        -webkit-transform-origin: 50% 52%;
        -moz-transform-origin: 50% 52%;
         -ms-transform-origin: 50% 52%;
          -o-transform-origin: 50% 52%;
             transform-origin: 50% 52%;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        -moz-transition: 500ms;
        transition: 500ms;
    }
    .navbar-collapse.collapse.in {
        padding: 0 15px;
    }
    .mob_search {
        position: absolute;
        left: 0;
        bottom: -65px;
        z-index: 2;
    }
}
@media screen and (max-width: 645px) {
    header .top_nav a, header .top_nav span {
        margin-left: 15px;
        font-size: 12px;
    }
    .header__contact_block {
        padding-left: 15px;
    }
    .header_cwc {
        padding-right: 15px;
    }
    #logo {
        margin-bottom: 10px;
    }
    .header_container .col-sm-4:first-child {
        top: 65px;
    }
    .navbar-toggle {
        margin: 0;
        margin-top: 10px;
    }
    .home_cat-block {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    td.quantity button[data-onclick*="Quantity"] {
        display: block !important;
    }
}
@media screen and (max-width: 530px) {
    .product-layout.col-xs-12 {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .header_container .col-sm-4:first-child {
        width: 100%;
    }
    .header_container .col-sm-4:last-child {
        width: 100%;
        float: none;
        margin-top: 10px;
    }
    .header__contact_block::before {
        content: "";
        display: none;
    }
    .header__contact_block {
        text-align: center;
        padding-left: 0;
    }
    .header_cwc {
        text-align: center;
    }
    .main_slider {
        display: none !important;
    }
    .header__contact_block span {
        display: none;
    }
    .header__contact_block {
        padding: 0;
    }
    #phone_block {
        width: 210px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .navbar-nav>li>a {
        font-size: 10px;
    }
    .header__contact_block a {
        font-size: 18px;
    }
    .product-list .price {
        font-size: 10px;
    }
    .product-list .caption h4 a {
        font-size: 12px;
        line-height: 10px;
        white-space: normal;
    }
    .product-layout.product-list .product-thumb .button-group button.btn-fastorder {
        font-size: 12px;
    }
    .product-list .image {
        width: 40%;
    }
    .product-list .caption,
    .product-list .button-group {
        width: 60%;
    }
    .product-list .caption {
        padding: 10px;
    }
    .product-list .caption h4 {
    }
    .product-list .image img.img-responsive {
        height: initial;
    }
    .product_mmm {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .product-list .product_mmm {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-bottom: 5px;
    }
    .product-list .price_block {
        width: 100%;
        margin-bottom: 8px;
        text-align: left;
    }
    .product-list .price_list .price {
        height: 30px;
        line-height: 27px;
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .imagezoom-view {
        width: 174px !important;
        height: 174px !important;
    }
    .category_list_li {
        width: 48%;
    }
	.discount_wraper{
		width: 100%;
	}
}
/* End Mobile */

/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0){
    _::-moz-svg-foreign-content, :root .class {
        
    }
}
/* End Safari */


.boc_order_category_btn {
	display: inline-block;
	float: none;
	width: 156px !important;
	white-space: nowrap;
	font-weight: bold;
	margin: 10px;
	margin-left: 0px;
	margin-top: 0;
}

.overlay-menu {
  position: absolute;
  left: 0;
  top: 40px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 250ms;
  background:#00bdd3;
  z-index: 10;
  width: 100%;
  height: 100%; 
}

.overlay-menu .navbar-collapse {
  padding-top: 25px;
  padding-bottom: 25px;
}

.overlay-menu li.dropdown > a,
.overlay-menu li.dropdown > a:hover,
.overlay-menu li.dropdown > a:focus {
  color: #fff !important;
}

.overlay-menu li.dropdown > a:focus {
  text-decoration: underline !important;
}

.overlay-menu__nav {
  padding: 0 15px;
  padding-top: 25px;
  border-top: 1px solid #79dbe6;
}

.overlay-menu__item a {
  color: #fff !important;
  line-height: 42px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.overlay-menu.visible {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

@media (min-width: 768px) {
  .overlay-menu {
    display: none;
  }
  .header__search {
    display: none;
  }
}

@media (max-width: 768px) {
  .mob_search {
    display: none !important;
  }
  .header__cart_block {
    float: none !important;
  }
  .pull-right.callme {
    float: none !important;
  }
  #menu {
    display: none;
  }
  .breadcrumb {
    margin-top: 20px;
  }
}

.header__search {
  float: left;
  width: 65%;
  margin-left: 15px;
}

/* hamburger */
.hamburger {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 8px;
  cursor: pointer;
  transition: opacity, filter .15s linear;
  text-transform: none;
  color: #fff;
  background-color: transparent;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger--slider,
.hamburger-inner {
  top: 2px;
}
.hamburger-inner {
  display: block;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 35px;
  height: 3px;
  transition: transform .15s ease;
  border-radius: 4px;
  background-color: #fff;
}
.hamburger-inner:before {
  display: block;
  content: '';
  top: 10px;
  transition: transform, opacity .15s ease;
}
.hamburger-inner:after {
  display: block;
  content: '';
  top: 20px;
  bottom: -10px;
  transition: transform, opacity .15s ease;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0,-20px,0) rotate(-90deg);
}
/*--------------MAIN----------*/
.header_top_block {
    background: #FF2E2E;
    text-align: center;
    color: #fff!important;
}
.header_top_block p, .header_top_block span {
    color: #fff!important;
    font-size: 14px;
}
.header_top_block h3 {
    color: #fff!important;
}
/*-----LANG---*/
.pull-left.main-lang {
    float: right!important;
}
.main-lang button span {
    margin-left: 5px;
}
.main-lang button:hover {
    text-decoration: none;
}
.main-lang .btn-link:focus, .main-lang .btn-link:hover {
    text-decoration: none!important;
}
@media screen and (max-width: 768px) {
.main-lang .open>.dropdown-menu {
    left: auto;
    right: 0;
}
}