@media(max-width:1220px){.container{width: 100%;}}
.row{margin-left:-10px;margin-right:-10px}
.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col11,.col12{float:left;padding-left:10px;padding-right:10px}
.col1{width:8.33%}.col2{width:16.66%}.col3{width:25%}.col4{width:33.33%}.col5{width:41.66%}.col6{width:50%}.col7{width:58.33%}.col8{width:66.66%}.col9{width:75%}.col10{width:83.33%}.col11{width:91.66%}.col12{width:100%;padding-right:0;padding-left:0}
@media(max-width:992px){.colx1{width:8.33%}.colx2{width:16.66%}.colx3{width:25%}.colx4{width:33.33%}.colx5{width:41.66%}.colx6{width:50%}.colx7{width:58.33%}.colx8{width:66.66%}.colx9{width:75%}.colx10{width:83.33%}.colx11{width:91.66%}.colx12{width:100%;padding-right:0;padding-left:0}}
@media(max-width:768px){.coly1{width:8.33%}.coly2{width:16.66%}.coly3{width:25%}.coly4{width:33.33%}.coly5{width:41.66%}.coly6{width:50%}.coly7{width:58.33%}.coly8{width:66.66%}.coly9{width:75%}.coly10{width:83.33%}.coly11{width:91.66%}.coly12{width:100%;padding-right:0;padding-left:0}.container{padding:0 10px}.row{margin-left:-5px;margin-right:-5px}.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col11,.col12{padding-left:5px;padding-right:5px}}
@media(max-width:480px){.colz1{width:8.33%}.colz2{width:16.66%}.colz3{width:25%}.colz4{width:33.33%}.colz5{width:41.66%}.colz6{width:50%}.colz7{width:58.33%}.colz8{width:66.66%}.colz9{width:75%}.colz10{width:83.33%}.colz11{width:91.66%}.colz12{width:100%;padding-right:0;padding-left:0}}
.row:after,.container:after,.cl:after{content:"";display:block;width:100%;height:0;overflow:hidden;visibility:hidden;clear:both;}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*font-family: 'Source Sans Pro', Arial, sans-serif;*/
    font-family: 'Roboto', Arial, sans-serif;
    outline: 0;
    outline-offset: 0;
    outline: none !important;
}

html, body {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    background-color: #f8f8f8 !important;
}

.s-header__basket-wr{
    display: none !important;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-image: url("../img/cart.svg");
    fill:#eee;
    background-size: 40px;
    box-shadow: 0 0 15px 5px #f1f1f1;
    border-radius: 15px; 
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 999; 
}
.s-header__basket-wr a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.s-header__basket-wr .basket-btn__counter0{
    background: red;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
}

.nl{
    font-size: 18px;
    font-weight: 700;
    color: #555;
    margin-bottom: 15px;
}
.nl:after{
    content:"";
    display: block;
    position: relative;
    width: 50px;
    margin-top: 5px;
    height: 1px;
    background: #e96631;
}
.sname,.woocommerce-Reviews-title{
    text-align: center;
    font-size: 28px;
    color: #444;
    font-weight: 700;
    margin-bottom: 30px;
}
.sname:after,.woocommerce-Reviews-title:after{
    content:"";
    display: block;
    position: relative;
    width: 50px;
    margin: 5px auto 0;
    height: 2px;
    background: #e96631;
}

section {
    padding: 15px 0;
}

.container {
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.btns {
    text-align: center;
    padding: 30px 0;
}
.button {
    display: inline-block;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #4f0b42;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
}
.button:hover {
    color: #4f0b42;
    background: #fff;
}

header#newh {
    position: relative;
    z-index: 999;
}

header#newh #logo {
    width: 30%;
    float: left;
    padding: 10px 0;
}
header#newh #logo img {
    max-width: 100%;
    height: auto;
    max-height: 75px;
    float: left;
    margin-right: 10px;
}
header#newh #logo .logo_text {
    font-size: 24px;
    font-weight: 800;
    white-space: nowrap;
}
header#newh #logo .logo_desc {
    font-size: 14px;
    font-weight: 400;
   /* white-space: nowrap; */
}

header#newh nav {
    
    padding: 0;
}
header#newh nav ul {
    padding: 0;
    margin: 0;
}
header#newh nav ul li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    position: relative;
}
header#newh nav ul#menu-glavnoe-menju > li:first-child, header#newh nav ul#menu-golovne-menju > li:first-child{
    background: #fed430;
}
header#newh nav ul#menu-glavnoe-menju > li:first-child > a,header#newh nav ul#menu-golovne-menju > li:first-child > a{
    color: #333 !important;
}
header#newh nav ul > li > .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 420px;
    background: #fff;
    padding: 10px;
}
header#newh nav ul > li > .sub-menu > li{
    width: 48%;
}
header#newh nav ul > li > .sub-menu > li > a {
    font-weight: 400;
}
header#newh nav ul > li.menu-item-has-children:hover > .sub-menu {
    display: block;
}
header#newh nav ul > li > ul > li > .sub-menu {
    position: absolute;
    left: 99%;
    top: 0;
    width: auto;
    min-width: 200px;
    background: #1ea001;
    z-index: 999;
}
header#newh nav ul > li > ul > li > .sub-menu li{
    width: 100%;
}
header#newh nav ul > li > ul > li > .sub-menu a{
    color: #fff !important;
}
header#newh nav ul a {
    display: block;
    padding: 15px 20px;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}
header#newh nav img{display: none !important;}
header#newh nav ul li:hover > a {
    background: #f8f8f8 !important;
    color: #333 !important;
}

header#newh #search{
    width: 50%;
    float: left;
    padding: 20px 15px 0;
    transition: 0.6s;
}
header#newh form{
    margin-bottom: 0;
}
header#newh #search input#s{
    width: 75%;
}
header#newh #search #searchsubmit{
    width: 20%;
    background: #e96631;
    color: #fff;
}

header#newh .lngs{
    width: 20%;
    float: left;
}
header#newh .lngs ul{
    margin: 0;
    padding: 15px 10px;
}
header#newh .lngs li{
    display: inline-block;
    vertical-align: top;
    padding: 10px 5px;
}
header#newh .lngs li.current-lang a{
    color: #666 !important;
}


/*   BIG NAV  */

.big_nav{
    background: #0d52d6;    
    padding: 0;
}

.btn_big_cats{
    padding: 15px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    background: #ecd714; 
    color: #333;
}

