/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 19 Sept 2024, 07:01:00
    Author     : gasperrencof
*/



a {
    text-decoration: none;
}





.btn_fit {
    margin: 1rem 0;
}
@media (max-width: 50em) {
    .btn_fit {
        text-align: center;
    }
}
.btn_fit a {
    display: inline-block;
    background-color: #fff;
    color: #292828;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1.25rem 5rem 1.25rem 3rem;
    border-radius: 0.25rem;
    position: relative;
    line-height: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.btn_fit a::after {
    content: "";
    display: block;
    padding-left: 0.5rem;
    width: 2.5rem;
    height: 1.3rem;
    position: absolute;
    border-left: 1px solid #292828;
    background-image: url(../images/fit/arrow.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.btn_fit a:hover {
    background-color: #d1e5a1;
}
.btn_fit a:hover::after {
    -webkit-transform: translate(0.25rem, -50%);
    transform: translate(0.25rem, -50%);
    border-left: 1px solid transparent;
}
.btn-primary-fit a {
    background-color: #CAB180;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    color: #fff;
    background: #CAB180;
}

::selection {
    color: #fff;
    background: #CAB180;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}
@media (max-width: 87.5em) {
    html {
        font-size: 55%;
    }
}

body {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #292828;
}

a:link,
a:visited {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-only {
    display: none;
}
@media (max-width: 50em) {
    .mobile-only {
        display: block;
    }
}

@media (max-width: 50em) {
    .desktop-only {
        display: none !important;
    }
}

.wrapper {
    max-width: 138rem;
    margin: 0 auto;
    padding-left: 4rem;
    padding-right: 4rem;
}
@media (max-width: 50em) {
    .wrapper {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 50em) {
    .row-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.row-flex .flex-col-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
}
.row-flex .flex-col-4 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
}
@media (max-width: 50em) {
    .row-flex .flex-col-6, .row-flex .flex-col-4 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }
}

.a-center {
    text-align: center;
}

.section {
    padding: 7rem 0;
    background-color: #000;
}
.section-primary {
    background-color: #CAB180;
}
.section-primary h2 {
    color: #292828;
}

@media (max-width: 65em) {
    .section-taste .card_fit {
        max-width: 45rem;
        margin-left: auto;
        margin-right: auto;
    }
}
.section-taste .taste-content {
    padding-right: 5rem;
}
.section-taste .taste-content .btn_fit {
    margin-top: 4rem;
}
@media (max-width: 50em) {
    .section-taste .taste-content {
        padding-right: 0;
        text-align: center;
    }
}

.section-how h2 {
    margin-bottom: 3rem;
}

.section-why {
    padding-bottom: 10rem;
}
@media (max-width: 50em) {
    .section-why {
        padding-top: 0;
        padding-bottom: 5rem;
    }
    .section-why h2 {
        text-align: center;
    }
}
.section-why .section-why-img {
    max-width: 85%;
    display: block;
}
@media (max-width: 50em) {
    .section-why .section-why-img {
        margin: 0 auto 4rem;
    }
}

.banner img {
    width: 100%;
}

.section-gallery {
    padding-top: 0;
}

.section-map h2 {
    margin-bottom: 7rem;
}
@media (max-width: 50em) {
    .section-map h2 {
        margin-bottom: 3rem;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 50em) {
    .section-map img {
        margin: 0 auto;
    }
}

.header_fit {
    background-color: #000;
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
}
.header_fit .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem 0;
}
@media (max-width: 50em) {
    .header_fit .header-inner {
        padding: 1rem 0;
    }
}
.header_fit .header-inner .header-logo {
    width: 20%;
}
@media (max-width: 65em) {
    .header_fit .header-inner .header-logo {
        text-align: center;
        margin-left: 50px;
    }
}
.header_fit .header-inner .header-logo img {
    width: 100%;
    max-width: 14rem;
}
@media (max-width: 65em) {
    .header_fit .header-inner .header-logo img {
        max-width: 11rem;
    }
}
@media (max-width: 50em) {
    .header_fit .header-inner .header-logo img {
        max-width: 9rem;
    }
}
.header_fit .header-inner .header-nav {
    width: 60%;
}
@media (max-width: 65em) {
    .header_fit .header-inner .header-nav {
        display: none;
        position: absolute;
        background: #000;
        top: 7rem;
        width: 100%;
        left: 0;
    }
}
.header_fit .header-inner .header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 65em) {
    .header_fit .header-inner .header-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 3rem 0;
    }
}
.header_fit .header-inner .header-nav ul a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 2rem 3rem;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
@media (max-width: 65em) {
    .header_fit .header-inner .header-nav ul a {
        padding: 1rem 2rem;
        display: block;
    }
}
.header_fit .header-inner .header-nav ul a:hover {
    color: #CAB180;
}
.header_fit .header-inner .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20%;
    justify-content: flex-end;
}
@media (max-width: 65em) {
    .header_fit .header-inner .header-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.header_fit .header-inner .header-right .header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2rem;
}
.header_fit .header-inner .header-right .header-search input {
    background-color: transparent;
    border: none;
    height: 4rem;
    border-radius: 0.5rem;
    padding-left: 1rem;
    width: calc(100% - 2rem);
    color: #fff;
}
@media (max-width: 50em) {
    .header_fit .header-inner .header-right .header-search input {
        display: none;
    }
}
.header_fit .header-inner .header-right .header-search input:focus-visible {
    outline: none;
}
.header_fit .header-inner .header-right .header-search button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 2rem;
}
.header_fit .header-inner .header-cart {
    background-color: #CAB180;
    padding: 0.75rem;
    border-radius: 0.5rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 3rem;
}
.header_fit .header-inner .header-cart:hover {
    background-color: #d1e5a1;
}
.header_fit .header-inner .header-cart img {
    width: 2rem;
}
@media (max-width: 65em) {
    .header_fit .header-inner > div {
        width: 33.333% !important;
    }
}
.header_fit .mobile-nav {
    display: none;
}
.header_fit .mobile-nav img {
    width: 3rem;
}
@media (max-width: 65em) {
    .header_fit .mobile-nav {
        display: block;
    }
}

