/* BEGIN global_custom_css */
.white-popup-block label {
color:#fff !important;
    
}
.menu_mobile_red{
color:red !important;    
font-weight:bold !important;   
}
.carbone{
color:red !important;    
font-weight:bold !important;
font-size:26px !important;
color:green;
}
/* END global_custom_css */
/* BEGIN custom_css_desktop */
@media(min-width: 992px){
.menu_mobile_red{
color:red !important;    
font-weight:bold !important;   
}

.carbone{
color:red !important;    
font-weight:bold !important;
font-size:26px !important;
}

}
/* END custom_css_desktop */
/* BEGIN custom_css_tablet */
@media(min-width: 768px) and (max-width: 991px) {
.menu_mobile_red{
color:red !important;    
font-weight:bold !important;   
}

.carbone{
color:red !important;    
font-weight:bold !important;
font-size:18px !important;
}
}
/* END custom_css_tablet */
/* BEGIN custom_css_wide_mobile */
@media(min-width: 481px) and (max-width: 767px) {
.menu_mobile_red{
color:red !important;    
font-weight:bold !important;   
}
.carbone{
color:red !important;    
font-weight:bold !important;
font-size:18px !important;
}

}
/* END custom_css_wide_mobile */
/* BEGIN custom_css_mobile */
@media(max-width: 480px){
.menu_mobile_red{
color:red !important;    
font-weight:bold !important;   
}

.carbone{
color:red !important;    
font-weight:bold !important;
font-size:18px !important;
}
}
/* END custom_css_mobile */