.big_nav .menu{
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.big_nav .menu > li{
    display: inline-block;
    vertical-align: top;
}

.big_nav .menu > li > a{
    display: block;
    padding: 15px 20px;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}
.big_nav .menu > li > a:hover{
    background: #f8f8f8;
    color: #333 !important;
}

.big_nav .btn_big_cats .container{
    position: relative;
}
.big_nav .big_cats{
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    width: 33%;
    background: #f2f2f2; 
    z-index: 99999;
}
.big_nav .big_cats .item{
   /* transition: 0.4s; */
}
.big_nav .big_cats .item:hover{
    background: #dfe6f3;
}
.big_nav .big_cats .item > a{
    display: block;
    padding: 7px 12px 3px;
    white-space: nowrap;
}
.big_nav .big_cats .item .img{ 
    display: inline-block;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    text-align: center;
    margin: 3px 5px 0 0;
}
.big_nav .big_cats .item .rr{
    display: inline-block;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    margin-left: 5px;
    margin-top: 2px;
    vertical-align: top; 
    transition: 0.6s;
}
.big_nav .big_cats .item:hover .rr{
    float: right;
}
.big_nav .big_cats .item svg{
    height: 20px;
    fill:#0d52d6;
}
.big_nav .big_cats .item .name{
    vertical-align: top;
    display: inline-block;
    color: #0d52d6;
    opacity: 0.8;
    width: calc(100% - 30px);
}
.big_nav .citems{
    display: none;
    /*display: block;*/
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    min-height: 100%;
    background: #fff;
}
/* .big_nav .big_cats .item:first-child .citems,.big_nav .big_cats .item:first-child .citems .citem:first-child .cat_dsc{display: block;} */
.big_nav .big_cats .item:hover .citems{
    display: block;
}
.big_nav .citems .citem{
    /*white-space: nowrap;*/
}
.big_nav .citems .citem > a{
    display: block;
    padding: 0px 15px;
    line-height: 40.88px;
    /* transition: 0.4s; */
}
.big_nav .citems .citem > a:hover{
    background: #dfe6f3;
}

.big_nav .citems .citem .cat_dsc{
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    min-height: 100%;
    background: #fff;
}
/*.big_nav .citems .citem:nth-child(2) .cat_dsc{
    display: block;
}*/
.big_nav .citems .citem:hover .cat_dsc,.big_nav .citems .citem .cat_dsc:hover{
    display: block;
}
.big_nav .citems .citem .cat_dsc .cnm a{
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.big_nav .citems .citem .cat_dsc .cim{
    height: 120px;
    width: 33%;
    float: left;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}
.big_nav .citems .citem .cat_dsc .cds{
    white-space: normal;
    padding: 5px 10px 10px;
    width: 65%;
    float: right;
    font-size: 12px;
    color: #666;
    line-height: 1.2;
}
.big_nav .citems .citem .cat_dsc .nm{
    margin-bottom: 5px;
    text-align: center;
    color: #777;
    font-size: 16px;
    font-weight: bold;
}
.big_nav .citems .citem .cat_dsc .sit{
    position: relative;
}
.big_nav .citems .citem .cat_dsc .sit .link{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.big_nav .citems .citem .cat_dsc .sit .sln{
    white-space: normal;
}
.big_nav .citems .citem .cat_dsc .sit .sli{
    height: 140px;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}
.big_nav .citems .citem .cat_dsc .sit .sln{
    padding: 0 10px 5px;
    text-align: center;
    font-weight: bold;
}
.big_nav .citems .citem .sit .slpr{
    text-align: center; 
    padding-bottom: 10px;
}
.big_nav .citems .citem .sit .slpr .del,.big_nav .citems .citem .sit .slpr .pr{
    display: inline-block;
    vertical-align: top;
}
.big_nav .citems .citem .sit .slpr .del{
    font-size: 16px;
    text-decoration: line-through;
    color: #777;
    padding-top: 2px;
    padding-left: 15px;
}
.big_nav .citems .citem .sit .slpr .pr{
    color: #0d52d6;
    font-weight: bold;
    font-size: 18px;
    padding-left: 15px;
    
}

.big_nav .owl-carousel{
    position: relative;
}
.big_nav .owl-carousel .owl-nav{
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 0;
}
.big_nav .owl-carousel .owl-nav .owl-prev,
.big_nav .owl-carousel .owl-nav .owl-next{
    position: absolute;
    bottom: 0;
    margin-bottom: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #0d52d6;
    color: #fff;
    opacity: 0.2;
    transition: 0.6s;
}
.big_nav .owl-carousel .owl-nav .owl-prev:hover,
.big_nav .owl-carousel .owl-nav .owl-next:hover{
    opacity: 0.6;
}
.big_nav .owl-carousel .owl-nav .owl-prev{
    left: 0;
}
.big_nav .owl-carousel .owl-nav .owl-next{
    right: 0;
}
.big_nav .owl-carousel .owl-dots {
    padding: 5px;
    text-align: center;
}
.big_nav .owl-carousel .owl-dots .owl-dot{
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    opacity: 0.4; 
}
.big_nav .owl-carousel .owl-dots .owl-dot.active,.big_nav .owl-carousel .owl-dots .owl-dot:hover{
    opacity: 0.6;
}

.bgcbg{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.15);
    backdrop-filter: blur(2px);
    z-index: 9999;
}

.rmp_menu_trigger{display: none !important;}

.mobonav{
    display: none;
    width: 50px;
    padding-top: 10px;
    float: right; 
    cursor: pointer;
}
.mobonav span{
    display: block;
    height: 4px;
    background: #fff;
    margin-bottom: 10px;
    
}

.mobosearch{
    display: none;
    height: 52px;
    width: 50px;
    margin-right: 10px;
    text-align: center;
    font-size: 32px;
    line-height: 52px;
    float: right;
    color: #fff;
    cursor: pointer;
    padding-top: 2px;
}

@media(max-width:992px){
    .s-header__basket-wr {
        top: 280px;
        right: 15px;
    }
    
    header#newh{z-index: 99999;}
    .rmp_menu_trigger{display: block !important;}
    .big_nav .menu{display: none;}
    .big_nav .big_cats {
        left: 5%;
        width: 90%;
    }
    .big_nav .big_cats .item{
        padding-right: 40px;
        position: relative;
    }
    .big_nav .big_cats .item .rr {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        transform: rotate(90deg);
        padding: 10px;
    }
    .big_nav .citems{
        position: relative;
        left: 0;
        min-height: 1px;
    }
    .big_nav .big_cats .item:hover .citems{display: none;}
    .big_nav .citems .citem:hover .cat_dsc, .big_nav .citems .citem .cat_dsc:hover{display: none;}
    .mobonav{display: block;}
    #menu-glavnoe-menju,#menu-golovne-menju{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 99999;
    }
    .fixed-menu .big_cats{
        max-height: calc(100vh - 75px);
        overflow-x: hidden;
        overflow-y: auto;
    }
    #menu-glavnoe-menju li,#menu-golovne-menju li{
        display: block;
        width: 100%;
        float: none;
    }
    #menu-glavnoe-menju li a,#menu-golovne-menju li a{
        color: #333 !important; 
    }
}
@media(max-width:768px){
    .mobosearch{display: block;}
    .single-product header#newh #search{
        top: 120px;
    }
    header#newh #search{
        float: none;
        width: 100%;
        position: absolute;
        top: 150px;
        left: 0;
        background: #fff;
        padding-bottom: 10px;
        z-index: 999;
    }
    header#newh #search #searchsubmit {
        padding-right: 5px;
        padding-left: 5px;
    }
}

/*   END BIG NAV  */



.breadcrumbs {
    padding: 30px 0 30px;
}
.breadcrumbs * {
    font-size: 14px;
}
.breadcrumbs .outb {
    background: #f2f2f2;
    padding: 5px 0;
}

h2.product_title {
    padding: 5px 10px;
    background: #0d52d6;
    text-align: center;
    color: #fff;
}

.entry-summary p.price, .woocommerce-product-details__short-description, .product_meta .posted_in, .woocommerce-Tabs-panel, .products {
    padding: 5px 10px;
}

.new_cats{
    margin-bottom: 15px;
}

section.content {
    padding: 30px 0;
}

