@media (min-width: 1024px){
.bottom-panel{
    display: none;
}
.header{
    position: fixed;
    top:0;
    left:0;
    right: 0;
    z-index: 9;
    transition: .3s;
}
#header-mobile{
    display: none;
}
.header.fixed{
    top:-50px;
}
/*header a*/
.header-a{
    background: #fafafa;
}
.header-a-container{
    display:flex;
    align-items:center;
    justify-content: space-between;
    padding:15px 0;
}
.header-a-left{
    display: flex;
    align-items: center;
}
.header-a-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 0 0 30px;
}
/*header b*/
.header-b{
    background: var(--white);
    box-shadow: 0 0px 10px rgb(0 0 0 / 5%);
    padding:15px 0;
}
.header-b-container{
    position: relative;
    display: flex;
    align-items: center;
}
/*phone*/
.w-header-contacts{
    position: relative;
    display: flex;
    align-items: center;
}
.w-header-contacts > span{
    display: flex;
    align-items: center;
    position: relative;
    margin:0 0 0 20px;
    color:var(--black);
    font-size:16px;
    font-weight: 500;
    cursor: pointer;
}
.w-header-contacts > span:before{
    content: '\e91c';
    font-family: si-solid;
    margin:0 10px 0 0;
    font-size: 30px;
}
.w-header-contacts > span:after{
    content: '\e907';
    font-family: si-solid;
    margin:0 0 0 5px;
    font-size: 10px;
}
.w-header-contacts > span:hover{
    color:var(--orange-600);
}
/**/
.w-header-contacts-container{
    position: absolute;
    top:100%;
    left:50%;
    transform: translateX(-50%);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.w-header-contacts:hover .w-header-contacts-container{
    opacity: 1;
    visibility: visible;
}
.w-header-contacts-content{
    margin:15px 0 0 0;
    background: var(--white);
    border-radius: 3px;
    padding:20px;
    min-width: 300px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 5%);
}
/**/
.w-header-contacts-block{
    margin:0 0 20px 0;
}
.w-header-contacts-title{
    display: flex;
    justify-content: center;
    margin: 0 0 10px 0;
    font-weight: 500;
    color:var(--gray-500);
    font-size: 12px;
}
.w-header-contacts-phones{

}
.w-header-contacts-phone{
    display: flex;
    justify-content: center;
    margin: 0 0 10px 0;
}
.w-header-contacta-phone a{
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
}
.w-header-contacts-phone a:hover{
    color: var(--orange-600);
}
/**/
.w-header-contacts-messages{
    display: flex;
    justify-content: center;
    align-items: center;
}
.w-header-contacts-message{
    display: flex;
    justify-content: center;
    margin: 0 5px 10px 5px;
}
/**/
.w-header-contacts-callback{
    display: flex;
    justify-content: center;
}
.w-header-contacts-callback .btn {
    background: var(--orange-600);
    color: var(--white);
}
.w-header-contacts-callback .btn:hover {
    background: var(--orange-700);
    color: var(--white);
}


/*w currency*/
    .m-currency{
        display: none;
    }
.w-currency-drop{
    position:relative;
    margin:0 0 0 30px;
    cursor: pointer;
}
.w-currency-drop-title{
    display: none;
}
.w-currency-drop-current{
    position: relative;
    font-size:14px;
    font-weight: 400;
    padding:0 20px 0 0;
    color:var(--gray-900);
}
.w-currency-drop-current:after{
    content: '\e907';
    font-family: si-solid;
    position: absolute;
    top:50%;
    right:0;
    font-size:10px;
    transform: translate(0, -45%);
}
.w-currency-drop-container{
    position: absolute;
    top:100%;
    left:50%;
    transform: translateX(-50%);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.w-currency-drop-list{
    margin:15px 0 0 0;
    background: var(--white);
    border-radius: 3px;
    padding:20px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 5%);
}
.w-currency-drop:hover .w-currency-drop-container{
    opacity: 1;
    visibility: visible;
}
.w-currency-drop-list-element{
    margin:0 0 10px 0;
}
.w-currency-drop-list-element:last-child{
    margin: 0;
}
.w-currency-drop-list-element a{
    color:var(--gray-700);
}
.w-currency-drop-list-element a:hover{
    color:var(--orange-600);
}

/*w country*/
    .m-country{
        display: none;
    }
