/*Common*/
body{
    background-color:#222;
    margin:0;
    line-height:normal;
}
ul{
    padding:0;
}
.ShellMain {
    background-color: #FFF;
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 90%);
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 90%);
}
.ShellMainContent {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    padding: 20px 5px;
    min-height: 400px;
    background: #f2f2f3 url(/static/images/bodybg.jpg) repeat;
}
.Center {
    max-width: 1500px;
    margin: 0 auto;
}
.site-header .Center{
    max-width:1600px;
    width:100%;
}
/*Header*/
/* MAIN NAV */
ul#primary-menu li {
    text-transform: uppercase;
}

    ul#primary-menu li.current-menu-item a {
        color: #d28412;
    }

    ul#primary-menu li.current-menu-item li a {
        color: #B5B0B0;
    }

        ul#primary-menu li.current-menu-item li a:hover {
            color: #d28412;
        }

    ul#primary-menu li a {
        color: #B5B0B0;
        padding: 15px 18px;
        font-size: 18px;
    }

footer.entry-footer {
    display: none;
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    flex: 1;
    width: auto;
}

    .main-navigation ul {
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

        .main-navigation ul ul {
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            float: left;
            position: absolute;
            top: 100%;
            left: -999em;
            z-index: 99999;
        }

            .main-navigation ul ul ul {
                left: -999em;
                top: 0;
            }

            .main-navigation ul ul li:hover > ul,
            .main-navigation ul ul li.focus > ul {
                left: 100%;
            }

            .main-navigation ul ul a {
                width: 200px;
            }

        .main-navigation ul li:hover > ul,
        .main-navigation ul li.focus > ul {
            left: auto;
        }

    .main-navigation li {
        float: left;
        position: relative;
    }

    .main-navigation a {
        display: block;
        text-decoration: none;
    }
.headerbuttons .buttoncenter {
    display: flex;
    align-items: center;
    position:relative;
}
.headerbuttons .button {
    margin: 0 10px;
}


.headerbuttons .button {
    position: relative;
    color: #d28412;
    font-size: 18px;
    margin-right:10px;
    display: flex;
    align-items: center;
    margin-top:10px;
}
    .headerbuttons .button a {
        color: #d28412;
        font-weight: bold;
        text-transform: uppercase;
        text-align: left;
        text-decoration: none;
    }
.button .buttonborder {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 3px solid #d28412;
    border-right: 0;
}
.headerbuttons .buttontext {
    padding: 15px;
}
.buttontext i, .slidecontent .buttontext i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -8px;
    display: flex;
    align-items: center;
    left: auto;
}
    .headerbuttons .button a.phone {
        color: #fff;
        font-size: 21px;
        width:300px;
    }
.headerbuttons {
    float: right;
    display: block !important;
    position: relative;
    right: 10px;
    margin-top: 20px;
}
.DropDown.Small ul.topnav {
   
    margin-top: 10px;
}
.StoreNav {
    text-align: right;
}
    .StoreNav ul {
        margin: 0;
        padding: 0 5px 10px;
    }
    .StoreNav ul li{
        display:inline-block;
        padding-left:10px;
    }
        .StoreNav ul li a{
            color:#FFF;
            font-weight:bold;
            text-transform:uppercase;
        }
        .StoreNav ul li a:hover {
            text-decoration:none;
        }
            .StoreNav ul li a i{
            color:#c68224;
        }
            .StoreNav .ShellSearch {
        margin-right: 12px;
    }
.DropDown.Large {
    float: left;
    text-align:center;
    margin-top:25px;
}
    .DropDown.Large nav{
        display:inline-block;
    }
    ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
        max-width: 350px;
    }

