@charset "utf-8"; /* CSS Document */ .galeria-1{ width:80%; margin: 5% auto 0% auto; background-color:#dedede; height:2000px; } /* Product rows for catalog */ #content .mainContent .productRow { margin-top:20px; color: rgba(146,146,146,1.00); } /* Each product Information in the catalog */ .mainContent .productRow .productInfo { margin-top:5%; float:left; padding-left: 5%; padding-right: 5%; width: 22%; } /* Prices of a products in catalog */ .productRow .productInfo .price { font-family: 'Montserrat', sans-serif; color:#0A093B; font-size: 22px; position: relative; top: -20px; } /* Content holder for products in catalog*/ .productRow .productInfo .productContent { position: relative; top: -37px; font-size: 14px; font-family: source-sans-pro, sans-serif; font-style: normal; font-weight: 200; color: rgba(146,146,146,1.00); white-space: pre-wrap; } /* Buy button for products in catalog */ .productRow .productInfo .buyButton { position: relative; top: -48px; width: 84%; background-color:#36CF2A; height: 35px; color: rgba(255,255,255,1.00); border-style: none; font-size: 14px; text-transform: uppercase; margin-top: 8px; }