#HeaderWrapper {
    width: 100%;
    background-color: #fcfcfc;
    height: 185px;
}

#Header {
    max-width: 1800px;
    margin: 0 auto;
    position: relative;
    height: 150px;
    text-align: center;
}

/********************************
      WELCOME / TOP BANNER
*********************************/


.Welcome {
    position: relative;
    z-index: 9999;
    background: #116bae;
}

.WelcomeWrap {
    max-width: 1800px;
    margin: 0px auto;
    font-size: 15px;
    background: url('/customer/shodis/images/Header/WelcomeBG.png') no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 4px 0px;
}

.WelcomeBackHeader {
    display: inline-block;
    position: relative;
}

    .WelcomeBackHeader a {
        color: white;
        font-size: 13px;
        transition: all .3s ease-in;
    }

        .WelcomeBackHeader a:hover {
            text-decoration: none;
            color: #b4b4b4;
        }

    .WelcomeBackHeader svg {
        font-size: 15px;
        vertical-align: middle;
        margin-right: 6px;
        color: #ffffff;
        transition: color .3s ease-in;
        position: relative;
        bottom: 2px;
    }


#HeaderContact {
    display: inline-block;
    padding: 3px 16px 3px 0px;
}

#HeaderPhone {
    position: absolute;
    left: 5px;
    margin: 24px 0px;
    font-size: 24px;
    color: #116bae;
}


#HeaderAdminLink {
    position: absolute;
    left: 170px;
    top: 23px;
}


/***********TOP NAVIGATION***********/

#TopNavigationWrapper {
    float: right;
    position: relative;
    width: 395px;
    top: 17px;
    text-align: right;
    font-weight: bold;
    z-index: 9999;
}

.TopNavigation {
    padding: 0px;
    position: relative;
    float: right;
    font-size: 13px;
    transition: color .2s ease-in;
}

    .TopNavigation a {
        color: #ffffff;
        transition: color .2s ease-in;
    }

    .TopNavigation > div > a:hover,
    .TopNavigation > a:hover,
    .TopNavigation > a:hover svg,
    .TopNavigation > div > a:hover svg {
        text-decoration: none;
        color: #b4b4b4;
    }



#HeaderWelcomeBack {
    display: inline-block;
    padding: 3px 0px 3px 5px;
    color: black;
    position: absolute;
    left: 0px;
    font-size: 12px;
}

#HeaderSignIn, #HeaderAccount {
    display: inline-block;
    padding: 3px 16px 3px 5px;
    margin-right: 10px;
    border-right: 1px solid white;
}


    #HeaderAccount a {
        padding: 3px 4px 3px 5px;
    }



#HeaderShoppingCart {
    border-right: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

.TopNavigation svg {
    font-size: 15px;
    vertical-align: middle;
    margin-right: 6px;
    transition: color .3s ease-in;
    position: relative;
    bottom: 2px;
}

#HeaderMyAccount {
    z-index: 99999999;
    cursor: pointer;
}

    #HeaderMyAccount::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 15px solid #013983;
        position: absolute;
        top: -10px;
        right: 40px;
        margin: auto;
    }

#ModelLookup {
    display: inline-block;
    border-right: 1px solid white;
    padding-right: 12px;
    padding: 3px 16px 3px 8px;
    float: left;
}

#QuickPad {
    margin-right: 6px;
    position: relative;
    top: 2px;
}



/********************************
             LOGO
*********************************/

.HeaderLogoWrapper {
    display: inline-block;
    position: relative;
    bottom: 35px;
    z-index: 9999;
}

.HeaderLogo {
    z-index: 99999;
    width: 89%;
}

/***************************
      SIGN IN DROPDOWN
 ***************************/
#HeaderLogin {
    display: none;
    z-index: 9999999999;
    position: absolute;
    top: 70px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 13px;
    box-sizing: border-box;
    text-align: left;
    min-height: 200px;
    padding-top: 20px;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    width: 400px;
    background-color: #ffffff;
    border: 2px solid #216b97;
    padding: 10px;
    box-shadow: 0px 0px 3px -1px #062a40;
}

