
/* normal style */
.swiper-slide {
  text-align: center;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.append-buttons {
  text-align: center;
}

.append-buttons a {
  display: inline-block;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}


/* BANNER */
#swiper-banner {
  width: 100%;
  background-color: #eee;
}

#swiper-banner .img-item {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}


/* HOME-PRODUCTS-ITEMS */
#swiper-products-solidItem {
  width: 100%;
}

#swiper-products-solidItem .swiper-slide {
  transform: scale(0.7);
  background-color: #fff;
}

#swiper-products-solidItem .swiper-slide.swiper-slide-active {
  transform: scale(1);
  z-index: 2;
}

#swiper-products-solidItem .swiper-pagination {
  bottom: 0;
}