/*ul li{
    list-style: none;
}*/
a, a:hover, i, i:hover{
    transition: all 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s; /* Firefox 4 */
    -webkit-transition: 0.5s ease 0s; /* Safari ?’? Chrome */
    -o-transition: all 0.5s ease 0s; /* Opera */
}
a{text-decoration : none} 

div.clearall {
    font-size: inherit!important;
    font-weight: inherit!important;
    font-style: inherit!important;
    color: inherit!important;
    padding: inherit!important;
    margin: inherit!important;
    /* é?€è|?????°±??? */
}

/*fixed*/
.fixed {  
    height:77px;
    background: white;
    position: fixed;
    top: -110px;
    width: 100%;  
    margin: 0 auto;
    padding-left: 380px;
    padding-right: 380px;
    left: 0;  
    border-bottom: 2px solid #4caf50;  
    z-index: 10000;
    filter:alpha(opacity=95);  
    -moz-opacity:0.95;  
    -khtml-opacity: 0.95;  
    opacity: 0.95;
}
@media (max-width: 1800px){
    .fixed { 
        padding-left: 320px;
        padding-right: 320px;
    }
}
@media (max-width: 1700px){
    .fixed { 
        padding-left: 270px;
        padding-right: 270px;
    }
}
@media (max-width: 1600px){
    .fixed { 
        padding-left: 220px;
        padding-right: 220px;
    }
}
@media (max-width: 1500px){
    .fixed { 
        padding-left: 170px;
        padding-right: 170px;
    }
}
@media (max-width: 1400px){
    .fixed { 
        padding-left: 120px;
        padding-right: 120px;
    }
}
@media (max-width: 1300px){
    .fixed { 
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1240px){
    .fixed { 
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 991px){
    .fixed { 
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*end fixed*/
.pro-inner {
    /*margin-bottom: 45px;*/
    position: relative;
    /*height:345px;*/
    background: #4caf50;
    border-radius: 5px;
}
.pro-inner:hover .pro-link > a {
    background: #4caf50; 
    border-color: #4caf50;
}
.pro-thumb {
    background: #3ebaec;
    border-radius: 50%;
    width: 230px;
    margin: 0 auto; 
}
.pro-thumb a {
    display: block;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    border: 3px solid #3ebaec;
    width: 230px;
    height: 230px;
    overflow: hidden;
    background: #3ebaec;
    -ms-transform:scale(1);     /* IE 9 */
    -moz-transform:scale(1);    /* Firefox */
    -webkit-transform:scale(1); /* Safari ?’? Chrome */
    -o-transform:scale(1);  /* Opera */
    transition: all 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s; /* Firefox 4 */
    -webkit-transition: 0.5s ease 0s; /* Safari ?’? Chrome */
    -o-transition: all 0.5s ease 0s; /* Opera */
}
.pro-thumb a:hover{
    transform:scale(0.98);
    -ms-transform:scale(0.98);     /* IE 9 */
    -moz-transform:scale(0.98);    /* Firefox */
    -webkit-transform:scale(0.98); /* Safari ?’? Chrome */
    -o-transform:scale(0.97);  /* Opera */
    transition: all 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s; /* Firefox 4 */
    -webkit-transition: 0.5s ease 0s; /* Safari ?’? Chrome */
    -o-transition: all 0.5s ease 0s; /* Opera */
}
.pro-thumb img{
    width:100%;
    display:block;
}
.product-name {
    line-height: 28px;
    margin-top: 25px;
    /*height: 75px;*/
}
.product-name a{
    word-wrap:break-word;
    color: #ffffff;
    font-size: 22px;
}
.product-name a:hover{
    color: #000;
}
.pro-link > a {
    color:#111;
    background: #fff;
    border: 1px solid #000;
    font-size: 15px;
    line-height: 14px;
    margin: 15px 0 0;
    padding: 10px 20px;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    z-index: 1;
}
.pro-link > a:hover{
    color:#fff;
}
.pro-link > a::before  {
    background: #4caf50; 
    content: ""; 
    height: 0; 
    left: 0; 
    position: absolute; 
    top: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s; 
    -moz-transition: all 0.5s ease 0s; 
    width: 100%; 
    z-index: -1; 
}
.view-all a, .pro-link > a{
    border-radius: 3px;
}
.view-all a{
    position: relative;
    background: #ffc72c;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    font-size: 18px;
    padding: 10px 25px;
    border: 0px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.view-all a:hover{
    background: #4caf50;
    color:#fff;
}

.descripition-grids,.news-grids {
    margin: 3em 0;
}
.descripition-grids p{
    font-size: 18px;
    margin: 1em;
}
.descripition-grids h4{
    margin: 1em;
    text-align: center;
    color: #4caf50;
    font-size: 2em;
}
.descripition-grids img{
    width:100%;
}

.news{
    display: block;
}
.news .news-head, .news .news-wrap {
    background-color: #FFF;
    border-bottom: 1px solid #d3d5d7;
    position: relative;
    padding: 1.8em;
    margin-bottom: 5px;
    display: block;
    clear: both;
    float: left;
    width: 100%;
}
.news-head:before, .news-wrap:before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #d3d5d7;
    -webkit-box-shadow: 0 0 5px 0 #e2e3e4;
    -moz-box-shadow: 0 0 5px 0 #e2e3e4;
    box-shadow: 0 0 5px 0 #e2e3e4;
    bottom: 2px;
    left: 0;
    position: absolute;
}
.news-head h2::before ,.widget .widgettitle:before{
    background: #4caf50;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 2em;
}
.news .news-wrap {
    margin-bottom: 30px;
    padding: 0;
}
.news .news-head h2 {
    border-bottom: 2px solid #ecedee;
    padding-bottom: 12px;
    position: relative;
}
.news .news-head > h2 {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 36px;
}
.news .news-meta {
    text-transform: uppercase;
    display: block;
    clear: both;
    float: left;
    width: 100%;
}
.news .news-meta div:first-child {
    padding-left: 0;
    padding-right: 10px;
}
.news .news-meta div {
    margin-right: 0;
    float: left;
    padding: 0 20px 0 10px;
    border: 0px solid #e4e6e8;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    font-family: 'Oswald', sans-serif;
    color: #606062;
}
.news .news-meta div i {
    font-size: 1em;
    margin-right: 5px;
    color: #4caf50;
}
.news .news-inner {
    padding-bottom: 2em;
    float: left;
    padding: 1.8em;
    width: 65%;
}
.news .single-inner{
    width: 100%;
}
/*.news .news-inner.single-inner p:first-child {
    margin-top: 0;
}
.news .news-inner.single-inner p {
    margin-top: 0.5em;
}*/
.news .news-inner a.read-more {
    float: right;
    background: #ffc72c;
    color: #000;
    display: inline-block;
    font-size: 15px;
    margin: 10px 0 0;
    padding: 6px 20px;
    position: relative;
    z-index: 1;
}
.news .news-inner a.read-more:hover {
    background: #4caf50;
}
.news .news-img {
    float: left;
    overflow: hidden;
    padding: 1.8em 0 1.8em 1.8em;
    position: relative;
    width: 35%;
}
.news .news-img img{
    width: 100%;
    height: auto;
}

.widget {
    background-color: #FFF;
    border-bottom: 1px solid #d3d5d7;
    position: relative;
    margin-bottom: 30px;
    padding: 30px 30px 35px;
    display: block;
    clear: both;
    float: left;
    width: 100%;
}
 .widget:before ,.widget:after{
    content: "";
    height: 1px;
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #d3d5d7;
    -webkit-box-shadow: 0 0 5px 0 #e2e3e4;
    -moz-box-shadow: 0 0 5px 0 #e2e3e4;
    box-shadow: 0 0 5px 0 #e2e3e4;
    left: 0;
    position: absolute;
}
.widget:before {
    bottom: 2px;
}
.widget:after {
    bottom: 5px;
}
.widget .widgettitle {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #ecedee;
    margin-bottom: 20px;
    line-height: 28px;
    position: relative;
    letter-spacing: 1px;
    color: #4caf50;
    text-transform: uppercase;
}
.widget .widgettitle i {
    padding-right:10px;
    color: #4caf50;
}
.widget ul {
    margin-left: 0;
    margin-bottom: 0;
}
.widget li {
    list-style: none;
    color: #4b525c;
    border-bottom: 1px solid #ecedee;
    padding-bottom: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    height: 100%;
    line-height: 32px;
}
.widget li a {
    color: #333;
    font-weight: 400;
    line-height: 20px;  
    text-decoration: none;
}
.widget li a:hover ,.widget li a:hover i{
    color: #4caf50;
}
.widget li a i {
    padding-right:10px;
    color: #333;
}
.proTitle {
    text-align: center;
    display: block;
    float: left;
}
.titleInner {
    text-align: left;
    margin: 40px 0;
    display: inline-block;
    padding: 0px 15px;
}
.titleInner h1 {
    font-size: 40px;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Lato';
    font-weight: 400;
    margin-top: 10px;
}
.pro-attr h2 {
    margin: 0 0 20px;
    color:#4caf50;
    text-transform: uppercase;
    padding-left: 10px;
}
.pro-attr p {
    margin: 0 0 35px;
    font-size:16px;
    padding-left: 10px;
    line-height: 25px;
}
.pro-attr{
    padding-top: 10px;
    padding-right: 90px;
}
.pro-attr ul{
    width:100%;
}
.pro-attr ul li {
    float: left;
    width: 50%;
    font-size: 16px;
    margin: 0 0 7px;
    position: relative;
    list-style: none;
    padding-left: 10px;
}
.pro-attr ul li > span{
    padding-left: 10px;
}
.pro-attr .proBulk {
    padding-left: 10px;
}
.pro-attr .proBulk a{
    display: block;
    float:left;
    font-size: 15px;
    line-height: 30px;
    padding: 5px 30px;
    border-radius: 5px;
    background: #ffc72c;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: #000;
}
.pro-attr .proBulk a:hover{
    color: #fff;
}
.des-wrap {
    padding:12px;
    padding-left: 35px;
    padding-right: 35px;
}

@media (max-width: 1660px){
    .view-all a, .pro-link a {
        font-size: 14px;
        padding: 8px 23px;
    }
    .news .news-head h2 {
        font-size: 24px;
    }
    .widget h4.widgettitle {
        font-size: 30px;
    }
}
@media (max-width: 1400px){
    .product-name > a {
        font-size: 21px;
    }
    .news .news-head h2 {
        font-size: 22px;
    }
    .widget h4.widgettitle {
        font-size: 26px;
    }
    .titleInner h1 {
        font-size: 32px;
        font-weight: 500;
    }
}
@media (max-width: 1199px){
    .product-name > a {
        font-size: 20px;
    }
    .news .news-head h2 {
        font-size: 20px;
        line-height: 27px;
    }
    .widget h4.widgettitle {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .widget li {
        line-height: 28px;
    }
    .titleInner h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .pro-attr{
        padding-right: 40px;
    }
    .des-wrap{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 991px){
    .widget h4.widgettitle {
        font-size: 18px;
    }
    .titleInner {
        margin: 30px 0;
    }
    .proBulk a, .proBulk a:focus, .proBulk a:visited {
        font-size: 13px;
    }
    .pro-attr ul li > b{
        display: block;
    }
    .pro-attr ul li > span{
        padding-left: 20px;
    }
    .pro-attr{
        padding-right: 20px;
    }
    .des-wrap{
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 767px){
    .titleInner {
        width: 100%;
        margin: 20px 0 10px;
    }
    .titleInner h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .pro-attr{
        padding-right: 0px;
    }
    .des-wrap{
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width:480px){
    .fixed {  
        top: -110px;
    }
}
@media (max-width: 479px){
    .news .news-img {
        padding: 30px;
        width: 100%;
    }
    .news .news-inner {
        /*padding: 0 30px 30px;*/
        width: 100%;
    }
    .news .news-meta div {
        padding: 0 20px 0 0;
        margin-bottom: 5px;
        font-size: 12px;
    }
}

.side{
    position:fixed;
    right:10px;
    bottom:30px;
    z-index: 10000;
}
.side-button {
    background:grey;
    width:40px;
    height:40px;
    color:white;
    display: flex;
    justify-content:center;
    align-items:center;
}
.side-button:hover {
    background: #4caf50;
}
.side-button:hover, .side-button{
    transition: all 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s; /* Firefox 4 */
    -webkit-transition: 0.5s ease 0s; /* Safari ?’? Chrome */
    -o-transition: all 0.5s ease 0s; /* Opera */
}
.qrcode-frame {
    right:55px;
    bottom:40px;
    width:128px;
    height:128px;
    background-color:white;
    border: 2px solid #d1d2d6;
}
.qrcode-frame .arrow {
    position:absolute;
    width:0;
    height:0;
    right:-20px;
    top: 54px;
    border: 10px solid transparent;
    border-left-color: white;
}
.qrcode-frame .arrow:after {
    position:absolute;
    left:-8px;
    top:-10px;
    z-index: -1;
    border: 10px solid transparent;
    border-left-color: #d1d2d6;
    content:" ";
}

/*new*/
.product-list {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}
.product-list tr {
    border: 1px solid #ddd;
    padding: 5px;
}
.product-list th, .product-list td {
    padding: 10px;
}
.product-list th {
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
}
.product-list td {
    font-size: 14px;
}
.span-hide {
    display: none !important;
}
@media screen and (max-width: 820px) {
    .product-list {
        border: 0;
    }
    .product-list thead {
        display: none;
    }
    .product-list tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }
    .product-list tr td:first-child{
        text-align: left;
        font-size: 14px;
    }
    .product-list tr td:first-child:before{
        display: none;
    }
    .product-list td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }
    .product-list td:last-child {
        border-bottom: 0;
    }
    .product-list td:before {
        content: attr(data-label);
        text-transform: uppercase;
        color:#4caf50;
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
    .span-hide {
        display: block !important;
    }
}