

.mySwiper .swiper-pagination-bullet {
    background: #dc2626 !important;
    width: 16px;
    height: 5px;
    border-radius: 6px;
}

.mySwiper .swiper-pagination {
    bottom: var(--swiper-pagination-bottom,-2px) !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.1);
    width: 30px!important;
    height: 30px;
    border-radius: 100%;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.1);
    width: 30px!important;
    height: 30px;
    border-radius: 100%;
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #dc2626;
}

.mySwiper3 .swiper-pagination-bullet,
.mySwiper4 .swiper-pagination-bullet {
    background: #dc2626 !important;
    /*width: 16px;*/
    /*height: 5px;*/
}

.mySwiper3 .swiper-pagination,
.mySwiper4 .swiper-pagination{
    bottom: var(--swiper-pagination-bottom,-4px) !important;
}


@media screen and (min-width: 1280px) {
    .mySwiper .swiper-pagination-bullet {
        width: 24px;
        height: 8px;
        border-radius: 8px;
    }
}

/*Style Scrollbar Basket In Mobile*/

#mobile-basket-body {
    /* width */
    &::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    &::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    &::-webkit-scrollbar-thumb {
        background: #111827;
        border-radius: 10px;
    }

}

