/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 08 2025 | 16:53:52 */
.wpc-food-tab-wrapper .wpc-nav li a.wpc-active {
  border-bottom-color: var( --e-global-color-d53b86a ) !important;
}
.button {
	color: #fff;
	background-color: var(--e-global-color-d53b86a) !important;
	border-radius: var(--forms-buttons-border-radius, 5px)  !important;
    color: var(--forms-buttons-normal-text-color, #fff)  !important;
}
.button:hover {
	color: #fff;
	background-color: var(--e-global-color-97b41d2); !important;
	border-radius: var(--forms-buttons-border-radius, 5px)  !important;
    color: var(--forms-buttons-normal-text-color, #fff)  !important;
}