/* 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: 12px; 
  font-weight: 400;
}
.usp-bar a {
	transition: color .4s ease; 
}
.usp-bar a:hover {
	color: var(--color-primary); 
}
.usp-bar-left {
	font-size: 12px;
}
.usp-carousel .swiper-slide {
	width: 100% !important; 
}
.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 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-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;
  color: var(--color-black);
}
#header-holder #header-content {
	transform: unset !important; 
}
#header-holder .logo {
  width: 248px;
  height: 34px;
  object-fit: contain;
}
@media (max-width: 1200px) {
	#header-holder .logo {
    width: 218px;
    height: 24px;
  }
}
@media (max-width: 768px) {
	#header-holder .logo {
  	height: 30px;
  }
}
@media (max-width: 576px) {
  .header-item {
    margin-right: 10px; 
  }
}
/* Account */
#header-fancy-account .header-link {
  font-size: 16px;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 16px;
}
#header-fancy-account i {
  width: 48px;
	height: 48px;
  border: 1px solid var(--color-black);
  border-radius: var(--border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: color .4s ease, background-color .4s ease;
}
#header-fancy-account:hover i {
	background-color: var(--color-black);
  color: var(--color-white);
  font-weight: 700;
}
/* Shopping Cart */
#header-fancy-cart {
	position: relative;
}
#header-fancy-cart .btn {
  min-height: 48px; 
}
@media (max-width: 768px) {
  #header-fancy-cart .btn span {
		display: none;
  }
}
#header-fancy-cart:before {
	display: none; 
}
#cart-qty {
  font-size: 7px;
  height: 15px;
  width: 15px;
  right: -4px;
  top: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  outline: 3px solid var(--color-primary);
}
/* 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-link {
	font-size: 16px; 
}
.subheader-links a, .subheader-link, .top-bar__right a {
 	transition: color .4s ease;
}
.subheader-link:hover, .top-header__menu a:hover, .subheader-link.is-active, .top-header__menu a.is-active {
	color: var(--color-primary);
}
/* Breadcrubms */
.breadcrumbs__wrapper {
	background-color: var(--color-light); 
}
.breadcrumbs__items {
  border-radius: var(--border-radius-pill); 
  display: inline-flex;
}

@media (max-width: 992px) {
  .breadcrumbs__items {
  	font-size: 11px;
  }
}
.breadcrumbs__wrapper--alt {
	background-color: var(--color-white); 
}

.breadcrumbs__wrapper .breadcrumbs__items a:first-child {
    background-color: var(--color-white);
  	border-radius: 50%;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    flex-shrink: 0;
  	margin-top: 2px;
}
.breadcrumbs__wrapper .breadcrumbs__items a {
  text-decoration: none !important;
  padding: 8px 15px;
  margin: 0;
  opacity: 1;
  font-weight: 400;
  transition: background-color .4s ease;
  border-right: 2px solid var(--color-light);
  align-items: center;
  display: flex;
  line-height: 1;
}
@media (max-width: 576px) {
  .breadcrumbs__wrapper .breadcrumbs__items a {
		font-size: 10px;
  }
}
.breadcrumbs__wrapper .breadcrumbs__items a i { 
	 color: #3B4417;
}
.breadcrumbs__wrapper .breadcrumbs__items a:first-child:hover {
	background-color: var(--color-white-hover);
   text-decoration: none !important;
}
.breadcrumbs__wrapper .breadcrumbs__items a:hover {
	text-decoration: underline !important;
}
.breadcrumbs__wrapper .breadcrumbs__items a:last-of-type {
  border-right: none;
}
.breadcrumbs__wrapper .bc-seperator:first-of-type {
	display: none;
}
.breadcrumbs__wrapper .bc-seperator {
	align-items: center;
  display: flex;
  margin: 0;
}
/* 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;
  max-width: 500px;
  position: relative;
}
#header-search .search-button {
	right: unset;
  left: 16px;
  padding: 0;
  color: var(--color-black) !important;  
  font-size: 14px;
}
#header-search input::placeholder {
	color: #9D9D9E;
}
#header-search input {
  border-radius: var(--border-radius) !important;
  padding-left: 40px;
  border-color: #9D9D9E;
  color: var(--color-black);
	height: 48px;
}
@media (max-width: 768px) {
  #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: 58px;
    visibility: visible;
  }
  #header-search.is-active {
      opacity: 1;
      visibility: visible;
      pointer-events: all;
  }
  #header-search {
    display: flex;
    position: fixed;
    right: 335px;
    top: -20px;
		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;
  }
	#header-search-input, #header-search button, #header-search #search-results {
  	top: 5px; 
  }
  @media (max-width: 992px) {
    #header-search {
      top: 32px;
      right: 50%;
      max-width: calc(100% - 20px);
      transform: translate(50%, 100%);
    }
  }
  @media (max-width: 768px) {
     #header-search {
      top: 16px;
    } 
  }
}