@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Medium.eot');
    src: local('../fonts/DIN Pro Medium'), local('../fonts/DINPro-Medium'),
        url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-Medium.woff') format('woff'),
        url('../fonts/DINPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-BlackItalic.eot');
    src: local('../fonts/DIN Pro Black Italic'), local('../fonts/DINPro-BlackItalic'),
        url('../fonts/DINPro-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-BlackItalic.woff') format('woff'),
        url('../fonts/DINPro-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-MediumItalic.eot');
    src: local('../fonts/DIN Pro Medium Italic'), local('../fonts/DINPro-MediumItalic'),
        url('../fonts/DINPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-MediumItalic.woff') format('woff'),
        url('../fonts/DINPro-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Bold.eot');
    src: local('../fonts/DIN Pro Bold'), local('../fonts/DINPro-Bold'),
        url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-Bold.woff') format('woff'),
        url('../fonts/DINPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Light.eot');
    src: local('../fonts/DIN Pro Light'), local('../fonts/DINPro-Light'),
        url('../fonts/DINPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-Light.woff') format('woff'),
        url('../fonts/DINPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Italic.eot');
    src: local('../fonts/DIN Pro Italic'), local('../fonts/DINPro-Italic'),
        url('D../fonts/INPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-Italic.woff') format('woff'),
        url('../fonts/DINPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro.eot');
    src: local('../fonts/DIN Pro'), local('../fonts/DINPro'),
        url('../fonts/DINPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro.woff') format('woff'),
        url('../fonts/DINPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Black.eot');
    src: local('../fonts/DIN Pro Black'), local('../fonts/DINPro-Black'),
        url('../fonts/DINPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-Black.woff') format('woff'),
        url('../fonts/DINPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-LightItalic.eot');
    src: local('../fonts/DIN Pro Light Italic'), local('../fonts/DINPro-LightItalic'),
        url('../fonts/DINPro-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-LightItalic.woff') format('woff'),
        url('../fonts/DINPro-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-BoldItalic.eot');
    src: local('../fonts/DIN Pro Bold Italic'), local('../fonts/DINPro-BoldItalic'),
        url('../fonts/DINPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-BoldItalic.woff') format('woff'),
        url('../fonts/DINPro-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

body {
    font-family: 'DIN Pro', sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    background: #fff;
}
button, input, select, textarea{
    outline:none !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #000;
    outline: none !important;
}
a:hover {
    text-decoration: none;
    color: #999;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 12px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
    box-shadow: none;
    border-radius: 0px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 0px;
    border: none;
    width: 100%;
    display: block;
    position: relative;
    clear: both;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

/* logo */
#logo {
    margin: 8px 0px 8px 0;
    text-align: right;
    transition: 0.3s;
}
#logo img{
    max-width: 80%;
    display: inline-block;
}

