#marketplace-deals .prev {
    cursor: pointer;
    left: -10px;
    position: absolute;
    top: 225px
}

#marketplace-deals .next {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: 225px
}

#marketplace-deals .slick-arrow svg path {
    fill: var(--cs-lime) !important
}

#marketplace-deals .arrow {
    background-position: top, bottom;
    background-repeat: no-repeat;
    background-size: 100% 50%;
    width: 75px
}

@media (max-width:768px) {
    #marketplace-deals-section .prev {
        bottom: -40px;
        top: unset
    }
    #marketplace-deals-section .next {
        bottom: -40px;
        left: 60px;
        position: absolute;
        top: unset
    }
}

@media (max-width:576px) {
    #marketplace-deals-section .arrow {
        width: 0 !important
    }
}