#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: 10% 80% 10%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
	padding: 10px 0px 10px 0px;
	background-color: #f8c803;
        border-bottom: 1px solid #f8c803;
}

#Header-TopBarPosition {
	    grid-column-start: 2;
    display: flex;
    justify-content: center;
    font-family: Hind, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

#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: 10% 80% 10%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
	padding: 15px 0px 15px 0px;
}#Hero-MobileContainer {
display: none;
}

#Header-MiddleContainerSpacing {
    display: flex;
    justify-content: space-between;
    grid-column-start: 2;
}

#Header-Left {
	width: 30%;
    display: flex;
    align-items: center;
	justify-content: flex-start;
}

#Header-Middle {
	width: 50%;
    display: flex;
	justify-content: center;
    align-items: center;
}

#Header-Right {
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#Header-Logo img {
	height: auto;
	width: auto;
}

#Header-LinkContainer1 {
	width: 65%;
	display: flex;
	justify-content: flex-end;
}

#Header-LinkIcon1 {
	margin-right: 10px;
	display: flex;
	align-items: center;
margin-top: 1px;
}

#Header-LinkContainer2 {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

#Header-LinkIcon2 {
	margin-right: 10px;
	display: flex;
	align-items: center;
}

#Header-LinkContainer3 {
	width: 100%;
	display: flex;
	justify-content: center;
}

#Header-LinkIcon3 {
margin-right: 10px;
display: flex;
align-items: center;
}

#Header-LinkContainer4 {
width: 50%;
display: flex;
justify-content: flex-end;
}

#Header-LinkIcon4 {
margin-right: 10px;
display: flex;
align-items: center;
margin-top: 2px;
}

.Header-Search{
	border: 1px solid #e6e6e6;
	width:  80%;
	height: 40px;
	border-radius: 5px;
	background-color: #e6e6e6;
	float:left;
    display: grid;
    -ms-grid-columns: 90% auto;
    grid-template-columns: 90% auto;
-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
padding: 0px 10px;
}

.Header-SearchBox {
	font-family: Hind;
	font-weight: 500;
	font-size: 14px;
	color: #888;
	background-color: #e6e6e6;
    height: 40%;
    border: none;
    width: 85%;
    grid-column-start: 1;
    padding: 8px 0px;
}

.Header-SearchGraphic {
    grid-column-start: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

#Header-LinkText1 {
margin-top: 3px;
}

#Header-LinkText2 {
margin-top: 3px;
}

#Header-LinkText3 {
margin-top: 3px;
}

#Header-LinkText4 {
margin-top: 3px;
}

.Header-Text1 {
	font-family: Hind;
	font-size: 23px;
	font-weight: 700;
	color: #888;
}

.Header-Text1 a:link {
	color: #888;
}

.Header-Text1 a:active {
	color: #888;
}

.Header-Text1 a:visited {
	color: #888;
}

.Header-Text1 a:hover {
	color: #888;
	text-decoration:underline;
}

.Header-Text2 {
	font-family: Hind;
	font-size: 14px;
	font-weight: 500;
	color: #323232;
}

.Header-Text2 a:link {
	color: #323232;
}

.Header-Text2 a:active {
	color: #323232;
}

.Header-Text2 a:visited {
	color: #323232;
}

.Header-Text2 a:hover {
	color: #323232;
	text-decoration:underline;
}

#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: 10% 80% 10%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
    background-color: #152f87;
}

#Header-NavPosition {
	grid-column-start: 2;
}

#Header-IpadNavContainer { 
display: none;
}

.sb-toggle-left {
display: none;
}

#Hero-Container {
width: 80%;
padding: 0px 10%;
text-align: center;
float: left;
}

#Hero-Container img {
max-width: 100%;
max-height: 100%;
}


@media only screen and (max-width: 1700px) { 
#Header-LinkContainer1 {
	width: 70%;
}
}

@media only screen and (max-width: 1600px) { 
#Header-LinkContainer1 {
	width: 72%;
}
}

@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%;
}

#Hero-Container {
width: 95%;
padding: 0px 2.5%;
}
}

@media only screen and (max-width: 1050px) {
#Header-Left {
width: 35%;
}

#Header-Middle {
margin-right: 2%;
}

.Header-Search {
padding: 0px 25px 0px 15px;
}

#Header-LinkContainer2 {
width: 80%;
}

#Header-LinkContainer3 {
    width: 120%;
}

#Header-LinkContainer1 {
justify-content: center;
}

#Header-LinkText1 {
display: none;
}

#Header-LinkText2 {
display: none;
}

#Header-LinkText4 {
display: none;
}
 
