body {
    overflow-x: hidden;
}
body.home-page main{
    display: flex !important;
    flex-flow: wrap !important;
    width: 100% !important;
    min-width: 100% !important;
    justify-content: center !important;
}
body.home-page > main > section:nth-child(1){
    order: 1;
}
body.home-page > main > section:nth-child(2) {
    order: 3;
}
body.home-page section.sale-outer{
    margin-top: 30px !important;    order: 2;
    width: 100% !important;
}

*, *:before, *:after{
    margin:0;
    padding:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

ul.breadcrumb li:first-child {
    display: none !important;
}

.d-none{
    display:none;
}

.d-flex{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
}

.fw-wrap{
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -o-flex-wrap:wrap;
    flex-wrap:wrap;
}

.fd-column{
    -webkit-flex-direction:column;
    -moz-flex-direction:column;
    -ms-flex-direction:column;
    -o-flex-direction:column;
    flex-direction:column;
}

.jc-center{
    justify-content:center;
}

.jc-space-between{
    justify-content:space-between;
}

.jc-space-around{
    justify-content:space-around;
}

.jc-flex-end{
    justify-content:flex-end;
}

.ai-center{
    -ms-align-items:center;
    align-items:center;
}

.flex-left{
    flex:1 0 25%;
    max-width:25%;
    padding-right:1%;
}

.flex-main{
    flex-grow:2;
    max-width:100%;
}

.flex-right{
    flex:1 0 25%;
    max-width:25%;
    padding-left:1%;
}

.wrapper{
    width:100%;
    max-width:1600px;
    margin:0 auto;
    padding-left:10px;
    padding-right:10px;
}

@media screen and (min-width:768px){
    .wrapper{
        padding-left:14px;
        padding-right:14px;
    }
}

@media screen and (min-width:1025px){
    .wrapper{
        padding-left:20px;
        padding-right:20px;
    }
}

@media screen and (min-width:1600px){
    .wrapper{
        padding-left:20px;
        padding-right:20px;
    }
}

footer .wrapper{
    padding-left:0px;
    padding-right:0px;
}

img{
    max-width:100%;
    height:auto;
    vertical-align:top;
}

.text-danger{
    color:#f00;
}

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

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

.overflow-hidden{
    overflow:hidden;
}

html{
    height:100%;
}

body{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    flex-direction:column;
    height:100%;
    min-width:320px;
    background:#fff;
    font-family:'Montserrat', sans-serif;
    font-size:14px;
    color:#000;
    line-height:24px;
    position:relative;
}

.overlay-layer{
    display:none;
    position:fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:rgba(255,255,255,0.9);
    z-index:9999;
    -webkit-animation:fadeIn .4s ease-out;
    -o-animation:fadeIn .4s ease-out;
    animation:fadeIn .4s ease-out;
    opacity:1;
}

body.overlay-body .overlay-layer{
    display:block;
}


header{
    flex:0 0 auto;
    position:fixed;
    top:0;
    left:0;
    right:0;
    background:#fff;
    z-index:10000;
    -webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.1);
    box-shadow:0 0 15px 0 rgba(0,0,0,0.1);
}

main{
    margin-top:57px;
    flex:1 0 auto;
}

body:not(.home-page) main{
    margin-top:70px;
}

@media screen and (min-width:768px){
    body:not(.home-page) main{
        margin-top:110px;
    }
}

footer{
    flex:0 0 auto;
}

/*HEADER*/
.header{
    width:100%;
    padding:10px 0;
    background:#fff;
}

.header .logo{
    flex:1 0 auto;
    order:2;
    text-align:center;
}

@media screen and (min-width:1025px){
    .header .logo{
        flex:initial;
        order:1;
    }
}

.header .logo img{
    vertical-align: baseline;
    max-height: 40px;
    margin-bottom: -15px;
    margin-top: 6px;
}

.header .cart{
    margin-right:15px;
    order:0;
}

@media screen and (min-width:1025px){
    .header .cart{
        margin-right:5px;
        order:2;
    }
}

#cart{
    position:relative;
}

#cart a{
    color:#000;
    text-decoration:none;
}

#cart a svg{
    vertical-align:top;
}

#cart a #total{
    font-size:12px;
}

#cart .cart-product-list{
    display:none;
}

#cart .cart-popup{
    width:100%;
    max-width:380px;
    min-width:320px;
    padding:25px;
    border:0.5px solid #eee;
    background:#fff;
    position:absolute;
    right:0;
    top:100%;
    z-index:1;
    display:none;
}

@media screen and (min-width:768px){
    #cart .cart-popup{
        min-width:380px;
    }
}

#cart .cart-popup.open{
    display:block;
}

#cart .cart-popup-close{
    font-size:24px;
    color:#000;
    position:absolute;
    top:10px;
    right:10px;
    cursor:pointer;
}

#cart .cart-popup-title{
    font-size:15px;
    color:#000;
    text-transform:uppercase;
}

#cart .cart-product-info-wrapper{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    justify-content:space-between;
    -ms-align-items:flex-start;
    align-items:flex-start;
}

#cart .cart-product-info-photo{
    max-width:50%;
    padding-right:10px;
}

#cart .cart-popup-btn{
    background:#ebebeb;
    display:block;
    margin-top:10px;
    padding:14px 25px;
    font-size:14px;
    color:#000;
    line-height:17px;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}

#cart .cart-popup-btn:hover{
    background:#000;
    color:#fff;
}

@media screen and (min-width:1025px){
    .header{
        padding:0;
    }
    .header .logo{
        order:0;
        text-align:left;
    }
    .header .cart{
        order:2;
    }

}

.header .cart{order:2!important;}

.header .languages{
    order:1;
}

@media screen and (max-width:1024px){
    .currencies{padding-right: 10px}
}

@media screen and (min-width:1025px){
    .header .languages{
        flex:1 0 auto;
        padding-left:40px;
        order:initial;
    }
}

#form-language{
    position:relative;
    display:inline-block;
}

#form-language ul.language-list{
    position:absolute;
    top:100%;
    list-style:none;
    display:none;
}

#form-language:hover ul.language-list{
    display:block;
}

#form-language:hover span.current{
    color:#999;
}

#form-language span.current,
#form-language ul.language-list li a{
    color:#000;
    text-decoration:none;
}


#form-currency{
    position:relative;
    display:inline-block;
}

#form-currency ul.currency-list{
    width: max-content;
    position:absolute;
    top:100%;
    list-style:none;
    display:none;
}

#form-currency:hover ul.currency-list{
    display:block;
}

#form-currency:hover span.current{
    color:#999;
}

#form-currency span.current,
#form-currency ul.currency-list li a{
    color:#000;
    text-decoration:none;
}



/*MAINMENU*/
#mainmenu{
    /*-webkit-transition:all .4s;
    -o-transition:all .4s;
    transition:all .4s;*/
    order:3;
}

@media screen and (min-width:1025px){
    #mainmenu{
        order:initial;
    }
}

