﻿/* AJC Taken from inline code */
#Header-MobileContainer {
display: none;
}

@media only screen and (max-width: 695px) { 
#Header-DesktopContainer {
display: none;
}

#Header-MobileContainer {
display: inline;
}
}

/* AJC end */

#Header-Container {
	width: 100%;
	float: left;
}

#Header-MobileContainer {
	display: none;
}

#Header-TopBarContainer {
	width:100%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: 17.5% 65% 17.5%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
	height: 38px;
	background-color: #F5F5F5;
}

#Header-TopBarPosition {
	grid-column-start: 2;
	text-align: center;
padding-top: 7px;
}

.Header-TopBarText {
font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #23284F;
    font-size: 14px;
}

#Header-MiddleContainer {
	width:100%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: 17.5% 65% 17.5%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
	text-align: center;
height: 110px;

}

.Header-Text1 {
font-family: Roboto, sans-serif;
    font-weight: 600;
    color: #F58A00;
    font-size: 16px;
}

.Header-Text2 {
font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #23284F;
    font-size: 18px;
}

.Header-Text2 a:link {
    color: #23284F;
}

.Header-Text2 a:active {
    color: #23284F;
}

.Header-Text2 a:hover {
    color: #f58a00;
}

.Header-Text2 a:visited {
    color: #23284F;
}

#Header-MiddleContainerSpacing {
	width:100%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: 33.33% 33.33% 33.33%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
	text-align: center;
    grid-column-start: 2;
}

#Header-Left {
	grid-column-start: 1;

}

#Header-Logo img {
	height: auto;
	width: auto;
float: left;
max-width: 100%;
max-height: 100%;
}

#Header-Middle {
	grid-column-start: 2;
padding-top: 30px;
}

#Header-Search{
    border: 1px solid #e0e0e0;
    border: 1px solid #fff; /* AJC */
    width: 60%;
    height: 37px;
    margin-top: 17px;
    float: right;
    clear: left;
    background-color: #f5f5f5;
    background-color: #fff; /* AJC */
}

#Header-RightBottomContainer {
	margin-top: 15px;
	float: right;
	clear:left;
}

#Header-ContactUsIcon {
float: left;
margin-right: 10px;
margin-top: 4px;
}

#Header-ContactText {
float: left;
margin-right: 30px;
}

#Header-CartIcon {
float: left;
margin-right: 10px;
margin-top: 3px;
}


#Header-CartText {
float: left;
margin-top: 2px;
}

.Header-SearchBox {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #6D6D6D;
    border: none;
    width: 50%;
    height: 30px;
    margin-left: 10px;
    background-color: #F5f5f5;
    float: left;
    margin-top: 2px;
}

.Header-SearchGraphic {
	float:right;
	margin: 10px;
}

#Header-Right {
	grid-column-start: 3;
}

#Header-NavContainer {
	width:100%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: 17.5% 65% 17.5%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
    background-color: #040059;
}

#Header-NavPosition {
	/*margin: auto;*/
	grid-column-start: 2;
}


#Header-PromoContainer {
	width:100%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: 17.5% 65% 17.5%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
}

#Header-PromoContainerPosition {
	display: flex;
	justify-content: space-between;
	grid-column-start: 2;
}

#Header-SliderContainer {
width: 100%;
float: left;
}

#Header-SliderPosition {
margin: auto;
text-align: center;
}

#Header-SliderPosition1 {
display: none;
}

#Header-SliderPosition img {
max-width: 100%;
max-height: 100%;
}

#Banner-Text {
	float: left;
    width: 100%;
    width: 80%;  /* Added by AJC */
    margin-left: 10%;  /* Added by AJC */
    margin-right: 10%;  /* Added by AJC */
    margin-top: -300px;
    text-align: center;
}

.Banner-BigText {
    font-family: Roboto Condensed, sans-serif !important;
    font-size: 36px;
line-height: 36px;
    color: #111321;
    text-decoration: none;
    font-weight: 500;
}
.Banner-BigText h1 {  /* Added by AJC */
    font-family: Roboto Condensed, sans-serif !important;
    font-size: 32px;
	line-height: 30px;
    color: #111321;
    text-decoration: none;
    font-weight: 500;
}
.Banner-BigText h2 {   /* Added by AJC */
    font-family: Roboto Condensed, sans-serif !important;
    font-size: 28px;
	line-height: 26px;
    color: #111321;
    text-decoration: none;
    font-weight: 500;
}

