.shop-filter {
    width: 229px;
    z-index: 9;
}

.shop-filter > form {
    width: 208px;
    background: #FFFFFF;
    border: 1px solid rgba(192, 182, 139, 0.3);
    box-shadow: 0px 4px 30px rgb(6 10 20 / 3%);
    padding: 10px 0 1.75rem 10px;
    position: relative!important;
    /*overflow-x: hidden;*/
	margin-bottom: 30px;
	padding-right: 16px;
}

.wrapper-shop-filter .box {
    margin-bottom: 0!important;
}

.shop-filter-wrap.content {
    width: inherit!important;
}

.shop-filter.loading:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255,.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.shop-filter-group-name {
    font-family: "Futura New";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
/* or 25px */
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #070705;
    margin: 0 0 13px 0;
    position: relative;
    transition: all .5s;
}

.shop-filter-group-name:after {
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    background: url(/upload/shop-filter/arraw-down.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.shop-filter-group-item-text {
    font-family: "Futura New";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
/* identical to box height */
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #070705;
    margin: 0 0 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.shop-filter-group-item-color {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 5px 0 0;
}

.shop-filter-group-item .hidden {
    display: none;
}

.shop-filter-group-item-checkbox {
    width: 14px;
    height: 14px;
    border: 1px solid #C0B68B;
    border-radius: 2px;
    position: relative;
    transition: all .5s;
}

.shop-filter-group-item-checkbox:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/upload/shop-filter/ok.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    display: block;
    top: 0;
    left: 0;
}

/*.shop-filter-group-item:hover .shop-filter-group-item-checkbox,*/
.shop-filter-group-item.active .shop-filter-group-item-checkbox {
    background: #C0B68B;
}


.shop-filter-group-item {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 11px 0;
}


.shop-filter-group-item:last-of-type {
    margin: 0;
}

.shop-filter-group {
    margin: 0 0 32px 0;
    cursor: pointer;
}

.shop-filter-group:last-of-type {
    margin: 0;
}

.shop-filter-group-show-more {
    font-family: "Futura New";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #C0B68B;
    text-align: center;
    margin: 12px 0 0 0;
    cursor: pointer;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 9px 0;
}

.shop-filter-group.collapsed .shop-filter-group-name {
    margin: 0;
}

.shop-filter-group.collapsed {
    margin: 0;
}

.shop-filter-group.collapsed .shop-filter-group-name:after {
    transform: rotateX(180deg);
}


.shop-filter-group-items {
    position: relative;
    transition: all .5s;
}
.shop-filter-group-items{
	height: initial!important;
	}
	.shop-filter-group.collapsed .shop-filter-group-items{
	height: 0!important;
	}
	.shop-filter-group-items-popup.active{
	display: block;
	}
	.shop-filter-group-items-popup{
	border: 0;
	position: relative;
	width: 100%;
	padding: 0;
	right: initial;
	flex-direction: initial;
    flex-wrap: initial;
	box-shadow: none;
	 display: none;
	}

.shop-filter-group-item-slide {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.shop-filter-group-item-slide-caption {
    font-family: "Futura New";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
/* identical to box height */
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #C2C2C2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9px;
    margin: auto;
    height: fit-content;
    height: -moz-fit-content;
}

.shop-filter-group-item-slide-input {
    width: 45%;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    position: relative;
}

.shop-filter-group-item-slide-input input {
    width: 100%;
    height: 100%;
    padding: 9px 8px 9px 39px;
}

.shop-filter-group-item-slide-spliter {
    width: 4%;
    height: 2px;
    background: #C2C2C2;
}

.shop-filter-group-item.slider {
    flex-direction: column;
}

.shop-filter-group-item-slider {
    width: 100%;
    height: 5px!important;
    margin: 19px 0 0 0;
}

.shop-filter-group-item-slider .noUi-connect {
    background: #C0B68B;
}

.shop-filter-group-item.slider .noUi-horizontal .noUi-handle {
    width: 28px;
    height: 19px;
    right: -14px;
    top: -8px;
    background: #FFFFFF;
    border: 2px solid #C0B68B;
    border-radius: 4px;
}

.shop-filter-group-item.slider .noUi-horizontal .noUi-handle:before, .shop-filter-group-item.slider .noUi-horizontal .noUi-handle:after {
    display: none;
}

.shop-filter-group-item-slider  .noUi-connects {
    background: #E5E5E5;
    border-radius: 3px;
}

.shop-filter-group-item.slider .shop-filter-group-item-slider {
    padding: 0 14px;
}

.products-section-shop-filter-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
	margin-bottom: 6.25rem;
}

.products-section-shop-filter-wrap .products-row {
    width: calc(100% - 228px);
    max-width: 100%;
    height: fit-content;
    height: -moz-fit-content;
}

.products-section-shop-filter-wrap .products-row .product-card {
    width: 20%;
}

.shop-filter .mCSB_scrollTools .mCSB_draggerRail {
    background: transparent;
}

.shop-filter .mCSB_scrollTools {
    width: 3px;
    opacity: 1;
}

.shop-filter .mCSB_inside > .mCSB_container {
    margin-right: 18px;
}

.shop-filter .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%!important;
    opacity: 1;
    background: #C0B68B!important;
}

.shop-filter .mCustomScrollBox, 
.shop-filter .mCSB_container {
    overflow: visible!important;
}

.shop-filter-hashtag a {
    font-family: 'Futura New', Arial;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #000000;
    padding: 10px 14px;
    display: block;
    transition: all .5s;
}

.shop-filter-hashtag {
    background: #E5E2D1;
    margin: 6.5px 6px;
    transition: all .5s;
}

.shop-filter-hashtag:hover {
    border-color: #ad994b;
    -webkit-box-shadow: inset 0 0 0 1.875rem #ad994b;
    box-shadow: inset 0 0 0 1.875rem #ad994b;
    background-color: #ad994b;
}

.shop-filter-hashtag:hover a {
    color: #fff;
    opacity: 1;
}

.shop-filter-hashtags-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px 0;
}

