.container-fluid .jumbotron {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bnr-linear {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(20%, #387e32), color-stop(60%, rgba(242, 245, 247, 0))), url("../images/bnr_shop.jpg");
  background-image: linear-gradient(-90deg, #387e32 20%, rgba(242, 245, 247, 0) 60%), url("../images/bnr_shop.jpg");
  background-position: 0 100%, 100% 65%;
  background-size: 100%, auto 100%;
}

.main .slider-nav {
  margin-top: 30px;
}
.main .slider-nav .imgbox {
  border-radius: 0;
  margin-right: 10px;
  cursor: pointer;
}
.main .side p {
  font-size: 1.333333rem;
  color: #407f3b;
  margin-bottom: 18px;
}
.main .side h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.8rem;
  margin-top: 0;
}
.main .side h1::after {
  display: block;
  width: 60px;
  content: "";
  margin-top: 6px;
  border-bottom: 2px solid #383838;
  clear: both;
}
.main .side .cont {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 24px 24px 12px 24px;
  margin-top: 22px;
}
.main .side .cont .product {
  text-align: left;
  margin-bottom: 10px;
}
.main .side .cont .h4 {
  font-size: 2rem;
}
.main .side .cont .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  border-top: 1px solid #e5e5e5;
  font-family: "Roboto", "Roboto Condensed", "Helvetica Neue", sans-serif;
}
.main .side .cont .item i {
  margin-right: 16px;
  color: #89817d;
  font-size: 20px;
  vertical-align: middle;
}