.cb-button-prev.swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #d83e40;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, .3);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.swiper-button-prev::after{
    color: white;
}

.cb-button-next.swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #d83e40;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, .3);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.swiper-button-next::after{
    color: white;
}