@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    background: #201c1c;
    margin: 0;
    font: 400 20px/25px 'DM Sans', sans-serif;
    /* color:#fff; */
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #fff;
}

input,
button,
select,
textarea {
    outline: none;
}

.left-text,
.left-text * {
    text-align: left !important;
}

#wrapper {
    width: 100%;
    position: relative;
}

.img-responsive {
    width: 100%;
    display: block;
    height: auto;
}

.container {
    max-width: 1428px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.container.fluid {
    max-width: none;
    padding: 0;
    width: 100%;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-column {
    flex-direction: column;
}

.flex-v-center {
    align-items: center;
}

.flex-v-start {
    align-items: flex-start;
}

.flex-h-center {
    justify-content: center;
}

.space-between {
    justify-content: space-between;
}

#header {
    padding: 19px 0;
}

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

.logo img {
    max-width: 100%;
    display: block;
}

.logo,
.footer-logo {
    width: 164px;
}

#nav {
    color: #fff;
    padding: 4px 43px 0 0;
}

#nav ul {
    font-family: "ABeeZee";
    font-size: 11px;
    gap: 34px;
}

#main {
    width: 100%;
    position: relative;
}

.vertical-sliders {
    max-width: 650px;
    gap: 20px;
    margin-right: -40px;
    display: flex;
    pointer-events: none;
    cursor: default;
}

.vertical-swiper .swiper-slide {
    margin: 0 0 20px;
}

.vertical-swiper,
.reverse-swiper {
    flex: 1;
    height: 580px;
    overflow: hidden;
}

.reverse-swiper {
    transform: rotate(180deg);
}

.reverse-swiper .swiper-slide {
    transform: rotate(-180deg);
}

.vertical-swiper img,
.reverse-swiper img {
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
}

.vertical-swiper .swiper-slide,
.reverse-swiper .swiper-slide {
    margin: 0 0 26px !important;
}

.banner .text {
    max-width: 700px;
    padding: 60px 0 0 50px;
    font-size: 20px;
    line-height: 27px;
    font-family: 'ABeeZee', sans-serif;
    color: #fff;
}

.banner p {
    margin: 0 0 45px;
}

.section-1 {
    background-color: white;
    background-color: white;
    margin-top: 360px;
    border-radius: 15px;
    height: 457px;
    width: 723px;
    margin-left: 85px;
}

.La-recette-des-Marmites {
    font-family: ABeeZee;
    padding-top: 26px;
    padding-left: 209px;
}

.Tout-a {
    font-family: DM Sans;
    font-size: 12px;
    padding-left: 52px;
    padding-right: 41px;
    text-align: center;
}

.section-1-img {
    height: 300px;
    padding-left: 40px;
}

.video-holder h3 {
    font-family: "ABeeZee", sans-serif;
    font-size: 42px;
    line-height: 46px;
    font-weight: 400;
    margin: 0 0 30px;
    width: 440px;
    color: #000;
}

.video-holder p {
    font-weight: 200;
    margin: 0 0 30px;
    color: #000;
}

.Nous-cuisinons {
    font-family: DM Sans;
    margin-top: 19px;
    margin-left: 413px;
    font-size: 11px;
    margin-right: 80px;
}

.RÃ©server-button {
    float: right;
    margin-top: -55px;
    font-family: 'DM Sans';
    background-color: #f8ecec;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 165px;
    padding-right: 63px;
    padding-left: 30px;
    border-radius: 20px;
    border: none;
}

.Nos-spÃ©cialitÃ©s {
    font-family: ABeeZee;
    text-align: center;
    color: white;
}

#nav ul a {
    font-size: 20px;
    color: #fff;
}

.language-selector {
    margin-right: 43px;
    position: relative;
}

.banner h1 {
    margin: 0 0 35px;
    font-size: 64px;
    line-height: 70px;
    font-weight: 400;
}

#header .btn-primary {
    padding: 16px 30px;
}

#header .btn-primary:after {
    display: none;
}

.btn-primary {
    min-width: 160px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9c442c;
    color: #000;
    padding: 23px 80px 20px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    transition: all .2s ease;
}

.btn-primary.white {
    color: #fff;
}

.btn-primary span,
.btn-default span {
    position: relative;
    z-index: 1;
}

.btn-primary img,
.btn-default img {
    position: absolute;
    z-index: 1;
    right: 26px;
    top: calc(50% - 7px);
}

.btn-primary:after,
.btn-default:after {
    transform: translateY(-50%);
    content: "";
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 0;
    transition: 0.3s ease;
}

/* .btn-primary:hover:after,
.btn-default:hover:after{
    width: 100%;
    height: 102%;
    right: 0px;
    border-radius: 50px;
} */
.btn-default:hover {
    border-color: transparent !important;
}

.btn-primary:hover:after,
.btn-default:hover:after {
    width: calc(100% + 2px);
    height: calc(100% + 4px);
    right: -1px;
    border-radius: 50px;
    top: -2px;
    transform: none;
}

.video-area {
    padding: 100px 0 70px;
}

.video-area .holder {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    padding: 40px 70px 80px;
}

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

.sec-header {
    margin: 0 0 46px;
}

.video-holder {
    gap: 30px;
}

.video {
    width: 562px;
}

.video img {
    height: 496px;
    object-fit: cover;
    border-radius: 15px;
}

.video video {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    height: 496px;
}

.video-holder .text {
    width: 41%;
    padding-top: 40px;
}

.sec-header h2 {
    margin: 0 0 20px;
    text-align: center;
    font-size: 40px;
    line-height: 46px;
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
    color: #000;
}

.sec-header p {
    margin: 0;
    font-size: 20px;
    color: #1E1E1E;
    font-weight: 200;
}

.sec-header.small {
    max-width: 1000px;
    margin: 0 auto;
}

header.sec-header.small p {
    margin: 0 0 25px;
}

.country-btns a {
    height: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 198px;
}

.country-btns {
    margin: 0 0 100px;
    gap: 14px;
}

.country-btns a.active {
    background: #A3472B;
    border-color: #A3472B;
}

.specialties {
    margin: 0 0 90px;
}

.b-slider {
    margin: 0 0 80px;
    outline: none;
    overflow-x: hidden;
}

.b-slider__slide {
    /* width: 33.3vw; */
    width: 30vw;
    margin: 0 17px;
}

.testimonials .b-slider__slide {
    width: 25vw;
    margin: 0 60px;
}

