.nice__announcement {
    font-size: 1.6rem;
    text-align: center;
    padding: 1.6rem;
}

.thm_header {
    padding: 0 2.5rem;
    position: relative;
    z-index: 2;
    width: 100%;
    top: 0;
}

.main_container {
    position: relative;
}

.thm_container {
    width: 100%;
    max-width: 125rem;
    margin: 0 auto;
}

.thm_medium-container {
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
}

.app__menu-container {
    padding: 0 1.6rem;
}

.thm_header .logo {
    text-align: center;
    padding: 2rem 2rem 1rem;
}

.thm_header .logo img {
    max-width: 20rem;
    height: auto;
    max-height: 12rem;
    transition: all ease 0.4s;
}

.sticky {
    top: 0;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 100;
}

.theme-menu {
    padding-bottom: 3rem;
}

.thm_navbar {
    padding-bottom: 1rem;
}

.thm_header .main_navigation ul.navigation_list {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.thm_header .main_navigation ul>li.menu_item {
    margin: 0 0.5rem;
    font-size: 1.6rem;
}

.thm_header .main_navigation ul>li>a {
    display: block;
    padding: 1.4rem 1rem;
    color: var(--color-light-text);
    transition: all ease 0.5s;
    border-bottom: 1px solid transparent;
}

.thm_header .main_navigation ul>li>a:hover {
    border-bottom: 1px solid var(--color-white);
}

.theme-navbar-icon {
    height: 2rem;
    width: 2.2rem;
    fill: var(--color-light-text);
    cursor: pointer;
}

.shopping-cartButton {
    background: transparent;
    margin-right: 1.2rem;
    position: relative;
    padding: 1rem;
}

.shopping-cartCounter {
    font-size: 1.4rem;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background-color: var(--color-primary);
    color: #fff;
    position: absolute;
    top: -0.2rem;
    right: -0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.order-buttonTop {
    display: flex;
    align-items: center;
}

.order-buttonTop .order_priceTop {
    color: var(--color-white);
}

h2.thm_customTitle {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2em;
    padding: 7rem 2.5rem 2rem;
    text-align: center;
}

.booking-button {
    margin: 0 2.5rem;
    text-align: center;
}

.nice__buttons {
    display: grid;
    grid-gap: 1.6rem;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.nice__buttons a {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    min-width: 27rem;
}

.nice__buttons button {
    display: flex;
    align-items: center;
    grid-template-columns: 1fr;
    box-shadow: 0 3px 15px rgb(0 0 0 / 25%);
    width: 100%;
    max-width: 30rem;
    text-align: center;
    justify-content: center;
}

.nice__buttons .delivery__icon {
    width: 3rem;
    height: 2rem;
    margin-right: 1rem;
    position: absolute;
    left: 2rem;
}

.btn_deliveryMenu {
    font-size: 1.8rem;
    padding: 1.5rem 2.5rem;
    border-radius: 0.4rem;
    transition: all ease 0.5s;
    color: var(--color-light-text);
}

.blog-nice__icon {
    height: 1.8rem;
    width: 1.8rem;
    fill: var(--color-light-text);
}

#icon-favorite {
    color: var(--color-dark-back);
}

.liked {
    fill: var(--color-primary) !important;
}

.comments-button {
    display: flex;
    justify-content: center;
    min-height: 10rem;
    align-items: center;
}

/*MENU*/

/*ABOUT*/
.pos2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.thm_aboutText {
    padding: 0;
    max-width: 62.5rem;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}

.thm_aboutTextcontainer {
    max-width: 48rem;
    padding: 4rem 0;
}

.thm_aboutDescripcion {
    font-size: 1.7rem;
    font-weight: normal;
    line-height: 1.5em;
    color: var(--color-light-text);
    text-align: center;
    padding: 3rem 0 2rem;
}

.thm_aboutImage img {
    width: 100%;
    height: auto;
}

/*SERVICES*/
.services-list ul {
    list-style: none;
    padding-left: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.services-list ul>li {
    display: inline-flex;
    margin-bottom: 1rem;
}

.service-list__item span {
    font-size: 1.6rem;
    padding: 1rem 1.2rem;
    border-radius: 0.3rem;
    margin: 0.5rem;
}

/*TITLE*/
.top-margin {
    margin-top: 20rem;
}

.theme-title h4 {
    font-size: 2rem;
    text-align: center;
}

/*GALLERY*/
.thm_gallery {
    padding: 5rem 2rem 0;
}

.gallery-container {
    padding: 0;
    width: 100%;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(38rem, 1fr));
    grid-gap: 2.4rem;
    margin-bottom: 2.4rem;
}

.gallery-item {
    display: flex;
    justify-content: center;
    height: 25rem;
    background-position: center;
    background-size: cover;
}

/*VIDEO*/
.thm_video {
    background: rgba(0, 0, 0, 0.2);
}

.video {
    margin: 0 auto;
    padding: 0;
}

/*OPENING*/
.thm_businessHours {
    color: var(--color-light-text);
}

.thm_businessHours .booking-button {
    text-align: center;
    margin: 3rem;
}

.opening-days {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, auto));
    grid-gap: 1.5rem;
}