.hero {
    background-color: #000;
}
@media (max-width: 50em) {
    .hero {
        padding-top: 3rem;
        text-align: center;
    }
}
.hero .hero-inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.hero .hero-inner .hero-content {
    padding-top: 3rem;
    padding-bottom: 5rem;
}
@media (max-width: 50em) {
    .hero .hero-inner .hero-content {
        padding: 0;
    }
}
.hero .hero-inner .hero-sign {
    width: 100%;
    max-width: 26rem;
    margin: 1rem 0;
}
@media (max-width: 87.5em) {
    .hero .hero-inner .hero-sign {
        max-width: 20rem;
    }
}
.hero p {
    color: #fff;
}

.card_fit {
    padding: 1rem 2rem;
}
.card_fit .card-img {
    position: relative;
    text-align: center;
}
@media (max-width: 50em) {
    .card_fit .card-img {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.card_fit .card-img .card-img-label {
    position: absolute;
    bottom: 2rem;
    right: 3rem;
    width: 6rem;
    height: 6rem;
    background-color: #D5B679;
    border-radius: 50%;
    font-size: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: bold;
}
@media (max-width: 50em) {
    .card_fit .card-img .card-img-label {
        bottom: 3rem;
        right: 4rem;
    }



}
.card_fit .card-img .card-img-label span {
    font-size: 1.4rem;
    margin-top: -4px;
}
.card_fit .card-inner {
    background-color: #fff;
    padding: 14rem 3.5rem 3rem 3.5rem;
    margin-top: -14rem;
    border-radius: 2rem;
    text-align: center;
}
@media (max-width: 50em) {
    .card_fit .card-inner {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.card_fit .card-inner .card-title {
    font-size: 1.8rem;
    font-weight: 400;
    padding-bottom: 1em;
}
.card_fit .card-inner .card-title strong {
    display: block;
    font-size: 2.1rem;
}
.card_fit .card-inner .card-desc {
    font-size: 1.6rem;
    line-height: 1.2;
}
.card_fit.card2 .card-img {
    padding: 0 3rem 2rem 3rem;
}

/* Slider */
.slick-slider {
    position: relative;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 9;
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #CAB180;
}
.slick-prev:hover,
.slick-next:hover {
    opacity: 1;
}
.slick-prev::before,
.slick-next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 2rem;
    height: 1.5rem;
    background-image: url(../images/fit/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.slick-prev svg,
.slick-next svg {
    fill: #292828;
    width: 3rem;
}
@media (max-width: 50em) {
    .slick-prev svg,
    .slick-next svg {
        width: 2rem;
    }
}

.slick-prev {
    left: 1rem;
}
@media (max-width: 50em) {
    .slick-prev {
        left: 0;
    }
}
.slick-prev::before {
    -webkit-transform: translate(-50%, -50%) scale(-1);
    transform: translate(-50%, -50%) scale(-1);
}
.slick-prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-next {
    right: 1rem;
}
@media (max-width: 50em) {
    .slick-next {
        right: 0;
    }
}

.icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 6rem;
    padding-right: 1rem;
}
@media (max-width: 37.5em) {
    .icon-list {
        max-width: 26rem;
        margin-left: auto;
        margin-right: auto;
    }
}
.icon-list li {
    padding-left: 8rem;
    position: relative;
    color: #fff;
    width: 50%;
    margin-bottom: 5rem;
}
@media (max-width: 37.5em) {
    .icon-list li {
        width: 100%;
    }
}
.icon-list li img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 6rem;
}
.icon-list li span {
    color: #CAB180;
}
.icon-list-product li {
    color: #292828;
}

.accordian {
    list-style: none;
    padding-bottom: 6rem;
    max-width: 80rem;
    margin: 0 auto;
}
@media (max-width: 50em) {
    .accordian {
        padding-bottom: 0;
    }
}
.accordian p {
    margin-bottom: 2rem;
    padding-bottom: 0;
}
.accordian ul, .accordian ol {
    padding-left: 2rem;
    margin-bottom: 2rem;
}
.accordian ul li, .accordian ol li {
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.3;
}
.accordian:not(.accordian-iside) .accordian-row {
    position: relative;
}
.accordian:not(.accordian-iside) .accordian-row:first-of-type {
    margin-top: 4rem;
    /*
    .accordian-a {
        display: block;
    }
    */
}

.accordian-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3882352941);
}
.accordian-row .accordian-q::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    background-image: url(../images/fit/arrow-down.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
@media (max-width: 50em) {
    .accordian-row .accordian-q::before {
        width: 1.8rem;
        height: 2rem;
        right: 2rem;
    }
}
.accordian-row .accordian-q span {
    background-color: #CAB180;
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-left: 2rem;
}
.accordian-row .accordian-q h4 {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
}
@media (max-width: 50em) {
    .accordian-row .accordian-q h4 {
        font-size: 1.6rem;
        padding-right: 2rem;
    }
}

.accordian-row-arrow-active .accordian-q::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.accordian-q {
    text-transform: unset;
    cursor: pointer;
    padding: 1.5rem 0;
    margin-bottom: 1rem;
    position: relative;
    color: #292828;
    font-size: 2.6rem;
    margin-bottom: 0 !important;
}
@media (max-width: 50em) {
    .accordian-q {
        padding: 1.5rem 3rem 1.5rem 3rem;
        font-size: 1.6rem;
    }
}
.accordian-q.accordian-visited::after {
    display: none !important;
}
.accordian-q h4 {
    line-height: 1.4;
    margin-bottom: 0;
    color: #fff;
}

.accordian-a {
    display: none;
    padding: 0 0 3rem;
}
@media (max-width: 50em) {
    .accordian-a {
        font-size: 1.5rem;
        padding: 0 0 2rem;
    }
}
.accordian-a p {
    color: #fff;
}
@media (max-width: 50em) {
    .accordian-a p {
        font-size: 1.6rem;
        padding-left: 3rem;
        padding-right: 2rem;
    }
}

.accordian .wp-block-columns {
    margin-bottom: 0;
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}
@media (max-width: 50em) {
    .gallery {
        margin-left: -2rem;
        margin-right: -2rem;
        width: calc(100% + 4rem);
    }
}
.gallery img {
    border-radius: 2rem;
}
@media (max-width: 50em) {
    .gallery img {
        border-radius: 3rem;
    }
}
.gallery .gallery-big {
    width: calc(40% - 1rem);
    -ms-flex-preferred-size: calc(40% - 1rem);
    flex-basis: calc(40% - 1rem);
}
.gallery .gallery-big img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 50em) {
    .gallery .gallery-big {
        display: none;
    }
}
.gallery .gallery-small {
    width: calc(60% - 1rem);
    -ms-flex-preferred-size: calc(60% - 1rem);
    flex-basis: calc(60% - 1rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
}
.gallery .gallery-small img {
    width: calc(33.33% - 1rem);
}
@media (max-width: 50em) {
    .gallery .gallery-small {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
@media (max-width: 50em) {
    .gallery .slick-gallery .slick-list {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .gallery .slick-gallery .slick-list img {
        padding: 0.5rem;
    }
    .gallery .slick-gallery .slick-prev {
        left: 0.5rem;
    }
    .gallery .slick-gallery .slick-next {
        right: 0.5rem;
    }
}

.banner-gold {
    background-color: #CAB180;
    padding: 3rem;
}
@media (max-width: 50em) {
    .banner-gold {
        text-align: center;
    }
}
.banner-gold h2, .banner-gold p {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #292828;
}
.banner-gold .row-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 50em) {
    .banner-gold h2 {
        margin-bottom: 2rem;
    }
}

.meals {
    overflow-x: hidden;
}
.meals .meals-item {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}
@media (max-width: 37.5em) {
    .meals .meals-item {
        position: relative;
        padding-top: 48vw;
        margin-bottom: 2rem;
    }
}
.meals .meals-item .meals-item-desc {
    width: 25%;
}
@media (max-width: 65em) {
    .meals .meals-item .meals-item-desc {
        width: 50%;
    }
}
@media (max-width: 37.5em) {
    .meals .meals-item .meals-item-desc {
        width: 100%;
        padding-right: 15%;
        padding-bottom: 4rem;
    }
}
.meals .meals-item .meals-item-desc p {
    font-size: 1.6rem;
}
.meals .meals-item .meals-item-img {
    width: 33%;
    text-align: center;
}

.meals .meals-item .meals-item-img .new{
    background-color: #d2b887;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: auto;
    z-index: 1;
    position: relative;
    font-size: 25px;
    margin-top: -123px;
    margin-right: 40px;
}

@media (max-width: 65em) {
    .meals .meals-item .meals-item-img {
        width: 50%;
    }
}
@media (max-width: 37.5em) {
    .meals .meals-item .meals-item-img {
        width: 100%;
    }
}
.meals .meals-item .meals-item-img .meals-item-main-img {
    margin-bottom: 1rem;
}
@media (max-width: 37.5em) {
    .meals .meals-item .meals-item-img .meals-item-main-img {
        position: absolute;
        width: 100%;
        max-width: 68vw;
        left: 0;
        top: 0;
    }
}
.meals .meals-item .meals-item-prep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.meals .meals-item .meals-item-prep li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
}
.meals .meals-item .meals-item-prep img {
    height: 4rem;
    width: auto;
    margin-right: 1rem;
}
.meals .meals-item .meals-item-info {
    width: 42%;
    position: relative;
}
@media (max-width: 37.5em) {
    .meals .meals-item .meals-item-info {
        position: unset;
    }
}
@media (max-width: 65em) {
    .meals .meals-item .meals-item-info {
        width: 100%;
        margin-top: 5rem;
    }
}
.meals .meals-item .meals-item-info h4 {
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-bottom: 2rem;
}
.meals .meals-item .meals-item-info .meals-item-info-inner {
    border: 1px solid #CAB180;
    padding: 2rem;
    max-width: 80%;
    padding-right: 10rem;
}
@media (max-width: 65em) {
    .meals .meals-item .meals-item-info .meals-item-info-inner {
        padding-right: 16rem;
    }
}
@media (max-width: 37.5em) {
    .meals .meals-item .meals-item-info .meals-item-info-inner {
        max-width: 100%;
        padding-right: 2rem;
    }
}
.meals .meals-item .meals-item-info .meals-item-info-inner li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    border-bottom: 1px dotted #292828;
}
.meals .meals-item .meals-item-info .meals-item-info-inner span {
    font-size: 1.4rem;
    background-color: #fff;
    position: relative;
    margin-bottom: -6px;
}
.meals .meals-item .meals-item-info .meals-item-info-inner span:first-of-type {
    padding-right: 0.5rem;
}
.meals .meals-item .meals-item-info .meals-item-info-inner span:last-of-type {
    padding-left: 0.5rem;
}
.meals .meals-item .meals-item-info .meals-item-plate {
    position: absolute;
    top: 50%;
    right: -12rem;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    max-width: 300px;
}
@media (max-width: 87.5em) {
    .meals .meals-item .meals-item-info .meals-item-plate {
        max-width: 22vw;
        width: 100%;
        right: -7vw;
    }
}
@media (max-width: 65em) {
    .meals .meals-item .meals-item-info .meals-item-plate {
        max-width: 36rem;
        right: -5rem;
    }
}
@media (max-width: 37.5em) {
    .meals .meals-item .meals-item-info .meals-item-plate {
        right: -28vw;
        width: 100%;
        max-width: 56vw;
        top: 40vw;
    }
}

.slim-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #CAB180;
    padding: 0.5rem 2rem;
}
@media (max-width: 65em) {
    .slim-banner {
        padding-top: 1rem;
    }
}
.slim-banner > div {
    width: 33.3333%;
}
.slim-banner a, .slim-banner p, .slim-banner span {
    font-size: 1.2rem;
    margin-bottom: 0;
    color: #292828;
}
@media (max-width: 65em) {
    .slim-banner .slim-banner-info,
    .slim-banner .slim-banner-user {
        display: none;
    }
}
.slim-banner .slim-banner-info ul,
.slim-banner .slim-banner-user ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slim-banner .slim-banner-info ul li:not(:last-of-type),
.slim-banner .slim-banner-user ul li:not(:last-of-type) {
    padding-right: 2rem;
}
.slim-banner .slim-banner-info ul li a,
.slim-banner .slim-banner-user ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slim-banner .slim-banner-info ul li a img,
.slim-banner .slim-banner-user ul li a img {
    margin-right: 0.5rem;
    width: 1.4rem;
    filter: invert(1);
}
.slim-banner .slim-banner-user {
    text-align: right;
}
.slim-banner .slim-banner-user ul {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.slim-banner .slim-banner-msg {
    text-align: center;
}
@media (max-width: 65em) {
    .slim-banner .slim-banner-msg {
        width: 100%;
    }
}
.slim-banner .slim-banner-msg p {
    font-weight: bold;
}

.product {
    padding-top: 5rem;
    background-color: #ffffff;
}
@media (max-width: 50em) {
    .product {
        padding-top: 2rem;
    }
}
.product h1, .product h2 {
    color: #292828;
}
.product .product-summary {
    padding: 4rem 0 4rem 3rem;
}
@media (max-width: 50em) {
    .product .product-summary {
        padding: 0;
    }
}
.product .product-summary h1, .product .product-summary h2 {
    font-size: 3rem;
    text-transform: none;
    font-weight: bold;
    padding-bottom: 1rem;
    font-family: 'Roboto Condensed', sans-serif;
}
.product .product-summary .product-summery-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product .product-summary .product-summery-review .product-summery-stars img {
    width: 1.6rem;
    margin-right: 0.25rem;
}
.product .product-summary .product-summery-review .product-summery-review-num {
    font-size: 1.4rem;
    padding-left: 0.5rem;
}
.product .product-summary .product-price {
    margin-top: 3rem;
}
.product .product-summary .product-price .product-price-old {
    font-size: 1.6rem;
    text-decoration: line-through;
}
.product .product-summary .product-price .product-price-current-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product .product-summary .product-price .product-price-current-wrapper .product-price-current {
    font-size: 3rem;
    font-weight: bold;
}
.product .product-summary .product-price .product-price-current-wrapper .product-price-discount {
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: bold;
    margin-left: 1rem;
    background-color: #cab180;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 50%;
    text-align: center;
}

.product .product-summary .product-price .product-price-tax-text {
    font-size: 1.2rem;
    color: #888888;
}
.product .product-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3rem;
    text-transform: uppercase;
}
.product .product-stock .produc-stock-text {
    font-size: 1.4rem;
}
.product .product-stock .product-stock-color {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: #C8E28D;
    border-radius: 50%;
    margin-right: 0.5rem;
}
.product .buy-btn {
    margin-top: 2rem;

}
.product .buy-btn .add-to-cart {
    text-align: center;
    width: 100%;
    max-width: 40rem;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
    border: none;
    background-color: #d1e5a1;
    border-radius: 0.5rem;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #292828;
}
.product .buy-btn .add-to-cart:hover {
    background-color: #c8e28d;
}
.product .buy-btn .add-to-cart img {
    margin-right: 1rem;
}
.product .product_brand_new {
    padding-right: 5rem;
}
@media (max-width: 50em) {
    .product .product_brand_new {
        text-align: center;
        padding: 0 3rem 5rem;
    }
}
.product .product_brand_new .product-brand-logo {
    width: 100%;
    max-width: 19rem;
    margin: 6rem 0 1rem;
}
@media (max-width: 50em) {
    .product .product_brand_new .product-brand-logo {
        margin: 2rem 0 0;
    }
}

.product-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-gallery img:first-of-type {
    width: 100%;
}
.product-gallery img:not(:first-of-type) {
    width: 33.333%;
    padding: 1rem;
    height: 16vw;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 37.5em) {
    .product-gallery img:not(:first-of-type) {
        display: none;
    }
}

.product-quantity {
    margin-top: 4rem;
}
.product-quantity .product-quantity-title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3rem;
}
.product-quantity .product-quantity-btn {
    cursor: pointer;
    background-color: transparent;
    border: none;
    min-width: 15rem;
    margin-right: 1rem;
}
@media (max-width: 50em) {
    .product-quantity .product-quantity-btn {
        min-width: 12rem;
    }
}
.product-quantity .product-quantity-btn .product-quantity-btn-inner {
    padding: 1.5rem 1rem;
    border: 2px solid #ddd;
    border-radius: 0.5rem;
    font-size: 1.6rem;
}
@media (max-width: 50em) {
    .product-quantity .product-quantity-btn .product-quantity-btn-inner {
        font-size: 1.4rem;
    }
}
.product-quantity .product-quantity-btn .product-quantity-btn-inner span {
    font-size: 1.6rem;
}
@media (max-width: 50em) {
    .product-quantity .product-quantity-btn .product-quantity-btn-inner span {
        font-size: 1.4rem;
    }
}
.product-quantity .product-quantity-btn .product-quantity-best {
    background-color: #CAB180;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    text-align: center;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem 0.5rem 0 0;
    margin-bottom: -2px;
    position: relative;
}
.product-quantity .product-quantity-btn .product-quantity-best + .product-quantity-btn-inner {
    border-radius: 0 0 0.5rem 0.5rem;
}
.product-quantity .product-quantity-btn.product-quantity-btn-selected .product-quantity-btn-inner {
    background-color: #ddd;
    border: 2px solid #CAB180;
}