.b-slider__slide img {
    width: 100%;
    height: 26vw;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.b-slider__ref {
    width: 100%;
    height: 100%;
    display: block;
}

.flickity-viewport {
    /* height:calc(30vw + 80px) !important; */
    overflow: hidden !important;
}

.flickity-viewport span {
    display: block;
    text-align: center;
    margin: 30px 0 0;
}

/* 

.Une-expÃ©rience {
    font-size: 42px;
    font-weight: 400;
    width: 500px;
    line-height: 100%;
    height: 100px;
    margin: 53px 0 37px 45px;
}

.Un-cuisinier {
    font-size: 20px;
    font-weight: 200;
    width: 459px;
    line-height: 100%;
    height: 208px;
    margin: 37px 0 0 46px;
    font-family: DM Sans;
}

.Un-cuisinier #text {
    margin-top: 37px;
}

.nous-cuisinons {
    font-size: 20px;
    font-weight: 200;
    width: 459px;
    line-height: 100%;
    margin: 60px 0 0 46px;
    font-family: DM Sans;

} */

.btn-default {
    border: 1px solid #F5EDEB;
    background: #F5EDEB;
    color: #000;
    font-weight: 500;
    font-size: 21px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 20px 85px 20px 30px;
    position: relative;
    transition: all .2s ease;
}

.btn-default:hover {
    color: #fff;
}

.btn-default::after {
    background: #A3472B;
}

.section-3-upper-text {
    text-align: center;
    color: #fff;
    margin: 70px 0 0 0;
}

.section-3-upper-text h1 {
    font-family: ABeeZee;
    font-size: 40px;
    line-height: 44px;
}

.p-1-section-3 {
    font-family: DM Sans;
    font-size: 20px;
    width: 804px;
    text-align: center;
    margin: 0 auto;
}

.p-2-section-3 {
    font-family: DM Sans;
    font-size: 20px;
    text-align: center;
}

.section-3-img {
    margin: 0 auto;
    display: block;
}


.how-it-works .holder {
    background: #fff;
    border-radius: 30px;
    margin: 0 auto;
    padding: 78px 15px 67px;
}

.how-it-works h2 {
    margin: 0 0 60px;
    font-family: "ABeeZee", sans-serif;
    font-size: 40px;
    line-height: 44px;
    font-weight: 400;
    text-align: center;
    color: #000;
}

.work-cols {
    gap: 55px;
    padding-bottom: 88px;
    max-width: 1240px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.work-cols .col {
    width: calc(33.3% - 39px);
    box-shadow: 0px 4px 15px 0px #A3472B;
    padding: 15px 15px 22px;
    border-radius: 15px;
    color: #000;
}

.work-cols img {
    margin: 0 auto 0 auto;
    display: block;
    width: 100%;
    height: 292px;
    object-fit: cover;
    border-radius: 10px;
}

.work-cols h2 {
    min-height: 60px;
    margin: 28px 0;
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    text-align: left;
}

.work-cols p {
    font-family: "DM Sans", sans-serif;
    font-weight: 200;
    margin: 0;
    line-height: 28px;
}

.gift-idea {
    padding: 95px 15px 102px;
}

.gift-box {
    background: #A3472B;
    width: 100%;
    max-width: 1240px;
    border-radius: 15px;
    padding: 53px 64px;
    margin: 0 auto;
}


.gift-box .text h2 {
    margin: 0 0 40px;
    font-weight: 800;
    font-size: 40px;
    line-height: 56px;
    color: #fff;
}

.gift-box .gift-btn {
    width: 384px;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 21px;
    border-radius: 40px;
    background: #fff;
    padding: 17px 28px;
    gap: 10px;
}

.gift-box .text {
    max-width: 410px;
}

.gift-box .img-holder {
    max-width: 387px;
    display: flex;
    align-items: center;
}

.section-7-header {
    display: flex;
    justify-content: center;
    padding: 88px 0 0 0;
}

.section-7-header-left h2 {
    font-family: ABeeZee;
    color: #fff;

}

.section-7-header-left p {
    color: #fff;
    width: 780px;
    font-weight: 400;

}

.choose-holder {
    background: #fff;
    border-radius: 15px;
    padding: 80px 0;
}

.three-cols {
    display: flex;
    gap: 19px;
    padding: 0 0 19px 0;
    flex-wrap: wrap;
}

.three-cols .column {
    background: #F5EDEB8C;
    /* width: 432px; */
    width: calc(33.3% - 14px);
    padding: 37px 36px;
    border-radius: 25px;
    color: #000;
}

.three-cols .column.active {
    background: #A3472B;
    color: #fff;
}


.section-8-button {
    background: #fff;
    color: #000;
    width: 305px;
    height: 74px;
    font-size: 21px;
    font-weight: 500;
    border: none;
    margin: 44px auto 0 auto;
    border-radius: 40px;
}

.section-8-button a {
    color: black;
    border: none;
}

.card-six {
    background-color: #F5EDEB8C;
    width: 432px;
    height: 319px;
    padding: 27px 0 0 36px;
    ;
    border-radius: 25px;
}

.card-six p {
    font-weight: 200;
}

.testimonials {
    padding: 100px 0 0;
}

.testimonials h2 {
    margin: 0 0 80px;
    font: 400 40px/44px "ABeeZee", sans-serif;
    color: #fff;
}

.banner {
    overflow: hidden;
}

.join-holder {
    width: 100%;
    max-width: 1267px;
    background: #fff;
    border-radius: 15px;
    margin: 100px auto 0;
    padding: 90px 35px 90px 70px;
}

.join-holder h2 {
    font-weight: 800;
    font-size: 40px;
    margin: 0;
    line-height: 50px;
    color: #000;
}

.join-holder h2 span {
    max-width: 694px;
    display: block;
}

.section-10-div p {
    font-weight: 400;
    width: 405px;
    font-family: ABeeZee;
    font-size: 20px;
    line-height: 34px;
    margin: 77px 0 0 0;
    padding: 0 0 87px 0;

}

.cities-area {
    background: #fff;
    border-radius: 30px;
    padding: 64px 0 80px;
}

.cities-holder h2 {
    font: 400 40px/44px "ABeeZee", sans-serif;
    margin: 0;
    color: #000;
}

.cities-holder .header a {
    color: #000;
    gap: 14px;
}

.cities-holder .header {
    border-bottom: 1px solid #cdcbc057;
    padding: 0 0 30px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide .city {
    background: #FCF7F6;
    border: 1px solid #F5EDEB;
    border-radius: 16px;
    position: relative;
    padding: 55px 24px 22px;
    text-align: center;
    color: #000;
}

.short-name {
    position: absolute;
    width: 47px;
    height: 47px;
    background: #EFE5E3;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    top: 10px;
    left: 10px;
}

.city .img-holder {
    height: 83px;
    overflow: hidden;
    margin: 0 0 20px;
}

.city .img-holder img {
    width: auto;
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 80px;
}

.city h3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 26px;
    margin: 0;
}

.city p {
    height: 50px;
    margin: 0;
    font-size: 12px;
    color: #707070;
}

.city .btn-default {
    border: 1px solid #9E8883;
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    height: 49px;
    padding: 7px 10px;
    width: 100%;
}

.btn-default.disabled {
    background: none;
    border: none;
    pointer-events: none;
    cursor: default;
}

.cities-slider {
    padding: 100px 0 0;
}

.swiper-button-next,
.swiper-button-prev {
    width: 52px;
    height: 52px;
    top: 50px;
    border: 1px solid #000;
    border-radius: 100%;
}

.swiper-button-prev {
    left: auto !important;
    right: 77px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-prev {
    transform: rotate(180deg);
}

.sec-header.short {
    max-width: 780px;
    margin: 0;
}

.our-best {
    padding: 88px 0;
}

.services-slider .swiper-slide img {
    /* height: 329px; */
    height: 21vw;
    border-radius: 10px;
    margin: 0 0 23px;
}

.services-slider h3 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 11px;
    color: #fff;
}

.services-slider span,
.services-slider em {
    display: block;
    font-family: "DM Sans", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #A3472B;
}

.services-slider span {
    margin: 0 0 11px;
    color: #fff;
}

.best-services {
    padding: 0 0 0 58px;
}

.services-slider {
    padding: 90px 0 100px;
    margin-top: -30px;
}

.services-slider .swiper-button-next,
.services-slider .swiper-button-prev {
    top: 22px;
    background: #fff !important;
}

.choose-holder .sec-header {
    margin: 0 0 100px;
}

.three-cols img {
    max-width: 90px;
}

.three-cols h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 10px 0 20px;
}

.three-cols p {
    margin: 0;
    font-weight: 200;
    font-size: 19px;
}

.three-cols .column.active {
    padding: 37px 26px;
}

.three-cols .column.active h3 {
    font-size: 35px;
    margin: 0 0 30px;
}

.three-cols .column.active p {
    margin: 0 0 50px;
}

.three-cols .column .btn-default {
    width: 250px;
    margin: 0 auto;
    padding: 20px 85px;
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

.city .btn-default img {
    width: 18px;
    height: auto;
    right: 21px;
}

.city .btn-default:after {
    width: 40px;
    height: 40px;
}

.city .btn-default:hover:after {
    width: 100%;
    height: 100%;
}

.city .btn-default.disabled:after {
    display: none;
}

.three-cols .column .btn-default:after {
    display: none;
}

.testimonials .b-slider__slide img {
    width: 23px;
    height: auto;
}

.author-info {
    display: flex;
    color: #fff;
    justify-content: space-between;
}

.author-info h4 {
    margin: 0 0 7px;
    font-size: 20px;
}

.author-info span {
    margin: 0;
    font-weight: 200;
    font-size: 15px;
    text-align: left;
}

.testimonials .b-slider__slide p {
    font-size: 19px;
    color: #fff;
    font-weight: 200;
}

.masonry-grid {
    column-count: 3;
    column-gap: 1rem;
    max-width: 1200px;
    width: 59%;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 1rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}

.masonry-item img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

.join-holder .txt {
    width: 405px;
    color: #1C1818;
}

.join-holder .text {
    justify-content: space-between;
}

.masonry-item img {
    height: 327px;
}

.masonry-item:first-child,
.masonry-item:last-child {
    position: relative;
    top: 55px;
}

.join-holder .txt-holder {
    margin: 0 0 60px;
}

.join-holder .txt p {
    margin: 0 0 15px;
    line-height: 30px;
}

.masonry-item:nth-child(2) img,
.masonry-item:nth-child(3) img {
    height: 213px;
}

.masonry-item img {
    object-fit: cover;
}

.tab {
    height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
}

.tab.active {
    height: auto;
    overflow: visible;
    opacity: 1;
    z-index: 1;
}

#footer {
    color: #fff;
    margin: 50px 0 0;
}


.footer-col strong {
    font-weight: 400;
    display: block;
    margin: 0 0 20px;
}

.footer-col ul li {
    margin: 0 0 20px;
}

#footer h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.contact-btns a {
    width: 100%;
}

