.gri-restaurant-details-view
.view-body
.error-wrapper {
    display: none;
    position: relative;
    top: 100px;
}



.gri-restaurant-details-view
.view-body
.error-wrapper
h1 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
}



.gri-restaurant-details-view
.view-body
.error-wrapper
h2 {
    margin: 4px 0 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #888;
    text-align: center;
}



.gri-restaurant-details-view
.view-body
.error-wrapper
.std-button-wrapper {
    margin-top: 25px;
}



.gri-restaurant-details-view
.view-body.error
.error-wrapper {
    display: block;
}





.gri-restaurant-details-view
.view-body
.details-wrapper {
    display: none;
}



.gri-restaurant-details-view
.view-body.success
.details-wrapper {
    display: block;
}



.gri-restaurant-details-view
.view-body
.details-wrapper
.detail-wrapper {
    position: relative;
    padding: 12px 0 12px 45px;
    border-top: 1px solid #eee;
}

.gri-restaurant-details-view
.view-body
.details-wrapper
.detail-wrapper:first-child {
    border-top: none;
}



.gri-restaurant-details-view
.view-body
.details-wrapper
.detail-wrapper
img {
    display: block;
    position: absolute;
    width: auto;
    height: 26px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}



.gri-restaurant-details-view
.view-body
.details-wrapper
.detail-wrapper
.details-body
.title {
    font-size: 14px;
    font-weight: 700;
    color: #ababab;
}



.gri-restaurant-details-view
.view-body
.details-wrapper
.detail-wrapper
.details-body
.details {
    margin: 3px 0 0 0;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    word-wrap: break-word;
}



.gri-restaurant-details-view
.view-body
.details-wrapper
.price
span {
    margin: 0 1px 0 0;
    color: #ccc;
    font-size: 18px;
    font-weight: 900;
}



.gri-restaurant-details-view
.view-body
.details-wrapper
.price
span.filled {
    color: #46DE29;
    color: #4DDB32;
}



.gri-restaurant-details-view
.view-body
.details-wrapper
.detail-wrapper
.details-body
p
.bullet {
    position: relative;
    margin: 0 6px;
    top: -3px;
    font-size: 8px;
    font-weight: 500;
    color: #ccc;
}



.gri-restaurant-details-view
.view-body
.details-wrapper
.location
.icon {
    left: 1px;
}



.gri-restaurant-details-view
.view-body
.details-wrapper
.address
.details-body
.details
a {
    color: #000;
}



.gri-restaurant-details-view
.view-body
.details-wrapper
.phone
.icon {
    left: 5px;
}



.gri-restaurant-details-view
.view-body
.details-wrapper
.phone
.details-body
.details
a {
    color: #000;
}



.gri-restaurant-details-view
.view-body
.details-wrapper
.website
.details-body
.details
a {
    color: #000;
}




