.opening-day {
    font-size: 1.6rem;
}

/*CONTACT*/
.thm_contact .thm_container2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 7rem;
}

.thm_customMessage {
    color: var(--color-light-text);
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 2.5rem;
}

.data-protect {
    padding: 1rem 0;
    font-size: 1.4rem;
    line-height: 1.4em;
    font-weight: 300;
    text-align: justify;
}

.data-protect a,
.data-protect a:hover,
.data-protect a:visited,
.data-protect a:focus {
    color: var(--color-light-text);
    text-decoration: underline;
}

.map-container {
    height: 40rem !important;
    margin-bottom: 0;
}

.share-site {
    color: var(--color-light-text);
}

.thm_homePage {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "header"
        "main"
        "footer";
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
    position: relative;
}

.thm_services,
.thm_contact {
    padding: 6rem 2.5rem;
}

/*INNER MODULES*/

.thm_copyright {
    padding: 2rem;
    text-align: center;
}

/* COBERTURA */
.validation-zone {
    background-color: var(--color-primary);
    color: var(--color-white);
    padding: 1rem;
    font-weight: 500;
    display: block;
    text-align: center;
}

#mapUser {
    height: 100%;
}

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

.orderResume {
    z-index: 100;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
    background-color: #FFF;
    z-index: 20;
    position: fixed;
    display: inline-block;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input:focus,
#orderzone-pac-input:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}


/*EVENTS*/
.theme-events-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35rem, 32%));
    grid-gap: 4rem 2rem;
    padding: 2rem;
}

.theme-event__container {
    display: flex;
    justify-content: center;
}

.theme-events .thm_container {
    padding: 0 2.5rem;
    position: relative;
    z-index: 1;
}

.theme-event__container .box {
    max-width: 37rem;
}

.theme-event__containerImage img {
    width: 100%;
    max-width: 90rem;
}

.theme-event__containerInfo {
    padding: 2rem;
    display: grid;
    grid-template-rows: 3.5rem auto 4rem auto 4rem 5rem;
    color: var(--color-light-text);
}

.theme-post__infoDate {
    font-size: 1.6rem;
    line-height: 1.4em;
    display: flex;
    justify-content: space-between;
}

.theme-post__infoDate a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}

.theme-event__containerInfo h3 {
    font-size: 1.8rem;
    line-height: 1.4em;
    margin-bottom: 1rem;
    font-weight: bold;
}

.theme-event__infoLocation {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}

.theme-event__infoDescription {
    text-align: justify;
    font-size: 1.3rem;
    line-height: 1.4em;
    margin-bottom: 1.5rem;
}

.theme-event__extraInfo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    font-size: 1.6rem;
}


/************ COLLAPSIBLE ************/
.collapsible {
    background-color: var(--color-light-white);
    color: var(--color-secondary);
    cursor: pointer;
    padding: 1rem 2rem;
    width: 100%;
    border: 0.1rem solid var(--color-mid-white);
    text-align: center;
    outline: none;
    font-size: 1.4rem;
    font-weight: 600;
    display: block;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    transition: all ease 0.3s;
}

.active-collapsible,
.collapsible:hover {
    background-color: var(--color-light-text);
}

.collapsible:after {
    content: '\002B';
    color: var(--color-secondary);
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active-collapsible:after {
    content: "\2212";
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: var(--color-white);
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

.contentboxcollapsible {
    padding: 2rem 0;
    font-size: 1.4rem;
}

/*POSTS*/
.theme-posts-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4rem 2rem;
    padding: 2rem;
    max-width: 60rem;
    margin: 0 auto;
}

.theme-posts .thm_container {
    padding: 0 2.5rem;
    position: relative;
    z-index: 1;
}


.theme-post__containerImage img {
    width: 100%;
    max-width: 90rem;
}

.theme-post__containerInfo {
    padding: 2rem 0;
    display: grid;
    grid-template-rows: auto 4rem 5rem;
    color: var(--color-light-text);
}

.theme-post__containerInfo h3 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 1rem;
}

