/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 15 2026 | 12:26:33 */
body{
	background-color: hsl(0 0% 100%)
}

.top_menu li.menu-item:hover {
    background: hsl(93 40% 52%);
    border-radius: 5px;
}
.top_menu li.menu-item a:hover{
	color: #fff !important;
}
/* body {
    margin-top: -31px;
} */
a.woocommerce-review-link{
	display:none;
}
a.wc-block-components-button {
    background: #1e6f8a;
}
a.wc-block-components-button:hover{
	color:#fff;
}

#prod_images img{
transition-duration:.5s;
}
#prod_images img:hover
{
    transform: scale(1.3);
    transition: all 0.7s;
}