:root {
    --main-font-color: #282828;
    --main-general-color: #ff6101;
    --gray-base:#f4f5f6;
    --gray-color:#5d5c5c;
    --gray-color2:#787878;
    --gray-lighter-color:#949494;
    --gray-lighter-color2:#a7a7a7;
    --gray-bg-color:#eee;
    --border-color:#dadcde;
    --border-color2:#e4e4e4;
    --vh: 100%;
}
*{
    box-sizing: border-box;
    font-variant-numeric: lining-nums !important;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-display: swap;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
}
html,body{
    height: 100vh;
    min-height: 100vh;
}
body{
    margin:0;
    padding:0;
    color:#282828;
    font-family: 'Manrope', sans-serif;
    font-size:16px;
    line-height:24px;
}
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
body.hide-overflow{
    overflow: hidden;
}

.text-center {
    text-align: center;
}
.text-left{
    text-align: left;
}
.no-select{
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
svg.hidden{
    display:none;
}
svg.icon {
    width:16px;
    height:16px;
    fill: currentColor;
    color: inherit !important;
}
article, aside, footer, header, nav, section {
    display: block
}
h4{
    margin:0 0 30px;
}
a {
    color: #282828;
    cursor:pointer;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
a:hover {
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
p{
    margin: 0 0 20px;
}
header{
    position: relative;
    z-index: 10000;
}
.btn{
    position: relative;
    display: inline-block;
    text-decoration: none;
    border:1px solid var(--border-color);
    background: var(--gray-base);
    border-radius:5px;
    color:var(--main-font-color);
    fill:var(--main-font-color);
    width: 222px;
}
a.btn{
    text-decoration: none;
}
.btn button{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height:33px;
    border:0;
    border-radius:inherit;
    background: inherit;
    color:inherit;
    width:100%;
    font-size:16px;
    cursor:pointer;
}
.btn-red{
    background: var(--main-general-color);
    color:#fff;
    fill:#fff;
    border-color:var(--main-general-color);
}
.btn-order{
    width:100%;
}
.btn-sm{
    width:auto;
}
.btn-dashed{
    border-style: dashed;
}
.btn-sm button{
    padding:0 30px;
    font-size:12px;
    height:26px;
}
.share-cart-wrapper{
    position: relative;
    margin-top: 30px;
    display:flex;
    justify-content: center;
}
.btn-copy{
    display:flex;
    align-items: center;
}
.btn-copy span{
    position: relative;
}
.btn-copy span::before{
    content: attr(data-default);
    position: relative;
    display: inline-block;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.btn-copy.share-success span::before{
    content: attr(data-success);
}
.btn-copy svg{
    margin-left:7px;
}

.btn-copy svg use{
    display:none;
}
.btn-copy svg use.use-share{
    display: inline-block;
}
.btn-copy.share-load svg use,
.btn-copy.share-success svg use{
    display:none;
}
.btn-copy.share-load svg use.use-spinner{
    display: inline-block;
}
.btn-copy.share-success svg use.use-check{
    display: inline-block;
}
a.btn {
    text-decoration: none;
}
.sticky-wrap-sticky_menu {
    position: relative;
    z-index:1000;
}
.sticky-wrap-sticky_menu.fixed-position .sticky_menu{
    box-shadow:0 5px 10px rgba(0,0,0,0.2);
}
#catalog-menu,
#btn-burger,
#modal-login{
    display:none;
}
.mb0{
    margin-bottom: 0 !important;
}
.mb10{
    margin-bottom: 10px !important;
}
.mb20{
    margin-bottom: 20px !important;
}
.mb30{
    margin-bottom: 30px  !important;
}
.mb40{
    margin-bottom: 40px  !important;
}
.mb100{
    margin-bottom: 100px;
}
.image-white{
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    -moz-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.top-logo img{
    display:block;
}
.service-menu-wrapper{
    /*border-bottom: 1px solid var(--border-color);*/
    position: relative;
    background:var(--main-general-color);
    color:#fff;
}

.service-menu-wrapper .service-menu-inner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    height:40px;
}
.service-menu-wrapper .service-menu-inner > ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    height:100%;
    align-items: center;
}
.service-menu-wrapper .service-menu-inner img{
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.service-menu-wrapper .service-menu-inner a{
    display: inline-block;
    color: #fff;
    line-height: 16px;
    text-decoration: none;
}
.service-menu-wrapper .service-menu-inner a:hover{
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.service-menu-wrapper .service-menu-inner .top-nav{
    display: flex;
    gap:22px;
}
.service-menu-wrapper .service-menu-inner .top-nav a:hover{
    color:#fff;
}
.service-menu-wrapper .phone-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 16px;
    margin-left: auto;
}
.service-menu-wrapper .phone-wrapper a {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    font-family: Arial, Helvetica, "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color:#fff;
}
.service-menu-wrapper .phone-wrapper a:hover {
    color:#fff;
}
.header-inner{
    position: relative;
    display: flex;
    gap: 95px;
    height: 84px;
    align-items: center;
}
.tool-box {
    display: flex;
    gap:40px;
    align-items: center;
    font-size:12px;
}
.tool-box a{
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.tool-box a div{
    display: flex;
    justify-content: center;
    position: relative;
    width: 24px;
    height: 24px;
    align-self: center;
}
.tool-box a div img{
    position: relative;
    display: block;
}
.tool-box a div{
    position: relative;
    display: block;
    height:24px;
}
.tool-box a [data-count]::after{
    content: attr(data-count);
    position: absolute;
    display: block;
    top: -6px;
    right: -12px;
    font-size: 10px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    background: #ff6101;
    padding: 2px 5px 3px 5px;
    border-radius: 50%;
    line-height: 1;
}
.tool-box a #icon-compare[data-count]::after{
    right: -14px;
}
.tool-box a [data-count="0"]::after{
    display:none;
}
.tool-box a > span{
    position: relative;
    display: inline-block;
    padding-top:3px;
    line-height: 10px;
}
#search-wrapper {
    position: relative;
    background: #f6f6f6;
    border-radius: 10px;
    height: 46px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    border: 1px solid var(--border-color2);
}
.icon-search,
.icon-loading{
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    -moz-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.search-cell {
    position: relative;
    flex:1;
}
#search-wrapper{
    position: relative;
    flex: 1;
    background: #f6f6f6;
    border-radius:10px;
    height:46px;
    display: flex;
    align-items: center;
    padding-left:16px;
    border:1px solid var(--border-color2);
}
#search-wrapper input[type="text"]{
    flex:1;
    border:0;
    background: transparent;
    height:100%;
    outline:none;
    color: var(--main-font-color);
    font-size:16px;
}
#search-wrapper input[type="text"]:focus::placeholder,
#search-wrapper input[type="text"]:focus::-moz-placeholder,
#search-wrapper input[type="text"]:focus::-webkit-input-placeholder,
#search-wrapper input[type="text"]:focus::-webkit-input-placeholder,
#search-wrapper input[type="text"]::placeholder,
#search-wrapper input[type="text"]::-moz-placeholder,
#search-wrapper input[type="text"]::-webkit-input-placeholder,
#search-wrapper input[type="text"]::-webkit-input-placeholder{
    color: var(--gray-color2);
    font-size:16px;
}
#search-wrapper button {
    position: relative;
    background: var(--main-general-color);
    border-radius: 0 10px 10px 0;
    height:46px;
    display: flex;
    align-items: center;
    padding:0 23px;
    cursor:pointer;
    text-transform: uppercase;
    font-size: 11px;
    border:0;
    border-left:1px solid var(--border-color2);
}
#search-wrapper button img{
    position:absolute;
    left:14px;
    transition:opacity 0.2s linear;
}
#search-wrapper button .icon-search{
    top:50%;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity:1;
}
#search-wrapper button .icon-loading{
    top:auto;
    opacity:0;
    -webkit-animation: 3s infinite linear spin;
    -moz-animation: 3s infinite linear spin;
    -ms-animation: 3s infinite linear spin;
    animation: 3s infinite linear spin;
}
#search-wrapper button.find .icon-search{
    opacity:0;
}
#search-wrapper button.find .icon-loading{
    opacity:1;
}
#search-dropdown{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    font-size: 14px;
    border-radius: 10px;
    transition: top .2s ease;
    overflow: hidden;
    z-index:9999991;
    background: #fff;
}
#search-dropdown .inner{
    max-height: 220px;

    overflow: auto;
    padding-left:20px;
}
#search-dropdown .search-dropdown-item{
    padding: 5px 0 5px 10px;
    border-bottom:1px solid #efefef;
}
#search-dropdown .all-result-link{
    height:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    border-top:1px solid #efefef;
}
#search-dropdown .no-result{
    height:60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-color2);
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from { transform:rotate(0deg);}
    to { transform:rotate(360deg);}
}

.sticky_menu{
    background: var(--gray-base);
}

