#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;
	background-color: #111;

}

#Header-TopBarPosition {
	grid-column-start: 2;
}

#Header-TopBarLeft {
	float: left;
}

#Header-TopBarRight {
	float: right;
}

#DisplayLogin {
display:none;
}

.Header-Text1 {
	font-family: Hind, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}

.Header-Text1 a:link {
	color: #FFFFFF;
}

.Header-Text1 a:active {
	color: #FFFFFF;
}

.Header-Text1 a:visited {
	color: #FFFFFF;
}

.Header-Text1 a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

#Header-Left {
display: flex;
    justify-content: flex-start;
    align-items: center;
}

#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-Middle1 {
width: 100%;
display: flex;
align-items: center;
}

#Header-PhoneContainer {
width: 100%;

}

#Header-PhoneIcon {
float: left;
width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Header-PhoneNumber {
	float: left;
font-family: Poppins, sans-serif;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
	width: 88%;
    line-height: 14px;
margin-top: 3px;
}

#Header-PhoneNumber a:link {
	color: #111;
}

#Header-PhoneNumber a:active {
	color: #111;
}

#Header-PhoneNumber a:visited {
	color: #111;
}

#Header-PhoneNumber a:hover {
	color: #8b445e;
	text-decoration: underline;
}

#Header-Middle {
width: 100%;
}

#Header-Search{
	border: 1px solid #f0f2f8;
	width: 100%;
	height: 40px;
	margin: auto;
}

.Header-SearchBox {
	font-family: Poppins, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #111;
	border:none;
	width: 50%;
    height: 27px;
    margin-top: 5px;
    margin-left: 6px;
}

.Header-SearchGraphic {
	float:right;
	margin: 10px;
}

#Header-Right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#Header-AccountContainer {
float: right;
margin-right: 40px;
margin-left: 40px;
}

#Header-AccountIcon {
float:left;
margin-right: 5px;
}

#Header-AccountText {
float:left;
}

#Header-CartContainer {
float: right;
    display: flex;
    align-items: center;
}

#Header-CartIcon {
float:left;
margin-right: 5px;
}

#Header-CartText {
float:left;
}

.Header-Text2 {
font-family: Poppins, sans-serif;
    color: #111;
    font-size: 14px;
    font-weight: 400;
}

.Header-Text2 a:link {
	color: #111;
}

.Header-Text2 a:active {
	color: #111;
}

.Header-Text2 a:visited {
	color: #111;
}

.Header-Text2 a:hover {
	color: #8b445e;
	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;
border-top: 1px solid #E1E1E1;
border-bottom: 1px solid #E1E1E1;
}

#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;
padding: 20px 0px;
}

#Header-Promo1 {
display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

#Header-Promo2 {
display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

#Header-Promo3 {
display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

#Header-PromoContainerPosition {
	display: flex;
	justify-content: space-between;
	grid-column-start: 2;
}

@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;
border-top: 1px solid #E1E1E1;
border-bottom: 1px solid #E1E1E1;
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: #8b445e; /* Colour of navicon lines. */
}

.navicon-line {
	background-color: #8b445e !important;
}


/*MOBILEMENUDROPDOWNSTYLES*/

/*MAINCATTEXTSTYLING*/
.sb-slidebar a {
	color: #111;
	text-decoration: none;
	font-family: Shippori Mincho, serif;;
	font-size: 20px !important;
	font-weight: 400;
	line-height: 16px;
}

/*SUBCATTEXTSTYLING*/
.SubCategoryText {
	color: #111;
	text-decoration: none;
	font-family: Shippori Mincho, serif;;
	font-size: 15px !important;
	font-weight: 700;
	padding-left: 10px;
	float: left;
padding-bottom: 10px;
}

/*SUBCAT2TEXTSTYLING*/
.SubCategoryTwoText {
	color: #111;
	text-decoration: none;
	font-family: Shippori Mincho, serif;;
	font-size: 18px !important;
	font-weight:500;
	line-height:16px;
	padding-bottom:0px;
	padding-left: 20px;
}

/*ICONSTYLING */
span.sb-caret {
	float:right;
	background-color: #fff !important;
	padding:15px 20px 13px 22px;
	border-left: solid 1px #3A3A3A;
	border-right:solid 1px #fff;
	margin-bottom:-21px;
	color: #111;
	font-family: Shippori Mincho, serif;;
	font-size: 24px;
	font-weight:400;
	cursor:pointer;
}

