.cursor-pointer {
    cursor: pointer !important;
}

.fs-7 {
    font-size: 0.85rem !important;
}

.fs-8 {
    font-size: 0.80rem !important;
}

.fs-9 {
    font-size: 0.75rem !important;
}

.btn {
    height: auto !important;
}

.rounded {
    border-radius: 10px;
}

@media screen and (max-width:992px) {
    .navbar .navbar-toggler {
        width: auto;
        padding-left: 30px;
        align-items: center;
        display: flex;
    }
}

.widget-categories ul li ul li a {
    background: none;
    color: #000;
}

.widget-categories ul li ul li a:hover,
.widget-categories ul li ul li a.active {
    background: var(--color-primary);
    color: #FFF;
}

.swiper-pagination-bullet-active {
    background: #fe7d2d;
}