.header {
	top: 0;
	min-height: $header-height;
	/*position: absolute;*/
	margin-left:0px;
	width:100%;
	z-index: 98;
	background-color: $header-background-color;
	color: $header-text-color;
	display: flex;
	align-items: center;
	justify-content: center;
}
.checkout {
	background-color: $background-color;
	color: $header-text-color;
}
.header a, .checkout a {
	color: $header-text-color;
	transition: color 0.2s ease;
}

.header-nav-link a:hover, .header-nav a:hover {
	color: $header-text-hover;
}

a.link-logo {
	padding:0px;
}
.img-logo {
	height:80px;
	width:auto;
	margin-top:0px;
	padding:10px;
}
.header-logo {
	display: flex;
	align-items: center;
	justify-content: left;
}
.header-search {
	font-size:16px;
	display: flex;
	align-content: center;
	justify-content: left;
	font-weight:400;
	font-family: $nav-font;
	padding-left:5px;
	padding-right:5px;
	flex-wrap:wrap;
}
.font-loaded .header-search {
	font-family: $nav-font;
}
.header-nav {
    color: $header-text-color;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0 10px;
    font-weight: 600;
    font-family: "Open Sans Bold", "Tahoma";
    line-height: 1.2;
    // position: -webkit-sticky; /* Safari support */
    // position: sticky;
    // z-index: 1;
    top: 38px;
}
.font-loaded .header-nav {
	font-family: $nav-font;
	line-height:1.2;
	font-weight:600;
}
.header-contact {
	color: $header-text-color;
	font-size: 42px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 10px;
	padding-left:0px;
}
.header-contact-gp {
	font-size: 16px;
	justify-content: center;
	padding-top: 0px;
}
.header-account {
	color: $header-text-color;
	font-size:16px;
	display: flex;
	align-items: center;
	justify-content: right;
	height: $header-account-height;
	padding-left:0px;
	padding-right:0px;
	vertical-align:bottom;
	margin:auto;
}
.header-basket {
	color: $header-text-color;
	font-size:16px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left:0px;
	padding-right:0px;
}
.mini-basket-btn {
	background-color:$btn-color!important;
	color:$btn-txt-color!important;
}
.icon-headseticon-01 {
	font-size:34px;
	color:$primary-color;
}
header .icon-mobile {
	font-size:30px;
	color:$primary-color;
}
.icon-email {
	font-size:38px;
	color:$primary-color;
}
.icon-account{
	font-size: $header-account-icon-size;
}
.header-nav {
	cursor: pointer;
	background-color: $headernav-background-color;
}
.search-btn {
	background-color:$btn-color;
	color:$btn-txt-color;
	height:35px;
	border-radius: 0rem .25rem .25rem 0rem!important;
	justify-content:center;
	align-content:center;
	display:flex;
	padding:5px!important;
}
.link-logo {
	vertical-align:middle
}
.logo-cont {
	min-height:50px;
	vertical-align: middle;
    align-items: center;
    justify-content: center;
    display: flex;
}
.nav-row {
	text-align:center;
	display:flex;
	padding: 10px 0px 15px 0px;
}
.nav-row-gp {
	justify-content: space-between;
}
.mob-nav-row {
	min-height:55px;
}
.yellow-brochure-bar {
	padding: 10px 0px 10px 10px;
	font-size: 20px;
	font-weight: bold;
}
.brochure-bar-outer:hover, .brochure-bar-outer span, .brochure-bar-outer .yellow-brochure-bar {
	transition: color 0.3s ease;
}
.brochure-bar-outer.brochure-bar-gt:hover, .brochure-bar-outer.brochure-bar-gt:hover span, .brochure-bar-outer.brochure-bar-gt:hover .yellow-brochure-bar {
	color: #FFFFFF !important;
}
.brochure-bar-outer:hover, .brochure-bar-outer:hover span, .brochure-bar-outer:hover .yellow-brochure-bar.text-white {
	color: #202549 !important;
}
.expert-service-cont {
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center;
}
.expert-service-cont .power-button-cont {
	font-size: 22px;
}
.expert-service-cont .power-button-cont i {
	font-size: 30px;
}
.power-button-cont {
	border: none;
    border-radius: 25px;
    color: $header-power-btn-txt !important;
    padding: 5px 20px;
    display: inline-block;
    transition: background-color 0.2s ease !important;
    cursor: pointer;
	background-color: $header-power-btn-bg;
    margin: 10px 0;
}
.power-button-cont:hover {
	background-color: #FFFFFF;
	color: $header-power-btn-hover !important;
}
.power-button {
	display: flex;
	align-items: center;
	justify-content: center;
}
.tagline {
	font-size: 18px;
}
.contact-box.bg-yellow, .contact-box.bg-primary {
	border: solid 5px #FFFFFF;
	color: #000000;
	position: absolute;
	font-size: 18px;
	padding: 8px;
	right: 0;
	margin-top: 10px;
	text-align: center;
}
.contact-box i {
	font-size: 32px;
	transition: color 0.2s ease;
	cursor: pointer;
}
.contact-box i:hover {
	color: #FFFFFF;
}
.contact-box.text-white i:hover {
	color: $header-background-color;
}
.basket-bubble-cont {
	position: relative;
}
.basket-bubble {
	position: absolute;
	height: 25px;
	width: 25px;
	top: -4px;
	right: -4px;
	border-radius: 30px;
	background-color: #AE282D;
}
.baskQty {
	font-size: 18px;
}
.header-icon-gt, .header-icon-gp {
	cursor: pointer;
	transition: color 0.2s ease;
	font-size: 42px;
}
.header-icon-gt:hover {
	color: #ffc729;
}
.header-icon-gp:hover {
	color: #03B4CE;
}
.top-yellow-banner {
	justify-content: space-between !important;
}

