.product-tile__rating .font-icon.icon-fa-star-o.rating-star-empty {
    color: transparent
}

@media(min-width:769px) {
    .back-to-top {
        bottom: 15% !important;
        right: 35px !important
    }
}

.back-to-top {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem)
}

@media(max-width:768px) {
    .back-to-top {
        right: 2.1rem !important;
        bottom: 12% !important
    }
    
    .back-to-top {
        position: fixed;
        bottom: 11% !important;
    }

    .gnattaChat {
        left: 5%;
        bottom: 11%;
        height: fit-content;
        width: fit-content;
    }
}

@media(max-width:575px) {
    .back-to-top {
        position: fixed;
        bottom: 11% !important;
    }

    .gnattaChat {
        left: 5%;
        bottom: 11%;
        height: fit-content;
        width: fit-content;
    }
}

.gnattaChat {
    z-index: 10 !important
}