#Header-NavContainer {
	display: none;
}



#Header-IpadNavContainer {
	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: 10% 80% 10%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
        background-color: #152f87;
        padding:14px 0px 10px 0px;
}

#Header-IpadNavPosition {
     grid-column-start: 2;
     margin: auto;
}

.navicon-line-desktop {
	width: 28px;
	height: 4px;
	border-radius: 0px;
	margin-bottom: 5px;
	background-color: #fff; 
}

/*TABLET DROPDOWN STYLES*/
/*TEXTHEADINGSTYLES*/
.HeadingCategoriesMenu {
	width: 95%;
	display: inline-block;
    padding: 15px 0px 13px 5%;
	border-top: 1px solid #ddd;
border-bottom: none;
background-color: #152f87;
	color: #888;
	text-decoration: none;
	font-family: Hind;
	font-size:  14px !important;
	font-weight:  500;
}

/*TABLET  MAIN CAT / SUB CAT TEXT STYLING*/
.sb-menu li a {
	cursor:pointer;
	width: 75% !important; /* Makes links full width. */
	display: inline-block;
    padding: 10px 0px 10px 5%;
	color: #888;
	font-family: Hind;
	font-size: 14px !important;
	font-weight:  400;
}

/*TABLET  SUB CAT 2 TEXT STYLING*/
.SubCategoryTwoText {
	color: #888;
	text-decoration: none;
	font-family: Hind;
	font-size: 14px !important;
	font-weight: 400;
	line-height:16px;
}

#Tablet-MainCategory {
border-top: 1px solid #ddd;
width: 100%;
}

#Tablet-MobileInfo {
border-top: 1px solid #ddd;
}

#Tablet-SubCategory {
margin-left: -6%;
    width: 103%;
    padding-left: 3%;
    border-top: 1px solid #ddd;
}

#Tablet-SubCategory2 {
margin-left: -9%;
    padding-left: 6%;
    border-top: 1px solid;
    width: 103%;
    padding-top: 3px;
    padding-bottom: 3px;
}

/*ICONSTYLING */
span.sb-caret {
	float:right;
	background-color: #f5f5f5 !important;
	padding: 10px 15px 8px 10px;
	border-left: solid 1px #f5f5f5;
	border-right:solid 1px #f5f5f5;
	color:  #888;
	font-family: Hind;
	font-size: 24px;
	font-weight:400;
	cursor:pointer;
	margin-top: 2px;
}

/*Background Colour*/
.sb-menu { /* Apply to <ul> or <ol>. */
	padding: 0;
	margin: 0;
margin-top: 10px;
	list-style-type: none;
background-color: #f5f5f5; 
}

/*Sub Category Indent*/
.sb-submenu {
	display: none;
	margin: 0;
	list-style-type: none;
}

/*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: 0%;
	width: 100% !important;
	margin-left: 0%;
}

sb-toggle-submenu {
	padding-left:0% !important;
	width:75% !important;
	padding-bottom:0px !important;
	padding-top:16px;
}

.SubCategoryPadding {
	padding-bottom:0px !important;
	width:100% !important;
}

.sb-slidebar {
	background-color: #152f87; /* Background colour. */
	color: #fff; /* Text colour. */
margin-top: 0px;
}

.sb-slidebar a:hover {
	text-decoration: underline;
}

/* --------------------
* 004 - Slidebar Menus
*/
 
.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
}

.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: #1d1c28;  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 {
}



/* -----------------------
 * 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-toggle-left {
    cursor: pointer;
display: inline;
}

.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: #1d1c28; /* 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*/


#Header-Logo img {
	max-height: 90%;
	max-width: 90%;
}
}

@media only screen and (max-width: 800px) { 
#Header-LinkContainer3 {
    width: 160%;
}
}

@media only screen and (max-width: 695px) { 
#Header-DesktopContainer {
	display: none;
}

#Header-MobileContainer {
	display: inline;
}



.navicon-line {
	width: 20px;
	height: 2px;
	border-radius: 0px;
	margin-bottom: 3px;
	background-color: #1d1c28; /* Colour of navicon lines. */
}

#Header-Logo {
	text-align: center;
}

#Header-Logo img {
	height: 80%;
	width: 80%;
}

.sb-toggle-left {
    cursor: pointer;
	margin-top: 4px;
}

#MobileSiteSearch {
display: none;
}

.MobileSiteInput {
	margin: auto;
    padding-left: 2%;
    margin-top: 23px;
    float: left;
    margin-left: 20px;
    background-color: #FFFFFF;
    border-radius: 0px;
    width: 98% !important;
    border: 1px solid #1d1c28;
}

