/** GRID LAYOUT 1 */
#grid-layout #product-list {
    padding-top: 0px;
    padding-bottom: 20px;
}

#grid-layout #product-list .omf-tile {
    width: 50%;
    flex-wrap: wrap;
    margin: 0;
    border: 1px dashed #dedede;
    border-radius: 0;
    padding-bottom: 15px;
}

#grid-layout #product-list .item-name {
    font-size: 1.05em;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    margin-top: 5px;
}

#grid-layout #product-list .secondary-dtls {
    flex-direction: column;
}

#grid-layout #product-list .order-qty {
    display: block;
    background-color: #dedede;
    border-radius: 2px;
    width: 80px;
    margin-right: 5px;
}

#grid-layout #product-list .add-qty .button { height: 30px; }

#grid-layout #product-list .loading {
    height: 100% !important;
}

#grid-layout #product-list .omf-avatar-wrapper {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}