section.content h1,h1.page-title{
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    padding-bottom: 10px;
}
section.content h1:after,h1.page-title:after{
    content:"";
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100px;
    height: 1px;
    background: #e96631;
}

.counter {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    margin: auto
}
.counter span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
.counter .counter-result span.cf {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #fff;
    font-size: 68px;
    margin-right: 5px;
    background: #3a4754;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    height: 82px;
    padding-left: 6px;
    padding: 5px 10px;
    line-height: 82px;
}
.counter .counter-result span.sp{
    display: inline-block;
    vertical-align: top; 
    margin-right: 5px;
    text-align: center;
    line-height: 60px;
}
.counter .counter-titles{
    white-space: nowrap;
}
/*.uni_land_top .img_prod img,.uni_land_bottom .img_prod img{
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.uni_land_top .img_prod img:hover,.uni_land_bottom .img_prod img:hover{
    transform: scale(1.15);
}*/
.uni_land_top .counter-titles span,.uni_land_bottom .counter-titles span{
    width: 75px !important;
    margin-right: 15px !important;
}

.counter .counter-titles span {
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    margin-right: 12px;
    text-align: center;
    font-size: 14px;
    color: #616161
}
.counter:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.modal .modal-content {
    background: #fff;
    outline: 1px solid #15abc4;
    outline-offset: -1rem;
    text-align: center
}

.big_carousel .sitem {
    position: relative;
    height: 500px;
    height: 100vh;
    padding: 100px 15px 30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.big_carousel .sitem .scont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 150px 15px 30px;
    padding-top: 40vh;
    background-color: rgba(0,0,0,0.4);
    z-index: 2;
}

.big_carousel .sitem .h1 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.big_carousel .sitem .h3 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.big_carousel .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 15px;
}
.big_carousel .owl-dot {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    margin-bottom: 5px;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #6b1a5b !important;
}
.big_carousel .owl-dot.active {
    background-color: #6b1a5b;
}
.big_carousel .owl-nav {

}
.big_carousel .owl-carousel .owl-nav .owl-prev, .big_carousel .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 48%;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #6b1a5b;
    color: #fff;
    font-size: 18px;
    line-height: 15px;
    text-align: center;
}
.big_carousel .owl-carousel .owl-nav .owl-prev {
    left: 5%;
}
.big_carousel .owl-carousel .owl-nav .owl-next {
    right: 5%;
}

.line {
    padding: 25px 0 25px;
    background: #4f0b42;
}
.line .blocks .block {
    width: 33%;
    float: left;
    padding: 0 15px;
    white-space: nowrap;
}
.line .blocks .block .img {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #0d52d6;
    padding: 10px;
    float: left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 70%;
    background-size: 70%;
}
.line .blocks .block .img img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
}
.line .blocks .block .text{
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 15px;
    white-space: normal;
}
.line .blocks .block .name {
    color: #e96631;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.line .blocks .block .desc {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    float: left;
}

.catalog {
    padding: 50px 0;
}
.catalog .item{
    padding: 0 10px;
}
.catalog .blocks .block {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
}
.catalog .blocks .block:nth-child(4n) {
    margin-right: 0;
}
.catalog .blocks .block .cover {
    padding-top: 75px;
    height: 250px;
    background-color: #e4e4e4;
    -webkit-background-size: 85%;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    text-align: center;
}
.catalog .blocks .block:hover .cover{
    transform: scale(1.2);
}
.catalog .blocks .block a{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.catalog .blocks .block .bname {
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
    width: 100%;
    padding: 0 10px;
}
.catalog .blocks .block .bname span{
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f0f2f5;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    padding: 5px 10px;
    -webkit-box-shadow: 1px 2px 6px #333;
    -moz-box-shadow: 1px 2px 6px #333;
    box-shadow: 1px 2px 6px #333;
}

.storefront-full-width-content .site-main ul.products.columns-4 li.product:nth-child(4n){
    margin-right: 0;
    margin-right: 0 !important;
}

.site-main ul.products.columns-4 li.product{
    position: relative;
    padding: 10px 15px 0;
    min-height: 480px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    width: 24% !important;
    margin-right: 1.3% !important;
}
.site-main ul.products.columns-4 li.product .woocommerce-Price-amount{
    font-size: 22px;
    font-weight: bold;
    color: #222 !important;
}
.site-main ul.products.columns-4 li.product .button{
    font-size: 14px;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 175px;
    margin-left: -87px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.site-main ul.products.columns-4 li.product .button:hover{
    background: #333 !important;
}
.site-main ul.products.columns-4 li.product .iout{
    height: 200px;
    margin-bottom: 10px;
}
.woocommerce-LoopProduct-link:hover{
    opacity: 0.8;
}

.site-main ul.products.columns-4 li.product.category{
    width: 18% !important;
    margin: 0 2% 15px 0 !important;
    padding: 10px 15px 0;
    min-height: 225px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}
.site-main ul.products.columns-4 li.product.category .iout{
    height: 150px;
    overflow: hidden;
    margin-bottom: 15px;
}
.site-main ul.products.columns-4 li.product .iout img{
    max-width: 100%;
    max-height:100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.site-main ul.products.columns-4 li.product.category a{
    color: #666 !important;
}
.site-main ul.products.columns-4 li.product h2{
    height: 60px;
    overflow: hidden;
}



.woocommerce-product-rating{
    padding-top: 15px;
}

.star-rating span::before{
    font-family: Star;
}

.reviews {
    padding: 50px 0;
}
.reviews .owl-item{
    padding: 20px;
}
.reviews .item {
    padding: 30px 10px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.reviews .item:hover{
    -webkit-box-shadow: 0 0 25px #d2d2d2;
    -moz-box-shadow: 0 0 25px #d2d2d2;
    box-shadow: 0 0 25px #d2d2d2;
}
.reviews .item img {
    display: block;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 30px;
}
.reviews .item .name {
    font-weight: 800;
    font-size: 18px;
    color: #111;
    text-align: center;
    margin-bottom: 15px;
}
.reviews .item .city {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #111;
    margin-bottom: 15px;
    text-align: center;
}
.reviews .item .review {
    text-align: center;
    font-size: 16px;
    color: #111;
}
.reviews .owl-nav {
}
.reviews .owl-nav .owl-prev, .reviews .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next  {
    position: absolute;
    top: 45%;
    width: 30px;
    height: 30px;
    background-color: rgba(232,232,232,1) !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    text-align: center;
    font-size: 18px !important;
    line-height: 30px !important;
}
.reviews .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-prev{
    left: 0;
}
.reviews .owl-nav .owl-next,
.owl-theme .owl-nav .owl-next {
    right: 0;
}

.contact {
    padding: 15px 0;
}
.contact .left {
    width: 50%;
    float: left;
    padding: 50px 15px 15px;
}
.contact .right {
    width: 50%;
    float: left;
}

h2.product_title {
    font-size: 26px;
    letter-spacing: 0;
}

.pswp {
    z-index: 999999 !important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    top: 0 !important;
    right: 0 !important;
    height: auto;
    width: 100% !important;
    border-radius: 0 !important;
    opacity: 0 !important;
    cursor: crosshair !important;
}

iframe {
    max-width: 100%;
}

footer#fnew {
    background: #eee;
}
footer#fnew > .container {
    padding: 50px 0;
}
footer#fnew nav {

}
footer#fnew nav ul {
    padding: 0;
    margin: 0;
}
footer#fnew nav ul li {
    display: block;
    list-style: none;
    margin: 0 0 5px;
}
footer#fnew nav ul li .sub-menu {
    display: none;
}
footer#fnew nav ul li.menu-item-has-children {
    display: none;
}
footer#fnew nav ul li a {
    display: block;
    padding: 0;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