.Banner-SmallText {
    font-family: Roboto Condensed, sans-serif !important;
    font-size: 18px;
    color: #111321;
    text-decoration: none;
    font-weight: 500;
}
.Banner-SmallText h3 {   /* Added by AJC */
    font-family: Roboto Condensed, sans-serif !important;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}
.Banner-SmallText p {   /* Added by AJC */
    font-family: Roboto Condensed, sans-serif !important;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

@media only screen and (max-width: 1440px) { 
#Header-TopBarContainer {
	grid-template-columns: 2.5% 95% 2.5%;
}

#Header-MiddleContainer {
	grid-template-columns: 2.5% 95% 2.5%;
}

#Header-NavContainer {
	grid-template-columns: 2.5% 95% 2.5%;
}

#Header-PromoContainer {
	grid-template-columns: 2.5% 95% 2.5%;
}

#Header-Logo img {
	height: 80%;
	width: 80%;
}
}

@media only screen and (max-width: 1440px) { 
#Banner-Text {
    margin-top: -255px;
}
.Banner-BigText {
    font-size: 32px;
line-height: 32px;
}

}

@media only screen and (max-width: 1185px) { 
#Banner-Text {
    margin-top: -235px;
}
.Banner-BigText {
    font-size: 28px;
line-height: 28px;
}
.Banner-SmallText {
    font-size: 15px;
}
}

@media only screen and (max-width: 1150px) { 
#Header-SliderPosition {
display: none;
}

#Header-SliderPosition1 {
display: inline !important;
margin: auto;
text-align: center;
}

#Header-SliderPosition1 img {
max-width: 100%;
max-height: 100%;
}

#Banner-Text {
display:none;
}
}

@media only screen and (max-width: 695px) { 
#Header-DesktopContainer {
	display: none;
}

#HomePageHeader-TopBar {
width: 98%;
float: left;
padding: 5px 1% 5px 1%;
background-color: #F5f5f5;
}

.HeaderPhoneNumber {
font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #23284F;
    font-size: 12px;
float: left;
margin-top: 1px;
}

#Header-CartIcon {
float: right;
margin-right: 10px;
margin-top: 1px;
}

#Header-CartContainer {
float: right;
margin-top: 0px;
}

#Header-MobileContainer {
	display: inline;
}

#Header-Logo img {
	height: 80%;
	width: 80%;
}

#MobileHeader-Logo {
	width: 100%;
}

.MobileSiteInput {
	margin: auto;
    padding-left: 2%;
    margin-top: 23px;
    float: left;
    margin-left: 20px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 4px #040059;
    border-radius: 6px;
    width: 98% !important;
}

#HomePageHeader-TopBarContainer {
	grid-template-columns: 1% 98% 1%;
	padding: 0px 0px 0px 0px;
}

#MobileHeader-Container {
	width: 100%;
	float:left;
}

#MobileHeader-InnerContainer {
	width:100%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: 30% 40% 30%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
	padding: 10px 0px 10px 0px;
	border-bottom: 2px solid #040059;
}

#MobileHeader-LeftContainer {
	grid-column-start: 1;
}

#MobileHeader-CenterContainer {
	grid-column-start: 2;
}

#MobileHeader-RightContainer {
	grid-column-start: 3;
	padding-top: 14px;
}

.MobileSiteSearch {
	background-color: #FFFFFF;
    width: 90% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
	padding: 0px 5% 0px 5%;
}

.MobileSearchIconBK {
	background-color:#040059;
	width:56px !important;
	height:56px !important;
	margin-top:-1px;
	margin-right:-1px;
	margin-bottom:-1px;
	z-index:9;
	float:right;
	border-radius:6px !important;
}

#CartIcon {
	float:left;
	margin: 2px 20px 0px 15px !important;
}

#SearchIcon {
	float:left;
	cursor:pointer;
	margin: 3px 15px 0px 0px !important;
}

.navicon-line {
	background-color: #040059 !important;
}


/*MOBILEMENUDROPDOWNSTYLES*/

/*MAINCATTEXTSTYLING*/
.sb-slidebar a {
	color: #fff;
	text-decoration: none;
	font-family: Roboto Condensed, sans-serif;
	font-size: 20px !important;
	font-weight: 400;
	line-height: 16px;
}

/*SUBCATTEXTSTYLING*/
.SubCategoryText {
	color: #fff;
	text-decoration: none;
	font-family: Roboto Condensed, sans-serif;
	font-size: 17px !important;
	font-weight:40;
	line-height:18px;
float: left;
	padding-left: 10px;
}