#mainmenu.open{
    position:fixed;
    left:0;
    top:0;
    bottom:0;
    width:100%;
    max-width:570px;
    background:#fff;
    padding:10px;
    z-index:100;
}

#mainmenumin{
    order: 3;
    width:24px;
    height:20px;
    /* background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxwYXRoIGQ9Ik01MDEuMzMzLDk2SDEwLjY2N0M0Ljc3OSw5NiwwLDEwMC43NzksMCwxMDYuNjY3czQuNzc5LDEwLjY2NywxMC42NjcsMTAuNjY3aDQ5MC42NjdjNS44ODgsMCwxMC42NjctNC43NzksMTAuNjY3LTEwLjY2N1M1MDcuMjIxLDk2LDUwMS4zMzMsOTZ6Ii8+PHBhdGggZD0iTTUwMS4zMzMsMjQ1LjMzM0gxMC42NjdDNC43NzksMjQ1LjMzMywwLDI1MC4xMTIsMCwyNTZzNC43NzksMTAuNjY3LDEwLjY2NywxMC42NjdoNDkwLjY2N2M1Ljg4OCwwLDEwLjY2Ny00Ljc3OSwxMC42NjctMTAuNjY3UzUwNy4yMjEsMjQ1LjMzMyw1MDEuMzMzLDI0NS4zMzN6Ii8+PHBhdGggZD0iTTUwMS4zMzMsMzk0LjY2N0gxMC42NjdDNC43NzksMzk0LjY2NywwLDM5OS40NDUsMCw0MDUuMzMzQzAsNDExLjIyMSw0Ljc3OSw0MTYsMTAuNjY3LDQxNmg0OTAuNjY3YzUuODg4LDAsMTAuNjY3LTQuNzc5LDEwLjY2Ny0xMC42NjdDNTEyLDM5OS40NDUsNTA3LjIyMSwzOTQuNjY3LDUwMS4zMzMsMzk0LjY2N3oiLz48L3N2Zz4=");
   */
    z-index: 50;
    position: relative;
}

#mainmenumin i:first-of-type {
    top: 0;
}
#mainmenumin i:nth-of-type(2) {
    top: 0;
    bottom: 0;
}
#mainmenumin i:last-of-type {
    bottom: 0;
}
#mainmenumin.openbt i:last-of-type {
    -webkit-transform: rotateZ(-45deg) translate3d(0,-13px,0);
    transform: rotateZ(-45deg) translate3d(0,-13px,0);
}
#mainmenumin.openbt i:nth-of-type(2) {
    opacity: 0;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
}

#mainmenumin.openbt i:first-of-type {
    -webkit-transform: rotateZ(45deg) translate3d(0,13px,0);
    transform: rotateZ(45deg) translate3d(0,13px,0);
}


.product-sticker {
    right: 20%; position: absolute;color: #2e2c2a;margin-top: -20px;/* left: 10px; */font-weight: 600;font-size: 14px;
}

@media screen and (min-width:768px){
    .product-sticker {
        margin-top: -50px;
    }
}

@media screen and (max-width:768px){
    .product-sticker {
        right: 10% !important;
    }
}



#mainmenumin i {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 24px;
    height: 2px;
    background: #808080;
    -webkit-transition: opacity .4s .3s,background .4s linear,-webkit-transform .8s cubic-bezier(.9,0,.1,1);
    transition: opacity .4s .3s,transform .8s cubic-bezier(.9,0,.1,1),background .4s linear,-webkit-transform .8s cubic-bezier(.9,0,.1,1);
    -o-transition: opacity .4s .3s,transform .8s cubic-bezier(.9,0,.1,1),background .4s linear;
}

#mainmenu.open #mainmenumin{
    margin-left:auto;
    background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDY0IDY0Ij48cGF0aCBmaWxsPSIjY2NjY2NjIiBkPSJNMjguOTQxLDMxLjc4NkwwLjYxMyw2MC4xMTRjLTAuNzg3LDAuNzg3LTAuNzg3LDIuMDYyLDAsMi44NDljMC4zOTMsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5IGMwLjUxNiwwLDEuMDMxLTAuMTk2LDEuNDI0LTAuNTlsMjguNTQxLTI4LjU0MWwyOC41NDEsMjguNTQxYzAuMzk0LDAuMzk0LDAuOTA5LDAuNTksMS40MjQsMC41OWMwLjUxNSwwLDEuMDMxLTAuMTk2LDEuNDI0LTAuNTkgICBjMC43ODctMC43ODcsMC43ODctMi4wNjIsMC0yLjg0OUwzNS4wNjQsMzEuNzg2TDYzLjQxLDMuNDM4YzAuNzg3LTAuNzg3LDAuNzg3LTIuMDYyLDAtMi44NDljLTAuNzg3LTAuNzg2LTIuMDYyLTAuNzg2LTIuODQ4LDAgICBMMzIuMDAzLDI5LjE1TDMuNDQxLDAuNTljLTAuNzg3LTAuNzg2LTIuMDYxLTAuNzg2LTIuODQ4LDBjLTAuNzg3LDAuNzg3LTAuNzg3LDIuMDYyLDAsMi44NDlMMjguOTQxLDMxLjc4NnoiLz48L3N2Zz4=");
}

@media screen and (min-width:1025px){
    #mainmenumin, #mobmenu{
        display:none;
    }
}

#mobmenu {
    z-index: 25;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100vh;
    padding-left: 10vw;

    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: -webkit-transform .8s cubic-bezier(.9,0,.1,1);
    transition: transform .8s cubic-bezier(.9,0,.1,1);
    -o-transition: transform .8s cubic-bezier(.9,0,.1,1);
    transition: transform .8s cubic-bezier(.9,0,.1,1),-webkit-transform .8s cubic-bezier(.9,0,.1,1);

}
#mobmenu.open   {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#mobmenu ul li a{

    font-size: 18px;
    line-height: 35px;
    /*        line-height:17px;
        font-size:15px;*/
    color:#000;
    text-decoration:none;
    text-transform:uppercase;
}

#mobmenu ul li a:hover{
    color:#999;
}
#mobmenu ul{
    list-style:none;
}

#mobmenu .parentcategory .nav-drop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 47vw;
    -webkit-transform: translate3d(2vw,-50%,0);
    transform: translate3d(2vw,-50%,0);
    -webkit-transition: .8s cubic-bezier(.9,0,.1,1);
    -o-transition: .8s cubic-bezier(.9,0,.1,1);
    transition: .8s cubic-bezier(.9,0,.1,1);
}

#mobmenu .parentcategory.open .nav-drop {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

#mobmenu .menuul {
    position: relative;
    top: 50%;
    width: calc(100% + 10vw);

    -webkit-transform: translate3d(0,-60%,0);
    transform: translate3d(0,-60%,0);
    -webkit-transition: .8s cubic-bezier(.9,0,.1,1);
    -o-transition: .8s cubic-bezier(.9,0,.1,1);
    transition: .8s cubic-bezier(.9,0,.1,1);
}
#mobmenu .menuul.open {
    -webkit-transform: translate3d(-12vw,-50%,0);
    transform: translate3d(-12vw,-50%,0);
}

