*,div ul,li,p,img{margin: 0;padding: 0;}
  .h1, .h2, .h3, h1, h2, h3{margin-top: 0}
  a{text-decoration: none;}
  html,body{font-size: 16px}
  .navbar-default{background: none;border: none}
  header{position: sticky;top: 0;background: #fff;z-index: 1001}
  .navbar .navbar-brand{ padding-left: 30px;}
  .nav-link{color: #000;font-size: larger;}
  .navbar-light .navbar-nav .nav-link{color: #000;}
  .navbar{margin-bottom: 0}
  .visible-xs{display: none}
  .navbar-light .navbar-toggler{margin-right: 10px;outline: none!important;border: 1px solid #bbb;}
 .subnav{display: none;position: absolute;background: #fff;left: 0;top: 60px; justify-content: space-between;align-items: flex-start;padding: 20px 150px 40px;width: 100%;}
 .navbar .nav-item:hover .subnav{display: flex;}
 .subnav li a{color: #41464b; text-decoration: none;} 
 .subnav li{list-style: none;line-height: 30px;}
 .subnav .title{text-align: center;line-height: 38px;font-weight: 600;}
 .subnav .flexitem img{width: 100%;height: auto;}
 .flexitem{max-width: 20%;}
  .footer{color:#e79452;font-size: 22px;line-height: 60px;text-align: center;background: #eee;}
  .service{top:150px;position: fixed;left: 125px; background: rgb(251 251 251 / 67%);width: 232px;text-align: center;border-radius: 5px;padding: 30px 10px;z-index: 999;}
.service button{color: #ffffff;font-size: 24xp;padding: 8px;background: #e79452;margin: 10px auto;border: none;border-radius:6px;outline: none;cursor: pointer;animation:mymove 0.6s infinite;}
@keyframes mymove
{
0%   {transform: scale(0.3);opacity: .5;}
100% {transform: scale(0.9);opacity: 1;}
}
.service img{display: block;margin: 0 auto;width: 160px;}
.service p{color: #e79452;font-size: 20px;font-weight: 600;}
.liItem{width: 25%;padding:10px;float: left;}
.productItem{width: 25%;padding:10px;display: flex;display:block;width:100%;flex-direction: column;justify-content: center;color:#000}
.productItem .mainimg{width: 100%;height: auto;}
.productInfo{padding: 5px;text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;}
.addcart{width: 90%;text-align: center;display: block;border:none;outline:none;
  background: #ffcf47;
  border-radius: 20px;
  line-height: 32px;
  margin: 10px 0;
  font-weight: 600;
color: #000;}
  .clear::after{content:"";display: block;width: 0;height
  :0; clear: both;
}
.sectionTitle{margin: 75px 0 40px 0;
  text-align: center;
  font-size: 32px;}
  .flexBox{display: flex;flex-wrap: wrap;}
  .flexBox .item{width: 50%;}
  .flexBox .item img{width: 100%;}
  @media(max-width:768px){
    .flexitem.navimg{display: none;}
    .flexitem{width: 100%;max-width:100%}
    .subnav{padding: 0px 10px;position: relative;top:0}
    .navbar .nav-item:hover .subnav{display: none;}
    .navbar-nav{position: absolute;
    width: 100%;
    background: #fff;
    padding: 0 15px;
  }
  .service{width: 154px;right: 24px;top: 100px;padding:10px 5px;position: fixed;left: auto;}
  .service img{width: 100px;}
  .service p{font-size: 14px;line-height: 20px;margin-bottom: 0;}
  .flexBox .item {width: 100%;}
.productlist{display:block;overflow: auto;width:100%;}
.productlist .liItem{width: 45vw;
  -ms-flex: 0 0 45vw;
  flex: 0 0 45vw;
  display: inline-block;
  float: none;
  white-space: normal;
  text-align: center;
}
.addcart{line-height: 30px;}

  }