#Header-Container {
	width: 100%;
	float: left;
}

#Header-MobileContainer {
	display: none;
}

#Slider-Container {
width: 100%;
float: left;
text-align: center;
}

#Slider-Container img {
max-width: 100%;
max-height: 100%;
}

#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: 15% 70% 15%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
	padding: 10px 0px 10px 0px;
	background-color: #111;
        border-bottom: 1px solid #111;
}

#Header-TopBarPosition {
	grid-column-start: 2;
}

#Header-TopBarLeft {
	float: left;
}

#Header-TopBarRight {
	float: right;
}

#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: 15% 70% 15%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
padding: 15px 0px 15px 0px;
background-color: #111;
}

#Header-MiddleContainerSpacing {
    display: flex;
    justify-content: space-between;
    grid-column-start: 2;
}

#Header-Left {
	width: 100%;
    display: flex;
    align-items: center;
}

#Header-Middle {
	width: 100%;
    display: flex;
    align-items: center;
}

#Header-Right {
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#Header-LinkContainer1 {
width: 100%;
display: flex;
justify-content: flex-end;
}

#Header-LinkIcon1 {
margin-right: 10px;
}

#Header-LinkContainer2 {
width: 100%;
display: flex;
justify-content: flex-end;
}

#Header-LinkIcon2 {
margin-right: 10px;
}

#Header-LinkContainer3 {
width: 100%;
display: flex;
justify-content: center;
}

#Header-LinkIcon3 {
margin-right: 5px;
}

#Header-Search{
	border: 1px solid #252525;
	width:  80%;
	height: 43px;
border-radius: 1px;
	margin: auto;
background-color: #111;
}

.Header-SearchBox {
	font-family: Hind, sans-serif;
	font-weight: 300];
	font-size: 14px;
	color: #424242;
background-color: #111;
	border:none;
	width: 50%;
    height: 34px;
    margin-top: 4px;
    margin-left: 6px;
}

.Header-SearchGraphic {
	float:right;
	padding: 8px;
background-color: #1bb0ce;
margin: 2px 2px 0px 0px;
}

.Header-Text1 {
	font-family: Hind, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.Header-Text1 a:link {
	color: #fff;
}

.Header-Text1 a:active {
	color: #fff;
}

.Header-Text1 a:visited {
	color: #fff;
}

.Header-Text1 a:hover {
	color: #fff;
	text-decoration:underline;
}

.Header-Tel {
	font-family: Hind, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #1BAFCD;
}

.Header-Tel a:link {
	color: #1BAFCD;
}

.Header-Tel a:active {
	color: #1BAFCD;
}

.Header-Tel a:visited {
	color: #1BAFCD;
}

.Header-Tel a:hover {
	color: #1BAFCD;
	text-decoration:underline;
}

.Header-Text2 {
	font-family: Poppins, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.Header-Text2 a:link {
	color: #fff;
}

.Header-Text2 a:active {
	color: #fff;
}

.Header-Text2 a:visited {
	color: #fff;
}

.Header-Text2 a:hover {
	color: #fff;
	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: 17.5% 65% 17.5%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
    background-color: #090909;
}

#Header-NavPosition {
	grid-column-start: 2;
}

#Header-IpadNavContainer { 
display: none;
}

.sb-toggle-left {
display: none;
}

#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: 15% 70% 15%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
    padding: 20px 0px;
}

#Header-PromoContainerPosition {
	display: flex;
	justify-content: space-between;
	grid-column-start: 2;
}

#Header-Promo1 {
display: flex;
    align-items: center;
    padding: 15px 0px;
      width: 95%;
margin-right: 5%;
    justify-content: center;
}

#Header-Promo2 {
display: flex;
    align-items: center;
    padding: 15px 0px;
    width: 94%;
margin-right: 5%;
padding-left: 1%;
    justify-content: center;
}

#Header-Promo3 {
display: flex;
    align-items: center;
    padding: 15px 0px;
    width: 95%;
margin-right: 5%;
    justify-content: center;
}

#Header-Promo4 {
display: flex;
    align-items: center;
    padding: 15px 0px;
    width: 95%;
    justify-content: center;
}

#Promo-Image {
margin-right: 20px;
}

