#HeaderWrapper {
    width: 100%;
    position: fixed;
    z-index: 9999999;
    background: #f6f4f2; /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-bottom: 2px solid #012862;
}

#Header {
    max-width: 1800px;
    margin: 0 auto;
    position: relative;
    height: 60px;
}

/***************************
       WELCOME BANNER
 ***************************/
#WelcomeWrapper {
    width: 100%;
    background-color: #0165a0;
    padding: 1px 0px;
    display: block !important;
    text-align: right;
}

#WelcomeWrap {
    max-width: 1800px;
    margin: 0 auto;
    height: 30px;
    padding: 0px 10px;
    box-sizing: border-box;
}

#LoggedInWrap {
    display: inline-block;
    font-size: 14px;
    color: #17406d;
}

#LoggedInInfo {
    display: inline-block;
}

#TopLinks {
    float: right;
    position: relative;
}

#HeaderPromotions {
    border-right: 1px solid #17406d;
    padding-right: 10px;
    margin-right: 2px;
    color: #17406d;
    font-weight: bold;
    transition: .2s ease-in color;
    line-height: 30px;
}

    #HeaderPromotions:hover {
        text-decoration: none !important;
        color: #0165a0;
    }

#HeaderWelcomeBack {
    max-width: 1800px;
    margin: 0 auto;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 5px 0px 5px 10px;
    font-weight: 200;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-right: 20px;
}

    #HeaderWelcomeBack span {
        font-weight: normal;
    }


/***************************
        COMPANY LOGO
 ***************************/

#HeaderLogoWrapper {
    left: 10px;
    top: 5px;
    position: absolute;
    z-index: 9;
    display: inline-block;
}

    #HeaderLogoWrapper a {
        display: block;
        text-decoration: none !important;
    }

#HeaderLogo {
    vertical-align: middle;
    display: inline-block;
    max-height: 50px;
}

#HeaderTextLogo {
    vertical-align: middle;
    display: inline-block;
    max-width: 235px;
}

#HeaderLogoWrapper {
    max-width: 279px;
}

#HeaderTextLogo {
    width: 82%;
}

.HeaderNavigation {
    padding: 0px 10px 0px 10px !important;
}



@media screen and (max-width: 1055px) {
    #HeaderGroup, #HeaderAbout {
        display: none !important;
    }

    @media screen and (max-width: 905px) {
        .HeaderNavigation > a {
            font-size: 16px !important;
        }

        #SearchTextInput {
            width: 200px !important;
        }

        .ProductsSub1 {
            display: none !important;
        }

        @media screen and (max-width: 830px) {
            #QuickOrderPad {
                display: none !important;
            }

            #MainNavigation li {
                padding: 0px 5px !important;
            }

            #SearchForm {
                margin-left: 5px !important;
            }
        }
    }
}



/***************************
       TOP NAVIGATION
 ***************************/
#TopNavigationWrapper {
    float: right;
    position: relative;
    top: 18px;
    text-align: right;
    font-weight: bold;
    z-index: 99999;
    margin-right: 5px;
}

#HeaderContactWrap {
    display: inline-block;
    line-height: 35px;
    margin-right: 2px;
}


    #HeaderContactWrap i,
    #HeaderContactWrap svg {
        color: #e74c3c;
        font-size: 24px;
        width: 27px;
        vertical-align: middle;
    }

    #HeaderContactWrap span {
        vertical-align: middle;
    }

    #HeaderContactWrap a {
        border-right: 1px solid black;
        padding-right: 12px;
        margin-right: 12px;
        transition: .2s ease-in all;
        font-size: 22px;
        font-weight: 300;
        vertical-align: middle;
        height: 30px;
    }

        #HeaderContactWrap a:hover {
            text-decoration: none !important;
            color: #e74c3c;
        }

#HeaderContact {
    display: inline-block;
    padding-left: 10px;
    margin-top: 5px;
}

    #HeaderContact img {
        width: 24px;
        vertical-align: middle;
    }

