/* Escribe aquí tu código CSS */

.orderby {
     display:none;
}
.entry-header{
     display:none;
}

.woocommerce-loop-product__title {
	display: block !important;
}

#logo-header{
    width: 260px !important;
}

@media (max-width: 768px){
    #logo-header{
        width: 180px !important;
    }
}

/* Reducir logo de marca en ficha de producto */
.yith-wcbr-brands-logo img {
    max-width: 120px !important; /* ajusta tamaño */
    height: auto !important;
}

.product-links-wrapper{
		display: none !important;
}


footer .elementor-element-populated{
    justify-content: flex-start !important;
}

#header-email{
		text-transform: lowercase !important;
}

#payments{
		width: 240px !important;
		margin-bottom: 20 px !important;
}


/* Oculta la descripción que Wolmart pinta en el header de categoría */
.toolbox-pagination .inner-bottom-block {
  display: none !important;
}

