#Header-Container {
	width: 100%;
	float: left;
}

#Header-TelContainer {

}

#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: #fff;
        border-bottom: 1px solid #fff;
}

#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: 10% 80% 10%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
	padding: 10px 0px 10px 0px;
}

#Header-MiddleContainerSpacing {
    display: flex;
    justify-content: space-between;
    grid-column-start: 2;
}

#Header-Left {
	width: 25%;
    display: flex;
    align-items: center;
	justify-content: flex-start;
}

#Header-Middle {
	width: 100%;
    display: flex;
	justify-content: center;
    align-items: center;
}

#Header-Right {
	width: 25%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#Header-Logo img {
	height: auto;
	width: auto;
min-width: 180px;
}

#Header-LinkContainer1 {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

#Header-LinkIcon1 {
display: flex;
align-items: center;
 justify-content: center;
margin-bottom: 6px;
}

#Header-LinkText1 {
text-align: center;
text-transform: uppercase;
}

#Header-LinkContainer2 {
    width: 40%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#Header-LinkIcon2 {
display: flex;
align-items: center;
 justify-content: center;
margin-bottom: 6px;
margin-right: 10px;
}

#Header-LinkText2 {
text-align: center;
text-transform: uppercase;
}

#Header-LinkContainer3 {
	width: 100%;
	display: flex;
	justify-content: center;
}

#Header-LinkIcon3 {
margin-right: 10px;
display: flex;
align-items: center;
}

.Header-Text3 {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 15px;
letter-spacing: 0.11em;
color: rgba(11, 12, 20, 0.8);

}

.Header-Text4 {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 28px;
letter-spacing: -0.01em;
color: #1B1B3A;
}

.Header-Text4 a:link {
color: #1B1B3A;
}

.Header-Text4 a:active {
color: #1B1B3A;
}

.Header-Text4 a:visited {
color: #1B1B3A;
}

.Header-Text4 a:hover {
color: #1B1B3A;
}

.Header-Text5 {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
letter-spacing: 0.11em;
color: rgba(11, 12, 20, 0.8);
}

.Header-Search{
	border: 1px solid #ddd;
	width:  80%;
	height: 55px;
	border-radius: 133px;
	background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.Header-SearchBox {
	font-family: Open Sans, sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #3c3d43;
	background-color: #fff;
    border: none;
    grid-column-start: 1;
    padding: 8px 0px;
margin-left: 30px;
}

.Header-SearchGraphic {
    grid-column-start: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
}


.Header-Text1 {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0px;
	color: #3c3d43;
}

.Header-Text1 a:link {
	color: #3c3d43;
}

.Header-Text1 a:active {
	color: #3c3d43;
}

.Header-Text1 a:visited {
	color: #3c3d43;
}

.Header-Text1 a:hover {
	color: #3c3d43;
	text-decoration:underline;
}

.Header-Text2 {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0px;
	color: #3c3d43;
}

.Header-Text2 a:link {
	color: #3c3d43;
}

.Header-Text2 a:active {
	color: #3c3d43;
}

.Header-Text2 a:visited {
	color: #3c3d43;
}

.Header-Text2 a:hover {
	color: #3c3d43;
	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: #b60808;
}

#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: 10% 80% 10%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
background-color: #0b0c14;
}

#Header-PromoContainerPosition {
	display: flex;
	justify-content: space-between;
	grid-column-start: 2;
}

#Header-Promo1 {
display: flex;
    align-items: center;
    padding: 10px 2.5%;
    width: 95%;
    justify-content: center;
}

#Header-Promo2 {
display: flex;
    align-items: center;
    padding: 28px;
      width: 100%;
    justify-content: center;
border: 1px solid #ddd;
    margin: 0px 15px;
}

#Header-Promo3 {
display: flex;
    align-items: center;
    padding: 28px;
      width: 100%;
    justify-content: center;
border: 1px solid #ddd;
}

#Promo-Image {
margin-right: 20px;
}

.Promo-Text1 {
font-family:  Poppins, sans-serif;
    font-size: 16px;
    color: #949597;
    text-decoration: none;
    font-weight:  400;
    line-height: 22px;
    letter-spacing:  2%;
text-transform: uppercase;
}

.Promo-Text1 a:link {
color: #949597;
}

.Promo-Text1 a:visited {
color: #949597;
}

.Promo-Text1 a:active {
color: #949597;
}

.Promo-Text1 a:hover {
color: #949597;
}

.Promo-Text2 {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color:  #949597;
    text-decoration: none;
    font-weight:  400;
    line-height: 22px;
    letter-spacing:  2%;
}

.Promo-Text2 a:link {
color:  #949597;
}

.Promo-Text2 a:active {
color: #949597;
}

.Promo-Text2 a:visited {
color:  #949597;
}

.Promo-Text2 a:hover {
color:  #949597;
}

#Header-BannerContainer {
height: 100vh;
    max-height: 500px;
    min-height: 500px;
    background-color: #000;
width: 100%;
float: left;
position: relative;
}

#Header-BannerImage {
position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #edeedd;
    z-index: 100;
}

#Header-BannerImage img {
width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 200;
}