footer#fnew nav ul li a:hover{
    color: #444 !important;
}
footer#fnew .fline {
    padding: 15px 0 10px;
}
footer#fnew .fline .copy{
    text-align: left;
    color: #8b9198;
    line-height: 42px;
}
footer#fnew .fline .right{
    text-align: right;
}
footer#fnew .fline .right img{
    display: inline-block;
    margin-left: 10px;
    height: 35px;
}
footer#fnew .fline .container{
    padding-top: 0;
    padding-bottom: 0;
}
footer#fnew .contacti svg{
    width: 30px;
    height: 30px;
}

.added_to_cart.wc-forward {
    display: none !important;
}

/* #customer_details .col-2 {
    display: none;
} */

.woocommerce-checkout .col2-set {
    width: 100%;
    float: none;
    margin-right: 0;
}

.woocommerce-checkout #order_review, .woocommerce-checkout #order_review_heading {
    width: 100%;
    float: none;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table .product-name {
    width: 50%;
}

.wcspc-area-bot .wcspc-action .wcspc-action-inner > div.wcspc-action-left {
    display: none;
}

.product-type-simple .ncounter .counter .counter-result span.cf {
    height: 50px;
    line-height: 46px;
    font-size: 30px;
}
.product-type-simple .ncounter .counter .counter-result span.sp {
    line-height: 46px;
}

.ncounter {
    display: none;
}
.counter-result,.counter-titles{
    text-align: left;
    white-space: nowrap;
}

.sale .ncounter {
    display: block;
}

.counter {
    margin: 0;
}

.overlay {
    display: none;
    position: fixed;
    z-index: 9999999999;
    opacity: 0.5;
    filter: alpha(opacity=50);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
}
.popup {
    display: none;
    position: fixed;
    background: #fff;
    width: 400px;
    height: auto;
    top: 0;
    left: 50%;
    margin: 200px 0 0 -200px;
    z-index: 99999999999;
    padding: 30px;
}
.close {
    display: block;
    text-align: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 25px;
    background: #111;
    color: #fff;
    position: absolute;
    border: 3px solid #fff;
    top: -10px;
    right: -10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
}

.open_popup{
    display: inline-block;
    padding: 10px 15px;
    margin-left: 5px;
    background: #e96631;
    color: #fff;
    cursor: pointer;
    margin-bottom: 15px;
}

.popup form input{
    border-bottom: 2px solid #f2f2f2;
}

.popup form button{
    background: #1ea001;
    color: #fff;
}
.popup h5{
    font-size: 18px;
    margin-bottom: 10px;
}

@media(max-width:480px){
    .popup {
        padding: 15px;
        top: 35px;
    }
    .popup h5{
        font-size: 16px;
    }
    footer#fnew .fline .copy,footer#fnew .fline .right{text-align: center;}
    .uni_land_top .counter-titles span, .uni_land_bottom .counter-titles span {
        width: 55px !important;
    }
    .uni_land_top .right_text .counter .counter-result span.cf, .uni_land_bottom .right_text .counter .counter-result span.cf{
        font-size: 22px !important;
    }
}

.nform{
    width: 100%;
}
.nform input{
    width: 100%;
    margin-bottom: 15px;
}

.single-product div.product form.cart .quantity,.single_add_to_cart_button{
    margin-bottom: 15px;
}


.woocommerce-checkout .woocommerce-customer-details--email,.woocommerce-checkout .woocommerce-order-overview__email{
    display: none;
}

.up-sells.upsells.products,.related.products{display: none;}

#to_call{
    position: fixed;
    top: 100px;
    right: 20px;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: url(../img/call.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: none;
    cursor: pointer;
    z-index: 9999;
}

#to_call .dws {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}
#to_call .pulse, #to_call .bloc, #to_call .phone {
 position: absolute;
 width: 50px;
 height: 50px;
 color: #fff;
 text-align: center;
 border-radius: 50%;
}
#to_call .bloc {
 cursor: pointer;
 z-index: 1;
 overflow: hidden;
}
#to_call .pulse {
 background: #5CC2E2;
 position: relative;
 transition: .5s;
}
#to_call .phone {
 font-size: 25px;
    line-height: 50px;
 animation: phone .9s ease-in-out infinite;
}
#to_call .phone i{
    margin-top: 12px;
}
#to_call .text {
 position: absolute;
 opacity: 0;
 text-transform: uppercase;
 font-weight: 700;
 top: 12px;
    font-size: 10px;
 transform: scaleX(-1);
 transition: .5s ease-in-out;
}
#to_call .phone i {
 transition: .5s ease-in-out;
}
#to_call .pulse:hover {
 background: #29AEE3;
}
#to_call .pulse:hover i {
 transition: .5s ease-in-out;
 transform: scale(0);
}
#to_call .pulse:hover .text {
 transform: scaleX(1);
 transition: .5s ease-in-out;
 opacity: 1;
}
#to_call .pulse:hover::before,
#to_call .pulse:hover::after {
 content: '';
 position: absolute;
 border: 1px solid #29AEE3;
 left: -20px;
 right: -20px;
 top: -20px;
 bottom: -20px;
 border-radius: 50%;
 animation: pulse 1.8s linear infinite;
 opacity: 0;
}
#to_call .pulse:hover::after {
 animation-delay: .5s;
}

@keyframes phone {
 0%, 100% {
  transform: rotate(-20deg);
 }
 50% {
  transform: rotate(21deg);
 }
}
@keyframes pulse {
 0% {
  transform: scale(0.5);
  opacity: 0;
 }
 50% {
  opacity: 1;
 }
 100% {
  transform: scale(1.2);
  opacity: 0;
 }
}

@media(max-width:992px){
    #to_call{
        top: 210px;
    }
}

