/* New Header CSS */

.clear { clear: both; }
button.close { color: #FFFFFF }
button.close:focus, button.close:hover { color: #FFFFFF }

body.extraPadding { padding-top: 42px; }

#siteMainHeader { background-color: #002864; }

.siteContactInfo {
	color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.siteContactInfo p {
	align-items: center;
	color: #FFFFFF;
	display: inline-flex;
	font-weight: bold;
	margin: 0;
}
.siteContactInfo p img { margin-right: 5px; }
.siteContactInfo p a {
	color: #FFFFFF;
	text-decoration: none;
}

#siteSearch .form-control {
    border: 0;
    border: 2px solid #ff9600;
    border-radius: 0;
    font-size: 16px;
    height: 40px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    text-align: center; }
#siteSearch .btn {
    background: #ff9600;
    border: 1px solid #ff9600;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    padding: 0 15px;
}
#siteSearch .btn:focus,
#siteSearch .btn:hover { background: #F60; }

.iconActions {
    color: #FFFFFF;
    padding: 0;
    text-align: center;
    z-index: 1000;
}
.iconActions p {
	font-size: 11px;
	margin-bottom: 0;
}
.iconActions p a { color: #FFFFFF; }
.iconActions p .badge {
	background: #ff9600;
	display: inline;
	font-size: 11px;
	padding: 3px 6px;
}
.iconActions p a:hover { color: #ff9600; }
.actionIcon {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	margin: 0 auto 5px auto;
	height: 50px;
	width: 50px;
}

.actionIcon.menu-icon { background-image: url('../images/main/menu-icon.png'); }
.actionIcon.search-icon { background-image: url('../images/main/search-icon.png'); }
.actionIcon.user-icon { background-image: url('../images/main/user-icon.png'); }
.actionIcon.phone-icon { background-image: url('../images/main/phone-icon.png'); }
.actionIcon.basket-icon { background-image: url('../images/main/shopping-basket-icon.png'); }

#toggleMainMenu, #toggleSearch,
#goToMyAccount, #toggleLogin,
#toggleContact, #goToContact, #toggleBasket { cursor: pointer; }

#mainHeader {
	background-color: #002864;
	padding: 60px 0 0 0;
	height: 140px;
}
#mainNavbar {
	border-radius: 0;
	border: 0;
	margin-bottom: 10px;
	min-height: 40px;
	z-index: 1000;
}

#homepageBanner {
	margin-bottom: 20px;
}
#homepageHotspots {
	margin-bottom: 10px;
}



#basketTotal {
    border-bottom: 2px solid #002864;
    display: inline-block;
	font-size: 16px;
	float: right;
	padding-bottom: 5px;
	text-align: right;
}
#basketTotal span { color: #002864; }
#modalFooterLeft {
	float: left;
	padding-left: 15px;
	width: 38%; }
#modalFooterRight { 
	float: left;
	padding-right: 15px;
	width: 62%; }
.display-xxs { display: none; }

#basket .modal-footer .btn-warning1 { color: #FFFFFF; }

#vatIncludeExclude { padding-top: 6px; }
#vatIncludeExclude input { float: left; }
#vatIncludeExclude label.vattext {
	float: left;
	margin: 2px 5px 0 0;
}

.onlinePrice {
    background-color: #db524b;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    text-align: center;
}

#productPrice { margin-top: 13px; }
.prod_price_col .product_price { font-size: 24px; }
#productStockUnits table { margin-bottom: 0; }

.relatedPaging { display: none; }

.addBasketQty { padding: 0; }
.addBasketBtn .btn { width: 100%; }



.mainMenuNav { background: #ff9600; }
.mainMenuNavigation {
	display: flex;
	position: relative;
	margin: 0;
	padding: 0;
}
.mainMenuNavigation > li {
	flex: 1 1 auto;
	list-style: none;
	text-align: center;
}
.mainMenuNavigation > li > a {
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    padding: 10px 12px;
    text-decoration: none;
    transition: all .2s ease;
}



@media (min-width: 1200px) {

	#siteMainHeader {
		height: 110px;
		padding: 15px 0;
	}

	.siteContactInfo p { font-size: 21px; }
	.siteContactInfo p img { height: 24px; }
	
}