.Promo-Text1 {
font-family:  Poppins, sans-serif;
    font-size: 14px;
    color: #424242;
    text-decoration: none;
    font-weight:  400;
    line-height: 14px;
    letter-spacing: -1px;
text-transform: uppercase;
}

.Promo-Text1 a:link {
color: #424242;
}

.Promo-Text1 a:visited {
color: #424242;
}

.Promo-Text1 a:active {
color: #424242;
}

.Promo-Text1 a:hover {
color: #424242;
}

.Promo-Text2 {
    font-family: Poppins, sans-serif;
    font-size: 14px ;
    color:  #424242;
    text-decoration: none;
    font-weight:  400;
    line-height: 14px ;
    letter-spacing: -0.2px;
}

.Promo-Text2 a:link {
color:  #424242;
}

.Promo-Text2 a:active {
color: #424242;
}

.Promo-Text2 a:visited {
color:  #424242;
}

.Promo-Text2 a:hover {
color:  #424242;
}

@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%;
}
}

@media only screen and (max-width: 1250px) { 
#Header-Right {
	width: 60%;
}
}

@media only screen and (max-width: 1120px) { 
#Header-Middle {
	width: 60%;
}
}

@media only screen and (max-width: 1080px) { 
#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: #090909;
        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: #1bb0ce; 
}

/*TABLET DROPDOWN STYLES*/
/*TEXTHEADINGSTYLES*/
.HeadingCategoriesMenu {
	width: 95%;
	display: inline-block;
    padding: 15px 0px 13px 5%;
border-top: 1px solid #090909;
background-color: #090909;
	color: #fff;
	text-decoration: none;
	font-family: Hind, sans-serif;
	font-size:  16px !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: #9c9c9c;
	font-family: Hind, sans-serif;
	font-size: 15px !important;
	font-weight:  400;
}

/*TABLET  SUB CAT 2 TEXT STYLING*/
.SubCategoryTwoText {
	color: #9c9c9c;
	text-decoration: none;
	font-family: Hind, sans-serif;
	font-size: 15px !important;
	font-weight: 400;
	line-height:16px;
}

#Tablet-MainCategory {
border-bottom: 1px solid #9c9c9c;
border-top: 1px solid #9c9c9c;
width: 100%;
}

#Tablet-CompanyInfo {
border-bottom: 1px solid #9c9c9c;
}

#Tablet-SubCategory {
margin-left: -3%;
    width: 103%;
}

#Tablet-SubCategory2 {
margin-left: -3%;
}

/*ICONSTYLING */
span.sb-caret {
	float:right;
	background-color: #090909 !important;
	padding: 12px 15px 8px 15px;
	border-left: solid 1px #090909;
	border-right:solid 1px #090909;
	color:  #9c9c9c;
	font-family: Hind, sans-serif;
	font-size: 24px;
	font-weight:400;
	cursor:pointer;
}

/*Background Colour*/
.sb-menu { /* Apply to <ul> or <ol>. */
	padding: 0;
	margin: 0;
margin-top: 10px;
	list-style-type: none;
background-color: #090909; 
}

/*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: #090909; /* Background colour. */
	color: #fff; /* Text colour. */
margin-top: 10px;
}

.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: #090909;  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: #fff; /* 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-PromoContainerPosition {
     display: grid;
     grid-template-columns: repeat(2,1fr);
}
}

@media only screen and (max-width: 900px) { 
#Header-PromoContainerPosition {
	display: grid;
grid-template-columns: repeat(1, 1fr);
}

#Header-Promo1 {
    justify-content: center;
margin-bottom: 10px;
}

#Header-Promo2 {
    justify-content: center;
margin-bottom: 10px;
}

#Header-Promo3 {
    justify-content: center;
}

#Header-LinkText2 {
display: none;
}

#Header-LinkText1 {
display: none;
}

#Header-Right {
	width: 30%;
}
}

@media only screen and (max-width:800px) { 
#Header-Logo img {
max-width: 95%;
}
}

@media only screen and (max-width: 695px) { 
#Header-DesktopContainer {
	display: none;
}

#Header-MobileContainer {
	display: inline;
}