#TopNavigation {
    background: #214293;
    display: inline-block;
    border-radius: 10px;
    float: right;
}

    #TopNavigation i {
        margin: 0px 5px;
        font-size: 17px;
        transition: .3s ease-in color;
    }

#HeaderSignOut {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    transition: .3s ease-in color;
    text-align: left;
    border-left: 1px solid #ffffff;
    margin-top: 5px;
    padding: 0px 10px;
    border-right: 1px solid #ffffff;
}

#HeaderSignIn {
    display: inline-block;
    padding: 0px 0px 0px 10px;
    vertical-align: top;
    margin-left: 5px;
    line-height: 20px;
    margin-top: 5px;
    border-right: 1px solid #fff;
    padding-right: 10px;
}

    #HeaderSignOut a, #HeaderSignIn a,
    #HeaderLogout a, #HeaderContact a {
        color: #ffffff;
        font-size: 14px;
        transition: .2s ease-in color;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
    }

        #HeaderSignOut a:hover, #HeaderSignIn a:hover, #HeaderLogout a:hover {
            text-decoration: none !important;
            color: #bbbbbb;
        }

    #HeaderSignOut i, #HeaderSignIn i, #HeaderSignOut svg, #HeaderSignIn svg {
        font-size: 13px;
    }

#HeaderLogout {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    transition: .3s ease-in color;
    padding-left: 4px;
    border-right: 1px solid #17406d;
    padding-right: 10px;
}

#AccountInfo {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
    padding: 0px 10px 0px 0px;
    line-height: 30px;
}

    #AccountInfo i, #AccountInfo svg {
        margin: 0px 3px;
    }

#HeaderSocialMedia {
    display: inline-block;
    color: #828080;
    font-size: 17px;
    line-height: 30px;
    cursor: default;
    float: left;
}

    #HeaderSocialMedia a {
        color: #ffffff;
        padding-right: 5px;
    }

        #HeaderSocialMedia a:hover {
            color: #bbbbbb;
        }

    #HeaderSocialMedia i {
        margin: 0px 5px;
        cursor: pointer;
        transition: .3s ease-in all;
    }

#CartBox {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    font-size: 18px;
    font-weight: normal;
    text-align: right;
    transition: .2s ease-in color;
    color: #012862;
}

    #CartBox:hover {
        text-decoration: none !important;
    }

    #CartBox i, #CartBox svg {
        font-size: 20px;
        margin: 0px 5px;
    }

.ItemCount {
    transition: .3s ease-in color;
    color: #012862;
    position: relative;
    bottom: 2px;
    font-weight: bold;
    font-size: 16px;
}

.CartText {
    color: black;
    font-size: 22px;
    font-weight: 300;
    transition: .3s ease-in all;
}


/***************************
      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 #3c3c3c;
    padding: 10px;
    box-shadow: 0px 0px 3px -1px #062a40;
}

#SignInBG {
    position: fixed;
    width: 100%;
    background-color: black;
    z-index: 9999999;
    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;
}

.LoginInput {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}

    .LoginInput svg,
    .LoginInput i {
        font-size: 22px;
        color: #3c3c3c;
    }

    .LoginInput input {
        border: 1px solid #fff;
        border-bottom: 1px solid #000;
        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: #272727;
        font-weight: normal;
    }

#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: #272727;
        font-size: 14px;
        font-weight: normal;
        - top: 4px;
    }


/***************************
    MY ACCOUNT + DROPDOWN
 ***************************/

#HeaderMyAccount {
    z-index: 99999999;
    cursor: pointer;
}

#HeaderMyAccount {
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    margin-left: 0px;
    font-size: 12px;
    z-index: 999999;
    width: 75px;
    padding: 0px 5px;
    border-right: 2px solid #a9a7a7;
    border-left: 2px solid #a9a7a7;
}

#MyAccountWrapper {
    transition-duration: 0.3s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    #MyAccountWrapper a {
        color: #fff;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
    }