.product-taste {
    margin-top: 3rem;
}
@media (max-width: 50em) {
    .product-taste .product-taste-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 50em) {
    .product-taste .product-taste-item .product-taste-item-content {
        width: 45%;
    }
}
@media (max-width: 50em) {
    .product-taste .product-taste-item > img {
        width: 55%;
    }
}
.product-taste .product-taste-title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3rem;
}
.product-taste .product-taste-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.7rem;
    border: 2px solid #CAB180;
    border-radius: 0.5rem;
    margin-top: 2rem;
    background-color: #ffffff;
    flex-wrap: wrap;
}

.product-taste .product-taste-list .product-taste-item{
    flex: 1;
    width: 33%;
    margin-bottom: 15px;
}

.product-taste .product-taste-list img{
    max-width: 200px;
}

.product-taste .product-taste-list .product-taste-item .new{
    background-color: #d2b887;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: auto;
    margin-top: -63px;
    z-index: 1;
    position: relative;
}

@media (max-width: 50em) {
    .product-taste .product-taste-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.product-taste .product-taste-list h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
}
@media (max-width: 50em) {
    .product-taste .product-taste-list h4 {
        margin-bottom: 1rem;
        text-align: left;
    }
}
.product-taste .product-taste-list .quantity_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 50em) {
    .product-taste .product-taste-list .quantity_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.product-taste .product-taste-list .quantity_wrap label {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 1rem;
    margin-top: 6px;
}
@media (max-width: 50em) {
    .product-taste .product-taste-list .quantity_wrap label {
        margin-bottom: 0.5rem;
    }
}
.product-taste .product-taste-list .quantity_wrap .quantity_box .pro-qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 2rem;
}
.product-taste .product-taste-list .quantity_wrap .quantity_box .pro-qty input {
    width: 3rem;
    text-align: center;
    border: none;
    font-size: 1.4rem;
}
.product-taste .product-taste-list .quantity_wrap .quantity_box .dec, .product-taste .product-taste-list .quantity_wrap .quantity_box .inc {
    width: 2rem;
    text-align: center;
    cursor: pointer;
}
.product-taste .product-taste-list .change_quantity_error {
    display: none;
}