/*.headerbuttons .ShellSearch .SearchControls {
    width: 250px;
    background-color: #FFF;
    display: inline-block;
    position: relative
}

.headerbuttons .ShellSearch input.SearchTextBox {
    float: left;
    height: 30px;
    clear: right;
    width: 100%;
    margin-right: 0;
    border: none;
    display: inline-block;
    color: #000;
    padding-left: 2px;
}

.headerbuttons .ShellSearch input#search::placeholder {
    text-transform: unset !important;
    color: #4c4c4c;
    font-style: normal;
    font-size: 14px;
    margin-right: 10px;
}

input#HeaderSearchButton, span.CartItemCount {
    display: none !important;
}

.headerbuttons .SearchControls .SearchButton {
    height: 26px;
    min-width: 20px;
    max-width: 40px;
    float: right;
    clear: right;
    display: table;
    width: 30px;
    color: #CCC;
    margin: -30px 0px 0px 0px;
    z-index: 2;
    position: relative;
    background-color: #cc8323;
}

.SearchControls .SearchButton:hover {
    cursor: pointer;
    opacity: .6
}

.SearchControls .SearchButton img {
    width: 100%;
    max-width: 20px
}*/
/*#region Search Button */
header .ShellSearch {
    float: left;
    max-width: 420px;
    width: 100%;
}

li.LiForSearch {
    position: relative;
    width: 35px;
}

header .ShellSearch .ShellAbsalutSearch {
    /*position: absolute;
    right: 0;
    width: 323px;
    text-align: right;
    margin-right: 0px;
    top: 0px;*/
    margin-left: 60px;
    margin-top: 30px;
    text-align: right;
    margin-right: 0px;
}

@media only screen and (max-width : 1080px) {
header .ShellSearch {
        max-width: unset;
        width: unset;
    }

header .ShellSearch .ShellAbsalutSearch {
        margin-left: unset;
    }
}

@media screen and (max-width: 850px) {
    .ShellHeader .ShellSearch {
        display: none;
    }
}

.SearchWrapper .SearchButton {
    width: 40px;
    height: 40px;
    float: left;
    top: 0;
    right: 0;
    position: absolute;
}

    .SearchWrapper .SearchButton :hover {
        cursor: pointer;
    }

.ShellAbsalutSearch .SearchWrapper {
    clear: right;
    float: right;
    width: 100%;
}


.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 100%;
    height: 42px;
    background-color: #000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border: 3px solid #d28412;
    z-index: 2;
}

    .search-form .form-group input.form-control {
        padding-right: 20px;
        border: 0 none;
        background: transparent;
        box-shadow: none;
        display: block;
        margin-right: 15px;
        height:40px;
        color:#FFF;
    }
input.form-control.SearchTextBox.ui-autocomplete-input::placeholder {
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-style: normal;
    font-size:16px;
}

        .search-form .form-group input.form-control:-moz-placeholder {
            /* Firefox 18- */
            display: none;
        }

        .search-form .form-group input.form-control::-moz-placeholder {
            /* Firefox 19+ */
            display: none;
        }

        .search-form .form-group input.form-control:-ms-input-placeholder {
            display: none;
        }

.search-form .form-group:hover,
.search-form .form-group.hover, .search-form .form-group:focus-within {
    width: 100%;
}

    .search-form .form-group span.form-control-feedback {
        position: absolute;
        top: -1px;
        right: -2px;
        z-index: 2;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 34px;
        text-align: center;
        color: #FFF;
        background-color: #d28412;
        left: initial;
        font-size: 18px;
        padding-top: 2px;
    }

    .search-form .form-group:hover span.form-control-feedback {
        background-color: #d28412;
        color: #FFF;
    }

.social ul li a {
    padding: 3px 10px;
    display: block;
    margin: 2px 0;
}

.social li.Cart {
    border-right: 2px solid #FFF;
}

li.Cart img {
    max-width: 25px;
    margin-right: 5px;
    margin-top: -5px;
}

.LoggedOut .LoggedOut {
    display: none;
}

.LoggedIn header .LoggedIn {
    display: none;
}

    /* Small menu. */
/*    .menu-toggle,
    .main-navigation.toggled ul {
        display: block;
    }


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}*/
/* MASTHEAD */
#masthead {
    background: rgba(0,0,0,.84);
    margin: 0 auto;
    padding: 17px 17px 17px 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*top: 40px;*/
    z-index: 5;
    width: 100%;
    left: 0;
    right: 0;
    position:relative;
}