/* cart */
#cart #cart-total{
    position:relative;
    text-align: center;
    vertical-align: bottom;
    font-size: 12px;
    color: #fff;
}
#cart #cart-total b{
    text-transform: uppercase;
}
#cart .btn:hover{
   background: #26163d;
}
#cart .btn{
    padding: 5px;
    background:#331d4e;
    border: none;
    border-radius:3px;
    overflow:hidden;
}
#cart {
    z-index: 99999;
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
}
#cart .text-center + .b_none{
    display:none;
}
#cart > .btn i{
    text-align: center;
}
#cart:hover i {background: url(cart1.png) center no-repeat;}
#cart i {
    color: #fff;
    border: none;
    background: url(cart1.png) center no-repeat;
    position: relative;
    box-shadow: none !important;
    width: 50px;
    height: 50px;
    margin:0 auto;
    display: block;
}
#cart.open > .btn {   
    box-shadow: none;
    text-shadow: none;
}
#cart i:before{
    display:none !important;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
}
@media (max-width: 478px) {
    .radio_buttons div{
        float: none !important;
        display: inline-block;
    }
    #radio_buttons{
        text-align:center;
    }
    #product .selectbox{
        display:none !important;
    }
    #product select{
        display:block !important;
        position: relative !important;
        top: 0px !important;
    }
    .sc-main.showcase.brand .item-info{
    height:auto !important;
}
.showcase .info-wrapper {
    padding: 5px 20px;
    
}
   .price .product-price{
       text-align:center;
   }
    #product .form-group{
        display:block !important;
        width:100%;
        position:relative;
    }
    #product .form-group.required{
        margin-bottom:5px;
    }
    li.brand_title{
        text-align:center;
    }
    .art_model{
        margin-top:15px !important;
        text-align: center;
        display: block !important;
    }
   h1.heading-title.product_page{
       padding-top:0px;
       padding-bottom:0px;
       margin-bottom:0px;
       display: block;
       text-align: center;
   }
    .mfilter-free-container #mfilter-opts-price-min, .mfilter-free-container #mfilter-opts-price-max {
    width: 70px !important;
    min-width: auto !important;
}
    #cart .dropdown-menu {
        width: 100%;
    }
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
@media (max-width: 768px) and (min-width: 500px){
    .so-megamenu-active #remove-megamenu{
        position:absolute;
        top:10px;
        right:10px;
    }
    .logo_menu{
        text-align:center;
    }
    .logo_menu img{
        width:100px;
        padding-bottom:10px;
        display:inline-block;
    }
    #mydiv{
        width: 100% !important;
    }
    .mfilter-slider-slider .ui-slider-handle, #mfilter-price-slider .ui-slider-handle {
    width: 18px !important;
    height: 18px !important;
    border: none !important;
    background: #000;
    margin-left: -14px !important;
    outline-style: none !important;
    cursor: pointer !important;
    transition: none !important;
    display: block;
    position: absolute;
    margin-top: -2px;
    border-radius: 100%;
}
    .mfilter-free-container #mfilter-opts-price-min, .mfilter-free-container #mfilter-opts-price-max{
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    }
    #top_menu .navbar-default{
        background-color:#fff;
    }   
    #cart{
        float:none;
    }
    #search_cart{
        margin:0 auto;
        display:block;
        position: relative !important;
        top: 7px !important;
        padding-left: 0px;
    }
    #top .container{
        padding:5px 10px;
    }
    .top_phone span{
        display:block !important;
    }
    #logo{
        text-align:center;
    }
     #logo a{
        text-align:center;
    }
     #logo a img{
        text-align:center;
        display: inline-block;
    }
}
@media (min-width: 991px) and (max-width: 1024px) {
    
 header .container > .row{
        width: 100%;
    }
    .logo_header{width: 20%;padding-top: 10px;}
    .search1, #search_cart{}
    #top_menu{
        width: 100% !important;
    }
    .logo_menu, #top_menu .hidden-lg{
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
   #search_cart{
        top:0px !important;
    }

    .phone_footer{
        padding-left:120px;
    }
    .scc-next{
        right: -10px !important;
    }
    .scc-prev{
        left: -10px !important;
    }
    .owl-carousel .owl-buttons .owl-prev {
    left: -15px !important;
}
.owl-carousel .owl-buttons .owl-next {
    right: -15px !important;
}
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }  
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/* menu */
#menu .nav > li > a {
    color: #fff;
    border-bottom:3px solid #331d4e;
}
#menu .nav > li > a:hover{
    background-color:#26163d !important;
    border-color:#f2b101;
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}
#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.nav>li.a_block12{
	display:none;
}
@media (min-width:1024px){
    .scroller .owl-wrapper{
    text-align: center;
    display: inline-table;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*width: 100% !important;*/
  }
  .scroller .owl-wrapper .owl-item{/*float: none;display: inline-block;*/padding: 10px;}
  #scroller_2.scroller .owl-wrapper{width: 100% !important;}
  #scroller_2.scroller .owl-wrapper .owl-item{float: none;display: inline-block;padding: 10px;}
#korzina{
        margin-right:25px;
    }
}
@media (min-width: 768px) {
    
    .navbar-nav{
    display: inline-table;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    width: 100%;
    }
     .navbar-nav li a{
     }
    
    .stiky #top_menu{
        position:fixed;
        width:100%;
        top:0px;
    }
    .stiky #korzina{
        position:fixed;
        top:80px;
        right: 2%;
    }
    .header{
        display: inline-table;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: space-between;
        width: 100%;
        min-height: 108px;
   }
    .product-thumb .image img{
        width: 100%;
    }
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}
/* content */
#content {
    min-height: 270px;
    position: relative;
}
/* footer */
.newsletter_footer .container{
    border-bottom:1px solid #666;
    padding-bottom: 30px;
}
.newsletter_footer{
    background-color: #fff; 
    padding-top:20px;
    padding-bottom: 20px;
}
.newsletter_footer b{
    font-size:22px !important;    
    font-weight:normal !important;
}
.newsletter_footer b, .newsletter_footer span{
    display:block;
    text-align:center;
    font-size: 18px;
}
.newsletter_footer #subcribe{
    display:inline-block;
    width:auto;
    background: #adaead;
    padding: 0 50px;
    border-radius: 0px;
    color: #000;
    border: none !important;
}
.newsletter_footer input{
    display:inline-block;
    width: 40%;
    box-shadow: none;
    height: 40px;
    margin-right: -5px;
    top: 0px;
    position: relative;
    vertical-align: top;
    line-height: 40px;
    border: 1px solid #adaead;
    border-radius: 0px;
}
footer {
    margin-top: 30px;
    padding-top: 0px;
    background-color: #69788c;
    color: #000;
    padding-bottom: 20px;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #f1f8fe;
}
footer a {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    text-decoration: underline;
}
footer a:hover {
   color: #f2b100;
}
footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 0px solid #ddd;
    background: none;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li a{
    color: #84a1c1;
    font-size: 12px;
    
}
.breadcrumb > li {
    padding: 0 8px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
    color: #625b58;
}
.breadcrumb > li:after {
    content: '/';
    display: block;
    position: absolute;
    top: 0px;
    right: -4px;
    width: 5px;
    color: #625b58;
    height: 5px;
}
.pagination {
    margin: 0;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
#button-cart{
    font-size: 14px;
    
    display: inline-block;
    width: 80%;
    font-weight: 700;
    line-height: 30px;
    border-radius: 50px;
    margin-right: 0px;
    text-transform: uppercase;
    background: #2a577d;
    box-shadow: 0 18px 24px -14px #2a577d !important;
    vertical-align: top;
}
.btn-primary {
    color: #ffffff;
    background-color: #ffb300;
    border: none;
    text-transform: uppercase;
    line-height: 30px;
    outline: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 14px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #331d4e;
    background-position: 0 -15px;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    
}
/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 4px 12px;
    border: none;
    font-size: 14px;
    font-weight: normal;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #000;
    border: none;
    background: #fff;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
/* product list */
.product-layout.product-grid:hover{
    z-index:999;
    border-color: #fff;
}
.product-thumb:hover .name a{
    color:#191919;
}
.product-thumb .name{text-align: left;margin-top: 30px;}
#scroller_2 .product-thumb .name{min-height:60px;}
.product-thumb:hover{

    }