.main-menu-wrapper{
    display: flex;
    align-items: center;
    height:50px;
    gap:43px;
}
.main-menu{
    position: relative;
    margin:0;
    padding:0;
    list-style: none;
    display: flex;
    flex:1;
    gap:43px;
    height:50px;
    align-items: stretch;
}
.main-menu > li{
    display: flex;
    align-items: center;
}
.main-menu a{
    text-decoration: none;
    position: relative;
    display: inline-block;
    line-height: 18px;
    font-weight: 500;
}
.main-menu a:hover{
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.main-menu ul{
    display:none;
    position:absolute;
    left:100%;
    margin: 0 0 0 -1px;
    padding:10px 5px;
    top:0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    list-style: none;
    z-index: 1000;
    min-width:100%;
    border-radius: 0 10px 10px 10px;
}
.main-menu ul::before{
    content:'';
    position: absolute;
    display: block;
    z-index: -1;
    left:-7px;
    top:0;
    width:0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 11px solid transparent;
    border-right:9px solid #fff;
}
.main-menu ul li{
    padding:5px 22px;
}
.main-menu > li.sub-menu > ul{
    left:0;
    top:100%;
    margin:-1px 0 0 0;
    border-radius: 0 0 10px 10px;
}
.main-menu > li.sub-menu > ul::before{
    display: none;
}
.main-menu li.sub-menu{
    position: relative;
    padding-right:25px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23131516" viewBox="0 0 24 24"><g><path d="M12,15.5a1.993,1.993,0,0,1-1.414-.585L5.293,9.621,6.707,8.207,12,13.5l5.293-5.293,1.414,1.414-5.293,5.293A1.993,1.993,0,0,1,12,15.5Z"></path></g></svg>');
    background-size: 16px;
}
.main-menu ul li.sub-menu{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23131516" viewBox="0 0 24 24"><g><path d="M15.4,9.88,10.81,5.29a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42L14,11.29a1,1,0,0,1,0,1.42L9.4,17.29a1,1,0,0,0,1.41,1.42l4.59-4.59A3,3,0,0,0,15.4,9.88Z"></path></g></svg>');
}
.main-menu li.sub-menu:hover > ul{
    display: block;
}
.index-menu-spacer{
    padding-left: 23px;
    flex:1;
    display: flex;
    align-items: center;
}

#top-slider{
    position: relative;
    padding-top:19px;
    margin-bottom:30px;
}
#top-slider .top-slider-wrapper{
    display: block;
}
#top-slider .top-arrow{
    position:absolute;
    top:50%;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    z-index:10;
}
#top-slider .top-arrow.top-prev-arrow{
    left:-15px;
}
#top-slider .top-arrow.top-next-arrow{
    right:-15px;
}
#top-slider .top-slider-item{
    display: none;
}
#top-slider .top-slider-item:first-child{
    display: block;
}
#top-slider .top-slider-item img{
    height: auto;
    max-width: 100%;
    border-radius:10px;
}
#top-slider .owl-stage-outer{
    border-radius:10px;
}

#popular-categories {
    position: relative;
    display: block;
}
#popular-categories .popular-categories-slider {
    position: relative;
    display: block;
}
#popular-categories .popular-categories-slider .popular-item{
    max-width: 500px;
    position: relative;
    border:1px solid #cacaca;
    border-radius: 10px;
    box-shadow: 0 4px 9px rgba(0,0,0,.15);
    display: none;
}
#popular-categories .popular-categories-slider .popular-item:first-child{
    display: block;
}
#popular-categories .popular-categories-slider .owl-item .popular-item{
    display: block;
}
#popular-categories .popular-categories-slider .popular-item:first-child{
    display: block;
}
#popular-categories .popular-categories-slider .popular-item .title{
    position: absolute;
    left:20px;
    top:20px;
    font-size:18px;
    font-weight: 500;
}
#popular-categories .popular-categories-slider .popular-item img{
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.popular-categories-slider .owl-stage-outer{
    padding: 15px;
    margin: -15px;
}
.owl-arrow{
    position:absolute;
    top:50%;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    z-index:10;
    cursor:pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.owl-arrow.hidden{
    display: none;
}
.owl-arrow.prev-arrow{
    left:-15px;
}
.owl-arrow.next-arrow{
    right:-15px;
}

.index-top-menu{
    background: var(--gray-base);
    z-index:10000;
}
.index-top-menu.sticked{
    position:fixed;
    left:0;
    top:0;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.index-top-block{
    margin-bottom:60px;
}

.product-item {
    display:flex;
}
.goods-scroller-title {
    margin-bottom:25px;
}
.goods-scroller-title span{
    display: inline-block;
    color:#131516;
    font-size:25px;
    font-weight: 500;
    line-height: 1;
}
.goods-scroller-title a{
    font-weight: bold;
    font-size:10px;
    text-transform: uppercase;
    color:#a1a1a1;
    margin-left:20px;
}
.brands-scroller-wrapper,
.goods-scroller-wrapper {
    position: relative;
    margin-bottom:60px;
}
.brands-scroller-wrapper .brands-scroller .product-item,
.goods-scroller-wrapper .goods-scroller .product-item{
    display:none;
}
.brands-scroller-wrapper .brands-scroller.owl-loaded .product-item,
.goods-scroller-wrapper .goods-scroller.owl-loaded .product-item {
    display: flex;
}
.brands-scroller-wrapper .brands-scroller.owl-carousel .owl-stage,
.goods-scroller-wrapper .goods-scroller.owl-carousel .owl-stage{
    display: flex;
}
.brands-scroller-wrapper .brands-scroller.owl-carousel .owl-stage .owl-item,
.goods-scroller-wrapper .goods-scroller.owl-carousel .owl-stage .owl-item{
    flex:1;
}
.brands-scroller .owl-stage-outer,
.goods-scroller .owl-stage-outer{
    padding: 15px;
    margin: -15px;
}

.brand-row{
    display: flex;
    flex-direction: column;
    gap:30px;
}
.brand-row .brand-item{
    position: relative;
    box-shadow: 0 4px 9px rgba(0,0,0,0.15);
    border:1px solid var(--border-color);
    border-radius:6px;
    align-self: center;
    width:100%;
    padding: 0 4px;
}
.brand-row .brand-item img{
    display: block;
    width:100%;
    border-radius:6px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 2.285714285714286;
    object-fit: contain;
}




.product-item {
    position: relative;
    padding: 10px 10px 15px;
    background: #fff;
    border-radius:10px;
    box-shadow: inset 0 0 0 1px var(--border-color);
    max-width:310px;
    flex-flow: column;
    height: 100%;
    min-width: 200px;
    transition: box-shadow 0.2s ease;
}
.product-item:hover{
    border-color:transparent;
    box-shadow: 0 2px 8px #bfbfbf;
}
.product-item > a {
    text-decoration: none;
    flex:1;
    display: flex;
    flex-flow: column;
}
.product-item .photo {
    position: relative;
    padding: 0 5px;
    margin-bottom: auto;
    text-align: center;
    overflow:hidden;
}
.product-item .photo:before{
	position:absolute;
	top:0;
	left:-45%;
	z-index:2;
	display:block;
	content:'';
	width:25%;
	height:100%;
	opacity:0;
    background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform:skewX(-25deg);
    transform:skewX(-25deg);
}
.product-item:hover .photo:before{
	-webkit-animation:shine .5s;
	animation:shine .5s;
	opacity:1;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.product-item .photo img {
    position: relative;
    object-fit: contain;
    object-position: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1;
}
.product-item .title {
    font-weight: 500;
    font-size:18px;
    line-height: 1;
    margin-bottom: 15px;
}
.product-page .tool-wrapper,
.product-item .tool-wrapper {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-bottom:10px;
    gap:12px;
    margin-left:auto;
}
.product-page .tool-wrapper svg,
.product-item .tool-wrapper svg{
    display: inline-block;
    width: 16px;
    height: 16px;
    fill:var(--main-font-color);
    cursor:pointer;
}
.product-page .tool-wrapper svg.selected,
.product-item .tool-wrapper svg.selected{
    fill:var(--main-general-color)
}
.product-page .tool-wrapper svg.selected + span{
    color:var(--main-general-color);
}
.product-page .tool-wrapper{
    margin-bottom:0;
    line-height: 1;
    gap: 10px 80px;
}
.product-page .tool-wrapper > div{
    display: flex;
    align-items: center;
    gap:9px;
    font-size:14px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
}
.product-pricing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
    padding: 0;
    width:100%;
}
.product-pricing .price {
    margin-right: 20px;
    color: #131516;
}
.product-pricing .price.special {
    margin-right: 20px;
    color: var(--gray-color2);
}
.product-pricing .price .label {
    font-size: 10px;
    letter-spacing: 0.01em;
    font-weight: 700;
    line-height: 10px;
    margin-bottom: 3px;
}
.product-pricing .price .value {
    position: relative;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: -0.06em;
    line-height: 1;
}
.product-pricing .price.discount {
    color: var(--main-general-color);
    margin-right: 0;
    margin-left:auto;
}
.product-pricing .price.discount .label,
.product-pricing .price.discount .value{
    text-align: right;
}
.product-item .cart-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 34px;
    border-radius: 5px;
    background: var(--main-font-color);
    color: #fff;
    cursor: pointer;
    transition: all 0.3s linear;
}
.product-item .cart-btn img {
    width: 16px;
    height: 16px;
    margin-right: 13px;
    opacity: 1;
    transition: all 0.3s linear;
}
.product-item .cart-btn.added,
.product-item .cart-btn.selected{
    background-color: var(--main-general-color);
}
.product-item .quick-view{
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,0.7);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));
    display: flex;
    justify-content: center;
    align-items: center;
    height:0;
    width:0;
    cursor:pointer;
    color:#fff;
    overflow:hidden;
    font-size:0;
    transition: all 0.3s ease-in-out;
    z-index:10;
    border-radius:3px;
}
.product-item:hover .quick-view{
    width: calc(100% - 20px);
    height: 60px;
    font-size:14px;
}
.product-item .quick-view::before{
    content:'';
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background: url("/images/icons/svg/search.svg") center no-repeat;
    background-size: 18px;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(270deg) brightness(103%) contrast(101%);
}
.cart-btn.rotate svg{
	-webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity:0;
}


