.titleNFilters .head,
.titleNFiltersHead {
    align-items: center;
}

.filterTags.active {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    overflow: visible;
}

.filterTags .tagNclose {
    flex: 0 0 auto;
}

.filterTags .tagNclose:hover,
.filterTags .tagNclose:focus,
.filterTags .tagNclose:active {
    background-color: transparent !important;
    box-shadow: none !important;
}

.filterTags .tagNclose:hover span,
.filterTags .tagNclose:hover a,
.filterTags .tagNclose:focus span,
.filterTags .tagNclose:focus a,
.filterTags .tagNclose:active span,
.filterTags .tagNclose:active a {
    color: inherit !important;
    filter: none !important;
}

@media (min-width: 900px) {
    .filterNProducts .titleNFilters > .line,
    .filterNProducts .titleNFilters .filters_wrapper > .line {
        width: 100%;
        margin-left: 0;
    }
}

.productsList .product-item {
    height: 100%;
    min-height: 438px;
    display: flex;
    flex-direction: column;
}

.productsList .product-item .prodTop {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.productsList .product-item .prodBottom {
    margin-top: auto;
}

.productsList .product-item .priceHolder {
    margin-top: auto;
    min-height: 52px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.productsList .product-item .addToBasket,
.product-item .product_btns .addToBasket {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.productsList .product-item .oldprice,
.productsList .product-item .oldPrice,
.product-item.desc .priceHolder .oldprice {
    color: #7a1d1d !important;
    text-decoration-color: #7a1d1d !important;
}

.product-item.desc .product_btns .addToBasket {
    min-width: max-content;
    white-space: nowrap;
}

#page-headerDesktop .search INPUT[type="text"],
.mobileFixedHeader .search INPUT[type="text"],
.filterNProducts .filters .search INPUT[type="text"] {
    padding-right: 84px !important;
    text-overflow: ellipsis;
}

#page-headerDesktop .search .topsearch,
.mobileFixedHeader .search .topsearch {
    overflow: hidden;
    white-space: nowrap;
}

#page-headerDesktop .search .btnSearch,
.mobileFixedHeader .search .btnSearch {
    right: 10px !important;
}

.mobileFixedHeader .search .btnClearSearch {
    right: 48px !important;
}

.filterNProducts .titleNFilters .filters .title {
    color: #241a04;
    font-weight: 600;
    margin-bottom: 4px;
}

.filterNProducts .titleNFilters .filters .subtitle {
    color: #7f7667;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    margin: -2px 0 12px;
}

.filterNProducts .titleNFilters .checkboxFilters .checkbox {
    align-items: center;
}

.filterNProducts .showAlts,
.filterNProducts .showAlts:hover,
.filterNProducts .showAlts:focus,
.filterNProducts .showAlts:active {
    text-decoration: none !important;
}

.filterNProducts .titleNFilters .checkboxFilters .checkbox:has(input:checked) {
    background: transparent !important;
}

.filterNProducts .titleNFilters .checkboxFilters .checkbox input:checked + span,
.filterNProducts .titleNFilters .checkboxFilters .checkbox input:checked ~ span,
.filterNProducts .titleNFilters .checkboxFilters .checkbox input:checked + label,
.filterNProducts .titleNFilters .checkboxFilters .checkbox input:checked ~ label {
    color: #3a3a3a !important;
}

.filterNProducts .titleNFilters .checkboxFilters label,
.filterNProducts .titleNFilters .linkFilters a {
    color: #3a3a3a;
    font-weight: 500;
}

.filterNProducts .titleNFilters .checkboxFilters .count,
.filterNProducts .titleNFilters .linkFilters .count {
    color: #7f7667;
}

.expandableBlocks .block.returnPolicy {
    border-top: 0;
}

@media (max-width: 899px) {
    .productsList .product-item {
        min-height: 420px;
    }
}
