:root {
    --primary-color: #AC4147;
}

#video-slider-mute {
    position: absolute;
    top: auto;
    left: auto;
    right: 20px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--cnvs-contrast-0);
    color: var(--cnvs-contrast-1000);
    font-size: 1.25rem;
    border: 0;
}

#video-slider-mute i {
    position: relative;
    left: 1px;
}

#video-slider-mute i:nth-of-type(2),
#video-slider-mute.video-muted i:nth-of-type(1) { display: none; }

#video-slider-mute.video-muted i:nth-of-type(2) { display: block; }

.slick-next:before, .slick-prev:before {
    font-size: 40px !important;
    line-height: 0 !important;
    color: var(--primary-color) !important;
}

.slick-prev {
    left: -35px !important;
}

.ui-autocomplete {
    background-color: white !important;
    list-style-type: none !important;
}