/* PRODUCT SIMPLE */
.ProductSimpleHead							{font-size:18px; font-weight:bold; color:#000; padding:16px; background-color:#e7e7e7;}

.SimpleProduct h2								{margin-bottom: 10px; font-size:32px; line-height: normal;}
/* Button */
.ProductSimpleLink							{font-family:Arial; text-align:center; font-weight:normal; padding:6px 14px; font-size:16px; line-height:normal; display:inline-block; border-radius:20px; z-index:10009; background-color:#3e7f47; transition:all 0.3s; margin-top: 20px;}
a.ProductSimpleLink:link, a.ProductSimpleLink:visited {text-decoration:none; color:#fff;}
a.ProductSimpleLink:hover, a.ProductSimpleLink:active {text-decoration:none; color:#fff; background-color:#000; transition:all 0.3s ease;}