@media (min-width: 992px) and (max-width: 1199px) {

	.addBasketBtn {
        margin-top: 5px;
        padding: 0; }

	#siteMainHeader {
		height: 110px;
		padding: 20px 0;
	}

	.siteContactInfo p { font-size: 18px; }
	.siteContactInfo p img { height: 21px; }

	.navbar-nav>li>a {
		padding: 10px !important;
		font-size: 12px !important;
	}

	.detailsHeading, .basketItemInfoAlt { width: 48%; }
	.basketImageAlt { width: 25%; }
	.basketInfoNameSku { width: 75%; }
	.basketItemName { font-size: 14px; }
	.basketItemQtyAvailability, .qtyHeading { width: 22%; }

	
}

@media (min-width: 992px) {

	.addBasketBtn { padding-right: 0; }

	#siteLogo {
		padding-top: 10px;
		width: 30%;
	}

	#siteSearch {
		padding-top: 0;
		width: 45%;
	}

	#siteActions { width: 25%; }

	#mainNavbar.fixedHeader {
		position: fixed;
		top: 0;
		width: 100%;
	}
	.navbar-nav>li>a {
		padding: 10px 14px !important;
	}

	#availStock { padding-right: 0; }

	.mainMenuNavigation > li > a {
	    font-size: 14px;
	    font-weight: bold;
	    padding: 10px 15px;
	}
	.mainMenuNavigation .megamenu {
	    background-color: #FFFFFF;
    	box-shadow: unset;
	    border-bottom: 1px solid #ff9600;
	    border-left: 1px solid #ff9600;
	    border-right: 1px solid #ff9600;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    display: none;
	    margin: 0;
	    position: absolute;
	    top: 41px;
	    left: 0;
	    z-index: 1000;
	    width: 100%;
	}

	.mainMenuNavigation .megamenu.show { display: block; }

	.mainMenuNavigation .megamenu .megamenuItems { text-align: left; }
	.megamenuItems .megamenuItemsHolder { padding: 0; }

	.megamenuItems .megamenuItemsHolder li.heading {
	    font-weight: bold;
	    min-height: unset !important;
	}
	.megamenuItems .megamenuItemsHolder li.heading a { color: #ff9600 !important; }

	.megamenuItems .megamenuItemsHolder li.spacer { min-height: 15px !important; }

	.mainMenuNavigation .megamenu .megamenuItems ul {
		margin: 0 0 15px 0;
		padding: 0;
	}
	.mainMenuNavigation .megamenu .megamenuItems ul li {
		align-items: center;
		display: inline-flex;
		list-style: none;
		min-height: 40px;
		margin: 0 0 5px 0;
		padding: 0;
		width: 100%;
	}
	.mainMenuNavigation .megamenu .megamenuItems ul li img {
		margin-right: 10px;
		width: 40px;
	}
	.mainMenuNavigation .megamenu .megamenuItems ul li a {
		color: #002864;
		line-height: 125%
	}

}