.about-section-layout {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    /*gap: 30px 30px;*/
    grid-template-areas:
    "s-tl s-ct s-tr"
    "s-bl s-ct s-br";
    background: url("/images/about-us-bg.jpg") center no-repeat;
    background-size: cover;
    border-radius:10px;
    aspect-ratio:2.844210526315789;
    margin-bottom:70px;
}
.about-section-layout > div{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:25px;
}
.about-section-layout .text{
    padding:10px 0 15px;
}
.s-tl { grid-area: s-tl; border-bottom:15px solid #fff;}
.s-bl { grid-area: s-bl; border-top:15px solid #fff; }
.s-ct { grid-area: s-ct; text-align:center; line-height:19px;border-left:30px solid #fff; border-right:30px solid #fff; }
.s-tr { grid-area: s-tr; border-bottom:15px solid #fff;}
.s-br { grid-area: s-br; border-top:15px solid #fff;}
.c-title {
    font-size:22px;
    font-weight: bold;
    text-align: center;
    word-wrap: break-word;
}
.read-more-link{
    text-transform: uppercase;
    font-size:12px;
    font-weight: bold;
}

.map-container{
    position: relative;
    margin-bottom:40px;
}
#map{
    height:513px;
}

.map-address{
    position:absolute;
    top:50%;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left:30px;
    background: #fff;
    box-shadow: 0 4px 9px rgba(0,0,0,0.15);
    padding: 20px 27px 40px;
    border:1px solid var(--border-color);
    border-radius:10px;
    font-size:14px;
}
.map-address a{
    font-weight: bold;
}

.catalog-btn{
    position: relative;
    background: #ff6101;
    border-radius:10px 10px 0 0;
    margin-top:1px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    height:40px;
    line-height: 24px;
    color:#fff;
    font-weight: 500;
    transition: border-radius 0.3s linear;
    min-width: 315px;
}
.catalog-btn.compact{
    flex: inherit;
    border-radius:10px;
    cursor:pointer;
    min-width: inherit;
}
.catalog-btn .ham{
    display: flex;
    position: relative;
    margin-right:8px;
    width: 24px;
    height:24px;
}
.catalog-btn .ham .line {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.catalog-btn .ham .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.catalog-btn .ham .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}
.catalog-btn .ham .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.catalog-btn.compact:hover .ham .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.catalog-btn.compact:hover .ham .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
.catalog-btn.compact:hover .ham .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.catalog-btn.compact:hover{
    border-radius: 10px 10px 0 0;
}
.catalog-btn.compact:hover .index-categories{
    display:block;
}

.category-page{
    margin-bottom:60px;
}
.category-left-row{
    display: flex;
    max-width: 100%;
    justify-content: flex-start;
    gap: 30px;
}
.category-left-wrapper {
    position: relative;
    min-width:315px;
}
.category-right-wrapper {
    flex:1;
    width: 0;
    flex-basis: 100%;
}

.catalog-btn-index #catalog-menu{
    display:block;
}
.sticked .catalog-btn-index #catalog-menu{
    display:none;
}
#catalog-menu {
    position: absolute;
    left:0;
    top:100%;
    border:1px solid var(--border-color);
    font-weight: 500;
    border-radius:0 0 10px 10px;
    background: #fff;
    z-index: 10000;
}
#catalog-menu.active {
    display:block;
}

#catalog-menu:hover{
    box-shadow: 0 0 9px rgba(0,0,0,0.15);
}
#catalog-menu .catalog-container{
    display:inline-flex;
}
#catalog-menu .catalog-container .column{
    position:relative;
    padding:0;
    overflow: hidden;
    height: 100%;
    width:313px;
}

#catalog-menu .column-content.hidden{
    display: none;
}
#catalog-menu .column-content:not(.hidden){
    border-left: 1px solid var(--border-color);
}

#catalog-menu .cat-childNodes{
    display:none;
    position:relative;
}
#catalog-menu .cat-childNodes.active{
    display:block;
}
#catalog-menu .catalog-list{
    padding:0;
    margin:9px 0 15px;
    list-style: none;
}


#catalog-menu .catalog-list li{
    position: relative;
    padding:5px 0 6px 43px;
}

#catalog-menu .catalog-list li > .arrow{
    display: inline-block;
    position: absolute;
    top:50%;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    right:10px;
    width:10px;
    height: 10px;
    background: url("/images/icons/svg/angle-right.svg") center no-repeat transparent;
    background-size: 10px;
    cursor:pointer;
}
#catalog-menu .catalog-list li.active{
    background: rgba(255,97,1,0.08);
}
#catalog-menu .catalog-list li.active > .arrow{
    filter: invert(42%) sepia(82%) saturate(3177%) hue-rotate(2deg) brightness(106%) contrast(102%);
}
#catalog-menu .catalog-list li a{
    font-size:14px;
    text-decoration: none;
    padding-right:20px;
    font-weight: 500;
    display: inline-block;
    line-height: 18px;
}
#catalog-menu .catalog-list li.active a{
    color:var(--main-general-color);
}
#catalog-menu li[data-icon]::before{
    content:'';
    position: absolute;
    display: block;
    left:13px;
    top:50%;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    background: var(--category_icon) center no-repeat transparent;
}
#catalog-menu li[data-icon].active::before{
    filter: invert(42%) sepia(82%) saturate(3177%) hue-rotate(2deg) brightness(106%) contrast(102%);
}
#catalog-menu .catalog-container .column-content a:not(.mCSB_buttonDown){
    position: relative;
    font-size:14px;
    font-weight: 500;
    display: inline-block;
    line-height: 16px;
}
#catalog-menu .catalog-container .column-content a:not(.mCSB_buttonDown):hover{
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    color:var(--main-general-color);
}

#catalog-menu .mCSB_inside > .mCSB_container{
    margin-right:0;
    padding-right: 15px;
}
#catalog-menu .mCSB_inside > .mCSB_container.mCS_y_hidden{
    padding-right:0;
}

#catalog-menu .column-content h4{
    font-size:14px;
    line-height: 1;
    text-align: center;
    margin:0 0 20px;
    color:#282828;
    padding: 15px 20px;
    background: var(--gray-base);
    position: relative;
    border-left:1px solid var(--main-general-color);
    z-index:1000;
    border-bottom: 1px solid var(--border-color);
    box-shadow: 0 0 9px rgba(0,0,0,0.15);
}
#catalog-menu .column-content h4::before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 6px;
    border-color: transparent transparent transparent var(--main-general-color);
}

#catalog-menu .catalog-container .column-content .list ul{
    list-style: none;
    margin:0 0 5px 0;
    padding:5px 0;
}
#catalog-menu .catalog-container .column-content .list ul li{
    position: relative;
    padding: 0 20px 0 30px;
}

#catalog-menu .catalog-container .column-content .list > ul li > ul{
    display:none;
}
#catalog-menu .catalog-container .column-content .list > ul li > ul li{
    padding-right:0;
    padding-left:20px;
}
#catalog-menu .catalog-container .column-content .list > ul ul a{
    color: #727272;
    font-weight: normal;
}
#catalog-menu .catalog-container .column-content .list li > .toggle-btn{
    position:absolute;
    left: 9px;
    top: 7px;
    width:13px;
    height:13px;
    border:1px solid #acacac;
    border-radius:3px;
    display:block;
    vertical-align:middle;
    cursor:pointer;
    background-image: url("/images/icons/plus-minus.png");
    background-repeat:  no-repeat;
    background-position: 2px 2px;
}
#catalog-menu .catalog-container .column-content .list > ul > li ul li .toggle-btn{
    left:0;
}
#catalog-menu .catalog-container .column-content .list > li.open > .toggle-btn{
    background-position: -15px 2px;
}
#catalog-menu .catalog-container .column-content .list li > .toggle-btn:hover{
    background-color: var(--main-general-color);
    border-color: var(--main-general-color);
    background-position: -15px 2px;
}
#catalog-menu .catalog-container .column-content .list li.open > .toggle-btn{
    background-position: 2px -15px;
}
#catalog-menu .catalog-container .column-content .list li.open > .toggle-btn:hover{
    background-position: -15px -15px;
}
#catalog-menu .catalog-container .column-content .list li.open > ul{
    display: block;
}


#btn-burger{
    cursor:pointer;
    width:28px;
    height:28px;
}
#btn-burger svg{
    width:28px;
    height: 28px;
}
#mobile-menu{
    position:fixed;
    left:0;
    top:0;
    padding:0;
    height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
    max-width:600px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999900;
    line-height: 20px;
    will-change: transform;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.14);
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translate(-110%,0);
    transform: translate(-110%,0);
    -webkit-transition: transform 0.7s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: transform 0.7s cubic-bezier(0.77,0.2,0.05,1.0);
}
#mobile-menu.active{
	-webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
#mobile-menu .mobile-menu-header{
    padding:20px;
    position: relative;
}
#mobile-menu .mobile-menu-close{
    display:block;
    position: absolute;
    cursor:pointer;
}
#mobile-menu .mobile-menu-close svg{
    width:16px;
    height:16px;
    fill:var(--main-font-color);
}
#mobile-menu .mobile-menu-header .mobile-menu-close{
    top:10px;
    right:15px;
}
#mobile-menu .mobile-menu-header .mobile-menu-close svg{
    width:18px;
    height:18px;
    fill:var(--main-font-color);
}
#mobile-menu .mobile-menu-header .logo{
    fill:var(--main-general-color);
}
#mobile-menu .inner{
    position: relative;
}
#mobile-menu ul{
    list-style: none;
    padding:0;
    margin:0;
}
#mobile-menu li{
    display: flex;
    justify-content: flex-start;
    padding:0 0 0 20px;
    border-bottom: 1px solid #efefef;
}
#mobile-menu li:not([class]):hover{
    background: #f6f6f6;
}
#mobile-menu li a{
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 20px 10px 0;
    min-height: 100%;
}
#mobile-menu .open-sub-menu{
    cursor:pointer;
    margin-left:auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width:44px;
    min-width:44px;
    min-height:100%;
    border-left:1px solid #efefef;
}
#mobile-menu .open-sub-menu svg{
    width:18px;
    height:18px;
    fill:var(--main-font-color);
}
#mobile-menu ul.mobile-sub-menu li.close-sub-menu{
    position:relative;
    cursor:pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: var(--main-general-color);
    height:50px;
    padding-left:30px;
    display:flex;
    color:#fff;
    align-items: center;
}
#mobile-menu ul.mobile-sub-menu li.close-sub-menu svg{
    display: block;
    width:16px;
    height:16px;
    top:50%;
    fill:#fff;
    position: absolute;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#mobile-menu ul.mobile-sub-menu li.close-sub-menu .arrow-left{
    left:7px;
}
#mobile-menu ul.mobile-sub-menu li.close-sub-menu .icon-cross{
    right:15px;
}