.w-country-drop{
    position:relative;
    margin:0 0 0 30px;
    cursor: pointer;
}
.w-country-drop-title{
    display: none;
}
.w-country-drop-current{
    position: relative;
    font-size:14px;
    font-weight: 400;
    padding:0 20px 0 0;
    color:var(--gray-900);
}
.w-country-drop-current:after{
    content: '\e907';
    font-family: si-solid;
    position: absolute;
    top:50%;
    right:0;
    font-size:10px;
    transform: translate(0, -45%);
}
.w-country-drop-container{
    position: absolute;
    top:100%;
    left:50%;
    transform: translateX(-50%);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.w-country-drop-list{
    margin:15px 0 0 0;
    background: var(--white);
    border-radius: 3px;
    padding:20px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 5%);
}
.w-country-drop:hover .w-country-drop-container{
    opacity: 1;
    visibility: visible;
}
.w-country-drop-list-element{
    margin:0 0 10px 0;
}
.w-country-drop-list-element:last-child{
    margin: 0;
}
.w-country-drop-list-element a{
    color:var(--gray-700);
}
.w-country-drop-list-element a:hover{
    color:var(--orange-600);
}

/*w language*/
    .m-language{
        display: none;
    }
.w-language-drop{
    position:relative;
    margin:0 0 0 30px;
    cursor: pointer;
}
.w-language-drop-title{
    display: none;
}
.w-language-drop-current{
    position: relative;
    font-size:14px;
    font-weight: 400;
    padding:0 20px 0 0;
    color:var(--gray-900);
}
.w-language-drop-current:after{
    content: '\e907';
    font-family: si-solid;
    position: absolute;
    top:50%;
    right:0;
    font-size:10px;
    transform: translate(0, -45%);
}
.w-language-drop-container{
    position: absolute;
    top:100%;
    left:50%;
    transform: translateX(-50%);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.w-language-drop-list{
    margin:15px 0 0 0;
    background: var(--white);
    border-radius: 3px;
    padding:20px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 5%);
}
.w-language-drop:hover .w-language-drop-container{
    opacity: 1;
    visibility: visible;
}
.w-language-drop-list-element{
    margin:0 0 10px 0;
}
.w-language-drop-list-element:last-child{
    margin: 0;
}
.w-language-drop-list-element a{
    color:var(--gray-700);
}
.w-language-drop-list-element a:hover{
    color:var(--orange-600);
}

/*logo*/
.w-header-logo{
    width:180px;
    margin:0 50px 0 0;
}

/*nav catalog*/
.header-nav-catalog{

    width: 170px;
    margin:0 10px 0 0;
}
.header-nav-catalog-btn{
    position:relative;
    display:flex;
    align-items:center;
    height:46px;
    padding:0 20px;
    background:var(--orange-600);
    border-radius: 3px;
    transition: .3s;
}
    .header-nav-catalog-btn.show{
        z-index: 9;
    }
.header-nav-catalog-btn:before{
    content: '\e902';
    font-size: 24px;
    color: #fff;
    font-family: 'si-solid';
    transition: .3s;
    margin:0 10px 0 0;
}
.header-nav-catalog:hover .header-nav-catalog-btn{
    background:var(--orange-700);
}
.header-nav-catalog-btn span{
    position:relative;
    z-index:3;
    font-size:16px;
    font-weight:400;
    color:#fff;
}
.header-nav-catalog-btn:after{
    content: '';
    position: absolute;
    left:22px;
    bottom:7px;
    width: 0;
    height: 0;
    opacity: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 7px solid var(--orange-700);
    transition:.3s;
}
.header-nav-catalog.show .header-nav-catalog-btn:after{
    bottom:-7px;
    opacity: 1;
}

/**/
    .navCtlgOvl{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        transition: .2s;
    }
    .navCtlgOvl.show{
        visibility: visible;
        opacity: 1;
    }