.uni_land_top,.uni_land_bottom{
    padding: 30px 0;
    margin-bottom: 0px;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
.tp_ttitle_prod,.mb_fst_bb{
    display: none;
}
.uni_land_top p.price,.uni_land_bottom p.price{
    margin-bottom: 0 !important;
}

.uni_land_top .img_prod,.uni_land_bottom .img_prod{
    width: 35%;
    float: left;
}
.uni_land_top .img_prod img,.uni_land_bottom .img_prod img{
    max-width: 100%;
    height: auto;
}
.uni_land_top .right_text,.uni_land_bottom .right_text{
    width: 60%;
    float: right;
    background: rgba(0,0,0,0.75);
    padding: 10px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.uni_land_top .right_text .name,.uni_land_bottom .right_text .name{
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    text-shadow: 1px 1px 2px #111;
    font-weight: bold;
    margin-bottom: 10px;
    
}
.uni_land_top .right_text .desc,.uni_land_bottom .right_text .desc{
    color: #fff;
    text-shadow: 1px 1px 2px #111;
    font-size: 16px;
    margin-bottom: 10px;
}
.uni_land_top .right_text .price del span,.uni_land_bottom .right_text .price del span{
    color: #e40e0e !important;
}
.uni_land_top .right_text .price .woocommerce-Price-amount,
.uni_land_top .right_text .price ins span,.uni_land_bottom .right_text .price .woocommerce-Price-amount,.uni_land_bottom .right_text .price ins span{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #111; 
}
.uni_land_top .right_text .counter .counter-result span.cf ,.uni_land_bottom .right_text .counter .counter-result span.cf {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #fff;
    font-size: 40px;
    background: #3a4754;
    height: 60px;
    padding: 8px 15px;
    margin-right: 5px;
    line-height: 42px;
}
.uni_land_top .right_text .counter .counter-titles span,.uni_land_bottom .right_text .counter .counter-titles span{
    color: #fff !important;
}

.ncounter_sin{
    display: none;
}

.akcia .ncounter_sin{
    display: block;
}



.uni_land_plus{
    padding: 30px 0 10px;
    background: #3a4754;
    margin-bottom: 15px;
}
.uni_land_plus .img{
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: none;
    border: 2px solid #0d52d6;
    color: #e96631;
    line-height: 47px;
    text-align: center;
    font-size: 26px;
    margin: 0 20px 10px 0;
    float: left;
}
.uni_land_plus .img svg{
    width: 30px;
    margin: 9px auto 0;
    fill: #e96631;
}
.uni_land_plus p{
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
}


.prd_land .summary.entry-summary > .price:first-child{display: none;}

.prd_land .site-main,.prd_land .content-area,.prd_land  .widget-area{
    margin-bottom: 0;
}

.prd_land .onsale,.prd_land .product_meta
,ul.tabs.wc-tabs,.prd_land #review_form{
    display: none;
}
.prd_land #tab-description{
    float: none;
    width: 100%;
    margin-bottom: 30px;
}
.prd_land #tab-reviews{
    /*display: block !important;*/
    float: none;
    width: 100%;
}


#reviews .button,#reviews .submit{
    background: #3d9cd2 !important;
    color: #fff !important;
}

#reviews .woocommerce-Reviews-title{
    text-align: center;
    padding-top: 30px;
    margin-bottom: 50px;
    font-size: 24px;
}

#prod_revs img{
    display: none;
}
#prod_revs .comment-text{
    position: relative;
    width: 100% !important;
    padding-right: 30px;
    padding-left: 30px;
}
#prod_revs .meta{
    margin-bottom: 10px !important;
}
#prod_revs .star-rating{
    margin: 0 auto 15px;
}
#prod_revs .description{
    
}
#prod_revs .owl-dots{
    text-align: center;
    padding: 10px 0;
}
#prod_revs .owl-dot{
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: none;
    border: 2px solid #333;
}
#prod_revs .owl-dot.active{
    background: #333;
}
#prod_revs .owl-nav{
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
}
#prod_revs .owl-nav button{
    font-size: 24px !important;
}
#prod_revs .owl-nav .owl-next{
    float: right;
}

.nnhars{
    display: table;
    width: 100%;
    max-width: 720px;
}
.nnhars h5{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.nnhars .item{
    display: table-row;
    position: relative;
    margin-bottom: 3px;
    padding-bottom: 3px;
}
.nnhars .item:before{
    content:'';
    display: block; 
    position: absolute;
    bottom: 12px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ccc;
}
.nnhars .noit:before{
    border-color: transparent;
}
.nnhars td{
    padding: 5px 0;
    vertical-align: bottom;
    background: none !important;
}
.nnhars td span{
    position: relative;
    z-index: 3;
    display: inline-block;
    background: #f8f8f8;
    padding: 0 6px 3px;
    vertical-align: bottom;
}
.nnhars td.left{
    text-align: left;
    width: 60%;
    padding-right: 5px;
}
.nnhars td.right{ 
    width: 40%;
    padding-left: 5px;
    text-align: right;
}
.nnhars2 td.left{
    width: 60%;
}
.nnhars td.right{ 
    width: 40%;
}
@media(max-width:768px){
    .nnhars td.left{
        width: 60%;
    }
    .nnhars td.right{
        width: 40%;
    }
}

.single-product div.product form.cart{
    margin-bottom: 0 !important;
}
.single-product div.product p.price{
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}


#responsive-menu-container{
    z-index: 999999999 !important;
}


.rec_prods ul.products > li{
    width: 25% !important;
    padding: 10px 15px !important;
}
.rec_prods ul.products > li img{
    width: auto !important;
    display: block;
    margin: 0 auto 10px;
    max-height: 200px;
}



#mega_nav{
    display: none;
}
#mega_nav .container > ul{
    padding: 10px 0;
    margin: 0;
}
#mega_nav .container > ul > li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
#mega_nav .container > ul > li:hover{
    background: #e4e4e4;
}
#mega_nav .container > ul > li .sub-menu{
    z-index: 99999;
}
#mega_nav .container > ul > li > a{
    position: relative;
}
#mega_nav img{
    
}
#mega_nav .container > ul > li > ul{
    margin-left: 0;
    float: left;
    width: 70%;
    padding: 10px;
}
#mega_nav .container > ul > li > ul > li{
    list-style: none;
    margin-bottom: 4px;
    line-height: 1.2;
}
#mega_nav .container > ul > li > ul > li a{
    color: #333 !important;
    font-size: 14px;
}
#mega_nav .container > ul > li > ul > li a:hover{
    color: #000 !important;
    text-decoration: underline;
}

#mega_nav .menu-image-hover-wrapper{
    display: block;
    float: left;
    width: 30%;
    height: 70px;
    overflow: hidden;
}
#mega_nav .menu-image-hover-wrapper img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto !important;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#mega_nav .container > ul > li:hover .menu-image{
    display: none;
}
#mega_nav .container > ul > li:hover .hovered-image {
   display: block; 
}
#mega_nav .menu-image-title{
    padding: 0;
    width: 70%;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    float: left;
    font-weight: bold;
    text-align: left;
    display: block;
}
#mega_nav .container > ul > li .menu-image-title:hover{
    text-decoration: underline;
    color: #000;
}
#responsive-menu img{display: none !important;}
#responsive-menu a:visited,#responsive-menu a:hover{color: #fff !important;}



.bfb{
    background: #222;
    margin-bottom: 15px;
}
.bfb img{
    max-width: 100%;
    margin: 0 auto;
}
.bfb img.fi{
    display: block;
}
.bfb img.mi{
    display: none;
}

.black_friday{
    background-image: url(../img/bf6.gif);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    width: 200px;
    height: 60px;
    margin-bottom: 15px;
    background-color: #000;
    line-height: 60px;
    text-align: center;
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 2px 2px #000;
    white-space: nowrap;
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    -webkit-background-size: cover;
    background-size: cover;
}

.youtube .play {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ +CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
}

.youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#edit_ths{
    position: fixed;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    opacity: 0.4;
}
#edit_ths:hover{
    opacity: 1;
}
#edit_ths a{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    padding: 0 5px;
    z-index: 9999;
}

/* SLIDER 2 */