#HeaderMyAccount:hover #MyAccountWrapper {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

#MyAccountWrapper a:hover {
    text-decoration: none;
    color: #bbbbbb;
}

#MyAccountDropdown {
    display: none;
    z-index: 999999999 !important;
    position: absolute;
    left: 0px;
    right: 82px;
    font-size: 13px;
    height: auto;
    width: 160px;
    text-align: right;
    padding-top: 5px;
}

    #MyAccountDropdown::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #252323;
        position: absolute;
        top: 10px;
        right: 31px;
        margin: auto;
        display: none;
    }

    #MyAccountDropdown ul {
        margin: 0px;
        padding: 0px;
        border: 2px solid #c5c3c3;
        border-top: none;
        background-color: #ffffff;
        width: 100%;
        text-align: left;
        float: right;
        box-shadow: 0px 4px 11px -3px #989898;
    }


        #MyAccountDropdown ul > li {
            list-style-type: none;
            border-bottom: 2px solid #c5c3c3;
            margin: 0px;
            background-color: #ffffff;
            width: 100%;
        }

            #MyAccountDropdown ul > li:last-child {
                border-bottom: none;
            }


    #MyAccountDropdown li:hover {
        background-color: gainsboro;
    }

    #MyAccountDropdown li a:hover {
        color: black !important;
        text-decoration: none;
        height: 30px;
        line-height: 30px;
    }

    #MyAccountDropdown a,
    #MyAccountDropdown a:visited {
        color: black !important;
        display: block;
        padding-left: 10px;
        line-height: 30px;
        height: 30px;
        text-decoration: none;
        text-shadow: none !important;
    }

/***************************
     MINI SHOPPING CART
 ***************************/

#DivProcessingMessage {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    background-color: #fff;
    width: 300px;
    border-radius: 0px;
    top: 62px !important;
    left: auto !important;
    right: 0px;
}

#ProcessingMessageDots {
    height: 10px;
    display: inline-block;
    width: 35px;
    text-align: left;
}

#MiniCart {
    display: block;
    line-height: 22px;
    width: 300px;
    text-align: center;
    font-size: 11px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    height: auto;
    border-radius: 0px;
    padding-top: 15px;
    top: 47px !important;
    right: 0px !important;
    left: auto !important;
    height: auto !important;
}

#MiniShoppingCartView_MainTable {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border: 3px solid #0a3355;
    position: relative;
    text-align: center;
}

#MiniShoppingCartView_TitleRow {
    margin-bottom: 10px;
}

#MiniShoppingCartView_Title {
    color: #FFFFFF;
    padding-left: 5px;
    background-color: #525252;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    box-sizing: border-box;
}

#MiniShoppingCartView_close,
#MiniMessage br,
#MiniShoppingCartView_HeaderRow br {
    display: none;
}

#MiniShoppingCartView_DetailRow {
    max-height: 350px;
    overflow-y: scroll;
}

    #MiniShoppingCartView_DetailRow:-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    #MiniShoppingCartView_DetailRow:-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    #MiniShoppingCartView_DetailRow:-webkit-scrollbar-thumb {
        background-color: #919194;
        border: 2px solid #919194;
    }

#MiniShoppingCartView_SubTotal {
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 8px;
    margin-bottom: 8px;
    height: 30px;
    line-height: 30px;
}

.MiniCartSubtotalTitle {
    float: left;
}

.MiniCartSubtotalTotal {
    float: right;
}

.MiniCartProduct {
    padding: 15px 0px;
    background: white;
    display: block;
    width: 100%;
    color: #000;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
}

    .MiniCartProduct:nth-child(even) {
        background: whitesmoke;
    }

.MiniCartProductImage {
    margin-left: 10px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 60px;
}

    .MiniCartProductImage img {
        max-width: 60px;
        max-height: 60px;
    }

.MiniCartProductDetails {
    line-height: 15px;
    float: none !important;
    font-size: 13px;
}

.MiniCartProductItemDesc {
    text-align: left;
    padding-left: 10px;
}

