:root { 
    --primary: #00af00;
    --primary-hover: #0b8b2b;
    --primary-active: #c3ac08;
    --green:#00b32d;
	--green-hover: #0b8b2b;
	--green-active: #0a7023;
	--text: #000;
	--header-color-text: #000;
	--logo-max-height: 65px;
}

.product-thumb .btn-product-thumb {
	background: var(--green);
}

.product-thumb .btn-product-thumb:hover {
	background: var(--green-hover);
}

.product-thumb .product-price-value {
	color: var(--text);
}

.top-bar i {
    color: #fff;
}

.top-bar, .top-bar a {
	color: #fff;
}