.product-thumb {    
    margin-bottom: 0px;
    overflow: auto;
    
}
.product-thumb .image {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
    .sticky #logo img {
    max-width: 90%;transition: 0.5s;
}
    .sticky #search_cart{
        top:2px;
        transition: 0.3s;
    }
    .sticky ul.megamenu > li > a {
    height: 45px;
    line-height: 45px;
    transition: 0.3s;
}
    .sticky #logo{
        margin-bottom:0px;
        margin-top:2px;
        transition: 0.3s;
    }
    .sticky {
    transition: 0.5s;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
}
.product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
}
}
.product-thumb {
    padding: 15px;
}
.product-thumb .caption {
    min-height: 93px;
    text-align: center;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
    padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
}
.product-grid .product-thumb .caption {
    min-height: 88px;
}
}
.product-thumb .rating {
    padding-bottom: 10px;
    text-align: left;    
}
.product-thumb .rating b{
    font-weight:normal;
    text-decoration:underline;
    color:#331d4e;
    font-weight:500;
    font-size:14px;
}
.f_r{
    border-bottom:1px solid #e7e8ec;
}
.fa.fa-star.s{
    color:#f2b101;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #e7e8ec;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #444;
}
.product-thumb .price-new {/*color: #2a577d;font-size: 18px;font-family: Robotoregular;*/font-weight: 600;}
.product-thumb .price-old {
    color: red;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 10px;
	font-size:16px;
	font-weight: 500;
}
.product-thumb .caption .product_inhome{
	text-align:left;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1)  {
   .nav>li>a {
    padding: 13px 10px !important;
    }
    .search{
        font-size:14px !important;
    }
    .call_header p{
        font-size:13px !important;
    }
    .stiky #top_menu{
        top: 20px !important;
    }
   }

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
   .search{
    display: none;
   }
   .nav>li>a {
    padding: 7px 9px !important;
    text-align: left;
    font-size: 15px !important;
    }
    #korzina{
        margin-right:0px !important;
        margin-left:0px !important;
        right: 0px !important;
    }
    .call_header{
        margin-right:-30px;
    }
    .navbar-collapse.collapse{
        padding-left: 0px;
        padding-right: 0px;
    }
    .stiky #top_menu{
        position:relative !important;
    }
    #block9 .advantages-block > div:nth-child(2){
        height:420px;
    }
    header .container{
        padding-left:0px !important;
        padding-right:0px;
    }
    .container{overflow: hidden !important;}
    #block4 .advantages-block > div{
        width:33%;
    }
    .img_con{
        height: 120px !important;
    }
    #block7 .comp1, #block7 .comp2, #block7 .comp3, #block7 .comp4 {    
    min-height: 200px !important;}
    .slick-next{
        right:0px !important;
    }
    .slick-prev{
        left:0px !important;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 812px) and (orientation : landscape) {
    .search{
        display: none;
    }
    .nav>li>a{
        padding: 13px 10px !important;
        font-size: 14px !important;
    }
    header .container{
        padding-right: 0px;
        padding-left: 0px;
    }
    .callme_viewform{
        margin-left:-40px;
    }
    #logo{
        text-align:center;
    }
    .stiky #top_menu{
        position: relative;
    }
    }

@media (min-width: 470px){    
   
    .logo_menu img{width:100px;display:inline-block;}
    .logo_menu{
        text-align:center;
        padding-bottom:10px;
    }
    .so-megamenu-active #remove-megamenu{
        top:10px;
        right:10px;
        position:absolute;
    }
    .accordion > div > a i{
        display:none;
    }
    
}
@media (max-width:470px){
    .img_con img{
        width:100%;
    }
    .dostavka, .oplata {
    padding: 100px 0px 30px 30px !important;
}
    .dostavka {
    background: url(dos1.png)30px 15px no-repeat !important;
}
 .oplata {
    background: url(opl1.png)30px 15px no-repeat !important;
}
    .navbar-collapse.in button{
        display:block !important;
        text-align:center !important;
        float: none;
        width: 100%;
        border: none;
        color: #fff;
    }
    .navbar-nav{
        padding-left:20px;
        padding-right:20px;
    }
    .image-additional {
    max-width: 24% !important;
}
    .box-heading{
        font-size:26px !important;
    }
    .footer_menu li a{
    text-align:center;
    display: block;
    padding-bottom: 8px;
    }
    .footer_menu li{
        display:block;        
    }
    #block7 .container > div:last-child{
        order:-1;
        margin-top: -40px;
        margin-bottom: 20px;
    }
    #block7 .container > div:first-child{
        order:-2;
    }
    #block5 .container, #block7 .container{
        flex-direction:column;
        display:flex;
    }
    #block5 .video_video{
        order:-1
    }
    #block5 .box-heading, #block7 .container .box-heading{
        order:-2;
        margin-bottom:40px !important;
    }
    #block9 .pos-center .image{
        width:100%;
    }
    .ot_left{
        text-align:center;
    }
    .ot_left b br{
        display:none;
    }
    #block12 .welcome_home{
        margin:0 auto !important;
        display:block !important;
    }
    #block12{
        background-size:cover !important;
    }
    .slick-next{
        right:0px !important;
    }
    .slick-prev{
        left:0px !important;
    }
    .video_video img{
        width:100%;
    }
    .attribute_home{
        padding:30px 40px !important;
    }
    .attribute_home b:last-child{
        
    }
    .quantity_div{
        display:block !important;
        margin: 0px !important;
        margin-bottom: 10px !important;
        width: 90px !important;
    }
    .f_r > div{
        width:100% !important;
        display:block !important;
        text-align:left !important;
        margin-bottom:10px;
    }
    .call_header p{
        font-size:13px !important;
    }
    .header .callme_viewform{
        order:0;
        position: absolute;
        right: 0px;
        top: 100px;
        display: none;
    }
    #korzina{
        max-width: 30%;
        position: fixed;
        right: 10px;
        top: 90px;
        z-index: 99999;
    }
    #korzina b{
        display:none;
    }
    .logo_header{
        margin-top: 10px;
        margin-bottom: 35px;
    }
    .product_inhome .caption{
        padding-left:0px !important;
    }
    .left_pro_page{
        width:100%;
        position:relative;
        float: none !important;
        height: 100%;
        display: table;
    }
    .mfilter-box{
        margin-top:0px !important;
    }
    .advantages-block > div:nth-child(5){
        width:100%;        
    }
    .advantages-block > div:nth-child(5) > div{
        min-height:auto;      
    }
    .advantages-block{
        text-align:center;
    }
    .advantage.pos-center{
        min-height:280px;
    }    
    header .container > .row{
        padding-right:0px;
    }
    .common-home .product-thumb{
    }
     .common-home .scroller{
        max-width: 90%;
        margin: 0 auto;
    }
    .fancybox-lock .fancybox-overlay, #fancybox-thumbs, #fancybox-buttons{
        display: none !important;
    }
    
    .radio_buttons{
        margin: 0px !important;
    }
    #accordeon{
    width: 100% !important;
}
    .list-unstyled.price{
        text-align:center;
    }
   
    .tab-content{
        padding:20px !important;
    }
    #product-page{
        padding:0px;
    }
    .flexslider .slides li{
        display:block;
        margin-right: 10px !important;
    }
    #product-page #content{
        padding:0px;
    }
    #product-page > .row{
        margin-left:0px;
        margin-right:0px;
    }
    .flexslider .slides img{
    padding: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    }
    .carousel li{
        margin-right: 7px !important;
    }
    .thumbnails{
    }
    .flexslider.carousel{
        display:block !important;
        margin-bottom: 10px;
    }
    .product-page .col-xs-12{
        float:none;
        display:block;
        padding: 0px;
    }
    .product-page .col-sm-5.right, .product-page .col-sm-6{
        display:block;
        width:100%;
        float: none;
    }
    .accordion > div > a.active .fa{
        transition: 0.5s;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);        
    }
    .accordion > div > a .fa{
        transition: 0.5s;
    }
    .accordion > div > a{
        cursor:pointer;
        display: block;
    }
    footer a.active + ul{
    display:block;}
