.qc-top {
  margin-bottom: 30px;
}
.qc-top img {
  max-width: 100%;
  height: auto;
  display: block;
}
.group-hot .qc-top {
  width: 90%;
  margin: 0 auto 30px;
}
.grid-promotion {
  display: flex;
  flex-flow: row wrap;
}
.grid-promotion .item-promotion {
  border: 1px solid #b6b6b6;
  border-radius: 10px;
  margin: 0.5%;
  overflow: hidden;
}
.grid-promotion .item-promotion .thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.grid-promotion .item-promotion .info {
  padding: 10px;
}
.grid-promotion .item-promotion .info h3 {
  line-height: 1.4;
}
.grid-promotion .item-promotion .info a {
  display: inline-block;
  border-radius: 5px;
  background: #e83136;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 10px;
  text-decoration: none;
}
.grid-promotion .item-promotion .info a:hover {
  background: #333333;
}
.featured-product {
  background: #BE1E2D;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 15px;
  position: relative;
}
.featured-product .slick-arrow {
  background: #fff;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
}
.featured-product .slick-arrow:hover {
  background: #000;
  color: #ffffff;
}
.featured-product .slick-prev {
  left: -20px;
}
.featured-product .slick-next {
  right: -20px;
}
.featured-product .product {
  background: #fff;
  border-radius: 5px;
  margin: 0 5px;
}
.featured-product .product .inner {
  padding: 10px;
}
.featured-product .product .product-label {
  margin-bottom: 10px;
}
.featured-product .product .product-label span {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 11px;
  display: inline-block;
  margin-right: 4px;
  padding: 3px 6px;
}
.featured-product .product .product-label span.flag-installment {
  background: #fff;
  color: #be1e2d;
  border: 1px solid #feb913;
}
.featured-product .product .product-label span.percent-deal {
  background: #be1e2d;
  color: #fff;
}
.featured-product .product .thumb {
  margin-bottom: 10px;
}
.featured-product .product .info .label-sticker-title {
  margin-bottom: 10px;
}
.featured-product .product .info .label-sticker-title img {
  max-width: 125px;
}
.featured-product .product .info a {
  text-decoration: none;
}
.featured-product .product .info h3 {
  color: #000;
  font-size: 15px;
  margin: 0 0 10px;
}
.featured-product .product .info .box-price-product {
  margin-bottom: 10px;
}
.featured-product .product .info .box-price-product .price-label,
.featured-product .product .info .box-price-product .discount {
  display: none;
}
.featured-product .product .info .box-price-product .price-wrapper .price {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #be1e2d;
}
.featured-product .product .info .box-price-product .market-price {
  display: block;
  text-decoration: line-through;
  color: grey;
  font-size: 14px;
}
.featured-product .product .info .box-product-bottom .product-pro-ex {
  display: none;
}
.featured-product .product .info .box-product-bottom .label-special-gift {
  padding: 5px;
  margin-top: 5px;
  color: #333;
  display: block;
  font-size: 11px;
  margin-bottom: 10px;
  position: relative;
  background: #f2f2f2;
}
.group-hot .group-tab .tab-head {
  text-align: center;
  margin: 30px 0;
}
.group-hot .group-tab .tab-head a {
  margin: 0 30px;
  display: inline-block;
  text-decoration: none;
}
.group-hot .group-tab .tab-head a img {
  max-width: 100px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  width: 95%;
  margin: 0 auto;
  display: block;
  filter: grayscale(100%);
}
.group-hot .group-tab .tab-head a:hover img,
.group-hot .group-tab .tab-head a.active img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  filter: grayscale(0%);
}
.group-hot .group-tab .tab-head a p {
  color: #000;
  margin: 5px 0;
  font-size: 14px;
}
.tag-bn-image {
  margin-bottom: 15px;
}
.tag-bn-image img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .grid-promotion .item-promotion {
    width: 32%;
  }
  .grid-promotion .item-promotion .info {
    padding: 15px;
    overflow: hidden;
  }
  .grid-promotion .item-promotion .info a {
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .grid-promotion {
    flex-flow: wrap;
    flex-direction: column;
    overflow-x: scroll;
    width: 100%;
    height: 635px;
  }
  .grid-promotion .item-promotion {
    width: 275px;
    margin: 0 15px 15px 0;
    height: 300px;
  }
  .grid-promotion .item-promotion .info h3 {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .group-hot .group-tab .tab-head {
    flex-flow: row nowrap;
    display: flex;
    justify-content: center;
  }
  .group-hot .group-tab .tab-head a {
    margin: 0 10px;
    width: 80px;
  }
  .group-hot .group-tab .tab-head a p {
    font-size: 13px;
  }
}
