@media only screen and (max-width: 768px) {
    /* For mobile phones: */

    .quick-button img {        
        margin-bottom: 0px;
        width: 22px;
        height: 22px;
        margin-bottom: 0px;
    }
    .quick-button label {
        font-size: 9px;
    }


    .quick-buttons-holder {

        padding-top: 6px;
        padding-bottom: 6px;
    }

    .store-item {
        min-height: 80px;
    }

    .store-item .store-left {
        padding-top: 3px;
    }

    .store-item .store-right {
        padding-left: 95px;
        padding-top: 1px;
        padding-bottom: 1px;        
    }

    .store-item .store-logo-holder {
        width: 92px;
        height: 75px;
    }

    .store-item .store_logo {
        width:75px;
        max-height: 75px;
    }



    .store-info {
        /*12*/
        font-size: 9px;
        padding: 2px 5px 2px 5px;
        top: 4px;
        left: 95px;
    }
    .store-new {
        /*12*/
        font-size: 9px;

    }

    .store-item .promo-logo-mobile {
        top: -7px;
        left: -1px;
    }

    .promo-logo-mobile img {
        width:50px;
    }

    /*20*/
    .store-item h2 {
        font-size: 17px;
        margin-bottom: 0px;
        margin-top: 17px
    }

    .store-item .min-cart {
        font-size: 9px;
    }

    .store-item .clock-open-hours {
        font-size: 9px;
    }
    .store-item .min-cart-icon { 
        width:12px;
    }
    .store-item .clock-icon { 
        width:12px;
    }

    .store-item .payment-icon {
        /*background-size: 16x16;*/
        width: 19px;
        height: 14px;
    }

    .store-item .store-general-info {
        margin-bottom: -3px;        
    }

    .store-item .payment-label {
        font-size:9px;
    }
    .payment-holder {
        margin-top: -7px;
    }
    .payment-icon.online {
        background-size: 60px 20px;
        background-position: 1px -4px;        
    }
    .payment-icon.cash {
        background-size: 60px 20px;
        background-position: 20px -4px;
    }
    .payment-icon.pos {
        background-size: 60px 20px;
        background-position: 41px -4px;
    }

    .store-item .close-label {
        font-size: 9px;
    }
    .store-item .store-closed {
        height:80px;
    }
}