.top-space {
    height: 110px;
}

.header-bar-bg {
    background: #e7c792;
    height: 30px;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.header-bar {
    position: fixed;
    background: #F1DFBE;
    box-shadow: 0px 4px 4px rgb(0, 0, 0, 0.5);
    width: 100%;
    margin-top: 25px;
    box-sizing: border-box;
    max-height: 121px;
    height: 85px;
    z-index: 10;
}

.desktop-header-cart-wrapper,
.header-contact-container,
.desktop-nav,
.pig-header-right-2-tablet,
.pig-header-middle-tablet,
.pig-header-middle,
.header-left-block,
.header-right-block,
.pig-header-left,
.perfect-cut,
.pig-header-right-1,
.pig-header-right-2 {
    display: none;
}

.mobile-nav-item-cart {
    background: #E26326;
    color: #fff !important;
}

.mobile-nav-item-cart div {
    display: inline-block;
    margin: 0 20px;
    transform: translateY(1px);
}

.mobile-nav-cart-icon {
    vertical-align: bottom;
}

.mobile-header-cart-num.cart-num-items {
    display: inline-block;
    color: #F1DFBE;
    font-size: 24px;
    vertical-align: bottom;
    margin-left: 7px;
}

.mobile-header-cart-wrapper {
    padding-top: 28px;
}

.header-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -14px;
    max-width: 186px;
    width: 133px;
}

.header-mobile-right {
    background: #3F1210;
    position: absolute;
    right: 0;
    height: 100%;
    width: 27.8vw;
}

.hamburger {
    color: #F1DFBE;
    font-size: 43px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 20px;
    width: 44px;
}

.header-mobile-left {
    background: #3F1210;
    position: absolute;
    left: 0;
    height: 100%;
    width: 27.8vw;
    text-align: center;
}

.farm-fresh-mobile {
    width: 94px;
    margin-right: -1px;
    padding-top: 31px;
}

.mobile-nav-container {
    position: fixed;
    width: 100%;
    max-width: 415px;
    z-index: 10;
    font-size: 0;
    right: -100%;
    transition: all .3s;
}

.mobile-nav-container.active {
    right: 0;
}

.mobile-nav-left {
    background: rgb(63, 18, 16, .75);
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 108px;
}

.mobile-nav-fb {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
}

.mobile-nav-ig {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 86px;
}