#mobile-menu ul.mobile-sub-menu{
    position:fixed;
    left:0;
    top:0;
    height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
    max-width:600px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    will-change: transform;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
    -webkit-transition: transform 0.5s cubic-bezier(0.52, 0.51, 0.08, 0.76);
    transition: transform 0.5s cubic-bezier(0.52, 0.51, 0.08, 0.76);
    border-left: 1px solid var(--main-font-color);
}
@supports (-webkit-touch-callout: none) {
  #mobile-menu ul.mobile-sub-menu {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
#mobile-menu ul.mobile-sub-menu.active{
	will-change: transform;
	-webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
#mobile-menu ul.mobile-sub-menu li{
    padding:0 0 0 20px;
}
#mobile-menu ul.mobile-sub-menu li.title-sub-menu{
    font-weight: bold;
    width: 100%;
    display: block;
    padding:20px;
    background: #f6f6f6;
}
#mobile-menu a.top-logo{
    max-width: 100%;
    margin-bottom: 20px;
}
#mobile-menu .phone-wrapper{
    margin-left: 0;
    width: 100%;
    flex-direction: inherit;
    gap: 12px 20px;
    justify-content: center;
    flex-wrap: wrap;
    left:0;
}
#mobile-menu .phone-wrapper a{
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    padding-left:25px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23131516" viewBox="0 0 24 24"><path d="M13,1a1,1,0,0,1,1-1A10.011,10.011,0,0,1,24,10a1,1,0,0,1-2,0,8.009,8.009,0,0,0-8-8A1,1,0,0,1,13,1Zm1,5a4,4,0,0,1,4,4,1,1,0,0,0,2,0,6.006,6.006,0,0,0-6-6,1,1,0,0,0,0,2Zm9.093,10.739a3.1,3.1,0,0,1,0,4.378l-.91,1.049c-8.19,7.841-28.12-12.084-20.4-20.3l1.15-1A3.081,3.081,0,0,1,7.26.906c.031.031,1.884,2.438,1.884,2.438a3.1,3.1,0,0,1-.007,4.282L7.979,9.082a12.781,12.781,0,0,0,6.931,6.945l1.465-1.165a3.1,3.1,0,0,1,4.281-.006S23.062,16.708,23.093,16.739Zm-1.376,1.454s-2.393-1.841-2.424-1.872a1.1,1.1,0,0,0-1.549,0c-.027.028-2.044,1.635-2.044,1.635a1,1,0,0,1-.979.152A15.009,15.009,0,0,1,5.9,9.3a1,1,0,0,1,.145-1S7.652,6.282,7.679,6.256a1.1,1.1,0,0,0,0-1.549c-.031-.03-1.872-2.425-1.872-2.425a1.1,1.1,0,0,0-1.51.039l-1.15,1C-2.495,10.105,14.776,26.418,20.721,20.8l.911-1.05A1.121,1.121,0,0,0,21.717,18.193Z"></path></svg>');
}

.modal{
    display:none;
    border-radius: 10px;
    z-index:20000;

}
.modal-login, .login-form{
    font-size:14px;
    width:100%;
    max-width: 400px;
}