.theme-post__infoDate {
    font-size: 1.6rem;
    line-height: 1.4em;
}

#postModal .contain-full {
    max-width: 90rem;
    width: 100%;
}

#postModal .contain-full .modal-content {
    box-shadow: none;
}

#postModal .modal-header {
    background-color: var(--color-white);
    padding: 2rem 2rem 0;
    border-radius: 0;
}

#postModal .modal-body__postInfo {
    padding: 3.5rem 3.5rem 0;
    color: var(--color-light-text);
}

.modal-body__postTags {
    display: inline-block;
}

.modal-header__post {
    text-align: center;
    padding: 2rem;
}

.modal-header__post img.logo-user {
    max-width: 20rem;
}

.modal-body__postInfoheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-count-liked {
    padding: 0.5rem;
}

.like__iconbox {
    position: relative;
    margin: 0 2rem 0 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    height: 3.5rem;
    border-radius: 50%;
    transition: all ease 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-body__postImage img {
    width: 100%;
    max-width: 90rem;
}

.modal-body__post .post-title {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2.6rem;
    margin-bottom: 1rem;
}

.modal-body__postContent {
    text-align: justify;
    font-size: 1.4rem;
    line-height: 1.8em;
    margin: 2.5rem 0;
}

.modal-body__postTags .tag {
    padding: 0;
    border-radius: 0;
    margin: 1rem;
    display: inline-block;
    font-weight: 600;
}

/*FOOTER*/
.contact-form {
    color: var(--color-middark-grey);
}

img.logo-ft {
    max-width: 20rem;
    margin-bottom: 3rem;
    max-height: 13rem;
}

.footer-company__info {
    font-size: 1.6rem;
    line-height: 1.4em;
    color: var(--color-light-text);
}

.footer-company__info a {
    color: var(--color-light-text);
}

.theme-footer__container {
    text-align: center;
    padding-top: 3rem;
}

.created-with a,
.created-with a:visited,
.created-with a:hover,
.created-with a:focus {
    text-decoration: none;
    font-weight: bold;
}

/*FORMS*/
/************ MODAL ************/
.modal_sm {
    max-width: 47rem;
}

.modal-dialog {
    max-width: 60rem;
}

.modal-app .modal-body label {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--color-text);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
}

.modal-app {
    display: flex;
    font-family: var(--font-primary);
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1rem 0;
}

.postModalclose {
    font-size: 3rem;
    font-weight: normal;
}

.policy .modal-body {
    text-align: justify;
    color: var(--color-middark-grey);
}

.modal-footer {
    padding: 2rem;
    text-align: right;
    border-top: 1px solid transparent;
}

.modal-footer .btn {
    margin-bottom: 0 !important;
}

legend {
    color: var(--color-secondary);
    font-size: 1.6rem;
    text-transform: none;
}

.daterangepicker.dropdown-menu {
    box-shadow: none;
    margin-top: 0;
}

p.bookingDisclaimer {
    font-size: 1.3rem;
    text-align: justify;
}

p.bookingDisclaimer a,
p.bookingDisclaimer a:hover,
p.bookingDisclaimer a:visited,
p.bookingDisclaimer a:focus {
    color: var(--color-primary);
}

.niceeat_Booking {
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: var(--color-primary);
    color: var(--color-white);
    display: block;
}

.niceeat_Booking:hover {
    color: var(--color-white);
}

.niceeat_Cancel {
    display: table;
    font-size: 1.6rem;
    background-color: transparent;
    margin: 1rem auto;
    padding: 1rem;
}

.modal-footer {
    padding: 2rem;
    text-align: right;
    border-top: 1px solid transparent;
}

.modal-footer .btn {
    margin-bottom: 0 !important;
}

.cf textarea {
    height: 10rem;
}


.review-gc .rwp-stars {
    width: 165px;
    margin-bottom: 20px;
    margin-left: -15px
}

.review-gc .rwp-stars:after,
.review-gc .rwp-stars:before {
    content: " ";
    display: table
}

