/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

/* Correción logo */
@media screen and (min-width: 768px) {.custom-logo-link {
	position: inherit;
	left: 15em;
	bottom:5em;
	}
}

/* Ocultar info extra del producto */
 .product_meta{display: none !important}
.description_tab,.additional_information_tab  {  display: none !important}
.site-info { display: none !important}
.woocommerce-result-count,.woocommerce-ordering{ display: none !important}
.page-title{margin:30px 0 30px 0}
.menu-scroll-down { display:none !important; }

