/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 03 2024 | 21:01:05 */
/*___Buttons___*/
a.button:after{
	display:none;
}
a.button:hover{
	padding:0.3em 1em !important;
}
a.button.first, .wc-block-cart__submit-button{
	background: var(--prim-400);
	font-size: inherit;
	font-weight: inherit;
	width: fit-content;
	border: none;
	border-radius:4px;
}
a.button.first>p, .wc-block-cart__submit-button>span{
	color:var(--neutral);
	display:flex;
	align-items:center;
}
a.button.first>p>span{
	font-size:var(--text-md-fs);
	margin-left:var(--space-3);
	transition:0.2s all ease-in-out;
}
a.button.first.white{
	background: var(--neutral);
}
a.button.first.white>p{
	color:var(--prim-base);
}
a.button:hover.first.white>p>span{
	transform:translateX(3px);
}
a.button:hover.first.white{
	background:var(--prim-50);
	border:none;
}
.second-link{
	width: fit-content;
	display: flex;
	align-items: center;
}
.second-link > span{
	font-size:var(--text-lg-fs);
	margin-left: var(--space-3);
}
/*___End-Buttons___*/

/*____Label-promo____*/
.woocommerce span.onsale{
	color: var(--neutral) !important;
    background: var(--prim-300) !important;
}
/*____End-Label-promo____*/

/*____ColorPicker____*/
.ecommercehints_custom_product_colour_field{
	margin-bottom:20px;
}
/*____End-ColorPicker____*/