#mobmenu .menuul.open .parentlink {
    opacity: 0.3;
    /* opacity: 0;*/
}

#mobmenu  .parentlink {
    font-size: 18px;
    line-height: 35px;

}

/*#mobmenu .nav-drop {*/
/*   background-color: #FFF;*/
/*    padding: 50px;*/

/*}*/

#mobmenu .nav-drop li {
    padding: 3px 0 3px 5px;

}


#mainmenu > ul{
    list-style:none;
    position:absolute;
    display:none;
}

#mainmenu.open > ul{
    display:block;
    width:100%;
    position:relative;
    background:#fff;
}

#mainmenu.open > ul{
    height:calc(100vh - 40px);
    overflow-y:auto;
    margin-top:5px;
}

@media screen and (min-width:1025px){
    #mainmenu > ul{
        display:-webkit-flex;
        display:-moz-flex;
        display:-ms-flex;
        display:-o-flex;
        display:flex;
        justify-content:space-between;
        position:static;
    }
}

#mainmenu ul li a{
    font-size:15px;
    color:#000;
    text-decoration:none;
    line-height:17px;
    text-transform:uppercase;
}

#mainmenu ul li a:hover{
    color:#999;
}

@media screen and (min-width:1025px){
    #mainmenu > ul > li{
        padding:0 50px;
    }
}

#mainmenu > ul > li > a{
    display:block;
    /*width:48%;*/
    padding:20px 0;
}

@media screen and (min-width:1025px){
    #mainmenu > ul > li > a{
        width:auto;
    }
}

@keyframes fadeIn{
    from{opacity:0;}
    to{opacity:1;}
}

#mainmenu ul li .submenu{
    background:#fff;
    padding:0;
}

#mainmenu ul li .submenu .submenu-wrapper{
    max-width:1600px;
    margin:0 auto;
}

@media screen and (min-width:768px){
    #mainmenu ul li .submenu .submenu-wrapper{
        /*padding:10px 20px;*/
    }
}

@media screen and (min-width:1025px){
    #mainmenu ul li .submenu{
        position:absolute;
        left:0;
        right:0;
        top:100%;
        -webkit-transform:translateY(calc(-100% - 60px));
        -ms-transform:translateY(calc(-100% - 60px));
        -o-transform:translateY(calc(-100% - 60px));
        transform:translateY(calc(-100% - 60px));
        -webkit-transition:-webkit-transform .6s;
        -o-transition:-o-transform .6s;
        transition:transform .6s;
        border-bottom:0.5px solid #eee;
        z-index:-2;
        padding:40px 0;
    }
    #mainmenu:hover ul li .submenu{
        min-height:320px;
    }
    #mainmenu ul li .submenu .submenu-wrapper{
        display:-webkit-flex;
        display:-moz-flex;
        display:-ms-flex;
        display:-o-flex;
        display:flex;
        justify-content:space-between;
        -ms-align-items:flex-start;
        align-items:flex-start;
        /*padding:10px 20px;*/
    }
}

@media screen and (min-width:1025px){
    #mainmenu ul li .submenu > *{
        opacity:0;
    }
}

#mainmenu:hover ul li .submenu{
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0);
    /*padding:40px 0;*/
}

#mainmenu.is-hover ul li:hover .submenu{
    z-index:-1;
}

#mainmenu ul li:hover .submenu > *{
    -webkit-animation:fadeIn .8s ease-out;
    -o-animation:fadeIn .8s ease-out;
    animation:fadeIn .8s ease-out;
    opacity:1;
}

#mainmenu ul li .submenu ul{
    /*display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -o-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;*/
    padding:0 20px;
    list-style:none;
}

#mainmenu ul li .submenu ul li{
    line-height:15px;
    padding:10px 0;
}

@media screen and (min-width:1025px){
    #mainmenu ul li .submenu ul{
        padding:10px 20px;
    }
    #mainmenu ul li .submenu ul li{
        /*flex:0 0 40%;
        max-width:40%;*/
    }
}

#mainmenu ul li .submenu ul li a{
    font-size:12px;
    line-height:15px;
}

#mainmenu ul li .submenu > img{
    display:none;
}

@media screen and (min-width:1025px){
    #mainmenu ul li .submenu > img{
        display:block;
    }
}

#mainmenu ul li .submenu .submenu-wrapper img{
    display:none;
}

@media screen and (min-width:1025px){
    #mainmenu ul li .submenu .submenu-wrapper img{
        display:initial;
    }
}

/*CONTENT*/
main{
    padding-bottom:85px;
}

.img-box{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    position:relative;
    overflow:hidden;
    height: 80vh;
}

.img-box-item{
    width:100%;
    min-height:calc(100vh - 62px);
    height:auto;
}

.img-box-item:first-child{
    display:none;
}

.img-box-item img{
    min-width:100%;
    width:auto;
    min-height:100%;
    height:auto;
    max-width:none;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}

@media screen and (min-width:768px){
    .img-box-item,
    .img-box-item:first-child{
        display:block;
        width:50%;
        min-height:auto;
    }
    .img-box-item img{
        position:relative;
        left:auto;
        top:auto;
        -webkit-transform:translate(0,0);
        -ms-transform:translate(0,0);
        -o-transform:translate(0,0);
        transform:translate(0,0);
    }
}

.img-box-button{
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}

.img-box-button a{
    background:#fff;
    display:block;
    margin-bottom:15px;
    padding:14px 25px;
    font-size:14px;
    color:#000;
    line-height:17px;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}

@media screen and (min-width:768px){
    .img-box-button a{
        padding:14px 85px;
    }
}

.img-box-button a:hover{
    background:#000;
    color:#fff;
}