.modal .modal-header{
    border-radius: 10px 10px 0 0;
    background: #f6f6f6;
    padding: 20px;
    border-bottom: 1px solid var(--border-color2);
    font-size:18px;
    font-weight: bold;
}
.modal .modal-body{
    background: #fff;
    padding:20px;
    cursor:default;
}
.modal .modal-footer{
    padding: 20px;
    background: #f6f6f6;
    border-top:1px solid var(--border-color2);
    border-radius: 0 0 10px 10px;
}
.modal .field-flex,
.login-form .field-flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom:7px;
    line-height: 1;
}
.modal .field-flex label,
.login-form .field-flex label{
    margin:0;
}
.modal .field-flex .flex-right,
.login-form .field-flex .flex-right{
    margin-left:auto;
}
.modal .form-btn,
.login-form .form-btn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height:33px;
    border:0;
    border-radius:5px;
    font-size:14px;
    cursor:pointer;
    background: var(--main-general-color);
    color:#fff;
    padding: 0 15px;
}
.modal-shared-cart{
    width: 100%;
    max-width: 930px;
    max-height: calc(100vh - 10px);
}
.modal-shared-cart .modal-body{
    overflow:auto;
    width:100%;
    max-height: calc(100vh - 160px);
}
.modal-shared-cart .modal-body table{
    margin-bottom:0;
}
.checkbox-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.checkbox-wrapper input[type=checkbox]{
    position:relative;
    margin-right: 7px;
    appearance: none;
    min-height: 18px;
    min-width: 18px;
    background: #fff;
    border: 1px solid var(--border-color2);
    box-shadow: inset 0 0 3px rgba(30,30,30,0.05);
    cursor: pointer;
    transition: border-color .2s ease;
    border-radius: 4px;
}
.checkbox-wrapper input[type=checkbox]:hover{
    box-shadow: none;
}
.checkbox-wrapper input[type=checkbox] {
    margin-left:0;
}
.checkbox-wrapper input[type=checkbox]:checked {
    border-color: var(--main-general-color);
    box-shadow: 0 0 3px rgba(30,30,30,0.2);
}
.checkbox-wrapper input[type=checkbox]:checked::before {
    content: '\2713';
    display: block;
    font-size: 14px;
    line-height: 1;
    color: var(--main-general-color);
    position: absolute;
    top: 0;
    left: 50%;
    font-weight: bold;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.modal .form-error{
    display: none;
    padding: 10px 0;
    color:var(--main-general-color);
    text-align: center;
}
.profile-form-block{
    max-width: 450px;
}
.agree_text{
    position: relative;
    font-size:14px;
    line-height: 1.2;
    color: var(--gray-lighter-color2);
}
.agree_text a{
    color:var(--main-font-color);
    font-weight: bold;
}
.fancybox__container{
    z-index: 20000;
}
.is-compact .fancybox__content > .f-button.is-close-btn{
    z-index:1000;
}


.field{
    margin-bottom:30px;
    position: relative;
}
.field.field-sm{
    margin-bottom:10px;
}
.field label{
    display: block;
    font-size:14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom:7px;
}
.field label svg{
    margin-right:10px;
}
.field.required label::after{
    content:'*';
    position: relative;
    display: inline-block;
    color:var(--main-general-color);
    top:-3px;
}
.field .form-value{
    font-size:14px;
    font-weight: 300;
}
.field.flex{
    display: flex;
    align-items: center;
    margin-bottom:10px;
    line-height: 1;
}
.field.flex label{
    margin:0 10px 0 0;
}
.field.flex label{
    display: flex;
    align-items: center;
}
.field.flex label .icon{
    position: relative;
    height:18px;
    margin-right:9px;
}
.field .btn-login{
    width:100%;
}
.field input.hidden{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.field .checkmark{
    position:relative;
    display: inline-block;
    width:15px;
    height: 15px;
    border:2px solid #8f8f9d;
    border-radius:2px;
    margin-right:9px;
    top:2px;
}
.field .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: -1px;
    width: 6px;
    height: 9px;
    border: solid var(--main-font-color);
    border-width: 0 2px 2px 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

.field .checkmark:hover{
    background: #ececec;
}

.field input.hidden:checked ~ .checkmark:after {
    display: block;
}
.form-field{
    display: block;
    width: 100%;
    border:1px solid var(--border-color2);
    border-radius: 5px;
    padding:6px 16px 8px 35px;
    font-size:14px;
    font-weight: 300;
    font-family: 'Manrope', sans-serif;
    background-repeat: no-repeat;
    background-position: 10px 8px;
}
textarea.form-field{
    min-height: 99px;
    max-height: 200px;
    resize: vertical;
}
.form-field[name=phone]{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23aeaeae" viewBox="0 0 24 24"><path d="M13,1a1,1,0,0,1,1-1A10.011,10.011,0,0,1,24,10a1,1,0,0,1-2,0,8.009,8.009,0,0,0-8-8A1,1,0,0,1,13,1Zm1,5a4,4,0,0,1,4,4,1,1,0,0,0,2,0,6.006,6.006,0,0,0-6-6,1,1,0,0,0,0,2Zm9.093,10.739a3.1,3.1,0,0,1,0,4.378l-.91,1.049c-8.19,7.841-28.12-12.084-20.4-20.3l1.15-1A3.081,3.081,0,0,1,7.26.906c.031.031,1.884,2.438,1.884,2.438a3.1,3.1,0,0,1-.007,4.282L7.979,9.082a12.781,12.781,0,0,0,6.931,6.945l1.465-1.165a3.1,3.1,0,0,1,4.281-.006S23.062,16.708,23.093,16.739Zm-1.376,1.454s-2.393-1.841-2.424-1.872a1.1,1.1,0,0,0-1.549,0c-.027.028-2.044,1.635-2.044,1.635a1,1,0,0,1-.979.152A15.009,15.009,0,0,1,5.9,9.3a1,1,0,0,1,.145-1S7.652,6.282,7.679,6.256a1.1,1.1,0,0,0,0-1.549c-.031-.03-1.872-2.425-1.872-2.425a1.1,1.1,0,0,0-1.51.039l-1.15,1C-2.495,10.105,14.776,26.418,20.721,20.8l.911-1.05A1.121,1.121,0,0,0,21.717,18.193Z"></path></svg>');
}
.form-field[name=name]{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23aeaeae" viewBox="0 0 24 24"><path d="M12,12A6,6,0,1,0,6,6,6.006,6.006,0,0,0,12,12ZM12,2A4,4,0,1,1,8,6,4,4,0,0,1,12,2Z"></path><path d="M12,14a9.01,9.01,0,0,0-9,9,1,1,0,0,0,2,0,7,7,0,0,1,14,0,1,1,0,0,0,2,0A9.01,9.01,0,0,0,12,14Z"></path></svg>');
}
.form-field[name=address],
.form-field[name=another_address]{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23aeaeae" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve" width="16" height="16"> <g id="_01_align_center"> <path d="M255.104,512.171l-14.871-12.747C219.732,482.258,40.725,327.661,40.725,214.577c0-118.398,95.981-214.379,214.379-214.379   s214.379,95.981,214.379,214.379c0,113.085-179.007,267.682-199.423,284.932L255.104,512.171z M255.104,46.553   c-92.753,0.105-167.918,75.27-168.023,168.023c0,71.042,110.132,184.53,168.023,236.473   c57.892-51.964,168.023-165.517,168.023-236.473C423.022,121.823,347.858,46.659,255.104,46.553z"/> <path d="M255.104,299.555c-46.932,0-84.978-38.046-84.978-84.978s38.046-84.978,84.978-84.978s84.978,38.046,84.978,84.978   S302.037,299.555,255.104,299.555z M255.104,172.087c-23.466,0-42.489,19.023-42.489,42.489s19.023,42.489,42.489,42.489   s42.489-19.023,42.489-42.489S278.571,172.087,255.104,172.087z"/> </g> </svg>');
}
.form-field[name=email]{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23aeaeae" viewBox="0 0 24 24" width="16" height="16"><path d="M19,1H5A5.006,5.006,0,0,0,0,6V18a5.006,5.006,0,0,0,5,5H19a5.006,5.006,0,0,0,5-5V6A5.006,5.006,0,0,0,19,1ZM5,3H19a3,3,0,0,1,2.78,1.887l-7.658,7.659a3.007,3.007,0,0,1-4.244,0L2.22,4.887A3,3,0,0,1,5,3ZM19,21H5a3,3,0,0,1-3-3V7.5L8.464,13.96a5.007,5.007,0,0,0,7.072,0L22,7.5V18A3,3,0,0,1,19,21Z"/></svg>');
}
.form-field[type=password]{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23aeaeae" viewBox="0 0 24 24" width="16" height="16"><g id="_01_align_center" data-name="01 align center"><path d="M19,8V7A7,7,0,0,0,5,7V8H2V21a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8ZM7,7A5,5,0,0,1,17,7V8H7ZM20,21a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V10H20Z"/><rect x="11" y="14" width="2" height="4"/></g></svg>');
}
.form-field[name=text],
.form-field[name=comment]{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23aeaeae" viewBox="0 0 24 24" width="16" height="16"><path d="M20,0H4A4,4,0,0,0,0,4V16a4,4,0,0,0,4,4H6.9l4.451,3.763a1,1,0,0,0,1.292,0L17.1,20H20a4,4,0,0,0,4-4V4A4,4,0,0,0,20,0Zm2,16a2,2,0,0,1-2,2H17.1a2,2,0,0,0-1.291.473L12,21.69,8.193,18.473h0A2,2,0,0,0,6.9,18H4a2,2,0,0,1-2-2V4A2,2,0,0,1,4,2H20a2,2,0,0,1,2,2Z"></path> <path d="M7,7h5a1,1,0,0,0,0-2H7A1,1,0,0,0,7,7Z"></path> <path d="M17,9H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Z"></path> <path d="M17,13H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Z"></path></svg>');
}
.form-field.btn-center[type=submit]{
    width: auto;
    margin:0 auto;
    padding:6px 16px 8px;
    border:0;
    cursor:pointer;
}
.field.field-radio{
    display: flex;
    gap:10px;
    justify-content: flex-start;
    align-items: flex-start;
}
.field.field-radio .form-field,
.field.field-radio label{
    width:auto;
}
.field.field-radio label{
    margin:2px 0 7px;
}
.order-box.error .field.field-radio label{
    color:var(--main-font-color);
}
.field-help{
    font-size:12px;
    font-weight: 300;
    color:var(--gray-lighter-color);
    line-height: 1;
}
input[type=text].error,
input[type=password].error,
select.error,
textarea.error{
    border-color:red;
}
div.error{
    font-size:12px;
    color:red;
    line-height: 1.2;
}
.checkbox-wrapper div.error{
    position:absolute;
    top:100%;
    padding-top:4px;
    left:44px;
}

.bread-crumbs-wrapper{
    margin: 40px 0 50px;
}
.bread-crumbs-wrapper.mCS_no_scrollbar{
    margin: 40px 0 30px;
}

.bread-crumbs{
    list-style: none;
    padding: 0;
    margin:0;
    display: flex;
    gap: 35px;
    font-size:14px;
    font-weight: 600;
    height:20px;
}
.bread-crumbs li{
    position:relative;
    line-height: 1;
    white-space: nowrap;
}
.bread-crumbs li::after{
    content:'→';
    position:absolute;
    display: block;
    width:16px;
    height: 16px;
    top:-1px;
    right:-26px;
}
.bread-crumbs li a{
    position: relative;
    color:var(--main-font-color);
    text-decoration: none;
}
.bread-crumbs li:last-child a{
    color:var(--gray-lighter-color2);
}
.bread-crumbs li:last-child::after{
    display: none;
}
.bread-crumbs li a:hover{
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.bread-crumbs-wrapper .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.bread-crumbs-wrapper .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
    bottom: -17px;
}

.page-content{
    position: relative;
    margin-bottom: 80px;
}
.page-content h1{
    font-size:26px;
    font-weight: bold;
    line-height: 1;
    color:var(--main-font-color);
    margin:0 0 40px;
}
.page-content img{
	display:block;
	max-width:100%;
	height:auto;
}

.select-tools{
    display: flex;
    align-items: center;
    gap:18px;
    flex-wrap:wrap;
}
select.custom-select{
    display: none;
}
.select-box {
    position: relative;
    background: #fff;
    border: 1px solid var(--border-color2);
    border-radius: 10px;
    height: 34px;
    display: flex;
    align-items: stretch;
    line-height: 14px;
    font-size: 14px;
    flex-flow: row nowrap;
    cursor: pointer;
    z-index: 1000;
}

.select-box .option{
    display: flex;
    align-items: stretch;
    flex-flow: row nowrap;
    height:34px;
    z-index:10;
}
.select-box .option >*{
    display: flex;
    align-items: center;
    z-index:5;
}
.select-box .icon-arrow .icon{
	width:16px;
	height:16px;
    transition:all 0.2s ease-in-out;
}
.select-box .expand,
.select-box select{
    display: none;
}
.select-box .expand{
    position: absolute;
    left:-1px;
    top:100%;
    right:-1px;
    margin-top:1px;
    background: #fff;
    border:1px solid var(--border-color2);
    border-top:0;
    border-radius:0 0 10px 10px;
    box-shadow: 0 3px 10px -4px rgba(0,0,0,0.2);
}

.select-box .expand ul{
    list-style: none;
    padding: 14px 0 18px;
    margin:0;
}
.select-box .expand ul li{
    position: relative;
    padding: 6px 25px;
    font-size:12px;
}

.select-box .expand ul li span{
    position: relative;
    display: inline-block;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.select-box .expand ul li.selected{
    color:var(--main-general-color);
}

.select-box .icon-sort{
    position: relative;
    padding:0 9px 0 10px;
}
.select-box object{
    width:16px;
    height:16px;
}
.select-box .icon-arrow{
    margin-right:16px;
}
.select-box label{
    cursor:pointer;
    margin-top:-2px;
    padding:0 11px 0 19px;
    white-space: nowrap;
}
.select-box .icon-sort + label{
    border-left:1px solid var(--border-color2);
}
.select-box.active{
    border-radius:10px 10px 0 0;
    box-shadow: 0 3px 7px -3px rgba(0,0,0,0.2);
    z-index:2000;
}
.select-box.active .icon-sort::after{
    content:'';
    position: absolute;
    display: block;
    width:100%;
    height:4px;
    left:0;
    bottom:0;
    background: #fff;
    z-index: 100;
}
.select-box.active .expand{
    display: block;
}
.select-box.active .icon-arrow .icon{
	-webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.category-index{
    margin-bottom:115px;
    column-count: 3;
    column-gap: 20px;
}
.category-index > ul{
    list-style: none;
    margin: 0;
    padding: 0 0 20px;

    break-inside: avoid;
    background: #fff;
    border-radius:10px;
}
.category-index > ul > li > ul{
    list-style: none;
    margin: 0;
    padding: 20px;
    font-size:14px;
}
.category-index > ul > li > ul a{
    color:var(--gray-color2);
}
.category-index > ul > li > ul ul{
    list-style: none;
    margin: 0;
    padding: 0 0 8px 20px;
}
.pagination{
    position: relative;
    margin: 0 auto 80px;
    padding-top:40px;
}

.pagination__list{
    padding:0;
    margin:0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
}
.pagination__list li{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 1;
    color: var(--main-font-color);
    border: 1px solid var(--border-color2);
    border-radius:5px;
    background: #fff;
}
.pagination__list li.empty{
    border:0;
    background: transparent;
    align-items: flex-end;
    margin-top:auto;
}

.pagination__list li a{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    color: inherit;
    text-decoration: none;
}
.pagination__list li.arrow{
    background: transparent;
    border:0;
}
.pagination__list li a[id]{
    text-indent:-10000px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
}
.pagination__list li a#PrevLink{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23131516" viewBox="0 0 24 24"><path d="M17.17,24a1,1,0,0,1-.71-.29L8.29,15.54a5,5,0,0,1,0-7.08L16.46.29a1,1,0,1,1,1.42,1.42L9.71,9.88a3,3,0,0,0,0,4.24l8.17,8.17a1,1,0,0,1,0,1.42A1,1,0,0,1,17.17,24Z"></path></svg>');
}
.pagination__list li a#NextLink{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23131516" viewBox="0 0 24 24"><path d="M7,24a1,1,0,0,1-.71-.29,1,1,0,0,1,0-1.42l8.17-8.17a3,3,0,0,0,0-4.24L6.29,1.71A1,1,0,0,1,7.71.29l8.17,8.17a5,5,0,0,1,0,7.08L7.71,23.71A1,1,0,0,1,7,24Z"></path></svg>');
}

.pagination__list li.active{
    background: var(--main-general-color);
    color: #fff;
    border-color: var(--main-general-color);
}
.pagination__list li.active a{
    color:inherit;
}
.cart-empty{
    display:none;
}
.cart-empty.show{
    display: block;
}
.cart-empty .inner{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
    height: 100px;
    color: var(--gray-color2);
    margin-bottom:45px;
}
.empty-info-block{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    color: var(--gray-color2);
    margin-bottom:80px;
    background: #fff;
    border-radius:10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.categoty-page-header{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom:30px;
    gap:30px 40px;
    flex-wrap: wrap;
}
.categoty-page-header h1{
    flex:1;
    margin:0 0 10px;
    line-height: 1;
    font-size:26px;
}

.category-list-wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap:45px;
}
.category-list-wrapper .category-filter{
    width:250px;
}

.category-list-wrapper .empty-info-block{
    flex:1;
}
.category-list-wrapper .category-content{
    flex:1;
}
.category-list-wrapper .compare-list{
    --auto-grid-min-size: 17rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 30px 25px;
}
.category-list-wrapper .compare-list .product-item {
    max-width: inherit;
}
.category-list-wrapper .compare-list .product-item > a {
    flex:inherit;
}
.category-list-wrapper .compare-list .photo img {
    max-width: 200px;
}
.category-list-wrapper .category-list{
    --auto-grid-min-size: 12rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 30px 25px;
}
.category-list-wrapper .category-list.long-grid{
    grid-gap: 30px 15px;
    --auto-grid-min-size: 14rem;
}
.category-filter-item{
    position:relative;
    border-radius:10px;
    border:1px solid var(--border-color);
    margin-bottom:20px;
    padding-bottom:20px;
}
.category-filter-item .title{
    background: var(--gray-base);
    text-align: center;
    padding:13px 20px;
    border-bottom:1px solid var(--border-color);
    line-height: 1;
    font-weight: 500;
    font-size:16px;
}
.category-filter-item .param-block{
    padding:20px 0 0;
    font-size:14px;
    line-height: 16px;
}
.category-filter .param-name{
    font-size:14px;
    font-weight: 500;
    margin-bottom:15px;
    padding:0 20px;
}
.category-filter-item .inner {
    padding:0 20px;
}
.category-filter-item .inner.scrollable {
    max-height: 200px;
}
.category-filter-item .inner .input-row{
    margin-bottom:13px;
}
.category-filter-item .inner .mCSB_inside > .mCSB_container{
    margin-right: 17px;
}
.category-filter-item .inner a:hover{
    color:var(--main-general-color);
}
.category-filter .checkbox-wrapper input[type="checkbox"]{
    margin:0 7px 0 0;
}
.fancybox__slide .category-filter{
    width:100%;
    max-width:450px;
    border-radius:10px;
    padding:20px;
}
.fancybox__slide .category-filter-item:last-child{
    margin-bottom:0;
}


.range-input-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.range-input-row input{
    border-radius:5px;
    border: 1px solid var(--border-color);
    height:32px;
    max-width: 65px;
    margin-left:7px;
    padding:0 7px;
}
.category-filter-item .buttons-wrapper{
    padding:25px 20px;
    position: -webkit-sticky;
	position: sticky;
	z-index: 10;
	bottom: 0;
	background: #fff;
	border-top: 1px solid var(--border-color);
}

.category-filter-item .buttons-wrapper button[type=submit]{
    margin-bottom: 25px;
    border-radius:5px;
    border:0;
    background: var(--main-general-color);
    color:#fff;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height:40px;
    cursor:pointer;
}
.category-filter-item .buttons-wrapper input[type=reset]{
    display: flex;
    justify-content: center;
    border:0;
    width:100%;
    background: transparent;
    color:var(--main-font-color);
    cursor:pointer;
}
#form-tooltip{
    position: absolute;
    padding: 20px;
    background: #fff;
    -webkit-filter: drop-shadow(0 2px 8px rgba(0,0,0,.16));
    filter: drop-shadow(0 2px 8px rgba(0,0,0,.16));
    max-width: 100%;
    border-radius: 6px;
    z-index: 100;
    display:none;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size:14px;
}
#form-tooltip .tooltip-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(90deg) translate(-50%);
    -moz-transform: rotate(90deg) translate(-50%);
    -ms-transform: rotate(90deg) translate(-50%);
    -o-transform: rotate(90deg) translate(-50%);
    transform: rotate(90deg) translate(-50%);
    display: inline-flex;
    fill:#ffffff;
}
#form-tooltip p {
    margin: 0 0 5px;
}
#form-tooltip button {
    background: var(--main-general-color);
    user-select: none;
    border-radius: 5px;
    color:#fff;
    border:0;
    display: flex;
    justify-content: center;
    align-items: center;
    height:40px;
    width:100%;
    cursor:pointer;
}

