@charset "utf-8";
.product-top {
	margin-right: 35px;
	margin-left: 35px;
	padding-top: 35px;
	padding-bottom: 35px;
}
.product-top h2 {
	color: #52b411;
}
.product-top p {
	line-height: 32px;
	margin-top: 32px;
}

.list-button {
	padding: 0.5em 3em;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	color:#000;
	background-color: #fff;
	text-align: center;
	font-size:16px;
	border:solid 3px #71a866;
	line-height: 55px;
}
.product-list .active{
   background-color: #71a866;
   color:#fff;
	
}
@media only screen and (min-width: 767px) {
   .list-button {
   }
   .product-pic {
      height: 278px;
	  width: 278px;
	  margin: 10px;
   }
   .product-list   {
	width: auto;
	margin-right: 35px;
	margin-left: 35px;
	text-align: center;
   }
   .product-list li{
	  margin:0 5px;
	}
   
   
}
@media only screen and (max-width: 767px) { 
    .product-pic {
	  width: 47%;
	  padding-bottom: 48%;
	  margin:1%;
    }
    .product-list   {
	width: auto;
	margin-right: 25px;
	margin-left: 25px;
	text-align: center;
    }
    .product-list li{
	  width:100%;
	  text-align:center;
	  margin:0 auto;
	}
}
.product-pic {
	float: left;
	border: 1px solid #CCCCCC;
}
.product-pic img {
	width: 100%;
}
.product-list li {
	list-style-type: none;
	float: left;
}
