/* from pb-v2.com/css/menu-fb-15084.css */

a img {
	border: none;
}

#pnlHeader {
	margin-top: 0;
	margin-bottom: 12px;
	padding-top: 0px;
	padding-top: 60px;
	height: auto;
}

#pnlHeader.v2-01 { padding-top: 0px; }

#header-v2 {
	min-width: 308px;
	width: calc(100% - 24px);
	max-width: 1976px;
	padding-top: 12px;
	padding-bottom: 12px;
	background: #fff;
	margin-top: 0; 
	margin-bottom: 0; 
	position: fixed;
	top: 0
}

#header-v2.v2-01 { width: 100%; position: relative }

#header-v2 *,
#sticky-header * {
	box-sizing: border-box;
}

#sticky-header-sticky-wrapper {
	position: absolute;
	top: 0;
}

#sticky-header {
	z-index: -1; /* stacked below header-v2 */
	display: none;
	position: fixed;
	top: 61px;
	height: 0px;
	box-sizing: border-box;
	border-bottom: 5px solid #ce2791;
	width: 100% !important;
	max-width: 2000px;
}

.is-sticky #sticky-header {
	display: block;
	margin-left: -12px;
	padding-left: 12px;
}

.is-sticky img.pb-logo-house{ opacity: 0; }

/* MB18597 */
a.sticky-menu-toggle { display: none; }
.is-sticky a.sticky-menu-toggle { display: block; position: fixed; top: 12px; }

/* for rollback to 1st cut of v2 header */
.is-sticky #sticky-header.v2-01  { background: #fff; }

a.sticky-menu-toggle {
	float: left;
	font-size: 39px;
	color: #ce2791;
	line-height: 20px;
}

a.sticky-menu-toggle .fa.fa-bars {
	margin-right: 6px;
}

.sticky-pb-logo-text {
	/*display: inline-block;*/
	float: left;
	margin-right: 12px;
	padding-top: 4px;
}

#sticky-menu {
	display: none;
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	width: 252px;
	max-height: calc(100vh - 65px);
	overflow: auto;
	border-top: 5px solid #ce2791;
	padding: 12px;
	box-shadow: 0 3px 5px 0.4px rgba(0, 0, 0, 0.3);
}

#sticky-menu h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 16pt;
	color: #fff;
	background-color: #ce2791;
	margin: -12px -12px 12px -12px;
	border-bottom: 1px solid #fff;
	padding-left: 12px;
	padding-bottom: 5px;
	line-height: 20px;
}

#sticky-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sticky-menu li {
	background-image: url(/images/menu/menu-item-magenta-24.png);
	background-repeat: no-repeat;
	background-position: 4px 50%;
	padding-left: 38px;
}

#sticky-menu a {
	padding: 6px 0;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 14pt;
}

#sticky-menu h2 > a {
	font-size: 16pt;
}

#sticky-menu h2 > a,
#sticky-menu h2 > a:visited,
#sticky-menu h2 > a:active,
#sticky-menu h2 > a:hover {
	color: #fff;
}

#sticky-menu h2 > a:hover {
	text-decoration: underline;
}

.logo-v2 {
	float: left;
	margin-right: 12px;
	padding-top: 4px;
}

.logo-v2,
.pb-logo-house {
	display: inline-block;
}

.pb-logo-text {
	display: none;
	margin-left: 12px;
}

a.sticky-pb-logo-text .pb-logo-text {
	margin-left: 10px;
}

.header-search-v2 {
	height: 36px;
	margin-left: 232px;
	width: calc(100% - 628px);
}

#sticky-header .header-search-v2 {
	margin-left: 232px;
}
a.btn-search {
	color: #ce2791;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	padding: 0px;
	margin-top: 0px;
	margin-left: -36px;
}

.header-right {
	position: absolute;
	right: 0px;
	top: 10px;
}

.header-right > div {
	display: table-cell;
}

.header-basket-v2,
.header-account-v2 {
	height: 36px;
}

.header-basket-v2 {
	width: 165px;
}

.account-widget-v2,
.basket-widget-v2 {
	font-family: Arial, sans-serif;
}

.basket-widget-v2 span.cart-icon { display: none; }

.basket-widget-v2 a.basket-icon-v2,
.basket-widget-v2 a.basket-link-v2,
.account-widget-v2 a.account-icon-v2,
.account-widget-v2 a.account-link-v2 {
	line-height: 18px;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	height: 36px;
    display: table-cell;
    vertical-align: middle;
}

.basket-widget-v2 a.basket-icon-v2,
.account-widget-v2 a.account-icon-v2 { padding-top: 2px; padding-right: 4px; }

.basket-widget-v2 a.basket-icon-v2,
.account-widget-v2 a.account-icon-v2  span.fa { color: #000; }

.basket-widget-v2 .fa-layers-counter { background:#ce2791; font-size:40px; }

.account-widget-v2  span * { color: #000; }
.account-widget-v2.authed span * { color: #1f7dc4; }


.header-contact-v2 * { display: table-cell; vertical-align: middle; }

.header-contact-v2 h1 {
	padding-left: 6px;
	background: none;
	color: #ce2791;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
	margin-bottom: 0;
}

.header-contact-v2 h1 span { padding-right: 5px; }

.header-contact-v2 span.contact-icon { width: 30px; color: #000 }
 
/* Need these 2 to make sticky header stay on top */
div#pnlMain {
	position: relative;
}

#pnlMid {
	z-index: 90;
	position: relative;
}

#menu-wrapper {
	display: table;
	position: relative;
	width: 100%;
	z-index: -1;
}

#menu {
	font: 300 62.5%/1.5 'Oswald', Arial, sans-serif;
	display: table-row;
	background-color: #CE2791;
	height: 44px;
}

#menu * {
	box-sizing: border-box;
}