footer a + ul{display:none;}

    .row.product_filter .sort div{
        float:none !important;
        display: inline-block;
        margin: 0 auto;
    }
    .row.product_filter .sort {
        text-align:center;
    }
    .row.product_filter > div select{
        margin:0 auto;
        display: inline-block !important;
    }
    #cart > .btn {    
    background-size: 23px;
}
    #button-cart, .pr_wish{
    }
    .logo_menu img{
        width: 120px;
        padding-bottom: 10px;
        padding-top: 5px;
    }
    .logo_menu {
        display: inline-block;
    }
        .nav>li{
        display:block !important;
    }
    .nav>li>a{
        padding:10px 16px;
        border-bottom: 1px solid #fff !important;
    }
    
    .active_image{
        width:80%;
    }
    .additional-image{
        width:20% !important;
    }
    .phone_footer{
        text-align:left;
    }
    .logo_footer{
        order: -2 !important;
    }
    .footer_row{
        display: inline-flex;
        flex-direction: column;
    }
    .footer_row img{
        margin:0 auto;
    }
    .footer_row div{
        display:block;
        width:100%;
        order: -1;
        margin-bottom: 12px;
        text-align: center;
    }
    
    #top_menu .navbar-default {
        background-color: #fff !important;
    }
    .onc_mydiv.x{
        right: 0px !important;
        position: absolute !important;
    }
    #cart{
        right: 0px;
        float: none;
        margin-bottom: 5px;
        z-index: 5;
    }   
    .navbar-header .navbar-toggle{
        border: none;
        z-index: 999999999999;
        float: none;
        color: #fff;
        display: block;
        text-align: center;
        width: 100%;
        padding: 0px;
    } 
    .navbar-header .navbar-toggle i{
        font-size: 24px;
    }  
    .navbar-header .navbar-toggle span{
        background: #000 !important;
    }
    #top{
        display:none;
    }
    .logo_header{
    }
    
    body header{
        padding-top:0px !important;
    }
    #logo{
        text-align: center;
        margin-top: 20px;
    }
    #logo img{
        display:inline-block;
        max-width: 100%;
    }
    footer{
        text-align:center;
    }
    div#top_menu .container{
        padding:0px;
    }
    div#top_menu{
        
    }
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 0px;
}
.thumbnails {
    margin-left: 0px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 10px;
    padding: 5px 0px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 4px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
body header{
    padding-top: 0px;
    background: #fff;
    z-index: 99999;
    position: relative;
}
.common-home header{margin-bottom: 20px;}
.advantage img{
    float: none;
}
.button{
    background-color: #000000 !important;
    color:#fff !important;
    font-size:16px;
    text-shadow:none !important;
}
.button:hover{
    background-color: #232323 !important;
}

.product-thumb .name a{
    font-size: 15px;
    display: block;
    text-decoration: none;
    color: #0e1825;
}
.product-thumb .name h3{
	font-weight:normal;
	margin:0;
}
.product-thumb .caption p{
    margin-bottom:0px;
    font-family: RobotoRegular;
    font-size: 16px;
    color: #000;
    display: none;
}
.product-thumb .price{
    font-size: 26px;
    margin-top: 20px;
    color: #f0b81e;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: bold;
}
.sets .set-product .name h4{
	font-weight:normal;
	font-size: 13px;
}
/*.btn-quickview{
	display:none !important;
}*/
.box-heading b{color: #f0b81e;font-weight: normal;font-size: 20px;position: absolute;top: 0px;padding-left: 10px;}
.box-heading {
    font-size: 32px;
    color: #0f1925;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 500;
}
.b1c-submit-area .b1c-cr a{display:none;}


.product-grid .name {
    margin-top:10px;
}
.product_filter .sort{
    padding-right:10px !important;
}
.product_filter .sort select{
    border:none;
    box-shadow:none;
    width: auto;
    color: #2a587e;
    float: none;
}
.product-layout.product-grid {
    padding-left: 3px;
    padding-right: 3px;
}
.product_filter {
    margin-bottom: 0px;
    border-bottom: 1px solid #ececec;
    display: block;
    clear: both;
    position: relative;
    height: 40px;
    padding-top: 5px;
}
.row.product_filter > div select{
    box-shadow:none !important;
    border: 1px solid;
    background: #fff;
    /* display:none; */
}
.row.product_filter > div label{
    border:none;
    background: #fff;
}
.row.product_filter > div{
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: 40px;
    padding-left:0px;
}
h1.heading-title {
    
    color: #999;
    padding-top: 10px;
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.thumbnail, .image-additional a{
    border:none;
}

#product label.control-label{
    font-size: 14px;
    padding-bottom: 0px;
    color: #000;
    text-transform: uppercase;
    
    text-align: center;
}
#product select{
    border-radius:0px;
    box-shadow:none;
    background-color:#fbf9f9;
    border: 1px solid #000;
    width: 200px;
}
.price .product-price{
    font-size: 25px;
    color: #2a577d;
    margin-top: 10px;
    display:block;
    position:relative;
    
}
.list-unstyled.price .price-old{
    font-size:18px;
    text-decoration:line-through;
    font-weight:normal;
    display:inline-block;
    margin-right:10px;
}
.list-unstyled.price .price-new{
    font-size: 20px;
    display:inline-block;
    color: #2f3031;
}
.list-unstyled.price {
    display:block;
    margin-top: 0px;
    position:relative;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 700;
}
.art_model li{
    display: block;
}
.art_model {
    margin-bottom:10px;
    font-size: 16px;    
    margin-top: 10px;
}

.col-sm-4.right hr{
    margin-top:10px;
    margin-bottom:10px;
}
#minuse {
    border-radius: 5px 0 0 5px;
    height: 40px;
    width: 40px;
    background: #fff;
    border: 1px solid #ccc;
    outline:none !Important;
}
#pluse {
    border-radius: 0 5px 5px 0px;
    height: 40px;
    width: 40px;
    background: #fff;
    border: 1px solid #ccc;
    outline:none !Important;
}
#product_qty {
    float: left;
    height: 40px;
    width: 60px;
    text-align: center;
    border-left: none !important;
    border-right: none !important;
    border: 1px solid #ccc;
    outline: none !important;
}
#product span.error{
    display:block;
    width:100%;
    color:red;
}
#product span {
    margin-bottom: 2%;
    width: 8%;
    float: left;
}
.attribute tr:nth-child(2n+1) {
    background-color: #eee;
}
.attribute tr td{
    border: none !important;
}
.table.table-bordered.attribute{
    border:none;
}
.tab-content {
    background-color: #fff;
    padding: 20px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}
