/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 28 2026 | 14:12:37 */
#texthover{
	opacity:0;
}
#carbox:hover>#texthover{
	display:flex;
	 opacity: 1;
  transition: 0.3s;
}