/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 25 2023 | 14:12:02 */
@media only screen and (max-width: 1450px) and (min-width: 960px) {
	#shop-top-spacer, #shop-bottom-spacer {
		margin-top: 150px;
	}	
}

/* prevent horizontal scroll */
	html, body {
    max-width: 100vw !important;
    overflow-x: hidden!important;
}

#to-shop:hover {
	cursor: pointer;
}

#close:hover {
	cursor: pointer;
}

button:hover, a:hover {
	cursor: pointer !important;
}


.woocommerce-message .button.wc-forward.wp-element-button
{
/* 	background-color: #FC111C; */
	border-radius: 30px; 
	padding: 5px 10px;
}

