/*   
Theme Name: Jtheme Jello Child
Theme URI: https://elementor.com
Description: Simple and lightweight Jezweb theme
Author: Jezweb
Author URI: https://www.jezweb.com.au/
Template: elementor-hello-theme-master
Text Domain: elementor-hello-theme-child
Version: 1.0
*/

.ww-button {
	background: var(--e-global-color-secondary) !important;
}
	
.ww-button:hover {
	border-color: #FFD700 !important;
}

.ww-product-card .ww-product-action-buttons {
    display: block;
}
.ww-product-card .ww-product-action-buttons .ww-button {
    width: 100%;
    border-radius: 0px;
    border: none !important;
    margin-bottom: 3px;
}
.ww-product-card .ww-product-action-buttons .ww-button:last-child {
    margin-bottom: 0px;
    border: none !important;
    background: var(--e-global-color-secondary);
}
.ww-product-card .ww-product-action-buttons .ww-action-button-try, .ww-product-card .ww-product-action-buttons .ww-action-button-like,
button.ww-action-button-try {
    width: 50%;
    background: var(--black) !important;
}
.ww-product-card .ww-product-action-buttons .ww-action-button-like {
    background-color: var(--e-global-color-accent) !important;
}
.ww-product-details .ww-product-action-buttons {
    display: block;	
}
.ww-product-details .ww-product-action-buttons .ww-button {
    width: 100%;
    border-radius: 0px;
    border: none !important;
    margin-bottom: 3px;
    max-width: 250px;
    display: block;
    background: var(--black) !important;
}
.ww-product-details .ww-product-action-buttons .ww-button:hover {
	background: #fef7f0 !important;
}