#SignInBG {
    position: fixed;
    width: 100%;
    background-color: black;
    z-index: 9999;
    height: 99999px;
    opacity: .6;
    left: 0px;
    top: 0px;
    filter: alpha(opacity=50) !important;
}

#CloseSignIn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    cursor: pointer;
    color: #000;
}

#HeaderLogin input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    background-color: transparent;
}

#LoginFormWrapper {
    margin-bottom: 0px;
}

#HeaderLoginContent #ErrorWrapper {
    display: none;
}

.HeaderRequired,
.Logonerror {
    color: red;
}

#LoginFormContent {
    text-align: center;
}

img.LoginIcon {
    width: 25px;
    vertical-align: middle;
}

.LoginInput {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}

    .LoginInput svg {
        font-size: 22px;
        color: #2b5597;
    }

    .LoginInput input {
        border: 1px solid #fff;
        border-bottom: 1px solid #000;
        line-height: 50px;
        height: 50px;
        box-sizing: border-box;
        padding-left: 5px;
        width: 90%;
        transition: all 0.3s ease-in;
        background-color: #fff;
        font-size: 16px;
    }

#HeaderLoginSubmit {
    width: 100px;
    padding: 0px 10px;
    margin-top: 20px;
}

#LoginLinks {
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}

    #LoginLinks a {
        color: #116bae;
    }

#LoginFormContent span {
    font-size: 16px;
    margin-left: 0px;
}

#LoginSeperator {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 10px;
    width: 80%;
}

    #LoginSeperator hr {
        border: .5px solid #aaa;
    }

    #LoginSeperator span {
        padding: 0px 10px;
        background-color: #fff;
        color: #aaa;
        position: relative;
        bottom: 17px;
    }

#LoginRegister {
    margin-bottom: 10px;
}

    #LoginRegister div {
        margin-bottom: 5px;
        font-size: 20px;
    }

    #LoginRegister a {
        color: #116bae;
        font-size: 14px;
    }

/***************************
      ACCOUNT DROPDOWN
 ***************************/

#Dropdown {
    display: none;
    position: absolute;
    top: 26px;
    left: 0px;
    height: 332px;
    width: 180px;
    text-align: right;
    padding-top: 5px;
}

    #Dropdown ul {
        margin: 0 auto;
        padding: 0px;
        background-color: #fff;
        border: 1px solid #116bae;
        border-top: 0px;
        list-style: none;
    }

        #Dropdown ul > li {
            margin: 0px;
            padding: 3px 0px 3px 10px;
            position: relative;
            text-align: left;
            font-size: 13px;
            cursor: pointer;
            line-height: 30px;
            background-color: #fcfcfc;
        }


    #Dropdown a {
        color: #505050;
        font-size: 13px;
    }

    #Dropdown li:hover {
        background-color: #f4f4f6;
        text-decoration: none;
    }

        #Dropdown li:hover a {
            color: #116bae;
        }

/*******************************
   SEACH BOX/MOBILE NAVIGATION
********************************/

#MobileNavigation, #MobileMenu {
    display: none;
}

#MainSearchWrapper {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 99;
    width: 37%;
}

#SearchForm {
    text-align: right;
    display: block;
    z-index: 10;
    padding: 0px !important;
}

#SearchTextInput {
    padding: 5px 15px;
    font-size: 13px;
    border: 1px solid #dadada;
    border-right: 1px solid #9f9f9f;
    height: 38px;
    vertical-align: top;
    background: #f7f7f7;
    font-style: italic;
    box-sizing: border-box;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 82%;
}

#SearchButton {
    color: #838383;
    background-color: #eeeeee;
    height: 38px;
    width: 45px;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 20px;
    border: 1px solid #dadada;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    transition: .3s ease-in background-color;
}

    #SearchButton:hover {
        background-color: #e4e2e2;
    }


.IconWrap {
    display: inline-block;
    text-align: right;
}



/*********************************
    SEARCH SUGGESTIONS - Plugin
 *********************************/

.SearchSuggestions {
    position: absolute;
    top: 52px;
    right: 54px;
    width: 560px;
    z-index: 99999999;
    color: #333;
    box-shadow: 0px 5px 12px -2px #949292;
    border: 1px solid #dadada;
    min-height: 100px;
    box-sizing: border-box;
    background: white;
    padding: 5px 0px;
    font-size: 0px;
}

