
#search_filters_wrapper {
    position: fixed;
    top: 0px;

    right: 0;
    z-index: 1000;
    transform: translate(101%);
    background: white;
    transition: 0.4s;
    height: 100vh;
    /*box-shadow: 5px 0px 15px rgb(0 0 0 /10%);*/
    width: 456px;
}



/* Filters - Actives */

#search_filters_wrapper .active_filters_box {
	background-color: #EEEEEE;
	display: block;
	width: 100%;
    margin: 0 auto;
    padding: 24px 0px 25px;
    padding-left: 20px;
    padding-right: 13px;
    position: relative;
}

#search_filters_wrapper .active_filters_box .active_filter_title {
	display: block !important;
	font-family: 'Roboto_Condensed';
    font-size: 16px;
    padding-right: 1px;
    color: #000;
    letter-spacing: -0.25px;
    text-transform: uppercase;
    font-weight: 700;
}

#search_filters_wrapper .active_filters_box .js-search-filters-clear-all {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    right: 4.3%;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    top: 24%;
}



/* Filters - Bar Bottom */

#search_filters_wrapper .search_filters_wrapper__buttons {
    background-color: #FFF;
    height: 70px;
    position: fixed;
    right: 0;
    bottom: 0;
    padding-left: 20px;
    width: 456px;
	z-index: 99;
}

#search_filters_wrapper .search_filters_wrapper__buttons_wrapper {
    display: flex;
    height: 70px;
	margin: 0 24px 0 0;
}

#search_filters_wrapper .search_filters_wrapper__buttons .filter-button {
	align-items: center;
    display: flex;
    flex: 1;
	height: 40px;
    justify-content: center;
}

#search_filters_wrapper .search_filters_wrapper__buttons .delete-filters {
    background-color: #FFFFFF;
    border: 1px solid #000;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    margin: 15px 4px 0 0;
    text-align: center;
    text-transform: uppercase;
}

.delete-filters.disabled {
    opacity: 1;
}

#search_filters_wrapper .search_filters_wrapper__buttons .apply-filters {
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    margin: 15px 0 0 4px;
    text-align: center;
    text-transform: uppercase;
}







/*en empty to do not use factedsearch css*/

#search_filters_wrapper .facet-label .facet-label-text {
    display: inline-block;
}

#search_filters_wrapper .facet-label.loading .facet-label-text {
    display: none;
}

#search_filters_wrapper .facet-label .custom-loading {
    color: #000;
    display: none;
}

#search_filters_wrapper .facet-label.loading .custom-loading {
    display: inline-block;
}









#left_column {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#search_filters_wrapper .title_block {
    box-shadow: 0px 6px 5px rgb(0 0 0 / 6%);
}


#search_filters_wrapper .products-sort-order .dropdown_list
{
    display: flex;
}

#search_filters_wrapper .products-sort-order .swiper-container-facets {
	width: 100% !important;
}

#search_filters_wrapper .products-sort-order.facet-expanded li
{
    margin-bottom: 9px;
}

#search_filters_wrapper .block_content {
	height: calc(100% - 70px);
	overflow: hidden auto;
    padding-top: 11px;
}

#search_filters_wrapper .block_content::-webkit-scrollbar { width: 5px; height: 5px;}
#search_filters_wrapper .block_content::-webkit-scrollbar-button { width: 0px; height: 0px;}
#search_filters_wrapper .block_content::-webkit-scrollbar-thumb { background: transparent; border: 0px none #fff; border-radius: 10px;}
#search_filters_wrapper .block_content::-webkit-scrollbar-thumb:hover { background: #000;}
#search_filters_wrapper .block_content::-webkit-scrollbar-thumb:active { background: #111;}
#search_filters_wrapper .block_content::-webkit-scrollbar-track {background: transparent;border: 0px solid #aaa; border-radius: 5px;}
#search_filters_wrapper .block_content::-webkit-scrollbar-track:hover { background: #e4e4e4;}
#search_filters_wrapper .block_content::-webkit-scrollbar-track:active { background: #d2d2d2;}
#search_filters_wrapper .block_content::-webkit-scrollbar-corner { background: transparent;}

#search_filters_wrapper .close-filters {
    border-left: 1px solid #eaeaea;
    cursor: pointer;
    width: 50px;
    font-size: 24px;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toggle-filters {
    cursor: pointer;
}
.list_grid_switcher {
    display: none;
}
#js-product-list-top .products-sort-order {
    opacity: 0;
}
#js-product-list-top {
    max-height: auto;
    border: none;
    padding: 0px;
    margin-bottom: 0px;
}
#js-product-list-top i {
    margin-right: 10px;
}