@media (max-width: 991px) {

	.addBasketBtn {
        margin-top: 5px;
        padding: 0; }

	#siteActions.fixedHeader {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1000;
	}

	.mainMenuNav {
	    display: none;
	    height: auto;
	}
	.mainMenuNav .container { width: 100%; }
	.mainMenuNavigation { flex-wrap: wrap; }
	.mainMenuNavigation .megamenu {
		background: #FFFFFF;
		display: none;
		flex-wrap: wrap;
	}
	.mainMenuNavigation .megamenu.show { display: flex !important; }
	.mainMenuNavigation > li {
	    flex-basis: 100%;
	    border-bottom: 1px solid #FFFFFF;
	}

	.mainMenuNavigation .megamenu ul {
	    display: flex;
	    flex-wrap: wrap;
	    margin: 0;
	    padding: 10px;
	}
	.mainMenuNavigation .megamenu li {
	    align-items: center;
	    display: flex;
	    flex-basis: 50%;
	    list-style: none;
	    margin: 0 0 5px 0;
	    min-height: 30px;
	    padding: 0 15px;
	}
	.mainMenuNavigation .megamenu li.heading {
		flex-basis: 100%;
		font-weight: bold;
	    min-height: unset !important;
	}
	.megamenuItems .megamenuItemsHolder li.heading a { color: #ff9600 !important; }
	.megamenuItems .megamenuItemsHolder li.spacer {
		flex-basis: 100%;
		min-height: 10px !important;
	}
	.mainMenuNavigation .megamenu .megamenuItems {
		padding: 0;
		width: 100%;
	}
	.mainMenuNavigation .megamenu .megamenuItems ul li { text-align: left; }
	.mainMenuNavigation .megamenu .megamenuItems ul li img {
		margin-right: 10px;
		width: 40px;
	}
	.mainMenuNavigation .megamenu .megamenuItems ul li a {
		color: #002864;
		line-height: 125%
	}


	#mainNavbar,
	#siteSearch {
		background-color: #002864;
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		z-index: 10000;
		overflow-y: scroll;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	#siteSearch {
		background: #ff9600;
		display: block !important;
		overflow-y: hidden;
		padding: 0; }

	#siteSearch .siteContactInfo { display: none; }

	#mainNavbar .container { width: 100%; }

	#closeMenu,
	#closeSearch { cursor: pointer; }
	
	#mainNavbar.open,
	#siteSearch.open { left: 0; }

	#siteSearch form {
		border-top: 1px solid #FFFFFF;
		clear: both;
		padding: 10px 15px 0 15px;
	}
	
	#navbar-collapse .nav>li>a { padding: 5px 15px; }

	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover { color: #ff9600; }
	
	#mainNavbar .navbar-header,
	.search-header {
		padding: 5px 15px;
		width: 100%; }
	.search-header { float: left; }
	#mainNavbar .navbar-header p,
	.search-header p {
		color: #FFFFFF;
		font-size: 18px;
		font-weight: bold;
		margin: 0;
	}	
	#navbar-collapse {
		border-top: 1px solid #FFFFFF;
		clear: both;
		text-align: left !important; }
	
	#navbar-collapse .navbar-nav {
		float: none;
		margin: 0 -15px;
	}
	#navbar-collapse .navbar-nav>li { float: none; }
	.collapse.in{
      display:block !important;
  	}

  	.navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #FFFFFF;
        white-space: nowrap;
    }
    .dropdown-menu > li > a:hover { color: #333; }

    #navbar-collapse .nav .open>a,
    #navbar-collapse .nav .open>a:focus,
    #navbar-collapse .nav .open>a:hover,
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
    	background: transparent;
    	border: 0; }

}