#Instructions {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 100px;
}

    #Instructions img {
        display: inline-block;
        vertical-align: middle;
        border-radius: 25px;
        width: 100px;
    }

    #Instructions span {
        line-height: 18px;
        display: inline-block;
        height: 80px;
        border-left: 3px solid #f0f0f0;
        margin-left: 20px;
        width: 69%;
        vertical-align: top;
        margin-top: 10px;
        text-align: left;
        padding-left: 20px;
        box-sizing: border-box;
        padding-top: 20px;
    }

/*********CATEGORIES**********/
#SSCategories {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0px 10px 10px 10px;
    border-top: 1px solid #ccc;
}

.SSResultsTitle {
    font-size: 19px;
    padding: 10px 0px 5px 0px;
    font-weight: bold;
    color: #000000;
    border-bottom: 1px solid #000000;
}

.SSCategoryTitle {
    display: inline-block;
    line-height: 16px;
    margin-left: 10px;
    background: whitesmoke;
    border: 1px solid #8e8d8d;
    margin-top: 12px;
    padding: 5px 5px 5px 5px;
    box-shadow: 0px 0px 1px 0px #cecaca;
    font-size: 13px;
    transition: .3s ease all;
    color: black;
    text-align: left;
}

    .SSCategoryTitle:hover {
        text-decoration: none;
        background: #d1d1d1;
    }

#SSResultsTitleWrap {
    min-height: 30px;
    padding: 0px 10px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    position: relative;
}

    #SSResultsTitleWrap .SSResultsTitle {
        display: inline-block;
        font-size: 19px;
        padding: 10px 0px 5px 0px;
        color: #000000;
        background: none !important;
        width: auto;
        text-align: left;
        width: 100%;
    }

    #SSResultsTitleWrap a {
        position: absolute;
        right: 10px;
    }

        #SSResultsTitleWrap a:hover {
            text-decoration: none;
        }

/*********RESULTS**********/

#SSResults {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
}

#SSResultsItemWrap {
    max-height: 338px;
    overflow: hidden;
    overflow-y: scroll;
}

.SSResultsItem {
    display: block;
    width: 95%;
    position: relative;
    padding-top: 5px;
    color: #000;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
    margin: 0 auto;
}

    .SSResultsItem:nth-last-child(1) {
        border-bottom: 0px;
    }

.SSResultItemImgWrap {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-color: #ffffff;
    float: left;
    padding-right: 10px;
}

    .SSResultItemImgWrap img {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        margin: auto;
        max-width: 90px;
        max-height: 90px;
    }

.SSResulItemDesc {
    display: block;
    font-size: 14px;
    text-align: left;
    margin-top: 5px;
    font-weight: bold;
}

.SSResultsItemItemCodeWrap {
    color: #24a563;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    display: block;
}

.SSResultsPrice {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #116bae;
    text-align: left;
}

#Header .ButtonAddCart {
    position: absolute;
    right: 10px;
    bottom: 10px;
}



/*******************************
         SUB NAVIGATION
********************************/

#SubHeaderWrapper {
    position: relative;
    bottom: 82px;
}

#SubHeader {
    margin: 0 auto;
    max-width: 1800px;
    list-style: none;
    padding: 0px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

    #SubHeader > li {
        display: inline-block;
        vertical-align: top;
        width: 20.59%;
        text-align: center;
        position: relative;
        box-sizing: border-box;
        transition: background .2s ease-in;
        padding-bottom: 2px;
    }

        #SubHeader > li:hover > a {
            color: #24a563;
        }

        #SubHeader > li > a {
            line-height: 50px;
            transition: all .3s ease-in;
            font-weight: bold;
        }


#NavSpacer {
    width: 110px !important;
    height: 52px;
}


/***********SUB HEADER DROP DOWN***********/

.DropdownLvl2 {
    display: none;
}

.Dropdown:hover .DropdownLvl2 {
    display: block;
    position: absolute;
    left: -2px;
    z-index: 99999;
    width: 100%;
}


