/*
Puedes añadir tu propio CSS aquí.

Haz clic en el icono de ayuda de arriba para averiguar más.
*/
p.product.woocommerce.add_to_cart_inline {
    color: #fff;
    text-align: right;
    border-color: #235d84;
    background-color: #235d84;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: rgb(67, 117, 150);
    text-align: center;
    border-radius: 5px;
    margin:0px 51px 2px;padding:10px 20px;
}
.tag-suscripcion span.td-adspot-title {
    display: none;
}

.tag-suscripcion form.mailster-form-1.mailster-form.mailster-form-submit.mailster-ajax-form {
    display: none;
}
h2.woocommerce-loop-product__title {
    display: none !Important;
}
.woocommerce ul.products li.product .price {
    font-weight: 600;
    color: #111;
    font-size: 15px;
    text-align: center;
}
section.related.products {
    display: none;
}
.fa-desktop:before {
    content: "\f108";
}
.buttom_hide { display:none;}

.tag-suscripcion a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 5px;
    margin: 0px 51px 2px;
    padding: 10px 20px;
}
.addtocart_pack p.product.woocommerce.add_to_cart_inline { background-color:#fe0000 !Important; background-image:url(https://diario16.com/wp-content/uploads/2017/10/Cabecera_Web_Popular.jpg);background-size:contain;background-repeat:no-repeat;}

.addtocart_pack span.woocommerce-Price-amount.amount { display:none;}
.only_mobile {display:none;}
@media (max-width: 767px) {
.only_mobile {
    display: inline-block;
	}
}
ul.products { list-style: none !Important; }
ul.products li { float: left; }
ul.products li:nth-child(3n+1) { clear:both; }