

/* Start:/local/components/tim/menu/templates/.default/style.css?16691408972914*/
.restaurant_item__reviews-buttons{
    clear: both;
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0 0;
}

.restaurant_item__reviews-button{
    font-size: 14px;
    text-decoration: underline;
}

.restaurant_item__reviews-button_1{
    cursor: pointer;
}

.restaurant_item__reviews-button_2{
    cursor: pointer;
    color: #818181;
}

.restaurant_item__reviews-button_2:hover{
    text-decoration: none;
}

.restaurant_item__stars{
    margin: 5px 0 -3px 0;
}



.modal-review-wrapper{
    width: 400px;
}

.modal-review-form__item{
    margin: 0 0 20px 0;
}

.modal-review-form__item-stars{
    display: flex;
}

.modal-review-form__item-star{
    background: url("/local/components/tim/menu/templates/.default/images/star.png") no-repeat;
    height: 17px;
    width: 17px;
}

.modal-review-form__item-star_empty{
    background: url("/local/components/tim/menu/templates/.default/images/star-white.png") no-repeat;
    height: 17px;
    width: 17px;
}

.modal-review-form__item-stars-list{
    margin: 0 0 0 20px;
}

.modal-review-form__item-star-radio{
    opacity: 0;
}

.modal-review__head{
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}

.modal-review__title{
    text-align: center;
    font-size: 20px;
}

input.modal-review-form__item-text{
    width: 100%;
    line-height: 50px !important;
    height: 50px !important;
    font-size: 16px !important;
}

.modal-review-form__item-textarea{
    width: 100%;
}

.modal-review-form__item-textarea-label{
    display: block;
    font-weight: normal;
    font-size: 16px;
}

.modal-review-form__button-wrapper{
    text-align: center;
}

.modal-review-form__button{
    background: #996022;
    display: inline-block;
    border: 1px solid #b3b3b3;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 48px;
    padding: 0 20px 0 20px;
}


.modal-review-form-success{
    display: none;
    color: green;
}


.menu-top-right{
    list-style: none;
    margin: -15px 0 0 -15px;
    padding: 0 0 45px;	
	text-align:right;
}
.menu-top-right li{
    display: inline-block;
    vertical-align: top;
    margin: 0px 0 0 15px;
}	
.menu-top-right a{
    display: inline-block;
    background: none;
    font-family: 'Montserrat',Helvetica,Arial,sans-serif;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    line-height: normal;
    padding: 8px 10px;
    font-size: 12px;
    color: #000;
    min-width: 110px;
    border-width: 0;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
	
    border: 2px solid #996022;
    background-color: #996022;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.menu-top-right a:hover, .menu-top-right a:focus{
	border-color: #996022;
    background-color: #fff;
    color: #996022 !important;
}
/* End */
/* /local/components/tim/menu/templates/.default/style.css?16691408972914 */