#MiniShoppingCartView_ItemDescription,
#MiniShoppingCartView_ItemAvailability {
    font-size: 12px;
    color: #333333;
    text-align: left;
}

#MiniShoppingCartView_ItemQuantity {
    font-size: 11px;
    color: #333333;
    font-weight: bold;
    text-align: Center;
}

#MiniShoppingCartView_ItemAvailability
.ShoppingCart_Availability {
    color: #090;
}

#MiniShoppingCartView_ItemPrice {
    font-size: 12px;
    color: #090;
    font-weight: bold;
}

.MiniCartProductItemCode {
    text-align: left;
    padding: 0px 10px;
}

#MiniShoppingCartView_ItemCode a {
    background-image: none;
    border: 0 none;
    color: #03031B;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.MiniCartQtyPrice {
    padding: 0px 0px 0px 10px;
    text-align: left;
}

.MiniCartProductQty {
    display: inline-block;
}

.MiniCartQtyPrice svg {
    font-size: 8px;
    margin-left: 3px !important;
    margin-bottom: 1px;
}

.MiniCartProductPrice {
    display: inline-block;
    margin-left: 3px;
    color: #3d9820;
}

#MiniShoppingCartView_ViewCart {
    color: #000;
    margin: 5px 10px;
}

    #MiniShoppingCartView_ViewCart #MiniShoppingCartView_EditCartLink, #MiniShoppingCartView_CheckoutLink {
        color: #fff;
        margin-top: 5px;
        width: 100%;
        font-size: 14px;
    }

.MiniCartEmptyMessage {
    font-size: 14px;
    padding: 15px 0px;
}

/***************************
       MAIN NAVIGATION
 ***************************/

#MainNavigationWrapper {
    position: absolute;
    right: 10px;
    transition: .3s ease-in width;
    top: 0px;
    height: 60px;
}

#MainNavigation {
    margin: 0 auto;
    max-width: 1800px;
    list-style: none;
    padding: 0px;
    line-height: 59px;
}

    #MainNavigation > li {
        display: inline-block;
    }

.HeaderNavigation {
    display: inline-block;
    margin: 0px;
    vertical-align: top;
    text-align: center;
    position: relative;
    font-size: 17px;
    box-sizing: border-box;
    padding: 0px 18px 0px 18px;
}


    .HeaderNavigation:hover > a,
    .HeaderNavigation > a:hover {
        text-decoration: none;
        color: #0165a0;
    }

    .HeaderNavigation > a,
    .HeaderNavigation span,
    .HeaderNavigation {
        text-decoration: none;
        font-size: 18px;
        color: #012862;
        transition: .2s ease-in color;
        vertical-align: top;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        line-height: 60px;
    }

        .HeaderNavigation:last-child > a {
            border-right: none;
        }

#HeaderShoppingCart {
    padding: 0px !important;
    display: inline-block;
    color: #012862;
}

#HeaderSearchNav {
    display: inline-block;
}


/******************************
     GROUPINGS DROP DOWN
 ******************************/

#GroupingsDropdownWrap {
    display: none;
    position: absolute;
    left: 0px;
    z-index: 99999;
    width: 500px;
    top: 60px;
    background-color: #fff;
    border: 2px solid #0165a0;
    padding: 10px 0px 10px 0px;
}

#HeaderGroup:hover #GroupingsDropdownWrap {
    display: block;
}

#GroupingsDropdown {
    padding: 0px;
}

.GroupImg {
    max-width: 100px;
    margin-right: 20px;
    padding: 10px 0px 10px 25px;
    height: 65px;
}

#GroupingsDropdown .Grouping {
    display: block;
    text-align: left;
    height: 85px;
    position: relative;
    box-sizing: border-box;
}

    #GroupingsDropdown .Grouping:hover {
        background-color: #eaeaea;
    }

        #GroupingsDropdown .Grouping:hover .arrow-right {
            display: block;
        }

