.header-notice .row{
	padding: 1.4rem 0;
}

/** Header CSS */
.site-header {
  display: block!important;
  max-width: unset!important;
  padding: 0!important;
	position: relative;
	z-index: 100;
}
.site-header .topbar {
  background-color: var(--black);
  color: var(--white);
  padding: 0.8rem 0;
  font-size: 1.4rem;
}
.site-header .topbar p {
  margin-bottom: 0;
}
.site-header .site-primary-menu > ul {
  display: flex;
}
.site-header .site-primary-menu > ul li a {
  padding: 1rem 3rem;
  white-space: nowrap; 
  color: var(--black);
  display: block;
  text-decoration: none;
}
.site-header .site-primary-menu > ul li a:hover {
	color: var( --primary )
}
.site-header .site-primary-menu ul li i {
  font-size: 20px;
}

.site-header .branding-row {
  padding: 2.2rem 0;
}
.site-header .site-menu-row {
  flex-grow: 1;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.site-header .site-menu-row ul {
  list-style: none;
}
.site-header .site-links ul li a {
  padding: 1rem 1.5rem;
  display: block; 
  color: var(--muted);
}
.site-header .site-links ul li.cta a {
  padding: 0 2.5rem;
}
.site-header .site-links li {
  position: relative;
}
.site-header .site-links ul li i {
  font-size: 2rem;
}
.site-header .site-links ul li.cta {
  margin-left: 3rem;
}

.site-header .site-links ul li .cart-count {
  background-color: #d82e2e;
  color: var(--white);
  position: absolute;
  top: -3px;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 50%;
  right: .5rem;
}

.site-header .site-links ul li.stockist-menu span {
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  top: 95%;
  left: 0;
  white-space: nowrap;
  border-radius: 6px;
  color: #fff;
  padding: 4px 10px;
  margin-left: -60%;
  font-size: 95%;
  display: none;
}
.site-header .site-links ul li.stockist-menu a:hover span {
  display: block;
}
.site-header .site-links ul li.stockist-menu a:hover i {
  animation: bounce 1.25s infinite;
  opacity: 1;
  color: var(--primary);
}
.site-header .site-links ul li.stockist-menu a i {
  opacity: 0.8;
}

.branding-row {
  position: relative;
}
.branding a, .branding img {
  display: block;
  max-height: 32px
}
.mobile-menu {
    display: none;
}
.mobile-menu span {
    width: 30px;
    height: 2px;
    background-color: #000;
    margin-bottom: 7px;
    display: block;
    position: relative;
    transition: 0.2s;
}
.mobile-menu span:last-of-type{
  margin-bottom: 0;
}
.site-search-form {
  margin:0 2rem;
  width: 26%;
}
.site-search-form input {
  height: 4.5rem;
  border-radius: 5rem!important;
  padding-left: 3.5rem!important;
  background-image: url("../img/search.png");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 16px;
  font-family: inherit;
  font-weight: 500;
}
.site-search-form input:focus {
	box-shadow: 0px 0px 8px var(--primary);
}

.site-menu-row ul li {
	position: relative
}
.site-menu-row .icon-dropdown, .site-header .mobile-only {
	display:none;
}
.site-header .site-menu-row ul li li a{
	padding-bottom: .5rem;
	padding-top: .5rem;
}
.site-menu-row ul li.current_page_item >a {
  color: var(--primary);
}

.site-header .site-menu-row ul ul {
    position: absolute;
    left: 0;
	padding: 5px 0;
    background: #fff;
    z-index: 1;
	min-width:200px;
    border-radius: 4px;
    white-space: nowrap;
	display: none;
    width: max-content;
    box-shadow: 0 0 4px #ddd;
}
.menu-toggle-btn {
    cursor: pointer;
    margin: 0;
    padding: 1rem 0 1rem 1.5rem;
    position: relative;
}
.menu-toggle-btn span{
    width: 2.5rem;
    border-bottom: .2rem solid currentColor;
    transition: transform .2s, width .3s;
    transform-origin: center center;
}
.menu-toggle-btn span:nth-child(2) {
    margin: 0.6rem 0;
}

.menu-toggle-btn, .menu-toggle-btn span {
    position: relative;
    display: block;
}
.menu-active .menu-toggle-btn span:first-child {
    transform: rotate(-45deg);
    top: 0.8rem;
    width: 100%;
}
.menu-active .menu-toggle-btn span:nth-child(2) {
    transform: rotate(45deg);
}
.menu-active .menu-toggle-btn span:last-child {
    opacity: 0;
}

.consumer-website-link {
	position:relative;
	text-align: right;
}
.consumer-website-link a{
	font-size: 13px;
	text-decoration: underline;
	position:absolute;
	right: 0;
	top: 8px;
	z-index: 2;
}
.consumer-website-link i {
	padding-left:4px;
}

@media (min-width: 1024px) {
	.site-header .site-menu-row li:hover ul {
		display:block
	}
	.site-primary-menu > ul li.menu-item-has-children > a::after {
		content: "\f107";
		font-family: 'FontAwesome';
		padding-left: 5px;
	}
}


@media (max-width:1199px) and (min-width: 1024px) {
	.site-search-form {
		width: 32%;
	}
	.branding-row a, .branding-row img {
		max-height: 25px;
	}
	.site-header .site-links ul li a {
		padding:0 2.5rem
	}
}

@media (max-width: 1023px) {
	.container {
		padding: 0 1.5rem;
	}
	.branding a, .branding img {
		max-height: 28px;
	}
	.site-primary-menu {
		position: fixed;
		left: 0;
		right: 0;
		top: 80px;
		padding-top: 3rem;
		bottom: 0;
		background: #fff;
		z-index: 1;
		transform: translateX(-100%);
		max-height: 100vh;
		overflow-y: auto;
		transition: 0.3s;
	}
	.site-menu-row .site-primary-menu ul {
		display: block;
	}
	.menu-active {
		overflow: hidden!important
	}
	.menu-active .site-primary-menu {
		transform: translateX(0);
	}
	.menu-active .logged-in .site-primary-menu  {
		top: 105px; /* 	for admin bar  */
	}
	.site-header .site-primary-menu > ul >li >a{
		border-bottom: 1px solid #eaeaea;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.site-header .site-menu-row ul li li a {
		padding-bottom: .8rem;
		padding-top: .8rem;
	}
	.site-primary-menu span.icon-dropdown {
		display: flex;
		position: absolute;
		top: 0;
		color: var( --primary );
		right: 0;
		width: 5.5rem;
		padding:0 1rem;
		height: 5.5rem;
		font-weight: bold;
		align-items: center;
		font-size: 2rem;
		justify-content: center;
	}
	
	.site-header .site-menu-row ul ul {
		position: static;
		margin: 0 0 1rem;
		background: #eee;
		width: auto;
	}
	.site-header .site-menu-row ul .active ul {
		display:block;
	}
	.site-primary-menu .active span.icon-dropdown {
		transform: rotate(180deg);
	}
	.branding-row {
		position: static;
	}
	.site-search-form{
		position: absolute;
		left: 0;
		top: 100%;
		background: #fff;
		z-index: 2;
		right: 0;
		width: 100%;
		padding: 2rem;
		display: none;
	}
	.site-header .site-links ul li a {
		padding: 0 1.1rem;
		font-size: 2.4rem;
	}
	.site-header .mobile-only {
		display: block;
	}
	.site-header .site-links ul .cta {
		display: none;
	}
	.consumer-website-link a {
		position: static;
		font-size: 12px;
	}
}