#search_filters_wrapper .facet-title {
	font-family: 'Roboto_Condensed';
    font-size: 16px;
    padding-right: 1px;
    color: #000;
	letter-spacing: -0.25px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
}

#search_filters_wrapper .facet-title .arrow {
	cursor: pointer;
	font-weight: normal;
	font-size: 12px;
}

#search_filters_wrapper .facet-title .arrow i {
	color: #707070;
	margin-left: 5px;
	font-size: 18px;
}

#search_filters_wrapper .facet_price {
    padding-right: 30px;
}

#search_filters_wrapper .facet_price li p {
	color: #000;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    right: 4%;
    text-align: center;
    top: 20%;
}

#search_filters_wrapper .facet-title :is(.fto-angle-up, .fto-angle-down) {
    font-size: 24px;
    color: #b2b2b2;
}

#search_filters_wrapper .facet, #search_filters_wrapper .products-sort-order {
    /*border-bottom: 10px solid #f2f2f2;*/
    position: relative;
}

#search_filters_wrapper :is(.fto-angle-down, .fto-angle-up) {
    cursor: pointer;
}

/* #search_filters_wrapper .facet-content {
    width: 85%;
    margin: 0 auto;
    padding: 25px 0px; 
} */

#search_filters_wrapper .facet-content {
	border-bottom: 1px solid #7F7F7F;
    width: 428px;
    margin: 0 auto;
    padding: 25px 0px;
    padding-left: 10px;
    margin-right: 13px;
}

#search_filters_wrapper .facet-label .magnitude {
    display: none;
}
#search_filters_wrapper .facet:not(.facet_color) .facet-label:not(.facet_label_checkbox) .custom-input-box,
#search_filters_wrapper .facet.facet_color .facet_filter_box a.search-link.js-search-link,
#search_filters_wrapper .facet.facet_color .custom-input-box input {
    display: none !important;
}

#search_filters_wrapper .facet.facet_color .custom-input-color-box {
	border: 1px solid #CFCFCF;
	border-radius: 3px;
    display: inline-block;
	padding: 9px 0;
    width: 68px;
}

#search_filters_wrapper .facet.facet_color .custom-input-box {
	margin-right: 0;
}

#search_filters_wrapper .facet.facet_color .custom-input-box .custom-input-item {
	border: 1px solid #CFCFCF;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 10px;
	margin: 0 auto;
}

#search_filters_wrapper .facet.facet_color .facet-label {
	height: 32px;
}

#search_filters_wrapper .facet.facet_color .facet-label.active .custom-input-color-box {
	border: 2px solid #404040;
	padding: 4px 0;
}

#search_filters_wrapper .facet.facet_color .facet-label.active .custom-input-box .custom-input-item {
	height: 18px;
	width: 54px;
}

#search_filters_wrapper .facet.facet_color .facet-label.active .custom-input-box .custom-input-item i.fto-ok-1 {
	display: none !important;
}

#search_filters_wrapper .facet_filter_box:not(.facet_manufacturer):not(.facet_feature) .search-link.js-search-link {
    padding: 8px 16px;
    color: #333;
    font-size: 12px;
    font-weight: 500;
	border: 1px solid #CFCFCF;
    border-radius: 3px;
    display: inline-block;
    padding: 6px 0;
    width: 68px;
    text-align: center;
}

/*#search_filters_wrapper .facet-label.active .search-link, 
#search_filters_wrapper .js-search-link.current*/
#search_filters_wrapper .facet_filter_box:not(.facet_manufacturer):not(.facet_feature) .facet-label.active .search-link.js-search-link {
    border: 2px solid #404040 !important;
	padding: 5px 0 !important;
}

#search_filters_wrapper .products-sort-order .dropdown_list_item.js-search-link,
#search_filters_wrapper .facet_filter_box .search-link.js-search-link {
    display: block;
    padding: 8px 16px;
    border: 1px solid #CFCFCF;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
}

#search_filters_wrapper .products-sort-order .dropdown_list_item.js-search-link.current,
#search_filters_wrapper .facet_filter_box .facet-label.active .search-link.js-search-link {
    border: 2px solid #404040 !important;
	padding: 7px 16px;
}

