/* Remove padding-top header for normal pages */
body.usp-carousel-pos-top {
  padding-top: 171px;
}
.usp-carousel-icon {
	color: var(--color-white);
}
@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; 
}
.subheader-review-hallmark {
  height: 15px;
  width: 15px;
  background-color: var(--color-white);
  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 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-primary);
}
/* 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; 
}

@media (max-width: 1200px) {
	#header-holder svg {
 		height: 24px;
    width: auto;
  }
}
@media (max-width: 768px) {
	#header-holder svg {
  	height: 16px;
  }
}
@media (max-width: 400px) {
	#header-holder svg {
  	height: 11px;
  }
  #header-right {
  	padding-left: 4px; 
  }
  .header-item {
  	margin-right: 4px !important; 
  }
}
.header-link {
	transition: color .4s ease; 
}
.header-link:hover {
	color: var(--color-black); 
}

/* Header language */
#header-fancy-language i {
	font-size: 20px;
}
@media (max-width: 576px) {
  #header-fancy-language {
		display: none !important;
  }	 
}
#header-fancy-language i {
  font-weight: 300;
}
#home-categories-circles .home-category span {
	transition: color .4s ease; 
}
#home-categories-circles .home-category:hover span {
  color: var(--color-primary);
}
/* Header Account & Header Wishlist & Cart */
#header-icon-cart {
	transition: color .4s ease, background-color .4s ease, border .4s ease;
  display: flex;
  width: 40px;
  height: 40px;
  font-size: 13px;
	background-color: var(--color-secondary);
  color: var(--color-white);
  border-radius: 50%;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
/* Shopping Cart */
#header-fancy-cart:hover #header-icon-cart {
  background-color: var(--color-white);
  color: var(--color-primary);
  border-color: var(--color-primary);
}
/* Shopping Cart */
#header-fancy-cart {
	position: relative !important;
}
#cart-qty {
  font-size: 7px;
  height: 15px;
  width: 15px;
  right: 0px;
  top: 0px;
  line-height: 12px;
  background-color: var(--color-primary);
  border: 2px solid var(--color-white);
}
#header-fancy-cart:before {
	display: none; 
}
.header-item {
  margin-right: 14px;
}
@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-primary);
}
/* Breadcrubms */
.breadcrumbs__wrapper {
  color: #000104;
}
@media (max-width: 992px) {
  .breadcrumbs__items {
  	font-size: 11px;
  }
}
.breadcrumbs__wrapper i {
  width: 32px;
	height: 32px;
  background-color: var(--color-black);
  color: var(--color-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 8px;
}
.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 input {
  border-radius: var(--border-radius-pill) !important;
}
.header-search-icon {
  width: 40px;
  height: 40px;
  font-size: 13px;
  background-color: var(--body-text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color .4s ease;
}
.header-search-icon:hover {
	background-color: #e9e7e7; 
  color: var(--color-primary);
}
#header-search.is-active::before {
  content: "";
  background: var(--color-white);
  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;
  right: 50%;
  top: 32px;
  margin: unset !important;
  width: 100%;
  max-width: calc(100% - 20px);
  transform: translate(50%, 100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .4s ease, transform .4s ease, visibility .4s ease, bottom .4s ease;
}
@media (max-width: 768px) {
   #header-search {
    top: 24px;
  } 
}