.site-branding {
    margin-right: 60px;
    display: block !important;
    float: left;
}

    .site-branding h1 {
        width: 80px;
        height: 101px;
        max-height: 101px;
        margin: 0;
    }

    .site-branding a {
        width: auto;
        height: auto;
    }

    .site-branding img {
        width: auto;
        max-height: 80px;
        margin: 0;
    }
/* MAIN NAV */
.DropDown.Large li {
    text-transform: uppercase;
    float:unset;
    display:inline-block;
}

.DropDown.Large li.current-menu-item a {
    color: #d28412;
}

.DropDown.Large li.current-menu-item li a {
    color: #B5B0B0;
}

    .DropDown.Large li a:hover, .DropDown.Large .Expanded>a{
        color: #d28412;
    }

.DropDown.Large li a {
    color: #B5B0B0;
    padding: 15px 10px;
    font-size: 18px;
}

footer.entry-footer {
    display: none;
}
.DropDown.Large li ul.subnav{
    margin-top:50px;
    background-color:#000;
    width:200px;
}
/*Footer*/
/* FOOTER */
.ShellFooter *, .ShellFooter *:before, .ShellFooter *:after {
    box-sizing: inherit;
}
#footerinfo {
    background: rgb(70, 70, 70);
    color: #fff;
    padding: 50px 0 75px;
}

.footerlogosocial {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 251px 40px auto 40px 251px;
    grid-template-columns: 251px auto 251px;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 96px;
}

    .footerlogosocial > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .footerlogosocial > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .footerlogosocial > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

.verticalbar {
    width: 2px;
    background: #c5c2c2;
    height: 80px;
}

.footerlogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-height: 101px;
    height: 100%;
}

.footerinfocolumns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-around;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    grid-gap: 40px;
    padding: 0 30px;
}

.socialheading h4 {
    font-weight: bold;
    color: #fff;
    margin: 0 0 5px;
}

.col1s.social-icons ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, 33px);
    grid-gap: 18px;
}

    .col1s.social-icons ul li a {
        width: 33px;
        height: 33px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        color: #fff;
        text-decoration: none;
    }

        .col1s.social-icons ul li a:hover {
            text-decoration: none;
            background: rgb(26, 26, 26);
        }

.facebook {
    background: #4d6aac;
}

.twitter {
    background: #50a3eb;
}

.linkedin {
    background: #2a6895;
}

.instagram {
    background: #e6006e;
}

.youtube {
    background: rgb(186, 0, 0);
}

.footerinfocolumns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-around;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    grid-gap: 40px;
    padding: 0 30px;
}

    .footerinfocolumns h3, .footerinfocolumns h4 {
        font-family: "Roboto", sans-serif;
    }

    .footerinfocolumns .item {
        max-width: 270px;
    }

.ftmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

    .ftmenu ul li:first-of-type {
        font-size: 18px;
        font-weight: 500;
    }

        .ftmenu ul li:first-of-type a {
            color: #fff;
        }

    .ftmenu ul li {
        margin-bottom: 0px;
    }

        .ftmenu ul li a {
            color: #BABABA;
            text-decoration: none;
        }

            .ftmenu ul li a:hover {
                color: #fff;
            }

.site-footer {
    background: rgb(24, 23, 25);
    padding: 17px 0 10px;
}

.site-info.copyright {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    font-size: 14px;
    color: #807E7E;
}

    .site-info.copyright a {
        color: #d28412;
        text-decoration: none;
    }

        .site-info.copyright a:hover {
            color: #d28412;
            text-decoration: underline;
        }

.footerinfocolumns {
    text-transform: uppercase;
}

    .footerinfocolumns h3 {
        margin: 0;
        font-size: 25px;
        font-weight: 500;
        color: #fff;
    }

    .footerinfocolumns h4 {
        margin: 0;
        font-size: 18px;
        font-weight: normal;
        color: #fff;
    }

    .footerinfocolumns p {
        margin: 0 0 24px;
    }

        .footerinfocolumns p:last-of-type {
            margin: 0;
        }