.contact-btns a:after {
    display: none;
}

.contact-btns a.unfill {
    background: none;
    color: #fff;
    border-color: #fff;
}

.contact-btns a {
    border: 1px solid #9c442c;
    padding: 17px 25px;
    margin: 0 0 20px;
    color:#fff;
}

#footer .container {
    gap: 21px;
}

#header .holder {
    padding: 10px 0 0;
}

.white-text *,
.white-text p,
.white-text {
    color: #fff !important;
}

.footer-top {
    padding: 40px 110px 40px;
    font-size: 18px;
    border-top: 1px solid #ffffff5e;
}

.footer-bottom {
    border-top: 1px solid #ffffff5e;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    padding: 10px 0;
}

#footer span.dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
}

.btn-primary:hover,
.btn-default:hover {
    border-color: transparent;
    color: #000;
}

.btn-default.pink-btn:hover {
    color: #000;
}

.btn-default.white-btn {
    background: #fff;
    border-color: transparent !important;
}

.our-best .sec-header {
    max-width: 780px;
    margin: 0;
}

.video-holder .btn-default {
    margin: 50px 0 0;
}

.visual {
    /* height: 296px; */
    padding: 50px 0 30px;
    position: relative;
    color: #fff;
    font-family: 'ABeeZee', sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
}
.visual.add {
    height:296px;
    padding:30px 0 20px;
}

.visual-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(30, 30, 30, .70);
}

.container.small {
    max-width: 1356px;
}

.visual h1 {
    font: 400 50px/55px 'ABeeZee', sans-serif;
    margin: 0;
}

.visual p {
    max-width: 620px;
}

.visual p.fluid {
    max-width: none;
}

.step {
    margin: 0 0 18px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    padding: 35px 140px 35px 80px;
    position: relative;
}

.step h2 {
    margin: 20px 0 21px;
    font-size: 22px;
    line-height: 26px;
}

