div#projector_price_srp_wrapper {
    display: none !important;
}

iframe#tidio-chat-iframe {
    margin-bottom: 10%!important;
}


@media only screen and (max-width: 768px) {
iframe#tidio-chat-iframe {
    margin-bottom: 30%!important;
}
}

.product > a img {
transition: all .3s ease-in-out !important;
}

.product:hover > a img {
transform: scale(1.07);
}