@media only screen and (min-width: 771px) {
    .opc-summary-mobile {
        display: none;
    }
}
.opc-summary-mobile {
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    width: 100%;
    z-index: 800;
    cursor: pointer;
    padding: 5px;
    transition: all .3s;
    display: flex;
    flex-direction: row;
    position: fixed;
    -webkit-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.2);
}
.opc-summary-mobile h3 {
    margin: 10px;
    font-size: 16px;
}
@media only screen and (max-width: 950px) {
    .opc-block-summary {
        display: none;
    }    
    .opc-summary-mobile h3:after {
        border: solid #000000;
        border-width: 0 1px 1px 0;
        content: '';
        display: inline-block;
        padding: 4px;
        position: relative;
        right: -15px;
        top: -3px;
        transition: all .2s;
        transform: rotate(45deg);
    }
    
    .opc-summary-mobile.active h3:after {
        border: solid #000000;
        border-width: 0 1px 1px 0;
        content: '';
        display: inline-block;
        padding: 4px;
        position: relative;
        right: -10px;
        transition: all .2s;
        top: 0px;
        transform: rotate(-135deg);
    }

    .opc-summary-mobile h3:before {
        background: url('images/icons/icon-cart-grey.svg') center center no-repeat;
        background-size: 22px;
        content: '';
        cursor: pointer;
        display: inline-block;
        height: 22px;
        vertical-align: text-bottom;
        margin-right: 9px;
        width: 22px;
    }    
    .opc-block-summary {
        position: fixed !important;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 800;
        -webkit-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.2);
        box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.2);
        top: 52px;
        max-height: 80%;
        overflow-y: scroll;
    }
    .opc-summary-total {
        margin-left: auto;
        /* margin: 10px; */
        font-size: 15px;
        padding-top: 13px;
        font-weight: bold;
        margin-right: 10px;
    }
    .checkout-index-index {
        padding-top: 65px;
    }
}
.opc-summary-mobile {
    display: none;
}
@media only screen and (max-width: 950px) {
    .opc-summary-mobile {
        display: flex;
    }
}
.product-info-main span.servings {
    background: #f8f8f8;
    padding: 2px 15px 4px 15px;
    border-radius: 5px;
    line-height: 23px;
    display: inline-block;
    margin-bottom: 15px;
}
.clerk {
    max-width: 100%;
}