#left_column {
    display: none !important;
}

#st-container.open_column {
    position: relative;
}

#st-container.open_column #st-content-inner-after,
#st-container.open_column .header-container,
#st-container.open_column .page_heading,
#st-container.open_column #category-description,
#st-container.open_column #subcategories,
#st-container.open_column #category-description-seo,
#st-container.open_column #footer,
#st-container.open_column #product-list-top-wrap {
    display: none;
}

#category #st-container.open_column #wrapper {
    margin-top: 30px;
}

#st-container.open_column #products {
    margin-right: auto;
    margin-top: 40px;
    max-width: 80%;
    padding-right: 25px;
}

#st-container.open_column #products .top-wrapper {
    margin-top: 0px;
}

@keyframes slidein {
    from {
        transform: translate(101%);
    }

    to {
        transform: translate(0%);
    }
}

@keyframes slideout {
    from {
        transform: translate(0%);
    }

    to {
        transform: translate(101%);
    }
}


/* FILTER BLOCK */

#search_filters_wrapper {
    background: #FFFFFF;
    box-shadow: -2px 0px 15px rgb(0 0 0 / 50%);
    height: 100vh;
    right: 0;
    position: fixed;
    top: 0px;
    transform: translate(105%);
    transition: 0.4s;
    width: 20%;
    z-index: 1000;
}

#search_filters_wrapper.filters_close {
    /*animation*/
    animation: slideout 0.3s;
}

#search_filters_wrapper.filters_open {

    transform: translate(0%);
    display: block;
    /*animation*/
    animation: slidein 0.3s;
}


/* FILTER BLOCK TOP */

#search_filters_wrapper .title_block {
    background-color: none;
    height: 55px;
    display: flex;
}

#search_filters_wrapper .title_block * {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}

#search_filters_wrapper .title_block .total-products {
    flex: 1 1 85%;
    background-color: #de8982;
    border: none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    padding: 16px 0px;
    margin: 8px 0px;
    text-transform: uppercase;
}

#search_filters_wrapper .title_block .close {
    flex: 1 1 15%;
    text-align: center;
    font-family: 'IvyMode';
}


/* FILTERS */

#search_filters_wrapper .facet-content .facet-title span {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'IvyMode';
}

#search_filters_wrapper #search_filters .facet ul,
#search_filters_wrapper #search_filters_brands .facet ul,
#search_filters_wrapper #search_filters_suppliers .facet ul {
    max-height: 100%;
}


/* FILTER PRICE */

#search_filters .facet ul.faceted-slider {
    overflow: visible;
    /*width: 100%;*/
}

#search_filters_wrapper .facet_filter_box .ui-slider {
    height: 5px;
    border: none;
    background: #58585A;
}

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

#search_filters_wrapper .facet_filter_box .ui-slider-handle:nth-child(3) {
    background: #58585A;
}

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


/* FILTER BLOCK BOTTOM */

#search_filters_wrapper .bottom-buttons {
    height: 55px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
}

#search_filters_wrapper .bottom-buttons>span {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
}

#search_filters_wrapper .total-products span,
#search_filters_wrapper .bottom-buttons .show-products span {
    margin: 0 4px;
}

#search_filters_wrapper .bottom-buttons .show-products {
    background-color: #de8a80;
    border: none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    padding: 16px 0px;
    margin: 8px 16px 8px 12px;
    text-align: center;
    text-transform: uppercase;
}

#search_filters_wrapper .bottom-buttons .reset-filters,
#search_filters_wrapper .title_block .reset-filters {
    background-color: #59595b;
    border: none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    padding: 16px 0px;
    margin: 8px 16px 8px 16px;
    text-align: center;
    text-transform: uppercase;
}

#right_column::-webkit-scrollbar {
    width: 5px;
}

#right_column::-webkit-scrollbar-button {
    display: none;
}

#right_column::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #000;
}

#right_column::-webkit-scrollbar-track {
    margin: 5px 0;
    border-radius: 5px;
    background-color: #dadada;
}

.swiper-container-facets.swiper-container-horizontal.swiper-container-free-mode {
    width: auto !important;
}

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

#search_filters_wrapper .products-sort-order .swiper-container-facets {
    margin-top: 10px;
    margin-bottom: 15px;
}

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

#search_filters_wrapper .products-sort-order li.swiper-slide {
    margin-right: 10px;
}

#search_filters_wrapper .ui-slider-range {
    z-index: 0;
}

#search_filters_wrapper .ui-slider-handle {
    z-index: 0;
}

#search_filters_wrapper .block_content {
    direction: rtl;
    height: calc(100% - 110px);
    overflow: hidden auto;
    padding-bottom: 0;
    padding-top: 20px;
}

#search_filters_wrapper .block_content #search_filters {
    direction: ltr;
}

#search_filters_wrapper .title_block_inner {
    margin: 0 auto;
    padding: 15px 0px;
    font-family: 'Rubik_GF';
}