.review-gc .rwp-stars input[type="radio"] {
    display: none
}

.review-gc .rwp-stars .rwp-star {
    float: right;
    display: block;
    width: 15px;
    height: 30px;
    background-image: url(../clasico/rating-dish.png);
    background-repeat: no-repeat;
    background-size: 30px;
    margin: 0;
    padding: 0
}

.review-gc .rwp-stars .rwp-star.rwp-even {
    background-position: -15px -30px
}

.review-gc .rwp-stars .rwp-star.rwp-odd {
    background-position: 0 -30px
}

.review-gc .rwp-stars .rwp-star:last-child {
    background: 0 0
}

.review-gc .rwp-stars .rwp-rating:checked~.rwp-star,
.review-gc .rwp-stars .rwp-star:hover,
.review-gc .rwp-stars .rwp-star:hover~.rwp-star {
    background-position: 0 0
}

.review-gc .rwp-stars .rwp-rating:checked~.rwp-star.rwp-even,
.review-gc .rwp-stars .rwp-star.rwp-even:hover,
.review-gc .rwp-stars .rwp-star:hover~.rwp-star.rwp-even {
    background-position: -15px 0
}

.review-gc-labels {
    margin-bottom: 5px
}

.review-gc-labels:after,
.review-gc-labels:before {
    content: " ";
    display: table
}

.review-gc-label {
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700
}

.review-gc-score {
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700
}

.review-gc-base {
    display: block;
    width: 100%;
    background-color: #eee;
    height: 10px
}

.review-gc-value {
    display: block;
    background-color: #2196f3;
    height: inherit;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .4)
}

.rwp-five-stars {
    width: 80px;
    height: 16px;
    background-size: 16px;
    background-position: 0 -16px
}

.rwp-five-stars div {
    background-position: 0 0;
    background-size: 16px;
    background-image: inherit;
    display: block;
    height: 16px
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--color-secondary);
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--color-secondary);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--color-secondary);
}

.order-option {
    padding: 0 2.4rem 1.6rem;
    display: grid;
    grid-gap: 0.8rem;
    grid-template-columns: repeat(auto-fit, minmax(0.5rem, 1fr));
    align-items: center;
    width: 100%;
}

/*SCROLLBAR

::-webkit-scrollbar {width: 1rem; height: 1rem;}
::-webkit-scrollbar-track {background: var(--color-black);}
::-webkit-scrollbar-thumb {background: var(--color-secondary-dark);}
::-webkit-scrollbar-thumb:active {background: var(--color-secondary-dark);}
*/
/*RESPONSIVE*/

.navbar-header-company {
    min-height: 6rem;
    padding: 1rem 2rem;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    font-size: 2rem;
    color: var(--color-white);
}

.navbar-header-company .navbar-header__item {
    line-height: 2.5rem;
    font-size: 1.8rem;
    padding-right: 1rem;
}

.navbar-header__item .logo-img {
    width: 100%;
    max-width: 5rem;
}

