body.menu-active {
    overflow-x: hidden;
    overflow: hidden;
}
body.menu-active .btn-menu {

}
.viber{
    display: table;
    float: left;
    padding-left: 25px;
    margin-right: 14px;
    width: 43px;
    margin-top: 2px;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #696e6e !important;
    -webkit-box-shadow: 0 0 0 30px #f5f5f5 inset;
}
.hidden-menu{
    display: none;
}
body.menu-active .hidden-menu{
    display:block;
}
body.menu-active nav.menu {
    display: block !important;
    position: fixed;
    left: 0;
    top: 0;
    border-left:none;
    width: 280px;
    overflow-x: hidden;
    z-index: 999999999999999;
    box-shadow: inset -10px 0 20px rgba(0,0,0,.12);
    background: black;

}
body.menu-active nav.menu .nav-menu-sub {
    display: block;
    position: relative !important;
    left: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background: transparent;
    width: auto;
    padding: 0 20px;
    overflow-x: scroll;
}
@media (min-width: 961px) and (max-width: 1000px){
    .menu a {
        padding: 9px 0 10px 0px;
    }
}
@media (min-width: 540px) and (max-width: 600px) {
    .productGrid .prod_box{
        height: 470px !important;
    }
    .productGrid .prod_box .inner_product_box{
        height: 470px;
    }
}
@media only screen and (max-width: 1420px) {
    .product-details .descr{    width: 398px;margin-right:0;}
    .home_page .right {
        width: 938px;
    }
    .product_box {width: 31%;}
    .home.banners > div {     width: 280px;}
    .banners >a {
        display: inline-block;
        width: 48%;
    }
    .product_box:nth-child(4n+1) {
        margin-left: 10px !important;
    }
    #contentProductList .product_box {margin-left: 12px;}
    .left_main_content{width:70%}
    .posterWr {height: 359px;}
    .menu a {
        padding: 9px 0 10px 18px;
    }
    /*.productGrid .prod_box {*/
        /*margin-left: 12px;*/
        /*width: 224px;*/
        /*margin-bottom: 0;*/
    /*}*/
    .productGrid .prod_box {
        /* margin-left: 12px; */
        width: 29%;
        margin-bottom: 10px;
    }

    /*.productGrid .prod_box:nth-child(3n+1) {*/
        /*margin-left: 0;*/
    /*}*/
    .nav-menu-sub .itemBlock{height: 165px}
    .nav-menu-sub .itemBlock .image {
        height: 110px;
    }
    .nav-menu-sub .itemBlock .image img {
        max-width: 100%;
        max-height: 100%;
    }

}

@media (max-width: 1024px) {
    .product_box_inner {
        position: absolute;
        padding: 9px !important;
        width: 100%;
        height: 370px;
        overflow: visible !important;
        background: #fff;
        border-radius: 4px;
    }
}

