/*Template CSS*/
.Header-Text1 {
font-family: Inter;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.03em;
text-align: left;
text-transform: uppercase;
 
color: #5F5F5F;
}

.Header-Text1 a:link {
color: #5F5F5F;
}

.Header-Text1 a:active {
 color: #5F5F5F;
}

.Header-Text1 a:visited {
color: #5F5F5F;
}

.Header-Text1 a:hover {
 color: #5F5F5F;
    text-decoration: underline;
}

.Header-Text2 {
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 28px;
line-height: 28px;
letter-spacing: -0.01em;
text-align: left;
 
color: #393939;
}

.Header-Text2 a:link {
    color: #393939;
}

.Header-Text2 a:active {
    color: #393939;
}

.Header-Text2 a:visited {
    color: #393939;
}

.Header-Text2 a:hover {
    color: #393939;
    text-decoration: underline;
}

.Header-Icon {
    font-family: Font Awesome 6 Free;
    font-style: normal;
    font-weight: Unhandled font weight;
    font-size: 35px;
    line-height: 35px;
    text-align: left;
    color: #7C7CCE;
}

.Header-Icon a:link {
    color: #7C7CCE;
}

.Header-Icon a:active {
    color: #7C7CCE;
}

.Header-Icon a:hover {
    color: #7C7CCE;
}

.Header-Icon a:visited {
    color: #7C7CCE;
}

#Header-LinkIcon2 {
border: 1px solid #d3d3d3;
border-radius: 12px;
}

.Header-Icon2 {
font-family: Font Awesome 6 Pro;
font-style: normal;
font-weight: Unhandled font weight;
font-size: 18px;
line-height: 18px;
text-align: center;
text-transform: uppercase;
 
color: #ffffff;
}

.Header-Icon2 a:link {
    color: #ffffff;
}

.Header-Icon2 a:active {
    color: #ffffff;
}

.Header-Icon2 a:hover {
    color: #ffffff;
}

.Header-Icon2 a:visited {
    color: #ffffff;
}

#Header-LinkIcon3 {
border: 1px solid #d3d3d3;
border-radius: 12px;
}

.Header-Icon3 {
font-family: Font Awesome 6 Pro;
font-style: normal;
font-weight: Unhandled font weight;
font-size: 18px;
line-height: 18px;
text-align: center;
text-transform: uppercase;
 
color: #359439;
}

.Header-Icon3 a:link {
    color: #359439;
}

.Header-Icon3 a:active {
    color: #359439;
}

.Header-Icon3 a:hover {
    color: #359439;
}

.Header-Icon3 a:visited {
    color: #359439;
}

#Header-LinkIcon4 {
background: #359439;
 
border-radius: 12px;
}

.Header-Icon4 {
font-family: Font Awesome 6 Pro;
font-style: normal;
font-weight: Unhandled font weight;
font-size: 18px;
line-height: 18px;
text-align: center;
text-transform: uppercase;
 
color: #359439;
}

.Header-Icon4 a:link {
    color: #359439;
}

.Header-Icon4 a:active {
    color: #359439;
}

.Header-Icon4 a:hover {
    color: #359439;
}

.Header-Icon4 a:visited {
    color: #359439;
}

.Header-Icon5 {
font-family: Font Awesome 6 Pro;
font-style: normal;
font-weight: Unhandled font weight;
font-size: 24px;
line-height: 24px;
text-align: center;
text-transform: uppercase;
 
color: #359439;
}

.Header-Icon5 a:link {
    color: #359439;
}

.Header-Icon5 a:active {
    color: #359439;
}

.Header-Icon5 a:hover {
    color: #359439;
}

.Header-Icon5 a:visited {
    color: #359439;
}

#Header-Search {
border: 1px solid #cacaca;
border-radius: 12px;
    background-color: #FFF;
}

.Header-SearchBox::placeholder {
font-family: Inter;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 16px;
letter-spacing: -0.01em;
text-align: left;
 
color: #454545;
}