.step .counter,
.widget-number {
    width: 65px;
    height: 65px;
    border-radius: 10px;
    background: #A3472B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'ABeeZee', sans-serif;
}

.step p {
    margin: 0 0 41px;
    font-size: 18px;
    line-height: 24px;
    max-width: 600px;
}

.step .text {
    padding: 0 25px;
    flex: 1;
}

.fields-row {
    display: flex;
    gap: 13px;
    align-items: center;
}

.fields-row label {
    width: 400px;
    height: 94px;
    display: block;
    border: 1px solid #A3A2A2;
    border-radius: 5px;
    padding: 10px 37px 10px 57px;
    display: flex;
    align-items: center;
    position: relative;
}

.fields-row input[type="radio"]:checked+label {
    border-color: #A3472B;
    box-shadow: 0 0 0 1px #A3472B;
}

.fields-row .circle {
    width: 33px;
    height: 33px;
    position: absolute;
    right: 37px;
    top: 29px;
    border: 1px solid #A3472B;
    border-radius: 100%;
    transition: all .2s ease;
}

.fields-row .circle:after {
    width: 18px;
    height: 18px;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    opacity: 0;
    background: #A3472B;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}

.fields-row input[type="radio"]:checked+label .circle:after {
    opacity: 1;
}

.next-btn a,
.next-btn button {
    background: #A3472B;
    border: 1px solid #A3472B;
    border-radius: 30px;
    width: 160px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    outline: none;
    color: #fff;
    cursor: pointer;
}

.next-btn a.prev-step {
    border-color: #0D0D0D;
    background: none;
    color: #0D0D0D;
}

.next-step.disabled {
    background: #adadad;
    pointer-events: none;
    cursor: default;
    border-color: #adadad;
}

.next-btn {
    margin: 41px 0 0;
    display: flex;
    gap: 13px;
}

.step-toggle {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 57px;
    right: 158px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step .minus,
.widget .minus {
    display: none;
}

.step .plus,
.widget .plus {
    display: block;
}

.step.expanded .minus,
.step.active .minus,
.widget.active .minus,
.widget.expanded .minus {
    display: block;
}

.step.expanded .plus,
.step.active .plus,
.widget.active .plus,
.widget.expanded .plus {
    display: none;
}

.fields-row select,
#datepicker {
    width: 400px;
    height: 67px;
    border-radius: 5px;
    border: 1px solid #A3A2A2;
    font: 400 19px / 24px 'DM Sans', sans-serif;
    padding: 0 50px 0 0;
    text-align: center;
    color: #A3A2A2;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../images/new/select-arrow.svg") no-repeat 92% 50%;
}

#datepicker {
    width: 321px;
    padding: 0 54px 0 30px;
    text-align: left;
    color:#000;
    background: url("../images/new/calendar.svg") no-repeat 92% 50%;
}

.step-content {
    display: none;
}

.step.active .step-content {
    display: block;
}

.notice {
    /* height: 34px; */
    border: none;
    display: block;
    background: #F5EDEB;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 500;
    border-radius: 4px;
}

.notice input {
    width: 79px;
    background: none;
    border: none;
}

.field-col img {
    max-width: 44px;
}

.day-status label {
    width: 100%;
    padding: 10px 37px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 19px;
}

.day-status .field-col {
    flex: 1;
    width: auto;
}