#Slider-Container {
display: none;
}

#Header-PromoContainerPosition {
	display: grid;
grid-template-columns: repeat(1,1fr);
}

#Header-Promo1 {
      width: 100%;
margin-right: 0%;
}

#Header-Promo2 {
    width: 100%;
margin-right: 0%;
padding-left: 0%;
}

#Header-Promo3 {
    width: 100%;
margin-right: 0%;
}

#Header-Promo4 {
    width: 100%;
}

#HomePageHeader-TopBarContainer {
	float: left;
	width: 100%;
	background-color: #111;
        border-bottom: 1px solid #111;
}

.HeaderPhoneNumber {
	float: left;
}

#MobileHeader-Logo {
	width: 98%;
	width: 98%;
}

#HomePageHeader-TopBar {
float: left;
padding: 5px 0px 5px 0px;
width: 98%;
margin-left: 1%;
margin-right: 1%;
display: flex;
}

.HeaderPhoneIcon {
float: left;
}

#Header-AccountContainer {
float: right;
margin-top: 0px;
margin-right: 20px;
}

#Header-CartText {
float: left;
}

#Header-CartIcon {
float: left;
margin-right: 10px;
}

#Header-CartContainer {
float: right;
margin-top: 0px;
}

#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 #111;
}

#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;
	background-color: #111;
	padding: 10px 0px 10px 0px;
    
}

#MobileHeader-LeftContainer {
	grid-column-start: 1;
display: flex;
justify-content: center;
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:#111;
	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;
}

.navicon-line {
	background-color: #fff !important;
}


/*MOBILEMENUDROPDOWNSTYLES*/

/*TEXTHEADINGSTYLES*/
.HeadingCategoriesMenu {
	width: 95%;
	display: inline-block;
    padding: 15px 0px 13px 5%;
border-top: 1px solid #090909;
background-color: #090909;
	color: #fff;
	text-decoration: none;
	font-family: Hind, sans-serif;
	font-size:  16px !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: #9c9c9c;
	font-family: Hind, sans-serif;
	font-size: 15px !important;
	font-weight:  400;
}

/*SUBCATTEXTSTYLING*/
.SubCategoryText {
	color: #9c9c9c;
	text-decoration: none;
	font-family: Hind, sans-serif;
	font-size: 15px !important;
	font-weight: 400;
	line-height:16px;
	padding-left: 0px;
	float: left;
margin-bottom: 0px !important;
}

/*TABLET  SUB CAT 2 TEXT STYLING*/
.SubCategoryTwoText {
	color: #9c9c9c;
	text-decoration: none;
	font-family: Hind, sans-serif;
	font-size: 15px !important;
	font-weight: 400;
	line-height:16px;
}

/*ICONSTYLING */
span.sb-caret {
	float:right;
	background-color: #090909 !important;
	padding: 12px 15px 8px 15px;
	border-left: solid 1px #090909;
	border-right:solid 1px #090909;
	color:  #9c9c9c;
	font-family: Hind, sans-serif;
	font-size: 24px;
	font-weight:400;
	cursor:pointer;
}

#Mobile-MainCategory {
border-bottom: 1px solid #9c9c9c;
border-top: 1px solid #9c9c9c;
width: 100%;
}

#Mobile-CompanyInfo {
border-bottom: 1px solid #9c9c9c;
}

#Mobile-SubCategory {
    margin-left: 0%;
    width: 98%;
    border-bottom: 1px solid #9c9c9c;
    padding-left: 2%;
}

#Mobile-SubCategory2 {
margin-left: -2%;
    border-bottom: 1px solid #9c9c9c;
    width: 98% !important;
    padding-left: 4% !important;
}

/*MAINCATTEXTSTYLING*/
.sb-slidebar a {
	color: #fff;
	text-decoration: none;
	font-family: Hind, sans-serif;
	font-size: 20px !important;
	font-weight: 400;
	line-height: 16px;
}



/*DROPDOWNACOUNTDIV*/
.DropdownAccountBackground {
	background-color: #1bb0ce !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: #090909; /* 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: #090909; 
}

.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: #090909;  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-toggle-left {
    cursor: pointer;
}

.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: #fff; /* 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*/
}