@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src:  url(/catalog/view/theme/default/stylesheet/fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src:  url(/catalog/view/theme/default/stylesheet/fonts/Roboto/Roboto-Light.ttf);
}
/*@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Light'), local('Roboto-Light'), url(/catalog/view/theme/default/stylesheet/fonts/Roboto/Roboto-Light.woff2) format('woff2'), url(/catalog/view/theme/default/stylesheet/fonts/Roboto/Roboto-Light.ttf) format('truetype');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(/catalog/view/theme/default/stylesheet/fonts/Roboto/Roboto-Regular.woff2) format('woff2'), url(/catalog/view/theme/default/stylesheet/fonts/Roboto/Roboto-Regulargo.ttf) format('truetype');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}*/
body{
    font-family: 'Roboto', sans-serif;
    color: #242e2b;
    display: flex;
    flex-direction: column;
    min-width: 320px;
    min-height: 100vh;
    overflow-x: hidden;
}
body.over{
    overflow-y: hidden;
}
footer{
    margin-top: auto;
}
header, footer, .form_callback{
    background: #242e2b;
    color: #e3ddd2;
}
a {
    text-decoration: underline;
    color: #242e2b;
}

.btn.focus, .btn:focus, *:focus, button:focus{
    outline: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #959595;
    box-shadow: 0 0 0 0.1rem rgba(149,149,149,.25);
    outline: none

}

.b-text-brand{
    font-weight: bolder;
}

.b-text-brand-a{
    text-decoration: unset;
    color: #242e2b;
    text-align: center;
    font-size: 16px;
}

.b-cat-brand-a{
    text-align: center;
    padding: 5px 0 5px;
    color: white;
    background: #242e2b;
    width: 70%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 15px;
}

header a, footer a, .first-level-item span{
    color: #e3ddd2;
    text-decoration: none;
}

header ul, footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
header li, footer li{
    display: inline-block;
}
.nav-box{
    border-top: 1px solid #3c4341;
}
.header-bottom-inner{
    position: relative;
}
.modal-slider img{
    max-width: 234px;
	margin-left: auto;
	margin-right: auto;
}
.modal .close{
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 1;
}
.share-holder{
	position: absolute;
	left: 0;
	top: 0;
}
.modal td{
    vertical-align: middle;
}
.modal .text-center .close{
    position: static;
}
img{
    max-width: 100%;
}
.logo {
    cursor: pointer;
    /*
    background: url(/image/icons/logo.png) no-repeat;
    */
    width: 289px;

    overflow: hidden;
    text-indent: -9999px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    background-size: cover;
    transition: all 0.4s;
}
.logo-holder{
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.4s;
}
.sprite{
    background-image: url(/image/icons/sprite.png);
    background-repeat: no-repeat;
}
.profile-logo{
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    display: flex;
    cursor: pointer;
}
.product-info{
    border-top: 1px solid #d3c9b8;
}
.slick-slider .slick-arrow, .main-banner .slick-arrow span{
    z-index: 2;
    width: 20px;
    height: 36px;
    transform: none;
    top: calc(50% - 18px);
}
.collection-slider .slick-prev{
	left: -15px;
}
.collection-slider .slick-next{
	right: -15px;
}
.slick-slider .slick-arrow:before{
    font-family: 'FontAwesome';
    color: #242e2b;
    font-size: 36px;
}
.compare-holder{
    margin-bottom: 30px;
}
.compare-link {
	display: block;
    margin-bottom: 5px;
    font-size: 14px;
    white-space: nowrap;
    background-color: transparent;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    text-align: left;
    padding: 0;
}
.preview-caption{
	text-align: justify;
}
.to-cart-mobile{
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}
.slick-slider .slick-prev:before{
    content: "\f104"
}
.slick-slider .slick-next:before{
    content: "\f105"
}
.product-info>h3{
    font-size: 21px;
    line-height: 35px;
}
.product-info td{
    width: 50%;
    font-size: 12px;
    text-align: left;
	vertical-align: top;
}
.pictures{
    list-style: none;
    padding: 0;
}
.pictures div{
    margin-bottom: 30px;
}
.product-info td:first-child{
    color: #747474;
}
.product-left>.product-brand, .product-left>.dotted-link{
    margin-bottom: 15px;
}
.dotted-link{
    text-decoration: none;
}
.product-right h1{
    font-size: 21px;
    font-weight: bold;
}
.sku{
    color: #757575;
    font: 12px/16px Arial, Helvetica, sans-serif;
    margin: 0 0 11px;
}
.price-box .old-price, .old-price{
    margin-bottom: 10px;
    position: relative;
}
.caption .old-price{
	margin-bottom: 10px;
	color: #878787;
	font-size: 14px;
}
.price-box .old-price:after, .old-price:after{
    position: absolute;
    content: '';
    height: 2px;
    width: calc(100% + 10px);
    left: -5px;
    top: calc(50% - 1px);
    background-color: rgba(255, 0, 0, 0.5);
}
.old-price .symbol_right{
    font-size: 11px;
}
.price-box .price{
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 0;
}
.price .symbol_right{
    font-size: 12px;
    font-weight: normal;
}
.price-box {
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}
.dotted-link:hover{
    text-decoration: none;
}
.dotted-link span{
    border-bottom: 1px dotted #242e2b;
    text-decoration: none;
}
.dotted-link:hover span{
    border-bottom: 1px solid transparent;
    text-decoration: none;
}
.search-logo{
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    display: flex;
    cursor: pointer;
    height: 16px;
    width: 16px;
    background-position: 0 -36px;
}
.search-holder{
    border: 1px solid #b7b7b7;
}
.search-fixed button{
    background: transparent;
    border: 0;
    border-left: 1px solid #b7b7b7;
    height: 35px;
    width: 35px;
    float: right;
    padding: 0;
}

.search-input{
    height: 35px;
    line-height: 35px;
    border: 0;
    width: 370px;
    padding-left: 10px;
}
.header-dropdown-menu{
    display: none;
    z-index: 10;
    background-color: #fff;
    right: 0;
    top: 24px;
    position: absolute;
    /*min-width: 500px;*/
    box-shadow: 0px 0px 10px 1px rgba(36,46,43,1);
}
.header-dropdown-menu li{
    display: list-item;
}
#cart{
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}
.count-box{
    position: relative;
	display: block;
}
.count-box .count{
    position: absolute;
    left: 20px;
    text-align: center;
    top: -3px;
    font-size: 12px;
    width: 14px;
    height: 14px;
}
.search-btn {
    width: 16px;
    height: 16px;
    background-position: 0 0;
    background-image: url('/image/icons/search-icon.svg');
    background-size: cover;
}
.header-compare, .product-layout .caption .compare-btn:before{
    width: 20px;
    height: 20px;
    background-position: -23px 2px;
}
.header-login{
    width: 20px;
    height: 20px;
    background-position: -47px 0;
}
.header-logout{
    width: 20px;
    height: 20px;
	background-position: -96px 0;
}
.header-cart-empty{
    width: 22px;
    height: 20px;
    background-image: url('/image/icons/basket-icon.svg');
    background-size: cover;
}
.header-cart{
    width: 20px;
    height: 20px;
    background-position: -70px 0;
}
.header-profile>li{
    font-size: 0;
    padding-left: 18px;
    padding-right: 15px;
    border-right: 1px solid #3c4341;
}
.header-profile>li:last-child{
    padding-right: 0;
    border-right: none;
}
.header-profile>li>*{
    font-size: initial;
}
body.fixed-header .logo-holder{
    padding-top: 10px;
    padding-bottom: 9px;
}

