#Header-Container {
	width: 100%;
	float: left;
}

#Header-MobileContainer {
	display: none;
}

#Header-IpadNavContainer { 
display: none;
}

.sb-toggle-left {
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: 15% 70% 15%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
	padding: 10px 0px 10px 0px;
border-top: 3px solid #4E4E4E;
}

#Header-TopBarPosition {
	grid-column-start: 2;
}

#Header-TopBarLeft {
	float: left;
}

#Header-TopBarRight {
	float: right;
}

#DisplayLogin {
display:none;
}

.Header-Text1 {
font-family: "Signika", sans-serif;
    font-size: 14px;
    color: #484848;
    text-decoration: none;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
}

.Header-Text1 a:link {
	color: #484848;
}

.Header-Text1 a:active {
	color: #484848;
}

.Header-Text1 a:visited {
	color: #484848;
}

.Header-Text1 a:hover {
	color: #469db3;
	text-decoration:underline;
}

#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;
}

#Header-MiddleContainerSpacing {
    display: flex;
    justify-content: space-between;
    grid-column-start: 2;
}

#Header-Left {
width: 100%;
}

#Header-Logo img {
	height: auto;
	width: auto;
}

#Header-PhoneIcon {
float: left;
width: 12%;
}

#Header-PhoneText {
	float: left;
	font-family: Hind, sans-serif;
    font-size: 15px;
    font-weight: 400;
	color: #5C5C5C;
	text-decoration: none;
	letter-spacing: 2.1px;
	width: 88%;
	margin-top: -1px;
}

#Header-PhoneNumber {
	float: left;
	font-family: Hind, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
	width: 88%;
    line-height: 14px;
}

#Header-PhoneNumber a:link {
	color: #333333;
}

#Header-PhoneNumber a:active {
	color: #333333;
}

#Header-PhoneNumber a:visited {
	color: #333333;
}

#Header-PhoneNumber a:hover {
	color: #333333;
	text-decoration: underline;
}

#Header-Middle {
width: 100%;
display: flex;
}

#Header-Search{
	border: 1px solid #e2e2e2;
	width: 100%;
	height: 58px;
	margin: auto;
}

.Header-SearchBox {
font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #666666;
    text-decoration: none;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.8px;
	border:none;
	width: 50%;
    height: 40px;
    margin-top: 8px;
    margin-left: 6px;
}

.Header-SearchGraphic {
	float:right;
	margin: 0px;
}

#Header-Right {
width: 100%;
    display: block;
    justify-content: right;
    align-self: center;
}

#Header-AccountContainer {
float: right;
margin-right: 20px;
}

#Header-AccountIcon {
float:left;
margin-right: 5px;
}

#Header-AccountText {
float:left;
}

#Header-CartContainer {
float: right;
border: 1px solid #BFB9A4;
padding: 18px;
}

#Header-CartContainer2 {
float: right;
border: 1px solid #BFB9A4;
background-color: #BFB9A4;
padding: 19px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
}

#Header-CartContainer2:hover {
background-color:#4E4E4E;
}

#Header-CartContainer2 a:link {
color: #FFFFFF;
}

#Header-CartContainer2 a:active {
color: #FFFFFF;
}

#Header-CartContainer2 a:visted {
color: #FFFFFF;
}

#Header-CartContainer2 a:hover {
color: #FFFFFF;
}

#Header-CartIcon {
float:left;
margin-right: 5px;
}

#Header-CartText {
float:left;
font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #484848;
    text-decoration: none;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.8px;
}

#Header-CartText a:link {
color: #484848;
}

#Header-CartText a:active {
color: #484848;
}

#Header-CartText a:visited {
color: #484848;
}

#Header-CartText a:hover {
color: #484848;
}

.Header-Text2 {
font-family: "Signika", sans-serif;
    font-size: 20px;
    color: #484848;
    letter-spacing: 0px;
    text-decoration: none;
    font-weight: 700;
}

.Header-Text2 a:link {
	color: #469db3;
}

.Header-Text2 a:active {
	color: #484848;
}

.Header-Text2 a:visited {
	color: #484848;
}

.Header-Text2 a:hover {
	color: #484848;
	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: 15% 70% 15%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
    background-color: #469db3;
}

#Header-NavPosition {
	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: 15% 70% 15%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
background-color: #F5F4F1;
border-bottom: solid 1px #DFDED7;
padding: 10px 0px;
font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #484848;
    text-decoration: none;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.4px;
}

#Header-PromoContainerPosition {
	display: flex;
	justify-content: space-between;
	grid-column-start: 2;
}

#Header-Promo1 {
display: flex;
align-items: center;
}

#Header-Promo2 {
display: flex;
align-items: center;
}

#Header-Promo3 {
display: flex;
align-items: center;
}

#Header-Promo4 {
display: flex;
align-items: center;
}

@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: 1080px) { 
#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: #469db3;
padding:14px 0px 10px 0px;
}

#Header-IpadNavPosition {
	grid-column-start: 2;
margin: auto;
}

#Header-Logo img {
	max-height: 90%;
	max-width: 90%;
}


#Header-NavContainer {
	display: none;
}

.navicon-line-desktop{
	width: 28px;
	height: 4px;
	border-radius: 0px;
	margin-bottom: 5px;
	background-color: white; /* Colour of navicon lines. */
}

.navicon-line {
	background-color: #469db3 !important;
}


/*MOBILEMENUDROPDOWNSTYLES*/

