





.fl-node-7j25x4tou8ma.fl-row-default-height > .fl-row-content-wrap, .fl-node-7j25x4tou8ma.fl-row-full-height > .fl-row-content-wrap, .fl-node-7j25x4tou8ma.fl-row-custom-height > .fl-row-content-wrap {
	align-items: center;
	justify-content: center;
}




.fl-node-3zdye7hus5v6 {
	width: 100%;
}

/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */
#ecomm_tagsBox {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 2rem;
}
#ecomm_tagsBox a {
    padding: 1.6rem 1rem 1.5rem 1rem;
    font-family: 'Apercu_Mono_Pro';
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 0;
    font-size: 1.15rem;
    transition: all 0.25s ease-in-out;
    background-color: #f7f7f7;
    border-radius: 2rem;
    color: #000;
    border: solid 1px #ffffff;
}

#ecomm_tagsBox a:hover{
    border: solid 1px #000;
    border: solid 1px #c8c8c8 !important;
    background-color: #ffffff !important;
}

.pricing_box {
    border-top: 1px solid #e7e7e7 !important;
    border-bottom: 1px solid #e7e7e7 !important;
}

.pricing_module:nth-child(1) {
    border-right: 1px solid #efefef !important;
}

.swiper_recommendations .product_name_slider {
    max-width: 28rem;
    margin: auto;
}

.clasic_btn_MONAT:visited {
     color: #fff !important; 
}

.clasic_btn_MONAT.unavailable {
    background-color: #fff;
    color: #000 !important;
    border: solid 1px #000 !important; 
    pointer-events: none;
}

@media screen and (min-width: 992px) {
    .swiper_recommendations .swiper-wrapper {
        justify-content: center;
    }
}

/* End Layout CSS */