.shop-filter-sort, .shop-filter-sort a, .mobile-filter-shop-button {
    font-family: "Futura New";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
/* identical to box height, or 100% */
    color: #070705;
}

.shop-filter-sort-current svg, .mobile-filter-shop-button svg {
    width: 14px;
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    transition: all .5s;
}

.shop-filter-sort .shop-filter-sort-current svg path, .mobile-filter-shop-button:hover path {
    transition: all .5s;
}

.shop-filter-sort-current, .shop-filter-sort-list, .mobile-filter-shop-button {
    padding: 15px 120px 15px 15px;
    border: 2px solid #C0B68B;
    border-radius: 1px;
    cursor: pointer;
    position: relative;
    background: #fff;
    transition: all .5s;
}

 .mobile-filter-shop-button:hover {
    border-color: #ad994b;
    -webkit-box-shadow: inset 0 0 0 1.875rem #ad994b;
    box-shadow: inset 0 0 0 1.875rem #ad994b;
    background-color: #ad994b;
    color: #fff;
}
.shop-filter-sort:hover .shop-filter-sort-current{
color: #ad994b;
}
.shop-filter-sort-list a:hover{
color: #ad994b;
}
.shop-filter-sort:hover .shop-filter-sort-current svg  {
    transform: rotateX(180deg);
}

.shop-filter-sort:hover .shop-filter-sort-current svg path{
fill:  #ad994b;
}

.mobile-filter-shop-button:hover svg path {
    fill: #fff;
}

.shop-filter-sort-list a {
    display: block;
    margin-bottom: 15px;
}

.shop-filter-sort-list a:last-of-type {
    margin-bottom: 0;
}

.shop-filter-sort-list {
    border-top: none;
    position: absolute;
    top: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    padding-right: 15px;
}

.shop-filter-sort {
    position: relative;
    z-index: 1;
    width: fit-content;
    width: -moz-fit-content;
}

