
/* wrapper Archive tienda */

.mwm-max-2, .wc-empty-cart-message, .wc-empty-cart-message+.return-to-shop {
	--mwm--max-width: 90%;}

/* bunner info en Pag. Archive tienda */

.mwm-floating-info__wrapper {
  
        display: none;
    }


.mwm-bloque-seo,
.mwm-product-select__checkbox {
	display: none !important;
}

.como-comprar{
        margin-bottom: 1rem !important;
}

.page-id-189 b, strong {
    font-weight: 600 !important;
}

/* Tamaño 80.000 jamón archive */

.term-jamon .mwm-product-list__wrapper:nth-child(1) .is-style-number {
	font-size: 13.5rem;}

/* Tamaño 80.000 mobile (archive y jamon) */

@media (max-width: 567px) {
    .woocommerce-shop .mwm-card-4:nth-child(1) .is-style-number {
        font-size: 9rem;
    }
	.term-jamon .mwm-card-4:nth-child(1) .is-style-number {
	font-size: 9rem;}
	.mwm-floating-go-to-shop__close{
		display: none;
	}
}

/* Texto destacado acordeones home */

.dest-acordeon {
    font-weight: var(--mwm--font-weight--semibold);
	color: var(--mwm--color--p100);
	letter-spacing: var(--mwm--letter-spacing--l100);
	text-transform: uppercase;
}

.mwm-header__wrapper .mwm-header__logo {
	padding: 0 !important;
}

.mwm-floating-info__items-wrapper {
	padding: 0;
}

.mwm-product-select__item-desc{
	line-height: 1.5rem;
}

.mwm-product-select__variable-placeholder::after{
	top: 17%;
}

body:not(.logged-in) #menu-item-6242,
body:not(.logged-in) #menu-item-6270,
body:not(.logged-in) #menu-item-6271 {
    display: none;
}

 .mwm-floating-info-regalo__title {
        margin-right: auto;
        max-width: 65%;
	 font-size: 1rem;
    }


.blog .mwm-filter__content {
	display: none;
}

.category-noticias .mwm-filter__content{
		display: none;
}

.single-product.postid-9217 .mwm-product-info__box{
	display: none;
}


.single-product.postid-9217 .mwm-product-info__columns{
	display: none;
}



.single-product.postid-9217 .mwm-product-single__controls-wrapper .mwm-product-select {
  
	display: none;
}

/* Availability tag color*/

.mwm-card-4__availability {
	color: var(--mwm--color--t100);
}

.mwm-card-4__availability::before {
	background-color: var(--mwm--color--t100);}


/*Color imagen fondo galeria*/

.mwm-product-gallery__img{
	
    background-color: var(--mwm--color--t300);
}

/*Evitar strech foto checkout*/

.woocommerce-cart .product-thumbnail img{
	object-fit:cover;
}