.nav-tabs>li a{
    background-color: #ffffff !important;
    border-bottom: 4px solid #ececec;
    font-size: 14px;
    border-left:0 !important;
    border-right:0px !important;
    border-top:0px !important;
    text-transform: uppercase;
    
    color: #000;
}
.nav-tabs>li.active a{
    border-bottom: 4px solid #2a577d !important;
    color: #000;
}
#error-msg b{
    font-size:14px !important;
    font-weight:normal !important;
    /* font-family:ProximaNovaRegular; */
    text-align:center;
    color: #2b2a29 !important;
}
.additional-image {
    width: 80px;
    display: inline-block;
    float: left;
}

.additional-image li{
    margin-left: 0px !important;
    max-width: none;
}
.additional-image li a{
    padding: 0;
}
.active_image{margin-left: 0px !important;display: inline-block;float: left;}

.active_image a{
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 0px;
}
.list-group a.active {
    font-family:RobotoBold;
    border-radius: 0px;
    text-transform: uppercase;
}
.top_phone{
    font-size: 14px;
    background:url(../image/call.svg)left center no-repeat;
    padding-left:25px;
    font-family: RobotoRegular;
}
#search_cart{
    padding-right: 0px;
    top: 10px;
    transition: 0.3s;
    text-align: right;
}
.list-group-item.cat3{
    padding-left:30px;
}
.pagination{
    margin-top:20px;
    margin-bottom:20px;
}
.pagination>.active>span, .pagination>.active>span:hover{
    background-color:#fff;
    border:none;
    border-bottom:1px solid #000;
    border-radius: 0px !important;
    color:#000;
    font-size:14px;
    }
.pagination>li>a, .pagination>li>a:hover{
    background-color:#fff;
    border:none;
    border-bottom:1px solid #fff;
    border-radius:0px;
    color:#000;
    font-size:14px;
    font-family:RobotoLight;
    }
    .pagination>li:last-child>a{
        border-radius:0px;
    }
    .container{
        position:relative;
    }
   
    span.count_cart {
   position: relative;
   display: block;
   text-align: center;
   color: #2a577d;
}

.footer_row .col-md-4:nth-child(1) a{
    padding-bottom: 5px;
    display: block;
}
.owl-prev{
    /* background: url(left.svg)center no-repeat; */
    background-size: 15px;
    border: none;
    box-shadow: none;
    left: -5px;
    position: relative;
    outline: none !important;
}
.owl-next{
    background: url(right.svg)center no-repeat;
    background-size: 15px;
    border: none;
    box-shadow: none;
    right: -5px;
    position:absolute;
    outline: none !important;
}
.owl-next span, .owl-prev span{
    color:#fff !important;  ;
}
.additional-image li:hover a img{
    opacity:0.5
}

#additional-carousel .owl-controls.clickable .owl-prev{
    left:5px !important;
    background-color:#fff;
    padding:5px;
    top:40% !important;
}
#additional-carousel .owl-controls.clickable .owl-next{
    right:0px !important;
    background-color:#fff;
    padding:5px;
    top:40% !important;
}
.thumbnails .image-additional img:hover{
    opacity:0.5;
}
a.brand_title{
    font-size: 16px;
    font-family: RobotoRegular;
}
.rd3 {
        padding-left:40px !important;
        display: block;
    }
.btn-primary:active:hover{
    background-color:#737373;
}
#product .form-group.required .selectbox {
    float: none;
    width: auto;
    border: 1px solid #2b2a29;
    background: #fff;
}
#product .form-group.required .selectbox .select{
    background-color:#fff;
}
#additional-carousel .owl-wrapper-outer{
    margin-left:0px !important;
}
.nav>li>a{padding: 13px 20px;display: block;margin: 0px;text-transform: none;font-size: 17px;cursor: pointer !important;background: none !important;}
.nav>li{
    display:inline-block;
    float: none;
}
.nav.nav-tabs{
    border:none;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    text-align: left;
    padding: 0px 10px;
}
.nav{
    text-align:center;
    float: none;
}
#add_img li{
    width:auto !important;
    margin-right: 5px !important;
}
#blueimp #additional-carousel{
    display:none !important;
}
a:focus, a:hover {
    color: #2b2a29;
    text-decoration: underline;
}
.form-group.cart_product {
    display: block;
    width: 100%;
    clear: both;
    margin-top: 20px;
}

.product-layout.product-grid:hover .product-thumb{
    border-color: #2a577d !important;
}
.product-layout.product-grid .product-thumb{
    border-bottom: 2px solid #fff;
}
a{
    color:#625b58;
}

