.filter-container {
    background: #fff;
    padding: 0 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    border-radius: 8px;
    width: 100%;
    max-width: 250px;
}

.filter-group {
    padding: 23px 0 23px 0;
    margin: 0rem 0.6rem 0rem 0.75rem;
    border-bottom: 1px solid #ECECEC;
}

.filter-header .arrow {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #CFCFCF;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.filter-header.active .arrow {
    transform: rotate(180deg) translateY(-50%);
}

.filter-header {
    font-size: 13px;
    cursor: pointer;
    padding: 12px;
    position: relative;
}

.filter-wrapper {
    display: flex;
    align-items: start;
}

.filter-content {
    padding: 12px;
    display: none;
    border-radius: 0 0 8px 8px;
}

.filter-popup {
    color: #192F7C;
}

.filter-popup:hover {
    text-decoration: underline;
}

.checkbox-group label {
    display: block;
    margin-bottom: 8px;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 8px;
}

.price-slider-container {
    margin-top: 12px;
}

.filter-buttons button {
    width: 100%;
    margin: 10px 0;
    padding: 10px 20px;
    border-radius: 5px;
    background: #FAFAFA;
    margin-top: 23px;
    cursor: pointer;
    color: #192F7C;
    font-size: 13px;
}



.filter-buttons button:hover {
    color: #3483b8;
    text-decoration: underline;
}

#productsTable {
    margin: 30px 0 60px !important;
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 12px;
    border-bottom: 1px solid #e0e0e0;
    color: #4F4F4F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}

th {
    color: #000;
    font-weight: 600;

}

.noUi-target {
    background: #e0e0e0;
    height: 4px;
}

.noUi-connect {
    background: #294195 !important;
}

.noUi-handle {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: #294195  !important;
    margin-top: -4px !important;
    box-shadow: none !important;
}

.noUi-handle:after, .noUi-handle:before {
    display: none !important;
}
.noUi-horizontal .noUi-handle {
    right: -6px !important;
    top: -1px !important;
}

.noUi-touch-area:hover {
    cursor: grab;
}

.noUi-touch-area:active {
    cursor: grabbing;
}

.noUi-handle:active {
    width: 15px !important;
    height: 15px !important;
}

.price-values {
    margin-top: 20px;
    text-align: center;
}

.titleFiltr {
    padding-top: 12px;
}

#price-slider {
    height: 4px;
}

.review__thanks-title {
    font-size: 30px;
}

.review__thanks-content img {
    max-width: 150px !important;
}

.modal__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin: 0 0 30px;
}

.filter__modal-form label {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 47, 124, 0.60);
    z-index: 2;
}

.modal-overlay.active {
    display: block;
}

.product-item-detail-slider-container {
    z-index: 0;
}

