/*
Theme Name: Flatsome Child
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  ***************/


}

/* Flatsome: remove a faixa "FORA DE ESTOQUE" que aparece sobre a imagem */
.box-image .out-of-stock-label,
.box-image .out-of-stock,
.image-tools .out-of-stock-label,
.image-tools .out-of-stock,
.badge-container .out-of-stock,
.badge.out-of-stock {
  display: none !important;
}

/* Em alguns layouts o Flatsome usa um overlay/label dentro do link da imagem */
.product-small .box-image .badge,
.product-small .box-image .badge-container {
  /* mantém os badges normais (ex: Oferta), mas se o seu "fora de estoque" vier daqui,
     as regras acima já escondem apenas o out-of-stock */
}
