@media (max-width: 768px) {
  .navbar-default {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .product-content {
    padding: 0 !important;
    border: none !important;
  }
  .product-content table {
    max-width: 100% !important;
  }
}
.detail-images {
  position: static !important;
  padding-left: 0 !important;
}
.detail-images .swiper {
  margin-top: 12px;
  overflow: hidden;
}
.detail-images ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.detail-images ul li {
  width: 80px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #dbdbdb;
}
.detail-images ul li.selected {
  border-color: rgb(254, 201, 107);
}

.block-banner-multiple .item {
  overflow: hidden;
}
.block-banner-multiple .item img {
  transition: transform 0.2s;
}
.block-banner-multiple .item:hover img {
  transform: scale(1.1);
}

.product-item .thumb,
.post-item .thumb {
  overflow: hidden;
}
.product-item .thumb img,
.post-item .thumb img {
  transition: transform 0.2s;
}
.product-item .thumb:hover img,
.post-item .thumb:hover img {
  transform: scale(1.1);
}

/*# sourceMappingURL=style2.css.map */