.Header-SearchButton {
    font-family: Font Awesome 6 Free;
    font-style: normal;
    font-weight: Unhandled font weight;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
background: #359439;
 
border-radius: 10px;
}
#Header-Container {
    width: 100%;
    float: left;
}

#Header-MobileContainer {
    display: none;
}

#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;
    width: 1900px;
    float: left;
    max-width: 100%;
}

#Header-Container1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#Header-Container2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 35%;
}

#Header-Container3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#Header-Container4 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

#Header-Logo {
line-height: 0px;
}

#Header-Logo img {
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

#Header-LinkContainer1 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

#Header-LinkContainer1-1 {
    display: none;
}

#Header-LinkIcon1 {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

#Header-LinkText3 {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

#Header-LinkContainer2 {
    width: 100%;
    display: flex;
    justify-content: center;
}

#Header-LinkIcon2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
}

#Header-LinkIcon4 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
}

#Header-LinkContainer3 {
    width: 100%;
    display: flex;
    justify-content: center;
}

#Header-LinkContainer4 {
    width: 100%;
    display: flex;
    justify-content: center;
}

#Header-LinkIcon3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
}

#Search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:3px 3px 3px 2%;
box-shadow: none;
    border: none;
    outline: none;
}

#Header-Search {
    width: 100%;
    float: left;
}

.Header-SearchBox {
    border: none;
    width: 80%;
    margin-left: 0px;
    height: 38px;
}

.Header-SearchButton {
    cursor: pointer;
    height: 48px;
    width: 48px;
}

#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: #454545;
}

#Header-NavPosition {
    grid-column-start: 2;
}

#Header-IpadNavContainer {
    display: none;
}

.sb-toggle-left {
    display: none;
}

#Header-PromoContainer {
border-bottom: 1px solid #cacaca;
}

@media only screen and (max-width: 1550px) {
 
    #Header-MiddleContainer {
        grid-template-columns: 2.5% 95% 2.5%;
    }

    #Header-NavContainer {
        grid-template-columns: 2.5% 95% 2.5%;
    }
}

@media only screen and (max-width: 1150px) {
    #Header-Container2 {
        flex-basis: 25%;
    }

    .Header-Text2 {
        font-size: 24px;
        line-height: 24px;
    }

    .Header-Icon {
        font-size: 32px;
    }
}

/*Header Icon Text Hide Modifier*/
@media only screen and (max-width: 1100px) {
    #Header-LinkText1 {
        display: none;
    }

    #Header-LinkText2 {
        display: none;
    }

    #Header-LinkText4 {
        display: none;
    }
}

/*Header Search Switch*/
#SearchIcon_Ipad {
    display: none;
}

#IpadSiteSearch {
    display: none;
}

.MobileSiteSearch {
    background-color: #fff;
    border-bottom: 1px solid #cacaca;
    width: 96% !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding: 0px 2%;
}

.MobileSiteInput {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 1000px) {


    #Header-LinkContainer1 {
        justify-content: center;
    }

    #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: #454545;
        padding: 14px 0px 10px 0px;
    }

    #Header-IpadNavPosition {
        grid-column-start: 2;
        margin: auto;
    }

    .Burger-Menu {
        font-family: Font Awesome 6 Free;
        font-style: normal;
        font-weight: Unhandled font weight;
        font-size: 30px;
        line-height: 30px;
        text-align: left;
        color: #fff;
    }

/*TABLET DROPDOWN STYLES*/
/*TEXTHEADINGSTYLES*/
    .HeadingCategoriesMenu {
        width: 95%;
        display: inline-block;
        padding: 15px 0px 13px 5%;
        border-top: 1px solid #cacaca;
        border-bottom: none;
        background-color: #454545;
        color: #fff;
        text-decoration: none;
        font-family: Poppins, sans-serif;
        font-size: 18px !important;
        font-weight: 600;
    }