.DropdownLvl2 li {
    list-style-type: none;
    margin: 0px;
    padding: 3px 0px 3px 10px;
    position: relative;
    text-align: left;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    font-size: 13px;
    cursor: pointer;
    line-height: 30px;
    background-color: #fcfcfc;
}

    .DropdownLvl2 li a {
        display: block;
        width: 100%;
    }

.DropdownLvl2 {
    margin: 0px;
    padding: 0px;
    margin-left: 1px;
}

    .DropdownLvl2 li:hover {
        background-color: #f4f4f6;
        top: 0px;
        text-decoration: none;
    }

        .DropdownLvl2 li:hover a {
            color: #116bae;
            text-decoration: none;
        }


    .DropdownLvl2 li:last-of-type {
        border-bottom: 1px solid #000000;
    }

.DesktopOnlyContact {
    border-right: none !important;
}

#ContactLink {
    border-right: none !important;
}

/**** PRODUCTS DROP DOWN ****/

#ProductsLink {
    position: relative;
    border-left: none !important;
}

#ProductsLink, #AboutLink, #Services {
    width: 15% !important;
}

#HeaderProducts {
    display: none;
    position: relative;
    background-color: #fcfcfc;
    text-align: left;
    color: #000;
    border: 1px solid black;
    border-top: none;
    font-size: 12px;
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 250px;
    z-index: 55555;
    position: absolute;
    top: 42px;
    left: 0px;
}

#ProductsLink:hover #HeaderProducts {
    display: block;
}

#HeaderProducts li {
    padding-left: 5px;
}

#HeaderProducts > li > a {
    line-height: 22px;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
    background-image: none;
    font-size: 13px;
}

#HeaderProducts > li:last-child > a {
    border-bottom: none;
}

#HeaderProducts li:hover .ProductsSub1 {
    display: block;
}

.ProductsSub1 {
    display: none;
    position: absolute;
    z-index: 9999999;
    top: 0px;
    left: 250px;
    background-color: white;
    border: 9px solid #f4f4f6;
    width: 530px;
    list-style: none;
    margin: 0px;
    text-align: left;
    padding: 0px;
    height: 532px;
}

    .ProductsSub1 li {
        display: inline-block;
        width: 200px;
        padding: 5px;
        border-right: 1px dotted #CCC;
        border-bottom: 1px dotted #CCC;
        height: 281px;
        vertical-align: top;
        position: relative;
        color: #000;
    }

li.Promo2x {
    width: 350px;
    border-right: none;
    border-bottom: none;
}

li.Promo3x {
    width: 525px;
    border-right: none;
    border-bottom: none;
}

li.Promo4x {
    width: 805px;
    border-right: none;
    border-bottom: none;
}

.ProductsSub1 li:nth-child(4n) {
    border-right: none;
}

.ProductsSub1 a {
    display: inline-block;
    padding: 15px 30px;
    line-height: 12px !important;
    width: 36%;
    vertical-align: top;
}

    .ProductsSub1 a:hover {
        text-decoration: underline;
    }

#SubHeader > li > a:hover {
    text-decoration: none !important;
}

#SubHeader > li:hover > a {
    text-decoration: none !important;
}

.Sub1Title {
    display: block;
    line-height: 15px;
    font-size: 13px;
}

    .Sub1Title > a {
        text-align: center;
        margin-top: 10px;
        padding-bottom: 5px;
    }

#HeaderProducts > li > a:hover, #HeaderProducts > li > a.active {
    background: #f4f4f6;
}

.ProductsSub1 > li > a:hover {
    text-decoration: underline !important;
}

a.viewAll {
    position: absolute;
    bottom: 0px;
    font-weight: normal;
    font-style: italic;
    color: #A60000;
    font-size: 10px;
}

#ShopNavAdmin a {
    background: Red !important;
    color: white !important;
}


/* NEW PRODUCT SWIPER */


#ProductsLink:hover #Products, #ProductsLink:hover #P1Wrap {
    min-height: 295px;
    height: 295px !important;
    overflow-y: visible;
    box-shadow: 0px 5px 20px 0px black;
}

#P1Wrap {
    max-width: 1800px;
    position: absolute;
    height: 0px;
    overflow-y: hidden;
}