/**/
.header-nav-catalog-drop{
    position: absolute;
    top: 120%;
    left: 0;
    width: calc(100% - 0);
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}
.header-nav-catalog.show .header-nav-catalog-drop{
    top:100%;
    opacity:1;
    visibility:visible;
}
/*level 1*/
.header-nav-level-1{
    display: flex;
    flex-wrap: wrap;
    background: var(--white);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 6px;
}
.header-nav-level-1-element{
    width: 25%;
}
.header-nav-level-1-element-link{
    position: relative;
}
.header-nav-level-1-element-link img{
    display: none;
}
.header-nav-level-1-element-link span{
    display:flex;
    align-items: center;
    font-size:17px;
    font-weight:400;
    color:var(--black);
    margin:0 0 15px 0;
}
.header-nav-level-1-element:hover .header-nav-level-1-element-link span{

}
.header-nav-level-1-element:hover .header-nav-level-1-element-link span,
.header-nav-level-1-element.active .header-nav-level-1-element-link span{
    color:var(--orange-800);
}
/*level 2*/
.header-nav-level-2{

}
.header-nav-level-1-element:hover .header-nav-level-2{
    opacity: 1;
    visibility: visible;
}
.header-nav-level-2-element{

}
.header-nav-level-2-element-link{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    padding:4px 0;
}
.header-nav-level-2-element-link:before{
    content: '\e909';
    font-family: si-solid;
    font-size: 10px;
    transition: .3s;
    margin:0 10px 0 0;
}
.header-nav-level-2-element-link:hover{
    color: var(--orange-600);
}
.header-nav-level-2-element-link:hover:before{
    color: var(--orange-600);
}
/*level 3*/
.header-nav-level-3{
    display:none;
}

/*menu*/
.w-header-menu{

}
.w-header-menu-title{
    display: none;
}
.w-header-menu-level-1{
    position: relative;
    display:flex;
    align-items:center;
}
.w-header-menu-level-1.show{
    z-index: 10;
}
.w-header-menu-level-1-element{
    display: flex;
    align-items: center;
    position:relative;
    margin:0 20px 0 0;
}
.w-header-menu-level-1-element:last-child{
    margin:0;
}
.w-header-menu-level-1-element.parent:after{
    content:'\e907';
    font-family: si-solid;
    color:var(--black);
    font-size:10px;
    margin:0 0 0 5px;
}
.w-header-menu-level-1-link{
    display:flex;
    align-items:center;
    font-size:16px;
    font-weight:400;
    color:#333;
    transition: .3s;
    cursor: pointer;
}
.w-header-menu-level-1-element:hover > .w-header-menu-level-1-link{
    color:var(--orange-600);
}
.w-header-menu-level-1.show .w-header-menu-level-1-link{

}
/**/
.w-header-menu-level-1-element.sale > .w-header-menu-level-1-link{

}

    /**/
.w-header-menu-drop{
    position:absolute;
    top:100%;
    left:0;
    opacity:0;
    visibility:hidden;
    transition:0.3s;
    z-index:10;
    padding:20px 0 0 0;
}
.w-header-menu-level-1-element:hover .w-header-menu-drop{
    visibility:visible;
    opacity:1;
}
.w-header-menu-level-2{
    width:300px;
    background:#fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    padding:10px 0;
}
.w-header-menu-level-2-element{

}
.w-header-menu-level-2-link{
    display:block;
    padding: 10px 10px;
    font-size:14px;
    font-weight: 400;
    color:var(--black);
    transition: .3s;
}
.w-header-menu-level-2-element:hover > .w-header-menu-level-2-link,
.w-header-menu-level-2-element.active > .w-header-menu-level-2-link{
    color:var(--orange-600);

}
.navMenuCtlgOvl{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition: .2s;
}
.navMenuCtlgOvl.show{
    visibility: visible;
    opacity: 1;
}

/*search*/
    .w-search-icon{
        display: none;
    }
.w-search{
    flex-grow: 1;
}
.w-search-form{
    position: relative;
}
.w-search-input{
    display:flex;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--gray-300);
    font-size: 14px;
    font-weight: 400;
    color: #333;
    height:46px;
    line-height:40px;
    padding:0 20px;
    border-radius: 3px;
    font-family: "Montserrat", sans-serif;
}
.w-search.show{
    position:relative;
    z-index:9999;
    border-color:#fff;
}
.w-search .form-group{
    margin:0;
}
.w-search-button{
    position:absolute;
    top:0;
    right:0;
    z-index:2;
    outline: none;
    background:none;
    border: none;
}
.w-search-button:after{
    content: '\e921';
    font-family: si-solid;
    display: flex;
    align-items: center;
    justify-content: center;
    width:46px;
    height:46px;
    font-size:20px;
    color:var(--gray-700);
}
/*account*/
.header-account{
    display:flex;
    align-items:center;
    position:relative;
    padding:10px 0;
    margin:0 0 0 20px;
    cursor:pointer;
}
.header-account-icon{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin:0 5px 0 0;
}
.header-account-icon:before{
    content: '\e928';
    font-size: 30px;
    color: var(--black);
    font-family: 'si-solid';
    transition: .3s;
}
.header-account-name span, .header-account-name a{
    font-size:14px;
    font-weight:500;
    color: var(--black);
}
    .header-account-name span span{
        color: var(--orange-600);
    }