@media (max-width: 768px) {

    /*NEW HEADER*/
    .thm_shoppingcartbtn {
        position: absolute;
        top: 4rem;
    }

    .thm_navbar {
        position: absolute;
        top: 4rem;
        right: 0;
    }

    .thm_header .thm_container {
        position: relative;
        align-items: center;
    }

    .thm_header .logo {
        padding: 1rem 2rem 1rem;
    }

    .thm_header .logo img {
        max-height: 8rem;
        height: auto;
    }

    h2.thm_customTitle {
        font-size: 2.6rem;
        padding: 3.2rem 3.2rem 1.6rem;
    }

    .thm_pageHeader {
        padding: 3.2rem;
        align-items: center;
        height: initial;
    }

    .theme-menu .thm_pageHeader {
        margin-bottom: 0;
    }

    .theme-title p {
        font-size: 1.6rem;
    }

    .nice__buttons {
        grid-template-columns: 1fr;
        padding: 0;
        text-align: center;
    }

    .nice__announcement {
        font-size: 1.2rem;
        padding: 0.8rem 1.6rem;
    }

    .opening-days {
        grid-template-columns: 1fr;
    }

    .pos2 {
        display: block;
    }

    .pos1 .thm_container {
        display: block;
    }

    .thm_aboutDescripcion {
        font-size: 1.4rem;
        line-height: 1.7em;
        color: var(--color-light-text);
        text-align: center;
        padding: 2rem 3rem;
    }

    .thm_about {
        margin: 0;
        padding: 0;
    }

    .thm_aboutTextcontainer {
        padding: 4rem 3rem 4rem;
    }

    .services-list ul {
        display: inline-block;
    }

    .service-list__item span {
        font-size: 1.4rem;
    }

    .gallery {
        padding: 4rem 0;
    }

    .gallery-container {
        grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
        grid-gap: 0;
        padding: 0;
    }

    .gallery-item {
        height: 17rem;
    }

    .main_navigation {
        display: none !important;
    }

    .opening-day {
        font-size: 1.4rem;
    }

    .thm_contact {
        text-align: center;
    }

    .thm_contact .thm_container2col {
        display: block;
    }

    .thm_contactForm {
        margin-bottom: 3rem;
    }

    .thm_contactData {
        text-align: center;
    }

    .thm_customMessage {
        font-size: 1.4rem;
    }

    .data-protect {
        font-size: 1.2rem;
    }

    .data-protect a,
    .data-protect a:hover,
    .data-protect a:visited,
    .data-protect a:focus {
        font-size: 1.2rem;
        line-height: 1.7em;
    }

    .footer-company__info {
        font-size: 1.4rem;
        line-height: 1.7em;
    }

    .top-margin {
        margin-top: 1rem;
    }

    .footer-company__phone a {
        font-size: 2rem;
        display: inline-block;
    }

    .thm_services,
    .thm_businessHours,
    .thm_contact {
        padding: 4rem 2.5rem;
    }

    img.logo-ft {
        max-width: 14rem;
    }

    .thm_copyright {
        padding: 2rem 2rem 7rem;
    }

    .theme-posts-container,
    .theme-events-container,
    .theme-event__containerInfo,
    .theme-coupons-container {
        display: block;
        padding: 0;
    }

    .theme-event__container {
        margin-bottom: 2rem;
    }

    .theme-event__containerInfo {
        padding: 2rem 0;
    }

    #postModal {
        padding-left: 0 !important;
    }

    #postModal .contain-full {
        margin: 0;
    }

    #postModal .contain-full .modal-content {
        border: 0;
    }

    .modal-body__postInfoheader {
        display: block;
        margin-bottom: 1rem;
    }

    .theme-post__containerInfo {
        grid-template-rows: auto 4rem 5rem;
    }

    .usuario-uknw {
        width: 5rem;
        height: 5rem;
    }

    .usuario-uknw .icon-user {
        font-size: 2.5rem;
    }

    /*EVENTS*/
    .theme-event__infoDate {
        font-size: 1.8rem;
    }

    .theme-event__containerInfo h3 {
        font-size: 1.8rem;
    }


    ::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    ::-webkit-scrollbar-track {
        background: var(--color-secondary);
    }

    ::-webkit-scrollbar-thumb {
        background: var(--color-secondary-dark);
    }

    ::-webkit-scrollbar-thumb:active {
        background: var(--color-secondary-dark);
    }
}

.poweredby {
    text-align: center;
}

.poweredby img {
    width: 10rem;
}

.niceeat-badge {
    width: 6rem;
    height: 6rem;
    transition: all ease 0.3s;
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 99;
}

.niceeat-badge:hover {
    box-shadow: 0.1rem 0.1rem 1rem #000;
    border-radius: 0.3rem;
}

.niceeat-badge img {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    box-shadow: grey 0px 0px 5px;
}

.niceeat_reviewBadge {
    display: flex;
    margin-bottom: 3rem;
}

.niceeat_review {
    border: 0.2rem dashed var(--color-yellow);
    border-radius: 0.5rem;
    display: flex;
    background-color: var(--color-white);
}

.niceeat_reviewScore {
    padding: 1rem;
    text-align: center;
}

.niceeat_review .reviewScore {
    color: var(--color-yellow);
    font-size: 3.6rem;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    line-height: 1em;
}

.niceeat_reviewScore span {
    font-size: 1.3rem;
    color: var(--color-text);
}

.niceeat_reviewComments {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    background-color: #f06543;
    background-image: linear-gradient(315deg, #f06543 0%, #ffbe3d 74%);
    color: var(--color-white);
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.niceeat_reviewStaricon {
    height: 3rem;
    width: 3.2rem;
    fill: var(--color-white);
    cursor: pointer;
}

.niceeat_commentsCounter {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.25);
    margin-top: 0.5rem;
    margin-left: 2rem;
}