@media (min-width: 768px) and (max-width: 991px) {

	#siteMainHeader .container { width: auto; }

	#siteLogo {
		height: 100px;
		padding: 20px 15px;
		width: 60%;
	}
	#siteLogo a { display: inline-block; }
	#siteLogo img { height: 60px; }
	#siteContactAlt {
		padding-top: 10px;
		width: 40% }
	.siteContactInfo {
		flex-direction: column; 
		height: 60px;
	 	margin: 10px 0 0 0;
	}

	.siteContactInfo p {
		font-size: 18px;
		justify-content: end;
	}
	.siteContactInfo p img { height: 21px; }

	#siteActions {
		background: #ff9600;
		height: 60px;
		width: 100%;
	}
	.actionIcon {
		height: 32px;
		width: 32px;
	}
	.iconActions {
		padding: 3px 0;
		width: 20%;
	}
	.iconActions:active {
		background: #F60;
		border-left: 1px solid rgba(155,155,155,0.25);
		border-right: 1px solid rgba(155,155,155,0.25);
		border-bottom: 1px solid rgba(155,155,155,0.25);
	}
	.iconActions p .badge { background: #002864; }

	.basketImage {
		display: inline-block;
	    margin-right: 10px;
	    width: unset; }
	.basketInfoNameSkuModal {
		float: none;
    	width: unset; }
    .basketItemName {
    	line-height: 110%;
    	margin-bottom: 5px; }

	.basketItemInfoAlt { width: 65%; }
	.basketImageAlt { width: 25%; }
	.basketInfoNameSku { width: 75%; }
	.basketItemName { font-size: 14px; }
	.basketItemQtyAvailability { border-right: 0; width: 35%; }

	.basketItemUnitPrice, 
	.basketItemSubtotal { height: 48px; }

	.basketItemUnitPrice {
		border-top: 1px solid #CCCCCC;
		width: 65%;
		text-align: left;
	}
	.basketItemSubtotal { border-top: 1px solid #CCCCCC; width: 35%;  }
	.basketItemUnitPrice p, 
	.basketItemSubtotal p {
		display: inline-block;
		margin: 0;
		padding-top: 4px;
	}
	.basketItemUnitPrice p strong, 
	.basketItemSubtotal p strong { font-size: 14px; }
	.basketItemAlt .fakeBlock { display: none; }

	#vatBlock, #sortBlock { margin-bottom: 20px; }

	#availStock { padding-right: 0; }
	
}


@media (max-width: 767px) {

	#siteLogo { padding: 10px 0; }
	#siteLogo img { margin: auto; }

	.siteContactInfo { margin: 0 0 10px 0; }
	.siteContactInfo p {
		font-size: 18px;
		justify-content: center;
	}
	.siteContactInfo p img { height: 21px; }

	#siteActions {
		background: #ff9600;
		height: 60px;
		padding: 0;
		width: 100%;
	}
	.actionIcon {
		height: 32px;
		width: 32px;
	}
	.iconActions {
		padding: 3px 0;
		width: 20%;
	}
	.iconActions:active {
		background: #C67100;
		border-left: 1px solid rgba(155,155,155,0.25);
		border-right: 1px solid rgba(155,155,155,0.25);
		border-bottom: 1px solid rgba(155,155,155,0.25);
	}
	.iconActions p .badge { background: #002864; }

	#vatBlock, #sortBlock, #viewBlock { margin-bottom: 20px; }

	#myTab.nav>li>a { padding: 5px 10px; }
	#myTab.nav>li>a h4 { font-size: 14px; }
		
}

@media (min-width:481px) and (max-width:767px) {

	.siteContactInfo { justify-content: space-evenly; }
	#siteContactAlt { height: 35px; }

	.basketItemInfo { width: 75%; }
	.basketItemQty { text-align: right; width: 25%; }
	.basketItemQty p { line-height: 110%; margin-bottom: 0; }
	.basketItemLinePrice, 
	.basketItemLineTotal { 
		height: auto;
		padding-top: 0; 
		width: 50%; }
	.basketItemLinePrice { text-align: left; width: 60%; }
	.basketItemLineTotal { text-align: right; width: 40%; }
	.basketItemLinePrice p, 
	.basketItemLineTotal p { margin-bottom: 0; } 

	.basketImage {
		display: inline-block;
	    margin-right: 10px;
	    width: unset; }
	.basketInfoNameSkuModal {
		float: none;
    	width: unset; }
    .basketItemName {
    	line-height: 110%;
    	margin-bottom: 5px; }

    #basket .modal-footer .btn { font-size: 12px; }

	.basketItemInfoAlt { width: 65%; }
	.basketImageAlt {
		display: inline-block; 
		margin-right: 10px;
		width: unset; }
	.basketInfoNameSku { 
		float: none;
		width: unset; }
	.basketInfoNameSku p { margin-bottom: 12px; }

	.basketItemName { font-size: 14px; }
	.basketItemQtyAvailability { border-right: 0; width: 35%; }

	.basketItemUnitPrice, 
	.basketItemSubtotal { height: 40px; }

	.basketItemUnitPrice {
		border-top: 1px solid #CCCCCC;
		width: 65%;
		text-align: left;
	}
	.basketItemSubtotal { border-top: 1px solid #CCCCCC; width: 35%;  }
	.basketItemUnitPrice p, 
	.basketItemSubtotal p {
		display: inline-block;
		margin: 0;
	}
	.basketItemUnitPrice p strong, 
	.basketItemSubtotal p strong { font-size: 14px; }
	.basketItemAlt .fakeBlock { display: none; }

	#productSku, #onlineOnlyPrice,
	#productPrice, #productStockUnits,
	#qtySelection { width: 50%; }
	#availStock {
		padding-right: 0;
		width: 50%; }

}

@media (min-width:376px) and (max-width:480px) {

	#qtySelection { width: 50%; }
	#availStock {
		padding-right: 0;
		width: 50%; }

}

