/*
Theme Name: Lotis
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.tooltipster-content {
    display: none;
}
.tooltipster-base {
    display: none;
}
.tooltipster {
    display: none;
}


/*.icon-shopping-basket {
	visibility: hidden;
}*/

.header-main .social-icons, .header-main .cart-icon strong, .header-main .menu-title, .header-main .header-button > .button.is-outline, .header-main .nav > li > a > i:not(.icon-angle-down) {
    color: #c6104b !important;
}

.token-access-alert {
    display: none !important;
}
.footer-1 {

    padding-top:50px;
	padding-bottom:50px;

}

/* Hides the reCAPTCHA on every page */
.grecaptcha-badge {
    display: none !important;
}

/* Shows the reCAPTCHA on the Contact page */

#form-result.success {
    color: green;
    background-color: transparent; /* Ou autre couleur de fond appropriée */
}

#form-result.error {
    color: red;
    background-color: transparent; /* Ou autre couleur de fond appropriée */
}

/*.product-section {
  display: none;
}*/




