/* ==========================================================
   Category Slider
========================================================== */

.moddoz-categories-slider{

    width:100%;

    max-width:100%;

    overflow:hidden;

    padding-top:10px;

    padding-bottom:55px;

}

.moddoz-categories-slider .swiper-wrapper{

    align-items:stretch;

}

.moddoz-categories-slider .swiper-slide{

    height:auto;

}

/* Pagination */

.moddoz-categories-slider .swiper-pagination{

    bottom:0 !important;

}

.moddoz-categories-slider .swiper-pagination-bullet{

    width:10px;

    height:10px;

    opacity:1;

    background:#d4d4d4;

    transition:.3s;

}

.moddoz-categories-slider .swiper-pagination-bullet-active{

    background:var(--moddoz-primary);

    width:28px;

    border-radius:20px;

}

/* Navigation */

.moddoz-categories-slider .swiper-button-prev,

.moddoz-categories-slider .swiper-button-next{

    display:none !important;

}