body{
    transition: padding-top 0.4s;
    padding-top: 134px;
}
body.fixed-header{
    /*padding-top: 81px;*/

}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all .5s ease-in-out;
}
.header-top{
    display: flex;
    align-items: center;
    min-height: 49px;
}
.header-top_searchBtn {
    display: none !important;
}
.navbar-nav{
    flex-grow: 1;
}
.nav-box .navbar{
    padding: 0;
}
.navmenu-mob .menu>li{
    cursor: pointer;
    position: static
}
@media(min-width:992px){
    .navmenu-mob .menu>li:nth-child(2){
        width:227.38px;
        flex: 0 0 227px;
    }
}

.navmenu-mob_logo {
    display: none !important;
}
.menu{
    position: relative;
}


.first-level-item{
    padding: .5rem .5rem;
    display: block;
    flex-grow: 1;
    margin: auto;
    text-align: center;
    cursor: pointer;
}
.first-level-item span{
    text-transform: uppercase;
    white-space: nowrap;
}
.submenu-box{
    display: none;
    border: 1px solid #242e2b;
    border-width: 0 1px 1px 1px;
    background-color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 100%;
    left: 0 !important;
    right: 0;
}
.submenu>li:not(:last-child){
    border-bottom: 1px solid #3c4341;
}
.submenu-item{
    height: 45px;
    color: #e3ddd2;
    background-color: #242e2b;
} 

.submenu{
    width: 226px;
}
.submenu>li.active .dropdown-submenu{
    display: block;
}
.dropdown-submenu{
    position: absolute;
    left: 226px;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
}
.third-level{
    flex-wrap: wrap;
    height: 100%;
    background-color: #fff;
}
.third-level>li {
    max-width: 25%;
}
.third-level>li>a, .third-level>li>div{
    color: #242e2b;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
}
.relative{
    position: relative !important;
}
.third-level img {
    max-width: 100%;
}
.menu-btn{
    width: 19px;
    height: 15px;
    overflow: hidden;
    position: relative;
    left: 0;
}
.menu-btn span{
    display: block;
    width: 100%;
    height: 1px;
    border-radius: 1px;
    background: #e3ddd2;
    text-indent: -9999px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.menu-btn span:before, .menu-btn span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 1px;
    background: #e3ddd2;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.menu-btn span:after{
    top: calc(100% - 1px)
}
.search-fixed{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 93px;
    background: #fff;
    z-index: 100;
    transform: translateY(-93px);
    transition: all 0.3s ease-in-out 0s;
}
.search-close{
    position: absolute;
    width: 20px;
    height: 20px;
    overflow: hidden;
    top: 20px;
    right: 20px;
}
.search-close span, .search-close span:after{
    height: 1px;
    background-color: #b7b7b7;
    display: block;
    width: 100%;
    position: relative;
    text-indent: -99999px;
}
.search-close span:after{
    content: '';
    transform: rotate(-90deg);
    left: 0;
    top: 0;
    position: absolute;
}
.search-close span{
    transform: rotate(45deg);
}
.search-fixed.opened{
    transform: translateY(0px);
}
footer{
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-list{
    font-size: 13px;
}
.footer-list li{
    margin: 0 10px;
}
.footer-list a{
    text-transform: uppercase;
}
.footer-social p{
    margin-bottom: .5em;
}
.footer-social li{
    margin: 0 10px;
}
.social{
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background: rgba(86, 105, 99, 0.3);
    border: 1px solid rgba(242, 237, 230, 0.3);
}
.social i{
    font-size: 23px;
}
.main-banner {
    margin-bottom: 30px;
}
.main-banner-holder {
    overflow-x: hidden;
}
.news-slide{
    margin-left: 10px;
    margin-right: 10px;
}
.main-banner img{
    width: 100%;
}
.product-name{
    text-align: center;
}
.product-name a{
    line-height: 20px;
    height: 60px;
    font-size: 16px;
    font-weight: 100;
    text-decoration: none;
}
.product-name a:hover{
    text-decoration: underline;
}
.news-head{
    line-height: 1.25em;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
	text-decoration: none;
	height: 3.75em;
}
.news-slide .image{
	margin-bottom: 10px;
}
.posted-date{
	color: rgb(144,144,144);
}
.image img{
    max-width: 100%;
}
.news-preview{
    margin-bottom: 30px;
}
.price{
    margin-bottom: 10px;
    font-size: 18px;
}
.video-btn{
	text-indent: -9999px;
    background-color: transparent;
    position: absolute;
    right: 20px;
    top: 0;
    height: 50px;
    width: 140px;
    margin: 0;
    padding: 0;
	cursor: pointer;
	z-index: 100;
    border: none;
    background-image: url(/image/icons/video-icon.svg);
}
#product-video .modal-dialog{
	max-width: 590px;
}
#product-video .modal-body{
	text-align: center;
}
#product-video iframe{
	max-width: 100%;
}

