/*
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  ***************/


}
/* Ajuste de colUMna de filtros en listados de tienda */
@media screen and (min-width: 850px) {
  .archive.woocommerce-page #shop-sidebar .widget {
    max-width: 320px;
  }

  .archive.woocommerce-page #shop-sidebar .widget_price_filter .price_slider_wrapper,
  .archive.woocommerce-page #shop-sidebar .widget_layered_nav ul,
  .archive.woocommerce-page #shop-sidebar .wc-blocks-filter-wrapper {
    max-width: 320px;
  }
}

.badge-container .new-bubble,.badge-container .badge-inner.new-bubble{display:none!important;}
body .footer-wrapper .absolute-footer{display:block!important;}
html body .footer-wrapper .absolute-footer.dark.medium-text-center.small-text-center{display:block!important;}
html body footer#footer.footer-wrapper,html body .footer-wrapper .footer-widgets{display:block!important;}