.desktop-mailing-list,
.cart-page-left,
.desktop-cart-header,
.cart-header-desktop,
.cart-close-btn,
.cart-pig {
    display: none;
}

.cart-page-right {
    background: #F1DFBE;
}

.cart-container-inner {
    padding: 40px 20px;
    max-width: 450px;
    margin: auto;
}

.cart-header-mobile {
    font-family: 'LatiniaBlack';
    color: #3F1210;
    font-size: 17px;
}

.cart-items-container {
    border-top: 2px solid #3F1210;
    margin-top: 8px;
    padding: 15px 0;
}

.cart-item {
    border-bottom: 1px solid #3F1210;
    padding-bottom: 10px;
}

.cart-item-left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border-right: 2px solid #3F1210;
    width: calc(100% - 104px);
}

.cart-item-sub-left {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 100px;
}

.cart-item-img {
    width: 100%;
}

.cart-item-sub-right {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 10px;
}

.cart-col {
    color: #3F1210;
    font-size: 16px;
    text-transform: uppercase;
}

.cart-item-right {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 100px;
}

.cart-edit-icons {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -92px;
}

.cart-edit {
    cursor: pointer;
}

.cart-delete {
    cursor: pointer;
    margin-left: 20px;
}

.cart-total-container {
    background: #BC521F;
    text-align: center;
}

.cart-total-container-inner {
    padding: 36px 5px;
}

.cart-total {
    font-family: 'LatiniaBlack';
    color: #F1DFBE;
    font-size: 30px;
}

.checkout-btn {
    color: #3F1210;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    background: #F1DFBE;
    width: 241px;
    margin: auto;
    margin-top: 15px;
    padding: 12px 5px;
    border-radius: 25px;
    letter-spacing: 1.6px;
    transition: all .2s;
}

.checkout-btn:hover {
    background: #3F1210;
    color: #fff;
}


@media (min-width: 768px) {
    .cart-container-inner {
        max-width: 768px;
        padding: 40px 40px;
        box-sizing: border-box;
    }

    .cart-item {
        font-size: 0;
    }

    .cart-col {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .cart-item-left {
        width: calc(100% - 130px);
    }

    .cart-item-right {
        width: 130px;
    }

    .cart-item-sub-left {
        width: 130px;
    }

    .cart-item-sub-right {
        width: calc(100% - 130px);
        padding-left: 20px;
        padding-top: 32px;
    }

    .cart-col {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .cart-col.two {
        width: 50%;
    }

    .cart-col.three,
    .cart-col.four {
        width: 25%;
    }

    .cart-edit-icons {
        right: -109px;
    }

    .cart-delete {
        margin-left: 30px;
    }
}

@media (min-width: 1200px) {
    .header-bar,
    .top-space,
    .page-name,
    .footer,
    .copyright {
        display: none;
    }

    .cart-close-btn {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
        font-size: 75px;
        line-height: 59px;
        padding: 0 18px;
        background: #bc521f;
        color: #f1dfbe;
        transition: all .2s;
    }

    .cart-close-btn:hover {
        background: #3F1210;
    }

    .cart-page-container-inner {
        font-size: 0;
    }

    .cart-page-left {
        position: relative;
        display: inline-block;
        width: 40%;
        background: #5a3332;
        height: 100vh;
        vertical-align: top;
    }

    .cart-page-right {
        display: inline-block;
        width: 60%;
    }

    .cart-container-inner {
        height: calc(100vh - 229px);
        padding-top: 40px;
        max-width: 1000px;
        overflow-y: scroll;
    }

    .cart-container-inner::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px;
    }

    .cart-container-inner::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgba(0, 0, 0, .5);
      box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }

    .cart-total-col.one {
        float: left;
        padding-left: 25px;
    }


    .cart-total {
        font-size: 35px;
        padding-top: 4px;
    }

    .cart-total-col.two {
        float: right;
        padding-right: 25px;
    }

    .checkout-btn {
        margin-top: 0;
    }

    .farm-fresh-cart {
        position: absolute;
        bottom: 20px;
        left: 30px;
        width: 74%;
        max-width: 400px;
    }

    .perfect-cut-cart {
        position: absolute;
        bottom: 168px;
        left: 30px;
    }

    .perfect-cut-cart {
        position: absolute;
        bottom: 168px;
        left: 30px;
        max-width: 215px;
    }

    .desktop-cart-header {
        display: block;
        padding: 30px 40px 0px 40px;
        max-width: 1000px;
        margin: auto;
        box-sizing: border-box;
    }

    .desktop-cart-header div {
        font-family: 'LatiniaBlack';
        font-size: 34px;
        display: inline-block;
        vertical-align: top;
        padding-top: 17px;
        color: #BC521F;
        margin-left: 25px;
    }

    .cart-header-mobile {
        display: none;
    }

    .cart-header-desktop {
        display: block;
        width: calc(100% - 130px);
    }

    .cart-header-desktop-left {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: 130px;
    }

    .cart-header-desktop-right {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: calc(100% - 130px);
        padding-left: 20px;
    }

    .cart-header-desktop-col.two {
        width: 50%;
    }

    .cart-header-desktop-col.three,
    .cart-header-desktop-col.four {
        width: 25%;
    }

    .cart-header-desktop-col {
        display: inline-block;
        box-sizing: border-box;
        font-family: 'LatiniaBlack';
        font-size: 18px;
        color: #3F1210;
    }

    .cart-pig {
        display: block;
        position: absolute;
        bottom: 117px;
        width: 27%;
        max-width: max-content;
    }
}

@media (min-width: 1400px) {
    .cart-header-desktop-right,
    .cart-item-sub-right {
        padding-left: 50px;
    }
}