#search_filters_wrapper .title_block .filter-button {
    background: #111;
    color: #fff;
    cursor: pointer;
    flex: 0.55;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    height: 50px;
}

#search_filters_wrapper .title_block .filter-button .apply-filters__quantity {
    margin-left: 5px;
}

#search_filters_wrapper .close-filters {
    border-left: 1px solid #eaeaea;
    cursor: pointer;
    width: 50px;
    font-size: 24px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle-filters {
    cursor: pointer;
}

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

#search_filters_wrapper .facet-content .facet-title {
    padding-bottom: 15px;
}



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

#search_filters_wrapper .facet-content .facet-title .arrow i {
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
    color: #b4b4b5;
}


#search_filters_wrapper .block_content section.facet .facet_Talla .search-link {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#search_filters_wrapper .facet-label.active .search-link,
#search_filters_wrapper .js-search-link.current {
    background: #000;
    border: 1px solid #f0f0f0;
    color: #f0f0f0;
}

/* .list_grid_switcher {
    display: none;
} */
#js-product-list-top .products-sort-order {
    opacity: 0;
}

#js-product-list-top {
    max-height: auto;
    border: none;
}

#search_filters_wrapper .facet-title-mobile {
    font-size: 16px;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
}

#search_filters_wrapper .facet-title-mobile .arrow,
#search_filters_wrapper .sort-orders-title-mobile .arrow {
    font-size: 12px;
    cursor: pointer;
    font-weight: normal;
    color: #b4b4b5;
}

#search_filters_wrapper .facet-title-mobile .arrow i,
#search_filters_wrapper .sort-orders-title-mobile .arrow i {
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
    color: #b4b4b5;
}

#search_filters_wrapper .facet_price li p {
    text-align: center;
}

#search_filters_wrapper .facet-title-mobile :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: 90%;
    margin: 0 auto;
    padding: 25px 0px;
}

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

#search_filters_wrapper .custom-input-box {
    display: none;
}

#search_filters_wrapper .custom-input-box {
    display: none;
}

#search_filters_wrapper .search-link,
.js-search-link {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
    border-radius: 4px;
    min-width: 36px;
    text-align: center;
}

#search_filters_wrapper .facet_filter_box {
    display: flex;
    overflow-x: visible !important;
}

#search_filters_wrapper .faceted-slider {
    margin-left: 12px;
    margin-bottom: 0px;
}



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

.facet_filter_item_li {
    flex-shrink: 0;
    margin-right: 9px;
    padding: 2px 0 !important;
}

#search_filters_wrapper .faceted-slider {
    height: 45px;
}

#search_filters_wrapper .search_filters_wrapper__buttons {
    z-index: 1;
    position: fixed;
    bottom: 0;
    width: 20%;
    background: grey;
    left: 0;
    height: 60px;
    display: flex;
    border-top: 2px solid #777777;
}

#search_filters_wrapper .search_filters_wrapper__buttons .filter-button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
}

#search_filters_wrapper .search_filters_wrapper__buttons .delete-filters {
    background: #dadadc;
    color: #626264;
    cursor: pointer;
}

#search_filters_wrapper .search_filters_wrapper__buttons .apply-filters {
    background: #111;
    color: white;
    cursor: pointer;
}

#search_filters_wrapper .facet_filter_box.collapse.show,
#search_filters_wrapper .facet_filter_box.collapsing {
    flex-wrap: wrap;
}

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

#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%);
}

#search_filters_wrapper.show .search_filters_wrapper__buttons {
    display: flex;
}

/* #products {
    transition: 0.4s;
    margin-left: auto;
    max-width: 100%;
} */




/* .front-image {
    filter: contrast(0.85);
    border-radius: 20px;
} */

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

#js-active-search-filters .js-search-link {
    padding: 4px 10px;
}

#js-active-search-filters .active_filter_item {
    border-radius: 5px;
    border-color: #F9F9FA;
    background: #F9F9FA;
    color: #111;
    margin: 0px 5px 7px;
}

.active_filter_title {
    margin-top: 0px;
}

.active_filter_item i {
    margin-left: 5px;
    color: #111;
}

#js-active-search-filters {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#js-active-search-filters .active_filter_title {
    margin-bottom: 8px;
}

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

#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: 0;
    /* padding-left: 35px;
    margin-bottom: 10px;
    width: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;*/
}

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

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

/* #products {
    padding-left: 25px;
    padding-right: 25px;
} */
.total_items {
    font-weight: 600;
    font-size: 16px;
}

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

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

#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: #58585A;
}

#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 .swiper-wrapper {
    height: auto;
}

#search_filters_wrapper .search_manufacturer {
    display: flex;
    align-items: center;
    margin-right: 10px;
    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 {
    padding: 0 15px;
    border: 0;
    font-weight: 400;
    color: #444;
}

._xo5f1.hidden {
    display: none !important;
}

#search_filters .products-sort-order {
    margin-right: 0px;
}

#search_filters .swiper-container-facets .swiper-slide {
    width: auto !important;
}

