.site-header-container {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 3;
}

.top-space {
    padding-top: 157px;
}

.header {
    position: relative;
    background: #888;
    background-image: url(../assets/header-bg-min.jpg);
    background-size: cover;
    background-position: right;
    height: 110px;
}

.header-logo {
    width: 237px;
    position: absolute;
    top: 18px;
    left: 8px;
}

.custom-hamburger {
    position: absolute;
    right: 5px;
    top: 6px;
    z-index: 3;
}

.social-icons-container {
    position: absolute;
    bottom: 1px;
    right: 13px;
    margin: auto;
    width: 166px;
    z-index: 1;
}

.ig-icon-header {
    margin-left: 10px;
}

.yt-icon-header {
    margin-left: 10px;
}

.mobile-header-ribbon {
    position: relative;
    background: #766341;
    padding: 13px 10px;
}

.mobile-header-ribbon a {
    color: #fff;
}

.mobile-header-ribbon div {
    display: inline-block;
}

.mobile-header-ribbon a:nth-child(2) div {
    margin-left: 5px;
}

.shopping-cart-wrapper {
    width: 44px;
    position: absolute;
    right: 6px;
    top: 2px;
    cursor: pointer;
}

.shopping-cart-wrapper img {
    width: 100%;
}

.shopping-cart-number {
    position: absolute;
    left: 0;
    right: 0px;
    top: 10.5px;
    bottom: 0;
    margin: auto;
    color: #fff;
    width: 1px;
}

.mobile-nav-container {
    font-family: Mohave-Bold;
    display: none;
    position: fixed;
    background: #766341;
    width: 100%;
    top: 0;
    padding-top: 30px;
    text-align: center;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 4;
}

.mobile-nav-link {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.mobile-main-nav-item>div {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.mobile-sub-nav-container {
    display: none;
    background: #D16900;
    padding: 10px 0;
}

.mobile-sub-nav-item {
    padding: 15px 0;
    color: #fff;
    font-size: 18px;
}

.mobile-sub-nav-item:hover {
    color: #000;
}

.specials-nav-item,
.schedule-nav-item {
    background: transparent linear-gradient(180deg, #EB7600 0%, #B95D00 100%);
}

.desktop-phone {
    display: none;
}

.desktop-nav-container {
    display: none;
    background: #766341;
    text-transform: uppercase;
    font-family: Mohave;
}

.desktop-nav-inner {
    text-align: center;
}

.desktop-nav-item {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: all .1s;
}

.desktop-nav-item:hover {
    color: #000;
}

.desktop-sub-nav-container {
    display: none;
    background: #D16900;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 10px;
    padding-bottom: 8px;
    z-index: 1;
    padding: 10px 5px 8px 5px;
}

.desktop-sub-nav-name {
    color: #fff;
    padding-bottom: 10px;
}

.desktop-sub-nav-item {
    color: #fff;
    padding: 8px 0;
    transition: all .1s;
}

.desktop-sub-nav-item:hover {
    color: #000;
}

.desktop-nav-item.specials-nav-item,
.desktop-nav-item.schedule-nav-item {
    margin-left: 35px;
    padding: 10px 40px;
}

.desktop-nav-item.schedule-nav-item {
    margin-left: 0;
}

.desktop-sub-nav-title {
    display: none;
    position: absolute;
    top: 0;
    background: #000;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 7px;
}

@media (min-width: 470px) {
    .header-logo {
        width: 320px;
        top: 20px;
        left: 15px;
    }

    .social-icons-container {
        bottom: -43px;
    }

    .shopping-cart-wrapper {
        top: -48px;
        right: 12px;
    }
}

@media (min-width: 1100px) {
    .top-space {
        padding-top: 165px;
    }

    .desktop-nav-container {
        display: block;
    }

    .header {
        height: 125px;
    }

    .header-logo {
        width: 350px;
        top: 24px;
        left: 0;
        right: 100px;
        margin: auto;
    }

    .desktop-phone {
        font-family: Mohave;
        position: absolute;
        display: block;
        color: #fff;
        right: 252px;
        top: 49px;
        font-size: 16px;
        padding: 3px 25px 2px 25px;
    }

    .desktop-phone-bg {
        background: #c33500;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        opacity: 0.7;
        border-radius: 13px;
    }

    .desktop-phone div:nth-child(2) {
        position: relative;
    }

    .mobile-header-ribbon {
        padding: 0;
        height: 0;
    }
    .mobile-header-ribbon a {
        display: none;
    }

    .custom-hamburger {
        display: none;
    }

    .shopping-cart-wrapper {
        top: -92px
    }

    .social-icons-container {
        bottom: 44px;
        right: 69px;
    }
}

@media (min-width: 1200px) {
    .header-logo {
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media (min-width: 1300px) {
    .desktop-nav-item.specials-nav-item {
        padding: 10px 70px;
    }

    .desktop-nav-item {
        padding: 10px 45px;
    }
}

@media (min-width: 1500px) {
    .desktop-nav-item {
        padding: 10px 65px;
    }
}

@media (min-width: 1550px) {
    .desktop-phone {
        right: 332px;
    }

    .social-icons-container {
        right: 150px;
    }

    .shopping-cart-wrapper {
        right: 90px;
    }
}


