/* Números y fuente de precios en WooCommerce */

.woocommerce ul.products li.product .price {
    font-size: 1.3em;
}

input[type="submit"], .button {
    font-size: small !important;
}

/* Vídeos de YouTube Responsives */

iframe.videos {
max-width: 96% !important;
display: block;
margin: 10px auto;
}
