/* .hedr-bg {
    position: fixed;
    top: 0;
    z-index: 9999999;
}  */
#static_head_space {
    display: block;
    min-height: 90px;
}

.lower-header {
    margin-right: 0px;
}

.shopLink {
    color: #ff5821;
}

.nav2 li.shopLink a {
    color: #ff5821;
    font-weight: 600;
}

.nav2 li.shopLink a:hover {
    color: white;
    font-weight: 600;
}


@media (max-width: 1170px) and (min-width: 768px) {
    .nav2 .lowr-ul li a {
        font-size: 15px;
    }
}

@media (max-width: 1128px) and (min-width: 768px) {
    .nav2 .lowr-ul li a {
        font-size: 12px !important;
    }
}

.srch-bx {
    z-index: 9999999;
}

.srchLinkdiv.col-6 {
    padding: 1em;
}



@media (max-width: 767px) {
    button#searchSubmitBtn {
        float: left;
    }

    .srchLinkdiv.col-6 {
        float: left;
    }
}

a#closeSearchlnk {
    color: #007bff;
}


@media (min-width: 768px) {
    header.hedr-bg {
        position: fixed;
        top: 0;
        z-index: 999;
    }
}

.MenuCarret a {
    background-image: url(../images/blue-arrow.png);
    background-repeat: no-repeat;
    float: left;
    clear: both;
    background-position: 1px 10px;
    border-left: 2px solid transparent;
    width: 100%;
    /* padding-left: 16px; */
    color: #000000 !important;
    font-size: 18px !important;
    font-family: 'Calibri' !important;
    font-weight: normal !important;
    padding: 0px 0px 0px 14px;
    width: 100%;
    float: left;
    margin-left: -2px;
}


.new-nav-right .ddcMenuContent {
    margin-left: -12px;
}