/*
Te damos la bienvenida al CSS personalizado.

Para saber cómo funciona, ve a https://wp.me/PEmnE-Bt
*/
.site-title {
	font-family: "Museo-Slab" !important;
	text-transform: capitalize;
	font-weight: normal;
}

/* Change title size on mobile | CM - 2518184 */
@media (max-width:600px) {
	.site-title a {
		font-size: 15px;
	}
}

/* CENTER COOKIES TEXT */
section#eu_cookie_law_widget-3 form {
	text-align: center;
}

/* BUTTON COLOR */
#eu-cookie-law.negative input, #eu-cookie-law.negative input:hover, #eu-cookie-law.negative input:focus {
	background: #cf2e2e;
	border-color: #cf2e2e;
	color: white;
}

/* --- Mod margin on link in the cookies widget  Zen ticket #2524315--- */
#eu-cookie-law form a {
	color: #cf2e2e;
	text-align: center;
}

/* --- Make slider button background transparent  Zen ticket #3338139--- */
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev,
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next {
	background-color: transparent !important;
}

.wp-block-jetpack-slideshow a, .wp-block-jetpack-slideshow a:hover, .wp-block-jetpack-slideshow_button-next,.wp-block-jetpack-slideshow .swiper-button-next.swiper-button-white, .wp-block-jetpack-slideshow .swiper-button-prev.swiper-button-white {
	color: transparent;
}

/* make footer logo images full size on mobile */
@media (max-width: 768px){
.wp-block-coblocks-logos__row div{
    display: block;
    width: 100% !important;
    margin: 1em auto;
  }
} 

.wp-caption-text {
    color: #ffffff;
}

/* Adjust line-height of qty input | (8823699-zen) MT */
@media screen and (min-width: 48em) {
    .single-product form.cart .quantity input {
        line-height: 1;
    }
    .single-product form.cart .quantity {
        margin-bottom: 20px;
    }
}

.single_add_to_cart_button.button.alt
{display: block;
	height: 45px;
	}

.woocommerce-product-attributes-item__value
{display: block;
	height: 38px;
	}

.woocommerce div.product p.stock {
  font-weight: bold;  
	color: #cf2e2e !important;
}