.sale-outer{
    position:relative;
    /*padding:38px 0;*/
    background-image:linear-gradient(180deg, #EFF0F4 0%, #F4F5F9 45.96%, #F3F4F8 100%);
    padding:52px 10% 41px;
}

@media screen and (min-width:768px){

}

@media screen and (min-width:1025px){
    .sale-outer{
        background-image:url('../images/sales.png'), linear-gradient(180deg, #EFF0F4 0%, #F4F5F9 45.96%, #F3F4F8 100%);
        background-repeat:no-repeat, repeat;
        background-position:left center, 0 0;
        padding:152px 30% 114px;
    }
}

.sale-outer:after{
    /*content:'';
    display:block;
    height:1px;
    background:#a91d1d;
    position:absolute;
    left:0;
    right:0;
    top:50%;*/
}

.sale-inner{
    /*max-width:810px;
    margin-left:auto;
    margin-right:auto;
    background:#fffafa;
    border:1px solid #a91d1d;
    position:relative;
    z-index:1;
    text-align:center;
    padding:61px 20px;*/
    text-align:center;
}

@media screen and (){
    .sale-inner{
        padding:61px 77px;
    }
}

.sale-title{
    font-size:24px;
    color:#961919;
    line-height:37px;
    text-transform:uppercase;
    margin-bottom:17px;
}


@media screen and (min-width:768px){
    .sale-title{
        font-size:30px;
    }
}

.sale-text{
    text-transform:uppercase;
    margin-bottom:24px;
}

.sale-order a{
    display:inline-block;
    padding:13px 102px 15px;
    border:1px solid #000;
    line-height:17px;
    color:#000;
    text-transform:uppercase;
    text-decoration:none;
    -webkit-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s;
}

.sale-order a:hover{
    background:#000;
    color:#fff;
}

.uprise-box{
    position:relative;
    margin-top:50px;
    margin-bottom:50px;
}

.uprise-box.uprise-box_1_2{
    padding-bottom:0;
}

@media screen and (min-width:768px){
    .uprise-box{
        padding-bottom:288px;
    }
    .uprise-row{
        display:-webkit-flex;
        display:-moz-flex;
        display:-ms-flex;
        display:-o-flex;
        display:flex;
        -webkit-flex-direction:row-reverse;
        -moz-flex-direction:row-reverse;
        -ms-flex-direction:row-reverse;
        -o-flex-direction:row-reverse;
        flex-direction:row-reverse;
        justify-content:space-between;
    }
}

.uprise-box.uprise-box_1_2 .uprise-row{

}

.uprise-col{
    margin-bottom:25px;
}

.uprise-col img{
    max-width:455px;
    width:100%;
}

.uprise-col2{
    margin-bottom:25px;
}

.uprise-col2 img{
    max-width:455px;
    width:100%;
}

.uprise-box.uprise-box_1_2 .uprise-col:not(:last-child) > a{
    display:block;
    width:100%;
    height:100%;
    position:relative;
    overflow:hidden;
    text-align:center;
}

@media screen and (min-width:768px){
    .uprise-col{
        margin-left:20px;
        margin-bottom:0;
    }
    .uprise-col:first-child{
        margin-right:20px;
    }

    .uprise-col:last-child{
        margin-left:20px;
    }

    .uprise-col:nth-child(2){
        -webkit-transform:translateY(144px);
        -ms-transform:translateY(144px);
        -o-transform:translateY(144px);
        transform:translateY(144px);
    }

    .uprise-col:nth-child(3){
        -webkit-transform:translateY(288px);
        -ms-transform:translateY(288px);
        -o-transform:translateY(288px);
        transform:translateY(288px);
    }

    .uprise-col2:nth-child(2){
        -webkit-transform:translateY(144px);
        -ms-transform:translateY(144px);
        -o-transform:translateY(144px);
        transform:translateY(144px);
    }

    .uprise-col2:nth-child(3){
        -webkit-transform:translateY(288px);
        -ms-transform:translateY(288px);
        -o-transform:translateY(288px);
        transform:translateY(288px);
    }

    .uprise-box.uprise-box_1_2 .uprise-row .uprise-col{
        margin-left:0;
        margin-right:0;
        width:25%;
        height:50%;
    }

    .uprise-box.uprise-box_1_2 .uprise-row .uprise-col:nth-child(2){
        -webkit-transform:translateY(100%);
        -ms-transform:translateY(100%);
        -o-transform:translateY(100%);
        transform:translateY(100%);
    }

    .uprise-box.uprise-box_1_2 .uprise-row .uprise-col:last-child{
        width:28.333333%;
        max-width:28.333333%;
        height:100%;
        max-height:100%;
        flex:1 0 auto;
        margin-right:21.666666%;
    }

    .uprise-box.uprise-box_1_2 .uprise-row .uprise-col:not(:last-child) > a{
        display:block;
        width:100%;
        height:100%;
        position:relative;
        overflow:hidden;
    }

    .uprise-col:last-child img{
        min-width:100%;
    }

    .uprise-box.uprise-box_1_2 .uprise-row .uprise-col:not(:last-child) img{
        position:absolute;
        top:50%;
        left:50%;
        -webkit-transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        min-width:100%;
        min-height:100%;
    }
}

@media screen and (min-width:1025px){
    .uprise-col{
        margin-left:60px;
    }
}

.uprise-title{
    margin-top:26px;
    font-size:13px;
    color:#000;
    line-height:24px;
}

.uprise-box.uprise-box_1_2 .uprise-title{
    margin-top:12px;
}

.uprise-box.uprise-box_1_2 .uprise-col:first-child .uprise-title{
    margin-left:12px;
}

.uprise-category a{
    font-size:12px;
    color:#000;
    line-height:24px;
    text-decoration:underline;
}

.uprise-box.uprise-box_1_2 .uprise-col:first-child .uprise-category{
    margin-left:12px;
}


@media screen and (max-width:768px){
    .uprise-description div{text-align: center;}
}
@media screen and (min-width:768px){

    .uprise-description{
        width:50%;
        position:absolute;
        left:0;
        top:0;
    }
    .uprise-box.uprise-box_1_2 .uprise-description{
        left:calc(28.333333% + 20px);
        width:41.41666%;
    }
}

.uprise-description p{
    line-height:24px;
    text-transform:uppercase;
    margin-bottom:32px;
}

.uprise-btn{
    display:inline-block;
    background:#ebebeb;
    border:none;
    padding:13px 88px 15px;
    margin-bottom:24px;
    font-size:14px;
    color:#000;
    line-height:17px;
    text-decoration:none;
    text-transform:uppercase;
    -webkit-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s;
}

.uprise-btn:hover{
    background:#000;
    color:#fff;
}

ul.breadcrumb{
    display:none;
}

@media screen and (min-width:768px){
    ul.breadcrumb{
        width:100%;
        /*max-width:1600px;*/
        display:-webkit-flex;
        display:-moz-flex;
        display:-ms-flex;
        display:-o-flex;
        display:flex;
        justify-content:center;
        -ms-align-items:center;
        align-items:center;
        list-style:none;
        position:relative;
        margin:20px 0;
    }

    ul.breadcrumb:before{
        content:'';
        display:block;
        width:100%;
        height:1px;
        background:#999;
        position:absolute;
        left:0;
        right:0;
        top:12px;
    }

    ul.breadcrumb li{
        position:relative;
        padding:0 20px;
        background:#fff;
    }

    ul.breadcrumb li:after{
        content:'/';
        display:block;
        font-size:14px;
        color:#000;
        position:absolute;
        right:-2px;
        top:0;
        z-index:1;
    }

    ul.breadcrumb li:last-child:after{
        display:none;
    }

    ul.breadcrumb li span,
    ul.breadcrumb li a{
        font-size:12px;
        color:#000;
        line-height:17px;
        text-decoration:none;
        text-transform:uppercase;
    }

    ul.breadcrumb li a{
        color:#999;
    }

    ul.breadcrumb li a:hover{
        color:#000;
        text-decoration:underline;
    }
}


/*CATALOG*/
.page-title{
    font-weight:400;
    font-size:24px;
    color:#000;
    line-height:30px;
    text-align:center;
    text-transform:uppercase;
    padding-bottom:20px;
    border-bottom:1px solid #eee;
}

.page-subtitle{
    font-size:14px;
    color:#000;
    line-height:17px;
    text-align:center;
    text-transform:uppercase;
}

ul.subspecial{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    justify-content:center;
    -ms-align-items:center;
    align-items:center;
    list-style:none;
}

ul.subspecial li{
    margin:20px 32px;
}

ul.subspecial li a{
    font-size:14px;
    color:#999;
    line-height:17px;
    text-decoration:none;
    text-transform:uppercase;
}
ul.subspecial li a.active{
    color:#000;
}

.filterspecial{
    position:relative;
    float:right;
    margin-top:20px;
}

.filterspecial span{
    cursor:pointer;
}

.filterspecial.expand span svg{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}

.filterspecial ul{
    list-style:none;
    position:absolute;
    top:100%;
    right:0;
    padding:10px;
    -webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.1);
    box-shadow:0 0 15px 0 rgba(0,0,0,0.1);
    display:none;
}

.filterspecial.expand ul{
    display:block;
}

.filterspecial ul li a{
    white-space:nowrap;
    font-size:12px;
    color:#000;
    line-height:15px;
    text-transform:uppercase;
}

.product-list{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -o-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:1.833333% 1.333333%;
}

.product-item{
    width:100%;
    margin:0 0 20px;
    position: relative;
}

@media screen and (min-width:360px){
    .product-item{
        width:49%;
    }
}

@media screen and (min-width:1025px){
    .product-item{
        width:32.333333%;
    }
}

.product-photo{
    margin-bottom:10px;
    text-align:center;
}

.product-title{
    margin-bottom:10px;
}

.product-title,
.product-title a{
    font-size:11px;
    color:#000;
    line-height:17px;
    text-decoration:none;
    /*text-transform:uppercase;*/
}

.product-price{
    font-size:14px;
    color:#000000;
    line-height:17px;
    text-transform:uppercase;
    margin-bottom:10px;
}

/*.product-price span{*/
/*    color:#c50000;*/
/*    display:block;*/
/*    !*background: black;*!*/
/*    !*color: white;*!*/
/*    !*width:max-content;*!*/
/*    padding: 0 8px;*/
/*}*/
.discounted-price{
    padding: 0 5px;
    display: flex;
    gap: 5px;
    font-size:1.2em;
    color:#c50000;
}
.product-price .old-price{
    margin-right:21px;
    /*color:#020202;*/
    padding-left:4px;
    padding-right:4px;
    position:relative;
    //strike-through;
    text-decoration:line-through;
    color: black;
    background: none;
}


.product-options{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
}

.product-options .product-option-item{
    margin-right:10px;
}

.product-options .product-option-item:last-child{
    margin-right:0;
}

.product-options .product-option-item-box{
    width:15px;
    height:15px;
    border:1px solid transparent;
}

.pagination{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    justify-content:center;
    -ms-align-items:center;
    align-items:center;
}

.pagination a,
.pagination span{
    display:block;
    width:30px;
    height:30px;
    line-height:28px;
    border:1px solid transparent;
    margin:0 2px;
    text-align:center;
    font-size:14px;
    color:#000;
    text-decoration:none;
}

.pagination a:hover{
    border-color:#999;
}

.pagination span.current{
    border-color:#000;
}

/*PRODUCT*/
#product{
    margin-top:50px;
    margin-bottom:100px;
}