@media screen and (max-width: 1200px) {
	.logo-cont {
		min-height:45px;
	}
	.icon-headseticon-01 {
		font-size:32px;
	}
	header .icon-mobile {
		font-size:32px;
	}
	.header-contact {
		font-size: 36px;
	}
	.header-contact-gp {
		font-size: 14px;
	}
	.top-buttons {
		font-size: 20px;
	}
	.nav-row {
		padding:15px 0px 15px 0px;
	}
}
@media screen and (max-width: 991px) {
	.container-header { 
		width:100%;
	}
	.header-account {
		padding-left:10px;
		padding-right:10px;
	}
	.header-basket {
		padding-right:10px;
	}
	.header-nav {
		font-size: 18px;
		padding: 0 8px;
	}
	.top-buttons {
		font-size: 11px;
		padding: 1px 4px
	}
	.yellow-brochure-bar {
		font-size: 18px;
	}
	.contact-box {
		font-size: 16px;
	}
	.nav-row-gp {
		padding: 10px 0;
	}
	.tagline {
		font-size: 16px;
	}
	.top-yellow-banner {
		justify-content: space-evenly !important;
	}
}
@media screen and (max-width: 840px) {
	.header-nav {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	// .flexa_header {display:flex;flex-flow: row;}
	.flexa_burger {order: 0;
    justify-content: center;
    display: flex;
    align-items: center;
	}
	// .flexa_logo {order: 1;}
	.flexa_links {order: 2;}
	.flexa_search {order: 3;}
	.header {
		height: 120px;
	}
	.header-logo {
		justify-content: flex-start;
	}
	.header-nav .nav-item {
		text-align:center!important;
		display:flex!important;
		justify-content:center!important;
		align-content:center!important;
	}
	.header-nav {
		font-size:16px;
		justify-content: center;
	}
	.header-contact {
		font-size:16px;
		justify-content: flex-end;
	}
	.header-contact-gp {
		font-size: 14px;
	}
	.header-search {
		padding-top:25px;
	}
	.icon-email {
		font-size:34px;
	}
	.icon-headseticon-01 {
		font-size:34px;
	}
	header .icon-mobile {
		font-size:34px;
	}
	.icon-shopping-basket {
		font-size:24px;
	}
	.icon-basket {
		font-size:24px;
	}
	.header-icon {
		font-size: 32px;
	}
	div.flexa_links a {
		margin-left: 8px;
	}
	.contacts-outer-cont {
		display: flex;
        align-items: center;
        justify-content: flex-end;
	}
	.basket-bubble {
		height: 20px;
		width: 20px;
		top: -8px;
		right: -8px;
	}
	.baskQty {
		font-size: 16px;
	}
}
@media screen and (max-width: 580px) {
	.header-nav {
		font-size:14px;
	}
	.header-contact {
		justify-content: right;
	}
}
@media screen and (max-width: 470px) {

}
