html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

:focus {
    outline: 0;
}

a:focus {
    outline: 0;
}

:root {
    --primary-blue: #293075;
    --secondary-desert: #bea07d;
    --gray: #cecece;
    --white: #ffffff;
    --black: #000000;
}

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

a.cmn-btn {
    display: block;
}

.common-head {
    margin-bottom: 30px;
}

.common-head .icon-box {
    margin: 0 auto 20px;
    max-width: 590px;
}

.common-head .icon-box::after,
.common-head .icon-box::before {
    content: "";
    flex: 1;
    height: 1px;
    background-color: var(--gray);

}

.common-head .icon-box .icon {
    width: 38px;
    height: 38px;
    background: url(../images/icons/tree-icon.svg) center / contain no-repeat;
    margin: 0 15px;
}

.common-head span {
    font-size: 18px;
    line-height: 22px;
    color: var(--secondary-desert);
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.restaurant-sec {
	overflow-x: hidden;
}

.common-head h2 {
    margin-bottom: 20px;
}

.insta-feed {
    padding: 50px 0 0 0;
    z-index: 11;
}

.insta-feed::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 260px;
    right: 0;
    background-image: url(../images/gradient_primary_shape.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: -1;
}

.insta-feed .swiper-slide a {
    display: block;
}

.insta-feed .swiper-slide img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
}

.insta-feed .swiper-pagination {
    bottom: 0;
}

.insta-feed .swiper {
    padding-bottom: 40px;
}

.insta-feed .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: 0 0;
    border: 3px solid var(--primary-blue);
}

.insta-feed .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    margin: 0 2.5px;
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 100%;
    background: #e6e6e6;
    transition: all .3s ease;
}

.newsletter-section .form-group.newsletter-group {
    position: relative;
    display: flex;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 10px;
}

.newsletter-section .form-group.newsletter-group input.form-control {
    display: block;
    padding: .375rem .75rem;
    line-height: 1.5;
    width: 100%;
    padding-left: 30px;
    height: 50px;
    font-size: 14px;
    border: none;
    outline: 0;
    color: var(--cText);
    font-weight: 400;
    border-radius: 10px 0 0 10px;
    background-color: #f9f9f9;
}

.newsletter-section .form-group.newsletter-group button.btn.btn-primary {
    cursor: pointer;
    border: none;
    padding: 10px 30px;
    color: var(--white);
    font-size: 14px;
    border-radius: 0;
    width: fit-content;
    margin-left: -100px;
    background: var(--secondary-desert);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.2px;
}


.newsletter-section .custom-checkbox-wrapper {
    position: relative;
    margin-bottom: 5px;
    text-align: left;
}

.newsletter-section .custom-checkbox-wrapper label {
    color: #acacac;
    padding-left: 40px;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 0 !important;
    text-align: left !important;
}

.newsletter-section .custom-checkbox-wrapper input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 10px;
    height: 0;
    max-height: 0;
    cursor: pointer;
    appearance: none;
    background: 0 0;
}

.newsletter-section .custom-checkbox-wrapper input[type="checkbox"]::before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: -5px;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #f9f9f9, #f9f9f9, #293075, #293075);
    border: 1px solid var(--gray);
    visibility: visible;
    transition: all .3s ease;
}

.newsletter-section .custom-checkbox-wrapper input[type="checkbox"]::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: -1px;
    width: 15px;
    height: 12px;
    border-radius: 4px;
    background: url(../images/icons/ico_checkmark.svg) no-repeat center / 100% 100%;
    opacity: 0;
    z-index: 1;
    visibility: visible;
    transition: all .3s ease;
}

.newsletter-section .custom-checkbox-wrapper input:checked::before {
    background-position: 99% 0;
}

.newsletter-section .custom-checkbox-wrapper input:checked::after {
    opacity: 1;
}

.newsletter-section .newsletter-row {
    gap: 150px;
}

.newsletter-section .newsletter-row>div {
    width: 50%;
}

.newsletter-section .custom-checkbox-wrapper label a {
    color: var(--primary-blue);
    font-size: 12px;
    display: inline-block;
    font-family: 'SourceSerif4';
}

.newsletter-section .custom-checkbox-wrapper label a:hover {
    text-decoration: underline;
}

.newsletter-section {
    padding: 20px 0 50px;
    background-color: var(--white);
}

.event {
    padding-bottom: 0;
    padding-top: 100px;
}

.event:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(180deg, #eceef1, transparent);
}

.event:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    width: 100%;
    background-image: url(../images/background-shape-bottom.png);
    background-size: 3660px 393px;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1;
    transform: rotate(180deg);
    pointer-events: none;
}

.event .inner:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 50%;
    background: var(--primary-blue);
}

.event .blog-card .category {
    gap: 10px;
    margin-bottom: 10px;
}

.event .blog-card .category span {
    font-size: 13px;
    font-weight: 700;
    color: var(--secondary-desert);
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'SourceSerif4';
}

.event .blog-card .category time {
    font-size: 13px;
    font-weight: 400;
    color: #505050;
}

.event .blog-card .img-wrap {
    position: relative;
    width: 100%;
    margin: 20px 0;
    border-radius: 20px;
}

