.appSidebarNav__menu a {
    padding: 1.2rem 2rem 1.2rem 2rem;
    text-decoration: none;
    color: var(--color-white);
    display: grid;
    grid-template-columns: 2.4rem auto;
    grid-gap: 1.6rem;
    align-items: center;
    transition: 0.3s;
    font-size: 1.4rem;
    font-weight: 500;
}

.niceeat_theme_free .container {
    font-family: var(--font-titles);
    padding: 0;
}

.niceeat_theme_free .container .main-content {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-titles)
}

.nice__announcement {
    font-size: 1.4rem;
    text-align: center;
    padding: 1.6rem;
}

.niceeat_theme_free h3 {
    font-size: 2.4rem;
    color: var(--color-primary);
    text-align: center;
    margin-bottom: 1rem;
    font-family: var(--font-titles);
    font-weight: 600;
}

.niceeat_theme_free h4 {
    font-family: var(--font-titles);
    font-size: 1.6rem;
    text-align: center;
    color: var(--color-text);
}

.niceeat_theme_free h4.cta_comment {
    font-size: 1.8rem;
    font-weight: bold;
}

.niceeat_theme_free .header {
    padding: 2.4rem;
    position: relative;
}

.niceeat_theme_free .header .logo {
    text-align: center;
    position: relative;
    z-index: 1;
}

.niceeat_theme_free .header .logo img {
    max-width: 18rem;
}

.niceeat_theme_free .theme-navbar {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2rem;
    z-index: 1;
}

.niceeat_theme_free .menu-block {
    display: flex;
    align-items: center;
    background: var(--color-primary);
    padding: 1rem;
    border-radius: 0.3rem;
}

.niceeat_theme_free .main-navigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 4rem 0;
    list-style: none;
}

.niceeat_theme_free .main-navigation ul li a {
    padding: 2rem;
    margin: 2rem;
    font-family: "Lato", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--color-black);
}

.theme-navbar-icon {
    height: 2rem;
    width: 2.2rem;
    fill: var(--color-white);
    cursor: pointer;
}

.niceeat_btn_container {
    position: absolute;
    padding: 2rem;
    bottom: 0;
    right: 0;
}

/*TOOLBAR*/
.toolbar-nice {
    border-bottom: 0.1rem solid var(--color-light-grey);
}

.toolbar-nice .container-nice {
    display: flex;
    justify-content: space-between;
    padding: 1rem 3rem;
    color: var(--color-text);
    align-items: center;
}

.niceeat_name {
    padding: 2.4rem;
}

.niceeat_name h1,
.niceeat_name h1 span {
    font-size: 3rem;
    font-family: var(--font-titles);
    font-weight: 600;
    color: var(--color-primary);
}

.niceeat_toolbarItems {
    min-width: 38rem;
}

.niceeat_rating {
    font-weight: 600;
    margin-right: 1rem;
}

.niceeat_toolbar_label {
    margin-right: 0.5rem;
}

.liked {
    color: var(--color-primary) !important;
}

/*ABOUT*/
.niceeat_theme_free .description .about {
    padding: 4rem 6rem;
}

.niceeat_theme_free .description .about h2 {
    font-size: 2.8rem;
    font-weight: normal;
    margin-bottom: 2rem;
    color: var(--color-primary);
    text-align: center;
    font-family: var(--font-titles);
    font-weight: 600;
}

.niceeat_theme_free .description .about p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--color-text);
    text-align: center;
}

.niceeat_theme_free .comment_button {
    display: block;
    background-color: var(--color-primary);
    color: var(--color-white);
    margin: 0 auto;
    padding: 1.2rem 3rem;
    border: 0;
    border-radius: 0.4rem;
    font-family: var(--font-titles);
    font-size: 1.8rem;
    font-weight: 500;
}

.description .comment_button,
.niceeat_comments .comment_button {
    margin-top: 2rem;
}

.about-image img {
    width: 100%;
}

/*GALLERY*/
.niceeat_theme_free .niceeat_gallery .gallery-container {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    grid-gap: 2rem;
    margin: 0;
}

.niceeat_theme_free .niceeat_gallery {
    padding: 4rem;
}

.niceeat_theme_free .niceeat_gallery .gallery-container .gallery-item img {
    width: 100%;
    height: auto;
}