/*MAINCATTEXTSTYLING*/
.sb-slidebar a {
	color: #fff;
	text-decoration: none;
	font-family: Signika, sans-serif;
	font-size: 20px !important;
	font-weight: 400;
	line-height: 16px;
}

/*SUBCATTEXTSTYLING*/
.SubCategoryText {
	color: #fff;
color: #FFFFFF;
    text-decoration: none;
    font-family: "Signika", sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 16px;
	padding-left: 10px;
	float: left;
padding-bottom: 0px;
}

/*SUBCAT2TEXTSTYLING*/
.SubCategoryTwoText {
	color: #fff;
	text-decoration: none;
color: #FFFFFF;
    text-decoration: none;
    font-family: "Signika", sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 16px;
	padding-bottom:0px;
	padding-left: 20px;
}

/*ICONSTYLING */
span.sb-caret {
	float:right;
	background-color: #469db3 !important;
	padding:15px 20px 13px 22px;
	border-left: solid 1px #469db3;
	border-right:solid 1px #469db3;
	margin-bottom:-21px;
	color: #fff;
	font-family: Signika, sans-serif;
	font-size: 24px;
	font-weight:400;
	cursor:pointer;
}

/*DROPDOWNACOUNTDIV*/
.DropdownAccountBackground {
	background-color: #4e4e4e !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 !important; /* Creates an even padding the same size as your font. */
	padding-left:5%;
color: #FFFFFF;
    text-decoration: none;
    font-family: "Signika", sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 16px;
}

/*TEXTHEADINGSTYLES*/
.HeadingCategoriesMenu {
	cursor: pointer;
	width: 95%;
	display: inline-block;
	padding-top: 18px;
	padding-bottom: 19px;
	padding-left: 5%;
color: #FFFFFF;
    text-decoration: none;
    font-family: "Signika", sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 16px;
}

/*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:30px !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: #469db3; /* 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;
margin-top: 10px;
	list-style-type: none;
	border-top: 1px solid #469db3;
}

.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	background:  #469db3;
	border-bottom: solid 1px #469db3;
}

.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: #bfb9a4;  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: #469db3;
	border-top: 1px solid #469db3;
}

/* -----------------------
 * 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: #469db3; /* 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*/
}

@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;
margin-bottom: 10px;
}

#Header-Promo4 {
    justify-content: center;
}
}

@media only screen and (max-width: 695px) { 
#Header-DesktopContainer {
	display: none;
}

#Header-MobileContainer {
	display: inline;
}

#HomePageHeader-TopBarContainer {
	float: left;
	width: 100%;
	border-top: 3px solid #4E4E4E;
font-family: "Signika", sans-serif;
    font-size: 14px;
    color: #484848;
    text-decoration: none;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
}

#HomePageHeader-TopBarContainer a:link {
    color: #484848;
}

#HomePageHeader-TopBarContainer a:visited {
    color: #484848;
}

#HomePageHeader-TopBarContainer a:active {
    color: #484848;
}

#HomePageHeader-TopBarContainer a:hover {
    color: #484848;
}

.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%;
}

.HeaderPhoneIcon {
float: left;
}

#Header-AccountContainer {
float: right;
margin-top: 0px;
margin-right: 20px;
}

#Header-CartTextMob {
float: left;
}

#Header-CartIcon {
float: left;
margin-right: 10px;
}

#Header-CartContainer {
float: right;
border: none;
padding: 0px;
}

#Header-Logo img {
	height: 80%;
	width: 80%;
}

#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 #469db3;
}

#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 #469db3;
	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:#469db3;
	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: #469db3 !important;
}


/*MOBILEMENUDROPDOWNSTYLES*/

/*MAINCATTEXTSTYLING*/
.sb-slidebar a {
	color: #fff;
	text-decoration: none;
	font-family: Signika, sans-serif;
	font-size: 20px !important;
	font-weight: 400;
	line-height: 16px;
}

/*SUBCATTEXTSTYLING*/
.SubCategoryText {
color: #FFFFFF;
    text-decoration: none;
    font-family: "Signika", sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 16px;
	padding-left: 0px;
	float: left;
}

/*SUBCAT2TEXTSTYLING*/
.SubCategoryTwoText {
color: #FFFFFF;
    text-decoration: none;
    font-family: "Signika", sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 16px;
	padding-bottom:0px;
	padding-left: 20px;
}

/*ICONSTYLING */
span.sb-caret {
	float:right;
	background-color: #469db3 !important;
	padding:15px 20px 13px 22px;
	border-left:solid 1px #469db3;
	border-right:solid 1px #469db3;
	margin-bottom:-21px;
	color: #fff;
	font-family: Signika, sans-serif;
	font-size: 24px;
	font-weight:400;
	cursor:pointer;
}

/*DROPDOWNACOUNTDIV*/
.DropdownAccountBackground {
	background-color: #4e4e4e !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: #FFFFFF;
    text-decoration: none;
    font-family: "Signika", sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 16px;
}

/*TEXTHEADINGSTYLES*/
.HeadingCategoriesMenu {
	cursor: pointer;
	width: 95%;
	display: inline-block;
	padding-top: 18px;
	padding-bottom: 19px;
	padding-left: 5%;
color: #FFFFFF;
    text-decoration: none;
    font-family: "Signika", sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 16px;
}

/*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:30px !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: #469db3; /* 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;
	border-top: 1px solid #469db3;
}

.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	background:  #469db3;
	border-bottom: 1px solid #469db3;
}

.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: #bfb9a4;  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: #469db3;
	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-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: #469db3; /* 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*/
}