.event .blog-card .img-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, #293075, transparent);
    opacity: 0;
    transition: opacity .4s ease;
    border-radius: 20px;
}

.event .blog-card:hover .img-wrap:before {
    opacity: 1;

}

.event .blog-card .img-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.event .blog-card .box {
    padding: 0 20px;
}

.event .blog-card p {
    color: #cfd6e9;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;

    /* white-space: initial; */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.event .blog-card .img-wrap .date-holder {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 20px;
    background: var(--secondary-desert);
    color: var(--white);
    display: block;
    text-align: center;
    font-size: 27px;
    line-height: 1;
    font-weight: 300;
    border-radius: 12px;
}

.event .blog-card .img-wrap .date-holder span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin-top: 5px;
}

.event .blog-card span.read-more {
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'SourceSerif4';
}

.event .blog-card span.read-more:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 13px;
    height: 8px;
    background: url(../images/icons/link-shape.svg) center / contain no-repeat;
    transition: all 0.3s;
}

.event .blog-card:hover span.read-more:before {
    transform: rotate(45deg);
}

.blog-swiper {
    padding-bottom: 150px;
}

.blog-swiper:after {
    content: "";
    position: absolute;
    bottom: -140px;
    left: -210px;
    height: 310px;
    right: 0;
    background-image: url(../images/background-shape-bottom.png);
    background-size: 3660px 393px;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
    transform: rotate(180deg);
}

.event .blog-card h2,
.event .blog-card h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    line-height: 22px;
}

.event .blog-card h2 a,
.event .blog-card h3 a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: var(--black);
    font-family: 'SourceSerif4';
}

.event .blog-card h2 a:before,
.event .blog-card h3 a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.resto-banner .icon-box .icon,
.restaurant-sec .icon-box .icon {
    background: url(../images/icons/icon-restaurant.svg) center / contain no-repeat;
}

.restaurant-sec .swiper-slide img {
    height: 150px;
    border-radius: 12px;
}

.restaurant-sec .resto-slide {
    /* width: calc(100% + 15px); */
    width: 100%;
    padding: 0 50px;
    margin: 30px 0 45px;
}

.restaurant-sec .restaurant-btn a {
    display: inline-block;
    min-width: 210px;
    text-align: center;
}

.cmn-btn.btn-primary {
    background: var(--primary-blue);
    background-size: 400% 100%;
    background-image: linear-gradient(135deg, #293075, #293075, #cfd6e9, #cfd6e9);
    color: var(--white);
}

.cmn-btn.btn-primary:hover {
    background-position: 99% 0;
    color: #000;
}

.restaurant-sec .restaurant-btn:first-child {
    margin-right: 17px;
}

.restaurant-sec .restaurant-btn:last-child {
    margin-left: 17px;
}


.resto-menu-cards {
    width: calc(100% + 15px);
}

.restaurant-card-table .title-wrapper {
    margin-bottom: -45px;
}

.restaurant-card-table .title-wrapper .inner-title-wrapper {
    background: var(--white);
    padding: 25px 15px;
    z-index: 1;
}

.restaurant-card-table .title-wrapper .inner-title-wrapper .subtitle {
    font-size: 16px;
    color: var(--secondary-desert);
    margin: 0;
}

.restaurant-card-table .title-wrapper .inner-title-wrapper .title {
    font-size: 24px;
    margin: 0;
}

.restaurant-card-table .inner {
    padding: 50px 15px 20px 15px;
    border: 1px solid #cccfd9;
    border-radius: 16px;
}

.restaurant-card-table .single-menu-item {
    padding-bottom: 30px;
}

.single-menu-item .top-part {
    margin-bottom: 10px;
}

.single-menu-item p:not(.price) {
    padding-right: 10px;
}

.single-menu-item .top-part p {
    font-size: 18px;
    font-family: 'SourceSerif4';
    margin-bottom: 0;
}

.single-menu-item .top-part .border-div {
    flex: 1;
    min-width: 25px;
    font-size: 0;
    height: 8px;
    border-top: 1px solid var(--secondary-desert);
    border-bottom: 1px solid var(--secondary-desert);
    margin: 0 15px;
}

.single-menu-item .top-part p.price {
    text-wrap: nowrap;
    padding-left: 10px;
    font-family: 'SourceSerif4';
    margin-bottom: 0;
}

.restaurant-card-table .single-menu-item>p {
    font-size: 14px;
    margin-bottom: 0;
}

.resto-banner {
    margin-bottom: 30px;
}

.resto-banner .cmn-btn-secondary {
    padding: 15px 25px 15px 55px;
}

.resto-banner .cmn-btn-secondary::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    filter: brightness(0) invert(1);
    background: url('../images/icons/icon-restaurant.svg') center center / cover no-repeat;
}

.resto-banner-inner.menu-version {
    height: 400px;
    padding: 175px 0 60px;
    margin-bottom: 50px;
}

.resto-banner-inner {
    background: #cfd6e9;
}

.resto-banner-inner .img-wrap {
    inset: 0;
    z-index: 1;
}

