footer#footer {
    margin-top: 3rem;
}
main#wrapper {
    background: #F6F6F6;
    padding-bottom: 2rem;
}
#content-wrapper {
    padding-bottom: 2rem;
}
.layout-left-column #left-column {
    padding-right: 20px;
}
.wrapper__sidebar {
    background: #fff;
    padding: 16px 20px 10px;
}
.wrapper__sidebar .left-block {
    border-bottom: none;
    margin-bottom: 1rem;
    padding-bottom: 0;
}
.left-block__title {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #000;
    margin: 0 0 15px;
}
.category-tree__child .category-tree__list .category-tree__item {
    border-top: 1px solid #DCDCDC;
    border-radius: 0;
}
.category-tree__child .category-tree__list {
    row-gap: 0;
}
.category-tree__item__header.nosplit {
    padding: 10px 0;
}
.category-tree__child .category-tree__list[data-depth="0"]>.category-tree__item>.category-tree__item__header .category-tree__item__link {
    font-weight: 400;
    font-size: 18px;
}
.accordion--category .accordion-button {
    width: 40px;
    height: 32px; 
}
.accordion--category .accordion-button:after {
    background-size: 12px;
    background-position: center;
    margin: 0;
}
h1.page-title-section {
    font-size: 28px;
    text-align: center;
    line-height: 34px;
    font-weight: 700;
    padding-bottom: .5rem;
}
.subcategories h2 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    margin: 0 0 17px;
}
.subcategories_block {
    padding: 25px 48px;
    background: #fff;
    border: 1px solid #E8E8E9;
}
.subcategory {
    align-items: center;
    border: none;
    border-radius: 0;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    text-align: center;
}
.subcategory .subcategory__name {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px;
    margin-left: 0;
    padding: 8px;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
}
.subcategory .subcategory__image {
    flex-shrink: 0;
    width: 100%;
    text-align: center;
    height: 145px;
    border: 1px solid #E8E8E9;
    padding: 6px;
    margin: 0;
}
.subcategory__image img.img-fluid {
    width: 112px;
    height: calc(100% - 12px);
    object-fit: contain;
    max-width: 100%;
    margin: 0 auto;
}
h1#js-product-list-header {
    font-size: 28px;
    padding: 0 0 1rem;
    font-weight: 700;
    color: #000;
    line-height: 34px;
}
#js-product-list-header {
    padding: 0 0 45px;
}
.subcategory__wrapper {
    margin-bottom: 0;
    padding: 0 6px;
}
.slick-arrow.slick-next:before {
    width: 8px;
    height: 8px;
    content: "";
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(43deg);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(43deg);
    margin-left: -2px;
}
.slick-arrow.slick-prev:before {
    width: 8px;
    height: 8px;
    content: "";
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    margin-left: 2px;
}
.slick-arrow {
    border: none;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    transform: none;
    margin-top: 0;
    background-color: #F6F6F6;
    border-radius: 50%;
    font-size: 0;
    height: 36px;
    line-height: 36px;
    margin-left: 0;
    width: 36px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin-top: -20px;
}
button.slick-next.slick-arrow {
    right: -40px;
}
button.slick-prev.slick-arrow {
    left: -40px;
}
.product-miniature .product-miniature__infos__bottom .btn-primary {
    padding: 4px 4px;
    font-size: 16px;
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .products .col-xl-3 {
        width: 33.33333333%;
    }
}
@media (max-width: 1200px) {
.product-miniature .product-miniature__infos__bottom .btn-primary {
    padding: 4px 2px;
    font-size: 14px;
}
}
@media (max-width: 768px) {
#js-product-list-header {
    padding: 0 0 20px;
}
.wrapper__sidebar {
    padding: 16px 20px 16px;
    margin: 0 0 20px;
}
.layout-full-width .products-selections-filters, .layout-left-column .products-selections-filters {
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
}
.products-selections-filters .col-lg-6 {
    width: auto;
}
.products-selections-filters .total-products {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}
    .left-block__title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
    }
    .wrapper__sidebar .left-block {
    margin-bottom: 0;
    }
    .left-block__title:not(.collapsed) {
        margin-bottom: 10px;
    }
    .left-block__title:not(.collapsed) i {
        transform: rotate(180deg);
    }
    .left-block__title i {
        color: rgb(0, 0, 0);
    }
    .left-block__title i {
        color: #000000;
        transition: transform 0.25s ease-in-out;
    }
}