/*SUBCAT2TEXTSTYLING*/
.SubCategoryTwoText {
	color: #fff;
	text-decoration: none;
	font-family: Roboto Condensed, sans-serif;
	font-size: 20px !important;
	font-weight:700;
	line-height:16px;
	padding-bottom:0px;
	padding-left: 20px;
}

/*ICONSTYLING */
span.sb-caret {
	float:right;
	background-color: #040059 !important;
	padding:15px 20px 13px 22px;
	border-left:solid 1px #040059;
	border-right:solid 1px #040059;
	margin-bottom:-21px;
	color: #fff;
	font-family: Roboto Condensed, sans-serif;
	font-size: 24px;
	font-weight:400;
	cursor:pointer;
}

/*DROPDOWNACOUNTDIV*/
.DropdownAccountBackground {
	background-color: #f58a00 !important;
	width:100% !important;
	padding-top:5px !important;
	height:58px  !important;
	padding-bottom:0px !important;
}

/*TEXTPADDING/WIDTH*/
.sb-menu li a {
	cursor:pointer;
	width: 75% !important; /* Makes links full width. */
	display: inline-block;
	padding-top:17px;
	padding-bottom:19px; /* Creates an even padding the same size as your font. */
	padding-left:5%;
	color: #fff;
	font-family: Roboto Condensed, sans-serif;
	font-size: 17px !important;
	font-weight: 400;
}

/*TEXTHEADINGSTYLES*/
.HeadingCategoriesMenu {
	cursor: pointer;
	width: 95%;
	display: inline-block;
	padding-top: 18px;
	padding-bottom: 19px;
	padding-left: 5%;
	color: #fff;
	text-decoration: none;
	font-family: Roboto Condensed, sans-serif;
	font-size: 22px !important;
	font-weight: 600;
}

/*SUBCAT2INDENT*/
.SubCategoryTwoIndent {
	padding-left: 0px;
	width: 100% !important;
	padding-left: 0% !important;
	border-top:none !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
}

/*SUBCATPADDING/INDENT*/
.sb-submenu-active a {
	padding-left: 0px;
	width: 100% !important;
	margin-left: 0%;
	padding-top:17px !important;
	padding-bottom:19px !important;
}

sb-toggle-submenu {
	padding-left:5% !important;
	width:75% !important;
	padding-bottom:0px !important;
	padding-top:16px;
}

.SubCategoryPadding {
	padding-bottom:0px !important;
	width:100% !important;
}

.sb-slidebar {
	background-color: #040059; /* Background colour. */
	color: #fff; /* Text colour. */
}

.sb-slidebar a:hover {
	text-decoration: underline;
}

/* --------------------
* 004 - Slidebar Menus
*/
 
.sb-menu { /* Apply to <ul> or <ol>. */
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-top: 1px solid #040059;
}

.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	background:  #040059;
	border-bottom: 1px solid #040059;
}

.sb-menu > li:first-child {
	border-top: none; /* Removes top border from first list item.. */
}

.sb-menu > li:last-child {
	border-bottom: none; /* Removed bottom border from last list item. */
}

.sb-menu li a:hover {
	text-decoration: none;
/*background-color: #f58a00;  Will lighten any background colour you set. */
}

.sb-right .sb-menu li a {
	border-right: 0px solid transparent;
}

.sb-right .sb-menu li a:hover {
}

.sb-submenu {
	display: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: #040059;
	border-top: 1px solid #FFF;
}

/* -----------------------
 * 007 - Slidebar Controls
 */
 
.sb-toggle-top, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer; /* Help desktop users with Slidebar controls. */
}

/* These are prefixed with .sb-navbar to avoid styling other Slidebar toggles you may be using. */
.sb-navbar .sb-toggle-left {
	width: 52px;
	float: left;
	padding: 14px;
}

.sb-navbar .sb-toggle-right {
	width: 52px;
	float: right;
	padding: 14px;
}

.navicon-line {
	width: 28px;
	height: 4px;
	border-radius: 0px;
	margin-bottom: 5px;
	background-color: #040059; /* Colour of navicon lines. */
}

/* Hover states to match navbar menu item hover. */
.sb-navbar .sb-toggle-left:hover {
	background-color: rgba(0, 0, 0, 0.05); /* Will lighten any background colour you set. */
}

.sb-navbar .sb-toggle-right:hover {
	background-color: rgba(0, 0, 0, 0.05); /* Will lighten any background colour you set. */
}

.sb-slidebar {
	display:none;
}
/*ENDMOBILEMENUDROPDOWNSTYLES*/
}