.resto-banner-inner.menu-version .img-wrap img {
    filter: unset;
}

.resto-banner-inner.small .img-wrap img {
    height: 370px;
}

.resto-banner-inner .img-wrap img {
    width: 100%;
}

.resto-banner-inner .text-wrap {
    z-index: 10;
    padding: 0 15px;
}

.resto-banner-inner.menu-version .text-wrap p {
    font-size: 24px;
}

.resto-banner-inner .text-wrap p {
    font-family: 'SourceSerif4';
    text-transform: uppercase;
    font-size: 16px;
    color: var(--secondary-desert);
    margin-bottom: 0;
}

.resto-banner-inner.menu-version .text-wrap h1 {
    font-size: 60px;
    margin-bottom: 8px;
}

.resto-banner-inner .overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: .8;
    background: #000;
    background: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, .8), rgba(0, 0, 0, .7) 100%);
}

.resto-banner-inner .text-wrap h1,
.resto-banner-inner .text-wrap h2 {
    color: var(--white);
}

.resto-menu-data .img-wrap::after,
.resto-banner-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -210px;
    height: 140px;
    right: 0;
    background-image: url(../images/background-shape-bottom.png);
    background-size: 3660px 393px;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 10;
    pointer-events: none;
}

.resto-navigation {
    position: absolute;
    left: 50%;
    z-index: 50;
    bottom: -20px;
    width: max-content;
    transform: translateX(-50%);
}

.resto-navigation-inner {
    padding: 14px 19px;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .07);
}

.resto-navigation-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 10px;
    z-index: -1;
    transform: rotate(1deg);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: var(--secondary-desert);
}

.resto-navigation-inner ul {
    display: flex;
    gap: 15px;
    background: var(--white);
}

.resto-navigation-inner ul li a {
    color: var(--black);
    font-size: 16px;
    padding: 11px 25px;
    background: var(--white);
    transition: all .3s ease-in-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-family: 'SourceSerif4';
    display: block;
}

.resto-navigation-inner ul li a.active,
.resto-navigation-inner ul li a:hover {
    color: var(--white);
    background: var(--primary-blue);
}

/* ---------------------------- */

.resto-menu-data {
    padding-bottom: 40px;
}

.resto-menu-data .img-wrap {
    height: 300px;
}

.resto-menu-data .img-wrap::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    opacity: .85;
    background: #000;
    background: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, .8), rgba(0, 0, 0, .7) 100%);
}

.resto-menu-data .img-wrap .text-wrap {
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%) translateY(-25%);
}

.resto-menu-data .img-wrap .text-wrap h3 {
    font-size: 42px;
    color: var(--white);
    margin: 0;
}

.resto-menu-data .img-wrap .text-wrap p {
    font-size: 20px;
    color: var(--secondary-desert);
    font-family: 'SourceSerif4';
    margin: 0;
}

.resto-menu-data .img-wrap::after {
    height: 140px;
    bottom: 0;
    transform: rotate(180deg);
    background-position: bottom center;
}

/* ------- */

.menu-list {
    padding: 35px 0;
    gap: 40px 100px;
}

.menu-list .single-menu-item {
    padding: 0;
    width: calc(50% - 50px);
    color: var(--black);
}

.single-menu-item .top-part {
    margin-bottom: 10px;
}

.menu-list .single-menu-item .top-part p:not(.price) {
    font-family: 'SourceSerif4';
}

.resto-menu-data .menu-list .single-menu-item>p {
    font-size: 14px;
    margin: 0;
}

/* ---------------------------- */


.navigation-wrap-mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 15px 25px;
    background: #fff;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .07);
    display: none;
    justify-content: space-between;
    gap: 10px;
}

.navigation-wrap-mobile .selected-wrap {
    display: flex;
    align-items: center;
}

.navigation-wrap-mobile .mobile-widget-trigger {
    padding: 19px 17px;
    margin-right: 22px;
    font-size: 0;
    border-radius: 50%;
    background: #cfd6e9;
    transition: all .3s ease;
}

.navigation-wrap-mobile .selected-wrap p {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin: 0;
    color: var(--black);
}

.navigation-wrap-mobile .mobile-widget-trigger:before {
    content: "";
    display: block;
    width: 20px;
    height: 16px;
    background: url(../images/ico_checklist.svg) center / cover no-repeat;
}

.navigation-wrap-mobile .mobile-widget-trigger:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.newsletter-section ul.social-icons-list {
    gap: 20px;
}

/* cart CSS start */

.booking .siteHeader .navbar-brand-wrapper {
    display: none;
}

.booking .siteHeader .headerLink::before {
    background: var(--secondary-desert);
}

section.cart {
    padding: 70px 0;
}

.booking {
    position: relative;
}

.booking:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/booking-background.png) center/cover no-repeat;
    z-index: -1;
}

.booking .booking-logo {
    display: block;
    text-align: center;
    font-size: 0;
    width: 260px;
    height: 60px;
    margin: 0 auto 65px;
    background: url(../images/booking-logo.svg) center/contain no-repeat;
}

.cart .container-sm {
    max-width: 1000px;
}