.heading strong {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.heading {
    padding: 37px 0;
}

.time-slots label {
    width: 175px;
    height: 39px;
    border: 1px solid #A3A2A2;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    line-height: 26px;
}

.time-slots {
    flex-wrap: wrap;
    justify-content: center;
    gap: 21px;
    display: none;
}

.time-slots.active {
    display: flex;
}

.time-slots input[type="radio"]:checked+label {
    border-color: #A3472B;
    box-shadow: 0 0 0 1px #A3472B;
}

.tabbing {
    margin: 40px 0;
    background: #ffffff;
    width: fit-content;
    border-radius: 50px;
    padding: 10px 20px;
    gap: 15px;
    box-shadow: 0 0 15px -3px #00000045;
    position: sticky;
    top: 0;
    z-index: 5;
}

.tabbing a {
    display: block;
    border-radius: 30px;
    font-weight: 500;
    padding: 14px 33px;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    transition: all .2s ease;
}

.tabbing li.active a {
    color: #fff;
    background: #A3472B;
}

.dish-tab h3 {
    margin: 0 0 10px;
    font: 400 18px/24px 'DM Sans', sans-serif;
}

.dish-col {
    box-shadow: 5px 5px 34px 0px #00000040;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    padding: 22px 30px;
    color: #000;
}
.dish-col a{
    pointer-events: none;
}

.dish-col .img-holder img.thumbnail {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.dish-col .img-holder {
    height: 150px;
    position: relative;
}

.dish-col .txt {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: space-between;
}

.step .dish-col p {
    margin: 10px 0 20px;
    font-size: 14px;
    line-height: 19px;
}

.step .price {
    font-weight: 600;
}

.dish-tab .dish-col h3 {
    font-weight: 600;
}

/* .img-holder .cap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 64px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 45px 0 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 0 10px;
} */
 .dish-col-holder {
    width: calc(50% - 23px);
    position: relative;
}

.custom-add-to-cart {
    position: absolute;
    bottom: 23px;
    right: 30px;
    width: 87px;
    height: 81px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 45px 0 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 3px 0;
}
.custom-cart-button{cursor: pointer;}
.custom-cart-button img {
    display: block;
}
.custom-counter {
    display: none;
}

.custom-qty {
    display: none;
}

.dish-cols {
    gap: 44px;
}

.submit-btn {
    display: flex;
    justify-content: flex-end;
    margin: 73px 0 0;
}

.steps-area input[type="radio"] {
    display: none;
}

.page-slogan {
    text-align: center;
    color: #fff;
    padding: 25px 0 0;
}

.page-slogan p {
    max-width: 620px;
    margin: 0 auto;
    font-size: 18px;
}

.chef-cols {
    display: flex;
    flex-wrap: wrap;
    gap: 55px 23px;
}

.chef-cols .col {
    width: calc(33.3% - 18px);
    border-radius: 35px 35px 0 0;
    overflow: hidden;
    background: #fff;
}

.chef-cols .img-holder img {
    width: 100%;
    display: block;
    height: 248px;
    object-fit: cover;
}

.chef-cols .text-holder {
    background: #fff;
    padding: 20px;
    position: relative;
}

.chef-cols .text-holder img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
}

.chef-info {
    display: flex;
    gap: 16px;
    align-items: center;
    margin: 0 0 30px;
}

.chef-info h2 {
    font-size: 17px;
    margin: 0 0 6px;
}

.chef-info strong {
    display: block;
    font-size: 20px;
    color: #A3472B;
    font-weight: 500;
    margin: 0 0 6px;
}

.chef-info .txt p {
    margin: 0;
    font-size: 18px;
}

.chef-attr p {
    margin: 0;
    font-size: 17px;
    text-align: center;
}

.btn a {
    border-radius: 30px;
    background: #A3472B;
    color: #fff;
    font-size: 18px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 56px 10px 40px;
    gap: 20px;
    margin: 20px auto 0;
}
.info-img:hover + .chef-tooltip {
    display: block;
}
.btn a img {
    width: 22px !important;
    height: auto !important;
}

.filters select {
    width: 237px;
    height: 50px;
    border: 1px solid #F5EDEB;
    background: none;
    border-radius: 30px;
    color: #fff;
    font-size: 17px;
    font-family: 'ABeeZee', sans-serif;
    padding: 0 20px;
    appearance: none;
    background: #000 url("../images/new/select-tip.png") no-repeat 90% 50%;
}

.filters {
    display: flex;
    gap: 20px;
    margin: 37px 0 40px;
}

.cart-counter span {
    color: #fff;
    font-size: 16px;
}

.cart-counter {
    gap: 10px;
    margin-right: 43px;
    cursor: pointer;
}

.filter-col strong {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    font-family: 'ABeeZee', sans-serif;
    padding: 0 10px 11px;
}

.ratings {
    position: absolute;
    right: 10px;
    top: 24px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.chef-cols .text-holder .ratings img {
    width: 15px;
    height: 16px;
}

.load-more {
    text-align: center;
    font-size: 21px;
    padding: 57px 0 0;
}

/* calendar settings */
div#ui-datepicker-div {
    width: 300px;
    border-radius: 8px;
    padding: 5px;
    border: none;
    box-shadow: 0 0 15px -12px #000000;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: none;
    border: none;
}

.ui-datepicker-calendar th {
    background: #F5F7FA;
}

.ui-datepicker-calendar tbody td,
.ui-datepicker-calendar tbody td a {
    text-align: center !important;
    width: 40px;
    height: 40px;
    background: #fff !important;
    border: none !important;
}

.ui-state-default.ui-state-active {
    background: #A3472B !important;
    border-radius: 8px;
}

.ui-datepicker-calendar tbody td a {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.ui-icon.ui-icon-circle-triangle-w {
    background: url("../images/new/left-arrow.svg") no-repeat;
}

span.ui-icon.ui-icon-circle-triangle-e {
    background: url("../images/new/right-arrow.svg") no-repeat;
}

.gt-current-lang img {
    display: none !important;
}

.gt_options {
    position: absolute !important;
    top: 100%;
    background: #fff;
    width: 190px;
}

span.gt-lang-code {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

span.gt-lang-code {
    font-size: 19px;
    color: #fff;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0 !important;
}

.gt_float_switcher .gt-selected,
.gt_float_switcher.notranslate {
    background: none !important;
}

#gt_float_wrapper {
    height: 22px;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-size: 100% !important;
    filter: invert(1) !important;
    margin-left: 4px !important;
}
.gt_float_switcher .gt_options a img {
    width: 20px;
}
.gt_float_switcher .gt_options a{
    color:#000 !important;
    font-size: 16px;
}
.gt_float_switcher .gt_options a:hover {
    background: none !important;
    transition: none !important;
    color:#000 !important;
}

.socials a {
    width: 35px;
    height: 35px;
    background: #9c442c;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.socials {
    gap: 13px;
}

.footer-col p {
    margin: 0 0 10px;
}

.footer-col:first-child p a {
    margin: 10px 0 0;
    display: inline-block;
}

#header .btn-primary:hover {
    color: #fff;
}

.banner .swiper-wrapper {
    transition-timing-function: linear !important;
}

.shopping-cart {
    display: none !important;
}




.popup {
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    display: none;
}

.popup.active {
    display: flex;
}

.popup .holder {
    width: 100%;
    background: #fff;
    max-width: 947px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 25px;
    padding-right: 60px;
    position: relative;
    border-radius: 10px;
    padding: 18px;
}

.popup .img-holder {
    width: 390px;
    height: 290px;
    border-radius: 10px;
    overflow: hidden;
}

.popup .img-holder img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.popup h4 {
    margin: 0 0 10px;
    font-weight: 400;
}

.popup .text {
    flex: 1;
}

.popup .price {
    display: block;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    padding: 15px 0 12px;
    font-size: 19px;
    line-height: 23px;
}

.total-price {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 0;
}

.total-price em {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}

.quantity-holder {
    display: flex;
    align-items: center;
    gap: 16px;
}

.qt-holder {
    width: 120px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #a3472b;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
}

button.minus,
button.plus {
    width: 12px;
    height: 12px;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

#qty-product {
    width: 40px;
    text-align: center;
    height: 42px;
    border: none;
    outline: none;
    font-size: 17px;
}

button.add-to-cart {
    background: #A3472B;
    color: #fff;
    height: 45px;
    font-weight: 400;
    font-size: 16px;
    font-family: 'DM Sans';
    padding: 0 28px;
    cursor: pointer;
    border-radius: 30px;
    border: none;
    line-height: 20px;
}

.popup-closer {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dish-tab {
    margin: 0 0 60px;
}

.minicart-panel {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.custom-cart {
    width: 550px;
    height: 100vh;
    background: #fff;
    padding: 40px 36px;
    position: relative;
    display: flex;
    flex-direction: column;
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.minicart-closer {
    color: #000;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    z-index:9999;
}

.minicart-panel.active .custom-cart {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
}

p.cart-empty {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-cart h2 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 600;
}

.custom-cart h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
    padding: 10px 0;
}

.cart-product-item {
    display: flex;
    gap: 24px;
    padding: 14px 14px 14px 0;
}

.cart-product-image {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    overflow: hidden;
}

.cart-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-product-details {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cart-product-details h4 {
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    line-height: 21px;
}

.cart-product-details p {
    font-size: 14px;
    margin: 0;
}

.cart-product-item .price {
    font-size: 18px;
    font-weight: 600;
}

.cart-category-heading {
    border-top: 1px solid #DBDBDB;
}

.quantity-wrapper {
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0px 4px 20px 0px #00000033;
    display: flex;
    align-items: center;
    width: 100px;
    height: 35px;
    justify-content: center;
    gap: 6px;
    padding: 4px 10px;
}

.qty-minus img,
.quantity-wrapper .qty-plus img {
    height: auto;
    width: auto;
}

.quantity-wrapper .qty-minus,
.quantity-wrapper .qty-plus {
    color: #A3472B;
    width: 12px;
    border: none;
    padding: 0;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    cursor: pointer;
}

.quantity-wrapper .cart-qty {
    width: 24px;
    text-align: center;
    font-weight: 500;
    border: none;
}

.quantity-wrapper i {
    color: #A3472B;
    font-size: 16px;
}

.item-details {
    width: 200px;
}

.cart-middle {
    /* height: 50vh; */
    height:65vh;
    overflow: auto;
    padding: 0 0 20px;
}

.mini-total strong {
    font-weight: 600;
}

.mini-total {
    margin-top: auto;
    border-top: 1px solid #DBDBDB;
    padding: 20px 0 0;
}

.mini-total .woocommerce-Price-amount {
    font-weight: 600;
}

.btns a,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    border: 1px solid #A3472B;
    height: 50px;
    background: #A3472B;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.btns {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin: 30px 0 0;
}

.btns a.pink {
    color: #000;
    border-color: #F5EDEB;
    background: #F5EDEB;
}

#moroccan_cities,
#senegal_cities {
    display: none;
}
.step-content .select-items {
    max-height: 400px;
    overflow: auto;
}
#step2 .custom-select.active{display: block;}
#step2 .custom-select{display: none;}
a.added_to_cart.wc-forward {
    display: none !important;
}

.custom-cart .fields-row {
    max-width: 460px;
    gap: 10px;
    margin: 0 0 20px;
}

.custom-cart .fields-row .field-col {
    width: calc(50% - 10px);
}

.custom-cart h3:first-of-type {
    border: none;
}

.wc-block-components-totals-item * {
    font-size: 20px !important;
}

.wc-block-components-sidebar {
    background: #fff;
    color: #000;
    padding: 20px !important;
}

table.wc-block-cart-items th {
    text-align: center !important;
}

#wrapper table.wc-block-cart-items th,
#wrapper table.wc-block-cart-items td {
    padding: 10px 10px !important;
    visibility: visible !important;
    background: #fff !important;
    color: #000 !important;
}

.steps-area {
    color: #000;
}

.wc-block-components-quantity-selector {
    background: #fff;
    border-radius: 30px;
    color: #000;
}

.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
    align-items: flex-start;
}