#GroupingsDropdown > .Grouping > a {
    line-height: normal;
    font-size: 14px;
    text-decoration: none !important;
    width: 100%;
    display: block;
}

#GroupingsDropdown .Grouping span {
    line-height: normal;
    color: #0165a0 !important;
    padding-top: 10px;
    display: inline-block;
    line-height: 65px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto Regular', sans-serif;
}

.Grouping:hover .GroupSubHeaderDropdown {
    display: block;
}

.GroupSubHeaderDropdown {
    display: none;
    position: absolute;
    left: 320px;
    top: 0px;
    padding-left: 20px;
    width: 160px;
    padding-top: 60px;
    z-index: 9999;
    height: 195px;
    background-color: #fff;
}

#GroupSubHeaderDropdown2 {
    top: -85px;
}

#GroupSubHeaderDropdown3 {
    top: -170px;
}

#GroupSubHeaderDropdown4 {
    top: -245px;
}

.GroupSubHeaderDropdown > li {
    list-style-type: none;
}

    .GroupSubHeaderDropdown > li > a {
        font-size: 14px;
        line-height: 20px;
        display: block;
    }

    .GroupSubHeaderDropdown > li:hover > a {
        text-decoration: underline;
    }

.arrow-right {
    display: none;
    width: 0px;
    height: 0px;
    border-top: 43px solid #fff;
    border-bottom: 43px solid #fff;
    border-left: 35px solid #eaeaea;
    position: absolute;
    left: 300px;
    top: -1px;
    z-index: 999999;
}


#arrows-examples div {
    margin: 0 0 15px 0;
}

/****************************
    DEALERS DROP DOWN
*****************************/

#DealerDropDown {
    display: none;
    position: absolute;
    left: 0px;
    z-index: 99999;
    width: 330px;
    top: 60px;
    background-color: #fff;
    border: 2px solid #0165a0;
    padding: 10px 0px 10px 0px;
}

#HeaderDealer:hover #DealerDropDown {
    display: block;
}

#DealerDropDown .Dealer {
    display: block;
    text-align: left;
    height: 65px;
    position: relative;
    box-sizing: border-box;
}

    #DealerDropDown .Dealer:hover {
        background-color: #eaeaea;
    }

#DealerDropDown > .Dealer > a {
    line-height: normal;
    font-size: 14px;
    text-decoration: none !important;
    width: 100%;
    display: block;
}

.DealerImgWrap {
    height: 65px;
    width: 100px;
    margin-right: 20px;
    position: relative;
    float: left;
    margin-left: 10px;
}

.DealerImg {
    max-width: 100px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

#DealerDropDown .Dealer span {
    color: #0165a0 !important;
    display: inline-block;
    line-height: 65px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto Regular', sans-serif;
}

/******************************
    MAIN NAVIGATION DROPDOWNS
 ******************************/
.HeaderNavigation:hover .HeaderDropdown {
    display: block;
}

#HeaderAbout .HeaderDropdown {
    left: auto;
    right: 0px;
}

.HeaderDropdown {
    display: none;
    margin: 0px;
    padding: 0px;
    border: 3px solid #0165a0;
    border-top: none;
    position: absolute;
    left: 0px;
    z-index: 99999;
    width: 235px;
    top: 60px;
}

    .HeaderDropdown > li {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        position: relative;
        text-align: left;
        font-size: 13px;
        cursor: pointer;
        line-height: 30px;
        background-color: #FFF;
        color: black;
        display: block !important;
    }

    .HeaderDropdown li:hover {
        background: #f4f4f6;
    }

    .HeaderDropdown > li:hover > a,
    .SubHeaderDropdown > li:hover > a {
        color: #fff;
    }

.SubHeaderDropdown li {
    width: 100%;
    list-style-type: none;
    color: #065590 !important;
    padding: 7px 0px 7px 10px;
    font-family: 'Roboto Regular', sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    font-size: 14px;
    line-height: normal;
}

