@import "http://fonts.googleapis.com/css?family=Open+Sans:700";
body {
    background-color: #FFF;
    font-family: Verdana, Geneva, sans-serif;
	color:#333;
    margin: 0 auto;
	letter-spacing: 0.07rem;
	line-height: 25px;
	font-size: 14px;
}
#cssmenu {
    background: none repeat scroll 0 0 #88a74b;
    box-shadow: 0 1px 10px #333;
    width: auto;
}
#cssmenu ul {
    display: block;
    line-height: 1;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#cssmenu ul:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
#cssmenu ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
#cssmenu.align-right ul li {
    float: right;
}
#cssmenu.align-center ul {
    text-align: center;
}
#cssmenu ul li a {
    color: #ffffff;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 22px 18px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.25s ease 0s;
}
#cssmenu ul li a:hover {
    color: #fff;
}
#cssmenu ul li a:hover:before {
    width: 100%;
}
#cssmenu ul li a:after {
    content: "";
    display: block;
    position: absolute;
}
#cssmenu ul li a:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    transition: width 0.25s ease 0s;
    width: 0;
}
#cssmenu ul li.last > a:after, #cssmenu ul li:last-child > a:after {
    display: none;
}
#cssmenu ul li.active a {
    color: #fff;
}
#cssmenu ul li.active a:before {
    width: 100%;
}
#cssmenu.align-right li.last > a:after, #cssmenu.align-right li:last-child > a:after {
    display: block;
}
#cssmenu.align-right li:first-child a:after {
    display: none;
}
.menu-wrapper {
    margin: 0 auto;
    max-width: 980px;
}
.active {
    background: none repeat scroll 0 0 #627b30;
}
#cssmenu ul li:hover {
    background: none repeat scroll 0 0 #627b30;
}
.wrapper {
    background: none repeat scroll 0 0 #fff;
    margin: 20px auto 0;
    max-width: 980px;
}
.content {
    background: none repeat scroll 0 0 #fff;
    float: left;
    font-size: 14px;
    max-width: 980px;
    padding: 35px;
}
.content p {
    font-size: 14px;
    text-align: justify;
}
.title {
    margin: 0;
}
body a {
    color: #627b30;
    text-decoration: none;
}
h2 {
    font-size: 23px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.product {
    width: 100%;
}
.product-list {
    float: left;
    margin-bottom: 33px;
    max-height: 350px;
    max-width: 420px;
    padding-left: 15px;
    padding-right: 15px;
}
input {
    width: 70%;
}
textarea {
    width: 90%;
}
form {
    width: 100%;
}
.footer {
    font: 14px arial;
    margin: 0 auto;
    padding-top: 1px;
    text-align: justify;
    max-width: 980px;
    padding: 10px;
	text-align: center;
}
.up-footer {
}
.wa-button {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 50px;
    z-index: 999;
}
.wa-button img {
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,.4);
	width: 100%;
}


.tcat-product{
    background: #000;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px;
    margin-top: 5px;
}
.product-detail{
    float: left;
    width: 27%;
    padding-right: 20px;
    display: block;
}
.product-detail h4{
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 1;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 5px;
}
.product-detail p{
    margin: 10px 0px;
    font-size: 15px;
	color: #666;
}
.product-picture{
    float: right;
    width: 70%;
}
.img-responsive{
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.img-responsive2{
    width: 49%;
    float: left;
    height: auto;
    padding-right: 5px;
    margin-bottom: 8px;
}
.img-responsive3{
    width: 49%;
    float: right;
    height: auto;
    padding-left: 5px;
    margin-bottom: 8px;
}
.jssor_1{position:relative;margin:0 auto;top:0px;left:0px;width:100% !important;height:200px;overflow:hidden;visibility:hidden;}
.slides{cursor:default;position:relative;top:0px;left:0px;width:100%;height:200px;overflow:hidden;}
.slides h4{z-index: 999;position: relative;margin-bottom: 10px;text-align: center;background: #88a74b;margin: 0;padding: 10px;color: #fff;position: absolute;border-radius: 0px 0px 15px;}
@media screen and (max-width: 768px) {
#cssmenu ul li {
    display: block;
    float: none;
}
#cssmenu ul li a {
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    width: 100%;
}
#cssmenu ul li.last > a, #cssmenu ul li:last-child > a {
    border: 0 none;
}
#cssmenu ul li a:after {
    display: none;
}
#cssmenu ul li a:before {
    display: none;
}
.product-detail{
    width: 100%;
}
.product-detail img{width: 70%;}
.product-picture{width: 100%;margin-top: 30px;}

.img-responsive2{
    max-width: 48%;
}
.img-responsive3{
    max-width: 48%;
}
.jssorb057{opacity: 0;}
}