.mobile-nav-farm-fresh {
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.mobile-nav-right {
    background: #F1DFBE;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: calc(100% - 108px);
}

.close-nav {
    position: absolute;
    top: 0;
    right: 0;
}

.mobile-nav-perfect-cut {
    position: absolute;
    left: 0;
    right: 72px;
    margin: auto;
    top: 37px;
}

.mobile-nav-pig {
    position: absolute;
    bottom: 0;
    left: 0;
}

.mobile-nav {
    width: 90%;
    margin: auto;
    max-width: 275px;
    margin-top: 175px;
}

.mobile-nav-item {
    border: 2px solid #DDBB7C;
    margin-bottom: 15px;
    text-align: center;
    color: #E26326;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 0;
}

@media (min-width: 414px) {
    .header-mobile-left,
    .header-mobile-right {
        width: 27vw;
    }

    .pig-header-middle {
        display: block;
        position: absolute;
        width: 189px;
        left: 0;
        right: 4px;
        margin: auto;
    }
}

@media (min-width: 768px) {
    .top-space {
        height: 143px;
    }

    .header-bar {
        height: 118px;
    }

    .mobile-header-cart-wrapper {
        padding-top: 45px;
    }

    .header-logo {
        width: 186px;
        top: -21px;
    }

    .pig-header-middle {
        width: 264px;
        right: 4px;
    }

    .header-mobile-left, .header-mobile-right {
        width: 33vw;
    }

    .farm-fresh-mobile {
        width: 188px;
        margin-right: -4px;
        padding-top: 37px;
    }

    .hamburger {
        font-size: 56px;
        width: 56px;
        top: 28px;
    }
}

@media (min-width: 992px) {
    .pig-header-middle {
        display: none;
    }

    .pig-header-middle-tablet {
        position: absolute;
        display: block;
        width: 353px;
        right: 4px;
        left: 0;
        margin: auto;
    }

    .header-mobile-left, 
    .header-mobile-right {
        width: 24vw;
    }

    .perfect-cut {
        position: absolute;
        display: block;
        left: 339px;
        right: 0;
        top: 12px;
        margin: auto;
        width: 153px;
    }
}

@media (min-width: 1200px) {
    .header-mobile-left,
    .header-mobile-right,
    .pig-header-middle-tablet,
    .mobile-nav-container {
        display: none;
    }

    .header-bar {
        border: 5px solid #3F1210;
    }

    .desktop-header-cart-wrapper {
        display: block;
        position: absolute;
        background: #e06225;
        right: -26px;
        top: 33px;
        z-index: 1;
        padding: 6px 39px 5px 20px;
        border-radius: 26px;
    }

    .desktop-header-cart-num {
        color: #F1DFBE;
        display: inline-block;
        font-size: 24px;
        vertical-align: bottom;
        margin-left: 12px;
    }

    .desktop-nav {
        display: block;
        position: absolute;
        top: 42px;
        left: 249px;
        z-index: 1;
    }

    .desktop-nav.right {
        left: initial;
        right: 255px;
    }

    .nav-col {
        display: inline-block;
        margin-right: 25px;
    }

    .nav-item {
        font-family: "proxima-nova", sans-serif;
        font-weight: 600;
        color: #E26326;
        font-size: 17px;
        text-transform: uppercase;
        transition: all .2s;
    }

    .nav-underline {
        opacity: 0;
        background: #E26326;
        width: 43px;
        height: 3px;
        margin: auto;
        border-radius: 17px;
        transition: all .2s;
    }

    .nav-item:hover {
        transform: scale(1.1);
        color: #BC521F;
    }
    .nav-item:hover ~ .nav-underline {
        opacity: 1;
    }

    .header-left-block {
        display: inline-block;
        background: #3F1210;
        vertical-align: top;
        height: 113px;
        padding: 0 15px;
        width: 192px;
    }

    /*.header-left-block img {
        padding-top: 41px;
        width: 120px;
    }*/

    .pig-header-left {
        display: block;
        left: 221px;
        position: absolute;
        top: 0;
    }

    .pig-header-right-1 {
        display: block;
        position: absolute;
        right: 192px;
        top: 0;
    }

    .header-right-block {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: #3F1210;
        height: 113px;
        width: 192px;
    }

    .pig-header-right-2-tablet {
        display: block;
        position: absolute;
        right: -5px;
        top: 0;
        z-index: 1;
        width: 252px;
    }

    .perfect-cut {
        display: none;
    }

    .header-contact-container {
        font-family: "proxima-nova", sans-serif;
        display: block;
        padding-top: 20px;
    }

    .header-phone-icon {
        margin-right: 5px;
    }

    .header-location-icon {
        margin-right: 4px;
        margin-left: -1px;
    }

    .header-contact-text {
        color: #E26326;
        font-weight: 600;
        display: inline-block;
        vertical-align: top;
        font-size: 15px;
        line-height: 19px;
        transform: translateY(3px);
    }

    .header-clock-icon {
        padding-left: 10px;
        width: 19px;
        transform: translateY(3px);
        margin-right: 3px;
    }

    .header-contact-text.hours.two {
        padding-left: 38px;
        margin-top: -4px;
        margin-bottom: 10px;
    }

    .header-contact-text.connect {
        padding-left: 38px;
        margin-right: 6px;
        transform: translateY(4px);
    }

    .social-icons-desktop {
        display: inline-block;
    }

    .social-icon-desktop {
        width: 25px;
        height: 25px;
        background: #F1DFBE;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        margin-right: 3px;
        transition: all .2s;
    }

    .social-icon-desktop:hover {
        background: #E06225;
    }

    .social-icon-desktop-wrapper {
        padding-top: 3px;
        font-size: 17px;
        color: #000;
    }
}

@media (min-width: 1300px) {
    .desktop-nav {
        left: 268px;
    }

    .perfect-cut {
        display: block;
        width: 110px;
        top: 23px;
        left: 304px;
    }

    .desktop-nav.right {
        right: 185px;
    }
}

@media (min-width: 1400px) {
    .desktop-nav {
        top: 44px;
        left: 284px;
    }

    .nav-col {
        margin-right: 29px;
    }

    .nav-item {
        font-size: 18px;
    }

    .perfect-cut {
        display: block;
        width: 135px;
        top: 13px;
        left: 330px;
    }

    .desktop-nav.right {
        right: 191px;
    }
}

@media (min-width: 1500px) {
    .desktop-nav {
        top: 42px;
    }

    .nav-col {
        margin-right: 32px;
    }

    .nav-item {
        font-size: 20px;
    }

    .perfect-cut {
        width: 160px;
        top: 5px;
        left: 349px;
    }
}

@media (min-width: 1600px) {
    .header-right-block,
    .header-left-block {
        width: 265px;
    }

    .header-contact-top {
        margin-bottom: 4px;
    }

    .header-contact-container {
        padding-top: 10px;
        padding-left: 14px;
    }

    .header-contact-text {
        font-size: 20px;
        line-height: 23px;
    }

    .desktop-nav {
        left: 347px;
    }

    .pig-header-left {
        left: 295px;
    }

    .pig-header-right-1 {
        right: 266px;
    }

    .desktop-nav.right {
        right: 253px;
    }

    .header-clock-icon {
        padding-left: 10px;
        width: 20px;
        transform: translateY(6px);
        margin-right: 3px;
    }

    .header-contact-text.hours.two {
        padding-left: 38px;
        margin-top: -2px;
    }

    .header-contact-text.connect {
        padding-left: 38px;
        margin-right: 6px;
        transform: translateY(1px);
    }
}

@media (min-width: 1700px) {
    .header-right-block, 
    .header-left-block {
        width: 300px;
    }

    .header-contact-container {
        padding-left: 33px;
    }

    .desktop-nav {
        left: 382px;
    }

    .pig-header-left {
        left: 329px;
    }

    .pig-header-right-1 {
        right: 301px;
    }

    .desktop-nav.right {
        right: 296px;
    }
}

@media (min-width: 1800px) {
    .nav-col {
        margin-right: 50px;
    }

    .perfect-cut {
        left: 370px;
    }

    .desktop-nav.right {
        right: 286px;
    }
}

@media (min-width: 1900px) {
    .nav-col {
        margin-right: 70px;
    }

    .desktop-nav {
        left: 413px;
    }

    .desktop-nav.right {
        right: 302px;
    }
}