#product-gallery{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
}

@media screen and (min-width:768px){
    #product{
        display:-webkit-flex;
        display:-moz-flex;
        display:-ms-flex;
        display:-o-flex;
        display:flex;
    }
    #product-gallery{
        flex:0 0 50.833333%;
        max-width:50.833333%;
    }
}

.is-fixed{
    position:fixed;
    /*width:inherit;*/
    top:80px;
}

#product-gallery-thumbs-wrapper{
    min-width:81px;
    display:none;
}

@media screen and (min-width:768px){
    #product-gallery-thumbs-wrapper{
        margin-right:10px;
        display:block;
    }

    #product-gallery-mob {
        display: none;
    }



}

@media screen and (min-width:1025px){
    #product-gallery-thumbs-wrapper{
        margin-right:50px;
    }
}

#product-gallery-thumbs a{
    display:block;
    position:relative;
    margin-bottom:15px;
}

#product-gallery-thumbs a.selected:after{
    content:'';
    display:block;
    background:rgba(255,255,255,0.8);
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
}

#product-gallery-images ul{
    list-style:none;
}

#product-gallery-images ul li{
    margin-bottom:10px;
}

#product-gallery-images ul li .product-img a{
    display:block;
    position:relative;
    overflow:hidden;
    cursor:crosshair;
}

#product-gallery-images ul li a .photo{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-position:center;
    -webkit-background-size:cover;
    background-size:cover;
    -webkit-transition:-webkit-transform .2s ease-out;
    -o-transition:-o-transform .2s ease-out;
    transition:transform .2s ease-out;
}

#product-info-wrapper{
    position:relative;
    padding-right:0;
    padding-left:0;
}

@media screen and (min-width:768px){
    #product-info-wrapper{
        flex:0 0 49.166667%;
        max-width:49.166667%;
        width:49.166667%;
        padding-left:14px;
        padding-right:26px;
    }
}

@media screen and (min-width:1025px){
    #product-info-wrapper{
        padding-left:130px;
    }
}

@media screen and (min-width:768px){
    #product-info{
        position:sticky !important;
        top:100px;
        max-width:calc(1600px * (7/24));
    }
}

.product-info-title{
    font-weight:600;
    font-size:16px;
    color:#000;
    line-height:21px;
    text-transform:uppercase;
    margin-bottom:25px;
}

.product-info-price{
    font-weight:600;
    font-size:16px;
    color:#000;
    line-height:21px;
    text-transform:uppercase;
    margin-bottom:30px;
}

.product-info-price span{
    color:#c50000;
}

.product-info-price span.old-price{
    margin-right:21px;
    color:#020202;
    padding-left:4px;
    padding-right:4px;
    position:relative;
}

.product-info-price span.old-price:after{
    content:'';
    display:block;
    width:120%;
    height:1px;
    background:#c50000;
    position:absolute;
    left:-10%;
    top:50%;
    right:0;
    -webkit-transform:rotate(-12deg);
    -ms-transform:rotate(-12deg);
    -o-transform:rotate(-12deg);
    transform:rotate(-12deg);
}

.product-info-options{
    margin-bottom:36px;
}

.product-info-options.required .product-info-options-title{
    position:relative;
    padding-left:8px;
}

.product-info-options.required .product-info-options-title:before{
    content:'*';
    display:block;
    color:#f00;
    position:absolute;
    left:0;
}

.product-info-options a,
.product-info-options-title{
    font-size:11px;
    color:#000;
    line-height:14px;
    text-transform:lowercase;
}

.product-info-options-values{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -o-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:12px 0 6px;
}

.museradio,
.musecheckbox{
    margin-right:20px;
}

.museradio:last-child,
.musecheckbox:last-child{
    margin-right:0;
}

.museradio input[type=radio],
.musecheckbox input[type=checkbox]{
    display:none;
}