/*SERVICES*/
.niceeat_theme_free .niceeat_services .theme_services {
    padding: 3rem 0;
    color: var(--color-text);
}

.services_list {
    display: flex;
    justify-content: center;
}

.services_list ul {
    display: inline-block;
    margin: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
    max-width: 90rem;
}

.services_list ul>li {
    display: inline-block;
    padding: 1rem;
}

.service_list__item span {
    font-size: 1.6rem;
}

/*OPENING*/
.niceeat_hours {
    padding: 3rem;
    color: var(--color-text);
}

.niceeat_hours .alert {
    text-align: center;
}

.niceeat_hours .opening-days {
    max-width: 70rem;
    margin: 2rem auto 5rem;
}

.opening-hours {
    padding: 3rem 0;
    margin: 3rem 2rem;
    border-bottom: 1px solid #efefef;
}

.opening-days {
    margin: 2rem 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(19rem, auto));
    grid-gap: 1rem 2rem;
}

.opening-day {
    font-size: 1.6rem;
}

/*ADS*/
.niceeat_ads {
    margin-bottom: 3rem;
}

.ads-niceeat {
    font-size: 1.8rem;
    min-height: 11rem;
    background: var(--color-purple);
    color: var(--color-white);
    padding: 0 3rem;
    margin: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1rem;
}

.ads-niceeat .title h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

/*COMMENTS*/
.niceeat_comments {
    display: flex;
    justify-content: center;
}

.niceeat_comments .niceeat_comments__box {
    max-width: 90rem;
    padding: 2.4rem;
}

.theme-comments-container {
    padding: 5rem 0;
}

.theme-comments_listItem {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 2rem;
    padding: 1.5rem 2rem;
    background: var(--color-light-grey);
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}

.theme-comments_listUser {
    display: flex;
    align-items: center;
}

.theme-comments__listComment {
    display: flex;
    align-items: center;
}

.theme-comments_userImage {
    width: 8rem;
    height: 8rem;
    border-radius: 13rem;
    margin-top: 0.5rem;
}

.theme-comments__commentContainer {
    padding: 1rem;
    color: var(--color-dark-grey);
}

.theme-comments__answer {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 0 0 0 10rem;
    margin-bottom: 1.5rem;
}

.thm_container {
    width: 100%;
    max-width: 125rem;
    margin: 0 auto;
}

/*FOOTER*/
.niceeat_footer {
    font-size: 1.6rem;
    line-height: 1.4em;
    color: var(--color-eerie-black);
    padding: 2.4rem;
}

.niceeat_footer a,
.niceeat_footer a:hover,
.niceeat_footer a:focus,
.niceeat_footer a:visited {
    color: var(--color-eerie-black);
}

.niceeat_footer .logo img {
    max-width: 15rem;
    margin-bottom: 2.5rem;
}

.niceeat_footer h1 {
    margin-bottom: 1rem;
}

.niceeat_footer .niceeat_address {
    margin-bottom: 2rem;
}

.footer-company__socialmedia {
    padding: 2rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(6rem, auto));
    justify-content: flex-start;
}

.niceeat_footer .theme-company__socialmedia a i {
    color: var(--color-white);
    font-size: 2.5rem;
}

.map-container {
    height: 40rem;
}

.niceeat_map #profile-map {
    height: 40rem;
}

.niceeat_map #map {
    height: 40rem;
}

.niceeat_footer .powered {
    text-align: center;
}

/*------------------------------------------------------*/


/*FORMS*/
.cf-roastbeef input[type="text"],
.cf-roastbeef input[type="password"],
.cf-roastbeef input[type="search"],
.cf-roastbeef input[type="email"],
.cf-roastbeef input[type="number"],
.cf-roastbeef input[type="datetime"],
.cf-roastbeef input[type="datetime-local"],
.cf-roastbeef input[type="date"],
.cf-roastbeef input[type="month"],
.cf-roastbeef input[type="time"],
.cf-roastbeef input[type="week"],
.cf-roastbeef input[type="url"],
.cf-roastbeef input[type="tel"],
.cf-roastbeef textarea,
.cf-roastbeef select {
    font-size: 1.5rem;
    border: 1px solid #ddd;
    padding: 7px;
    height: 3.5rem;
    color: var(--color-secondary);
}