.attr td, .attr table{border:none !important;padding-left: 0px !important;font-size: 14px;padding-bottom: 0px !important;padding-top: 0px !important;color: #999;/* width: 60%; */}
.attr td b{
    font-weight:normal;
    
    color:#000;
    padding-left:10px;
    text-align: left !important;
    /* float: right; */
}
.attr{
    margin-top: 20px;
    position:relative;
    display:block;
}
.attr td span{
    width: 30% !important;
    display: inline-block;
    line-height: 25px;
}
.attr h2, .tab-content h2{
    margin-top:0px;
    
}
.footer_menu li{
    display: block;
    padding: 0px 0px;
    border-right: 0px solid #999;
}
.footer_menu li:last-child{
    border:none;
}
.accordion .footer_menu{
    text-align:left;
}
.footer_menu{
    text-align: center;
    margin-bottom: 0px;
}
.footer_row h3{
    
    font-size: 14px;
    color: #005b99;
    font-weight: 700;
}

.ad_to_cart{
    background:#fff;
    border:1px solid #999;
    border-radius:0px;
    color:#999;
    position:fixed;
    z-index:99999;
    top:60px;
    right: 10px;
    width:260px;
    text-align:center;    
}
div#bhm-bcb-content0 {
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
    position: relative;
    padding: 0px 40px;
}
span.pol, span.pol a{
    color: #9B9B9B;
    font-size: 12px;
    line-height: 1.3;
    text-decoration:none !important;
}
span.pol a{
    border-bottom:1px solid #ccc;
}
span.pol a:hover{
    border-color:#fff;
}
#column-left, #column-right{
    padding-left: 0px;
    padding-right: 0px;
}
.cart_header b, #wishlist-total b{
    text-align:center;
    display:block;
    color: #fff;
    font-weight:normal;
}

.flex-direction-nav .flex-next{
    background: #fff url(right.svg)center no-repeat;
    background-size: 20px;
}
.flex-direction-nav .flex-prev{
    background: #fff url(left.svg)center no-repeat;
    background-size: 20px;
}

