#categslider {
    background: #f5f2f0;
}

#categslider h3 {
    font-size: 44px;
}

#categslider span {
    font-size: 15px;
    color: #313131;
}

#categslider .img {
    height: 140px;
}

#categslider .swiper-slide {
    height: auto;
}

#categslider .swiperblock {
    margin: 0 20px;
}

#categslider .swiper {
    padding: 10px;
    overflow: hidden;
}

#categslider .swiper-button-next,
#categslider .swiper-button-prev {
    background: url(../images/category-slider/btn-swiper-2.png);
    width: 25px;
    height: 25px;
    top: 55%;
}

#categslider .swiper-button-next:after,
#categslider .swiper-button-prev:after {
    display: none;
}

#categslider .swiper-button-prev {
    left: -40px;
}

#categslider .swiper-button-next {
    right: -40px;
}

#categslider .swiper-button-prev {
    transform: scale(-1);
}

#categslider a {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

#categslider a:hover {
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 19%);
    text-decoration: none;
}

@media (min-width: 1200px) {
    #categslider .container {
        width: 100%;
        max-width: 1345px;
    }
}

@media (max-width: 1400px) {
    #categslider .swiper-button-prev {
        left: -30px;
    }

    #categslider .swiper-button-next {
        right: -30px;
    }
}

@media (max-width: 480px) {
    #categslider h3 {
        font-size: 30px;
    }
}

/* ============================================================
   SHOP ALL RENT-2-OWN section title — No Credit Check redesign
   (?test only; the grid itself is the shop-all #sa-categories
   block, styled by redesign/css/shop-all.css)
   ============================================================ */

.ncc-redesign .ncc-categ-title {
    margin-bottom: 48px;
    font-family: 'Avenir Next Condensed BOLD', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 43.2px;
}

.ncc-redesign .ncc-br-mobile {
    display: none;
}

.ncc-redesign #ncc-categories {
    padding-bottom: 50px;
}

.ncc-redesign #sa-categories {
    padding-top: 83px;
}

@media (max-width: 991px) {

    .ncc-redesign #ncc-categories {
        padding-bottom: 0;
    }

    .ncc-redesign .ncc-categ-title {
        font-size: 39px;
        line-height: 45px;
        margin-bottom: 42px;
    }

    .ncc-redesign .ncc-br-mobile {
        display: inline;
    }

    .ncc-redesign #sa-categories {
        padding-top: 61px;
    }
}
