/*Pop-up plugin*/

.pum-theme-15994 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close  {
    border-radius: 0 8px 0 4px;
}

/* Store Archive wrapper */

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

/* Info banner on Store Archive page */

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


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

.how-to-buy{
        margin-bottom: 1rem !important;
}

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

/* Size 80,000 ham archive */

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

/* Size 80,000 mobile (archive and ham) */

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

/* Featured text for home accordions */

.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: 651px;
     font-size: 1rem;
    }


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

.category-news .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);}


/*Gallery background image color*/

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

/*Prevent checkout photo from stretching*/

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

/*Hide coupon*/

.mwm-coupon-form{
    display:none
}

.wc-proceed-to-checkout{
    margin-top:1rem
}