footer .container{
    padding-top:30px;
}
.form-group.cart_product b{
    float:left;
    margin-right:10px;
    margin-top:10px;
    font-weight: normal;
    font-size: 14px;
    font-family: Roboto Light;
}
.product_center .name{
    min-height:80px;
}
    #column-left .box-heading{
        text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
    }
      .ls-v5 .ls-bottom-slidebuttons a.ls-nav-active{
        background:#2a577d;
        border-radius:100%;
        border:2px solid #2a577d !important;
    }
    .ls-v5 .ls-bottom-slidebuttons a{
        background:rgba(255, 255, 255, 0.5);
        border-radius:100%;
        border:2px solid #fff !important;
        background-image:none !important;
        width:10px !important;
        height:10px !important;
        margin:2px;
    }
    #block5{
    background: url(block4.jpg)center no-repeat;
    padding: 50px 0;
    color: #fff;
    margin-bottom: 60px;
    }
    #block5 .box-heading{
        color: white;
        margin-bottom: 75px;
    }
    #block7 .box-heading{
       margin-bottom: 75px; 
    }
    .header .callme_viewform:hover{
        background-color:#331d4e;
    }
    .header .callme_viewform{
        background-color: #f2b101;
        border-radius:3px;
        text-align:center;
        text-transform:uppercase;
        color:#fff;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        padding: 5px 10px;
    }
    .call_header a{
    font-size: 24px;
    color: #0e1825;
    text-decoration: none !important;
    font-weight: bold;
    }
    .call_header p{
        font-size:14px;
    }
    .footer_row{
        color:#fff;
    }
    #block9 .pos-center{
    text-align:left;
    }
    .welcome_text .z_v{
    background:url(vopros.png)left center no-repeat;
    padding-left:35px;
    font-size: 24px;
    margin-bottom: 20px;
    line-height:26px;
    font-weight: normal;
    }
    .welcome_text .text{
       margin-bottom: 33px;
       border: 1px dashed #d6d9e0;
       border-radius: 3px;
       padding: 40px 35px;
       font-size: 15px;
    }
    .attribute_home {
        border: 1px dashed #d6d9e0;
        border-radius:5px;
        padding: 40px 60px;
        margin-top: 50px;
    }
    .attribute_home span{width: 100%;border-bottom: 1px dashed #d6d9e0;display: block;margin-bottom: 5px;}
.attribute_home span b{
    position:relative;
    background-color:#fff;
    top: 5px;
    padding-right: 5px;
    font-weight: normal;
    font-size: 17px;
}
.attribute_home span b:last-child{
    float:right;
    padding-right: 0;
    padding-left: 5px;
    min-width: 90px;
}
#block9, #block7{
    background-color:#e7e8ec;
    padding: 60px 0px;
}
#block9{
    margin-top: 35px;
    margin-bottom: 50px;
}
#block9 .box-heading{
    margin-bottom:40px
}
#block8 .box-heading{
    margin-bottom:50px;
    margin-top: 54px;
}
#block6{
    margin-top:60px;
    margin-bottom: 60px;
}
.search{
    color:#0e1825;
    font-size:17px;
    font-weight: 500;
}
.call_header{
    background:url(phone.png)left top no-repeat;
    padding-left:18px;
}
.phone_footer{
    background:url(phone.png)left top no-repeat;
    padding-left:20px;
}
.phone_footer b{
    font-size: 24px;
    font-weight: bold;
}
#top_menu{
    background-color:#331d4e;
    position: relative;
    display: block;
}
#top_menu .navbar{
    margin-bottom:0px;
    border: none;
    border-radius: 0px;
    min-height: auto;
}
.footer_row .callme_viewform:hover{
    background-color:#f09e00;
}
.footer_row .callme_viewform{
    background-color:#f2b100;
    text-align:center;
    display:inline-block;
    padding:5px 35px;
    text-transform:uppercase;
    font-weight:bold;
    border-radius:5px;
    cursor:pointer;
}
.rb-gallery-0 .box-heading{
    margin-bottom:45px;
    margin-top:30px;
}
#block11 .box-heading{
    margin-bottom: 50px;
}
#block10{
    border-bottom:1px solid #d6d9e0;
    padding-bottom:50px;
    margin-bottom: 63px;
}
.product_inhome .box-heading{
    margin-top: 30px;
    margin-bottom: 20px;
}
.f_r > div{    
    display: inline-block;
    width: 49%;
}
.product_inhome .caption{
    padding-left:20px;
    text-align: left;
}
.product_inhome .stock{
    margin-top:20px;
    display:block;
    font-size: 16px;
}
.product_inhome .stock:before{
    content:"";
    width:7px;
    height:7px;
    background:#5eb114;
    border-radius:100%;
    display: inline-block;
    margin-right: 5px;
}
.price_f b{
    font-weight:normal;
    font-size: 16px;
    font-weight:400;
    color:#0e1825;
}
.price_f .price{
color:#0e1825 !important;
}
.price_f{
    margin-bottom:20px;
}
.f_r > div:last-child{
    text-align:right;
}
.click1:hover{background-color:#26163d;}
.click1{
    display:inline-block;
    background: #331d4e url(click1.png)10px center no-repeat;
    color:#fff;
    padding: 10px 40px;
    border-radius:5px;
    text-transform:uppercase;
    font-weight:500;
    cursor: pointer;
    padding-right: 15px;
}
.cart_f button{
   background: #f2b101 url(cart_p.png)10px center no-repeat;
   color:#fff;
   padding: 10px 40px;
   border-radius:5px;
   border:none;
   text-transform:uppercase;
   font-weight:500;
   padding-right: 20px;
}
.viewed{
    margin-top:10px;
    position:relative;
}
#block3{
    background: #e7e8ec;
    padding: 40px 0px;
    margin-bottom: 60px;
    margin-top: 50px;
}
#block3 .box-heading{
    margin-bottom:20px;
}
#block4{
    margin-bottom:30px;
}
#block4 .box-heading{
    margin-bottom:40px;
}
/* Qty */
.quantity_div {display: inline-block;width: 60px;height: 36px;position:relative;padding:0;border-radius: 5px;text-align:center;margin: 10px auto;line-height:normal !important;border: 1px solid #e7e8ec;}
    .form-group .quantity_div {display:inline-block; vertical-align:middle;}
    .quantity_input {text-align: left;width: 40px;height: 34px !important;margin:0 -3px !important;background:#fff !important;color:#555 !important;border: none;}
    .plus, .minus {display:inline-block;vertical-align:top;height: 20px !important;padding: 0px 10px 0px !important;color: #f2b101;font-size:14px;cursor:pointer;font-family:Arial;}
    .minus{border-right:none;position: absolute;right: 0px;bottom: 0px;}
    .plus{border-left:none;position: absolute;right: 0px;top: 0px;}    
    .stock_warning {position:absolute; z-index:999; left:-49px; bottom:35px; width:180px !important; padding:10px !important; background:#fefefe; background: linear-gradient(to bottom, #fefefe 0%, #f0f0f0 100%); box-shadow: 1px 1px 10px #ccc; line-height:15px; border:solid 1px #ddd; border-radius:10px; display:block; color:#f00 !important; font-size:12px;}
.scroller .product-thumb .caption button:hover{
        background:#f09e00;}
    .scroller .product-thumb .caption button{
        background:#f0b81e;
        border:none;
        color:#fff;
        text-transform:uppercase;
        font-weight:500;
        width:100%;
        padding: 13px 0px;
        border-radius:5px;
        margin-top: 20px;
    }
    .scroller .product-thumb .caption .click_1:hover{
       background:#26153c;}
    .scroller .product-thumb .caption .click_1{
       background:#331d4e;
       border:none;
       color:#fff;
       text-transform:uppercase;
       font-weight:500;
       width:100%;
       padding: 13px 0px;
       border-radius:5px;
       margin-top:5px;
       cursor: pointer;
    }
    /*.scroller .product-thumb:hover .caption .name a{
        color:#331d4e;
        text-decoration: underline;
    }*/
    .pr_q b, .pr_q li{
        display: inline-block;
    }
    .pr_q{
        margin-bottom:25px;
    }
    .click_2{
        width:188px;
        background: #331d4f url(click1.png)15px center no-repeat;
        color:#fff;
        text-align:center;
        font-size: 14px;
        display:inline-block;
        vertical-align: top;
        padding: 13px 0;
        text-transform: uppercase;
        cursor: pointer;
        font-weight: bold;
        border-radius: 3px;
        padding-left: 25px;
    }
    .mfp-close-btn-in .mfp-close {
  color: #f2b100;
  }
   #block12{
      /* background:url(map.jpg)center no-repeat; */
      padding:20px 0;
      margin-top: 60px;
      margin-bottom: 30px;
      position: relative;
  }
  #map{
      position:absolute;
      width: 100%;
      top: 0px;
      bottom: 0px;
  }
  #block12 .welcome_home{display: inline-block;background: #fff;border-radius: 3px;padding: 40px;max-width: 320px;padding-right: 30px;padding-bottom: 30px;padding-top: 30px;border: 1px solid #d6d9e0;}
  #block12 .welcome_home b{
      display:block;
      background: url(circle.png)left center no-repeat;
      padding-left: 15px;
      margin-left: -15px;
  }
 
  #contact_map{
      width:233px;
      text-align:center;
      background:#f2b100;
      text-transform:uppercase;
      font-weight:bold;
      color:#fff;
      font-size:14px;
      padding: 13px 0px;
      border-radius: 3px;
      margin-top: 20px;
      cursor: pointer;
  }
  /* Otzyv */
  .ot_right .ot_text:before{
      content:"";
      background: url(i1.png)left center no-repeat;
      width: 21px;
      height: 17px;
      padding: 10px;
      position: absolute;
      left: 0px;
  }
  .ot_right .ot_text:after{
      content: "";
      background: url(i2.png)left center no-repeat;
      width: 21px;
      height: 17px;
      padding: 10px;
      position: absolute;
      right: 0px;
  }
  .otzyvi{outline:none !important;}
  .ot_right .ot_text{      
      font-size: 15px;
      position: relative;
  }
  .ot_right {
     border:1px dashed #e0e2e7;
     padding: 40px 35px;
     border-radius:3px;
  }
  .ot_photo ul{
      margin:0px;
      padding:0px;
      padding-left: 20px;
  }
  .ot_left b{
      font-size:18px;
      font-weight:500;
      margin-top:5px;
      display:block;
      margin-bottom:0px;
  }
  .ot_left .date_ot{
      font-size:15px;
      font-weight:normal;
  }
  .ot_left .rating span{
      width:12px;
  }
  .ot_left .rating i{
      font-size:12px;
  }
  #block10 .box-heading{
      margin-bottom:60px;
  }
  #block10 .os_otzyv {
      display:block;
      text-align:center;
      margin-top: 30px;
  }
  .otzyvi{
      display: inline-block;
      width: 100%;
  }
  #block10 .os_otzyv a:hover{
      color:#fff;
      background:#f09e00;}
  #block10 .os_otzyv a{
      color:#fff;
      background:#f0b81e;
      text-decoration:none !important;
      padding:15px 25px;
      border-radius:3px;
      text-transform:uppercase;
      font-weight:bold;
  }
  #block9 b{
      font-weight:bold;
  }
  #block9 p{
      padding-left:14px
  }
  #block9 .advantages-block p{
      font-size:15px;
      background: url(circle.png)left 5px no-repeat;
  }
  .view_map a{
      color:#331d4e;
      text-decoration:underline;
  }
  .video_text{

  }
  .video_text:after{
    content:"";
    width:100px;
    height: 1px;
    background:#fff;
    position: relative;
    overflow: hidden;
    max-width: 100px;
    display: block;
    margin-top: 30px;
  }
  .video_video{    
text-align: center;
  }
  .dostavka, .oplata{
      font-size:15px;
      margin-top:20px;
      border:1px dashed #e7e8ec;
      padding: 30px 0px 30px 80px;
      font-weight:normal;
  }
  .dostavka{
      background:url(dos.png)left center no-repeat;
  }
  .oplata{
      background:url(oplata.png)left center no-repeat;
  }
  .dostavka a, .oplata a{
      text-decoration:underline;
      color:#331d4e;
  }
  .dostavka b, .oplata b{
      font-weight:bold;
  }
  #block7 span{
      display:block;
      text-align: left;
  }
  #block7 .comp1, #block7 .comp2, #block7 .comp3, #block7 .comp4{
      width: 47%;
      display:inline-block;
      background: #fff;
      border-radius: 3px;
      text-align: center;
      padding: 20px;
      min-height: 230px;
      vertical-align: top;
      margin-bottom: 2%;
      margin-right: 2%;
  }
  .img_con{
      width:100%;
      height: 150px;
      text-align:center;
      vertical-align: middle;
      display: table;
  }
  .img_con img{
  display: block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  }
  #video2{
      display:block;
      text-align: center;
      margin-top: 40px;
  }
  .slick-next.slick-arrow{
      background: url(right.png)center no-repeat !important;
      height: 48px;
      width: 17px;
  }
  .slick-prev.slick-arrow{
      background: url(left.png)center no-repeat !important;
      height: 48px;
      width: 17px;
  }
  .slick-prev.slick-arrow:before, .slick-next.slick-arrow:before{display:none;}
  .ot_photo img{
      width: 70px;
      border-radius: 3px;
      overflow: hidden;
  }
  .ot_photo li{
      display:inline-block;
      margin-bottom: 0px;
      padding-bottom: 0px;
  }
  .ot_right .ot_text p{
      padding-left:25px;
      padding-right:25px;
  }
  .featured .image-additional{
      display:inline-block;
      list-style:none;
      border:1px solid #e9eaee;
      border-radius:3px;      
  }
  .featured .image-additional a{
    padding-bottom:0px;
    margin-bottom:0px;
    padding-top: 0px;
  }
  .featured .thumbnails-add{
      border:1px solid #e9eaee;
      margin-bottom:10px;
      border-radius:3px;
      overflow:hidden;
  }
  .image .featured{
      text-align:left;
      padding-left: 0px;
  }
  .owl-carousel .owl-buttons .owl-next {
      background:url(right.png)center no-repeat;
      width: 17px;
      height: 48px;
  }
  .owl-carousel .owl-buttons .owl-next i{
      display:none;
  }
  .owl-carousel .owl-buttons .owl-prev {
      background:url(left.png)center no-repeat;
      width: 17px;
      height: 48px;
  }
  .owl-carousel .owl-buttons .owl-prev i{
      display:none;
  }
  #button-upload{
      background: #e7e7e7;
      border:none;
      color: #777;
      text-transform:uppercase;
      font-weight:bold;
      text-shadow:none;
      padding:10px 20px;
  }
  #button-upload:hover{
      background: #777;
      color: #fff;
  }
  .modal-dialog{
      margin-top:50px;
  }
  .btn-primary:focus{
      background:#331d4e;
  }
   body.product-testimonial header, body.product-testimonial footer, body.product-testimonial #testimonial{
      display:none;
  }
body.product-testimonial .alert-success + .form-horizontal .buttons{
    display:none;
}
body.product-testimonial .alert-success + .form-horizontal{
    overflow:hidden;    
}
body.product-testimonial #content{
    padding-left:0px;
    padding-right:0px;
    overflow:hidden;
}
.multi-modal-content .popup-heading{
    margin-top:-15px !important;
}
#nap_otzyv{
    cursor: pointer;
}
.cart_f button:hover{
    background-color:#f09e00;
}
#modal-inf .modal-header{
    border:none;
}
.product-thumb .price b{
    font-weight:bold;
    color:#0f1925;
    font-size:16px;
}
.ya_money span {
    text-align: center;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
}
#scroller_1 .product-thumb .price{
    font-size:20px;
}
#scroller_1 .product-thumb {
    padding: 10px;
}
#scroller_1 .product-thumb .name a{
    min-height:60px;
}