.product_name__short_alt {
    font-size: 1em;
    color: black;
    font-weight: 500;
    background-color: #DACACF;
    max-width: 15em;
    padding: 0.5em;
    border-radius: 15px;
    text-align: center;
    text-transform: none;
}


.dictionary {
    font-size: 1em;
    color: #424242;
	}
	
.dictionary__value_txt
 {
    color: #424242;
}

.product__name {
    color: #222;
}


.product .maxprice_wrapper__yousave {
    color: #CE173F;
}


.product .maxprice_wrapper del {
    color: #222;
}

.product .product__prices.--omnibus .omnibus_price {
    color: #222;
}

.opinions_element_confirmed.--true {
    color: #3D6C0E;
}

.btn.--solid {
    color: #ffffff!important;
    background: #000000!important;
    border: 1px solid #000000!important;
}

#iai_cookie .iai_cookie__box .iai_cookie__box__wrapper .iai_cookie__consentsActions .btn.--large.--solid {
    color: #ffffff!important;
}

.btn.--solid:hover {
    color: #000000!important;
    background: #ffffff!important;
    border: 1px solid #000000!important;
}

.btn.--secondary {
    color: #000000!important;
    background: #ffffff!important;
    border: none!important;
}