/*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%;
    }

/*TABLET  SUB CAT 2 TEXT STYLING*/
    #Tablet-MainCategory {
        border-top: 1px solid #cacaca;
        width: 100%;
        font-family: Poppins, sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: #2b2b2b;
    }

    #Tablet-MainCategory a:link {
        color: #2b2b2b;
    }

    #Tablet-MainCategory a:active {
        color: #2b2b2b;
    }

    #Tablet-MainCategory a:visited {
        color: #2b2b2b;
    }

    #Tablet-MainCategory a:hover {
        color: #2b2b2b;
    }

    #Tablet-SubCategory {
        margin-left: -6%;
        width: 103%;
        padding-left: 3%;
        border-top: 1px solid #cacaca;
        font-family: Inter, sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: #000;
    }

    #Tablet-SubCategory a:link {
        color: #000;
    }

    #Tablet-SubCategory a:active {
        color: #000;
    }

    #Tablet-SubCategory a:visited {
        color: #000;
    }

    #Tablet-SubCategory a:hover {
        color: #000;
    }

    #Tablet-SubCategory2 {
        margin-left: -9%;
        padding-left: 6%;
        border-top: 1px solid #cacaca;
        width: 103%;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .SubCategoryTwoText {
        color: #000;
        text-decoration: none;
        font-family: Inter, sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
    }

    #Tablet-MobileInfo {
        border-top: 1px solid #cacaca;
    }

/*ICONSTYLING */
    span.sb-caret {
        float: right;
        background-color: #f5f5f5 !important;
        padding: 2px 10px 2px 10px;
        border-left: solid 1px #f5f5f5;
        border-right: solid 1px #f5f5f5;
        color: #000;
        font-family: [MAINNAVIGATIONFONT];
        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;
float: left;
width: 100%;
    }

/*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 {
        margin-top: 0px;
z-index: 999 !important;
    }

    .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: [MAINCATBKHOVER];  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;
    }

/* 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) {
 
    #Search {
        display: none;
    }

    #SearchIcon_Ipad {
        display: inline;
        float: left;
        cursor: pointer;
    }

    #Header-Search {
        border: 0px solid #cacaca;
    }

    #Header-LinkContainer1-1 {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    #Header-Container3 {
        display: none;
    }
}

@media only screen and (max-width: 695px) {
 
    #Header-DesktopContainer {
        display: none;
    }

    #Header-MobileContainer {
        display: inline;
    }

    #SearchIcon {
        display: inline;
        float: left;
        cursor: pointer;
    }

    #Header-Logo img {
        height: auto !important;
        width: auto !important;
        max-width: 80% !important;
        max-height: 80% !important;
    }

    .Burger-Menu {
        font-family: Font Awesome 6 Free;
        font-style: normal;
        font-weight: Unhandled font weight;
        font-size: 24px;
        line-height: 24px;
        text-align: left;
        color: #7c7cce;
    }

    #Header-Logo {
        text-align: center;
    }

    .sb-toggle-left {
        cursor: pointer;
        margin-top: 4px;
    }

    #MobileSiteSearch {
        display: none;
    }

    .MobileSiteInput {
        margin: auto;
        padding-left: 0%;
        margin-top: 23px;
        float: left;
        margin-left: 20px;
        background-color: #FFFFFF;
        border-radius: 0px;
        width: 100% !important;
        color: [SEARCHTEXT];
        font-family: [SEARCHFONT];
        font-size: [SEARCHSIZE];
        font-weight: [SEARCHWEIGHT];
    }

    #MobileHeader-Container {
        width: 100%;
        float: left;
    }

    #Header-LinkIcon2 {
        height: 30px;
        width: 30px;
    }

    #Header-LinkIcon3 {
        height: 30px;
        width: 30px;
    }

    #Header-LinkIcon4 {
        height: 30px;
        width: 30px;
    }

    .Header-Icon {
        font-size: 22px;
        line-height: 22px;
    }

    .Header-Icon2 {
        font-size: 14px;
        line-height: 14px;
    }

    .Header-Icon3 {
        font-size: 14px;
        line-height: 14px;
    }

    .Header-Icon4 {
        font-size: 14px;
        line-height: 14px;
    }

    .Header-Icon5 {
        font-size: 20px;
        line-height: 20px;
    }

    #Header-LinkContainer1-1 {
        justify-content: center;
        width: auto;
    }

    #Header-LinkContainer1 {
        width: auto;
    }

    #Header-LinkIcon1 {
        margin-right: 0px;
    }

    #MobileHeader-InnerContainer {
        width: 95%;
        margin: 0 auto;
        float: left;
        border-bottom: 1px solid #cacaca;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 2.5%;
    }

    #MobileHeader-LeftContainer {
        grid-column-start: 1;
        display: flex;
        justify-content: space-around;
        align-items: center;
column-gap: 10px;
    }

    #MobileHeader-CenterContainer {
        grid-column-start: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #MobileHeader-RightContainer {
        grid-column-start: 3;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        grid-column-gap: 10px;
    }

    .MobileSiteSearch {
        background-color: #fff;
        width: 96% !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding: 0px 2%;
        border: none;
        border-bottom: 1px solid #cacaca;
    }

    .MobileSearchIconBK {
        background-color: transparent;
        width: 56px !important;
        height: 56px !important;
        z-index: 9;
        float: right;
        border-radius: 0px !important;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #CartIcon {
        float: left;
        margin: 2px 20px 0px 15px !important;
    }

/*MOBILEMENUDROPDOWNSTYLES*/

