/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 30 2025 | 17:59:24 */
.woocommerce-info {
	margin-bottom: 0px;
	display: flex;
	gap: 10px;
	padding: 10px;
	align-items: center;
	border-radius: 6px;
	box-shadow: rgb(110, 76, 222, 0.6) 0px 0px 10px;
	border-color:  rgb(110, 76, 222, 0.5);
	color: var( --e-global-color-accent );

	ul {
		padding: 0px;
		font-size: 12px;
	}
}

.woocommerce-info::before {
	position: initial;
	content: "\0021";
	width: 26px;
	height: 25px;
	line-height: 18px;
	font-size: 20px;
	font-weight: 800;
	border: 3px solid;
	border-radius: 40px;
	padding: 0px 8px;
	color: var( --e-global-color-primary );
}

.woocommerce-info::after {
	content: none;
}
