.blog-sidebar-single-wized.with-title .category-main-wrapper .single-category-area.active {
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    transform: scale(1.02) translateY(-2px);
}

.blog-sidebar-single-wized.with-title .category-main-wrapper .single-category-area.active p {
    color: #ffffff;
}

.form-select {
    background-color: #198754;
    color: #fff;
    border: 1px solid #198754;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    padding: 0 20px;
}

.form-select:focus {
    background-color: #198754;
    color: #fff;
    border-color: #198754;
    box-shadow: none;
}

.form-select option {
    background-color: #fff;
    color: #000;
}

.form-select option:checked {
    background: #198754;
    color: #fff;
}

@media (max-width: 991px) {
    .blog-sidebar-area .row > [class*="col-lg-"] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .theiaStickySidebar {
        position: static !important;
    }
}

@media (max-width: 576px) {
    .rts-cart-list-area .single-cart-area-list {
        flex-direction: column;
        align-items: flex-start;
    }

    .buttons-area-invoice {
        width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 425px) {
    .rts-cart-list-area .title {
        font-size: 1rem;
    }
}

@media (max-width: 375px) {
    .blog-sidebar-single-wized .title {
        font-size: 1.1rem;
    }
}

@media (max-width: 320px) {
    .rts-cart-list-area .single-cart-area-list.main {
        flex-direction: column;
        align-items: stretch;
    }
}