#Header-LinkIcon2 {
margin-right: 0px;
}

#Header-LinkIcon4 {
margin-right: 0px;
}

#Header-LinkIcon1 {
margin-right: 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;
	border-bottom: 1px solid #1d1c28;
	padding: 10px 0px 10px 0px;
    
}

#MobileHeader-LeftContainer {
	grid-column-start: 1;
display: flex;
justify-content: space-around;
align-items: center;
}

#MobileHeader-CenterContainer {
	grid-column-start: 2;
display: flex;
justify-content: center;
align-items: center;
}

#MobileHeader-RightContainer {
	grid-column-start: 3;
display: flex;
justify-content: center;
align-items: center;
}

.MobileSiteSearch {
	background-color: #FFFFFF;
    width: 90% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
	padding: 0px 5% 0px 5%;

}

.MobileSearchIconBK {
	background-color:#1d1c28;
	width:56px !important;
	height:56px !important;
	margin-top:-1px;
	margin-right:-1px;
	margin-bottom:-1px;
	z-index:9;
	float:right;
	border-radius:0px !important;
}

#CartIcon {
	float:left;
	margin: 2px 20px 0px 15px !important;
}

#SearchIcon {
	float:left;
	cursor:pointer;
}

/*MOBILEMENUDROPDOWNSTYLES*/

/*TEXTHEADINGSTYLES*/
.HeadingCategoriesMenu {
	width: 95%;
	display: inline-block;
    padding: 15px 0px 13px 5%;
	border-top: none;
border-bottom: 1px solid #ddd;
background-color: #152f87;
	color: #888;
	text-decoration: none;
	font-family: Hind;
	font-size:  14px !important;
	font-weight:  500;
}

/*TABLET  MAIN CAT / SUB CAT TEXT STYLING*/
.sb-menu li a {
	cursor:pointer;
	width: 75% !important; /* Makes links full width. */
	display: inline-block;
        padding: 16px 0px 12px 5%;
	color: #888;
	font-family: Hind;
	font-size: 14px !important;
	font-weight:  400;
}

/*SUBCATTEXTSTYLING*/
.SubCategoryText {
	color: #888;
	text-decoration: none;
	font-family: Hind;
	font-size: 14px !important;
	font-weight: 400;
	line-height:16px;
	padding-left: 0px;
	float: left;
margin-bottom: -6px !important;
}

/*TABLET  SUB CAT 2 TEXT STYLING*/
.SubCategoryTwoText {
	color: #888;
	text-decoration: none;
	font-family: Hind;
	font-size: 14px !important;
	font-weight: 400;
	line-height:16px;
}

/*ICONSTYLING */
span.sb-caret {
	float:right;
	background-color: #f5f5f5 !important;
	padding: 10px 15px 8px 10px;
	border-left: solid 1px #f5f5f5;
	border-right:solid 1px #f5f5f5;
	color:  #888;
	font-family: Hind;
	font-size: 24px;
	font-weight:400;
	cursor:pointer;
	margin-top: 2px;
}

#Mobile-MainCategory {
border-bottom: 1px solid #ddd;
width: 100%;
}

#Mobile-CompanyInfo {
border-bottom: 1px solid #ddd;
}

#Mobile-SubCategory {
    margin-left: 0%;
    width: 98%;
    border-bottom: 1px solid #ddd;
    padding-left: 2%;
}

#Mobile-SubCategory2 {
margin-left: -2%;
    border-bottom: 1px solid #ddd;
    width: 98% !important;
    padding-left: 4% !important;
}

/*MAINCATTEXTSTYLING*/
.sb-slidebar a {
	color: #fff;
	text-decoration: none;
	font-family: Hind;
	font-size: 20px !important;
	font-weight: 400;
	line-height: 16px;
}



/*DROPDOWNACOUNTDIV*/
.DropdownAccountBackground {
	background-color: #444 !important;
	width:100% !important;
	padding-top:5px !important;
	height:58px  !important;
	padding-bottom:0px !important;
}

/*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%;
}

sb-toggle-submenu {
	padding-left:0% !important;
	width:75% !important;
	padding-bottom:0px !important;
	padding-top:16px;
}

.SubCategoryPadding {
	padding-bottom:0px !important;
	width:100% !important;
}

.sb-slidebar {
	background-color: #152f87; /* Background colour. */
	color: #fff; /* Text colour. */
margin-top: 0px;
}

.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;
background-color: #f5f5f5; 
}

.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
}

.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: #1d1c28;  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;
float: left;
width: 100%;
}

/* -----------------------
 * 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;
}


/* 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*/
}