/* Escribe aquí tu código CSS */

.woocommerce .woocommerce-message {
	background-color: #ffffff;
}
/*DCI oculto botón de Seguir comprando*/
.woocommerce-message a.button.wc-forward {
	display:none;
}
.woocommerce-message {
	color: #000000 !important;
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
}
/*DCI oculto botón de Actualizar carrito*/
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	background-color: #91bfe4 !important;
	font-size: 16px !important;
}
/*JManuel Carrito en Rojo*/
.et-cart-info {
    color: red;
	  font-size: 18px;
}
/* JManuel Precio Grande de Tickets en Azul*/
.single-tribe_events .tribe-events-schedule .recurringinfo, .single-tribe_events .tribe-events-schedule .tribe-events-cost, .single-tribe_events .tribe-events-schedule .tribe-events-divider {
    font-size: 2.2em;
    color: #FFFFFF;
}
/* JManuel Quitar Author*/
.posted-by.vcard.author {
	display: none !important;
}

/* Que no aparezca el número de tickets disponibles */
.entry .entry-content .tribe-common .tribe-tickets__item__extra__available, .tribe-common .tribe-tickets__item__extra__available {
color: #0000;
}
/* JManuel. Texto de las encuesta */

.wp-polls IMG, .wp-polls LABEL, .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
    display: inline;
    border: 0px;
    padding: 0px;
    margin: 0px;
    color: chocolate;
    font-size: large;

