/* a nem elérhető variációk átszínezése pirosra */
	.kad_radio_variations .kt_disabled {
color: red;
border-color: red !important;
opacity:.4		
}
	.variations .kad_radio_variations input[type=radio]:focus+label,
.variations .kad_radio_variations label:hover,
.variations .kad_radio_variations.kt-image-color-sw input[type=radio]:focus+label,
.variations .kad_radio_variations.kt-image-color-sw label:hover {
 border-color:var(--theme-palette-color-1, )
}
/* termékoldal árak átszínezése*/
	.sale-price del {
       color: red;
	}
/* Kedvezmények átszinezése - lehet, hogy törölhető! */
	.rp_wcdpd_promotion_total_saved_div_amount {
		color: green;
        margin-left: 10px;
	}
	.rp_wcdpd_promotion_total_saved_div_label {
	color: green;
}
	.woocommerce-message::before {
		color: green;
	}
	.rp_wcdpd_promotion_total_saved_amount{
		color: green;
    }