.btn-cart, .to-cart .btn-cart{
    min-width:  130px;
    background: #242e2b;
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    height: 40px;
    display: inline-block;
    transition:  all 0.15s;
    white-space: nowrap;
    text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.info{
    width: calc(100% - 13px);
}
.btn-cart-block, .to-cart .btn-cart-block{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.btn-cart-content{
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.btn-invert{
    background: transparent;
    color: #242e2b;
    border: 1px solid #242e2b;
}
.btn-cart:active{
    outline: none;
}
.caption .btn-cart{
    margin-bottom: 10px;
}
.compare-btn{
    cursor: pointer;
    border-bottom: 1px dotted #242e2b;
    text-decoration: none;
}
.compare-btn:hover{
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.btn-shop{
    background: #f2ede6;
    border: 1px solid #c0c0c0;
    font-size: 15px;
    color: #242e2b;
}
.btn-empty {
    background: #919695;
    pointer-events: none;
}
.product-right .compare-btn{
    margin-bottom: 25px;
}
.buttons-box .btn-shop{
    margin-bottom: 15px;
}
.product-layout{
    margin-bottom: 40px;
	position: relative;
}
.product-right .stock{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 25px;
}
.heading-title{
    font-size: 36px;
    margin-bottom: 25px;
    text-align: center;
	font-weight: 300;
}
.article-box iframe{
	max-width: 100%;
}
.consult{
    font-size: 14px;
    margin-bottom: 25px;
    background: #f4f1ed;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.breadcrumb{
    background: transparent;
    padding: .75rem 0;
    font-size: 12px;
}
.consult .text-under{
    font-size: 11px;
    color: #747474;
    font-style: italic;
}
.product-text-box h4{
    font-size: 28px;
    font-weight: bold;
}
.product-text-box p{
    font-size: 12px;
    margin-bottom: 0;
}
.product-text-box a{
    font-size: 12px;
}
.thumbnail-holder{
    display: inline-block;
    border: 1px solid #d8d8d8;
}
.thumbnail-holder:hover{
    border-color:#747474;
}
.main-image-product{
    margin-bottom: 15px;
	position: relative;
	    width: 100%;
    border: none;
    background: transparent;
	cursor: url(/image/icons/zoom-in.svg), pointer;
}
.main-image-product_m{
	cursor: url(/image/icons/zoom-out.svg), pointer;
}
.main-image-product img{
    /*	max-width: 100%;
        max-height: 65vh;*/
    max-width: 234px;
}
.product-text-box{
    margin-bottom: 25px;
}
.main-image-product .share-holder {
    left: calc(50% - 234px/2);
}
.nav-image-product{
    text-align: center;
}
.thumbnail-holder{

}
.brands{
    margin-bottom: 30px;
}
.brands .item a{
    position: relative;
    transition: transform 0.2s;
}
.form_callback{
    margin-bottom: 30px;
}
.callback-box {
    height: 100%;
}
.callback-image img{
    max-width: 100%;
    max-height: 300px;
}
.main-banner .arrow span{
    width: 90px;
    height: 90px;
    position: absolute;
    border-radius: 50%;
    top: 0;
    z-index: 2;
    text-indent: -9999px;
    overflow: hidden;
}
.main-banner .arrow {
    width: 45px;
    height: 90px;
    position: absolute;
    border-radius: 0;
    top: calc(50% - 45px);
    z-index: 2;
    overflow: hidden;
}
.main-banner .prev, .main-banner .next span{
    left: 0;
}
.main-banner .next, .main-banner .prev span{
    right: 0;
}
.main-banner .prev:after{
    content: "\f104";
    right: 22px;
}
.main-banner .next:after{
    left: 22px;
    content: "\f105";
}
.main-banner .arrow:after{
    position: absolute;
    top: calc(50% - 22px);
    font-family: 'FontAwesome';
    font-size: 44px;
    color: #fff;
    line-height: 44px;   
    height: 44px;
    z-index: 2;
    text-indent: 0;
}
.slider-box .arrow, .news-preview-slider .arrow{
    width: 45px;
    height: 46px;
    position: absolute;
    top: 100px; 
    z-index: 2;
    text-indent: -9999px;
    overflow: hidden;
	cursor: pointer;
}
.slider-box .prev, .news-preview-slider .prev{
    left: -45px;
}
.slider-box .next, .news-preview-slider .next{
    right: -45px;
}
.slider-box .arrow:after, .news-preview-slider .arrow:after,
.slider-box .arrow:before, .news-preview-slider .arrow:before{
	content: '';
    height: 1px;
    width: 20px;
    background-color: gray;
    position: absolute;

}
.slider-box .prev:after, .news-preview-slider .prev:after{
    left: 0;
	transform: rotate(60deg);
    top: calc(50% + 9px);
}
.slider-box .prev:before, .news-preview-slider .prev:before{
    left: 0;
	transform: rotate(-60deg);
    top: calc(50% - 8px);
}
.slider-box .next:after, .news-preview-slider .next:after{
    right: 0;
	transform: rotate(-60deg);
	top: calc(50% + 9px);
}
.slider-box .next:before, .news-preview-slider .next:before{
    right: 0;
	transform: rotate(60deg);
    top: calc(50% - 8px);
}
.modal-body ul{
    list-style: none;
}
.modal-cart-btn .btn-cart{
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
}
.modal-back{
    text-decoration: underline;
    cursor: pointer;
}
#cart .header-dropdown-menu, #cart .header-dropdown-menu .cart-cell a, 
#compare .header-dropdown-menu, #compare .header-dropdown-menu .cart-cell a{
    color: #242e2b;
}
#cart .header-dropdown-menu .cart-cell a:hover, #compare .header-dropdown-menu .cart-cell a:hover{
    color: #242e2b;
    text-decoration: underline;
}
.header-dropdown-menu>ul{
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}
.header-dropdown-menu>ul.products-in{
	min-width: 500px;
}
.header-dropdown-menu>ul.empty{
	min-width: 175px;
}
.checked-sign{
    border: 1px solid #242e2b;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: #242e2b;
}
.checked-sign .fa{
    display: none;
}
.checkbox-item input:checked+.checked-sign .fa{
    display: block;
}
.checkbox-item:hover .fa{
    display: block;
}

.brands img{
    max-width: 100%;
}
.category-thumb h4{
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}
.pagination{
    flex-wrap: wrap;
}
.filter-box input[type="checkbox"]{
	width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0;
    padding: 0;
}
.pagination a, .pagination span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #242e2b;
    text-decoration: none;
    transition: all 0.15s;
}
.pagination a:hover{
    background-color: #487948;
    color: #fff;
}
.pagination span{
    color: #fff;
    background-color: #242e2b;
}
.pagination li{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.my-order ul{
    list-style: none;
}
.my-order li{
    position: relative;
}
.cancel-order{
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 1;
}
.info-header a {
    height: 50px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
}
.info-item {
    border-bottom: 1px solid #e3ddd2;
}
.product-info-mobile{
    margin-bottom: 25px;
}
.info-header a i{
    transition: transform 0.2s;
}
.info-header a[aria-expanded="true"] i{
    transform: rotate(180deg);
}
.product-small .thumbnail-item:focus{
    border: none;
    outline: none;
}
.modal-label span{
    font-size: 14px;
}
.modal-label span.error{
    color: #ff4b4b;
}
.modal-label{
    margin-bottom: 0;
}
.req{
    color: #ff4b4b;
}
.form-check-label span{
    font-size: 12px
}

.date-block input{
    max-width: 100%;
}
.garanty-brands .card{
    border: none;
}
.garanty-brands .card-header{
    border-radius: 0;
    padding: 0;
    border: none;
    background: transparent;
}
.error-btn-box{
    margin-bottom: 30px;
}
.garanty-brands .btn-accordion{
    width: 100%;
    padding: 30px 20px 20px 0;
    text-align: left;
    font-size: 30px;
    background: transparent;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid rgb(227, 221, 210);
    position: relative;
}
.garanty-brands .btn-accordion .fa{
    position: absolute;
    right: 20px;
    bottom: 20px;
    transition: transform 0.2s;
}
.garanty-brands .btn-accordion:not(.collapsed) .fa{
    transform: rotate(180deg);
}
.garanty-brands .card-body{
    border-bottom: 1px solid rgb(227, 221, 210);
}
.compare-holder{
    width: 100%;
    overflow-x: auto;
}
.flipped, .flipped .inner{
    transform:rotateX(180deg);
    -ms-transform:rotateX(180deg); /* IE 9 */
    -webkit-transform:rotateX(180deg); /* Safari and Chrome */
}
.filter-box-inner{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e3ddd2;
    border-bottom: 1px solid #e3ddd2;
	/*    padding: 0 9999px;
		margin: 0 -9999px;*/
}
.filter-box select{
    border: none;
    margin-right: 10px;
}
.filter-box, .sort-box{
    font-size: 12px;
}
.filter-box .text, .sort-box .text, .clear-all-filter .text{
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px dotted #242e2b;
}
.filter-box .active-item, .sort-box .active-item{
    color: #8b8b8b;
}
.filter-box .dropdown-head, .sort-box .dropdown-head{
    padding: 10px 15px;
}
.filter-box .dropdown-inner, .sort-box .dropdown-menu{
    padding: 5px;
}
.filter-box .dropdown-inner label, .sort-box .dropdown-menu a{
    margin: 0;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: list-item;
}
.brand-descr>img{
    margin-bottom: 40px;
}
.brand-list{
    list-style: none;
    padding: 0;
	margin-bottom: 0;
}
.brand-list a.active i, .brand-list li.active i{
    display: inline-block;
}
.brand-list a.active, .brand-list li.active a{
    font-weight: bold;
    text-decoration: none;
}
.brand-list li i{
    display: none;
    margin-left: 10px;
}

.model-result{
	margin-bottom: 0;
}
.breadcrumb{
    margin-bottom: 0;
}
.sort-box .dropdown{
    margin-bottom: -40px;
    z-index: 1;
    padding-top: 1px;
    cursor: pointer;
}
.filter-box .dropdown, .filter-box span.dropdown-head{
    cursor: pointer;
}
.dropdown-head:after{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.clear-all-filter{
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.clear-all-filter:hover {
    text-decoration: none;
}
.clear-filter{
    position: absolute;
    left: 0;
    height: 24px;
    margin: 0;
    width: 12px;
    top: calc(50% - 12px);
    font-size: 20px;
    line-height: 24px;
    font-weight: 100;
    transform: rotate(45deg)
}
.compare-holder td{
    position: relative;
}
.remove-compare {
    text-decoration: none;
    opacity: 0.5;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transform: rotate(45deg); 
}
.bottom-indent{
    margin-bottom: 30px;
}
.remove-compare span{
    font-size: 29px;
}
.price-box-modal>span:first-child{
    text-decoration: underline;
}
.price-box-modal price{
    font-weight: bold;
}
.news-list-box .image, .news-list-box h4{
    text-align: center;
}
.news-list-box h4 a{
    text-align: center;
    text-decoration: none;
}
.news-list-box h4 a:hover{
    text-decoration: underline;
}
.news-list-box p, .date{
    font-size: 14px;
    color: #7c7c80;
}
.news-list-box .read-more{
    text-decoration: none;
    position: relative;
    margin-bottom: 5px;
}
.news-list-box .read-more:before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 2px;
    /*background-color: #909097;*/
    background-color: #7c7c80;
    left: 0;

}
.news-list-box .read-more:after {
    transition: all .5s;
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    /*background-color: #23232c;*/
    background-color: #242e2b;
}
.news-list-box .read-more:hover:after {
    left: 0;
    width: 100%;
}
.padding-bottom{
    padding-bottom: 30px;
}
.brand-list-box ul {
    list-style: none;
    padding-left: 12px;
    padding-top: 5px;
}
.brand-list-box{
    margin-bottom: 15px;
}
.callback-img{
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
}
.callback p{
    text-align: center;
}
.callback-input{
    height: 40px;
    margin-bottom: 15px;
}
.repair-description img{
    margin-bottom: 15px;
}
.type-repair-list{
    column-width: 49%;
    column-gap: 2%;
    column-count: 2;
}
.product-id{
    font-size: 14px;
    text-align: center;
    color: #7c7c80;
}
.modal-repair{
    max-width: 800px;
}
.repair-list{
    border-top: 1px solid #242e2b;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #242e2b;
}
.repair-item span:last-child{
    font-weight: bold;
}
.repair-item{
    margin-bottom: 5px;
}
.modal-repair h3{
    text-align: center;
}
.repair-total{
    padding-top: 10px;
}
.modal-cart-item{
    position: relative;
    text-align: center;
}
.modal-cart-item .close{
    right: 14px;
    font-weight: 100;
    opacity: 0.3;
}
.modal-cart-item .total{
    font-size: 27px;
}
.pay-cards i{
    margin-left: 10px;
    font-size: 24px;
}
.modal-cart-img{
    margin-bottom: 10px;
    display: block;
}
.modal-cart-info .modal-title{
    font-size: 32px;
}
.content-box{
    margin-bottom: 30px;
}
.heading-empty{
    font-size: 20px;
    font-weight: bold;
}
.text-emty span{
    display: block;
}
.text-emty span:not(:first-child){
    padding-left: 20px;
}
#modal-cart .modal-body{
    padding: 40px;
}

.map-holder iframe{
    height: 300px;
    width: 100%;
}
.map-head ul{
    list-style: none;
    padding: 0;
}
.map-head  a{
    font-size: 24px;
    margin-right: 30px;
}
.map-head .active{
    font-size: 48px;
    border-bottom: none;

}
.map-head  a:hover{
    text-decoration: none;
}
.compare-holder .image{
    text-align: center;
}
.shop-item img{
    display: block;
    margin-bottom: 30px;
}
.product-layout .caption .compare-btn{
    position: relative;
    margin-left: 30px;
}
.product-layout .caption .compare-btn:before{
    position: absolute;
    content: '';
  width: 20px;
    height: 20px;
    left: -30px;
    top: calc(50% - 20px/2);
    background-image: url(/image/icons/compare.svg);
    background-size: 40px 40px;
    background-position: 50%;
}
.btn-callback {
    position: fixed;
    right: 30px;
    bottom: 30px;
    font-size: 40px;
    padding: 0;
    border: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    background-color: lightgreen;
    z-index: 1040;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
}
.btn-callback:hover{
    transform: rotate(270deg);
}
.account-account .heading-title{
	text-align: left;
}

.collection-item a{
    text-align: center;
}
.collection-item img{
	max-width: 155px;
}
.collection-item a span, .collection-item div span{
    height: 3em;
}
.map-box, #map{
    height: 100%;
    width: 100%;
}
.map-marker{
    cursor: pointer;
}
.map-marker span{
    text-decoration: underline;
    font-size: 19px;
}
.map-marker i {
    color: #ff4b4b;
    font-size: 34px;
    margin-right: 10px;
    text-decoration: none;
}
.margin-bottom{
	margin-bottom: 30px;
}
.shop-item:first-child{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.shop-info{
    margin-bottom: 30px;
}
.shop-item img{
    padding-left: 5px;
    padding-right: 5px;
}
.close-map{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 10px;
    text-indent: -9999px;
    transform: rotate(45deg);
}
.search-fixed {

}
#search li{
	display: list-item;
    margin-bottom: 5px;
}
#search ul{
	padding: 10px;
    top: 64px;
    display: none;
    max-height: 33vh;
    overflow-y: auto;
    width: 407px;
    border-radius: unset;
}