.slider2 .sitem{
    height: 440px;
    padding: 140px 50% 30px 30px;
    background-position: right 5px bottom 5px;
    background-repeat: no-repeat;
    background-color: #e4e4e4;
    background-size: 50%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.slider2 .sitem .h1{
    background: #0d52d6;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.slider2 .sitem .h3{
    font-size: 32px;
    line-height: 1.2;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
}
.slider2 .sitem .button{
    background: none !important;
    border: 1px solid #333 !important;
    color: #333 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400 !important;
}
.slider2 .sitem .button:hover{
    background: #0d52d6 !important;
    border: 1px solid #0d52d6 !important;
    color: #fff !important;
}
.slider2 .owl-nav{
    display: none;
    position: absolute;
    right: 0;
    top: 35%;
}
.slider2 .owl-nav button{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f2f2f2 !important;
    color: #333 !important;
    font-size: 18px !important;
}
.slider2 .owl-nav button:hover{
    background: #0d52d6 !important;
    color: #fff !important;
}
.sslider2:hover .owl-nav{
    display: block;
}
.slider2 .owl-dots{
    position: absolute;
    bottom: 15px;
    left: 30px;
}
.slider2 .owl-dots button{
    background: #8b9198;
    display: inline-block;
    height: 5px;
    width: 15px;
    margin-right: 7px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.slider2 .owl-dots button.active{
    background: #e96631;
}
.slider2 .items .item{
    position: relative;
    height: 210px;
    padding: 50px 50% 20px 20px;
    background-color: #e4e4e4;
    background-position: right 5px bottom 5px;
    background-repeat: no-repeat;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.slider2 .items .item:hover{
    background-color: #cfdbec;
}
.slider2 .items .item .name{
    color: #0d52d6;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.slider2 .items .item .desc{
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    font-size: 24px;
}
.slider2 .items .item a{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.slider2 .items .item:first-child{
    margin-bottom: 20px;
}

/* END SLIDER 2 */

/* ARCHIVE */

.narchive{
    
}
.narchive .block{
    margin-bottom: 30px;
}
.narchive .block:hover{
    -webkit-box-shadow: 0 0 25px #d2d2d2;
    -moz-box-shadow: 0 0 25px #d2d2d2;
    box-shadow: 0 0 25px #d2d2d2;
}
.narchive .block:hover .img .cov{
    transform: scale(1.2);
}
.narchive .img{
    position: relative;
    overflow: hidden;
    width: 25%;
    float: left;
}
.narchive h3{
    margin-bottom: 5px;
    line-height: 1.2;
}
.narchive h3 a{
    font-weight: 700;
    color: #333 !important;
    font-size: 20px;
    line-height: 1.2;
}
.narchive .desc p{
    color: #8b9198;
    line-height: 1.2;
    margin-bottom: 10px;
}
.narchive .desc .wdate{
    margin-bottom: 10px;
}

.narchive .img .cov{
    height: 220px;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.narchive .text{
    float: left;
    width: 75%;
    padding: 10px 15px;
}
.narchive .rm{
    background: none !important;
    border: 1px solid #333 !important;
    color: #333 !important;
    padding: 7px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    margin-bottom: 10px;
    margin-right: 15px;
}
.narchive .rm:hover{
    background: #0d52d6 !important;
    color: #fff !important;
    border: 1px solid #0d52d6 !important;
}

/* END ARCHIVE */

.single-product div.product .woocommerce-product-gallery .flex-viewport,.woocommerce-product-gallery__trigger{
    height: 400px !important;
}

p.price{
    display: inline-block;
    padding: 10px 20px;
    background: #e96631;
    color: #333;
}
.price del{
    opacity: 1 !important;
    color: #333 !important;
    font-size: 16px;
}
.price del span{
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #333 !important;
}
.summary p.price del{
    color: #333;
    font-size: 16px;
}
.summary p.price ins{
    color: #fff;
}

.search .product-cats .category{
    min-height: 280px !important;
}
.search .product-cats .category img{
    max-height:150px !important;
}
.search .new_cats{display: none;}

.storefront-product-pagination{display: none !important;}

.ny_svg{
    width: 100px;
    height: 100px;
    float: left;
}


body.search article.product {
    width: 30%;
    margin-right: 1%;
    float: left;
}
body.search article.product h2{
    font-size: 18px;
}
body.search article.product .entry-content,body.search article.product .entry-content *{
        font-size: 0 !important;
} 

.site-main ul.products.columns-4 li.product.outofstock h2, .site-main ul.products.columns-4 li.product.outofstock  .price *{
    color: #999 !important;
}
.products .outofstock img{
    -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
.site-main ul.products.columns-4 li.product.outofstock .button{
    background: #999 !important;
}
.site-main ul.products.columns-4 li.product.outofstock .onsale{
    border-color: #ed9999 !important;
    color: #ed9999 !important;
}

.cat_desc .container{
    position: relative;
    max-height: 200px;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.cat_desc .container:before{
    content:"Детальнiше";
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 75px;
    display: block;
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 3;
    background: linear-gradient(to top, rgba(248,248,248,1), rgba(248,248,248,0));
    cursor: pointer;
}
.cat_desc.active .container{
    max-height: 9999999px;
}
.cat_desc.active .container:before{
    display: none;
}


.woocommerce-products-header{
    padding-bottom: 0 !important;
}

.tcart{
    display: inline-block;
}

.img_single{
    height: 200px;
    -webkit-background-size: contain;
    background-size: contain;
    margin-bottom: 15px;
    background-position: left 0 top 0;
    background-repeat: no-repeat;
}

.single-product #to_call{display: none !important;} 

@media (max-width: 1020px) {
    /*.catalog .blocks .block {
        width: 32%;
        height: 250px;
        margin: 0 2% 25px 0;
    }
    .catalog .blocks .block:nth-child(3n) {
        margin-right: 0;
    }
    .catalog .blocks .block:nth-child(4n) {
        margin-right: 2%;
    }*/
    .page-template-template-fullwidth-php .site-main ul.products.columns-4 li.product:nth-child(2n), .page-template-template-homepage-php .site-main ul.products.columns-4 li.product:nth-child(2n), .storefront-full-width-content .site-main ul.products.columns-4 li.product:nth-child(2n) {
        margin-right: 0 !important;
    }
}

@media (max-width: 992px) {
    .sslider2{
        margin-bottom: 20px;
    }   
}

@media (max-width: 920px) {
    .rec_prods ul.products > li{
        width: 50% !important;
    }   
    body.search article.product{
        width: 48%;
        margin-right: 4%;
    }
    body.search article.product:nth-child(2n){
        margin-right: 0 !important;
    }
    
}


@media (max-width: 768px) {
    header#newh .lngs{
        width: 50%;
        text-align: right;
    }
    header#newh #logo{
        width: 50%;
    }
    header#newh nav{
        display: none !important;
    }
    header#newh #search{
        display: none;
    }
    .responsive-menu-item-link{
        color: #fff !important;
    }
    .line .blocks .block {
        width: 100%;
        margin-bottom: 30px;
    }
    .line .blocks .block:last-child {
        margin-bottom: 0;
    }
    .contact .left, .contact .right {
        width: 100%;
    }
    .page-template-template-fullwidth-php .site-main ul.products.columns-4 li.product, .page-template-template-homepage-php .site-main ul.products.columns-4 li.product, .storefront-full-width-content .site-main ul.products.columns-4 li.product {
        width: 100% !important;
        margin-right: 0% !important;
    }
    
    .woocommerce-checkout h1.entry-title{
        font-size: 26px;
        font-weight: bold;
    }
    .woocommerce-checkout h3{
        font-size: 22px;
    }
    .woocommerce-checkout p{
        margin-bottom: 10px;
    }
    .woocommerce-checkout input{
        padding: 5px !important;
        font-size: 16px;
        line-height: 16px;
    }
    #payment .payment_methods>.wc_payment_method>label, #payment .payment_methods>.woocommerce-PaymentMethod>label,#payment .payment_methods li .payment_box{
        padding: 5px 10px !important;
    }
    .woocommerce-checkout td,.woocommerce-checkout th{
        font-size: 14px !important;
        padding: 5px 10px !important;
    }
    #payment .place-order{
        margin-top: 0px !important;
        padding: 10px 0 !important;
    }
    #payment .place-order .button{
        font-size: 16px !important;
    }
    #payment .payment_methods li img{
        float: none !important;
    }
    .uni_land_top, .uni_land_bottom{
        background: linear-gradient(215deg,#0d52d6,#ecd714) !important;
    }
    .uni_land_top .img_prod, .uni_land_bottom .img_prod{
        width: 100%;
        float: none;
        padding-bottom: 20px;
        text-align: center;
    }
    .uni_land_top .img_prod img, .uni_land_bottom .img_prod img{
        margin: 0 auto;
        width: auto;
        max-height: 300px;
    }
    .uni_land_top .right_text, .uni_land_bottom .right_text{
        width: 100%;
        float: none;
    }
    .rec_prods ul.products > li{
        width: 50% !important;
        float: left;
    }
    .bfb img.fi{
        display: none;
    }
    .bfb img.mi{
        display: block;
    }
    .slider2 .sitem{
        height: auto;
        min-height: 440px;
        padding: 300px 20px 40px;
        background-position: top 5px left 50%;
    }
    .slider2 .items .item{
        height: auto;
        min-height: 210px;
        padding: 200px 20px 20px;
        background-position: top 5px left 50%;
    }
    .narchive .img, .narchive .text{
        width: 100%;
        float: none;
    }
    body.search article.product{
        width: 100%;
        margin-right: 0 !important;
    }
    .woocommerce-Tabs-panel{
        padding: 5px 0;
    }
    .col-full{
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .line .blocks .block .text{
        width: calc(100% - 80px);
    }
    .uni_land_top .img_prod{
        height: 320px;
    }
    .uni_land_top .img_prod{
        max-height: 300px; 
    }
    
    .single-product header#newh #logo .logo_desc{
        font-size: 12px;
        white-space: nowrap;
    }
    .single-product .breadcrumbs{
        height: 30px !important;
        overflow: hidden;
    }
    .single-product .breadcrumbs *{
        font-size: 12px;
    }
    .single-product .breadcrumbs .container{
        white-space: nowrap;
        height: 30px;
        overflow-x: auto;         
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch; 
        scrollbar-width: none; 
    }
    
.single-product .breadcrumbs .container::-webkit-scrollbar {
  display: none; 
}
.single-product .btn_big_cats {
    padding: 9px 20px;
    }
    .single-product .mobosearch{
        padding-top: 7px;
    height: 40px;
    width: 50px;
    margin-right: 10px;
    font-size: 28px;
    line-height: 40px;
    }
    .single-product .mobonav {width: 40px;}
    .single-product .mobonav span {
    display: block;
    height: 3px;
    background: #fff;
    margin-bottom: 7px;
}
.single-product header#newh .lngs ul{
    padding-right: 0;
}
.single-product header#newh .lngs li a{
    font-size: 14px;
    padding-top: 0;
}
.single-product .uni_land_top, .single-product .uni_land_bottom{
    padding: 10px 0;   
}
.single-product #to_call{
    display: none;
            top: 220px;
            right: 10px;
}
.single-product .tp_ttitle_prod{
    position: relative;
    display: block;
    width: 100%;
    background: #f2f2f2;
    font-size: 16px;
    font-weight: 700;
    color: #7b7b7b;
    padding: 5px 0;
    margin-top: -10px;
    z-index: 2;
}
.single-product  .uni_land_top .img_prod{
    margin-bottom: 0;
}
.single-product .uni_land_top .img_prod{
    max-height: none;
    height: auto;
}
.single-product .mb_fst_bb{
    display: block;
    padding: 10px;
    margin-top: 10px;
    background: #f2f2f2;
    width: calc(100% + 30px);
        margin-left: -15px;
}
.single-product .mb_fst_bb .tcart{
    float: right;
    margin-bottom: 0 !important;
}
.single-product .mb_fst_bb .tcart .button{
    margin-bottom: 0 !important;
}
.single-product .mb_fst_bb .prpr{
    float: left;
    line-height: 1.4;
}
.single-product .mb_fst_bb .prpr del{
    color: #db6464;
}
.single-product .mb_fst_bb .prpr ins{
    color: #317b31;
}
.single-product #bingc-phone-button{
    bottom: 10px !important;
}

}

