body.transparent-header {
	padding-top: 0 !important;
}
body.usp-carousel-pos-top {
	padding-top: 125px;
}
@media (max-width: 991.98px) {
  body.usp-carousel-pos-top {
    padding-top: 104px;
  }
}
body.transparent-header #header-holder { 
	padding-top: 0 !important;
  background: transparent;
}
@media (max-width: 1198.98px) {
  body.transparent-header #header-holder { 
    background: var(--color-primary);
  }
}
body.transparent-header  header #header-holder {
  transition: background-color .4s ease,  transform .4s ease;
}
body.transparent-header header #header-holder.headerscrolled {
	background-color: var(--color-primary);
}
body.transparent-header #header-holder #header-content {
	border-bottom: 1px solid var(--color-white);
  transition: border-bottom .3s ease;
} 
body.transparent-header header #header-holder.headerscrolled #header-content {
	border-bottom: 0;
}
.headerscrolled #header-content {
	transform: translateY(0);
}
.usp-carousel-pos-top {
	transition: transform .4s ease;
}
.usp-carousel-pos-top.headerscrolled {
	transform: translateY(-34px);
}
@media (max-width: 576px) {
  .usp-bar__wrapper .swiper-wrapper {
    display: none;
  }
}

#header-holder {
  background: var(--body-text-color);
}
#header-content {
  height: auto;
  padding: 8px 15px;
}
#header-content .logo {
  width: 244px;
  height: 45px;
  object-fit: contain;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  #header-content .logo {
  	width: 200px;
    height: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#header-right {
gap: 30px;
}
#header-right nav > ul {
	display: flex;
  align-items: center;
  gap: 50px;
  padding-left: 0;
  margin-bottom: 0;
}
#header-right nav ul li {
	list-style-type: none;
}
#header-right .header-item {
	margin-right: 20px;
}
#header-right nav ul li a {
	font-family: var(--font-family-headings);
  font-size: 18px;
  transition: color .3s ease;
}
#header-right nav ul li a:hover {
	color: var(--color-secondary);
}
#header-fancy-cart #cart-qty {
	right: 2px;
  top: -4px;
  font-size: 0;
  height: 16px;
  width: 16px;
  border: 1px solid var(--color-primary);
}
#header-fancy-cart i {
background-color: var(--color-white);
 color: var(--color-primary);
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
}
#header-fancy-cart:before {
	all: unset;
}
#main-categories-button {
	background: unset;
}
#main-categories-button i > div {
	transition: background-color .4s ease;
}
#main-categories-button:hover i > div {
	background-color: var(--color-body) !important;
}
#main-categories-button i {
	padding-right: 5px;
  padding-bottom: 3px;
}
/* USPs top */
@media (max-width: 1300px) {
  .usp-bar {
    padding: 0 15px;
  }
}
.usp-bar-top ul {
	display: flex;
  justify-content: end;
  padding-left: 0;
  gap: 16px;
  margin-bottom: 0;
}
.usp-bar-top ul li {
	list-style-type: none;
}
.usp-bar-top ul li:not(:first-child) :before {
	content: '|';
  padding-right: 8px;
}
.usp-carousel-item {
	justify-content: center;
  text-transform: lowercase;
}
.usp-bar__wrapper {
	gap: 8px;
  text-wrap: nowrap;
}
.subheader-rating {
	padding-left: 0;
}
.header-rating {
	display: none; 
}
.subheader-rating .stars {
	text-align: start !important;
  display: flex !important;
}
.subheader-rating .stars > div {
	margin-left: 4px; 
}
/* 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 .breadcrumbs__items a:first-child {
    background-color: var(--color-white);
  	border-radius: var(--border-radius-pill); 	
}
.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;
}
.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 {
	display: none;
}
/* Fancybox */
@media (min-width: 768px) {
  .fancy-box {
  	transform: translateY(25px);
  }
}
.fancy-box {
	transform: translateY(16px);
}
/* Megamenu */
.logo-left #header-left {
	flex-grow: unset; 
}
#header-right {
	width: 100%; 
}
#navbar {
	width: 100%; 
}
.subheader-holder-below {
	margin-right: auto; 
}
/* Header Search */ 
#header-search {
  display: flex;
  margin: unset !important;
  max-width: 400px;
  opacity: 0;
/*   pointer-events: none; */
  position: fixed;
  right: 15px;
  top: 39px;
  transform: translateY(100%);
  transition: opacity .4s ease, transform .4s ease, visibility .4s ease, bottom .4s ease;
/*   visibility: hidden; */
  width: 100%;
  z-index: 1000;
}
#header-search-input, #header-search button, #header-search #search-results {
  top: 20px; 
}
@media (max-width: 768px) {
  #header-search {
    top: 24px;
    max-width: calc(100% - 20px);
    right: 10px;
  }
}
#header-search input {
  border-radius: var(--border-radius-pill) !important;
  border-color: #FFF;
  border-color: #3a3a3a;
	background: rgba(0, 1, 28, 0.9);
}
/* #header-search.is-active::before {
  content: "";
  background: var(--color-bg-body);
  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;
}