.feedback {
    background: url("/javax.faces.resource/dot-pattern.png.xhtml?ln=images&v=50") repeat;

}

.feedback .slick-prev {
    background: url("/javax.faces.resource/arrow-left.svg.xhtml?ln=images&v=50") no-repeat;
}

.feedback .slick-prev:hover {
    background: url("/javax.faces.resource/arrow-left.svg.xhtml?ln=images&v=50") no-repeat;
    opacity: 0.5;
}

.feedback .slick-next {
    background: url("/javax.faces.resource/arrow-right.svg.xhtml?ln=images&v=50") no-repeat;
    background-position: right;
}

.feedback .slick-next:hover {
    background: url("/javax.faces.resource/arrow-right.svg.xhtml?ln=images&v=50") no-repeat;
    opacity: 0.5;
    background-position: right;
}

@media (max-width: 991.9999px) {
    .product__text2 ul  {
        list-style-type: none;
    }
    .product__text2 ul li {
        background: url("/javax.faces.resource/tick-mobile.svg.xhtml?ln=images&v=50") no-repeat 0 5px;
    }
}

@media (min-width: 992px) {
    .product__text2 ul  {
        list-style-type: none;
    }
    .product__text2 ul li{
        background: url("/javax.faces.resource/tick-desktop.svg.xhtml?ln=images&v=50") no-repeat;
    }
}


