.shop_menu_block .item_list .item .image {
    width: 216px !important;
    height: 144px !important;
}
.new_item_wrap {
    float: left;
    /* width: 33%; */
}
@media screen and (max-width: 768px) {
    .new_item_wrap {
        width: 50%;
    }
    .new_item_wrap:nth-of-type(3n) {
        clear: both;
    }
}
@media screen and (max-width: 519px) {
    .new_item_wrap {
        width: 100%;
    }
}
.shop_menu_container {
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .shop_menu_block .item_list .item {
        width: 230px !important;
    }
}
.shop_menu_block .item_list .item .new_name {
    margin-bottom: 0;
    font-weight: 800;
    font-size: 1.2em;
    height: 2em;
}
.shop_menu_block .new_item_list {
    text-align: left;
}
.shop_menu_block .new_item_list .new_item .name {
    height: 1.5em;
    margin-bottom: 3px;
}
.shop_menu_block .new_item_list .new_item .name .new_item_icon {
    background-color: #000;
    color: #fff;
    font-size: 0.8em;
    padding: 2px 3px;
    margin-left: 5px;
}