@media only screen and (max-width: 1200px) {
    ul.listChildren li {
        width: 33%;
    }
    .menu ul {padding: 0;}
    .menu a {
        padding: 8px 0 8px 6px;
    }
    .posterWr {
        height: 317px;
    }
    .selectOwner {display: none}
    .home_page .left {
        width: 25%;
    }
    .product_box {
        width: 45%;
        margin-left: 10px !important;
    }
    .home_page .right {
        width: 75%
    }
    .home.banners > div {
        width:220px;
    }
    .info_banners {
        padding: 20px;
        margin-top: 20px;
    }
    .productGrid .prod_box  {
        width: 50%;
        margin: 0 auto 30px !important;
    }
    .nav-menu-sub .itemBlock {
        height: 145px;
    }
    .nav-menu-sub h4.heading a{
        font: 600 15px/16px MyriadPro;
    }

}
@media (min-width: 720px) and (max-width: 959px) {
    .productGrid .prod_box{
        width: 30%;
        margin-right: 15px !important;
    }
}
@media (min-width: 960px) and (max-width: 1200px){
    .productGrid .prod_box{
        width: 45%;
        margin-right: 20px !important;
    }
}
@media (max-width: 600px) {
    .productGrid .prod_box .inner_product_box{height: 470px}
    .productGrid .prod_box  {
        width: 44%;
        float: left;
        margin: 0 auto 30px 20px !important;
        height: 470px;
        /*border: solid 1px #dddddd;*/
    }
    
}
@media (min-width: 601px) and (max-width: 960px){
    .productGrid .prod_box .inner_product_box{height: 450px}
    .productGrid .prod_box  {
        width: 29%;
        float: left;
        margin: 0 auto 30px 20px !important;
        height: 450px;
        /*border: solid 1px #dddddd;*/
    }
}
@media only screen and (max-width: 960px) {
    ul.listChildren li {
        width: 25%;
    }

    .productList .prod_box .prod_desc {
        display: none;
    }
    .productList .prod_box .inner_product_box > .left,
    .productList .prod_box .inner_product_box > .right {
        width: 100%;
        float: none;
    }

    .productList .prod_box .image {
        float: none;
        margin: 0 auto;
    }
    .nav-menu-sub .itemBlock {
        height: auto;
        text-align: left;
    }
    .header .soc_icos {display: none;}
    /*
    }
    @media only screen and (max-width: 767px) {*/
    .product-details .descr {
        width: 100%;
    }
    .menu .nav-main > a {
        color: white !important;
        font: 700 18px MyriadPro;
    }
     li.nav-main > a:hover {
        color: white;
        font: 700 18px MyriadPro;
    }
    li.nav-main-min > a:hover{color: white;}

    .menu .nav-main #mn {
        color: #EC3D79;
        font: 700 18px MyriadPro;
    }
    .menu h4.nav-sub a{
        font: 700 16px MyriadPro;
    }
    .menu .nav-menu-sub2{
        padding: 0;
    }
    .menu .nav-menu-sub2 .nav-sub {
        position: relative;
    }
    .menu .nav-menu-sub2 .nav-sub::after {
        position: absolute;
        left: 0;
        top: 4px;
        font-weight: bold;
        color: #b0b0b0;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: "\f105";
    }
    .menu .nav-menu-sub2 li a {
        font-size: 14px;
    }
    nav.menu {display:none;}
    .container {
        max-width: 100%;
    }
    .content_width {
        max-width: 100%;
    }
    .header { text-align: center;padding: 10px 0;}
    .header .bar {
        position: relative;
        width: 345px;
        margin: 10px auto 0;
        float: none;
    }
    .search-form button[type="submit"] {
        margin: 0;
        padding: 0;
        position: absolute;
        left: auto;
        width: 40px;
        right: 0px;
    }
    .search-form input[type="search"] {
        padding: 0 0 0 10px;
        width: 95%;
    }
    .search-form {float: left;width: 85%;    position: relative;}
    .logo{
        position: relative;
        top: 0;
    }
    .search-form .selectOwner{display: none}
    .hidden-m {
        display: none !important;
    }
    .headerCartBox{
        float: left;
        width: 15%;
    }

    .info_banners > div {
        width: 240px;
        float: none;
        margin: 10px auto;
    }
    .info_banners {padding: 20px;}
    .product_box {
        border:solid 1px #dddddd;
        width: 29%;
        float: left;
        margin:0 auto 30px 20px !important;
    }
    .product_box:nth-child(4n+1) {
        margin:0 auto 30px 20px !important;
    }
    .home.banners > div {
        float: none;
        margin: 5px auto;
    }
    .home.banners > div + div {
        margin: 5px auto;
    }
    .sidebar .promo {
        margin-bottom: 15px;
        text-align: center;
    }
    .sortProducts .sortbyprice, .sortProducts .sortbyshipped {
        display: block;
    }
    .sortProducts {height: auto;}
    .results .pagination {float: none;}
    .banners >a {
        display: block;
        width: 100%;
    }
    .main-content .banners a + a {
        margin-left: 0;
    }
    .left_main_content {
        width: 100%;
    }
    .side_menu {float: none;}
    .main-content h1 {margin: 0 0 30px;}
    .breadcrumbs li:after {padding: 0 2px;}
    .filterColumn {margin-bottom: 5px;}
    .product-details h1 {font-size: 21px;}
    .right_sidebar{
        float: none;
        width: 100%;
        overflow: auto;
    }
    .prod_side {width: 100%;}
    .side_add_pr {
        float: left;
        width: auto;
        margin-left: 10px;
    }
    .product-details .set-form .btn-cart, .product-details .prod_btn .buynowProd{
        display: block;
        margin: 5px 0 0;
        /*margin-left: -5px;*/
    }

    .prod_btns_box .addCompare{
        display: block !important;
        width: 100px;
        margin-left: 0 !important;
    }

    .prod_content_menu a {
        display: block !important;
    }
    #owl-today-specials .owl-buttons{
        width: 50px;
        right: 0;
        top: 0;
        position: absolute;
    }
    #owl-today-specials .owl-controls .owl-buttons .owl-prev {
        left:0 !important;
    }
    #owl-featured {
        width: 80% !important;
        margin-left: 10% !important;
    }
    #owl-featured .owl-controls .owl-buttons .owl-prev {left: -40px !important;}
    #owl-featured .owl-controls .owl-buttons .owl-next {right: -40px !important;}
    #homeTabs > a {float: none;}
}
@media only screen and (max-width: 767px) {

    .header_top {
        height: 88px;
    }
    .header_link2_box.right{
        float: none;
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
        line-height: 26px;
    }

    .search-form {
        width: 280px;
    }
    .search-form input[type="search"] {
        padding: 0 10px;
        width: 218px;
    }
    .search-form button[type="submit"] {
        position: relative;
    }
    .breadcrumbs li {
        display: inline-block;
        padding: 5px 0;
    }
    .side_links_box div {
        margin: 8px 0;
    }
    .product-count button, .product-count input {
        height: 40px !important;
        width: 40px !important;
    }
    .product-count {
        margin: 10px;
    }
    #orderModal .modal-dialog {
        width: 90%;
        margin: 0 auto;
    }
    .order_cart_form .left {
        width: 100%;
        margin-bottom: 10px;
    }
    .order_cart_form .right {
        width: 100%;
    }
    #cart_popup .cartQuantityCell, #cart_popup .total{
        display: none;
    }
    #cart_popup .name {width: auto;}
    #contentPopupCartAdd .close_modal {
        float: none;
    }
    #contentPopupCartAdd .cartBottomBox {text-align: center;}
    #contentPopupCartAdd .cartTotalPrice, #contentPopupCartAdd .cartTotalLabel{display:block}
}@media(max-width: 650px) {
    .rightBlockArticles{
        width: 49% !important;
    }
    .Blockphoto{
        width:80% !important;
    }
    .blockContentArticle{
        width: 100% !important;
    }
    .contentArticles{
        width: 50% !important;
    }
	.logo{    width: 140px !important;}
	.order-form-size {	overflow-x: scroll;}.cartTbl td {    min-width: 150px !important;}.search-form input[type="search"] {    width: 76%;    padding: 0px 10px;}.search-form {width: 79%;}.modal-order-form {	line-height: 22px !important;    font-size: 13px !important;    padding: 5px 5px !important;    float: left;}.comment-form .modal-footer {    margin: 0 5px;    padding: 15px 0;    margin: 0 9px;}.cartCheckoutBtn {	top: -1px !important;    font-size: 13px !important;    padding: 14px 5px !important;    line-height: 0px !important;}.cartTotalPrice {     padding: 0 !important;    font-size: 20px !important;    float: left;}.cartTotalLabel {    padding: 0px 6px 0 0!important;    font-size: 19px!important;    float: left;}select.select_popup {    padding: 7px 5px !important;    margin: 0 3px 6px 3px !important;    color: #000;    outline: none;}#sendCallback {	width: 100%;}}
@media (max-width: 420px) {
    .header .bar {
        position: relative;
        width: 100%;
        float: none;
        margin: 10px auto 0px;
        margin-left: 0 !important;
    }
    .search-form input[type="search"] {
        width: 74%;
        padding: 0px 10px;
    }

    .search-form {
        width: 77%;
    }
}
@media (max-width: 380px){
    .search-form input[type="search"] {
        width: 73%;
        padding: 0px 10px;
    }}
@media (max-width: 400px){
    .product_box{
        width: 100% !important;
        margin: 0 auto 30px  !important;
    }
    .header_link2_box img {
        position: relative;
        top: -3px;
        margin-left: 0px;
    }
    .viber {
        display: block;
        float: left;
        margin-left: 60px;
        margin-right: -43px;
        margin-top: 2px;
        padding:0;
        width: 47px;
    }
    /*.header_link2_box a {
        font-size: 20px;
    }*/
}
@media(max-width: 960px){
    .btn-menu {
        display: block; }
}
