@media screen and (max-width: 767px) {

    #PrintShoppingCart {
        display: none;
    }

    #ShoppingCartTitle {
        display: block;
        text-align: center;
    }

    #RequestDateWrapper {
        display: block;
        margin: 0px;
        text-align: center;
    }

    #ShoppingCartProductwrapper {
        box-sizing: border-box;
    }

    #ShoppingCartTopSection {
        box-sizing: border-box;
        margin-left: 10px;
        padding-left: 0px;
        text-align: center;
        height: auto;
    }

    .ShoppingCartTitle, .ItemsInCart {
        line-height: 30px;
        padding-left: 10px;
    }

    #ShoppingCartTitleWrapper {
        text-align: left;
        height: auto;
    }

    #RequiredDateWrapper {
        margin-top: 0px;
    }

    #TopSubtotalWrapper {
        width: 180px;
        display: inline-block;
        text-align: right;
    }

    #TopCheckoutButton {
        margin-top: 5px;
        margin-right: 0px;
    }

    #ShoppingCartWrapper {
        text-align: center;
    }

    .ShoppingCartProduct {
        text-align: left;
        height: auto;
        padding-bottom: 10px;
        margin-top: 4px;
        padding-top: 0px;
    }

    .ShoppingCart_LocationTextAlign {
        display: block;
        Line-height: 20px;
        width: 100%;
    }

    .DetailsWrapper {
        width: auto;
        height: auto;
        margin-left: 10px;
    }

    .ItemCodeWrapper {
        height: auto;
        font-size: 15px;
    }

    .ProductImgWrapper {
        height: 115px;
        float: none;
        margin: 0 auto;
    }

    .ProductDescription {
        padding-top: 0px;
        line-height: 20px;
        font-size: 15px;
    }

    .AvailabilityWrap {
        position: initial;
        margin-top: 5px;
    }

    .RemoveAddWrapper {
        position: initial;
    }

    .ItemReqDateWrap {
        position: initial;
        margin-top: 0px;
    }

    .Notes textarea {
        width: 90% !important;
    }

    .RemoveWrapper {
        position: unset;
    }

    .PriceInfoWrapper {
        float: right;
        position: initial;
    }

    .ProductButtonsWrapper {
        position: initial;
        margin-top: 10px;
    }


    .BottomSubtotalWrapper {
        padding-right: 0px;
        text-align: center;
    }

    .PriceQtyWrapper {
        text-align: right;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .Price {
        margin-right: 0px;
        margin-top: 0px;
        font-size: 15px;
        vertical-align: middle;
    }

    .ShoppingCartQuantityText {
        width: 25px;
        margin-top: 0px;
    }

    .Update {
        top: 0px;
    }

    .TotalPriceWrapper {
        text-align: right;
    }

    .ItemRequiredDate {
        position: initial;
        text-align: center;
    }

    .ExtPrice {
        font-size: 18px;
    }

    #ShoppingCartButtons {
        text-align: left;
        float: none;
        width: 100% !important;
        position: unset;
        padding: 0px;
        margin-top: 17px;
    }

    #ShoppingCartButtons input {
        margin-bottom: 5px;
        width: 100% !important;
        font-size: 12px;
        box-sizing: border-box;
    }


    #PromotionWrapper {
        position: initial;
        text-align: center;
    }

    #PromoButtonWrap {
        display: block;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    #PromoInput {
        width: 100%;
    }

    #PromoButton {
        width: 100%;
        right: 0px;
        height: 28px;
        font-size: 13px;
    }

    #SubtotalBottom {
        float: none;
        margin-top: 20px;
        margin-top: 0px;
    }

    #SubtotalBottomWrapper {
        padding: 20px 10px;
    }

    #FooterWrapper {
        margin-top: 80px !important;
    }


    @media screen and (max-width: 690px) {
        #BottomSubtotalWrap {
            font-size: 16px;
        }

        #ShoppingCartButtons input {
            width: 100%;
        }
    }

    @media screen and (max-width: 660px) {

        .PriceInfoWrapper {
            text-align: center;
            position: initial;
            float: none;
            width: 100%;
        }

        .PriceQtyWrapper,
        .TotalPriceWrapper {
            text-align: center;
        }

        .UnitSize {
            width: 100%;
            text-align: center;
        }

        #RequiredDateWrapper {
            top: 9px;
        }

        .DetailsWrapper {
            width: 100%;
            text-align: center;
            display: block;
            margin-left: 0px;
        }
    }
}