#search_filters_wrapper .products-sort-order .dropdown_list_item.js-search-link,
#search_filters_wrapper .facet_filter_box .search-link.js-search-link {
    display: block;
    padding: 8px 16px;
    border: 1px solid #CFCFCF;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
    max-width: 166px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#search_filters_wrapper .facet_filter_box {
    /*display: flex;*/
    overflow-x: clip !important;
}
#search_filters_wrapper .faceted-slider {
    margin-left: 12px;
    margin-bottom: 0px;
}
#search_filters_wrapper .facet_filter_box .ui-slider {
    height: 4px;
    border: none;
    background: #CFCFCF;
}

#search_filters_wrapper .facet_filter_item_li {
    padding: 0;
}

#search_filters_wrapper .facet .facet-label {
    margin-bottom: 9px;
}

#search_filters_wrapper .facet_filter_box .ui-slider-handle {
    border: 1px solid #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: #000;
    top: -10px;
    /*box-shadow: 0px 3px 3px rgb(0 0 0 / 10%);*/
}

#search_filters_wrapper .facet_filter_box .ui-slider-range {
    background: #000;
}

#search_filters_wrapper .facet_filter_box:not(.facet_manufacturer) .magnitude {
    display: none;
}

/* #search_filters_wrapper .facet_filter_item_li:not(:first-child) {
    padding-left: 10px;
} */

#search_filters_wrapper .faceted-slider{
    height: 35px;
    margin-left: 9px;
	margin-top: 10px;
	width: 100% !important;
}

#search_filters_wrapper .title_block .filter-button {
	background: #111;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0 5px;
    text-transform: uppercase;
	font-size: 11px;
    font-weight: 600;
}
#search_filters_wrapper .title_block .filter-button .apply-filters__quantity {
	margin-left: 5px;
}

#search_filters_wrapper .facet.facet-expanded .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    transform: translate(0) !important;
    transition: 0s !important;
}

#search_filters_wrapper .products-sort-order.facet-expanded .swiper-wrapper,
#search_filters_wrapper .facet.facet-expanded:not(.facet_color) .facet_filter_box:not(.facet_attribute_group) .swiper-wrapper {
    height: auto;
    transform: translate(0) !important;
    transition: 0s !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
    grid-auto-rows: minmax(auto, auto);
}

#search_filters_wrapper .facet-expanded .fto-angle-down {
    display: none;
}
#search_filters_wrapper .facet-expanded .fto-angle-up {
    display: block !important;
}
#search_filters_wrapper.show {
    transform: translate(0%);
}

#products {
    transition: 0.4s;
    margin-right: auto;
    max-width: 100%;
}
/* #products.filters-open {
    max-width: 80%;
    margin-top: 40px;
} */
#products.filters-open {
    max-width: 76.15%;
    margin-top: 0px;
}
#products.filters-open .top-wrapper {
    margin-top: 0px;
}
#footer.filters-open {
    max-width: 80%;
    margin-left: auto;
}

/* change on prod */
/* #category .product_list_item .pro_first_box {
    background: #ececec;
    padding: 29px 0px;
} */

#category #wrapper {
    margin-top: 30px;
}
.front-image {
    /* filter: contrast(0.85); */
}

#js-product-list {
    animation: anim .8s ease-out;
}

.js-active-search-filters .js-search-link,
#js-active-search-filters .js-search-link {
    padding: 6px 15px;
}

#products .js-search-filters-clear-all {
	display: none;
}

.js-active-search-filters .active_filter_item,
#js-active-search-filters .active_filter_item {
	align-items: center;
    display: inline-flex;
    background: #FFF;
    border-color: #CFCFCF;	
    border-radius: 3px;	
    color: #333;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    margin-right: 6px;
	min-width: 50px;
    padding: 6px 10px;
}

.active_filter_title {
    margin-top: 0px;
}

.active_filter_item i {
    color: #111;
	font-size: 15px;
    margin-right: 8px;
}

.js-active-search-filters .active_filter_item span,
#js-active-search-filters .active_filter_item span {
    text-align: center;
    width: -webkit-fill-available;
}

.js-active-search-filters .active_filter_item .custom-input-color,
#js-active-search-filters .active_filter_item .custom-input-color {
    background-color: #F0EDE7;
	background-size: cover;
	border: 1px solid #CFCFCF;
    border-radius: 3px;
    height: 16px;
    /* width: 30px; */
}