.banner-gradient-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 300;
    background: black;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(
270deg
, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.banner-content {
    position: relative;
    z-index: 400;
    height: 100%;
    padding-bottom: 20px;
    padding-left: 15%;
    padding-right: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.banner-content-wrapper {
    -ms-flex-preferred-size: 40% !important;
    flex-basis: 75% !important;
}

.banner-buttons {
width: 100%;
float: left;
margin-top: 50px;
}

#Brand-Container {
width: 80%;
float: left;
display: flex;
flex-wrap: wrap;
padding: 20px 10%;
}

#Brand-Image {
flex-basis: 16%;
display: flex;
justify-content: center;
align-items: center;
}

#Brand-Image img {
max-width: 95%;
}


@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%;
}

.banner-content {
    padding-left: 100px;
    padding-right: 100px;

}

.banner-content-wrapper {
    -ms-flex-preferred-size: 75% !important;
    flex-basis: 75% !important;
}

#Brand-Container {
width: 95%;
padding: 20px 2.5%;
}
}

@media only screen and (max-width: 1170px) {
#Brand-Image {
    flex-basis: 33%;
margin-top: 25px;
}
}


@media only screen and (max-width: 1000px) {
.Header-Text3 {
font-size: 12px;
line-height: 20px;
}

.Header-Text4 {
font-size: 16px;
line-height: 26px;
}

.Header-Text5 {
font-size: 8px;
line-height: 14px;
}
#Header-NavContainer {
	display: none;
}

#Header-Left {
    justify-content: space-around;
    margin-right: 5%;
}

#Header-MiddleContainer {
	border-bottom: 1px solid #b60808;
}


#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: #b60808;
        padding:14px 0px 10px 0px;
}

#Header-IpadNavPosition {
     grid-column-start: 2;
     margin: auto;
}

.sb-toggle-left {
margin-top: 20px !important;
}

.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: #b60808;
	color: #fff;
	text-decoration: none;
	font-family: Open Sans, sans-serif;
	font-size:  15px !important;
	font-weight:  400;
}

/*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: #1b1b3a;
	font-family: Open Sans, sans-serif;
	font-size: 15px !important;
	font-weight:  400;
}

/*TABLET  SUB CAT 2 TEXT STYLING*/
.SubCategoryTwoText {
	color: #1b1b3a;
	text-decoration: none;
	font-family: Open Sans, sans-serif;
	font-size: 15px !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:  #1b1b3a;
	font-family: Poppins, sans-serif;
	font-size: 24px;
	font-weight:400;
	cursor:pointer;
	margin-top: 2px;
}

/*Background Colour*/
.sb-menu { /* Apply to <ul> or <ol>. */
	padding: 0;
	margin: 0;
	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: #b60808; /* 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: #b60808;  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-Logo img {
	max-height: 90%;
	max-width: 90%;
}
}

@media only screen and (max-width: 995px) { 
#Header-PromoContainerPosition {
	display: grid;
grid-template-columns: repeat(1, 1fr);
}

#Header-Promo1 {
    padding: 10px 2.5%;
text-align: center;
}

#Header-Promo2 {
    padding: 15px 0px;
   margin: 0px 0px 15px 0px;
}

#Header-Promo3 {
margin-bottom: 10px;
    padding: 15px 0px;
}
}

@media only screen and (max-width: 810px) { 
#Promo-Image {
margin-right: 10px;
}
}

@media only screen and (max-width: 850px) { 
.banner-content {
    padding-left: 50px;
    padding-right: 50px;

}

.banner-content-wrapper {
    -ms-flex-preferred-size: 80% !important;
    flex-basis: 80% !important;
}
}

@media only screen and (max-width: 900px) { 
#Header-DesktopContainer {
	display: none;
}

#Header-MobileContainer {
	display: inline;
}

.sb-toggle-left {
    margin-top: 4px !important;
}

#Header-TopBarContainer {
	padding: 5px 0px 5px 0px;
}

.navicon-line {
	width: 20px;
	height: 2px;
	border-radius: 0px;
	margin-bottom: 3px;
	background-color: #b60808; /* 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 #b60808;
}

#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 #b60808;
	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: #fff;
    width: 90% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
	padding: 0px 5% 0px 5%;

}

.MobileSearchIconBK {
	background-color:#b60808;
	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: #b60808;
	color: #fff;
	text-decoration: none;
	font-family: Open Sans, sans-serif;
	font-size:  15px !important;
	font-weight:  400;
}

/*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: #1b1b3a;
	font-family: Open Sans, sans-serif;
	font-size: 15px !important;
	font-weight:  400;
}

/*SUBCATTEXTSTYLING*/
.SubCategoryText {
	color: #1b1b3a;
	text-decoration: none;
	font-family: Open Sans, sans-serif;
	font-size: 15px !important;
	font-weight: 400;
	line-height:16px;
	padding-left: 0px;
	float: left;
margin-bottom: -6px !important;
}

/*TABLET  SUB CAT 2 TEXT STYLING*/
.SubCategoryTwoText {
	color: #1b1b3a;
	text-decoration: none;
	font-family: Open Sans, sans-serif;
	font-size: 15px !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:  #1b1b3a;
	font-family: Poppins, sans-serif;
	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: Poppins, sans-serif;
	font-size: 20px !important;
	font-weight: 400;
	line-height: 16px;
}



/*DROPDOWNACOUNTDIV*/
.DropdownAccountBackground {
	background-color: #0b0c14 !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: #b60808; /* 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: #b60808;  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*/
}