.shop-filter-sort:hover .shop-filter-sort-list {
    opacity: 1;
    pointer-events: all;
}

.shop-filter-sort-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 40px;
    justify-content: space-between;
}

.mobile-filter-shop-button svg {
    width: 18px;
    height: 14px;
    right: 22px;
}

.mobile-filter-shop-button:hover svg {
    transform: rotateY(180deg);
}

.mobile-filter-shop-button {
    opacity: 0;
    pointer-events: none;
}

.mob-shop-filter-close {
    cursor: pointer;
    transition: all .5s;
    position: absolute;
    top: 0;
    right: 0;
}

.mob-shop-filter-close:hover {
    opacity: .5;
}

.mob-shop-filter-nav {
    font-family: "Futura New";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
/* identical to box height, or 100% */
    color: #070705;
    position: relative;
    margin: 0 0 40px 0;
    display: none;
}

.mob-shop-filter-controls {
    font-family: 'Futura New', Arial;
    font-style: normal;
    font-weight: 450;
    font-size: 15px;
    line-height: 15px;
/* identical to box height, or 100% */
    letter-spacing: 0.02em;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 9;
    display: none;
}

.mob-shop-filter-controls > div {
    padding: 14px;
    width: 49%;
    transition: all .5s;
}

.mob-shop-filter-controls-reset {
    border: 1px solid #C4C4C4;
    color: #C4C4C4;
}

.mob-shop-filter-controls-submit {
    background: #C0B68B;
    border: 1px solid #C0B68B;
    color: #fff;
}

.mob-shop-filter-controls-submit:hover {
    border-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1.875rem #fff;
    box-shadow: inset 0 0 0 1.875rem #fff;
    background-color: #fff;
    color: #C0B68B;
}

.mob-shop-filter-controls-reset:hover {
    border-color: #ad994b;
    -webkit-box-shadow: inset 0 0 0 1.875rem #ad994b;
    box-shadow: inset 0 0 0 1.875rem #ad994b;
    background-color: #ad994b;
    color: #fff;
}
@media(min-width: 769px){
.mob-shop-filter-controls{
display: flex;
z-index: 1;
position: relative;
padding: 0;
margin-bottom: 30px;
}
.mob-shop-filter-controls-submit{
display: none;
}
.mob-shop-filter-controls > div{
width: 100%;
}

.shop-filter{
margin-left: 0px;
}
}
@media only screen and (max-width: 768px) {
    .shop-filter {
        width: 100%;
		height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        z-index: -99999999;
        pointer-events: none;
    }

    .shop-filter.active {
        display: block;
        z-index: 99999999!important;
        pointer-events: all;
		background: white;
    }

    .shop-filter.loading:after {
        display: none;
    }
    
    .shop-filter > form {
        padding-right: 10px;
		padding-bottom: 72px;
		background: white;
		margin-bottom: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling:touch;
		overflow-scrolling:touch;
		position: relative;
    }
    
    .mob-shop-filter-nav {
        display: block;
    }

    .mobile-filter-shop-button {
        opacity: 1;
        pointer-events: all;
        width: 100%;
    }
    
    .mobile-filter-shop, .shop-filter-sort {
        width: 49%;
    }
    
    .products-section-shop-filter-wrap .products-row {
        width: 100%;
    }

    .shop-filter-sort-current, 
    .shop-filter-sort-list, 
    .mobile-filter-shop-button {
        padding-right: 46px;
    }

    .shop-filter-group {
        padding: 10px 0;
        border-bottom: 1px solid #E5E5E5;
        margin-bottom: 0;
    }

    .mob-shop-filter-controls {
        display: flex;
    }

    .shop-filter > form {
        height: calc(100vh - 125px);
    }
}
@media only screen and (max-width: 500px) {
    .mobile-filter-shop, .shop-filter-sort {
        width: 100%;
    }
    
    .mobile-filter-shop {
        margin-bottom: 10px;
    }

    .shop-filter-hashtags-wrap {
        display: none;
    }
}