/*DROPDOWNACOUNTDIV*/
.DropdownAccountBackground {
	background-color: #111 !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: #111;
	font-family: Shippori Mincho, serif;;
	font-size: 15px !important;
	font-weight: 700;
}

/*TEXTHEADINGSTYLES*/
.HeadingCategoriesMenu {
	cursor: pointer;
	width: 95%;
	display: inline-block;
	padding-top: 18px;
	padding-bottom: 19px;
	padding-left: 5%;
	color: #111;
	text-decoration: none;
	font-family: Shippori Mincho, serif;;
	font-size: 20px !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: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: #fff; /* Background colour. */
	color: #111; /* Text colour. */
margin-top: 10px;
}

.sb-slidebar a:hover {
	text-decoration: underline;
}

/* --------------------
* 004 - Slidebar Menus
*/
 
.sb-menu { /* Apply to <ul> or <ol>. */
	padding: 0;
	margin: 0;
margin-top: 0px;
border-top: 1px solid #E1E1E1;
	list-style-type: none;
}

.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	background:  #fff;
}

.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: #fff;  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: #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;
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: #8b445e; /* 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;
}
}

@media only screen and (max-width: 695px) { 
#Header-DesktopContainer {
	display: none;
}

#Header-MobileContainer {
	display: inline;
}

#HomePageHeader-TopBarContainer {
	float: left;
	width: 100%;
	border-bottom: 1px solid #E1E1E1;
font-family: Poppins, sans-serif;
    color: #111;
    font-size: 14px;
    font-weight: 400;
}

#HomePageHeader-TopBarContainer a:link {
    color: #121211;
}

#HomePageHeader-TopBarContainer a:visited {
    color: #121211;
}

#HomePageHeader-TopBarContainer a:active {
    color: #121211;
}

#HomePageHeader-TopBarContainer a:hover {
    color: #121211;
}

.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-CartText {
float: left;
}

#Header-CartIcon {
float: left;
margin-right: 10px;
margin-top: 3px;
}

#Header-CartContainer {
float: right;
margin-top: 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 #8b445e;
}

#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 #E1E1E1 ;
	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:#8b445e;
	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: #8b445e !important;
}


/*MOBILEMENUDROPDOWNSTYLES*/

/*MAINCATTEXTSTYLING*/
.sb-slidebar a {
	color: #111;
	text-decoration: none;
	font-family: Shippori Mincho, serif;;
	font-size: 20px !important;
	font-weight: 400;
	line-height: 16px;
}

/*SUBCATTEXTSTYLING*/
.SubCategoryText {
	color: #111;
	text-decoration: none;
	font-family: Shippori Mincho, serif;;
	font-size: 15px !important;
	font-weight: 700;
	line-height:22px;
	padding-left: 10px;
	float: left;
}

/*SUBCAT2TEXTSTYLING*/
.SubCategoryTwoText {
	color: #111;
	text-decoration: none;
	font-family: Shippori Mincho, serif;;
	font-size: 16px !important;
	font-weight:400;
	line-height:16px;
	padding-bottom:0px;
	padding-left: 20px;
}

/*ICONSTYLING */
span.sb-caret {
	float:right;
	background-color: #fff !important;
	padding:15px 20px 13px 22px;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	margin-bottom:-21px;
	color: #111;
	font-family: Shippori Mincho, serif;;
	font-size: 24px;
	font-weight:400;
	cursor:pointer;
}

/*DROPDOWNACOUNTDIV*/
.DropdownAccountBackground {
	background-color: #111 !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: #111;
	font-family: Shippori Mincho, serif;;
	font-size: 15px !important;
	font-weight: 700;
}

/*TEXTHEADINGSTYLES*/
.HeadingCategoriesMenu {
	cursor: pointer;
	width: 95%;
	display: inline-block;
	padding-top: 18px;
	padding-bottom: 19px;
	padding-left: 5%;
	color: #111;
	text-decoration: none;
	font-family: Shippori Mincho, serif;;
	font-size: 20px !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: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: #fff; /* Background colour. */
	color: #111; /* 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 #fff;
}

.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	background:  #fff;
	border-bottom: 1px solid #fff;
}

.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: #fff;  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: #fff;
	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: #8b445e; /* 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*/
}