.museradio label,
.musecheckbox label{
    display: block;
    min-width: 35px;
    line-height: 33px;
    padding-left: 2px;
    padding-right: 2px;
    background: #ebebeb;

    font-size: 14px;
    color: #000;
    text-align: center;
    cursor: pointer;
    padding: 4px 12px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}


.museradio.none,
.musecheckbox.none{
    pointer-events:none;
}

.museradio.none label,
.musecheckbox.none label{
    color:rgba(0,0,0,0.2);
    background-image:-webkit-linear-gradient(bottom left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 1px), rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) calc(50% + 1px), rgba(0,0,0,0) 100%);
    background-image:-o-linear-gradient(bottom left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 1px), rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) calc(50% + 1px), rgba(0,0,0,0) 100%);
    background-image:linear-gradient(to top right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 1px), rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) calc(50% + 1px), rgba(0,0,0,0) 100%);
}

.museradio input[type=radio]:checked + label,
.musecheckbox input[type=checkbox]:checked + label,
.museradio label:hover,
.musecheckbox label:hover
{
    background: #000;
    color: #fff;
}

.musecheckbox input[type=checkbox]:checked + label{
    position:relative;
}

.musecheckbox input[type=checkbox]:checked + label:before{
    content:'';
    display:block;
    width:12px;
    height:12px;
    background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI0IDI0Ij4NCiAgICA8cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNMjEsN0w5LDE5TDMuNSwxMy41TDQuOTEsMTIuMDlMOSwxNi4xN0wxOS41OSw1LjU5TDIxLDdaIiAvPg0KPC9zdmc+");
    position:absolute;
    left:2px;
    top:0;
}

.product-info-options-values input[type=text]{
    width:100%;
    height:35px;
    line-height:33px;
    padding-left:4px;
    padding-right:4px;
    background:#fff;
    border:1px solid rgba(0,0,0,0.2);
    font-size:14px;
    color:#000;
}

.product-info-options-values select{
    width:100%;
    height:35px;
    padding-left:4px;
    padding-right:4px;
}

.product-info-options-values textarea{
    width:100%;
    padding:4px;
}

.product-info-order{
    margin-bottom:30px;
}

.product-info-order .order-btn{
    display:block;
    width:100%;
    background:#ebebeb;
    font-size:14px;
    color:#000;
    line-height:17px;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    padding:15px 0;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}

.product-info-order .order-btn:hover{
    background:#000;
    color:#fff;
}
.order-btn.one-click{
    display:block;
    border: none;
    background:#000;
    color:#fff;
    cursor:pointer;
}
.product-info-tabs{

}

.product-info-tabs #tabs{
    margin-bottom:24px;
}

.product-info-tabs #tabs a{
    font-size:11px;
    color:#000;
    line-height:11px;
    text-decoration:none;
    text-transform:uppercase;
    opacity:0.5;
    margin-right:30px;
}

.product-info-tabs #tabs a:last-child{
    margin-right:0;
}

.product-info-tabs #tabs a.active{
    opacity:1;
    text-decoration:underline;
}

.product-info-tabs .tab-content{
    display:none;
}

.product-info-tabs .tab-content.active{
    display:block;
}

.product-info-tabs .tab-content p{
    font-size:13px;
    line-height:18px;
    line-height:21px;
    margin-bottom:21px;
}

.product-info-tabs .tab-content table{
    width:100%;
}

.product-info-tabs .tab-content table tbody tr td{
    border-bottom:0.5px solid #eee;
}

.checkout-cart-wrapper{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.checkout-cart-left{
    order: 1;
}
.cart-cross-sell{
    order: 2;
}
.checkout-cart-right{
    order: 3;
}
@media screen and (min-width:768px){
    .checkout-cart-wrapper{
        display:grid;
        column-gap: 72px;
        row-gap: 24px;
        /*justify-content:space-between;*/
        grid-template-columns: 63.25fr 31.583333fr;
    }
    .checkout-cart-left,.cart-cross-sell,.checkout-cart-right{
        order: unset;
    }
    .checkout-cart-left{
        /*flex:0 0 63.25%;*/
        /*width: 100%;*/
        /*max-width:63.25%;*/
    }
    .checkout-cart-right{
        /*flex:0 0 31.583333%;*/
        /*max-width:31.583333%;*/
    }
    .cart-cross-sell.wrapper{
        padding-left: 0;
        padding-right: 0;
        grid-column: 1 / -1;
        .product-list{
            margin-bottom: 0;
        }
    }
}


.checkout-cart-title{
    font-size:14px;
    color:#000;
    line-height:17px;
    text-transform:uppercase;
    padding-bottom:15px;
    border-bottom:1px solid #c4c4c4;
}

.checkout-cart-product-item{
    border-bottom:1px solid #c4c4c4;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    justify-content:space-between;
    padding:20px 0 30px;
}

.checkout-cart-product-item-left{
    margin-right:15px;
}

.checkout-cart-product-item-middle{
    flex:1;
}

@media screen and (min-width:1025px){
    #checkout-cart .checkout-cart-product-item-middle{
        flex:1 0 auto;
    }
}

.checkout-cart-product-item-right{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    -webkit-flex-direction:column;
    -moz-flex-direction:column;
    -ms-flex-direction:column;
    -o-flex-direction:column;
    flex-direction:column;
    justify-content:space-between;
}

.checkout-cart-product-item-title{
    font-size:14px;
    color:#000;
    line-height:17px;
    text-decoration:none;
    text-transform:uppercase;
    margin-bottom:5px;
}

.checkout-cart-product-item-price{
    font-size:14px;
    color:#000;
    line-height:17px;
    text-transform:uppercase;
    margin-bottom:21px;
}

.checkout-cart-product-item-middle small{
    font-size:12px;
    color:#000;
    line-height:24px;
    margin-bottom:11px;
}

.checkout-cart-product-item-quantity span.down,
.checkout-cart-product-item-quantity span.up{
    font-size:12px;
    color:#c4c4c4;
    line-height:24px;
    cursor:pointer;
}

.checkout-cart-product-item-quantity span.down:hover,
.checkout-cart-product-item-quantity span.up:hover{
    color:#000;
}

.checkout-cart-product-item-quantity input[type=text]{
    font-size:12px;
    color:#000;
    line-height:24px;
    text-align:center;
    border:none;
}

.checkout-cart-product-item-remove{
    text-align:right;
}

.checkout-cart-product-item-remove span{
    text-decoration:none;
    cursor:pointer;
}

.checkout-cart-right table:not(.quickcheckout-cart){
    width:100%;
    font-size:12px;
    color:#000;
    line-height:24px;
    margin:20px 0 15px;
}

.checkout-cart-right table tr:last-child td{
    padding-top:15px;
    border-top:1px solid #c4c4c4;
}

.checkout-cart-right table tr:last-child td:first-child{
    font-size:14px;
    text-transform:uppercase;
}

.checkout-cart-btn{
    display:block;
    padding:14px 0;
    background:#414042;
    font-size:14px;
    color:#fff;
    line-height:17px;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    margin-bottom:18px;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}

.checkout-cart-btn:hover{
    background:#000;
}

