.jq-stars {
  display: inline-block;
  margin-bottom: 0.75rem;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%;
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888);
}

.product-item {
  max-width: 360px;
}

.btn-normal-spacing {
  letter-spacing: normal !important;
}

.h-80px {
  height: 80px;
}

.mh-80px {
  max-height: 80px;
}

.mr-5 {
  margin-right: 2rem;
}

.address-form-wrap .nice-select {
  min-height: 42px;
  height: auto;
  line-height: 1.75;
  padding: 0.375rem 0.75rem;
}
.address-form-wrap .nice-select::after {
  right: 8px;
}

.product-rating {
  display: flex !important;
}

.blog-detail .desc ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: revert;
}
.blog-detail .desc ul li {
  list-style: revert;
}
.blog-detail .desc a {
  text-decoration: underline;
  color: #ff6565;
}

.price-discount {
  font-size: 12px !important;
}
