.accordion-button:focus {
    box-shadow: none;
    z-index: 1;
}

.accordion-button:not(.collapsed) {
    color: #444444;
    background-color: white;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/Без\ названия.svg);
}

.form-check-input:checked,
.form-check-input:focus {
    background-color: #32cd32;
    border-color: #32cd32;
    box-shadow: none;
}

.btn-success,
.btn-success:focus {
    background-color: #32cd32;
    border-color: #32cd32;
    color: #fff;
    box-shadow: none;
}

.btn-success:hover {
    background-color: #32cd32;
    border-color: #175217;
    color: #fff;
}

.page-link {
    color: #444444;
}

.page-link:focus,
.page-link:hover {
    box-shadow: none;
    color: #444444;
}

.page-item.active .page-link {
    background-color: #444444;
    border-color: #444444;
    z-index: 1;
    color: #fff;
}

/* --- Адаптивность --- */
/* --- Адаптивность для сортировки и карточек товаров --- */
@media (max-width: 991.98px) {
    .main-board-products {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        float: none;
        display: block;
    }
    .category-menu {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 20px;
        float: none;
        display: block;
    }
    .dropdown {
        width: 100%;
        margin-bottom: 20px;
    }
    .dropdown-menu {
        min-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .col-lg-4, .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
    .card {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .dropdown {
        width: 100%;
    }
    .dropdown-menu {
        min-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }
    .pagination {
        flex-wrap: wrap;
    }
    .page-link {
        font-size: 15px;
        padding: 6px 10px;
    }
}