.cf-roastbeef textarea {
    height: 15rem;
}

.cf-roastbeef input[type="text"]:focus,
.cf-roastbeef input[type="password"]:focus,
.cf-roastbeef input[type="search"]:focus,
.cf-roastbeef input[type="email"]:focus,
.cf-roastbeef input[type="number"]:focus,
.cf-roastbeef input[type="datetime"]:focus,
.cf-roastbeef input[type="datetime-local"]:focus,
.cf-roastbeef input[type="date"]:focus,
.cf-roastbeef input[type="month"]:focus,
.cf-roastbeef input[type="time"]:focus,
.cf-roastbeef input[type="week"]:focus,
.cf-roastbeef input[type="url"]:focus,
.cf-roastbeef input[type="tel"]:focus,
.cf-roastbeef textarea:focus,
.cf-roastbeef select:focus {
    outline: none;
}

.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);
}

/*SCROLLBAR*/

::-webkit-scrollbar {
    width: 1rem;
}

::-webkit-scrollbar-track {
    background: var(--color-secondary);
}

::-webkit-scrollbar-thumb {
    background: var(--color-secondary-dark);
}

::-webkit-scrollbar-thumb:active {
    background: var(--color-secondary-dark);
}

/*RESPONSIVE*/
.companySidebar {
    font-size: 1.6rem;
    font-family: "Nunito", sans-serif;
    height: 100%;
    position: fixed;
    z-index: 1049;
    top: 0;
    left: -76rem;
    width: 29rem;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
    opacity: 1;
    background-color: var(--color-dark-back);
    overflow-x: hidden;
    transition: 0.5s;
}

.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) {
    .niceeat_theme_free .container .main-content {
        padding: 0;
    }

    .niceeat_theme_free .header {
        position: relative;
        z-index: 99;
        min-height: 17vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .theme-header__nav {
        display: none !important;
    }

    .niceeat_name {
        border-bottom: 0.1rem solid var(--color-light-grey);
        padding: 1rem 0 2rem;
        margin-bottom: 1rem;
        display: block;
    }

    .niceeat_hours .opening-days {
        padding: 1rem;
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    .opening-day {
        display: flex;
        justify-content: center;
    }

    .theme-navbar {
        padding: 2rem;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
    }

    .toolbar-nice .container-nice {
        display: block;
    }

    .niceeat_toolbarItems {
        width: 100%;
        min-width: initial;
    }

    .niceeat_theme_free .description .about {
        padding: 3rem;
    }

    .niceeat_theme_free .description .about h2 {
        font-size: 2.4rem;
        text-align: center;
        line-height: 1.3em;
    }

    .niceeat_theme_free .description .about p {
        font-size: 1.6rem;
        font-weight: 400;
        text-align: center;
    }

    .niceeat_theme_free .header .logo img {
        max-width: 14rem;
    }

    .niceeat_theme_free .niceeat_services .theme_services {
        padding: 1rem 3rem;
    }

    .services_list {
        justify-content: flex-start;
    }

    .services_list ul {
        text-align: left;
    }

    .services_list ul>li {
        display: block;
    }

    .niceeat_theme_free .niceeat_gallery {
        padding: 3rem;
    }

    .niceeat_theme_free .niceeat_gallery .gallery-container {
        grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr))
    }

    .ads-niceeat {
        display: block;
        text-align: center;
        padding: 2rem 3rem 1rem;
    }

    .theme-comments_listItem,
    .theme-comments__answer {
        display: flex;
        padding: 0 0 0 2.4rem;
        gap: 2.4rem;
    }

    .theme-comments__commentContainer,
    .theme-comments_listUser {
        justify-content: center;
    }

    .theme-comments_userImage {
        width: 6rem;
        height: 6rem;
    }

    .theme-comments__commentContainer {
        padding: 2rem 0;
    }

    .niceeat_footer {
        text-align: center;
    }

    .niceeat_footer .theme-company__socialmedia {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .usuario-uknw {
        width: 6rem;
        height: 6rem;
        border-radius: 13rem;
    }

    .footer-company__socialmedia {
        display: flex;
        justify-content: center;
    }
}