@media only screen and (min-width: 1440px) {
    a#telefono{
	margin-right: 3% !important;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1439px) {
    a#telefono{
	margin-right: 3% !important;
    }
    
    div#contenedorPhone {
	    margin-top: 5% !important;
	}
}

@media only screen and (max-width: 1024px) {
    a#telefono {
	margin-right: 3% !important;
	font-size: 22px !important;
    }
    .logo_link img{
	width: 30% !important;
    }
}


@media only screen and (max-width: 500px) {
    a#telefono {
	    font-size: 28px !important;
    }
}

div#contenedorPhone{
	margin-top: 3%;
}
.woocommerce ul.products li.product h3{
	font-weight: normal !important;
}