#search a{
	color: #242e2b;
    display: flex;
    align-items: center;
}
.close-map:before{
    content: '';
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);
    left: 0;
    position: absolute;
    background-color: #242e2b;
}
.close-map:after{
    content: '';
    width: 2px;
    height: 100%;
    top: 0;
    left: calc(50% - 1px);
    position: absolute;
    background-color: #242e2b;
}
.slider-box img{
    max-width: 150px;
}
.share-ico{
	width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fd0909;
    color: #fff;
    font-size: 16px;
}
body.brand .breadcrumb{
	padding-bottom: 0;
}
body.brand .heading-title{
	margin-bottom: 5px;
}
.about-images{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0;
}
.about-images img{
	margin-bottom: 10px;
}
.menu>li.has-children>.first-level-item:after{
	content: "\f0d7";
    font-family: fontawesome;
    margin-left: 5px;
}
.main-banner .slick-dots li {
    width: 9px;
    height: 9px;
}
.main-banner .slick-dots li button {
    width: 9px;
    background-color: transparent;
    height: 9px;
    border-radius: 50%;
}
.main-banner .slick-dots li.slick-active button {
	background-color: #242e2b;
}
.main-banner .slick-dots li.slick-active button:after{
	background-color: transparent;
}
.main-banner .slick-dots li button:before{
	display: none;
}
.main-banner .slick-dots li button:after{
	width: 5px;
	height: 5px;
	background-color: rgb(144,144,144);
	position: absolute;
	content: '';
	left: calc(50% - 5px/2);
	top: calc(50% - 5px/2);
	border-radius: 50%;
}
.filter-mob-box{
	padding-top: 20px;
	padding-bottom: 20px;
}
.filter-mob-btn:hover{
	color: inherit;
	text-decoration: none;
}
.filter-mob-btn{
	height: 36px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid rgb(216, 216, 216);
	text-decoration: none;
}
.sort-box label{
	font-size: 13px;
	margin: 0;
}
.sort-box select{
	outline: none;
	cursor: pointer;
	color: inherit;
	padding: 0;
    border: none;
    font-size: 13px;
    height: 1.3em !important;
	font-weight: bold;
	position: relative;
	border-bottom: 1px dotted #242e2b;
	box-shadow: none;
}
.sort-box select:focus, .sort-box select:hover{
	outline: none;
	box-shadow: none;
}
.sort-box option{
	position: relative;
}
.reset-filter-lg{
	    position: relative;
    margin-left: 30px;
    padding-left: 15px;
	text-decoration: none;
}
.reset-filter-lg:hover{
	text-decoration: none;
}
.reset-filter-lg .clear-filter{
	color: rgb(216, 216, 216)
}