.product-pricing{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
    padding: 0;
}
.product-pricing .price{
    margin-right: 20px;
    color:var(--gray-color2);
}
.product-pricing .price .label{
    font-size: 10px;
    letter-spacing: 0.01em;
    font-weight: 700;
    line-height: 10px;
    margin-bottom:3px;
}
.product-pricing .price .value{
    position: relative;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: -0.06em;
    line-height: 1;
}
.product-pricing .price.special .value::before{
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -2%;
    width: calc(100% + 4px);
    height: 1px;
    background: #A1A1A1;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
}
.product-pricing .price.discount{
    color:var(--main-general-color);
    margin-right:0;
}


.quantity{
    display: flex;
    justify-content: flex-start;
    margin: 16px 0;
    min-height: 2.3em;
    align-items: center;
    width:111px;
}
.quantity button {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: var(--gray-base);
    border: 1px solid var(--border-color);
    text-indent: -10000px;
    color: transparent;
    padding: 8px 16px;
    font-weight: 700;
}
.quantity button::before {
    color: var(--main-font-color);
    text-indent: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
.quantity button:first-child {
    border-radius: 5px 0 0 5px;
}
.quantity input {
    border: 1px solid var(--border-color);
    margin: 0 -1px;
    flex: 0 0 auto;
    width: 44px;
    padding: 8px 4px;
    text-align: center;
    font-family: inherit;
    box-sizing: border-box;
    line-height: 1.15;
    outline:none;
    font-size:16px;
    max-width: 100%;
}
.quantity button:last-child {
    border-radius: 0 5px 5px 0;
}
.quantity button:first-child::before {
    content: "-";
}
.quantity button:last-child::before {
    content: "+";
}

.cart-table{
    border:0;
    margin: 0 0 45px;
    padding:0;
    border-collapse: collapse;
    width: 100%;
}
.cart-table tr{
    border-bottom:1px solid var(--border-color2);
}
.cart-table thead{
    font-size:14px;
    font-weight: 300;
    line-height: 1;
    color:var(--gray-lighter-color);
}
.cart-table thead td{
    padding-bottom:11px;
}
.cart-table tbody td{
    padding: 35px 0;
}
.cart-table tfoot tr{
    border:0;
}
.cart-table .quantity{
    margin:0 auto;
}
.cart-table .product-pricing{
    display: inline-block;
    white-space: nowrap;
}
.cart-table .product-pricing .price.special{
    position: relative;
    margin:0 0 17px;
    display: inline-block;
}
.cart-table .product-pricing .price.discount .label,
.cart-table .product-pricing .price.discount .value{
    text-align: left;
}
.cart-table h6{
    margin:0 0 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.cart-table dl{
    display: flex;
    line-height: 1;
    font-size:14px;
    margin:0 0 8px;
}
.cart-table dl dt{
    color:var(--gray-lighter-color);
    font-weight: 300;
}
.cart-table dl dd{
    font-weight: 600;
    color:var(--main-font-color);
    margin-left:10px;
}
.cart-table .icon-trash{
    fill:red;
    cursor:pointer;
    width:24px;
    height:24px;
}
.cart-table .col-photo{
    width:120px;
}
.cart-table .col-price{
    width:130px;
}
.cart-table .col-total{
    width:120px;
}
.cart-table .col-quantity{
    width:170px;
}
.cart-table .col-tool{
    width:35px;
}
.cart-table thead td.cell-quantity,
.cart-table tbody td.cell-quantity,
.cart-table tbody td.cell-tool{
    text-align: center;
}
.cart-table tbody td.cell-total{
    font-weight: bold;
    font-size:26px;
    letter-spacing: -1px;
}
.cart-table dd a{
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.cart-table tfoot td{
    padding-top:45px;
}
.cart-table tfoot td:nth-child(2){
    text-align: right;
}

#mobile-menu .top-logo{
    text-align: center;
    margin-bottom:20px;
    display: flex;
    justify-content: center;
}
#mobile-menu .top-logo img{
    display: block;
}
#mobile-menu .phone-wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:10px 20px;
}
#mobile-menu .phone-wrapper a{
    white-space: nowrap;
}

