

.wc-restaurant-menu-section {
    margin-bottom: 45px;
    margin-top: 20px;
    width: 90%;
    margin: auto;
}

.wc-restaurant-menu-section-title {
    margin-bottom: 0.5em;
}


.wc-restaurant-menu-product .wc-restaurant-menu-product-inner {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    box-shadow: 0 0 1px rgb(50 50 50 / 6%), 0 1px 3px rgb(50 50 50 / 6%);
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    transition: border .2s;
    width: 100%;
    height: fit-content;
    margin-top:5px;
    margin-bottom:5px;
}

.wc-restaurant-menu-product .image {
    background-size: cover;
    border-radius: 3px 0 0 3px;
    flex: 0 0 110px;
    margin-right: 4px;
    min-height: 110px;
    max-height: 1vh;
    overflow: hidden;
}

.wc-restaurant-menu-product .details {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    padding: 11px 15px 15px;
}

.wc-restaurant-menu-product .header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -8px;
    z-index: auto;
}
.wc-restaurant-menu-product .header>div {
    flex: 1 1;
    margin: 4px 8px;
}

@media screen and (min-width: 768px)
.wc-restaurant-menu-product .name, .wc-restaurant-menu-product .price {
    font-size: 1em;
}
.wc-restaurant-menu-product .name, .wc-restaurant-menu-product .price {
    color: #333;
    font-size: .95em;
    line-height: 1.2;
}

.wc-restaurant-menu-product .header .price {
    font-size: 1.5em;
    text-align: right;
}
.wc-restaurant-menu-product .header>div {
    flex: 1 1;
    margin: 4px 8px;
}
@media screen and (min-width: 768px)
.wc-restaurant-menu-product .name, .wc-restaurant-menu-product .price {
    font-size: 1em;
}
.wc-restaurant-menu-product .name, .wc-restaurant-menu-product .price {
    color: #333;
    font-size: 2em;
    line-height: 1.2;
}

.wc-restaurant-menu-product .header .buy-button {
    flex-grow: 0;
    margin: auto;
    padding: 1%;

 }
.wc-restaurant-menu-product .header>div {
    flex: 1 1;
    margin: 4px 8px;
}

@media screen and (min-width: 768px)
.wc-restaurant-menu-product .description {
    font-size: 1em;
    margin-top: 6px;
}
.wc-restaurant-menu-product .description {
    color: #949494;
    font-size: 1em;
    line-height: 1.5;
    margin-top: 4px;
    overflow: hidden;
}