/* Enter Your Custom CSS Here */
.single_add_to_cart_button{
	color: white;
	
	
}
.button{
	color: white;
	
	
}
/* Kiemelt szöveg  
.highlight-box {
    background-color: #33CC99;
    padding: 2px 4px;
    border-radius: 0;
    color: #003366;
    display: inline-block;
}*/

.highlight-box {
    background-color: #33CC99;
    padding: 1px 4px;
    border-radius: 0;
    color: #003366;

    display: inline; /* FONTOS! Csak a szöveg alatt húzódik */
    width: auto !important;
    max-width: none !important;
    line-height: normal;
}

p .highlight-box {
    display: inline !important;
}
