/* 
    Had to add custom css file, because noone left package.json on prod
    When i tried to run:
    sass src/scss/app.scss dist/style.css --style=compressed --source-map
    caused many errors
    
 */

.float-right {
    float: right !important;
}
.yith-wcwl-feedback-messages-container{
    display: none !important;
}