@media (max-width: 375px) {

	#availStock { padding: 0; }

}

@media (max-width: 480px) {
	
	.siteContactInfo { flex-direction: column; }
	#siteContactAlt { height: 61px; }

	.iconActions p,
	.iconActions p .badge { font-size: 10px; }
	#mainNavbar { width: 100%; }

	.megamenuItems .megamenuItemsHolder li { flex-basis: 100%; }

	.basketImage {
		display: inline-block;
	    margin-right: 10px;
	    width: unset; }
	.basketInfoNameSkuModal {
		float: none;
    	width: unset; }
    .basketItemName {
    	line-height: 110%;
    	margin-bottom: 5px; }

	.basketItemInfo { width: 100%; }
	.basketItemQty { 
		height: auto; 
		padding-top: 0;
		text-align: left;
		width: 40%; }
	.basketItemLinePrice { display: none; } 
	.basketItemLineTotal { 
		height: auto;
		padding-top: 0;
		text-align: right;
		width: 60%; }
	.basketItemQty p,
	.basketItemLineTotal p { line-height: 110%; margin-bottom: 0; }

	#basket .modal-footer .btn { font-size: 14px; }
	#basket .modal-footer .glyphicon { display: none; }

	#modalFooterLeft { 
		margin-bottom: 5px; 
		padding-right: 15px;
		width: 100%; }
	#basket .modal-footer .btn-primary { width: 100%; }
	#modalFooterRight { 
		padding-left: 15px;
		width: 100%; }
	#basket .modal-footer .btn-warning1 {
		float: left;
		margin: 0;
		width: 42%; }
	#basket .modal-footer .btn-success { width: 56%; }


	.basketItemInfo, .basketItemPrice { width: 100%; }
	.basketItemPrice { text-align: left; margin-top: 10px; }
	#basket .modal-body .basketItemPrice { margin-top: 0; }
	#basket .modal-body .basketItemInfo p,
	#basket .modal-body .basketItemPrice p { margin: 0; }
	.fakeBlock { display: none; }

	.basketHeaderRow .col-xss-12 { width: 100%; }
	.basketHeaderRow h1 { margin-bottom: 10px !important; }
	#basketVatToggle { float: left; margin-bottom: 10px; }

	.basketItemInfoAlt {
		border-right: 0;
		height: 90px;
		padding: 5px 10px;
		width: 100%; }
	.basketImageAlt {
		display: inline-block; 
		margin-right: 10px;
		width: unset; }
	.basketImageAlt img {
		max-width: 80px;
    	max-height: 80px; }
	.basketInfoNameSku {
		float: none;
		width: unset; }
	.basketInfoNameSku p { margin-bottom: 8px; line-height: 120%; }
	.basketItemName { font-size: 14px; }
	.basketItemQtyAvailability {
		border-top: 1px solid #CCCCCC;
		border-right: 0;
		height: auto;
		padding: 5px 10px;
		width: 100%; }
	.basketItemQtyAvailability .qtyBox { margin: 5px 0; }

	.basketItemUnitPrice, 
	.basketItemSubtotal { 
		height: auto;
		padding: 5px 10px; }

	.basketItemUnitPrice {
		border-top: 1px solid #CCCCCC;
		width: 62%; }
	.basketItemSubtotal { border-top: 1px solid #CCCCCC; width: 38%;  }
	.basketItemUnitPrice p, 
	.basketItemSubtotal p {
		display: inline-block;
		margin: 0;
		line-height: 125%; }
	.basketItemUnitPrice p strong, 
	.basketItemSubtotal p strong { font-size: 14px; }
	.basketItemAlt .fakeBlock { display: block; }

	#productStockUnits { margin-top: 0; }

	#vatBlock, #sortBlock, #viewBlock { width: 100%; }

	.relatedPaging { display: block; }

}