/**
* Theme Name: Luxride Child
* Description: This is a child theme of Luxride, generated by Merlin WP.
* Author: <a href="https://themeforest.net/category/wordpress?term=steelthemes&#038;view=grid#content">SteelThemes</a>
* Template: luxride
* Version: 1.1.4
/* Remover espaço em brando lateral no mobile

 */
html, body{
    overflow-x: hidden !important; 
}

/* Aumentar tamanho da bandeira no Google Translate */
.goog-te-gadget-icon img {
    width: 40px !important; /* Ajuste conforme necessário */
    height: 40px !important; /* Ajuste conforme necessário */
}

