.swiper_slide {
    padding: 20px 10px;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0 0 3px 0px #0000002d;

}

@media(max-width: 768px) {
    .swiper_slide {
        min-height: 151px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

.swiper_slide:hover {
    box-shadow: 0 0 3px 0px #0000002d;
}

.category_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow_nav {
    display: flex;
    align-items: center;
}

.arrow_nav svg {
    color: var(--primary);
    cursor: pointer;
}

.swiper_slide img {
    position: relative !important;
    margin: 0 auto;
    max-width: 100px;
}

.category_title {
    padding-top: 20px;
    margin: 0;
}


.mySwiper {
    display: block;
}

.category_selection {
    overflow: hidden;
    padding: 5px;
}

.btn_next {
    position: relative !important;
    margin-top: 0 !important;
    height: auto !important;
    width: 20px !important;
    right: auto !important;
}

.btn_prev {
    position: relative !important;
    margin-top: 0 !important;
    height: auto !important;
    width: 20px !important;
    right: auto !important;
}

@media(max-width: 550px) {
    .category_title {
        font-size: 12px !important;
    }
}

.loader {
    height: 30vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.loader svg {
    max-width: 35px;

}