/* Remove padding-top header for normal pages */
body.usp-carousel-pos-top {
  padding-top: 171px;
}
@media (max-width: 992px) {
  body.usp-carousel-pos-top {
    padding-top: 115px;
  }
}

@media (max-width: 768px) {
  body.usp-carousel-pos-top {
    padding-top: 98px;
  }
}
.usp-bar {
	font-size: 11px; 
}
.usp-carousel .swiper-slide {
	width: 100% !important; 
}
#header .stars {
	background-color: unset; 
}
.subheader-review-hallmark {
  height: 15px;
  width: 15px;
	filter: brightness(0) invert(1);
  border-radius: 50%;
  flex: 0 0 15px;
  align-items: center;
  justify-content: center;
  display: flex !important;
  padding: 0 !important;
}
/* Top-Bar Header: Menu */
.top-header__menu ul {
	display: flex;
  gap: 10px;
  align-items: center;
}
.top-header__menu li:last-of-type::after {
  content: '|';
  margin: 0 5px;
}
.top-header__menu a {
	white-space: nowrap;
  text-decoration: none;
  transition: color .4s ease;
  font-size: 12px;
  font-weight: var(--fw-semibold);
}
.top-header__menu a:hover {
	color: var(--color-secondary);
}
/* Header holder */
@media (min-width: 992px) {
  .headerscrolled #scroll-nav {
		display: none !important;
  }
}
#header {
	z-index: 10000; 
  position: fixed;
  width: 100%;
  top: 0;
  transition: transform .4s ease;
}
#header.headerscrolled {
	transform: translateY(-34px); 
}
#header-holder {
	box-shadow: none !important;
  position: relative;
  transform: unset !important;
}
#header-holder #header-content {
	transform: unset !important; 
}
#header-holder .logo {
	width: 148px;
  height: 50px;
  object-fit: contain;
}
@media (max-width: 1200px) {
	#header-holder .logo {
  	width: 108px;
 		height: 40px;
  }
}
@media (max-width: 768px) {
	#header-holder .logo {
  	height: 30px;
  }
}
.navbar-main-item-dropdown > a::after {
	content: '\f078';
	font-family: var(--font-family-fontawesome);
  right: -16px;
  font-size: 10px;
  position: absolute;
  transition: transform .4s ease;
}
.navbar-main-item-dropdown:hover > a::after {
  transform: rotate(180deg);
}
/* Header Account & Header Wishlist & Cart */
#header-icon-cart {
	transition: color .4s ease, background-color .4s ease, border .4s ease;
  display: flex;
  width: 48px;
  height: 48px;
  font-size: 20px;
  border-radius: var(--border-radius);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  box-shadow: 0px 0px 8px 0px rgba(17, 36, 54, 0.05);
}
/* Shopping Cart */
#header-fancy-cart:hover {
	color: var(--color-primary); 
}

#header-fancy-cart:hover i {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}
/* Shopping Cart */
#header-fancy-cart #header-icon-cart:hover {
  background-color: var(--color-primary-hover);
}
#header-fancy-cart {
	position: relative !important;
}
#cart-qty {
  font-size: 9px;
  height: 20px;
  width: 20px;
  right: -5px;
  top: -5px;
  line-height: 16px;
  background-color: var(--color-secondary);
  border: 2px solid var(--color-white);
  color: var(--color-white);
}
#header-fancy-cart:before {
	display: none; 
}
.header-item {
	font-size: 16px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .header-item {
    margin-right: 10px;
	}
}
@media (max-width: 576px) {
  #header-fancy-cart .btn {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    flex-shrink: 0;
    padding: 5px;
    min-height: unset;
  }
  #header-fancy-cart .btn i { 
    font-size: 16px !important;
  }
  #header-fancy-cart span {
		display: none;
  }
}
/* Header Contact */
.header__contact {
  white-space: nowrap;
}
.header__contact i {
	background-color: var(--color-white);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: var(--color-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* Subheader Links */ 
.subheader-links {
	flex: unset;
}
.subheader-links a, .subheader-link, .top-bar__right a {
 	transition: color .4s ease; 
}
.subheader-link:hover, .top-bar__right a:hover {
	color: var(--color-secondary);
}
/* Breadcrubms */
.breadcrumbs__wrapper {
	background-color: var(--color-light); 
}
@media (max-width: 992px) {
  .breadcrumbs__items {
  	font-size: 11px;
  }
}
.breadcrumbs__wrapper--alt {
	background-color: var(--color-white); 
}
/* Notifications */
#notification {
  box-shadow: var(--box-shadow);
	justify-content: center;
  font-weight: 500;
}
#notification > i, #notification > div {
	margin-left: auto;
}
#notification > i {
	transition: color .4s ease, rotate .4s ease; 
}
#notification > i:hover {
	color: var(--color-primary); 
  rotate: 90deg;
}
/* Mobile Panel */
#mobile-nav-holder {
	z-index: 1000000;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
/* Header Search */ 
#header-search {
	margin: 0 auto !important;
  position: relative;
  top: 32px;
  right: 50%;
  max-width: calc(100% - 30px);
  transform: translate(50%, 100%);
}
#header-search input {
  border-radius: var(--border-radius) !important;
  font-size: 15px;
}
#header-search.is-active::before {
  content: "";
  background: var(--color-bg-body);
	border: 1px solid var(--color-light);
  opacity: 1;
  position: absolute;
  z-index: 1;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  visibility: visible;
}
#header-search.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
#header-search {
  display: flex;
  position: fixed;
  top: 91px;
  margin: unset !important;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .4s ease, transform .4s ease, visibility .4s ease, bottom .4s ease;
  z-index: 1000;
}
@media (max-width: 992px) {
  #header-search {
    top: 39px;
  }
}
@media (max-width: 768px) {
  #header-search {
    top: 23px;
  }
}
#header-search-input, #header-search button, #header-search #search-results {
  top: 5px; 
}

.navbar-main-link {
	font-family: var(--font-family-body);
  font-weight: 500;
  font-size: 15px;
}