/*sidebar*/
.ShellSideBar {
    float: left;
    background-color: #FFF;
    margin-right: 10px;
    width: 20%;
    margin-top: 10px;
    min-height: 400px;
    box-shadow: 1px 1px 2px #ccc
}
    .ShellSideBar h2 {
        margin:0;
        padding: 15px 10px;
        font-weight: bold;
        color: #FFF;
        background-color: #464646;
    }
    .ShellSideBar .SideBarLinks {
        padding: 20px 0;
    }
    .ShellSideBar ul li {
        width: 100%;
        list-style:none;
    }

        .ShellSideBar ul li a {
            color: #000;
            padding: 5px 0;
            display: block;
            padding: 8px 15px;
            font-size: 16px;
        }

            .ShellSideBar ul li a:hover {
                color: #d28412;
            }

.SideBarLinks > ul > li > ul {
    display: none;
    position: absolute;
    left: 300px;
    background-color: #FFF;
    width: 300px;
    padding: 10px 0;
    top: 0;
    z-index: 1;
    box-shadow: 1px 1px 2px #ccc;

}
.SideBarLinks > ul > li > ul {
}
    .SideBarLinks > ul > li > ul > li {
        list-style: none;
    }
.SideBarLinks > ul {
    padding: 0;
}
    .SideBarLinks > ul > li {
        position: relative;
        list-style: none;
    }

        .SideBarLinks > ul > li.hassub::after {
            font-family: "FontAwesome";
            content: "\f105";
            padding: 0 3px;
            vertical-align: middle;
            font-size: 90%;
            opacity: .9;
            position: absolute;
            top: 10px;
            right: 5px;
        }

.SideBarLinks > ul > li:hover > ul {
    display: block;
}

.ShellStoreMainContent, div#ctl00_Store_content_Store_content, .Center > .Info {
    float: left;
    width: 79%;
    line-height: normal;
    padding-top: 10px;
}
.DropDown.Small .MenuButton{
    display:none !important;
}
.OnMobile.MobileMenu {
    display: none;
    padding: 15px 10px;
    color: #FFF;
    border-right: 1px solid #707070;
    font-weight: bold;
    font-size: 21px;
}
    .OnMobile.MobileMenu:hover{
        cursor:pointer;
    }
.SmallMobileMenu{
    display:none;
}
    .SmallMobileMenu ul{
        padding:0;
        margin-top:10px;
    }
    .SmallMobileMenu ul li {
        list-style: none;
        display: inline-block;
    }
        .SmallMobileMenu ul li:first-child{
            padding-left:15px;
        }
        .SmallMobileMenu ul li a {
            color: #d28412;
            padding: 10px 5px;
            font-size: 20px;
        }
.DropDown.Small ul.topnav>li> a {
    border-bottom: 1px solid #BABABA;
}
.DropDown.Small ul.topnav li {
    float: left;
    width: 100%;
    clear: both;
}
    .DropDown.Small ul.topnav li:first-child{
        border:none;
    }
    .DropDown.Small ul.topnav li > a {
        color: #FFF;
        font-size: 18px;
        padding: 15px 10px;
        font-weight:bold;
        text-transform:uppercase;
    }
    .DropDown.Small ul.topnav li.HasSubnav > a{
        width:100% !important;
    }
.DropDown.Small ul.topnav div.icon-menu {
    display: block;
    color: #FFF;
    position: absolute;
    right: 15px;
    top: 15px;
}

.icon-menu:before {
    content: "\f078";
    font: normal normal normal 16px/1 FontAwesome;
}
/*Custom Page*/
.FilterItems{
    display:inline-block;
    width:100%;
 }
 .FilterItems > div{
     width: 170px;
     float: left;
     margin-bottom: 10px;
     margin-right: 5px;
 }
 .FilterItems .btn{
     margin-top: 20px;
 }