.js-active-search-filters,
#js-active-search-filters {
    padding: 0px 0px;
    padding-left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#search_filters_wrapper .custom-input-box .custom-input-item.custom-input-color {
	background-size: cover;
}

/* .product_img_link img.back-image, .product_img_link img.front-image{
    transition: none;
} */
/* #subcategories {
    transition: 1.75s;
    max-height: inherit;
} */

#search_filters_wrapper .facet .facet-label.facet_label_checkbox {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 0;
    grid-auto-rows: minmax(auto, auto);
	margin-bottom: 2rem;
}

#search_filters_wrapper .facet_filter_box .search-link.js-search-link.facet_checkbox {
	border: none;
    border-radius: 0;
    display: inline-block;
    padding: 0;
    justify-self: flex-start;
}

#search_filters_wrapper .facet .facet-label.facet_label_checkbox .custom-input-box .custom-input-item {
    align-items: center;
	border: 1px solid #CFCFCF;
    background: #FFFFFF;
    display: inline-flex;
    height: 25px;
    justify-content: center;
    width: 25px;
    line-height: .8125rem;
    vertical-align: middle;
    text-align: center;
}

#search_filters_wrapper .facet .facet-label.facet_label_checkbox.active .custom-input-box .custom-input-item {
	border: 1px solid #000000;
    background-color: #000000;
}

#search_filters_wrapper .facet .facet-label.facet_label_checkbox .custom-input-box .custom-input-item i {
    color: #000;
    font-size: 1.15rem;
}

#search_filters_wrapper .facet .facet-label.facet_label_checkbox.active .custom-input-box .custom-input-item i {
    color: #FFF;
}

#search_filters_wrapper .facet_filter_box .facet-label.active .search-link.js-search-link.facet_checkbox {
    border: none !important;
    padding: 0;
}

#search_filters_wrapper .facet .facet-label.facet_label_checkbox .custom-checkbox {
    line-height: 0;
}

#search_filters_wrapper .facet .facet-label.facet_label_checkbox .custom-checkbox input[type="checkbox"] {
    height: 25px;
    width: 25px;
}

#search_filters_wrapper .facet_filter_box.facet_feature > li:last-child .facet_label_checkbox {
	margin-bottom: 0;
}

#products.filters-open .js-active-search-filters,
#products.filters-open #js-active-search-filters {
    top: 0;
    position: fixed;
    margin-left: -35px;
    box-shadow: 3px 0px 2px rgb(0 0 0 / 10%);
    padding: 15px 0px;
    padding-left: 35px;
    z-index: 1000;
    margin-bottom: 10px;
    width: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

#products.filters-open .pro_second_box .s_title_block a {
    max-width: 270px;
}

#products.filters-open #js-product-list {
    padding: 20px 0;
}

.hide-when-filters-open {
    width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
    transition: max-height 1s;
	z-index: 0 !important;
}

#products {
    padding-left: 25px;
    padding-right: 25px;
}

#subcategories {
    width: 60%;
    margin: 0 auto;
    text-transform: lowercase;
    font-size: 12px;
}
#subcategories a {
    font-size: 14px;
}
#subcategories a::first-letter {
    text-transform: uppercase;
}



.active_filter_title {
    display: none;
}

/*#search_filters_wrapper .block_content::-webkit-scrollbar {
	width: 5px;
}

#search_filters_wrapper .block_content::-webkit-scrollbar-button {
    display: none;
}

#search_filters_wrapper .block_content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: black;
}

#search_filters_wrapper .block_content::-webkit-scrollbar-track {
    margin: 5px 0;
    border-radius: 5px;
    background-color: #dadada;
}*/

@keyframes anim {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    30% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translate(0);
        opacity: 1;
    }
}

#search_filters_wrapper .search_manufacturer {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding: 0 15px;
	border: 1px solid #b2b2b2;
	border-radius: 4px;
}

#search_filters_wrapper .search_manufacturer i {
	font-size: 15px;
}

#search_filters_wrapper .search_manufacturer input {
	border: 0;
	color: #333;
	font-family: Montserrat, Tahoma, sans-serif, Arial;
	font-size: 13px;
    font-weight: 500;
	padding: 0 15px;
}

#search_filters_wrapper .search_manufacturer input::placeholder {
	color: #333;
	font-family: Montserrat, Tahoma, sans-serif, Arial;
	font-size: 13px;
    font-weight: 500;
}