.checkout-cart-right .text-return,
.checkout-cart-right .text-return a{
    font-size:12px;
    color:#000;
    line-height:19px;
    margin-bottom:22px;
}

.checkout-cart-right .text-free-shipping{
    font-size:12px;
    color:#c1a689;
    line-height:15px;
    text-transform:uppercase;
}

.content h1{
    margin-bottom:25px;
}

.content p{
    font-size:14px;
    line-height:21px;
    margin-bottom:21px;
}

.content form{
    margin-top:25px;
}

.content form fieldset{
    border:none;
}

.content form fieldset legend{
    font-size:15px;
    text-transform:uppercase;
}

.content form .form-group{
    margin-bottom:15px;
}

.content form input[type=text],
.content form textarea{
    width:100%;
    max-width:640px;
    height:35px;
    line-height:33px;
    padding-left:4px;
    padding-right:4px;
    background:#fff;
    border:1px solid rgba(0,0,0,0.2);
    font-size:14px;
    color:#000;
}

.content form textarea{
    height:120px;
}

.content form input[type=submit]{
    display:inline-block;
    border:none;
    background:#ebebeb;
    padding:13px 88px;
    margin-top:15px;
    font-size:14px;
    color:#000;
    line-height:17px;
    text-decoration:none;
    text-transform:uppercase;
    -webkit-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s;
    cursor:pointer;
}

.content form input[type=submit]:hover{
    background:#000;
    color:#fff;
}

/*FOOTER*/
footer{
    padding:70px 0 35px;
    border-top:0.5px solid #000;
    .wrapper{
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
}
.footer-title{
    margin-bottom: 16px;
    text-transform: uppercase;
}
.footer-categories .parentcategory .nav-drop {
    display: none;
}
.footer-contacts{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer-menu ul{
    list-style:none;
}

.footer-menu ul {
    display:flex;
    flex-direction: column;
    gap:12px;
}

.footer-menu a{
    font-size:12px;
    color:#000;
    line-height:17px;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:0.02em;
}

.footer-menu a:hover{
    color:#999;
}
.footer-socials{
    display: flex;
    gap: 16px;
    img{
        width: 45px;
    }
}
.footer-contacts {
    .tel{
        font-size: 17px;
    }
}
.footer-copy{
    text-align: center;
}
@media screen and (min-width: 768px) {
    footer .wrapper {
        padding-left: 14px;
        padding-right: 14px;
    }
}
@media screen and (min-width:1025px){
    footer {
        .wrapper {
            padding-left: 20px;
            padding-right: 20px;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
        }
        .footer-payment img{
            width: 200px;
        }
        .footer-main-menu{
            padding-top: 40px;
        }
        .footer-copy{
            grid-column: 1 / -1;
        }
    }
}


.social a{
    margin-right:32px;
    text-decoration:none;
}

.social a:last-child{
    margin-right:0;
}

.callmess{
    background: #fff;

    width:40px;
    height:40px;
    line-height:38px;
    border:1px solid #000;
    font-size:14px;
    color:#000;
    text-align:center;
    text-transform:uppercase;
    position:fixed;
    left:20px;
    bottom:20px;
    cursor:pointer;


}

#telegrammessZZ{
    opacity:1;transition: 0.1s;
    bottom:20px;
}
#telegrammessZZ.active{
    opacity:1;
    transition: 1s;
    bottom:20px;
}
#telegrammess2ZZ{
    opacity:1;transition: 0.1s;
    bottom:20px;
}
#telegrammess2ZZ.active{
    opacity:1;
    transition: 1s;
    bottom:20px;
}
#callmess .one {
    animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;

}

#callmess {

    display: none;
}
.callmess.phone svg.one{
    display: none;
}
.callmess.phone svg.two{
    display: inline-block;
}
.callmess svg.two{
    display: none;
}
.callmess svg{
    vertical-align: middle;
    width: 65%;
    color: #232323;
}
@keyframes trambling-animation {
    0%, 50%, 100% {
        transform: rotate(0deg);
    }
    10%, 30% {
        transform: rotate(-10deg);
    }
    20%, 40% {
        transform: rotate(10deg);
    }
}
#backtotop{
    width:40px;
    height:40px;
    line-height:38px;
    border:1px solid #000;
    font-size:14px;
    color:#000;
    text-align:center;
    text-transform:uppercase;
    position:fixed;
    right:20px;
    bottom:20px;
    cursor:pointer;
}

#backtotop.hidden{
    display:none;
}

#backtotop svg{
    vertical-align:middle;
}

.overlay{
    position:fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:99999;
    background:rgba(0,0,0,0.35);
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    justify-content:center;
    -ms-align-items:center;
    align-items:center;
}

.overlay-box{
    width:100%;
    max-width:640px;
    max-height:100vh;
    overflow-y:auto;
    position:relative;
    padding:20px 30px;
    background:#fff;
    -webkit-box-shadow:0 0 15px 0 #999;
    box-shadow:0 0 15px 0 #999;
}

.overlay-box.fullscreen{
    padding:0;
    max-width:100%;
    height:100%;
}

.overlay-box-close{
    width:32px;
    height:32px;
    line-height:32px;
    border-radius:50%;
    border:1px solid transparent;
    background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDY0IDY0Ij48cGF0aCBmaWxsPSIjNDQ0NDQ0IiBkPSJNMjguOTQxLDMxLjc4NkwwLjYxMyw2MC4xMTRjLTAuNzg3LDAuNzg3LTAuNzg3LDIuMDYyLDAsMi44NDljMC4zOTMsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5ICAgYzAuNTE2LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OWwyOC41NDEtMjguNTQxbDI4LjU0MSwyOC41NDFjMC4zOTQsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5YzAuNTE1LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OSAgIGMwLjc4Ny0wLjc4NywwLjc4Ny0yLjA2MiwwLTIuODQ5TDM1LjA2NCwzMS43ODZMNjMuNDEsMy40MzhjMC43ODctMC43ODcsMC43ODctMi4wNjIsMC0yLjg0OWMtMC43ODctMC43ODYtMi4wNjItMC43ODYtMi44NDgsMCAgIEwzMi4wMDMsMjkuMTVMMy40NDEsMC41OWMtMC43ODctMC43ODYtMi4wNjEtMC43ODYtMi44NDgsMGMtMC43ODcsMC43ODctMC43ODcsMi4wNjIsMCwyLjg0OUwyOC45NDEsMzEuNzg2eiIvPjwvc3ZnPg==') no-repeat center;
    -webkit-background-size:20px;
    background-size:20px;
    text-align:center;
    cursor:pointer;
    position:absolute;
    right:4px;
    top:4px;
}

.overlay-box.fullscreen .overlay-box-close{
    top:18px;
    right:28px;
    z-index:1;
}

.overlay-box-close:hover{
    /*border-color:#999;*/
}

.gallery-popup{
    height:100%;
    position:fixed;
    overflow:auto;
    width:100%;
}