#btn-filter{
    position: relative;
    background: #fff;
    border: 1px solid var(--border-color2);
    border-radius: 10px;
    height: 34px;
    align-items: stretch;
    line-height: 14px;
    font-size: 14px;
    flex-flow: row nowrap;
    cursor: pointer;
    z-index: 1000;
    order:0;
    display:none;
}
#btn-filter.enabled{
    border-color:var(--main-general-color);
}
#btn-filter.enabled svg{
    fill:var(--main-general-color);
}
#btn-filter span{
    font-size:12px;
}
#btn-filter.select-box label{
    padding-left:10px;
    border-left: 1px solid var(--border-color2);
}
#btn-filter.select-box .icon-filter{
    position: relative;
    padding: 0 9px 0 10px;
}

.sticky-box{
    position: relative;
    padding:30px 20px 40px;
    background: #fff;
    box-shadow: 0 2px 8px #bfbfbf;
    border-radius: 10px;
    margin-bottom: 80px;
}
.bonus-title{
    font-size:24px;
    font-weight: bold;
    margin:0 0 30px;
}
.bonus-text{
    position: relative;
    margin-bottom:30px;
    line-height: 16px;
    font-size:14px;
}
.bonus-text a{
    color:var(--main-general-color);
}

.inner-content{
    padding:25px 16px;
    border:1px solid var(--border-color2);
    border-radius:10px;
    line-height: 1.2;
    color:var(--gray-lighter-color);
    font-size:14px;
    font-weight: 300;
    margin-bottom: 30px;
}
.inner-content .inner-title{
    position: relative;
    color:var(--main-font-color);
    font-weight: 600;
    font-size:16px;
    margin-bottom:20px;
}
.inner-content .inner-title::before{
    content:'';
    display: inline-block;
    width:8px;
    height:8px;
    border-radius:50%;
    background: var(--main-general-color);
    margin-right:8px;
    top: -1px;
    position: relative;
}
.inner-content .inner-text{
    margin-bottom:20px;
}

.inner-content .account-box{
    text-align: center;
    font-size:18px;
}
.inner-content .account-box a{
    color:var(--main-general-color);
}
.order-sum-total{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size:24px;
    font-weight: bold;
    margin-bottom:30px;
}
.order-sum-total .value{
    color:var(--main-general-color);
    margin-left:auto;
}

.order-title{
    font-size:24px;
    font-weight: bold;
    margin:0 0 30px;
}
.order-box{
    margin-bottom:40px;
    border-bottom:1px solid var(--border-color2);
    padding-bottom: 15px;
}
.order-box:last-child{
    border:0;
    padding-bottom: 0;
}
.order-box-title{
    margin-bottom:30px;
    font-weight: bold;
}
.order-box.error{
    font-size:16px;
    border:1px solid red;
    border-radius: 5px;
    padding: 5px;
}

.result-order {
    font-size:14px;
    font-weight: 300;
    line-height: 1;
    margin-bottom:25px;
}
.result-order .order-row{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom:16px;
    gap:20px;
}
.result-order .order-row .order-label{
    flex:1
}

.result-order .delibery {
    margin-bottom:16px;
}
.result-order .delibery .order-row{
    font-weight: bold;
    margin-bottom:4px;
}
.result-order .delibery .order-row .order-label,
.result-order .payment-type .order-row .order-label{
    flex: none;
}
.result-order .delibery .order-row .order-value,
.result-order .payment-type .order-row .order-value{
    color:var(--main-general-color);
}
.result-order .payment-type .order-row{
    font-weight: bold;
}

