/* Type */
h2 {
	font-size: 36px;
  font-style: normal;
}
/* .sale-bg */
.product-sale {
	right: 20px !important;
  top: 20px !important;
  position: absolute;
  left: unset;
  z-index: 10;
}
.sale-bg {
	background-color: #C70C00; 
}
.usp-bar {
	background-color: #000 !important;
  color: #FFF !important;
}
.usp-bar .stars {
	display: flex !important;
  align-items: center;
}
.usp-bar .stars div {
	margin-left: 8px; 
}
.usp-bar .stars i {
  color: #fec726;
  position: relative;
  top: -1px;
}
.usp-bar .header-rating-circle {
	background-color: #FFF;
  color: #000 !important;
}
.usp-bar .subheader-hallmark svg {
	margin-left: 4px;
  height: 18px;
}
#navbar-holder {
  background-color: #F5F5F5;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}
#header-search {
  margin-left: auto !important;
  margin-right: auto !important; 
}
/* Home Hero */
.slider-height-xl .swiper-slide {
  height: 60vh;
  height: 60dvh;
  min-height: unset;
}
@media (max-width: 768px) {
  .slider-height-xl .swiper-slide {
    height: 50vh;
    height: 50dvh; 
  }
}