.woocommerce-cart #main {
    padding: 60px 0 0;
}

form.wc-block-components-form.wc-block-checkout__form {
    background: #fff;
}


.address-area {
    width: 59%;
    display: flex;
    flex-direction: column;
}

.widget {
    margin: 0 0 18px;
    border-radius: 15px;
    display: flex;
    padding: 22px 50px;
    position: relative;
    background: #fff;
    gap: 30px;
}

.checkout-form {
    padding: 0 80px;
}

.total-sidebar {
    width: 38%;
    background: #fff;
    position: sticky;
    top: 0;
    padding: 30px 25px;
}

.widget h2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin: 17px 0 0;
}

.widget .col {
    flex: 1;
}

.widget .col span {
    display: block;
    font-size: 19px;
    line-height: 24px;
    margin: 0 0 8px;
}

.widget .text-holder {
    padding: 40px 0 0;
}

.widget .text {
    flex: 1;
    position: relative;
}

.widget .col input[type="text"],
.widget .col input[type="email"],
.widget .col textarea,
.widget .col select {
    box-shadow: 0px 4px 20px 0px #00000014;
    width: 100%;
    border: 1px solid #A3A2A2;
    height: 54px;
    border-radius: 5px;
    font-size: 16px;
    display: block;
    color: #A3A2A2;
    font-family: 'DM Sans', sans-serif;
    padding: 0 20px;
}

.widget .col textarea {
    resize: none;
    padding: 10px 20px;
    height: 110px;
}

.widget .row {
    gap: 14px;
    margin: 0 0 20px;
}

.chef-info img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
}

.validate-and-pay {
    background: #000;
}

.widget h5 {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin: 7px 0 20px;
    max-width: 400px;
}

span.select2-selection.select2-selection--single {
    border: 1px solid #A3A2A2;
}

span#select2-billing_country-container,
span#select2-billing_state-container {
    padding: 14px 30px 0;
    height: 46px;
}

.widget .text-holder {
    display: none;
}

.widget.active .text-holder {
    display: block;
}

.widget .step-toggle {
    top: 23px;
    right: 0;
}

.widget:nth-child(5) {
    order: 6;
}

.form-row.place-order button {
    display: none !important;
}

.form-row.place-order a {
    color: #a3472b;
}

.checkout .container {
    align-items: flex-start;
}

.chef-holder strong {
    display: block;
    font: 400 18px/24px 'DM Sans', sans-serif;
    margin: 0 0 25px;
    max-width: 340px;
}

.chef-info .txt {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.chef-info .txt-holder {
    flex: 1;
}

.chef-info label {
    width: 123px;
    height: 60px;
    border-radius: 80px;
    border: 1px solid #0D0D0D;
    line-height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chef-info .txt-holder span {
    display: block;
    font-size: 20px;
    margin: 0 0 4px;
}

.chef-info .txt-holder em {
    font-style: normal;
    font-weight: 600;
    text-align: left;
}

.payments-holder .shop_table {
    display: none !important;
}

.payments strong {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin: 0 0 30px;
}

.wp-block-woocommerce-empty-cart-block {
    color: #fff;
}

.chef-info input[type="checkbox"] {
    display: none;
}

.chef-info input[type="checkbox"]:checked+label {
    border-color: #9c442c;
}

h3#order_review_heading {
    margin: 0 0 20px;
    font: 500 22px/26px 'DM Sans', san-serif;
}

p.service-type {
    margin: 0 0 20px;
    font-size: 16px;
}

ul.woocommerce-error * {
    color: #000;
}

.next-btn button {
    width: auto;
    padding: 0 20px;
}

.total-sidebar .field-col {
    width: 47%;
}

.total-sidebar .field-row {
    gap: 10px;
}

.total-sidebar .fields-row {
    gap: 10px;
    margin: 0 0 30px;
}

.total-sidebar .notice {
    padding: 5px 10px;
}

.total-sidebar .shop_table thead {
    display: none;
}

.total-sidebar .shop_table {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}

.total-sidebar .shop_table th {
    text-align: left;
}

.total-sidebar .shop_table td {
    text-align: right;
}

.chef-holder h6 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 14px;
}

