.rms-module-menuitems * {
    box-sizing: border-box;
}

.rms-module-menuitems .inner {
    margin: 5px 0;
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.rms-module-menuitems .item-image {
    display: block;
    max-width: 100%;
}

.rms-module-menuitems .item-name {
    float: left;
    overflow: hidden;
    z-index: 10;
    width: 80%;
    font-size: 15px;
}

.rms-module-menuitems .item-price {
    width: 20%;
    float: right;
    text-align: right;
    font-weight: bold;
}

.rms-module-menuitems .item-caption {
    color: #888;
    clear: both;
    padding-top: 5px;
}

.rms-module-menuitems .list .item-image,
.rms-module-menuitems .list .item-description {
    float: left;
}

.rms-module-menuitems .list .item-image {
    width: 25%;
    min-height: 75px;
}

.rms-module-menuitems .list .item-description {
    width: 75%;
    padding-left: 15px;
}

.rms-module-menuitems .grid .item-description {
    padding-top: 10px;
}

.item-new .item-name:before, .item-recommended .item-name:before {
    font-family: FontAwesome;
}

.item-new .item-name:before {
    content: '\f005';
}

.item-recommended .item-name:before {
    content: '\f06d';
}