.reset-filter-lg .text{
	    font-size: 13px;
    font-weight: bold;
	border-bottom: 1px dotted #242e2b;
}
.brand-descr-eu p{
	font-size: 13px;
	text-align: center;
}
#modal-product-image .modal-dialog{
	    max-width: initial;
        margin:  70px;
}
.nav-image-product_m{
	width: 74px;
}
.nav-image-product_m .slick-track{
	cursor: pointer;
}
.main-image-product_m{
	    flex-grow: 1;
    text-align: center;
}
#modal-product-image .modal-content{
	    border: none;
    border-radius: 0;
}
.thumbnail-holder_m{
	position: relative;
}
.thumbnail-item_m.slick-current:after{
	background-color: rgba(0,0,0,0);
}
.thumbnail-item_m{
	position: relative;
}
.thumbnail-item_m:after{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.05);
}
.main-image-product_m div{
	max-height: 100%;
	height: 100%;
}
#modal-product-image .modal-body{
	    padding: 0;
}
.product-img-box_m{
	padding: 20px;
	    display: flex;
    height: calc(100vh - 140px);
}
.zoom-img_m{
	    max-height: 100%;
}
#modal-product-image .close{
	font-size: 30px;
}
.hamburger-btn {
    flex-shrink:inherit !important;
}
@media screen and (min-width: 1200px){
    #modal-shop .modal-dialog{
        width: 1100px;
        max-width: 1100px;
    }
}
@media screen and (min-width: 992px){
	.model-sort-box{
	margin-bottom: 10px;
}
	body.fixed-header .logo{
    width: 154px;
    height: 21px !important;
}
	.d-lg-list-item{
		display: list-item;
	}
	.border-right{
		border-right: 1px solid #d8d8d8;
	}
	.menu>li:hover .first-level-item span, 
	.menu>li:hover .first-level-item:after{
		color: #242e2b;
	}
	.menu>li:hover .first-level-item{
		background: #fff;
	}
	.logo{
		height: 53px !important;
	}
/*	.second-default .submenu-item{
		height: 80px;
	}*/
	.caskets .third-level>li{
		width: 33%;
		text-align: center;
		max-width: 33%;
	}
    #compare{
        padding: 5px 5px 5px 0;
    }
    .funk .third-level>li>a span, .funk .third-level>li>div span{
        font-size: 16px;
        text-transform: none;
    }
    .sex .third-level>li>a, .sex .third-level>li>div, 
    .by-price .third-level>li>a, .by-price .third-level>li>div,
    .style .third-level>li>a, .style .third-level>li>div,
    .caskets .third-level>li>a, .caskets .third-level>li>div{
        flex-direction: column !important;
    }
    .by-price .third-level img,
    .sex .third-level img,
    .style .third-level img{
        border: 1px solid #eae5dd;
    }
    #modal-cart.show{
        display: flex !important;
    }
    #modal-cart .modal-dialog{
        margin: auto;
    }
    #modal-cart .modal-dialog{
        width: 800px;
        max-width: 800px;
    }
    a:hover{
        color: #242e2b;
    }
    .main-banner .arrow:hover span{
        background: #242e2b;
    }
    .modal-repair{
        max-width: 800px;
    }
    .product-right, .product-img-box, .product-left{
        margin-bottom: 25px;
    }
    .funk .third-level>li{
        max-width: 33%;
        width: 33%;
    }
    .funk .third-level>li img{
        margin-right: 10px;
    }
    .brend .third-level>li {
        max-width: 20%;
    }
    .brend  .third-level span {
        display: none;
    }
    .funk .third-level>li>a, .funk .third-level>li>div{
        flex-direction: row-reverse !important;
    }
    .third-level>li:hover>a, .third-level>li:hover>span{
        color: #242e2b;
        text-decoration: underline;
    }
    .brands .item a:hover{
        transform: scale(1.1);
    }

    .btn-cart:hover, .to-cart .btn-cart:hover{
        background: #fff;
        color: #242e2b;
        border: 1px solid #242e2b;
        text-decoration: none;
    }
    .btn-invert:hover{
        background: #242e2b;
        color: #fff;
    }
    header a:hover, footer a:hover, .first-level-item:hover span{
        color: #fff;
        text-decoration: none;
    }
    body:not(.checkout-cart) #cart:hover .header-dropdown-menu,body:not(.product-compare) #compare:hover .header-dropdown-menu{
        display: block;
        padding: 10px;
    }
    .cart-cell-auqntity{
        width: 3em;
    }
    .cart-cell-img{
        width: 100px;
    }
    .search-btn:hover{
        /*background-position: 0 -17px;*/
        opacity: 0.5;
    }
    .count-box:hover .header-compare{
        background-position: -23px -20px;
    }
    .header-login:hover{
        background-position: -47px -21px;
    }
	.header-logout:hover{
		background-position: -96px -23px;
	}
    .count-box:hover .header-cart-empty{
        /*background-position: -70px -21px;*/
        opacity: 0.5;
    }
    .count-box:hover .header-cart{
        /*background-position: -70px -21px;*/
        opacity: 0.5;
    }
    li:hover .submenu-box{
        display: block;
    }
    .submenu>li:hover>.submenu-item{
        color: #242e2b;
        background-color: #fff;
    }

    li.menu-logo-item.d-flex{
        display: none!important;
    }
}