@media (max-width: 666px) {
    /*.catalog .blocks .block {
        width: 49%;
        height: 250px;
        margin: 0 2% 25px 0;
    }
    .catalog .blocks .block:nth-child(3n) {
        margin-right: 2%;
    }
    .catalog .blocks .block:nth-child(2n) {
        margin-right: 0;
    }*/
}

@media (max-width: 480px) {
    .slider2 .sitem{
        background-size: 75%;
    }
    header#newh .lngs{
        width: 30%;
        text-align: right;
    }
    header#newh .lngs ul{
        padding: 10px 10px 0;
    }
    header#newh .lngs li{
        display: block;
        width: 100%;
        padding: 0;
    }
    header#newh .lngs li a{
        display: block;
        padding: 5px 0 5px 10px;
    }
    header#newh #logo{
        width: 70%;
    }
    
    .popup {
        top: 50px;
        width: 90%;
        left: 5%;
        margin-left: 0;
        margin-top: 0;
    }
    .single-product div.product form.cart .quantity{
        float: none !important;
    }
    .col4{
        width: 100%;
    }
    #tab-description img{
        float: none;
        display: block;
        width: 100%;
        margin: 5px 0 10px;
    }
    .rec_prods ul.products > li{
        width: 100% !important;
    }
    .youtube{width: 100% !important;}
}

@media (max-width: 420px) {
    /*.catalog .blocks .block {
        width: 100%;
        height: 250px;
        margin: 0 0 15px 0;
    }
    .catalog .blocks .block:nth-child(1n) {
        margin-right: 0;
    }*/
}

a.lmp_button {
    color: #fff !important;
}


.storefront-sticky-add-to-cart{display: none !important;}

#rmp-container-8747{
    min-width: 320px !important;
}

.ncatlink{display: block;}


/* .single_add_to_cart_button, .add_to_cart_button,#wcspc-count{
    display: none !important;
} */