/*TEXTHEADINGSTYLES*/
    .HeadingCategoriesMenu {
        width: 95%;
        display: inline-block;
        padding: 15px 0px 13px 5%;
        border-top: none;
        border-bottom: 1px solid #cacaca;
        background-color: #454545;
        color: #fff;
        text-decoration: none;
        font-family: Poppins, sans-serif;
        font-size: 18px !important;
        font-weight: 600;
    }

/*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%;
    }

    #Mobile-MainCategory {
        border-bottom: 1px solid #cacaca;
        width: 100%;
        color: #2b2b2b;
        font-family: Poppins, sans-serif;
        font-size: 15px;
        font-weight: 400;
    }

    #Mobile-MainCategory a:link {
        color: #2b2b2b;
}

    #Mobile-MainCategory a:active {
        color: #2b2b2b;
}

    #Mobile-MainCategory a:visited {
        color: #2b2b2b;
}

    #Mobile-MainCategory a:hover {
        color: #2b2b2b;
}

/*SUBCATTEXTSTYLING*/
    .SubCategoryText {
        padding-left: 0px;
        float: left;
        margin-bottom: -6px !important;
    }

/*ICONSTYLING */
    span.sb-caret {
        float: right;
        background-color: #f5f5f5 !important;
        padding: 5px 10px 5px 10px;
        border-left: solid 1px #f5f5f5;
        border-right: solid 1px #f5f5f5;
        color: #000;
        font-family: [MAINNAVIGATIONFONT];
        font-size: 24px;
        font-weight: 400;
        cursor: pointer;
        margin-top: 2px;
    }

    #Mobile-CompanyInfo {
        border-bottom: 1px solid #cacaca;
    }

    #Mobile-SubCategory {
        margin-left: 0%;
        width: 98%;
        border-bottom: 1px solid #cacaca;
        padding-left: 2%;
        color: #000;
        text-decoration: none;
        font-family: Inter, sans-serif;
        font-size: 13px;
        font-weight: 400;
    }

    #Mobile-SubCategory2 {
        margin-left: -2%;
        border-bottom: 1px solid #cacaca;
        width: 98% !important;
        padding-left: 4% !important;
        color: #000;
        text-decoration: none;
        font-family: Inter, sans-serif;
        font-size: 13px;
        font-weight: 400;
    }

/*MAINCATTEXTSTYLING*/
/*DROPDOWNACOUNTDIV*/
    .DropdownAccountBackground {
        background-color: #454545 !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 {
        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: [MAINCATBKHOVER];  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*/
}