/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 01 2026 | 02:53:19 */
/* Leyenda Tarjeta de Credito */
.av-tarjeta-credito h4:before {
    font-family: ETmodules;
    content: "\e014";
    font-size: 36px;
    color: #248727;
    margin-right: 7px;
    vertical-align: top;
	padding: 10px 0;
}

@media only screen and (max-width: 600px) {
    .av-tarjeta-credito h4:before {
        display: block;
		float: left;
    }
	
	.av-tarjeta-credito h4 {
		line-height: 1.2em;
    }
}

/* Separar Ver carrito del Botón añadir al carrito */
.woocommerce a.added_to_cart {
    padding-left: 10px;
}

/* Botón Enviar Pedido */
.wc-block-components-checkout-place-order-button {
    background-color: #0c1f3f !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 18px;
}

/* WooCommerce Blocks para que crezca el texto “en general” sin descomponer el resto del sitio. */
.wc-block-cart,
.wc-block-checkout,
.wc-block-cart p,
.wc-block-checkout p,
.wc-block-cart label,
.wc-block-checkout label,
.wc-block-cart span,
.wc-block-checkout span,
.wc-block-cart input,
.wc-block-checkout input,
.wc-block-cart select,
.wc-block-checkout select,
.wc-block-cart textarea,
.wc-block-checkout textarea {
    font-size: 17px !important;
    line-height: 1.5;
}

.wc-block-cart h1,
.wc-block-checkout h1,
.wc-block-cart h2,
.wc-block-checkout h2,
.wc-block-cart h3,
.wc-block-checkout h3 {
    font-size: 17px !important;
}