.bubble{
    position: relative;
    border: 1px solid var(--border-color);
    border-radius:8px;
    line-height: 1.4;
    padding-left:61px;
    background-image: linear-gradient(to bottom,#FFFFFF,#F9F9F9);
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    margin-bottom: 25px;
    font-size:14px;
}
.bubble.filled{
    background: rgba(252, 248, 227, 1);
}
.bubble .icon{
    border-radius: 8px 0 0 8px;
    width: 45px;
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid var(--border-color);
    background-color: #fff3cd;
}
.bubble .icon::before{
    content: '';
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width: 100%;
    background-image: url("/images/icons/svg/info.svg");
    filter: invert(30%) sepia(14%) saturate(4427%) hue-rotate(10deg) brightness(97%) contrast(96%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.bubble .icon::after{
	-webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid var(--border-color);
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -5px;
    background:#fff3cd;
}
.bubble .title{
    padding: 10px 20px 0;
    font-weight: bold;
}
.bubble .body{
    padding: 11px 20px 14px;
}
.bubble .body:only-child{
    padding:0 20px;
    border:0;
}
.bubble .link{
    display: flex;
    gap: 40px;
    font-weight: bold;
    padding: 5px 0;
}

.bubble.type-success.filled{
    background-color: rgba(227, 253, 235, 1);
    border-color:#60c060;
}
.bubble.type-success .icon,
.bubble.type-success .icon::after{
    background:#60c060;
    border-color:#60c060;
}
.bubble.type-success .icon::before{
    background-size: 18px;
    background-image: url("/images/icons/svg/check.svg");
    filter: invert(100%) sepia(3%) saturate(979%) hue-rotate(227deg) brightness(116%) contrast(100%);
}


.bubble.type-error.filled{
    background-color: rgba(248, 215, 218, .7);
    border-color:#ca452e;
}
.bubble.type-error .icon,
.bubble.type-error .icon::after{
    background:#ca452e;
    border-color:#ca452e;
}
.bubble.type-error .icon::before{
    background-image: url("/images/icons/svg/alert.svg");
    background-size: 28px;
    filter: invert(100%) sepia(3%) saturate(979%) hue-rotate(227deg) brightness(116%) contrast(100%);
}
.bubble.type-error .icon::after{
    background:#ca452e;
}

.profile-page-menu{
    padding:0;
    margin:0;
    list-style: none;
    border: 1px solid #e4e4e4;
}
.profile-page-menu li{
    padding:8px 20px;
    border-bottom: 1px solid #e4e4e4;
}
.profile-page-menu li.active{
    background: #fff8ac;
}
.profile-page-menu li:last-child{
    border:0;
}
#delivery-price-order{
    display:none;
}

.spec-block{
    position: relative;
    padding: 0 0 20px;
}
.spec-block .spec-title{
    margin: 30px 0;
    font-size:16px;
    font-weight: bold;
}
.spec-block .spec-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-top: 1px solid var(--border-color);
    font-size:14px;
}
.spec-block .spec-item label{
    position: relative;
    display: inline-block;
    margin-right: 20px;
}


.product-page h1{
    margin-bottom:30px;
}
.product-page .fav-wrapper{
    display: flex;
    align-items: center;
    line-height: 1;
    gap:9px;
    margin-bottom: 30px;
}
.product-page .fav-wrapper .icon{
    position: relative;
    width:20px;
    height:20px;
    fill:red;
    cursor:pointer;
}
.product-page .fav-wrapper a::after{
    content:'Добавить в избранное';
    display: inline-block;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    position: relative;
}
.product-page .fav-wrapper.selected a::after{
    content:'Удалить из избранного';
}
.product-attributes {
    margin-bottom:45px;
    max-width:620px;
}
.product-attributes ul{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.product-attributes ul li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    margin-bottom:20px;
}
.product-attributes ul li div{
    display: flex;
    align-items: center;
    color:#727374;
    font-size:14px;
}
.product-attributes ul li div:nth-child(2) {
    flex: 1 0;
    border-bottom: 1px dotted #aeaeae;
    margin: 0 .4em;
}
.product-attributes ul li div:first-child {
    self-align:flex-end;
}
.product-attributes ul li div:last-child {
    display: flex;
    gap:13px;
    font-weight: bold;
    color:var(--main-font-color);
}
.product-attributes ul li div img{
    border:1px solid var(--border-color);
    border-radius:6px;
    padding:3px;
}
.product-attributes ul li div a{
    font-weight: 500;
    color:var(--main-general-color);
}

.product-page .product-pricing{
    margin-bottom: 25px;
}
.product-page .flex-row{
    display: flex;
    align-items: center;
    gap:15px;
    max-width:620px;
}
.product-page .product-thumbs-wrapper{
    position: relative;
    padding:0 25px;
}
.product-page .product-thumbs-wrapper .owl-arrow{
    box-shadow: none;
    width:30px;
    height: 30px;
    border-radius: 0;
    background: transparent;
}
.product-page .product-thumbs-wrapper .owl-carousel .owl-item{
    display: flex;
    justify-content: center;
}
.product-page .product-thumbs-wrapper .owl-arrow.prev-arrow{
    left:-5px;
}
.product-page .product-thumbs-wrapper .owl-arrow.next-arrow{
    right:-5px;
}
.product-page .product-thumb-item{
    margin: 0;
    padding: 0;
}
.product-page .product-thumb-item a{
    position: relative;
    display: inline-block;
    padding:3px;
    border-radius: 5px;
    border:1px solid #e4e4e4;
    text-decoration: none;
}
.product-page .product-thumb-item.active a{
    border-color:var(--main-general-color);
}
.product-page .product-thumb-item img{
    position: relative;
    display: block;
    max-width: 100%;
    height: 70px;
    width: 70px;
    object-fit: contain;
}
.product-page .product-photo {
    padding: 0;
    margin-bottom:20px;
}
.product-page .product-photo img{
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    max-height: 400px;
}
.product-description {
    padding-top:30px;
}
.product-description .tab-row {
    border-bottom: 1px solid var(--main-general-color);
    padding: 0 15px;
    display: flex;
    align-items: stretch;
    gap: 15px;
    height: 44px;
}
.product-description .tab-row .tab {
    position: relative;
    display: flex;
    padding: 6px 17px;
    line-height: 1;
    cursor: pointer;
    align-items: center;
    border: 1px solid var(--border-color);
    border-bottom:0;
    border-radius: 8px 8px 0 0;
}
.product-description .tab-row .tab.active{
    border:0;
    font-weight: bold;
    background-color: var(--main-general-color);
    color:#fff;
}
.product-description .text-group{
    display: none;
}
.product-description .text-group.active{
    display: block;
}
.product-description .text-group .spec-block{
    border: 1px solid var(--border-color);
    margin:0 auto;
    padding:0;
}
.product-description .text-group .spec-block .spec-item{
    border-top: 0;
    border-bottom: 1px solid var(--border-color);
    padding-left:20px;
    padding-right:20px;
    display:table;
    width:100%;
}
.product-description .text-group .spec-block .spec-item label{
	display:table-cell;
	width:50%;
}
.product-description .text-group .spec-block .spec-item span{
	display:table-cell;
	width:50%;
	font-weight:bold;
}
.product-description .text-group .spec-block .spec-item:nth-child(odd) {
    background-color: var(--gray-base);
}
.product-description .text-group .spec-block .spec-item:last-child{
	border-bottom:0;
}
/*.product-description .text-group .current-tab-title{
    height: 44px;
    display: none;
    align-items: center;
    background-color: var(--gray-base);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-image: url("/images/icons/svg/arrow-small-down.svg");
    background-size: 24px;
    padding: 0 20px 0 35px;
    cursor: pointer;
}
.product-description .text-group .current-tab-title{
    background-color: var(--main-general-color);
    color:#fff;
    line-height: 1;
    border-top:0;
    border-left:0;
    border-right:0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff" width="24" height="24"><g id="_01_align_center" data-name="01 align center"><path d="M16.293,12.707,13,16V6H11V16L7.707,12.707,6.293,14.121l4.293,4.293a2,2,0,0,0,2.828,0l4.293-4.293Z"/></g></svg>');
}*/
.product-description .text-group .current-tab-title{
    height: 44px;
    display: none;
    align-items: center;
    background-color: var(--gray-base);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-image: url("/images/icons/svg/arrow-small-down.svg");
    background-size: 24px;
    padding: 0 20px 0 35px;
    cursor: pointer;
}
.product-description .text-group.active .current-tab-title{
    background-color: var(--main-general-color);
    color:#fff;
    line-height: 1;
    border-top:0;
    border-left:0;
    border-right:0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff" width="24" height="24"><g id="_01_align_center" data-name="01 align center"><path d="M17.707,9.879,13.414,5.586a2,2,0,0,0-2.828,0L6.293,9.879l1.414,1.414L11,8V19h2V8l3.293,3.293Z"/></g></svg>');
}

.product-photo.default img{
    width:100%;
    max-width:400px;
    margin: 0 auto;
}
.product-photo.gallery{
    position: relative;
}
.product-photo.gallery img{
    cursor:pointer;
}
.product-photo.gallery::after{
    content:'';
    position: absolute;
    display: block;
    width:32px;
    height:32px;
    cursor:pointer;
    left:50%;
    top:50%;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23aaa" viewBox="0 0 24 24"><g><path d="m12 0a12 12 0 1 0 12 12 12.013 12.013 0 0 0 -12-12zm0 22a10 10 0 1 1 10-10 10.011 10.011 0 0 1 -10 10zm1-11h4v2h-4v4h-2v-4h-4v-2h4v-4h2z"></path></g></svg>');
}
.product-page .cart-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height:34px;
    border-radius:5px;
    background: var(--main-font-color);
    color:#fff;
    cursor:pointer;
    max-width:225px;
    transition: all 0.3s linear;
}
.product-page .cart-btn.added,
.product-page .cart-btn.selected{
    background: var(--main-general-color);
}
.cart-btn svg{
    width: 16px;
    height: 16px;
    fill:#fff;
    margin-left:13px;
    opacity:1;
    transition: all 0.3s linear;
}
.product-page .product-pricing .price.discount{
    margin-left: inherit;
}
.product-page .product-pricing .price.discount .label,
.product-page .product-pricing .price.discount .value{
    text-align: left;
}
.tab-content{
    position:relative;
    overflow: hidden;
    z-index:5;
    padding-top:30px;
}
.tab-content *:last-child{
    margin-bottom:0;
}
.tab-content::after{
    content:'';
    display:block;
    visibility: hidden;
    opacity:0;
    position: absolute;
    left:0;
    bottom:0;
    height:100px;
    width:100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index:10;
}
.tab-content.collapsed{
    height:200px;
}
.tab-content.collapsed::after{
    visibility:visible;
    opacity: 1;
}
.tab-expand{
    cursor: pointer;
    margin-top: 30px;
}
img.fancybox-image{
    border-radius:10px;
}
.quick-view-page{
    max-width: 1000px;
    padding:45px 0 20px;
    height:100%;
    margin:0;
}
.quick-view-page .product-page{
    height:100%;
}
.quick-view-page .product-photo.gallery::after{
    display: none;
}
.quick-view-page .product-attributes{
	max-width:350px;
}
.fancybox-quick-container .fancybox__content {
    border-radius:10px;
    height:570px;
    cursor:auto;
}
.quick-view-grid{
    display: flex;
    align-items: stretch;
    height: 100%;
}
.quick-view-grid .column{
    height:100%;
    max-height: 100%;
}
.quick-view-grid .view-column{
    width:330px;
    padding:0;
}
.quick-view-grid .view-column .product-photo{
    padding:0 10px;
}
.product-page .quick-view-grid .product-thumb-item img{
    height: auto;
}
.quick-view-grid .text-column{
    position: relative;
    flex:1;
    min-width:330px;
    max-width:350px;
}
.quick-view-grid .text-column .inner{
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-right:10px;
}
.quick-view-grid .text-column .inner.mCS_no_scrollbar{
    padding: 0 20px;
}
.quick-view-grid .mCSB_inside > .mCSB_container {
    margin-right: 25px;
}
.quick-view-grid .text-column .inner.mCS_no_scrollbar .mCSB_inside > .mCSB_container{
    margin-right:0;
}
.quick-view-grid .text-column::after{
    content:'';
    position: absolute;
    display: block;
    width:100%;
    height:50px;
    left:0;
    bottom:0;
    z-index: 10;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.quick-view-grid .text-column h1{
    font-size: 21px;
    line-height: 1.2;
}
.quick-view-grid .text-column .mCSB_scrollTools{
    z-index:100;
}
.quick-view-grid .text-column .text-overview{
    font-size:14px;
    padding-bottom:30px;
}
.quick-view-grid .text-column .text-overview .title{
    font-weight: bold;
    margin-bottom: 20px;
}
.quick-view-grid .text-column .text-overview .text{
    margin-bottom:20px;
}
.quick-view-grid .info-column{
    width:260px;
    padding-left:10px;
}
.quick-view-grid .info-column .product-pricing .price.discount{
    width:100%;
    margin-top:15px;
}
.quick-view-grid .info-column .product-pricing .price .value{
    font-weight: bold;
    font-size:30px;
}
.quick-view-grid .product-photo.gallery img{
    cursor: auto;
}
.quick-view-grid .link-to-product a{
    font-weight: bold;
    color:var(--main-general-color);
}
footer{
    background: var(--gray-base);
    padding: 40px 0;
    font-size:16px;
    line-height: 1.6;
}
footer .f-title{
    font-weight: bold;
    margin-bottom:20px;
}
footer ul{
    list-style: none;
    margin:0;
    padding:0;
}
.f_copy{
    background: #343434;
    color:#fff;
    padding:37px 0;
}
.f_copy_block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.f_copy_block_cell.right{
    margin-left: auto;
}
.f_copy_block_row{
    display: flex;
    align-items: center;
}
.f_copy_block_row a{
    color:#fff;
}
.f_copy_block_row label{
    padding-right:20px;
}
.f_copy_block_row img{
    display: block;
    margin:0 3px;
}
.main-menu-wrapper .btn-wrapper{
    align-items: center;
    margin-left:auto;
    gap: 25px;
    display:none;
    margin-right:15px;
    margin-top: 7px;
}
.main-menu-wrapper .btn-wrapper a{
    position: relative;
}
.main-menu-wrapper .btn-wrapper a [data-count]::after{
    content: attr(data-count);
    position: absolute;
    display: block;
    top: -6px;
    right: -12px;
    font-size: 10px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    background: #ff6101;
    padding: 2px 5px 3px 5px;
    border-radius: 50%;
    line-height: 1;
}
.main-menu-wrapper .btn-wrapper a .icon-compare[data-count]::after{
    right: -14px;
}
.main-menu-wrapper .btn-wrapper a [data-count="0"]::after{
    display:none;
}
.fixed-position .main-menu-wrapper .btn-wrapper,
.sticked .main-menu-wrapper .btn-wrapper{
    display:flex;
}
.top-alert-block{
	padding: 15px;
	text-align:center;
	background:var(--main-general-color);
	color:#fff;
	line-height:1.2;
	font-size:16px;
}
.not-available-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 34px;
	border-radius: 5px;
	background: var(--gray-lighter-color2);
	color: #fff;
}
.product-page .not-available-btn{
	max-width: 225px;
}
.product-item.not-available .photo img{
	filter: grayscale(100%);
	opacity:0.5;
}
.product-page .bubble{
	max-width:620px;
}