.gallery-popup .prev,
.gallery-popup .next{
    width:50%;
    height:100vh;
    border:1px solid transparent;
    background-repeat:no-repeat;
    -webkit-background-size:20px;
    background-size:20px;
    position:fixed;
    top:0;
    cursor:pointer;
}

.gallery-popup .prev{
    background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEyOSAxMjkiPjxwYXRoIGQ9Im04OC42LDEyMS4zYzAuOCwwLjggMS44LDEuMiAyLjksMS4yczIuMS0wLjQgMi45LTEuMmMxLjYtMS42IDEuNi00LjIgMC01LjhsLTUxLTUxIDUxLTUxYzEuNi0xLjYgMS42LTQuMiAwLTUuOHMtNC4yLTEuNi01LjgsMGwtNTQsNTMuOWMtMS42LDEuNi0xLjYsNC4yIDAsNS44bDU0LDUzLjl6Ii8+PC9zdmc+');
    left:0;
    background-position:28px center;
}

.gallery-popup .next{
    background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEyOSAxMjkiPjxwYXRoIGQ9Im00MC40LDEyMS4zYy0wLjgsMC44LTEuOCwxLjItMi45LDEuMnMtMi4xLTAuNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOCAxLjYtMS42IDQuMi0xLjYgNS44LDBsNTMuOSw1My45YzEuNiwxLjYgMS42LDQuMiAwLDUuOGwtNTMuOSw1My45eiIvPjwvc3ZnPg==');
    right:0;
    background-position:calc(100% - 28px) center;
}

.gallery-popup .prev:hover,
.gallery-popup .next:hover{
    /*border-color:rgba(0,0,0,0.1);*/
    /*background-color:rgba(255,255,255,0.1);*/
}

.gallery-popup-wrapper{
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    justify-content:center;
    -ms-align-items:center;
    align-items:center;
    width:100%;
    min-height:100%;
}

.overlay-box.fullscreen .gallery-popup-wrapper{
    /*position:relative;*/
}

.gallery-popup-wrapper img{
    display:none;
    max-height:100%;
}

.gallery-popup-wrapper img.selected{
    display:block;
}

@media screen and (min-width:1600px){
    #content form{
        margin-left:20px;
        margin-right:20px;
    }
}
.wrapper-contact{margin-left:30px!important;margin-right:30px!important;}

@media screen and (min-width:700px){
    .wrapper-contact{
        margin-left: auto!important;
        margin-right:auto!important;
    }
}



@media screen and (max-width:767px){
    #product-gallery {
        display: none;

    }

    #product {
        margin-top: 0
    }




}
#product-gallery-mob .product-img img{
    min-height: 100%;
    width: 100%;
    margin: 0 auto;    display: none;

}
#product-gallery-mob .product-img {
    text-align: center;

}


#product-gallery-mob .product-img{
    height: calc(100vh - 135px);

}

#product-gallery-mob  {
    margin: 0 -10px 20px;

}

#product-gallery-mob .owl-dots {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}
#product-gallery-mob .owl-dots .owl-dot:hover{

}
#product-gallery-mob .owl-dots .owl-dot{
    outline: none;

}
#product-gallery-mob .owl-dots .owl-dot.active span{
    background: #000000;

}


#product-gallery-mob .owl-dots .owl-dot span{
    background: none;
    border: 1px solid #000;
    outline: none;
}

#product-gallery-mob div.photo{
    height: 100%;    height: 100%;
    background-size: cover;
    background-position: center;
}

/*
header .logo a {
        margin-left: 42px;

}
*/

@media screen and (max-width:1299px){
    #product-info.is-fixed, #product-info {width: 100%; margin-top: 0 !important; position: static;}
    .product-info-price,
    .product-info-options,
    .product-info-order	{margin-bottom: 10px;}
}

.button-sizes{
    border: none;
    background: none;
    text-decoration: underline;
}

.ocf-btn-mobile-fixed .ocf-btn {
    background-color: #000 !important;
}
.ocf-theme-light .ocf-filter-header{
    color: #000 !important;
}
.ocf-minus-circle {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z'/%3e%3c/svg%3e") !important;
}
.ocf-angle {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' width='12' height='12' viewBox='0 0 16 16'%3e%3cpath d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3e%3c/svg%3e") !important;
}
.ocf-more-selected{
    color: #000 !important;
    background-color: rgba(0 0 0 / 20%) !important;
}

.ocf-btn-mobile-static .ocf-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M11.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM9.05 3a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0V3h9.05zM4.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM2.05 8a2.5 2.5 0 0 1 4.9 0H16v1H6.95a2.5 2.5 0 0 1-4.9 0H0V8h2.05zm9.45 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-2.45 1a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0v-1h9.05z'/%3e%3c/svg%3e") !important;
}
.ocf-mobile-active .ocf-sliders {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M11.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM9.05 3a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0V3h9.05zM4.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM2.05 8a2.5 2.5 0 0 1 4.9 0H16v1H6.95a2.5 2.5 0 0 1-4.9 0H0V8h2.05zm9.45 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-2.45 1a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0v-1h9.05z'/%3e%3c/svg%3e") !important;
}

.ocf-times {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M1.293 1.293a1 1 0 0 1 1.414 0L8 6.586l5.293-5.293a1 1 0 1 1 1.414 1.414L9.414 8l5.293 5.293a1 1 0 0 1-1.414 1.414L8 9.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L6.586 8 1.293 2.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
}

.ocf-arrow-long {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5z'/%3e%3c/svg%3e") !important;
}
.ocf-value,.ocf-value:active,.ocf-value:focus,.ocf-value:visited,.ocf-value:hover {
    color: #000 !important;
}
.ocf-theme-light-block .ocf-filter {
    background-color: transparent !important;
}
.ocf-theme-light .ocf-filter.ocf-active {
    background-color: transparent !important;
}

.ocf-selected .ocf-value-input::before {
    border-color: #000 !important;
    background-color: #000 !important;
}

@media (max-width: 767px) {
    .ocf-btn-mobile-fixed {
        left: calc(100% - 2px) !important;
    }
}
@media screen and (min-width: 768px) {
    .ocf-container{
    position: sticky;
        top: 100px;
    }
    .ocf-icon.ocf-icon-16.ocf-brand.ocf-sliders {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M11.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM9.05 3a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0V3h9.05zM4.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM2.05 8a2.5 2.5 0 0 1 4.9 0H16v1H6.95a2.5 2.5 0 0 1-4.9 0H0V8h2.05zm9.45 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-2.45 1a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0v-1h9.05z'/%3e%3c/svg%3e") !important;
    }
}


.discount-percentage {
    color: #ff0000; /* Красный цвет для скидки */
    font-weight: bold;
    margin: 0 10px; /* Отступы слева и справа */
}


.slick-prev, .slick-next {
    display: block !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    background: none;
    border: none;
    font-size: 24px;
    color: #000;
    cursor: pointer;
}

.slick-prev { left: -25px; }
.slick-next { right: -25px; }

/* Забезпечуємо видимість стрілок навіть якщо slick-hidden */
.slick-arrow.slick-hidden {
    display: block !important;
}