.fast_popup{
    position: fixed;
    top: 5vh;
    max-height: 90vh;
    left: 5%;
    width: 90%;
    background: #f2f2f2;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    z-index: 9999999;
}
.fast_popup h3.name{
    text-align: center;
    margin-bottom: 15px;
}
.fast_popup .blocks{
    margin-bottom: 15px;
}
.fast_popup .blocks .left{
    width: 50%;
    float: left; 
    padding: 0 15px;  
}
.fast_popup .blocks .right{
    width: 50%;
    float: right;
    padding: 10px 15px;
    height: 437px;
    overflow-x: hidden;
    overflow-y: auto;
}
.fast_popup .blocks .right .hars p{
    margin-bottom: 5px;
}
.fast_popup .blocks .left .img{
    height: 400px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
}
.fast_popup .btpr a.button{
    margin-bottom: 10px;
}
.fast_popup .prcs > div{
    display: inline-block;
    vertical-align: top;
}
.fast_popup .prcs{
    padding-bottom: 10px;
}
.fast_popup .prcs .del{
    font-size: 20px;
    text-decoration: line-through;
    color: #777;
    padding-right: 15px;
}
.fast_popup .prcs .pr{
        font-size: 22px;
    font-weight: 700;
    color: #0d52d6;
    line-height: 1.5;
}

.btpr{
    padding: 10px;
    text-align: center;
}

.fwclose{
    display: none;
    position: fixed;
    top: 2vh;
    right: 2%;
    background: #fff;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 15px #777;
    border-radius: 50%;
    text-align: center;
    line-height: 47px;
    font-size: 25px;
    font-weight: 700;
    color: #727272;
    cursor: pointer;
    z-index: 99999999;
}
.fwclose:hover{
    background: #777;
    color: #fff;
}
.bgfo{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.15);
    backdrop-filter: blur(2px);
    z-index: 99999;
}
.bgfo.load{
    background-image: url(../img/load2.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
@media(max-width:768px){
    .fast_popup .blocks .left{
        width: 100%;
        float: none; 
    }
    .fast_popup .blocks .right{
        width: 100%;
        float: none;
        overflow-y: visible; 
        height: auto;
    }
}


.products .product{
    position: relative;
}
.products .onsale{
    display: none;
}
.products .nsale{
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    z-index: 99;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.products .nsale.wid{
    width: auto;
    padding: 0 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.products .product .nsale.wid{
    display: none;
}
.products .outofstock .nsale.wid{
    display: block;
}

ul.products li.product img {
    width: auto;
    max-height: 200px;
}

.container:after, .cl:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}

/*.woof{display: none;}*/

.woocommerce-tabs,.single-product div.product{
    overflow: visible !important;
}

#csitems{
    padding: 20px 0 10px;
    margin: 10px 0 20px;
    width: 100vw;
margin-left: calc(50% - 50vw);
    background: #9fd4f2;
}
#csitems h3{
    text-align: center;
}
#csitems .csitems{
    text-align: center;
}
#csitems .csitems .csitem{
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-bottom: 15px;
    padding: 5px;
}
#csitems .csitems .csitem .img{
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    border: 3px solid #dedede;
    margin: 0 auto 10px;
}
#csitems .csitems .csitem h5{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
#csitems .csitems .csitem .desc{
    text-align: center;
    color: #333;
}

/* #billing_address_1_field{display: none !important;} */
.woocommerce-additional-fields{display: none;}

.products .rotateprod .iout1, .rotateprod .iout2 {
    transition: all 0.6s ease-in-out;
    margin-bottom: 20px !important;
 }
.products .rotateprod .iout2 {
    opacity: 0;
    transform: rotateY(90deg);
   margin-top: -220px !important;
}
@media(min-width:769px){
    .products .rotateprod:hover .iout1 {
        opacity: 0; 
        transform: rotateY(-90deg); 
    }
    .products .rotateprod:hover .iout2 {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media(max-width:768px){
    
    .products .rotateprod .iout1,
    .products .rotateprod .iout2 {
        animation-duration: 6s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    .products .rotateprod .iout1 {
        animation-name: flipOut1;
    }
    .products .rotateprod .iout2 {
        animation-name: flipOut2;
    }
    
}

@keyframes flipOut1 {
    0%, 49.9% {
        opacity: 1;
        transform: rotateY(0deg);
    }
    50%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
}
@keyframes flipOut2 {
    0%, 49.9% {
        opacity: 0;
        transform: rotateY(90deg);
    }
    50%, 100% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}    


.buy_now_button{
    background: #e96631 !important;
}

@media(max-width:768px){
    #csitems .csitems .csitem{
        width: 49%;
    }
}
@media(max-width:480px){
    #csitems .csitems .csitem{
        width: 100%;
    }
}

.entry-content h5{font-size: 18px;font-weight: bold;}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}



/* body #bingc-phone-button div.bingc-phone-button-icon-text span {
font-size: 9px !important;
font-weight: bold !important;
}
body #bingc-phone-button div.bingc-phone-button-icon-text {
top: 19px !important;
right: 41px !important;
}
body #bingc-phone-button svg.bingc-phone-button-icon-icon {
position: absolute;
top: 16px !important;
right: 37px !important;
opacity: 0;
padding: 7px;
width: 46px;
height: 47px !important;
background-image: none;
}
body #bingc-phone-button div.bingc-phone-button-tooltip {
display: none !important;
color: #000 !important;
background: #fff !important;
}}
body #bingc-phone-button svg.bingc-phone-button-circle {
width: 75px !important;
height: 75px !important;
}*/ 

@media (max-width: 979px) { #bingc-phone-button div.bingc-phone-button-icon-text span {
font-size: 9px !important;
}}
@media (max-width: 979px) { #bingc-phone-button div.bingc-phone-button-icon-text {
top: 19px !important;
right: 41px !important;
}}
@media (max-width: 979px) { #bingc-phone-button svg.bingc-phone-button-icon-icon {
position: absolute;
top: 16px !important;
right: 37px !important;
opacity: 0;
padding: 7px;
width: 46px;
height: 47px !important;
background-image: none;
}}
@media (max-width: 979px) { body #bingc-phone-button div.bingc-phone-button-tooltip {
display: none !important;
color: #000 !important;
background: #fff !important;
}}
@media (max-width: 979px) { #bingc-phone-button svg.bingc-phone-button-circle {
width: 75px !important;
height: 75px !important;
}}


#wcspc-count{
    right: 40px !important;
    left: auto !important;
}

.ch_links{
    padding: 15px 0;
}
.ch_links a {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.rev_inf{
    font-size: 12px;
    font-style: italic;
    font-weight: 200;
    padding-top: 20px;
    color: #777;
}


.fastw,.ncounter{display: none !important;}
.nprice1,.nprice2{margin-bottom: 10px;}

/* Скрываем поле billing_address_2 по умолчанию */
#billing_address_2_field {
    display: none !important;
}

/* Показываем поле billing_address_2, если выбран метод доставки "Кур'єром (Нова Пошта)" */
/* Класс body.woocommerce-shipping-flat-rate-3 будет добавлен при выборе этого метода */
body.woocommerce-shipping-flat-rate-3 #billing_address_2_field {
    display: block !important; /* Или table-row, flex, grid в зависимости от разметки поля */
}

.nov_poch{
        background: #da281c;
        padding: 5px 0 0; 
        margin-bottom: 10px; 
    }
    .nov_poch img{
        max-width: 100%;
        height: auto;
        display: inline-block;
    }
    .nov_poch .blogo{
        text-align: right;
    }
    .nov_poch .btext h3{
        text-align: left;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    @media(max-width:768px){
        .nov_poch .blogo,.nov_poch .btext h3{
            text-align: center;
        }
        .nov_poch .btext h3{
            font-size: 14px;
        }
        .nov_poch .btext br{display: none !important;}
        .nov_poch img{
            height: 40px;
            width: auto;
        }
    }