.booking-form-wrap {
    padding: 40px;
    border-radius: 33px;
    background: #ffffff;
    position: relative;
}

.booking-form-wrap .icon {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.booking-form-wrap .icon.cart:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icons/ico_cart.svg) center / contain no-repeat;
    filter: brightness(0) invert(65%) sepia(47%) saturate(233%) hue-rotate(352deg) brightness(92%) contrast(91%);
}

.cart .cart-overview {
    margin-bottom: 40px;
}

.form-title {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.form-title:after,
.form-title:before {
    content: "";
    display: inline;
    flex: 1;
    height: 1px;
    background: #cecece;
}

.form-title h1,
.form-title h2,
.form-title h3,
.form-title span {
    text-transform: uppercase;
    background: #ffffff;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    padding: 0 10px;
}


/* cart table */

.cart .overview-head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 30px
}

.cart .overview-head p {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase
}

.cart .overview-head p.product-name {
    width: 40%
}

.cart .overview-head p.price {
    width: 20%;
    text-align: center
}

.cart .overview-head p.quantity {
    width: 20%;
    text-align: center
}

.cart .overview-head p.total {
    width: 20%;
    text-align: right
}

.cart .overview-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px 15px 0;
    position: relative
}

.cart .overview-card.package {
    padding-left: 40px
}

.cart .overview-card.package .card-info {
    width: calc(40% - 35px)
}

.cart .overview-card.package .tag-box {
    left: 115px
}

.cart .overview-card .card-info {
    width: 40%;
    display: flex;
    align-items: center;
    gap: 10px
}

.cart .overview-card .tag-box {
    position: absolute;
    z-index: 9;
    left: 80px;
    top: 0
}

.cart .overview-card .tag-box span {
    position: absolute;
    left: -17.5px;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 21px -3px rgba(0, 0, 0, .1)
}

.cart .overview-card .tag-box span:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px
}

.cart .overview-card .tag-box .tag-desc {
    max-width: 300px;
    width: 100%;
    padding: 5px 12px;
    background: #f8f8f8;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.2;
    margin-left: 30px;
    margin-top: -5px;
    font-family: 'Montserrat';
}

.cart .overview-card .tag-box .tag-desc:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 44%;
    left: 25px;
    transform: translateY(-55%) rotate(45deg);
    background: #f8f8f8
}

.cart .overview-card .img-wrap {
    position: relative;
    width: 80px;
    border-radius: 13px;
    margin-bottom: 0
}

.cart .overview-card .img-wrap img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 13px
}

.cart .overview-card .text-wrap {
    width: calc(100% - 80px - 10px)
}

.cart .overview-card .text-wrap h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600
}

.cart .overview-card .text-wrap p {
    font-size: 13px;
    line-height: 16px;
    color: #949494
}

.cart .overview-card .card-price {
    width: 20%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 3px
}

.cart .overview-card .card-price p,
.cart .overview-card .card-price span {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    font-family: 'SourceSerif4';
}

.cart .overview-card .card-numbers {
    width: 20%
}

.cart .overview-card .card-numbers .inner {
    margin: 0 auto;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F9F9F9;
    ;
    border-radius: 30px;
    padding: 10px
}

.cart .overview-card .card-numbers a {
    display: block;
    font-size: 0;
    max-width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.cart .overview-card .card-numbers a.plus {
    background: url(../images/icons/ico_plus.svg) center/contain no-repeat
}

.cart .overview-card .card-numbers a.minus {
    background: url(../images/icons/ico_minus.svg) center/contain no-repeat
}

.cart .overview-card .card-numbers input {
    height: unset !important;
    line-height: unset !important;
    background: #F9F9F9 !important;
    border: none !important;
    border-radius: 0 !important;
    text-align: center;
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
}

.cart .overview-card .card-numbers input::-webkit-outer-spin-button,
.cart .overview-card .card-numbers input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    /* Important to remove the margin in older versions of Chrome */
}

.cart .overview-card .card-total-price {
    width: 20%;
    text-align: right;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 3px
}

.cart .overview-card .card-total-price p,
.cart .overview-card .card-total-price span {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    font-family: 'SourceSerif4';
    margin-bottom: 0px;
}

.cart .overview-card .deleteItem {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 0;
    width: 15px;
    height: 15px;
    background: url(../images/icons/ico_close.svg) center/contain no-repeat;
    filter: brightness(0) invert(15%) sepia(51%) saturate(925%) hue-rotate(188deg) brightness(99%) contrast(87%);
}

.cart .overview-card .deleteItem:hover {
    opacity: .6
}

.cart .overview-card .tag-box span {
    cursor: pointer;
}