.main_nav{
    padding: 0px;
}

.top_nav{
    display: none;
}


.hero .btn_fit{
    display: block;
}


footer .top{
    background-color: #CAB180;
    color: #292828;
}

footer .top img{
    filter: invert(1);
}


footer{
    background-color: #000000;
}


footer .main .info_box{
    margin-top: 0px;
}


footer .main .copyright{
    margin-top: 40px;
    text-align: center;
}

footer .main ul li{
    margin-bottom: 4px;
}

footer .main ul li a{
    font-size: 14px;
}


footer .main .info{
    font-size: 14px;
    margin-bottom: 5px;
}

.product_page .right_price_box {
    margin-top: 12px;
    margin-bottom: 20px;
}

.product_page.product_page_update .price_text{
    margin-left: 0px;
}

.number_of_taste_error{
    color: white;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 700;
    border: 1px solid #cab180;
    padding: 10px;
    margin-top: -2px;
    border-top: none;
    background-color: #d44d26;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}


.opinions h2.sub_main{
    font-size: 40px;
    margin-top: 90px;
}

.opinions h2.sub_main span{
    display: inline-block;
}


.product_page .tax{
    margin-top: 5px;
}

.cart_box{
    margin-left: auto;
    margin-right: 0;
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background-color: #cab180;
    text-align: center;
    transition: .3s;
    float: right;
}

.cart_box.cart_box_active {
    background-color: #d1e5a1;
}


.cart_box:hover{
    cursor: pointer;
}


.product_page .right_price_btn{
    width: 148px;
}


.banner-gold h2{
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
}

.banner-gold h2 strong{
    font-family: 'Roboto Condensed', sans-serif;
}

.free_recipe{
    margin-bottom: 50px;
}

.card_fit.card_fit_new .new{
    position: absolute;
    bottom: 2rem;
    left: 5rem;
    width: 6rem;
    height: 6rem;
    background-color: #D5B679;
    border-radius: 50%;
    font-size: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

@media screen and (max-width: 991px) {
    .mobile_nav_btn {
        display: block;
        position: absolute;
        margin-left: 0;
        margin-top: 0px;
        z-index: 1;
        filter: invert(1);
    }


    .header_fit .header-inner .header-logo{
        width: 100% !important;
        position: absolute;
        text-align: center;
        margin: 0 auto;
        left: 0px;
        z-index: -1;
    }

    .cart_box{
        margin: 0px;
        float: revert-layer;
        position: absolute;
        right: 20px;
    }

    .header_fit .header-inner {
        padding: 1rem 0;
        padding-top: 36px;
    }


    .header_fit{
        min-height: 70px;
    }

    .slim-banner .slim-banner-msg p{
        font-size: 10px;
    }

    .product-taste .product-taste-item {
        margin-bottom: 11px;
        border-bottom: 1px solid #efe6d6;
        padding-bottom: 10px;
    }


    .product_page .right_price_btn{
        font-size: 16px;
    }

    .product .product_brand_new .product-brand-logo{
        max-width: 15rem;
    }

    .rating_mobile{
        display: block;
        position: absolute;
        bottom: 3px;
    }

    .products_categories .product_card .rating_mobile .ratings{
        display: inline-block;
    }

    .products_categories .product_card .rating_mobile .grades{
        display: inline-block;
        font-size: 10px;
    }


    .card_fit.card_fit_new .new{
        bottom: 3rem;
        left: 6rem;
        font-size: 16px;
    }

    .meals .meals-item .meals-item-img .new{
        position: absolute;
        top: 210px;
        right: 70px;
        width: 50px;
        height: 50px;
        font-size: 16px;
    }

    .product-taste .product-taste-list .product-taste-item{
        width: 100%;
    }

    .product-taste .product-taste-list .product-taste-item .new{
        position: absolute;
        right: 30px;
        margin: 0;
        margin-top: 69px;
        width: 40px;
        height: 40px;
        font-size: 12px;

    }
}