.HeaderDropdown > li > a,
.SubHeader2Dropdown > li > a {
    display: block;
    font-size: 14px;
    color: #065590 !important;
    padding: 7px 0px 7px 10px;
    line-height: normal;
    width: 100%;
    box-sizing: border-box;
}

.SubHeaderDropdown > li > a {
    display: block;
    font-size: 14px;
    color: #065590 !important;
    line-height: normal;
    width: 100%;
    box-sizing: border-box;
}

    .HeaderDropdown > li > a:hover,
    .SubHeaderDropdown > li > a:hover,
    .SubHeader2Dropdown > li > a:hover {
        text-decoration: none;
        color: white;
        border: none;
        display: inline-block;
        list-style-type: none;
    }

.HeaderNavigation li:hover .SubHeaderDropdown {
    display: block;
    position: absolute;
    left: 235px;
    z-index: 99999;
    width: 235px;
    top: 0px;
    background-color: #fff;
    display: inline-block;
}

.SubHeaderDropdown li:hover .SubHeader2Dropdown {
    display: block;
    position: absolute;
    left: 235px;
    z-index: 99999;
    width: 235px;
    top: 0px;
    background-color: #ebebeb;
    display: inline-block;
}

.SubHeaderDropdown,
.SubHeader2Dropdown {
    display: none;
    margin: 0px;
    padding: 0px;
    border: 3px solid #0165a0;
    ;
    border-top: none;
}

/***************************
        SEARCH ENGINE
 ***************************/
#MainSearchWrapper {
    position: absolute;
    right: 0px;
    top: 60px;
    width: 33%;
    z-index: 99;
    text-align: right;
    margin-right: 5px;
    width: 100%;
}

#MobileNavigationWrapper, #MobileMenu {
    display: none;
}

#SearchForm {
    z-index: 9;
    border-top: 0px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    margin: 0px !important;
    margin-left: 10px;
}

    #SearchForm.Show {
        display: block !important;
    }

#SearchTextInput {
    font-size: 13px;
    border: 1px solid #012862;
    width: 250px;
    vertical-align: top;
    font-style: italic;
    box-sizing: border-box;
    padding: 0px 0px 0px 5px;
    height: 30px;
    box-sizing: border-box;
}

#SearchButtonWrapper {
    display: inline-block;
    width: 35px;
    display: inline-block;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in;
    text-align: center;
    position: relative;
    top: 3px;
}

#SearchButton {
    border: none;
    font-size: 20px;
    color: #012862;
    background-color: transparent;
    cursor: pointer;
}

    #SearchButton i,
    #SearchButton svg,
    #SearchButton {
        transition: .2s ease-in color;
    }

        #SearchButton i,
        #SearchButton svg {
            font-size: 20px;
        }

        #SearchButton:hover i,
        #SearchButton:hover svg {
            color: #0165a0;
        }


#SearchButtonShow {
    width: 39px;
    display: inline-block;
    cursor: pointer;
    transition: all .3s ease-in;
    text-align: center;
    color: #828080;
    border-right: 1px solid white;
    color: white;
}

    #SearchButtonShow i, #SearchButtonShow svg {
        line-height: 41px;
        font-size: 18px;
    }

    #SearchButtonShow.SearchShow {
        color: #0165a0;
    }

#QuickOrderPad {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    bottom: 2px;
}

    #QuickOrderPad svg,
    #QuickOrderPad i {
        font-size: 21px;
        vertical-align: middle;
        color: #012862;
        transition: .2s ease-in color;
    }

/**** PRODUCTS DROP DOWN ****/

#ShopCatalog,
#ShopSpecials,
#ShopByBrand {
    background-color: #0165a0;
}

#HeaderProducts #ShopSpecials a,
#HeaderProducts #ShopByBrand a,
#HeaderProducts #ShopCatalog a {
    color: #fff !important;
}

    #HeaderProducts #ShopSpecials a:hover,
    #HeaderProducts #ShopByBrand a:hover,
    #HeaderProducts #ShopCatalog a:hover {
        color: #fff !important;
        background-color: #0f2763 !important;
    }