#menu li {
	list-style: none;
}

#menu a, #menu span.no-link {
	color: white;
	text-decoration: none;
}

#menu ul a:hover {
	text-decoration: underline;
}

#menu > li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px;
}

#menu > li:hover {
	background-color: #00AEEF;
}

#menu > li .dropdown {
	transition-property: all;
	transition-duration: 0s;
	transition-timing-function: ease;
	transition-delay: .35s;
}

#menu > li:hover .dropdown {
	background-color: #00AEEF;
	left: 0;
	top: 100%;
	z-index: 10;
	/* for hover intent */
	/* -webkit-transition-delay: .35s; */
	transition-delay: .35s;
}

/* fix for IE9-10 for dropdown menus */
#pnlHeader {
	position: relative;
	z-index: 100;
}

#menu > li > a {
	background: url(images/dropdown.png) no-repeat right 50%;
	padding-right: 28px;
	font-size: 20px;
}

#menu .dropdown {
	position: absolute;
	top: -1000px;
	width: 100%;
	padding: 16px;
	/* for hover intent */
	/* -webkit-transition: all 0s ease; */
	transition: all 0s ease;
	left: 0;
}

#menu .dropdown > li {
	float: left;
	width: 33%;
	margin-bottom: 10px;
	text-align: left;
}

#menu .dropdown > li > a,
#menu .dropdown > li > span.no-link { font-size: 20px; line-height: 1.5;}
#menu .dropdown > li > span.no-link.same-list { margin-top: 24px;}

#menu .ddmenu {
	margin: 0 0 24px 0;
	padding: 0;
}

#menu .ddmenu > li {
	background: url(images/ddmenu-item.png) no-repeat 0 7px;
	font-size: 18px;
  padding-left: 22px;
}

#menu .ddmenu a {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
}

/* Menu items that can be shown if possible */
#menu li.menu-quality {
	display: none; /* min-width: 440px */
}

#menu li.menu-documents {
	display: none; /* min-width: 540px */
}

#menu li.menu-help {
	display: none; /* min-width: 620px */
}

#stick-header-container {
	width: 100%;
	max-width: 1976px; /*(i.e. 2000-(2x12) from pnlMid)*/
	margin: auto;
	
}

.header-contact-v2 {
    width: auto;
}

.header-contact-v2 span.contact-icon {
    width: 30px;
    color: #000;
    display: inline-block;
    float: left;
    margin-top: 4px;
}



/* Words from menu that can be shown if possible */
.w-product {
	display: none; /* min-width: 680px */
}

.w-centre {
	display: none; /* min-width: 720px */
}

@media only screen and (min-width: 380px) {
	#menu > li > a { font-size: 23px; }
}

@media only screen and (min-width: 445px) {
	#menu li.menu-quality { display: table-cell; }
}

@media only screen and (min-width: 545px) {
	#menu li.menu-documents { display: table-cell; }
}

@media only screen and (min-width: 620px) {
	#menu li.menu-help { display: table-cell; }
}

@media only screen and (min-width: 680px) {
	.w-product { display: inline; }
}

@media only screen and (min-width: 720px) {
	.w-centre { display: inline; }
}

/* ----------------------------------------- */

/* old 'narrow' view - drop LHS */
@media only screen and (max-width : 1023px) {
	#menu > li > a {
		background: none;
		padding-right: 0;
	}
	
	.dropdown {
		display: none;
	}
	
}

@media only screen and (min-width : 861px) {
	.pb-logo-text { display: inline-block; }
}

@media only screen and (max-width : 1240px) {
	.header-basket-v2 { width: 96px; }
	.header-account-v2 { width: auto; }
	a.basket-link-v2 { line-height: 18px; }
}

@media only screen and (max-width: 1080px) {
	.header-contact-v2 h1 { font-size: 20px; }
}



@media only screen and (max-width: 860px) {
	.logo-v2 { width: 37px; overflow: hidden; }
	.header-search-v2 { margin-left: 49px; width: calc(100% - 434px); }
	#sticky-header .header-search-v2 { margin-left: 52px; }
}


@media only screen and (max-width: 767px) {
	.header-account-v2 { width: auto; }
	.account-widget-v2 a.account-link-v2 { display: none; }
	.account-widget-v2 a.account-icon-v2 { padding-right: 0px; }
	.header-search-v2 { width: calc(100% - 356px); }
	
	#stick-header-container {
		max-width: 711px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 718px) {
	.header-contact-v2 h1 { padding-left: 0px; }
	.header-contact-v2 span.contact-icon { display: none; }
	.header-search-v2 { width: calc(100% - 326px); }
	
}


@media only screen and (max-width: 570px) {
	.header-right > div.header-contact-v2 { display: none; }
	/* allow resize on focus here, give parent 100% width after logo */
	.header-search-v2 { width: calc(100% - 26px); }
	.header-search-v2 .search-box-widget { 
		width: calc(100% - 169px); 
		max-width: calc(100% - 169px); 
		min-width: calc(100% - 169px); 
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	}
	.header-search-v2 .search-box-widget.focus-in { 
		width: calc(100% - 68px); 	/* -30px hides account icon, -68px keeps in view */
		max-width: calc(100% - 68px);
		min-width: calc(100% - 68px);
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;	
	}
}