.cart .overview-card .tag-box .tag-desc {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.cart .overview-card .tag-box span:hover~.tag-desc {
    opacity: 1;
    visibility: visible;
}

.cart .overview-card.discount .tag-box span {
    background: #ffffff;
}

.cart .overview-card.discount .tag-box span:before {
    background: url(../images/icons/ico_discount.svg) center/contain no-repeat
}

.cart .overview-card.discount .tag-box .tag-desc {
    background: #CFD6E9;
}

.cart .overview-card.discount .tag-box .tag-desc:before {
    background: #CFD6E9;
}

.cart .overview-card.info .tag-box span {
    background: #F9F9F9;
}

.cart .overview-card.info .tag-box span:before {
    background: url(../images/icons/ico_warning.svg) center/contain no-repeat
}

.cart .overview-card.info .tag-box .tag-desc {
    background: #F9F9F9;
}

.cart .overview-card.info .tag-box .tag-desc:before {
    background: #F9F9F9;
}

.cart .overview-card.error .tag-box span {
    background: #F6DBDB;
}

.cart .overview-card.error .tag-box span:before {
    filter: brightness(0) invert(12%) sepia(42%) saturate(6927%) hue-rotate(6deg) brightness(115%) contrast(135%);
    background: url(../images/icons/notify_error.svg) center/contain no-repeat
}

.cart .overview-card.error .tag-box .tag-desc {
    color: #ffffff;
    background: #C00000;
}

.cart .overview-card.error .tag-box .tag-desc:before {
    background: #C00000;
}

.cart .overview-card.error .card-numbers,
.cart .overview-card.error .card-price,
.cart .overview-card.error .card-total-price,
.cart .overview-card.error .img-wrap,
.cart .overview-card.error .text-wrap {
    opacity: .4;
    pointer-events: none
}

.cart .overview-card.warning .tag-box span {
    background: #FFFCF1;
}

.cart .overview-card.warning .tag-box span:before {
    background: url(../images/icons/notify_warning.svg) center/contain no-repeat
}

.cart .overview-card.warning .tag-box .tag-desc {
    background: #FFFCF1;
}

.cart .overview-card.warning .tag-box .tag-desc:before {
    background: #FFFCF1;
}

/* cart upsale item */

.cart .upsale-items {
    background: #f8f8f8;
    padding: 15px;
}

.cart .upsale-items .upsale-card {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.cart .upsale-items .upsale-card:hover .text-wrap h3 {
    color: #293075;
}

.cart .upsale-items .upsale-card.active:after {
    transform: translateY(-50%) rotate(180deg)
}

.cart .upsale-items .upsale-card:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 12px;
    height: 10px;
    background: url(../images/icons/ico_arrow-down.svg) center/contain no-repeat;
    filter: brightness(0) invert(15%) sepia(51%) saturate(925%) hue-rotate(188deg) brightness(99%) contrast(87%);
}

.cart .upsale-items .upsale-card .img-wrap {
    width: 80px;
    border-radius: 13px;
    margin-bottom: 0;
}

.cart .upsale-items .upsale-card .img-wrap a img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 13px;
}

.cart .upsale-items .upsale-card .text-wrap {
    width: calc(100% - 80px - 10px);
}

.cart .upsale-items .upsale-card .text-wrap h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.cart .upsale-items .upsale-card .text-wrap p {
    font-size: 13px;
    line-height: 16px;
    color: #949494;
}

.cart .upsale-items .cart-upsale-items {
    display: none;
}

.cart .upsale-items .cart-upsale-items .upsale-items-swiper {
    padding: 20px 0 20px;
    height: 165px;
}

/* cart subtotal */

.cart .subtotal-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 25px 0;
}

.cart .subtotal-wrap .promo-code .top {
    display: flex;
    align-items: center;
    gap: 20px
}

.cart .subtotal-wrap .promo-code .top .promo-wrap {
    display: flex;
    align-items: center;
    position: relative
}

.cart .subtotal-wrap .promo-code .discount-remark {
    color: rgba(0, 0, 0, .53);
    font-size: 13px;
    line-height: 22px;
    margin-top: 10px;
    position: relative;
    padding-left: 25px
}

.cart .subtotal-wrap .promo-code .discount-remark:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url(../images/icons/ico_discount.svg) center/contain no-repeat
}

.cart .subtotal-wrap h2 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    width: fit-content;
    text-wrap: nowrap
}

.cart .subtotal-wrap input {
    outline: 0;
    background: #F9F9F9;
    border: 1px solid transparent;
    border-radius: 30px;
    padding: 0 15px;
    height: 50px;
    box-shadow: none !important;
    outline: 0
}

.cart .subtotal-wrap input:focus {
    border: 1px solid #293075;
}

.cart .subtotal-wrap input.error {
    border: 1px solid #CC0000
}

.cart .subtotal-wrap .js-btn-coupon {
    text-wrap: nowrap;
    color: #BEA07D;
    font-weight: 700;
    text-decoration: underline;
    position: absolute;
    right: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
    background: #293075;
    ;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.cart .subtotal-wrap .js-btn-coupon:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url("../images/icons/ico_checkmark.svg") center/contain no-repeat
}

.cart .subtotal-wrap .js-btn-coupon.ok {
    background: #1AC000
}

.cart .subtotal-wrap .js-btn-coupon.error {
    background: #CC0000
}

.cart .subtotal-wrap .js-btn-coupon.error:before {
    background: url("../images/icons/ico_close.svg") center/contain no-repeat;
    filter: brightness(0) invert(100)
}

.cart .subtotal-wrap .js-btn-coupon:hover {
    background: #BEA07D
}