#HeaderProducts > #ShopSpecials:hover,
#HeaderProducts > #ShopByBrand:hover,
#HeaderProducts > #ShopCatalog:hover {
    background-color: #0f2763 !important;
}

#HeaderProducts {
    display: none;
    position: relative;
    background-color: white;
    text-align: left;
    color: #000;
    border: 3px solid #0165a0;
    font-size: 12px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 295px;
    z-index: 5555;
    position: absolute;
    top: 60px;
    left: 0px;
    border-top: none;
}

#HeaderShop:hover #HeaderProducts {
    display: block;
}

#HeaderProducts li {
    padding-left: 5px;
    display: block;
}

#HeaderProducts > li > a {
    line-height: 22px;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    background-image: none;
    font-size: 14px;
    color: #065590 !important;
}

#HeaderProducts > li:last-child > a {
    border-bottom: none;
}

#HeaderProducts li:hover .ProductsSub1 {
    display: block;
}

.ProductsSub1 {
    display: none;
    position: absolute;
    z-index: 999999;
    top: 0px;
    left: 295px;
    background-color: white;
    border: 9px solid #dedede;
    width: 509px;
    list-style: none;
    margin: 0px;
    text-align: left;
    padding: 0px;
    height: 586px;
}

    .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: block;
    padding: 10px 30px;
    line-height: 10px !important;
}

    .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: 17px;
}

    .Sub1Title > a {
        text-align: center;
        margin-top: 10px;
        padding-bottom: 5px;
    }

ul#HeaderProducts > li > a:hover {
    background-color: #f4f4f6;
    font-weight: bold;
}

.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;
}



/* 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-list.draggable {
        height: 100%;
        min-height: 280px;
        padding: 0px !IMPORTANT;
        padding-left: 20px !important;
    }

    div#Products ul.slick-dots {
        display: none !important;
    }

    div#Products .slick-track {
        min-height: 280px;
        margin: 0 auto;
    }

    div#Products .CatWrapper {
        min-height: 295px;
        outline: none !important;
    }

    div#Products .slick-list.draggable {
        height: 100%;
        min-height: 280px;
    }

.CatImageHolder {
    width: 150px;
    margin: 5px;
}

    .CatImageHolder img {
        width: 75%;
        margin: 0 auto;
    }


.CatWrapper.slick-slide ul li {
    margin-bottom: 5px;
}

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: 0px 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: 51%;
    height: 95%;
    margin-top: 15px;
    border-right: 1px solid #D6D6D5;
    margin-bottom: 15px;
}

.ProductsSub2Wrap {
    width: 44%;
    height: 95%;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.Sub1Title:hover {
    color: #013983;
    text-decoration: none !important;
    font-weight: bold;
    cursor: pointer;
}

.ProductsSub1Wrap a:hover {
    text-decoration: none;
}

a.active {
    background: #fff;
    color: #013983 !important;
    font-weight: bold;
}

.ProductsSub2Wrap a {
    padding: 0px;
    color: #013983;
    text-decoration: underline;
}

.fixed {
    position: fixed !important;
    top: 20px !important;
    right: 51px !important;
}

a.PromoWrap {
    text-decoration: none;
    line-height: 17px !important;
    color: #676767 !important;
}

    a.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;
}

@media screen and (max-width: 1175px) {
    #HeaderAbout {
        display: none !important;
    }

    .HeaderNavigation > a,
    .HeaderNavigation span,
    .HeaderNavigation {
        font-size: 16px;
    }
}

@media screen and (max-width: 955px) {
    #HeaderTextLogo {
        display: none;
    }

    #HeaderGroup {
        display: inline-block !important;
    }
}

@media screen and (max-width: 1315px) {

    .ProductsSub1 {
        width: 315px;
    }

    .ProductsSub1Wrap {
        border-right: 0px;
        width: 100%;
    }

    .ProductsSub2Wrap {
        display: none !important;
    }
}