.sub-totals .shop_table tbody,
.summary-products .shop_table tfoot {
    display: none;
}


.summary-products {
    margin: 0 0 20px;
}

.summary-category {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 10px;
}

.summary-product {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}

.summary-product-image img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.summary-product-details {
    flex: 1;
    margin-left: 15px;
}

.summary-product-details .product-name {
    font-size: 17px;
    margin: 0;
    font-weight: 500;
}

.summary-product-details .product-description {
    font-size: 13px;
    color: #666;
    margin: 5px 0 0;
}

.summary-product-extra {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.product-qty-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    box-shadow: 0px 4px 20px 0px #00000033;
    border: 1px solid #D9D9D9;
}

.product-price {
    font-size: 14px;
    font-weight: 600;
}

.summary-product .summary-product-image {
    width: 100px;
}

.summary-product .summary-product-image img {
    width: 100%;
    max-width: none;
    object-fit: cover;
}

h3.summary-category {
    margin: 15px 0 0;
    font-weight: 500;
}

.summary-chef {
    display: none;
}

label.fancy-check {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 22px;
}

label.fancy-check:after {
    width: 17px;
    height: 16px;
    border-radius: 3px;
    position: absolute;
    content: '';
    left: 0;
    top: 2px;
    border: 1px solid #A3A2A2;
}

#same-billing-address:checked+label:after,
#vegeterian:checked+label:after,
#sang-gluten:checked+label:after,
#allergie:checked+label:after,
#intolerance:checked+label:after {
    background: url("../images/new/tick-mark.svg") no-repeat 50% 50%;
}

.hidden {
    display: none;
}

.widget .new-bill-address h5 {
    margin: 0 0 20px;
}

.restriction-label {
    display: block;
    font-weight: 400;
    margin: 0 0 14px;
}