.cart .subtotal-wrap .subtotal {
    margin-left: auto
}

.cart .subtotal-wrap .subtotal .price-wrap {
    display: flex;
    align-items: baseline;
    gap: 5px
}

.cart .subtotal-wrap .subtotal .price-wrap p,
.cart .subtotal-wrap .subtotal .price-wrap span {
    font-size: 18px;
    font-weight: 600;
    font-family: 'SourceSerif4';
}

/* cart overview footer */

.cart .overview-footer {
    padding-top: 25px;
    border-top: 1px solid rgba(206, 206, 206, .36)
}

.cart .overview-footer .overview-order-total,
.cart .overview-footer .overview-tax,
.cart .overview-footer .overview-total-payment {
    display: flex;
    align-items: baseline;
    justify-content: space-between
}

.cart .overview-footer .overview-order-total .price-wrap,
.cart .overview-footer .overview-tax .price-wrap,
.cart .overview-footer .overview-total-payment .price-wrap {
    display: flex;
    align-items: baseline;
    gap: 5px
}

.cart .overview-footer .overview-order-total,
.cart .overview-footer .overview-tax {
    margin-bottom: 10px
}

.cart .overview-footer .overview-order-total p,
.cart .overview-footer .overview-order-total span,
.cart .overview-footer .overview-tax p,
.cart .overview-footer .overview-tax span {
    font-size: 16px;
    font-weight: 500;
    font-family: 'SourceSerif4';
}

.cart .overview-footer .overview-total-payment p,
.cart .overview-footer .overview-total-payment span {
    font-size: 18px;
    font-weight: 600;
    font-family: 'SourceSerif4';
}

.booking-form-wrap .login-box p a {
    color: #BEA07D;
}

.booking-form-wrap .login-box p a:hover {
    color: #293075;
}

.cart .cartForm .login-box {
    border-top: none;
    margin-bottom: 40px;
    text-align: center;
}

/* cart payment method */
.cart .payment-method-wrap {
    margin-bottom: 40px
}

.cart .payment-method-wrap .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cart .payment-method-wrap .price-box {
    width: 150px;
    padding-left: 50px;
    text-align: right;
    position: relative
}

.cart .payment-method-wrap .price-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 35px;
    background: url(../images/icons/ico_wallet.svg) center/contain no-repeat
}

.cart .payment-method-wrap .price-box .price-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px
}

.cart .payment-method-wrap .price-box .price-wrap p.price,
.cart .payment-method-wrap .price-box .price-wrap span {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 18px;
    font-family: 'SourceSerif4';
}

.cart .payment-method-wrap .price-box span {
    font-size: 13px;
    font-weight: 400;
    text-wrap: nowrap
}

.cart .payment-method-wrap .remark {
    color: rgba(0, 0, 0, .53);
    font-size: 13px;
    line-height: 22px;
    margin-top: 25px
}

/* custom toggle switch */

.custom-checkbox-wrapper.checkboxSwitcher {
    position: relative;
    width: fit-content;
    padding-right: 85px;
}

.custom-checkbox-wrapper.checkboxSwitcher label {
    cursor: pointer !important;
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 600 !important;
    padding-left: 0 !important;
    margin-top: 5px !important
}

.custom-checkbox-wrapper.checkboxSwitcher input {
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    cursor: pointer;
    transition: all .3s ease;
}

.custom-checkbox-wrapper.checkboxSwitcher input:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 35px;
    background: #f8f8f8;
    border-radius: 35px;
    right: 0;
    top: 0;
    transition: all .3s ease;
}

.custom-checkbox-wrapper.checkboxSwitcher input:after {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    top: 0;
    right: 35px;
    z-index: 1;
    transition: all .3s ease;
    box-shadow: 0 0 3.2px rgba(0, 0, 0, .038), 0 0 8.9px rgba(0, 0, 0, .055), 0 0 21.4px rgba(0, 0, 0, .072), 0 0 71px rgba(0, 0, 0, .11);
}

.custom-checkbox-wrapper.checkboxSwitcher input:checked:before {
    background: #BEA07D;
}

.custom-checkbox-wrapper.checkboxSwitcher input:checked:after {
    right: -1px;
}

/* cart order summary */
.cart .order-summary {
    margin-bottom: 40px
}

.cart .order-summary .summary-box {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 10px
}

.cart .order-summary .summary-box p,
.cart .order-summary .summary-box span {
    font-size: 16px;
    font-weight: 500
}

.cart .order-summary .summary-box .price-wrap {
    display: flex;
    align-items: baseline;
    gap: 5px
}

.cart .order-summary .summary-box.discount-box {
    border-bottom: 1px solid rgba(206, 206, 206, .36);
    padding-bottom: 10px
}

.cart .order-summary .summary-box.summary-total-payment p,
.cart .order-summary .summary-box.summary-total-payment span {
    font-size: 18px;
    font-weight: 600;
    font-family: 'SourceSerif4';
}

.cart .consent-wrap {
    margin-bottom: 40px
}

.cart .consent-wrap .custom-checkbox-wrapper {
    margin: 0 40px
}

.cart .consent-wrap .custom-checkbox-wrapper label {
    padding-left: 35px !important;
    font-size: 14px !important
}

