#cartus-breadcrumb{
    top: 36px;
}

footer.fixed-bottom {
    bottom: -100%;
}
.categories-filters-nav {
    margin-inline: -25px;
}
.categories-filters-nav {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    color: var(--color);
}
.tags_nav .nav-link {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    color: var(--color);
    border: 1px solid var(--color);
}
.tags_nav {
    gap: 10px;
}
.tags_nav:has(.nav-item) {
    margin-bottom: 0.5rem;
}
.tags_nav .nav-link.active {
    background-color: var(--color);
    color: #ffffff;
    padding: 7px 10px;
}
.category_description {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    color: var(--color);
}
.category_description:not(:empty) {
    padding-block: 0.75rem;
}
#category .product-categories[data-cols="2"] .product-item,
#category .product-categories[data-cols="6"] .product-item {
    flex: 0 0 50%;
    max-width: 50%;
}
#category .product-categories[data-cols="6"] .product-item {
    margin-bottom: 0 !important;
}
#category .product-categories[data-cols="6"] .product-item .card-body {
    display: none;
}
#select_colors.form-inline .custom-control {
    flex: 0 0 50%;
    max-width: 50%;
}
#select_colors.form-inline .custom-control .custom-control-label {
    justify-content: flex-start;
}
.filter-options .filter-head {
    padding-left: 0;
}
.main_btn.clear_all_btn {
    background: #ffffff;
    color: var(--color);
}
.main_btn.save_filters_btn {
    background: var(--color);
    color: #ffffff;
}
.sort_by_dropdown .dropdown-item {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    color: var(--color);
    padding: 6px 8px;
    border: 1px solid var(--color);
}
.sort_by_dropdown .dropdown-item.active {
    display: none;
}
.sort_by_dropdown .dropdown-item:hover,
.sort_by_dropdown .dropdown-item:focus,
.sort_by_dropdown .dropdown-item:active {
    background: var(--color);
    color: #ffffff;
}
.sort_by_dropdown .dropdown-toggle {
    line-height: normal;
}
.sort_by_dropdown .dropdown-toggle:after {
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(/dist/images/arrow-down.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    display: inline-flex;
    align-items: center;
}
.sort_by_dropdown .dropdown-menu {
    border: none;
    border-radius: 0;
    padding-block: 6px 0;
    min-width: 100%;
}
@media (min-width: 575px) {
    #category .product-categories[data-cols="6"] .product-item {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}
@media (min-width: 750px) {
    #category .product-categories[data-cols="6"] .product-item {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 970px) {
    #category .product-categories[data-cols="6"] .product-item {
        flex: 0 0 16.66666%;
        max-width: 16.66666%;
    }
}

@media (max-width: 749px) {
    #category .product-categories[data-cols="1"] .product-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .category_description {
        font-size: 24px;
        line-height: 24px;
    }
    .sort_by_dropdown .dropdown-label {
        display: none;
    }
}

@media (max-width: 480px) {
    footer.fixed-bottom {
        bottom: -120%;
    }
}