@font-face {
  font-family: "Favorit-Bold";
  src: url("Favorit-Bold.woff2") format("woff2")
  , url("Favorit-Bold.woff") format("woff");
}

@font-face {
  font-family: "Favorit-Medium";
  src: url("Favorit-Medium.woff2") format("woff2")
  , url("Favorit-Medium.woff") format("woff");
}

@font-face {
  font-family: "Favorit-Regular";
  src: url("Favorit-Regular.woff2") format("woff2")
  , url("Favorit-Regular.woff") format("woff");
}

@font-face {
  font-family: "Favorit-Light";
  src: url("Favorit-Light.woff2") format("woff2")
  , url("Favorit-Light.woff") format("woff");
}

#shopify-product-reviews {
  *zoom: 1;
  display: block !important;
  clear: both !important;
  overflow: hidden !important;
  text-align: left !important;
  margin: auto !important;
}

.spr-container {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
  border-radius: 0.3125rem !important;
  margin-bottom: 1.5rem !important;
}

.spr-summary-actions-newreview {
  text-decoration: none !important;
  color: #000000 !important;
}

.spr-review-reportreview {
  text-decoration: none !important;
  color: #000000 !important;
  font-size: 12px !important;
}

.spr-icon {
  color: #000000 !important;
}

.spr-button {
  background: #000000 !important;
  color: #ffffff !important;
  font-family: "Favorit-Bold" !important;
}

.section-dynamic-list-collections {
  padding-top: 0 !important;
}

.section-slideshow {
  padding-bottom: 1rem !important;

}

.site-header-logo {
  width: 13rem !important;
  padding-right: 1rem !important;
  padding-left: 0 !important;
}

.site-logo-image {
  padding-right: 1rem !important;
}

/* 30 Oct 2023 Jignesh Added blow css for custom Best seller grid*/
.best-seller-h2 {
  font-size: 2.25rem;
}

.best-seller-home .product-item-info,
.best-seller-home .product-item-title,
.best-seller-home .product-item-price {
  justify-content: center;
}

.best-seller-home .product-item-title a {
  text-align: center;
}