/*
Theme Name: Rehub Child
Description: Thème enfant pour Rehub
Author: John Doe
Template: rehub
*/

@import url("../rehub/style.css");

.wppr-prodlist .wppr-prodrow .wppr-prodrowright .wppr-bttn {
    background-color: #77bb0f;
}

.wppr-prodlist .wppr-prodrow .wppr-prodrowright .wppr-bttn {
	padding: 6px 9px;
	border-radius: 3px;
	color: #fff !important;
    background-color: #77bb0f;
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Lato, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 36px;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.wppr-prodlist .wppr-prodrow .wppr-prodrowright .wppr-bttn {
    background-color: #77bb0f!important;
}