#search_filters .sort-orders-title-mobile {
    font-size: 16px;
    padding-left: 30px;
    padding-top: 25px;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
}

#search_filters .products-sort-order .dropdown_list {
    overflow-x: auto;
    position: static;
    margin-bottom: 10px;
    margin-left: 30px;
}

#search_filters .products-sort-order .dropdown_list::before {
    content: none;
}

#search_filters .products-sort-order .dropdown_list_ul {
    display: flex;
    border: none;
    padding-bottom: 10px;
    padding-top: 10px;
}

#search_filters .products-sort-order .dropdown_list_ul li {
    margin-right: 10px;
}

#search_filters .products-sort-order .dropdown_list_ul a i {
    display: none;
}

/*
#right_column {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#js-product-list-top .products-sort-order {
	display: none;
    opacity: 0;
}

#search_filters_wrapper .title_block {
    box-shadow: 0px 6px 5px rgb(0 0 0 / 6%);
}

#search_filters_wrapper {
    position: fixed;
    top: 0px;
    width: 20%;
    left: 0;
    z-index: 1000;
    transform: translate(-101%);
    background: white;
    transition: 0.4s;
    height: 100vh;
    box-shadow: 5px 0px 15px rgb(0 0 0 /10%);
}
#search_filters_wrapper .products-sort-order .dropdown_list
{
    display: flex;
}
#search_filters_wrapper .products-sort-order .swiper-container-facets
{
    margin-top: 10px;
    margin-bottom: 15px;
}
#search_filters_wrapper .products-sort-order.facet-expanded li
{
    margin-bottom: 30px;
}

#search_filters_wrapper .block_content {
    padding-top: 20px;
    overflow: hidden auto;
    height: calc(100% - 114px);
}
#search_filters_wrapper .title_block_inner {
    margin: 0 auto;
    font-size: 14px;
    padding: 15px 0px;
}
#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;
}

#search_filters_wrapper .facet-title {
    font-size: 15px;
    padding-right: 20px;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
    transform: scaleY(1.05);
    font-size: 13px;
}

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

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

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

#search_filters_wrapper .facet_price li p {
    text-align: center;
}

#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: 92%;
    margin: 0 auto;
    padding: 25px 0px;
    margin-right: 0;
}
 #search_filters_wrapper .facet-label .magnitude {
    display: none;
}
 #search_filters_wrapper .custom-input-box {
    display: none;
}
 #search_filters_wrapper .custom-input-box {
    display: none;
}
#search_filters_wrapper .search-link, .js-search-link {
	background-color: #EEEEEF;
	border: 1px solid #EEEEEF;
	color: #000000;
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;

}
 #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: 5px;
    border: none;
    background: #77C8A4;
}

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

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

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

#search_filters_wrapper .faceted-slider {
    height: 45px;
}

#search_filters_wrapper .search_filters_wrapper__buttons {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: grey;
    left: 0;
    height: 60px;
    display: flex;
    box-shadow: 0px -6px 5px rgb(0 0 0 / 6%);
}
#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 .search_filters_wrapper__buttons .filter-button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
}



#search_filters_wrapper .search_filters_wrapper__buttons .apply-filters {
    background: #111;
    color: white;
    cursor: pointer;
}
#search_filters_wrapper .facet-expanded .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    transform: translate(0) !important;
    transition: 0s !important;
}
#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%);
}
#search_filters_wrapper.show .search_filters_wrapper__buttons {
    display: flex;
}

#search_filters_wrapper .facet-label.active .search-link, #search_filters_wrapper .js-search-link.current {
    background: #77C8A4;
    border: 1px solid #77C8A4;
    color: white;
}

#products {
    transition: 0.4s;
    margin-left: auto;
    max-width: 100%;
}

#products.filters-open {
    max-width: 80%;
    margin-top: 0px;
}
#products.filters-open .top-wrapper {
    margin-top: 0px;
}
#footer.filters-open {
    max-width: 80%;
    margin-left: auto;
}

#js-product-list {
    animation: anim .8s ease-out;
}
#js-active-search-filters .js-search-link {
    padding: 6px 15px;
}
#js-active-search-filters .active_filter_item {
    margin: 0;
    color: #111;
    border-radius: 5px;
    border-color: #F9F9FA;
    background: #F9F9FA;
    margin-left: 10px;
}
.active_filter_title {
    margin-top: 0px;
}
.active_filter_item i {
    margin-left: 5px;
    color: #111;
}
#js-active-search-filters{
    padding: 0px 0px;
    padding-left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#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 #js-product-list {
    padding: 20px;
}

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

.total_items {
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    right: 45px;
}


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

.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-right: 25px;
	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 {
	padding: 0 15px;
	border: 0;
	font-family: Jost, Tahoma, sans-serif, Arial;
    font-weight: 400;
	color: #000000;
}

#search_filters_wrapper .search_manufacturer input::placeholder {
	color: #000000;
}
*/

/* Filtro de ordenación */