.theme-product-group img {
    max-width: 100%;
    margin: 0 0 15px;
}
.theme-product-center a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
._buying-flow-image {
    height: 200px;
}
.theme-product-center .img-responsive {
    margin: 0 auto;
    min-width: 100%;
    min-height: 100%;
    max-width: initial;
}
.theme-product-center .theme-product-name {
    height: 44px;
}

.restaurant-context {
    background: black;
    margin-bottom: 60px;
}
.restaurant-context h2 {
    text-align: right;
    color: #fff;
    font-size: 22px;
    margin: 20px 0
}
.restaurant-context img {
    width: 160px;
    margin-top: 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 51%; 
    border-color: #414141;
    position:absolute;
}

._delivery-check-form-title {
    display: none;
}
#delivery-check-form > .row:first-child {
    display: none;
}

/* menu images centering */

.theme-product-center .img-responsive {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-dialog {
    margin: 0;
}
#_product-recommendation-modal .modal-body {
    max-height: 390px !important;
}