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

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
  font-weight: 200 !important; /* Ou 400 para um pouco mais de peso */
}

/* Se o tema usar 'html' como base */
html {
  font-weight: 200 !important;
}

.woocommerce-mini-cart__buttons .button:nth-child(2) {
  display: none !important;
}

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


}