.ComplimentaryColor, .ComplimentaryColor a, .ComplimentarySmallLink, .ComplimentarySmall2Link, .ComplimentaryLink, .ComplimentaryBoldLink, .ComplimentaryBoldUnderlineLink {
    color: #000000;
}
.LoggedOut header .LoggedOut {
    display: none;
}
.LoggedIn header .LoggedIn {
    display: none;
}

.ShellMainContent {
    min-height: 500px;
    padding: 20px 0;
}
/*Header */
.ShellHeader {
    background-color: #0079c0;
    box-shadow: #2525252b 0px 9px 10px;
}

.Center {
    max-width: 1200px;
    margin: 0 auto;
}
/*.ShellHeader.fixed .HeaderNav {
    position: fixed;
    width: 100%;
    z-index: 1;
    background-color: #FFF;
}
.ShellHeader.fixed .Navigation ul{
    display:
}*/
.HeaderNav .logo {
    max-width: 80px;
    float: left;
    margin: 0 15px;
    margin-top: -19px;
}

.table {
    display: table; /* Allow the centering to work */
    margin: 0 auto;
}

.Navigation {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 5px;
    display: table;
}

ul.topnav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul {
    padding: 0;
}

    ul.topnav li {
        display: inline;
        list-style: none;
    }
.DropDown ul.topnav{
    z-index:1 !important;
}

ul.topnav li a {
    padding: 15px;
    font-size: 20px;
    color: #FFF;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    border-radius: 30px;
}

            ul.topnav li a:hover {
                background-color: #ffec00;
                color: #333;
            }

    ul li {
        list-style: none;
    }

.TopButtons {
    z-index: 1;
    position: relative;
    float: right;
}

.btn-default, input[type=button], input[type=submit] {
    border-color: #ffec00;
    color: #333;
    background: #ffec00;
    border-radius: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.TopButtons span.CartItemCount {
    margin-top: -19px;
    position: absolute;
    background-color: #ff7c00;
    padding: 3px 8px;
    border-radius: 15px;
    left: 22px;
    color: #FFF;
    font-weight: normal;
    font-size: 10px;
}
.TopButtons ul li {
    display: inline-block;
    margin-left: 5px;
    position:relative;
}
    .TopButtons ul li .icon-cart{
        font-size: 18px;
        margin: 0 2px;
    }

    .TopButtons ul li a {
        display: inline-block;
        padding: 10px 8px;
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
    }

.MobileIcons {
    display: none;
}

.BannerImage {
    max-width: 920px;
    margin: 15px auto;
    margin-top: 30px;
    margin-bottom: 0;
}

.ShopNow {
    width: 200px;
    margin: 0 auto;
    padding: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.align-items-center {
    align-items: center !important;
    margin-right: -15px;
    margin-left: -15px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

    .align-items-center h1, .ShellBanner h1, .free-delivery h2{
        font-size: 68px;
        text-align: center;
        text-shadow: -3px 4px 0px rgb(255, 236, 0);
        color: #000;
    }
.free-delivery {
    text-align: center;
    margin: 20px auto;
    max-width: 500px;
    margin-top:0;
}
    .free-delivery i {
        background-color: #ffec00;
        padding: 14px;
        border-radius: 50px;
        font-size: 29px;
}
.free-delivery h2 {
    font-size: 30px;
}
        .align-items-center p {
            font-size: 18px;
            line-height: normal;
        }

    .align-items-center a.btn.btn-default.py-3.px-5.btn-pill {
        display: inline-block;
        padding: 15px 25px;
    }
/*End Parallex*/
/*#region Search Button */
li.LiForSearch {
    position: relative;
    width: 35px;
}

.ShellAbsalutSearch {
    position: absolute;
    right: 0;
    width: 250px;
    text-align: right;
    margin-right: 0px;
    top: -23px;
}

.HiddenSearchButton {
    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: 100px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
    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;
    }

        .search-form .form-group input.form-control::-webkit-input-placeholder {
            display: none;
        }

        .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 {
        width: 100%;
        border-radius: 4px 25px 25px 4px;
    }

    .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: #000;
        background-color: #ffec00;
        border-radius: 25px;
        left: initial;
        font-size: 18px;
        padding-top: 2px;
    }
    .search-form .form-group:hover span.form-control-feedback {
        background-color: #ffec00;
        color:#000;
    }
    /*367*/
    .ShellFooter {
        float: left;
        width: 100%;
    }

footer {
    background-color: #0079c0;
    padding-top: 50px;
}

    footer .container {
        overflow: auto;
        display: table;
        flex-direction: column;
        text-align: center;
    }

.Table-call {
    display: inline-block;
    vertical-align: top;
}

.FooterParts {
    width: 290px;
    height: 245px;
    margin: 20px 15px;
    margin-top: 75px;
    background-color: #FFF;
    float: left;
    padding: 15px;
    text-align: center;
    display: inline-block;
}

.FooterPart {
    padding: 10px;
}

.Cercl ul li a {
    font-size: 20px;
    padding: 5px 0;
    display: block;
    color: #0079c0;
}

.Cercl.links {
    padding-top: 40px;
}

.Cercl {
    border: solid 7px;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    background-color: #f3f3f2;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-color: #ffeb00;
    box-shadow: #04040461 0px 9px 12px 0px;
    font-size: 18px;
    line-height: normal;
}

    .Cercl.map {
        overflow: hidden !important;
        padding: 0;
        position: relative;
        height: 100%;
    }

        .Cercl.map iframe {
            border-radius: 50%;
            max-width: 237px;
            max-height: 237px;
            overflow: hidden !important;
            -webkit-backface-visibility: hidden;
        }

.Logo img {
    max-width: 100px;
}

.Copyright {
    margin: 20px 0 0;
    background-color: #ffec00;
    padding: 8px 0;
    color: #565656;
    text-align: center;
}

.DropDown.Small .MenuButton {
    display: block;
    cursor: pointer;
    padding: 15px 25px;
    background-color: #ffec00;
    z-index: 1;
    position: relative;
    border-radius: 30px;
    float: left;
    right: 15px;
    font-weight: 900;
}

@media (max-width: 1200px) {
    ul.topnav li a {
        padding: 15px 20px;
    }

    .HeaderNav .container {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .TopButtons {
        float: right;
    }

    .Navigation {
        width: 100%;
    }

    .HeaderNav .logo {
        margin: 0 auto;
    }

    @media (max-width: 991.98px) {
    }


    @media (max-width: 991.98px) {
    }


    @media (max-width: 991.98px) {
    }

    @media (max-width: 991.98px) {
    }
    /*End Home page*/
}
.information span#PrefShipDate::after {
    content: "(Excludes: Holidays & Weekends):";
    background-color: #FFF;
    margin-left: -3px;
    padding-left: 5px;
}
/*Custom for select2 template*/

.ShellStoreMainContent {
    max-width: 850px;
    margin: 0 auto;
    float: unset !important;
}

.select2 .TemplateId {
    max-width: 60px;
}
/*Custom for cart page*/
.cart .ImportItemsFromFile {
    display: none !important;
}

