/*
 *
 *  @2020 - COPT GROUP S.R.L.
 * 
 *  Author: DENALI Golden Core ltd / https://www.denali.eu / Luca Bariani <luca@denali.eu>
 *
 *  Path: jcart/css/jcart.css
 *  Description: Override default framework style and add custom copt classes
 *
 *  @For this css credits belong to jCart v1.3 / http://conceptlogic.com/jcart/
 *
 */

#jcartTooltip {
	display: none;
	position: absolute;
	padding: 10px;
	background-color: #28a745;
	border: 1px solid #e6e6e6;
	z-index: 9999;
	color: #ffffff;
}