.is-large.wc-block-cart .wc-block-cart-items td:first-child {
    border-radius: 10px 0 0px 10px;
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child {
    border-radius: 0 10px 10px 0;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block thead {
    display: none;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block img {
    width: 100px !important;
    border-radius: 7px;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block a {
    color: #000;
}

#wrapper .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-size: 15px;
    height: 40px;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    border-spacing: 0 10px !important;
}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    margin-top: 20px;
    position: sticky;
    top: 0;
}

.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
    display: none !important;
}

/* woocomerce thank you page */
/* === THANK YOU PAGE STYLING === */

.woocommerce-order {
    max-width: 700px;
    margin: 50px auto;
    padding: 40px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', sans-serif;
}

.woocommerce-thankyou-order-received {
    font-size: 24px;
    font-weight: 600;
    color: #2d9c6f;
    margin-bottom: 30px;
    text-align: center;
}

.woocommerce-order-overview {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.woocommerce-order-overview__order,
.woocommerce-order-overview__date,
.woocommerce-order-overview__email,
.woocommerce-order-overview__total,
.woocommerce-order-overview__payment-method {
    width: 48%;
    margin-bottom: 20px;
    font-size: 16px;
}

.woocommerce-order-details {
    margin-top: 40px;
}

.woocommerce-order-details h2 {
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    padding: 12px 10px;
    border: 1px solid #eee;
    text-align: left;
}

.woocommerce-table--order-details tfoot td {
    font-weight: bold;
}

ul.wc-item-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

ul.wc-item-meta li {
    display: flex;
    justify-content: space-between;
}

ul.wc-item-meta li p {
    margin: 0;
}

ul.wc-item-meta li strong {
    font-weight: 500;
}

td.woocommerce-table__product-name.product-name a {
    color: #000;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td {
    font-weight: 500;
    font-size: 14px;
    padding: 0 20px;
}

section.woocommerce-customer-details address {
    font-size: 17px;
    line-height: 23px;
}

h2.woocommerce-column__title {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 10px;
}

.contact-cols {
    width: 100%;
    max-width: 1233px;
    margin: -40px auto 0;
    border-radius: 30px;
    background: #fff;
    padding: 35px 55px 55px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.contact-cols h2 {
    color: #A3472B;
    font: 600 23px/27px 'AbeeZee', sans-serif;
    margin: 0 0 20px;
}

.contact-cols p {
    margin: 0;
}

.contact-cols .holder {
    border-bottom: 1px solid #00000012;
    padding: 30px 0;
    font-size: 18px;
}

.contact-cols .holder a {
    color: #000;
    position: relative;
}

.contact-cols .numbers li {
    margin: 0 0 10px;
}

.contact-cols .holder .socials a {
    color: #fff;
}

.contact-cols .social-network h2 {
    color: #000;
    font-size: 27px;
    font-weight: 500;
}

.contact-cols .col:first-child {
    width: 47%;
}

.contact-cols .col.contact-form {
    width: 43%;
    padding: 30px 0 0;
    margin-left: auto;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    display: block;
    border-radius: 30px;
    height: 60px;
    padding: 14px 20px 0;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    border: 1px solid #00000021;
    margin: 0 0 30px;
    transition: all .2s ease;
}

.contact-form textarea {
    border-radius: 10px;
    resize: none;
    padding: 30px 20px 10px;
    height: 140px;
}
.contact-form input:focus, .contact-form textarea:focus {
    border-color: #182427;
}
.field-holder.corect input,
.field-holder.corect textarea {
    border-color: #14a38b;
}
.field-holder {
    position: relative;
}

.field-holder .field_label {
    position: absolute;
    top: 16px;
    left: 21px;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    color: rgba(24,36,39,.5);
    transition: all .2s ease;
}

.contact-form .field-holder.active .field_label,
.contact-form .field-holder.corect .field_label {
    top: 7px;
    font-size: 15px;
}
.field-holder.msg_area .field_label {
    top: 10px;
}
.contact-form ::placeholder {
  color: #fff;
  opacity: 1;
}

.contact-form ::-ms-input-placeholder {
  color: #fff;
}
.submit-holder p {
    margin: 0;
    font-size: 13px;
    text-align: center;
    color: #9e9e9e;
}

.contact-form input[type="submit"] {
    width: 159px;
    height: 47px;
    padding:0;
    border-radius: 80px;
    background: #A3472B;
    border: none;
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    margin: 30px auto 0;
    cursor: pointer;
}

.page-id-54 .gift-idea {
    padding: 50px 15px 0;
}

.contact-form br {
    display: none;
}

.text-holder .btn {
    position: relative;
}
.info-btn-holder{
    width: fit-content;
    margin:0 auto;
    position: relative;
}
.chef-tooltip {
    position: absolute;
    background: #201c1c;
    color: #fff;
    bottom: calc(100% + 15px);
    z-index: 2;
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px;
    font-size: 17px;
    display: none;
    z-index: 100;
}

.chef-tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #201c1c;
    position: absolute;
    bottom: -11px;
    content: '';
    left: 50%;
}
.text-holder .btn span img {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 22px !important;
    height: auto !important;
    transform: translate(0, -50%);
}
.btn a:hover+.tooltip {
    display: block;
}

.menu-opener {
    display: none;
}

#footer .container {
    flex-wrap: wrap;
}

.menu-closer {
    display: none;
}

.how-it-works {
    padding: 0 15px;
}


/* custom select stylings */
/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #ffffff;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}
.select-selected{
    width: 237px;
    height: 50px;
    border: 1px solid #F5EDEB;
    background: none;
    border-radius: 30px;
    color: #fff;
    font-size: 17px;
    font-family: 'ABeeZee', sans-serif;
    padding: 2px 20px 0;
    appearance: none;
    background: url("../images/new/select-tip.png") no-repeat 90% 50%;
    display: flex;
    align-items: center;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background: #1E1E1E;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.filters .select-items{
    font-size: 16px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background: #A3472B;
}
.chef-cols .img-holder {
    position: relative;
}

.chef-cols .swiper-button-next img,
.chef-cols .swiper-button-prev img {
    width: auto;
    height: auto;
}
.chef-cols .swiper-button-next,
.chef-cols .swiper-button-prev {
    width: 33px;
    height: 33px;
    border: none;
    top: 50%;
    right: 16px;
    transform: none;
}
.chef-cols .swiper-button-next img, .chef-cols .swiper-button-prev img {
    width: 33px !important;
    height: 33px !important;
}
.chef-cols .swiper-button-prev {
    right: auto;
    left: 16px !important;
}
.custom-select.add .select-selected {
    width: 400px;
    height: 67px;
    border-radius: 5px;
    border: 1px solid #A3A2A2;
    font: 400 19px / 24px 'DM Sans', sans-serif;
    padding: 0;
    text-align: center;
    color: #A3A2A2;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../images/new/select-arrow.svg") no-repeat 92% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#product-short-desc {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px;
}
.wp-block-group.is-vertical {
    color: #fff;
}
.chef-info label em {
    display: none;
}

.chef-info input[type="checkbox"]:checked+label span {
    display: none;
}

.chef-info input[type="checkbox"]:checked+label em {
    display: block;
    font-style: normal;
}
.signup-form {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 800px;
    padding: 32px 32px 0;
    position: relative;
}
.signup-form .row p {
    display: flex;
    gap: 0 20px;
    margin: 0;
}

.signup-form .row p input {
    margin: 0;
}
.footer-col strong.contact_us_title{display: none;}
.ui-datepicker th {
    max-width: 41px;
    overflow: hidden;
}
.meal_heading{display: none;}
.cart-icon {
    width: 85px;
    height: 92px;
    position: fixed;
    top: 250px;
    right: 0;
    border: 1px solid #A3472B;
    background: #F5EDEB;
    border-radius: 10px 0 0 10px;
    padding: 29px 12px;
    cursor: pointer;
    display: none;
}
.page-id-48 .cart-icon {
    display: block;
}
.cart-icon .count {
    width: 24px;
    height: 24px;
    background: #A3472B;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    top: 13px;
    position: absolute;
    right: 15px;
}
.hide-desktop{display: none;}
.hide-mobile{
    display: flex;
}
.nav-logo {
    display: none;
}
#nav .btns{display: none;}
.page-id-48 .cart-icon{display: block;}
.custom-add-to-cart.active .custom-cart-button {
    display: none;
}

.custom-add-to-cart.active .custom-counter {
    display: flex;
    background: #a3472b;
    width: 43px;
    height: 42px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 23px;
    color: #fff;
    font-weight: 500;
    padding-top: 3px;
}
.custom-add-to-cart.active:hover .custom-counter {
    display: none;
}

.custom-add-to-cart.active .custom-counter:hover .custom-qty {
    display: block;
}

.custom-add-to-cart.active:hover .custom-qty {
    display: block;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0px 4px 20px 0px #00000033;
    display: flex;
    align-items: center;
    width: 79px;
    height: 30px;
    justify-content: center;
    gap: 1px;
    padding: 4px 10px;
}

.custom-add-to-cart .custom-decrement, .custom-add-to-cart .custom-increment {
    color: #A3472B;
    width: 12px;
    border: none;
    padding: 0;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    cursor: pointer;
}

.custom-add-to-cart .p-count {
    width: 24px;
    text-align: center;
    font-weight: 500;
    border: none;
}
.custom-remove-btn {
    border: none;
    padding: 0;
    cursor: pointer;
}
.mini-price {
    gap: 20px;
}
.quantity-wrapper.mobile {
    display: none;
}
.coming-soon {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 3px;
}
.contact-cols .numbers a:after {
    width: 100%;
    right: 0;
    bottom: 0;
    height: 1px;
    position: absolute;
    content: '';
    background: #000;
    transition: all .2s ease;
}

.contact-cols .numbers a:hover:after {
    width: 0;
}
.signup-form h2 {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
}
.tooltip {
    background: #9c442c;
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 130px;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 4px;
    transition: all .2s ease;
    transform: translate(200%, 0);
}

.tooltip.active {
    transform: none;
}

.tooltip.danger {
    background: #A3472B;
}
.tooltip.danger .success-msg{
    display: none;
}
.tooltip.danger .p-removed-msg{
    display: block;
}
.p-removed-msg {
    display: none;
}
.dish-col-holder.cat-senegalaise {
    display: none;
}
.tab-content.senegal .dish-col-holder {
    display: none;
}
.tab-content.senegal .dish-col-holder.cat-senegalaise {
    display: block;
}
.select-selected.changed {
    color: #000 !important;
}
.new-bill-address {
    display: none;
}
.row .field-holder {
    flex: 1;
}
.signup-form .row {
    gap: 20px;
}
.step .select-items{background:#fff;}
.step .same-as-selected, .step .select-items div:hover, .step .same-as-selected {
    background: #fff;
    color: #000 !important;
}
.step .select-items div, .step .select-selected {
    color: #000;
}
.page-template-checkout .woocommerce-NoticeGroup {
    display: none !important;
}