@media screen and (max-width: 991px){
    #search ul{
        width: calc(100% - 1.8em);
    }
}


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



	.brand-series{
		max-height: calc(12 * 1.5em);
		overflow: auto;
		transform: scaleX(-1);
		padding-right: 15px;
		margin-left: -15px;
	}
	.brand-series ul {
		transform: scaleX(-1);
	}
	.brand-series:not(.mCS_no_scrollbar){
		padding-right: 0px; 
		margin-left: -23px;
	}
}
@media screen and (max-width: 1199px) and (min-width: 992px){
	.first-level-item {
		padding: .5rem .6rem;
	}
	.menu{
		font-size: 15px;
		line-height: 24px;
	}
    .btn-shop{
        font-size: 14px;
    }
/*    .submenu {
        width: 132.86px;
    }
    .dropdown-submenu{
        left: 132.86px;
    }*/
}
@media screen and (max-width: 1199px){

    .slider-box .prev,  .news-preview-slider .prev{
        left: -25px;
    }
    .slider-box .next, .news-preview-slider .next{
        right: -25px;
    }
}
@media screen and (max-width: 991px) and (min-width: 576px){
	#product-video .modal-dialog{
		max-width: 500px;
	}
}
@media screen and (max-width: 991px){
	.main-image-product_m {
      height: calc(100% - 74px);
}
	.nav-image-product_m{
		    order: 1;
    height: 74px;
    width: 100%;
	}
	.product-img-box_m{
		flex-wrap: wrap;
	padding: 10px;
    height: calc(100vh - 40px);
}
	#modal-product-image .modal-dialog{
        margin:  20px;
}
	.brend .third-level>li>a, .brend .third-level>li>div{
		padding-right: 0;
	}
	.submenu-box .brend .third-level > li{
		border-bottom: none;
	}
	.brand-descr-eu p{
		margin-bottom: 0;
		max-width: 170px;
		font-size: 13px;
	}
	.brand-series-mob-btn{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 54px;
		border: 1px solid rgb(220,220,220);
		text-decoration: none;
		margin-bottom: 20px;
	}
	.brand-series-mob-btn img{
		width: 24px;
		height: 24px;
		margin-right: 5px;
	}
	.brand-series-mob-btn span:after{
		content: "\f0da";
		font-family: fontawesome;
		margin-left: 5px;
	}
	.collection-mob-btn{
		display: flex;
    justify-content: center;
    width: 100%;
    text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 20px
	}
	.collection-mob-btn span:after{
		    content: "\f0da";
			font-family: fontawesome;
			margin-left: 5px;
	}
	.brand-descr{
		margin-bottom: 30px;
	}
	.brand-descr>img {
		margin-bottom: 0px;
	}
	.filter-box .dropdown-head {
		padding-left: 0;
		height: 48px;
		border-bottom: 1px solid rgb(220, 220, 220);
	}
	.dropdown-head:after{
		content: "\f0da";
		font-family: fontawesome;
		border: none;
		width: auto;
		height: auto;
		font-size: 16px;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	.filter-box .text {
		border: none;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 13px;
	}
	.brand-list-holder{
		max-height: calc(100vh - 48px);
		overflow: auto;
	}
	.filter-close-box, .brand-series-close-box, .collection-close-box{
		position: fixed;
		z-index: 1055;
		left: 100vw;
		top: 0;
		height: 100vh;
		background-color: rgba(0,0,0, 0.3);
		width: 50px;
		transition: transform 0.3s;
		transform: translateX(0);
	}
	.filter-close-box.opened, .brand-series-close-box.opened, .collection-close-box.opened{
		transform: translateX(-100vw);
	}
	.filter-close-box span, .brand-series-close-box span, .collection-close-box span{
		width: 50px;
		height: 48px;
		background-color: #000;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		position: relative;
	}
	.filter-close-box span:before, .filter-close-box span:after, 
	.brand-series-close-box span:before, .brand-series-close-box span:after,
	.collection-close-box span:before, .collection-close-box span:after{
		content: '';
		position: absolute;
		width: 50%;
		height: 1px;
		border-radius: 1px;
		background: #e3ddd2;
		left: 25%;
		top: 50%;
	}
	.brand-list-mob{
		padding-left: 36px;
		list-style: none;
	}
	.brand-list-mob li i{
		display: none !important;
	}
	.brand-list-mob a{
		height: 48px;
		display: flex;
		align-items: center;
		text-transform: uppercase;
		border-bottom: 1px solid rgb(220, 220, 220);
		font-size: 13px;
		text-transform: uppercase;
		text-decoration: none;
	}
	.filter-box-inner{
		border: none;
		padding-left: 36px;
		display: block;
		padding-top: 10px;
		padding-bottom: 20px;
		overflow-y: auto;
		height: calc(100vh - 48px);
	}
	.filter-close-box span:before, .brand-series-close-box span:before, .collection-close-box span:before{
		transform: rotate(45deg);
	}
	.filter-close-box span:after, .brand-series-close-box span:after, .collection-close-box span:after{
		transform: rotate(-45deg);
	}
	.filter-box .dropdown-inner{
		padding: 10px 0 20px 36px;
	}
	.filter-box .dropdown-inner label{
		font-size: 13px;
		height: 48px;
		display: flex;
		align-items: center;
		text-transform: uppercase;
		border-bottom: 1px solid rgb(220,220,220);
	}
	.filter-box, .brand-series-mob, .collection-mob{
		overflow: hidden;
		position: fixed;
		top: 0;
		left: calc(100vw + 50px);
		width: calc(100% - 50px);
		height: 100vh;
		background-color: #fff;
		z-index: 1050;
		transition: transform 0.3s;
		transform: translateX(0);

	}
	.filter-part .dropdown-menu{
		position: fixed;
		left: 100vw !important;
		top: 0;
		display: block;
		width: calc(100vw - 50px);
		height: 100vh;
		transform: translateX(0) !important;
		margin: 0;
		transition: transform 0.3s;
		padding: 0;
		border: 0;
		overflow: auto;
	}
	.filter-part .dropdown-menu.show{
		transform: translateX(-100vw) !important;
	}
	.filter-inn-head{
		display: flex;
		height: 48px;
		align-items: center;
		background-color: #242e2b;
		padding-left: 36px;
	}
	.filter-inn-head span{
		font-size: 13px;
		text-transform: uppercase;
		color: rgb(227, 221, 210);

	}
	.filter-box.opened, .brand-series-mob.opened, .collection-mob.opened{
		transform: translateX(-100vw);
	}
	.filter-head-mob, .brand-series-mob-head, .collection-mob-head{
		background-color: rgb(36, 46, 43);
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 48px;
	}
	.filter-head, .brand-series-mob-head span, .collection-mob-head span{
		color: rgb(227, 221, 210);
		padding-left: 36px;
		font-size: 13px;
		text-transform: uppercase;
	}
	.filter-inn-head span:after{
		content: '\f0da';
		font-family: fontawesome;
		margin-left: 20px;
	}
	.clear-all-filter{
		color: rgb(120, 119, 119);
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.menu>li:nth-child(2) .submenu>li:first-child .third-level>li{
		border: none;
	}
	.menu>li:nth-child(2) .submenu>li:first-child .third-level>li img{
		margin: auto;
	}
	.submenu-box .submenu>li {
		border-bottom: 1px solid rgb(220, 220, 220);
	}
	.submenu-box .mobile-overflow{
		padding-left: 35px;
		padding-top: 18px;
	}
	.submenu-box{
		border: none;
	}
	div.submenu-item:after, .menu>li:nth-child(2) .submenu-item:after{
		content:"\f0da";
		font-family: fontawesome;
	}
	#menu{
		padding-left: 35px;
	}
	.navmenu-mob .search-box input{
		padding-left: 0;
	}
	.mobile-overflow{
		max-height: calc(100vh - 55px);
		overflow: auto;
	}
    .margin-bottom{
		margin-bottom: 30px;
	}
	.shop-item {
		border-bottom: 1px solid gray;
		margin-bottom: 30px;
	}
	/*	.filter-box{
			position: fixed;
			left: 0;
			right: 0;
			top: 40px;
			bottom: 0;
			background: #fff;
			z-index: 100;
			padding-top: 30px;
		}
		.dropdown-head{
			border: 1px solid #e3ddd2;
			flex-grow: 1;
		}
		.filter-box-inner{
			flex-direction: column;
			border: none;
			margin: 0;
			padding: 0 20px;
		}
		.clear-filter{
			position: static;
		}
		.filter-box .dropdown{
			display: flex;
			align-items: center;
			margin-bottom: 10px;
		}*/
    .map-box{
        z-index: 10000;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transform: translateX(100vw);
    }
    .map-box.active{
        transform: translateX(0);
    }
    .btn-callback{
        bottom: 10px;
        right: 10px;
    }
    .modal-cart-info{
        flex-grow: 1;
    }
    .third-level{
        flex-wrap: nowrap;
        overflow-y: auto;
        height: calc(100% - 55px);
		display: block !important;
		padding-left: 35px;
    }
    .third-level > li {
        width: 100%;
        max-width: 100%;
    }
    .submenu-box .third-level > li{
        border-bottom: 1px solid rgb(220, 220, 220);
    }
    .third-level > li > a, .third-level > li > div{
        height: 45px;
    }
	.third-level>li>a, .third-level>li>div{
		padding-left: 0;
	}
    .brend .third-level > li:not(:last-child){
        border-bottom:none;
    }
    .brend .third-level > li:last-child{
        margin-bottom: 30px;
    }
    .brend .third-level > li > a,.brend  .third-level > li > div{
        height: 100px;
		display: block !important;
		    vertical-align: middle;
    line-height: 100px;
    }
	.brend .third-level{
		font-size: 0;
		padding-left: 18px;
		padding-right: 18px;
	}
    .brend .third-level > li {
		display: inline-block !important;
		width: 50%;
		text-align: center;
    }
    .brend .third-level > li > a span,.brend  .third-level > li > div span{
        display: none !important;
    }
    .brend .third-level > li > a img,.brend  .third-level > li > div img{
        display: inline-block !important;
        margin: auto;
            padding-top: 10px;
    padding-bottom: 10px;
max-height: 100%;
        border: 1px solid transparent;
    }
    .product-header-mob{
        font-size: 21px;
        text-align: center;
        font-weight: bold;
    }
    .category-thumb h4{
        font-size: 14px;
    }
    .home-preview-text{
        top: 0;
    }
    body{
        padding-top: 55px;
    }
    body.fixed-header {
        /*padding-top: 40px;*/
    }
    .logo-holder{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .logo{
        height: 35px;
		max-width: 154px;
    }
    .nav-box {
        border-top: none;
    }
    .header-bottom{
        position: absolute;
        z-index: 1;
        top: 0;
        height: 100vh;
        width: 85%;
        left: -85%;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition-property: box-shadow, height;
        transition-property: box-shadow, height;
    }
    .header.opened{
        left: 85%;
    }
    .header.opened>.header-top>.container>.row>.col-2>.header-profile>.header-top_searchBtn>.search-box{
        display: none;
    }
    .container-mob{
        max-width: 100%;
        padding: 0;
    }
    .nav-box>nav{
        background: #242e2b;
        height: 100vh;
        overflow: hidden;
        box-shadow: -90px 0 69px 8px #000;
        padding: 0 0 0 109px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transition: height 0.3s ease-in-out 0s;
        transition: height 0.3s ease-in-out 0s;
    }
    .header.opened .nav-box>nav{
        box-shadow: -7px 0 69px 8px #000;
    }
    .header.opened .menu-btn span {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        height: 1px;
    }
    .header.opened .menu-btn{
        position: fixed;
        left: 90%;
        transition: all 0.3s ease-in-out 0s;
        top: 14px;
    }
    .header.opened .menu-btn span:before, .header.opened .menu-btn span:after {
        top: 0;
        height: 1px;
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .first-level-item{
        text-align: left;
		display: flex;
		justify-content: space-between;
		padding-left: 0;
    }
    .menu>li.has-children>.first-level-item:after{
		content: '\f0da';
	}

    .navmenu-mob .menu>li, .submenu>li {
        position: relative;
    }
    .first-level-item-shadow, .submenu-item-shadow{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
	.caskets .submenu-item-shadow{
		display: none;
	}
    .submenu-box, .dropdown-submenu {
        position: fixed;
        top: 0;
        left: 0 !important;
        width: 80%;
        height: 100%;
        display: block;
        z-index: 2;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
        transition: -webkit-transform 0.5s ease-in-out 0s;
        transition: transform 0.5s ease-in-out 0s;
        transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
    }
    .submenu-item{
        padding: 0 1rem 0 0;
        color: #242e2b;
        background-color: #fff;
		justify-content: space-between;
    }
    .submenu-box.opened, .dropdown-submenu.opened{
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        box-shadow: 0 0 52px 1px #000;
    }
    .dropdown-submenu{
        width: 94%;
        display: block;
    }
    .submenu {
        width: auto !important;
    }
    /*    .submenu>li:hover>.submenu-item {
                    color: #e3ddd2;
                    background-color: #242e2b;
            }*/
    .back-btn{
        height: 55px;
        padding: 0 1rem;
        color: #fff;
        background-color: #242e2b;
        padding-left: 35px;
        position: relative;
        color: #a8aba4;
    }
    .back-btn:before {
        position: absolute;
        content: '';
        width: 37px;
        height: 29px;
        left: 0px;
        top: calc(50% - 29px/2);
        background-image: url(/image/icons/sprite.png);
        background-position: -200px 0;
        transform: scale(0.5);
    }
    .search-box-mob{
        height: 55px;
        border-bottom: 1px solid #3c4341;
        padding: 0 10% 0 0;

    }
    .search-mob{
        background: transparent;
        border: none;
        color: #fff;
    }
    .search-mob:focus{
        color: #fff;
        background-color: transparent;
        border-color: transparent;
        box-shadow: none;
    }
    .search-box-mob .search-mob-btn{
        padding: .5rem 1rem;
        background-color: transparent;
        border-color: transparent;
    }
    .search-box-mob .search-mob-btn:focus{
        border-color: transparent;
        outline: none;
    }
    .footer-social, .footer-list{
        padding: 10px 0;
        border-bottom: 1px solid #3c4341;
    }
}
@media screen and (max-width: 767px){
	.footer-name{
		padding-top: 15px;
	}
	.footer-social{
		padding-bottom: 15px;
	}
	.footer-list li:not(:last-child){
		margin-bottom: 20px;
	}
	.footer-list{
		padding: 20px 0;
	}
	.brand-series{
		margin-left: -10px;
		margin-right: -10px;
	}
    .brand-series li{
        display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
		line-height: 2.5em;
    }
    .brand-list li.active i {
		transform: rotate(90deg);
	}

    #modal-cart .modal-body {
        padding: 10px;
    }
    .slider-box .prev, .news-preview-slider .prev{
        left: 0px;
    }
    .slider-box .next, .news-preview-slider .next{
        right: 0px;
    }
    .slider-box .slick-slide, .news-preview-slider .slick-slide{
        margin-left: 30px;
        margin-right: 30px;
    }
    .slick-prev{
        left: 0;
    }
    .slick-next{
        right: 0;
    }
}
@media screen and (max-width: 575px){
    .callback-box{
        margin-top: -50%;
    }
	.header-profile>li{
		padding-left: 5px;
		padding-right: 5px;
	}
	.brend .third-level > li > a, .brend .third-level > li > div {
    height: 60px;
	line-height: 60px;
}
.home-preview {
    flex-wrap: nowrap !important;
    
}
@media screen and (max-width: 767px){
    .home-preview{
        margin: 0 -5px;
    }
    .home-preview > .col-12{
        padding: 0 5px;
    }
}
.home-preview>div {
    flex: unset !important;
}
}
@media screen and (max-width: 420px){
    .logo{
        width: 195px;
        height: 15px;
    }
	body.fixed-header .logo, body .logo {
		height: 15px;
		width: 135px;
	}
}
@media screen and (min-width: 992px) and (max-width:1199px){
    .container--menu{
        max-width: 100%;
        padding: 0;
    }
}

body.product-latest.fixed-header #content div.filter-box,
body.product-sale #content div.filter-box{
	margin-bottom: 25px;
}
.first-watchband .second-watchband a{
	position: relative;
}
.first-watchband .third-level>li span{
	position: absolute;
    display: block;
    top: 4%;
}
.first-watchband .third-level>li span:hover{
	text-decoration: underline;
}

.first-watchband .third-level>li.second-watchband {
	max-width: 50%;
}	

.second-part, .btn-show-less{
	display: none;
}
.description-parts {
	font-size: 14px;
}

.our-value span{
	display: block;
	text-align: center;
}

.our-value .image-holder {
    text-align: center;
    margin-bottom: 10px;
}
.our-value .image-holder img{
	max-height: 100px;
	height: 100%;
}
.our-value{
	margin-bottom: 30px;
}
@media screen and (min-width: 992px){
	.first-watchband .third-level>li span{
	    font-size: 19px;
		font-weight: 600;
	}	
	.our-value span{
		font-weight: bold;
	}
}
@media screen and (min-width: 1200px){
	.first-watchband .third-level>li span{
	    font-size: 21px;
	}	
}
@media screen and (max-width: 991px){
	.first-watchband .third-level>li.second-watchband span{
		position: inherit;
		width: 100%;
	}
    .first-watchband .third-level>li.second-watchband {
        max-width: 100%;
    }
	.description-parts {
		font-size: 16px;
	}
    .header-top_searchBtn {
        display: inline-flex!important;
        margin-left: 7px;
        padding-left: 7px;
        padding-right: 15px;
        border-left: 1px solid #3c4341;
    }
    .navmenu-mob_logo {
    display: flex !important;
    }
    .search-fixed.opened{
    height: 100%;
    background: rgba(36, 46, 43, 0.95);
    color: #e3ddd2;
    padding-right: 15px;
    padding-left: 15px;
    }
    .search-holder {
    width: 100%;
    justify-content: space-between;
    border-top: none;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
    }
    .search-holder>input {
        width: 100%;
        padding-left: 0;
        background-color: transparent;
        color: #fff;
        width: calc(100% - 50px);
        float: left;
    }
    .search-holder>input::placeholder {
        color: #fff;
    }
    .search-holder>button {
        border: none;
    }
    .search-holder>button>.search-logo {
        background-position: 0 0;
    }
}
.btn-show-more, .btn-show-less{
	margin-bottom: 20px;
}
.total-discount_from{
	color: #bc0521;
}
.modal-body .modal-cart-info .total+.btn-cart-block{
	margin-top: 3%;
}
.language__list {
    display: flex;
    position: static;
    background-color: transparent;
    border:none;
    margin: 0;
    padding: 0;
    min-width: unset;
    z-index: unset;
}
.language__list li .language-select {
    padding: 5px;
    color: #fff;
}
.language__list li .language-select:hover {
    cursor: pointer;
}
.language__list li .language-select.selected {
    color: #919695
}
.language__list li .language-select.selected:hover{
    text-decoration: none;
    cursor: default;
}
.header-phones {
    flex-direction: column;
    align-items: flex-start !important;
}

.header-phones>li:last-child {
    font-size: 11px;
    font-weight: 100;
}
.menu-logo-item{
    padding-right: 35px;
}
.first-level-item.mini-logo{
    background: url(/image/icons/mini-logo.svg);
    width: 90%;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 1.8rem 0 1.7rem;
}


.mobile-overflow .header-phones{
    padding-right: 10%;
    padding-right: 3%;
}

.mobile-overflow .header-phones .free_phone{
    font-size: 13px;
}
@media screen and (min-width: 991px) {
    .mobile-overflow .header-phones{
        display: none!important;
    }
    .hide-title > a >span{
        display: none;
    }
}

.mmenu-over {
    position: fixed;
    display: none;
    background: #00000029;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.mmenu-over.open {
    display: block;
    opacity: 1;
}