div#Products {
    position: absolute;
    z-index: 9999;
    background: white;
}

    div#Products .CatWrapper >
    a {
        color: black !important;
        font-size: 12px;
        outline: none !important;
    }

        div#Products .CatWrapper > a:hover {
            outline: none !important;
        }

    div#Products .slick-track {
        min-height: 280px;
        margin: 0 auto;
    }

    div#Products .CatWrapper {
        min-height: 295px;
        outline: none !important;
    }


span.SeeAll a {
    line-height: 15px !important;
    color: #013983 !important;
    font-weight: bold;
}

.CatWrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-left: 20px;
}

.CatWrapper > ul li a {
    color: black !important;
    line-height: 11px !important;
    font-size: 11px !important;
}

span.SeeAll {
    font-size: 11px;
    font-style: italic;
    text-align: left;
    display: block;
    line-height: 11px !important;
    margin-left: 20px;
}

.ViewAllCats {
    text-align: center;
    padding: 15px 10px;
}

    .ViewAllCats a {
        color: #000000;
        font-weight: bold;
        background: white;
        padding: 5px;
        border: 1px solid black;
    }

        .ViewAllCats a:hover {
            TEXT-DECORATION: none;
        }

.ProductsSub1Wrap {
    display: inline-block;
    width: 100%;
    height: 95%;
    margin-top: 15px;
    /*border-right: 1px solid #D6D6D5;*/
    margin-bottom: 15px;
    box-sizing: border-box;
}

.ProductsSub2Wrap {
    width: 30%;
    height: 95%;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    box-sizing: border-box;
    display: none;
}

.Sub1Title:hover {
    color: #116bae;
    text-decoration: none !important;
    cursor: pointer;
}

.ProductsSub1Wrap a:hover {
    text-decoration: none;
}

a.active {
    background: #fff;
    color: #116bae !important;
}

.ProductsSub2Wrap a {
    padding: 0px;
    color: #013983;
    text-decoration: underline;
}

.fixed {
    position: fixed !important;
    top: 20px !important;
    right: 51px !important;
}

.PromoWrap {
    text-decoration: none;
    line-height: 17px !important;
    color: #676767 !important;
}

    .PromoWrap:hover {
        text-decoration: none;
    }

.PromoLink {
    text-decoration: underline !important;
}

.PromoWrap img {
    max-height: 120px;
    max-width: 220px;
    display: block;
    margin: 0 auto;
}

.PromoWrap h3 {
    color: #Af0837;
}

.ItemWrap {
    height: 100px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
    box-shadow: inset 0px 0px 8px -1px black;
    position: relative;
    color: #25324c;
    font-size: 12px;
    text-align: left;
}

.InfoWrap {
    line-height: 15px;
}

.ItemImageWrap {
    width: 80px !important;
    height: 80px;
    float: left;
    padding: 0px 10px;
}

    .ItemImageWrap img {
        max-width: 80px;
        max-height: 80px;
    }


#HeaderLogOut {
    display: inline-block;
    border-right: 1px solid white;
    padding-right: 12px;
    margin-right: 7px;
    padding: 3px 16px 3px 4px;
    float: left;
}

    #HeaderLogOut svg {
        font-size: 18px;
        margin-right: 3px;
    }

#CartBox {
    display: inline-block;
    border-right: 1px solid white;
    padding-right: 12px;
    margin-right: 7px;
    padding: 3px 16px 3px 4px;
    float: left;
}

.ItemQtyWrap {
    position: absolute;
    right: 10px;
    top: 65px;
}

.ItemExtPriceWrap {
    position: absolute;
    right: 10px;
    top: 83px;
}

.ItemCodeWrap a {
    display: inline-block !important;
}

#MiniShoppingCartView_EditCartLink {
    width: 100%;
}

#MiniShoppingCartView_ItemCodeLink {
    color: #000;
}


/*** GENERAL RESPONSIVE STYLES ***/
@media screen and (max-width: 1460px) {
    #BrandsLink {
        width: 12% !important;
    }
}

@media screen and (max-width: 1000px) {
    #ResourcesLink {
        width: 14% !important;
    }

    #HeaderLogOut {
        display: none !important;
    }
}

@media screen and (max-width: 880px) {
    #IndustriesLink {
        width: 13% !important;
    }
}