.cart .consent-wrap .custom-checkbox-wrapper label a,
.cart .consent-wrap .custom-checkbox-wrapper label strong {
    color: #BEA07D;
}

.cart .payment-box {
    border-top: 1px solid rgba(206, 206, 206, .36);
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cart .payment-box .price-total {
    display: flex;
    gap: 5px;
    align-items: baseline
}

.cart .payment-box .price-total p.price,
.cart .payment-box .price-total span.currency {
    font-size: 24px;
    font-weight: 600;
    font-family: 'SourceSerif4';
    color: #000000;
}

.cart .payment-box p {
    color: rgba(0, 0, 0, .59);
    font-size: 14px;
    font-weight: 600;
    font-family: 'SourceSerif4';
}

.cart .payment-box button {
    background: #BEA07D;
    background-size: 300% 100%;
    background-image: linear-gradient(135deg, #BEA07D, #BEA07D, #9a8260, #9a8260);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    padding: 15px 40px;
    outline: 0;
    border: 0;
    letter-spacing: 1.2px;
    box-shadow: none !important;
    transition: all .3s ease;
}

.cart .payment-box button:hover {
    background-position: 99% 0;
}

.cart .payment-provider-box .payment-provider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.cart .payment-provider-box .payment-provider a {
    width: 200px;
    display: block
}

.cart .payment-provider-box .payment-provider a img {
    width: 100%;
    height: auto;
    object-fit: contain
}

.cart .payment-provider-box .payment-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px
}

.cart .payment-provider-box .payment-cards a.card {
    display: block;
    border: none
}

.cart .payment-provider-box .payment-cards a.card img {
    width: auto;
    height: 30px;
    object-fit: contain
}

/* cart CSS end */

/* start media query */

@media only screen and (max-width: 1200px) {

    .restaurant-sec .resto-slide {
        padding: 0;
    }

    .newsletter-section .newsletter-row {
        gap: 100px;
    }

    .newsletter-section .custom-checkbox-wrapper input[type="checkbox"] {
        top: 4px;
    }
}

@media only screen and (max-width: 991px) {

    .event+.newsletter-section {
        padding-top: 0;
    }

    .newsletter-section .newsletter-row {
        gap: 70px;
    }

    .newsletter-section .newsletter-row>div {
        width: 100%;
    }

    .newsletter-section .social-icons-list li>a {
        width: 50px;
        height: 50px;
    }

    .newsletter-section .social-icons-list li a::before {
        width: 19px;
        height: 17px;
    }

    .newsletter-section ul.social-icons-list {
        gap: 0px;
    }

    .inner .blog-swiper {
        width: calc(100% + 12px);
    }

    .menu-list {
        gap: 30px 50px;
    }

    .menu-list .single-menu-item {
        width: calc(50% - 25px);
    }

    /* cart CSS start */

    .booking .booking-logo {
        width: 230px;
        height: 50px
    }

    /* cart subtotal */
    .cart .subtotal-wrap {
        flex-direction: column
    }

    .cart .subtotal-wrap .promo-code {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    /* cart CSS end */

}

@media only screen and (max-width: 767px) {
    .navigation-wrap-mobile {
        display: flex;
    }

    .resto-menu-data .img-wrap .text-wrap h3 {
        font-size: 34px;
    }

    .resto-menu-data .img-wrap .text-wrap p {
        font-size: 16px;
    }

    .resto-menu-data .img-wrap .text-wrap {
        top: 25px;
        transform: translateX(-50%);
    }

    .resto-menu-data .img-wrap {
        height: 150px;
    }

    .resto-banner {
        margin-bottom: 0;
    }

    .resto-navigation {
        display: none;
    }

    .single-menu-item .top-part .border-div {
        margin: 0 7.5px;
    }

    .resto-banner-inner.menu-version {
        height: 300px;
        padding: 130px 0 25px;
        margin-bottom: 30px;
    }

    .restaurant-card-table .single-menu-item {
        padding-bottom: 20px;
    }

    .restaurant-sec .resto-slide {
        margin: 0px 0 20px 0;
    }

    .newsletter-section .newsletter-row {
        gap: 50px;
    }

    .restaurant-sec .resto-slide {
        width: calc(100% + 15px);
    }

    .menu-list {
        padding: 10px 0;
        gap: 30px 35px;
    }

    .menu-list .single-menu-item {
        width: calc(50% - 18px);
    }

    /* cart table */

    .cart .overview-head {
        display: none
    }

    .cart .overview-card {
        flex-wrap: wrap;
        padding-right: 0;
        border-bottom: 1px solid rgba(206, 206, 206, .36)
    }

    .cart .overview-card:last-of-type {
        border-bottom: none
    }

    .cart .overview-card.package {
        padding-left: 20px
    }

    .cart .overview-card.package .card-info {
        width: 100%
    }

    .cart .overview-card .card-info {
        width: 100%
    }

    .cart .overview-card .tag-box {
        left: 95px
    }

    .cart .overview-card .img-wrap {
        width: 100px
    }

    .cart .overview-card .text-wrap {
        padding-right: 30px
    }

    .cart .overview-card .text-wrap h3 {
        font-size: 14px
    }

    .cart .overview-card .card-price {
        justify-content: flex-start;
        width: 100px
    }

    .cart .overview-card .card-numbers {
        width: 100px
    }

    .cart .overview-card .card-total-price {
        margin-left: auto
    }

    .cart .overview-card .card-total-price p,
    .cart .overview-card .card-total-price span {
        font-size: 20px;
        font-weight: 600
    }

    .cart .overview-card .deleteItem {
        top: 20px;
        transform: unset;
        width: 20px;
        height: 20px
    }

    /* cart upsale item */

    .cart .upsale-items .upsale-card .img-wrap {
        width: 100px
    }

    .cart .upsale-items .upsale-card .text-wrap {
        padding-right: 30px
    }

    .cart .upsale-items .upsale-card .text-wrap h3 {
        font-size: 14px
    }

    .cart .payment-wrap {
        gap: 10px
    }

    /* cart subtotal */
    .cart .subtotal-wrap .promo-code .top {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 10px;
        row-gap: 20px
    }

    .cart .subtotal-wrap h2 {
        width: 100%;
        text-align: center
    }
}

@media only screen and (max-width: 650px) {
    .resto-banner-inner.menu-version {
        height: 205px;
        padding: 65px 0 40px;
        margin-bottom: 0;
    }

    .resto-banner-inner.menu-version .text-wrap p {
        font-size: 16px;
    }

    .resto-banner-inner.menu-version .text-wrap h1 {
        font-size: 30px;
        margin-bottom: 5px;
    }

    /* cart CSS start */

    .booking .booking-logo {
        width: 200px;
        height: 40px
    }

    /* cart CSS end */
}

@media only screen and (max-width: 600px) {
    .event .blog-swiper>.swiper {
        margin-right: -12px;
    }
}

@media only screen and (max-width: 575px) {
    .resto-menu-cards {
        margin-bottom: 10px;
    }

    .newsletter-section .form-group.newsletter-group button.btn.btn-primary {
        padding: 10px 20px;
    }

    .restaurant-sec .restaurant-btn:first-child,
    .restaurant-sec .restaurant-btn:last-child {
        margin-right: 0;
        margin-left: 0;
    }

    .restaurant-sec .restaurant-btn:first-child {
        margin-bottom: 15px;
    }

    .restaurant-sec .restaurant-btn a {
        display: block;
    }

    .insta-feed .swiper {
        padding-left: 15px;
    }

    .insta-feed .swiper-slide img {
        height: 145px;
    }

    .restaurant-sec .swiper-slide img {
        height: 130px;
    }

    .inner .blog-swiper {
        width: calc(100% + 12px);
    }

    .menu-list {
        gap: 30px;
    }

    .menu-list .single-menu-item {
        width: 100%;
    }

    /* cart CSS start */

    .cart .overview-card .tag-box .tag-desc {
        margin-left: -30px;
        margin-top: 48px
    }

    .cart .overview-card .tag-box .tag-desc:before {
        top: 43px;
        transform: rotate(45deg);
        left: -2px
    }

    .cart .overview-card .card-numbers {
        margin-left: auto
    }

    .cart .overview-card .card-total-price {
        width: 100%;
        text-align: right
    }

    .cart .overview-card .card-total-price p,
    .cart .overview-card .card-total-price span {
        font-weight: 700
    }

    .cart .subtotal-wrap .subtotal .price-wrap p,
    .cart .subtotal-wrap .subtotal .price-wrap span {
        font-size: 16px
    }

    .cart .overview-footer .overview-order-total p,
    .cart .overview-footer .overview-order-total span,
    .cart .overview-footer .overview-tax p,
    .cart .overview-footer .overview-tax span {
        font-size: 14px
    }

    .cart .overview-footer .overview-total-payment p,
    .cart .overview-footer .overview-total-payment span {
        font-size: 16px
    }

    .cart .payment-method-wrap .wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 20px;
        justify-content: center
    }

    .cart .order-summary .summary-box p,
    .cart .order-summary .summary-box span {
        font-size: 14px
    }

    .cart .order-summary .summary-box.summary-total-payment p,
    .cart .order-summary .summary-box.summary-total-payment span {
        font-size: 16px
    }

    .cart .consent-wrap .custom-checkbox-wrapper {
        margin: 0
    }

    .cart .payment-box {
        flex-direction: column;
        gap: 20px
    }

    .cart .payment-box .price-total {
        justify-content: center
    }

    .cart .payment-box button {
        width: 100%;
    }

    /* cart CSS end */
}

@media screen and (max-width:550px) {
    .booking .booking-logo {
        width: 170px;
        height: 35px;
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 475px) {
    .navigation-wrap-mobile .mobile-widget-trigger {
        padding: 15px 13px;
        margin-right: 10px;
    }

    .navigation-wrap-mobile .selected-wrap p {
        font-size: 14px;
    }

    .navigation-wrap-mobile {
        padding: 10px;
    }

    .resto-banner .cmn-btn-secondary {
        padding: 10px 20px 10px 50px;
    }
}