/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 .single-product .tooltip {
     background-color: black !important;
	 color: white !important;
	 border-radius: 5px !important;
 }