.header-account-drop{
    visibility:hidden;
    opacity:0;
    position:absolute;
    top:100%;
    left:0;
    width:120px;
    z-index:3;
    background:#fff;
    border-radius:5px;
    padding:10px;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    transition:.3s;
}
.header-account:hover .header-account-drop{
    visibility:visible;
    opacity:1;
}

/*cart*/
.header-widgets{
    display:flex;
    justify-content:flex-end;
}
.header .bottom-panel-element{
    display: none;
}
.header-cart, .header-wishlist, .header-compare{
    margin:0 0 0 25px;
    cursor: pointer;
}
.header-cart-btn, .header-wishlist-btn, .header-compare-btn{
    position: relative;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    width:40px;
    height:40px;
}
.header-cart-btn:before{
    content: '\e905';
    font-size: 30px;
    color: var(--black);
    font-family: 'si-solid';
    transition: .3s;
}
.header-wishlist-btn:before{
    content: '\e918';
    font-size: 30px;
    color: var(--black);
    font-family: 'si-solid';
    transition: .3s;
}
.header-cart-icon, .header-wishlist-icon, .header-compare-icon{
    width:30px;
    height:30px;
}
.header-cart-count, .header-wishlist-count, .header-compare-count{
    position: absolute;
    top: 6px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    border: 0px solid var(--white);
    color: #fff;
    background: var(--orange-600);
    transition: .2s;
    border-radius: 10px;
}
.header-cart:hover .header-cart-count,
.header-wishlist:hover .header-wishlist-count,
.header-compare:hover .header-compare-count{
    top:3px;
    right:-3px;
    width:26px;
    height:26px;
    border-radius: 13px;
}


}
/**********************************************************************************************************************/
@media (max-width: 1023px) {
    #header-desktop{
        display: none;
    }
    #header-mobile{
        display: block;
		transition:.3s;
		position:fixed;
		left:0;
		top:0;
		right:0;
		z-index:9;
    }
	
    .header{
        margin:0 0 10px 0;
        background: var(--white);
        box-shadow: 0 10px 10px rgb(0 0 0 / 5%);
    }
    .header-container{
        height:10vh;
        display: flex;
        align-items: center;
    }
    .header-sidebar-show-btn{
        margin:0 20px 0 0;
    }
    .header-sidebar-show-btn:after{
        content: '\e902';
        font-family: si-solid;
        display: flex;
        align-items: center;
        justify-content: center;
        width:40px;
        height:40px;
        color:var(--white);
        background: var(--orange-600);
        border-radius: 3px;
        font-size:18px;
    }
    .header-cart:hover .header-cart-count{
        top:3px;
        right:-3px;
        width:26px;
        height:26px;
        border-radius: 13px;
    }
    .header-sidebar{
        position: fixed;
        top:0;
        left:-100%;
        width:80%;
        height:100vh;
        z-index: 8;
        background: var(--white);
        transition: .6s;

    }
    .header-sidebar.show{
        left:0;
    }
    .header-sidebar-overlay{
        position: fixed;
        top:0;
        left:-100%;
        width:100%;
        height:100vh;
        z-index: 7;
        background: rgba(0,0,0,0.7);
        transition: .3s;
    }
    .header-sidebar-overlay.show{
        left:0;
    }
    .header-sidebar-header{
        display: flex;
        align-items: center;
        height: 10vh;
        padding: 0 10px;
    }



    /**/
    .header-account{
        display: flex;
        align-items: center;
        justify-content: center;
        margin:0 40px 0 0;
    }
    .header-account-icon{
        margin:0 10px 0 0;
    }
    .header-account-icon:after{
        content: '\e928';
        font-family: si-solid;
        font-size:22px;
    }
    .header-account-name{
        display: flex;
        justify-content: center;
    }
    /**/
    .header-wishlist{
        display: flex;
        align-items: center;
        justify-content: center;
        margin:0 20px 0 0;
    }
    .header-wishlist:before{
        content: '\e918';
        font-family: si-solid;
        display: flex;
        justify-content: center;
        font-size:22px;
        margin:0 0px 0 0;
    }
    .header-wishlist-count{
        display: flex;
        align-items: center;
        justify-content: center;
        width:16px;
        height:16px;
        background: var(--orange-600);
        color:var(--white);
        border-radius: 10px;
    }
    /**/
    .header-sidebar-hide-btn{
        position: fixed;
        top:0;
        height: 100vh;
        width:20%;
        display: flex;
        justify-content: center;
        right:-100%;
        transition: .6s;
    }
    .header-sidebar.show .header-sidebar-hide-btn{
        right:0;
    }
    .header-sidebar-hide-btn:after{
        content: '\e90b';
        font-family: si-solid;
        position: absolute;
        left:50%;
        transform: translateX(-50%);
        height: 10vh;
        display: flex;
        align-items: center;
        color:var(--white);
        font-size:26px;
    }
    .header-sidebar-container{

    }
    .header-sidebar-body{
        height: 90vh;
        overflow-y:auto;
        padding:10px;
    }
    .w-header-logo{
        margin:4px 0 0 0;
        width:calc(100% - 140px);
    }
    .w-header-logo a{
        display: inline-block;
    }
    .w-header-logo a img{
        width: auto !important;
        height:40px;
    }
    /**/
    .w-header-contacts{
        display:none;
    }
    .w-header-contacts-mobile{

    }
    .w-header-contacts-mobile:after{
        content: '\e91c';
        font-family: si-solid;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        color: var(--gray-700);
        font-size: 25px;
        cursor: pointer;
        margin:0 20px 0 0;
    }
    /**/
    .header-cart{
        cursor: pointer;
    }
    .header-cart-btn{
        position: relative;
        display:flex;
        align-items: center;
        justify-content: flex-start;
        width:40px;
        height:40px;
    }
    .header-cart-btn:before{
        content: '\e905';
        font-size: 24px;
        color: var(--black);
        font-family: 'si-solid';
        transition: .3s;
    }
    .header-cart-icon{
        width:30px;
        height:30px;
    }
    .header-cart-count{
        position: absolute;
        top: 6px;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        font-size: 12px;
        font-weight: 500;
        border: 0px solid var(--white);
        color: #fff;
        background: var(--orange-600);
        transition: .2s;
        border-radius: 10px;
    }

    /*search*/
    .w-search-icon{
        margin: 0 20px 0 0;
    }
    .w-search-icon:after{
        content: '\e921';
        font-family: si-solid;
        display: flex;
        align-items: center;
        justify-content: center;
        width:40px;
        height:40px;
        color:var(--gray-700);
        font-size:24px;
        cursor: pointer;
    }
    .w-search{
        display: none;
    }
    .w-search.show{
        display: block;
        position: fixed;
        top:0;
        right:0;
        bottom: 0;
        left:0;
        z-index: 99;
        background: rgba(0,0,0,0.7);
    }
    .w-search-form{
        position: absolute;
        top:27px;
        left:10px;
        right:10px;
        transition: .4s;
    }

    .w-search-input{
        display: block;
        width:100%;
        height:40px;
        line-height: 40px;
        padding:0 10px;
        border:none;
        border-radius: 3px;
        background: var(--white);
        outline: none;
    }
    .w-search-close:after{
        content: '\e90b';
        font-family: si-solid;
        position: absolute;
        top:0;
        right:0;
        display: flex;
        align-items: center;
        justify-content: center;
        width:40px;
        height:40px;
        color:var(--gray-800);
        font-size:18px;
        cursor: pointer;
    }
    .w-search-button{
        display: none;
    }
    /**/
    .header-nav-catalog{

        border-top:1px solid var(--gray-200);
    }
    .header-nav-catalog-btn{
        position: absolute;
        top:0px;
        left:25px;
        background: var(--white);
        color:var(--gray-700);
        padding:0 10px 0 0;
    }
    .header-nav-catalog-drop{
        padding: 20px 0px;
    }
    .header-nav-level-1{

    }
    .header-nav-level-1-element{
        display: flex;
        align-items: center;
    }
    .header-nav-level-1-element:before{
        content: '';
        display: block;
        width:4px;
        height:4px;
        border-radius: 2px;
        background: var(--orange-600);
        margin:0 10px 0 0;
    }
    .header-nav-level-1-element-link{
        display: flex;
        align-items: center;
        height: 40px;
    }
    .header-nav-level-1-element-link img{
        display: none;
        width: 40px;
        height:40px;
        margin:0 10px 0 0;
        border:1px solid var(--gray-200);
    }
    .header-nav-level-1-element-link span{
        font-weight: 500;
    }
    .header-nav-level-1-element-link span:hover{
        color: var(--orange-600);
    }
    .header-nav-level-2{
        display: none;
    }
    /**/
    .w-header-menu{
        position: relative;
        border-top:1px solid var(--gray-200);
        border-bottom:1px solid var(--gray-200);
        margin:0 0 10px 0;
    }
    .w-header-menu-title{
        position: absolute;
        top:-10px;
        left:15px;
        background: var(--white);
        color:var(--gray-700);
        padding:0 10px 0 0;
    }
    .w-header-menu-level-1{
        padding:20px 0;
    }
    .w-header-menu-level-1-element{
        display: flex;
        align-items: center;
    }
    .w-header-menu-level-1-element:before{
        content: '';
        display: block;
        width:4px;
        height:4px;
        border-radius: 2px;
        background: var(--orange-600);
        margin:0 10px 0 0;
    }
    .w-header-menu-level-1-link{
        display: flex;
        align-items: center;
        height: 40px;
        font-weight: 500;
    }
    .w-header-menu-level-1-link:hover{
        color: var(--orange-600);
    }
    .w-header-menu-drop{
        display: none;
    }


    .bottom-panel{
        display: block;
        position: fixed;
        left:0;
        right:0;
        bottom: 0;
        z-index: 91;
        background: #fff;
        box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
    }
    .bottom-panel-elements{
        display: flex;
        align-items: center;
        justify-content: center;
        height:62px;
    }
    .bottom-panel-element{
        position: relative;
        cursor: pointer;
        width:80px;
    }
    .bottom-panel-element-icon{
        position: relative;
        display: block;
        text-align: center;
        margin:0 auto 3px auto;
        width:20px;
    }
    .bottom-panel-element-icon img{
        width:20px;
    }
    .bottom-panel-element-icon span{
        display: flex;
        align-items: center;
        justify-content: center;
        width:16px;
        height:16px;
        border-radius: 10px;
        background: var(--orange-600);
        font-size:10px;
        color:#fff;
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(15%,-50%);
    }
    .bottom-panel-element-name{
        display: block;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        color: var(--bluegray-500);
    }
    .bottom-panel-element-drop{
        position: absolute;
        left:50%;
        bottom:100px;
        transform: translateX(-50%);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: .6s;
    }
    .bottom-panel-element.show .bottom-panel-element-drop{
        opacity: 1;
        visibility: visible;
        bottom:60px;
    }
    .bottom-panel-element-drop-list{

    }
    .bottom-panel-element-drop-list > div{
        display: flex;
        align-items: center;
        justify-content: center;
        height:34px;
        padding:0 10px;
        border-radius: 5px;
        background: #fff;
        font-weight: 500;
        margin:0 0 10px 0;
    }

    /*currency*/
    .w-currency-drop{
        display: none;
    }


    .w-modal{
        position: fixed;
        top: 5vh;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 999;
        transition: .3s;
        opacity: 0;
        visibility: hidden;
    }
    .w-modal.show{
        opacity: 1;
        visibility: visible;
    }
    .w-modal-title{
        font-size: 18px;
        text-align: center;
        color:#fff;
        margin:0 0 20px 0;
    }
    .w-modal-elements{
        text-align: center;
    }
    .w-modal-element{
        margin:0 0 10px 0;
    }
    .w-modal-element a{
        background: var(--white);
        display: inline-block;
        height: 34px;
        line-height: 34px;
        border-radius: 3px;
        padding:0 10px;
        font-size: 14px;
        font-weight: 400;
    }






    /*m-language*/
    .w-language-drop{
        display: none;
    }
    .m-language-active{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .m-language-icon{
        width:100%;
        display: flex;
        justify-content: center;
        margin:0 0 5px 0;
    }
    .m-language-icon img{
        width:20px;
    }
    .m-language-name{
        width:100%;
        display: flex;
        justify-content: center;
        height:12px;
        font-size: 12px;
        line-height: 12px;
        font-weight: 500;
        color: var(--bluegray-500);
    }
    .m-language-drop{
        display: none;
    }
    .m-language.show .m-language-drop{
        display: block;
        position: fixed;
        top:5vh;
        left:50%;
        transform: translateX(-50%);
        z-index: 91;
        padding:0 0 20px 0;
    }
    .m-language-element{
        margin:0 0 15px 0;
    }
    .m-language-element a{
        background: var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 34px;
        border-radius: 3px;
        padding:0 10px;
        font-size: 14px;
        font-weight: 400;
    }


    /*country*/
    .w-country-drop{
        display: none;
    }
    .m-country-active{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .m-country-icon{
        width:100%;
        display: flex;
        justify-content: center;
        margin:0 0 5px 0;
    }
    .m-country-icon img{
        width:20px;
    }
    .m-country-name{
        width:100%;
        display: flex;
        justify-content: center;
        height:12px;
        font-size: 12px;
        line-height: 12px;
        font-weight: 500;
        color: var(--bluegray-500);
    }
    .m-country-drop{
        display: none;
    }
    .m-country.show .m-country-drop{
        display: block;
        position: fixed;
        top:5vh;
        left:50%;
        transform: translateX(-50%);
        z-index: 91;
        padding:0 0 20px 0;
    }
    .m-country-element{
        margin:0 0 15px 0;
    }
    .m-country-element a{
        background: var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 34px;
        border-radius: 3px;
        padding:0 10px;
        font-size: 14px;
        font-weight: 400;
    }

    /*cart*/
    .header .bottom-panel-element{
        display: none;
    }
    .bottom-panel .header-cart{
        display: none;
    }
    .m-w-cart-active{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .m-w-cart-icon{
        position: relative;
        width:100%;
        display: flex;
        justify-content: center;
        margin:0 0 5px 0;
    }
    .m-w-cart-icon img{
        width:20px;
    }
    .m-w-cart-icon span{
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(25%, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width:16px;
        height: 16px;
        border-radius: 10px;
        background: var(--orange-600);
        color:#fff;
        font-size: 10px;
    }
    .m-w-cart-name{
        width:100%;
        display: flex;
        justify-content: center;
        height:12px;
        font-size: 12px;
        line-height: 12px;
        font-weight: 500;
        color: var(--bluegray-500);
    }

    /*wishlist*/
    .bottom-panel .header-wishlist{
        display: none;
    }
    .m-w-wishlist-active{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .m-w-wishlist-icon{
        position: relative;
        width:100%;
        display: flex;
        justify-content: center;
        margin:0 0 5px 0;
    }
    .m-w-wishlist-icon img{
        width:20px;
    }
    .m-w-wishlist-icon span{
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(25%, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width:16px;
        height: 16px;
        border-radius: 10px;
        background: var(--orange-600);
        color:#fff;
        font-size: 10px;
    }
    .m-w-wishlist-name{
        width:100%;
        display: flex;
        justify-content: center;
        height:12px;
        font-size: 12px;
        line-height: 12px;
        font-weight: 500;
        color: var(--bluegray-500);
    }

    /*header-account*/
    .header-sidebar .bottom-panel-element{
        display: none;
    }
    .bottom-panel .header-account{
        display: none;
    }
    .m-account-active{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .m-account-icon{
        position: relative;
        width:100%;
        display: flex;
        justify-content: center;
        margin:0 0 5px 0;
    }
    .m-account-icon img{
        width:20px;
    }
    .m-account-icon span{
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(25%, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width:16px;
        height: 16px;
        border-radius: 10px;
        background: var(--orange-600);
        color:#fff;
        font-size: 10px;
    }
    .m-account-name{
        width:100%;
        display: flex;
        justify-content: center;
        height:12px;
        font-size: 12px;
        line-height: 12px;
        font-weight: 500;
        color: var(--bluegray-500);
    }

    /*m-contacts*/
    .header-sidebar .bottom-panel-element{
        display: none;
    }
    .bottom-panel .w-header-contacts-mobile,
    .bottom-panel .w-header-contacts{
        display: none;
    }
    .mm-contacts-active{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mm-contacts-icon{
        position: relative;
        width:100%;
        display: flex;
        justify-content: center;
        margin:0 0 5px 0;
    }
    .mm-contacts-icon img{
        width:20px;
    }
    .mm-contacts-icon span{
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(25%, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width:16px;
        height: 16px;
        border-radius: 10px;
        background: var(--orange-600);
        color:#fff;
        font-size: 10px;
    }
    .mm-contacts-name{
        width:100%;
        display: flex;
        justify-content: center;
        height:12px;
        font-size: 12px;
        line-height: 12px;
        font-weight: 500;
        color: var(--bluegray-500);
    }


}


.p-contacts{

}
.p-contacts-block{
    text-align: center;
    margin:0 0 50px 0;
}
.contacts-block-title{
    font-size:16px;
    font-weight: 500;
    margin:0 0 20px 0;
}
/**/
.p-contacts-phone li{
    margin:0 0 10px 0;
}
.p-contacts-phone a{

}
.p-contacts-phone a:hover{
    color:var(--orange-600);
}
/**/
.p-contacts-email li{
    margin:0 0 10px 0;
}
.p-contacts-email a{

}
.p-contacts-email a:hover{
    color:var(--orange-600);
}
/**/
.p-contacts-messenger li{
    margin:0 0 10px 0;
}
.p-contacts-telegram{

}
.p-contacts-telegram a{
    background: var(--telegram-color);
    color: var(--white);
}
.p-contacts-telegram a:hover{
    background: var(--telegram-color-hover);
    color: var(--white);
}
.p-contacts-viber-desktop a{
    background: var(--viber-color);
    color: var(--white);
}
.p-contacts-viber-desktop a:hover{
    background: var(--viber-color-hover);
    color: var(--white);
}
.p-contacts-viber-mobile{
    display: none;
}
.p-contacts-whatsapp a{
    background: var(--whatsapp-color);
    color: var(--white);
}
.p-contacts-whatsapp a:hover{
    background: var(--whatsapp-color-hover);
    color: var(--white);
}
.p-contacts-feedback span{
    background: var(--orange-600);
    color: var(--white);
}
.p-contacts-feedback span:hover{
    background: var(--orange-700);
    color: var(--white);
}


@media (max-width: 960px) {
    .p-contacts-viber-desktop{
        display: none;
    }
    .p-contacts-viber-mobile{
        display: block;
    }
    .p-contacts-viber-mobile a{
        background: var(--viber-color);
        color: var(--white);
    }
    .p-contacts-viber-mobile a:hover{
        background: var(--viber-color-hover);
        color: var(--white);
    }
}




.wgt-review-list{
	margin:0 0 50px 0;
}
.review-rating{
	text-align:center;
	margin:0 0 40px 0;
}
.review-rating-title{
	font-size: 28px;
    font-weight: 500;
    margin: 0 0 30px 0;
}
.review-rating-makr{
	
}
.review-rating-stars{
	display:flex;
	align-items:center;
	justify-content:center;
}
.review-rating-star{
	width:40px;
}


.review-items{ 
	
}
.review-item{
	display:flex;
	flex-wrap:wrap;
	border-bottom:1px dashed #e3e3e3;
	padding:0 0 20px 0;
	margin:0 0 20px;
}
.review-item-a{
	width:400px;
}
.review-item-name{
	font-weight:500;
	margin:0 20px 10px 0;
}
.review-item-name span{
	display:none;
	font-weight:300;
	color:#888;
	margin:0 0 0 20px;
}
.review-item-stars{
	display:flex;
	align-items:center;
}
.review-item-stars span{
	width:20px;
}
.review-item-b{
	width:calc(100% - 400px);
}
.review-item-text{
	line-height:170%;
}
.review-item-response{
	background:#fff;
	padding:20px;
	border-radius:4px;
	margin:7px 0 0 0;
	line-height:170%;
}
.review-item-response-title{
	font-weight:500;
	margin:0 10px 0 0;
}



@media (max-width: 960px) {
.review-rating-title{
	font-size: 22px;
    margin: 0 0 20px 0;
}
.review-item-a,
.review-item-b{
	width:100%;
	margin:0 0 20px 0;
}
.review-item-name{
	text-align:center;
}
.review-item-stars{
	justify-content:center;
}
}


.p-faq-questions{
	
}
.p-faq-question{
	background:#fff;
	padding:20px;
	border-radius:4px;
	margin:0 0 20px 0;
}
.p-faq-question-name{
	display:flex;
	align-items:center;
	font-size:16px;
	font-weight:500;
	cursor:pointer;
	transition:.3s;
}
.p-faq-question-name:hover{
	color:var(--orange-400);
}
.p-faq-question .p-faq-question-name:before{
	content:'\e907';
	font-family:si-solid;
	font-size:22px;
	color:var(--orange-400);
	margin:0 20px 0 0;
}
.p-faq-question.active .p-faq-question-name:before{
	content:'\e90a';
}
.p-faq-question-response{
	display:none;
	padding:20px 0 0 0;
}
@media (max-width: 960px) {
.p-faq-question-name{
	font-size:14px;
}	
.p-faq-question{
	background:#fff;
	padding:10px;
}
}