@media screen and (max-width: 1100px) {
    /*Responsive*/
    @media screen and (max-width: 1124px) {
        .ShellStoreMainContent, div#ctl00_Store_content_Store_content, .Center > .Info {
            width: 100%
        }

        .ShellSideBar {
            display: none;
        }

        .OnMobile.MobileMenu {
            display: block;
        }

    }
}

    @media screen and (max-width: 1030px) {
        .headerbuttons {
            position:absolute;
        }
            .footerinfocolumns {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            max-width: 1280px;
            width: 100%;
            margin: 0 auto;
            font-size: 15px;
            grid-gap: 40px;
            padding: 0 30px;
        }

            .footerinfocolumns .item {
                min-width: 270px;
            }
    }

    @media screen and (max-width: 850px) {
        .ShellHeader .StoreNav, .headerbuttons .button, .headerbuttons .ShellSearch {
            display: none;
        }

        .ShellHeader .SmallMobileMenu {
            display: block;
        }
    }

    @media screen and (max-width: 767px) {
        #millcreek-menu {
            flex-direction: column;
        }

            #millcreek-menu li {
                width: auto;
                max-width: 100%;
            }

            #millcreek-menu .millcreekspreaders a, #millcreek-menu .rowmulchers a, #millcreek-menu .lancospreaders, #millcreek-menu .manufacturing {
                min-width: 100%;
                width: 100%;
                max-width: 100%;
            }

            #millcreek-menu li a {
                text-align: center;
                justify-content: center;
            }

        .site-info.copyright {
            flex-direction: column;
            text-align: center;
        }

        .ShellHeader .headerbuttons {
            margin-top: 10px;
        }

        .site-branding {
            margin-right: 0;
        }

            .site-branding img {
                max-height: 60px;
            }

            .site-branding h1 {
                height: unset;
                width: unset;
            }

        #masthead {
            padding: 17px 10px;
        }
    }

    @media screen and (max-width: 644px) {
        .footerlogosocial {
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
            -ms-grid-rows: auto 40px auto;
            grid-template-rows: auto auto;
            grid-gap: 40px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 96px;
        }

        .footerlogo {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            max-height: 101px;
            height: 100%;
        }

        .footerlogosocial > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .footerlogosocial > *:nth-child(2) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .verticalbar {
            display: none;
        }

        .col1s.social-icons {
            text-align: center;
            margin: 0 auto;
        }
    }

    @media screen and (max-width: 644px) {
        .social-icons {
            width: 100%;
            display: block;
        }

        .col1s.social-icons ul {
            justify-content: center;
        }

        .OnMobile.MobileMenu span.text {
            display: none;
        }
        .FilterItems > div{
            width: 100%;
        }
        .FilterItems .btn {
            margin-top: 10px;
            width: 100%;
        }

    }
@media screen and (max-width: 600px) {
        .TemplateQuantity{
            float:unset !important;
        }
        .TemplateAddToCart{
            margin-top:0 !important;
        }
}

    /*Store changes*/
    .ShellStoreMainContent .ShellNavigation {
        font-size: 16px;
        background: rgb(70, 70, 70) !important;
        padding: 10px;
        margin-bottom: 20px;
    }

        .ShellStoreMainContent .ShellNavigation a, .FolderNavigationArrow {
            color: #B5B0B0 !important;
            font-size: 16px;
        }

    .ShellNavigation .PagingItemTitle {
        color: #FFF;
        font-size: 16px;
    }

    .ShellStoreMainContent .ShellNavigation a:hover {
        color: #d28412 !important
    }

    button, html input[type=button], input[type=reset], input[type=submit] {
        -webkit-appearance: button;
        cursor: pointer;
        background: #d28412;
        color: #FFF;
        border-color: #d28412;
    }

    .ShellNavigation > * {
        display: none;
    }

    .ShellNavigation > a:first-child {
        display: block;
    }

    span.icon-home::after {
        content: " Parts";
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }