@media screen and (max-width: 400px) {
    .xoo-cp-rel-sing {
        width: 100% !important;
        display: inline-block;
        margin: 0 !important;
        float: none !important; 
        text-align: center;
    }    
}
.xoo-cp-rel-sing {
    width: 33% !important;
}
li.xoo-cp-rel-sing {
     max-width:fit-content !important;
     min-width: 50px; 
}
div.xoo-cp-rel-slider ul.xoo-cp-rel-prods {
    list-style-type: none;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 5% !important;
    overflow: auto;
    min-width: 600px;
	
}
