.sale-disabled {
  display: none;
  pointer-events: none;
}

.description img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .description img {
    height: auto !important;
  }
}

.pagination {
  margin-top: 30px;
  justify-content: center;
}
.pagination .current, .pagination .other-page, .pagination .next-page, .pagination .pre-page, .pagination b {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #737373;
  background-color: #eee;
  margin: 0 5px;
}
.pagination .current:hover, .pagination .other-page:hover, .pagination .next-page:hover, .pagination .pre-page:hover, .pagination b:hover {
  text-decoration: none;
  opacity: 0.9;
}
.pagination .current {
  background: #333;
  font-family: "Google Sans", sans-serif;
  color: #fff;
  border: none;
}

.sale img {
  max-width: 40px;
  max-height: 40px;
  position: absolute;
  z-index: 2;
  right: 0;
}
.sale span {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 3;
  color: white;
  font-size: 14px;
  top: 5px;
  right: 0;
  padding: 4px;
  text-align: center;
}

.show-filter {
  font-size: 20px;
}

@media (max-width: 767px) {
  .mb--0 {
    margin-bottom: 10px !important;
  }
  p {
    margin-bottom: 5px !important;
  }
  .title h4 {
    font-size: 14px;
  }
  .product img {
    width: 100%;
  }
  .truncate {
    width: 80%;
    margin-top: 15px !important;
  }
  .title a {
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .title-line h4 {
    font-size: 28px !important;
    font-weight: 300 !important;
    text-transform: uppercase;
  }
}/*# sourceMappingURL=default.css.map */