/*
Theme Name: Taaj
Author: devout
Author URI: devout
Version: 1.0
 */

@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Tangerine:wght@400;700&display=swap');

section {
    padding: 20px 0 !important;
}

.right-cart {
    padding: 0 0 0 30px;
}

.blink_text {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    font-size: 13px;
    padding: 0 0 0;
    line-height: 38px;
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.offer-percent {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.blink_text a {
    color: #fff;
    background: #3a8b84;
    border-radius: 3px;
    padding: 2px 5px 3px;
}

.blink_text a:hover {
    color: #fff;
}

#header .container {
    border-top: 1px solid #f7f7f7;
    padding: 10px 0 0 0;
}

.footer a {
    color: #fff;
}

.header {
    height: 105px !important;
    margin: 0px 0 0 !important;
}

section.hero-head {
    padding: 0 !important;
}

.slide-head {
    background: #3a8b84;
    padding: 14px 0 12px;
    margin: 0px 0;
    font-weight: bold;
}

.slide-head p {
    color: #fff;
    margin: 0;
    line-height: 15px;
}

.xoo-wsc-basket {
    background-color: #3a8b84 !important;
    color: #fff !important;
}

.xoo-wsc-items-count,
.xoo-wsc-sc-count {
    background-color: #c78088 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

/* ====== Slider ==== */

section.main-slider- {
    padding: 0 !important;
}

/* section .owl-nav .owl-prev {
    top: 53% !important;
} */

section .item .cover {
    padding: 195px 0 75px !important;
}

/* ====== Slider ==== */

#header .navbar {
    padding: 0;
}

#header .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

#header .navbar li {
    position: relative;
}

#header .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
}

#header .navbar a,
#header .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 600;
    color: #7f7f90;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}

#header .navbar a i,
#header .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

#header .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

#header .navbar a:hover:before,
#header .navbar li:hover>a:before,
#header .navbar .active:before {
    visibility: visible;
    width: 100%;
}

#header .navbar a:hover,
#header .navbar .active,
#header .navbar .active:focus,
#header .navbar li:hover>a {
    color: #000;
}

#header .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

#header .navbar .dropdown ul li {
    min-width: 200px;
}

#header .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
}

#header .navbar .dropdown ul a i {
    font-size: 12px;
}

#header .navbar .dropdown ul a:hover,
#header .navbar .dropdown ul .active:hover,
#header .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
}

#header .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

#header .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

#header .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

#header .mobile-nav-show,
#header .mobile-nav-hide {
    display: none;
}


.menu .nav-link.active {
    padding: 10px 18px;
    border-radius: 50px;
}

.menu-order-bg .nav-item {
    margin: 0 0 8px;
}

section.menu-order-bg {
    padding: 30px 0 50px !important;
}

.varitions-price.text-right.font-weight-bold {
    font-weight: bold;
    text-align: right;
    margin-right: 17px;
}

p#locationvalue_field {
    display: none;
}

span.optional {
    display: none;
}

.modal-lg {
    width: 550px !important;
}

span#pickuptype_field {
    margin: 0 0px 19px;
    display: block;
}



/* ====================================
About Us
===================================== */

.head-content h2 {
    color: #000000;
    font-size: 70px;
    margin: 0 0 40px;
    font-weight: 700;
}

.head-content h2 span {
    font-weight: 500;
}

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

.about-breadcrumps ul li {
    display: inline;
    padding: 0 5px 0 0;
    font-size: 13px;
}

.service-icon-box .service-icon,
.service-icon-box .service-content {
    display: inline-block;
}

.service-icon {
    width: 20%;
}

.service-content {
    width: 75%;
}

.service-icon-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-content h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 3px;
}

.service-content p {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
}

.service-icon i {
    background: #efa6009c;
    padding: 20px 20px;
    font-size: 28px;
    color: #d5191b;
    border-radius: 100px;
}

.image-side img {
    width: 100%;
}

.box-img {
    display: flex;
    align-items: end;
}

.two-boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.two-boxes-img-box {
    background: #fff3b69e;
    margin: 0 12px 0 0;
    padding: 10px 15px;
}

.two-box-img img {
    width: 100%;
}

.two-box-head h4 {
    margin: 0;
    padding: 0 12px;
    font-size: 22px;
    font-weight: 600;
}

.content-side .two-box-disc p {
    margin: 10px 0 6px;
    line-height: 19px;
    font-size: 15px;
}

.sub-title span {
    color: #a1a1a1;
    font-size: 14px;
    font-weight: 500;
    line-height: 54px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.content-side h3 {
    font-size: 36px;
    font-weight: 800;
}

.content-side p {
    margin: 20px 0 30px;
    font-size: 16px;
}

.discover-now-btn {
    margin: 46px 0 0;
}

button.discover-btn {
    background: #3a8b84;
    border: none;
    padding: 6px 30px;
    border-radius: 50px;
}

button.discover-btn a {
    color: #fff;
    transition: .3s;
}

section.about-body-fourth {
    padding: 0px 0 0 !important;
}

/* ====================================
About Us end
===================================== */


/* ====================================
Contact Us
===================================== */

.contact-box {
    background: #ffffff29;
    /* box-shadow: 0px 0px 28px -3px #ccc; */
    padding: 28px 53px 17px;
    text-align: center;
    border: 1px solid #3a8b84;
    height: 190px;
}

.contact-icon i {
    font-size: 30px;
    margin: 7px 0 7px 0;
}

.reservation-side {
    margin: 50px 0 0;
    padding: 20px 0 20px;
}

.contact-info-side h2,
.reservation-side h2 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 700;
}

.reservation-side .form-group label {
    color: #000;
    font-size: 13px;
    padding: 0 10px;
    position: absolute;
    top: 5px;
    left: 10px;
    background: #fff;
    z-index: 1;
}

.reservation-side .form-group input {
    width: 100%;
    border: 1px solid #696969;
    height: 50px;
    font-size: 14px;
    outline: none;
    padding: 0px 12px;
    border-radius: 5px;
}

.reservation-side .form-group {
    position: relative;
    padding: 10px 0;
}

.reservation-side .form-group label span {
    padding: 0 5px;
}

.contact-info:hover .contact-box {
    transition: 0.3s;
}

.contact-info:hover .contact-box .contact-icon i {
    transform: rotatey(360deg);
    transition: .5s;
}

.contact-info .contact-box .contact-icon i {
    transform: rotatey(0deg);
    transition: .5s;
    color: #3a8b84;
}

.contact-info:hover .contact-box .contact-icon i.bi-geo-alt::before {
    transform: rotatey(360deg);
    transition: .5s;
    color: #3a8b84;
}

.contact-info .contact-box .contact-icon i.bi-geo-alt::before {
    transform: rotatey(0deg);
    transition: .5s;
}

.contact-info:hover .contact-box .contact-icon i.bi-telephone::before {
    transform: rotatey(360deg);
    transition: .5s;
    color: #3a8b84;
}

.contact-info .contact-box .contact-icon i.bi-telephone::before {
    transform: rotatey(0deg);
    transition: .5s;
}

.contact-title p {
    font-weight: 700;
    margin: 8px 0 10px;
    font-size: 16px;
}

.reservation-side .form-group button.book-now {
    background: #3a8b84;
    color: #fff;
    border: none;
    padding: 6px 40px;
    border-radius: 50px;
    font-size: 14px;
}

.book-now {
    background: #3a8b84;
    color: #fff;
    border: none;
    padding: 6px 40px;
    border-radius: 50px;
    font-size: 14px;
    width: 200px !important;
    float: left;
}

.contact-info a {
    color: #000;
}

/* ====================================
contact Us end
===================================== */
.testimonial-item img.img-fluid.testimonial-img {
    width: 100px;
}

.offer-percent .blink_text.mobile {
    display: none;
}

.mobile-accordian {
    display: none;
}


div#order_review {
    float: right;
    width: 50%;
}

form#myForm {
    width: 100%;
    text-align: center;
}

.variations-modal .modal-footer {
    border: 0 !important;
}

.variations-modal .modal-body.varitions-content {
    padding-bottom: 0;
}

.variations-modal button.btn-close {
    background-image: none !important;
    background: none;
    background-color: #3a8b84;
    opacity: 1;
    color: #fff !important;
    border-radius: 33px;
    line-height: 16px;
}

.variations-modal .modal-lg {
    width: 550px !important;
    margin-top: 150px !important;
}

.woocommerce table.my_account_orders .button {
    font-size: 14px;
    color: #fff;
    background: var(--color-primary);
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 50px;
    transition: 0.3s;
}

.woocommerce table.my_account_orders .button:hover {
    color: #fff;
    background: rgba(206, 18, 18, 0.8);
}

nav.woocommerce-MyAccount-navigation li {
    list-style: none;
}

nav.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 13px 17px;
    background-color: #f8f8f8f8;
    margin: 0 0 2px;
    color: #000;
}

nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
    background-color: var(--color-primary);
    color: #fff;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #3a8b84 !important;
}


/* ====================================
===================================== */

#nonloop .item {
    height: 100%;
}

#nonloop .item {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.popular-dishes-slide {
    margin-right: 0;
    overflow: hidden;
    max-width: 85%;
    display: block;
    margin-left: auto;
    position: relative;
    cursor: grab;
    margin-top: 30px;
}

.section-title h2 {
    margin: 0;
    font-size: 48px;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
    display: inline-block;
    position: relative;
    background-color: #0000;
    padding: 0 0px;
}

.section-title p {
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #7f7f90;
    text-transform: capitalize;
    line-height: 25px;
    font-family: 'Tangerine', cursive;
}

.popular-dishes-content p {
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 0 0;
    font-family: var(--font-secondary);
}

.section-title h2 span {
    color: #3a8b84;
}

section.popular-dishes {
    padding: 60px 0 0 !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.section-title,
.popular-dishes-content {
    margin: 0 0 30px;
}

.section-title {
    padding: 0 0 0 40px;
}

#nonloop .owl-nav.disabled {
    display: block;
}

#nonloop button.owl-prev,
#nonloop button.owl-next {
    background-color: #3a8b84 !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    color: #fff !important;
    font-size: 27px !important;
    border-radius: 50px !important;
    /* opacity: 1; */
    padding: 0;
    text-align: center !important;
}

.dish-name h3 {
    font-size: 27px;
    font-weight: 600;
    font-family: 'Poppins';
}

.dish-name a {
    display: block;
    max-width: 90%;
    text-align: center;
    background-color: #3a8b84;
    margin: 0 auto;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    padding: 9px 0;
    border-radius: 3px;
}

.dish-name {
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 95%;
    height: 85px;
    opacity: 0;
    visibility: hidden;
}

.dish-name h3 {
    font-size: 27px;
    font-weight: 600;
    font-family: 'Poppins';
    letter-spacing: 4.3px;
    transition: .4s;
    color: #fff;
}

.dish-slide::before {
    content: "";
    position: absolute;
    background-color: #000000bd;
    width: 100%;
    height: 100%;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
}

.dish-slide:hover::before,
.dish-slide:hover .dish-name {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.dish-slide:hover .dish-name h3 {
    letter-spacing: 0;
    transition: .4s;
}

.inner-category-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.block_wrapper {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.block_wrapper .content {
    width: calc(100% - 160px);
}

.block_wrapper .content .block_title {
    color: #041527;
    transition: all .3s linear;
    margin: 0 0 1rem;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.block_wrapper .content p {
    margin: 0;
    color: #041527;
}

.left_blocks .block_wrapper .image_block,
.right_blocks .block_wrapper .image_block {
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.inner-category-section ul li a .block_wrapper .image_block:before {
    content: "";
    width: 0%;
    height: 0%;
    background: #000;
    position: absolute;
    transition: all .3s linear;
    opacity: 0;
    border-radius: 50%;
    border: 5px solid #3a8b84;
}

.inner-category-section ul li a:hover .block_wrapper .image_block:before {
    width: 100%;
    height: 100%;
    opacity: .5;
}

.inner-category-section {
    background-image: url(//dt-kudil.myshopify.com/cdn/shop/files/pg-bg.png?v=1687520513&width=1920);
    padding: 50px;
    background-size: contain;
    background-color: #3a8b8412;
    border-radius: 20px;
    overflow: hidden;
}

.image_block img {
    object-fit: cover;
    border-radius: 50%;
    height: 120px;
    width: 120px;
}

.inner-category-section ul li a {
    display: block;
    margin: 0 0 50px;
}

.image_block {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


section.category-section {
    margin: 50px 0;
}

.lunch-menu-inner img {
    width: 100%;
}

.service-item i {
    font-size: 33px;
    color: #ffffff;
    background: #3a8b84;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    display: inline-block;
}

.service-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.service-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(18, 15, 12, 0.651), rgba(18, 15, 12, 0));
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item::after {
    position: absolute;
    content: '';
    top: 17px;
    left: 18px;
    right: 17px;
    bottom: 17px;
    border: 1px solid #d8cbb6;
    border-radius: 10px;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.service-item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 41px;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item .content .title {
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    margin-top: 14px;
}

.service-item .content .title a {
    color: #FFF;
    font-size: 16px;
}

.service-item .content p {
    color: #FFF;
    padding: 0 20px;
    opacity: 0;
    font-size: 16px;
    visibility: hidden;
    margin-top: -100px;
    letter-spacing: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item:hover::before {
    backdrop-filter: blur(2px);
    background-color: rgba(18, 15, 12, 0.65);
}

.service-item:hover .content {
    bottom: 50%;
    transform: translateY(50%);
    padding-bottom: 0;
}

.service-item:hover .content p {
    opacity: 1;
    visibility: visible;
    margin-top: 17px;
}

.why-choose-content .section-header {
    padding: 0;
}

.why-choose-content-description p {
    font-size: 14px;
    text-align: center;
    padding: 10px 70px;
}

section.why-choose-us {
    position: relative;
    padding: 50px 0 0 !important;
    margin: 30px 0 80px;
}

section.why-choose-us::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(assets/img/bg-why-choose.png);
    background-repeat: no-repeat;
    z-index: -1;
    top: 0;
    filter: grayscale(0.8);
    opacity: 0.4;
}

.why-outer-items {
    margin: 20px 0 0;
}

.learn-more-btn a.more-btn {
    font-size: 14px;
    color: #fff;
    background: #3a8b84;
    padding: 10px 50px;
    margin-left: 30px;
    border-radius: 50px;
    transition: 0.3s;
    display: inline-block;
}

.learn-more-btn a.more-btn:hover {
    background: #c78088;
    transition: 0.3s;
}

.metaslider .flexslider .flex-direction-nav li a {
    width: 40px !important;
    height: 40px !important;
    background-size: 200% !important;
    filter: invert(1) !important;
}

.metaslider .flexslider:focus-within .flex-next,
.metaslider .flexslider:hover .flex-next {
    opacity: 1 !important;
}

#stats-counter .row {
    opacity: 0;
}

#about .content {
    margin: 30px 0 0;
}

#menu-starters .menu-item a {
    display: flex;
    width: 100%;
    align-items: center;
}

.cat-right {
    width: 65%;
}

.cat-right p.ingredients {
    display: none;
}

/* ====================================
Responsive
===================================== */
@media only screen and (max-width: 1400px) {
    .service-item .content .title {
        letter-spacing: 0.6px;
    }

    .service-item .content .title {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 1300px) {
    .head-content h2 {
        font-size: 40px;
        margin: 0 0 11px;
    }
}

@media only screen and (max-width: 1199px) {
    a.btn-book-a-table b {
        margin: 0 0px 0 0px !important;
    }

    #header .navbar>ul>li {
        padding: 10px 0 10px 20px !important;
    }

    .header .btn-book-a-table,
    .header .btn-book-a-table:focus {
        font-size: 12px !important;
        padding: 8px 20px;
        margin-left: 10px !important;
    }

    section .item .cover .header-content h2 {
        font-size: 16px !important;
    }

    section .item .cover .header-content h4 {
        font-size: 15px !important;
        line-height: 18px !important;
    }

    section .item .cover {
        padding: 165px 0 75px !important;
    }

    .product-right-side {
        width: 50% !important;
    }

    .product-left-side {
        width: 50% !important;
    }

    .post .woocommerce {
        max-width: 940px !important;
    }

    section.about-body-second {
        padding: 40px 0 40px !important;
        background: none;
    }

    .content-side h3 {
        font-size: 26px;
    }

    .all-menu .col-md-4 {
        width: 50%;
    }

    section .item .cover .header-content h1 {
        font-size: 67px;
    }
}

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

    #header .mobile-nav-show,
    #header .mobile-nav-hide {
        display: block !important;
    }

    #header .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        border-left: 1px solid #666;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

    #header .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        background: rgba(255, 255, 255, 0.9);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        display: block;
    }

    #header .navbar a,
    #header .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: var(--font-secondary);
        border-bottom: 2px solid rgba(255, 255, 255, 0.8);
        font-size: 16px;
        font-weight: 600;
        color: #7f7f90;
        white-space: nowrap;
        transition: 0.3s;
    }

    #header .navbar a i,
    #header .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    #header .navbar a:hover,
    #header .navbar li:hover>a {
        color: #000;
    }

    #header .navbar .active,
    #header .navbar .active:focus {
        color: #000;
        border-color: var(--color-primary);
    }

    #header .navbar .dropdown ul,
    #header .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        border: 1px solid #eee;
    }

    #header .navbar .dropdown>.dropdown-active,
    #header .navbar .dropdown .dropdown>.dropdown-active {
        display: block;
    }

    #header .mobile-nav-show {
        color: var(--color-secondary);
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        margin: 0 10px 0 20px;
    }

    #header .mobile-nav-hide {
        color: var(--color-secondary);
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }

    #header .mobile-nav-hide {
        display: none !important
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .navbar {
        right: 0 !important;
    }

    .mobile-nav-active .navbar:before {
        content: "" !important;
        position: fixed !important;
        inset: 0 !important;
        background: rgba(255, 255, 255, 0.8) !important;
        z-index: 9996 !important;
    }

    .page-template-about-us section.about-body-second {
        padding: 10px 0 !important;
    }

    .page-template-about-us section.about-body-third {
        padding: 10px 0 10px !important;
    }

    .discover-now-btn {
        margin: 27px 0 21px;
    }

    .discover-now-btn {
        text-align: center;
    }

    .two-boxes-img-box {
        margin: 0 3px 0 0;
        padding: 10px 10px;
        width: 100%;
    }

    .post .woocommerce {
        max-width: 700px !important;
    }

    .section-title {
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .section-title h2,
    .section-header p {
        font-size: 38px !important;
    }

    .popular-dishes-content p {
        font-size: 15px;
        margin: 10px 0 0 0;
        text-align: center;
    }

    .menu .tab-content .menu-item .menu-img {
        padding: 0 90px !important;
        width: 100% !important;
        margin: 0 0 10px !important;
    }

    .menu .tab-content .menu-item .ingredients {
        padding: 0 10px;
    }

    .cateancher {
        border-radius: 5px;
    }

    .content p {
        text-align: center;
        font-size: 14px;
    }

    .service-item .content {
        bottom: 40px;
    }

    .testimonials .testimonial-item h3 {
        font-size: 16px;
    }

    .testimonials .testimonial-item h4 {
        font-size: 12px;
    }

    section#menu {
        padding: 30px 0 12px !important;
    }
}

@media only screen and (max-width: 768px) {
    div#order_review {
        float: right;
        width: 100%;
    }

}

@media only screen and (max-width: 767px) {
    .mobile-accordian {
        display: block;
        float: left;
        width: 100%;
    }

    .accordion-button:focus {
        border: transparent !important
    }

    button.accordion-button {
        background-color: #3a8b84 !important;
        color: #fff !important;
    }

    .accordion-button:not(.collapsed)::after,
    .accordion-button::after {
        background-image: url(assets/img/accord-icon.png) !important;
        background-repeat: no-repeat;
        background-size: 21px;
        background-position: right;
    }

    .header {
        height: 105px !important;
        margin: 19px 0 0 !important;
        padding: 0 6px;
    }

    ul.nav.nav-tabs.d-flex.justify-content-center.ctab {
        display: none !important;
    }

    .tab-content.ccont {
        display: none !important;
    }

    .menu .col-lg-3 {
        width: 50%;
    }

    .menu .tab-content .menu-item .menu-img {
        padding: 0px 50px !important;
        margin: 0 0 25px !important;
    }

    section .item .cover .header-content h2 {
        font-size: 15px !important;
        line-height: 24px;
    }

    section .item .cover .header-content h4 {
        font-size: 15px !important;
        line-height: 24px !important;
    }

    .offer-percent .blink_text {
        display: none;
    }

    .offer-percent .blink_text.mobile {
        display: block !important;
    }

    .head-content h2 {
        font-size: 20px;
        margin: 0;
    }

    .about-breadcrumps ul li {
        display: inline;
        padding: 0 5px 0 0;
        font-size: 10px;
    }

    section.about-us-head {
        padding: 70px 0 16px !important;
        background-size: cover !important;
    }

    .two-boxes-img-box {
        width: 47%;
        display: inline-block;
    }

    .two-box-head h4 {
        font-size: 15px;
    }

    .variations-modal .modal-lg {
        width: 90% !important;
        margin-top: 150px !important;
        margin: 0 auto;
    }

    .post .woocommerce {
        max-width: 600px !important;
    }

    span.woocommerce-input-wrapper input,
    .woocommerce .woocommerce-ordering select,
    form.cart .variations select,
    .woocommerce form .form-row input.input-text {
        width: 100%;
        border: 1px solid #ccc;
        padding: 8px 8px;
        font-size: 14px;
        outline: none;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .menu .section-header {
        display: none !important;
    }

    .all-menu .col-md-4 {
        width: 100%;
    }

    .accordion-body {
        padding: 16px 12px 50px !important;
    }

    #header .navbar>ul>li {
        padding: 10px 0 10px 0px !important;
        box-sizing: border-box;
    }

    .menu .tab-content {
        margin: 45px 0 0 0;
    }

    nav.woocommerce-MyAccount-navigation {
        margin: 0 0 20px;
    }

    section .item .cover .header-content {
        padding: 0px !important;
    }

    section .item .cover .header-content h1 {
        font-size: 48px !important;
    }

    section .item {
        height: 70vh !important;
    }

    section .item .cover {
        padding: 135px 0 25px !important;
    }

    .section-title p {
        font-size: 28px;
    }

    .cateancher {
        width: 47% !important;
    }

    .why-choose-content-description p {
        padding: 10px 0px;
    }
}

@media only screen and (max-width: 640px) {
    .post .woocommerce {
        max-width: 470px !important;
    }

    .cateancher {
        width: 95% !important;
        margin: 0 10px 10px !important;
    }

    .stats-counter .stats-item {
        padding: 0px 0 10px !important;
    }

    .stats-counter .stats-item span {
        font-size: 28px !important;
    }

    .stats-counter .stats-item p {
        font-size: 14px !important;
    }

    .xoo-wsc-bki {
        font-size: 25px !important;
    }

    .xoo-wsc-basket {
        width: 50px !important;
        height: 50px !important;
    }

    .slide-head p {
        line-height: 12px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .post .woocommerce {
        max-width: 330px !important;
    }
}


@media only screen and (max-width: 360px) {
    .post .woocommerce {
        max-width: 306px !important;
    }

    #pickuptype_field label.radio {
        margin: 0 6px 0 3px;
        font-size: 12px;
    }
}


.stext {
    text-align: center;
    /* font-size: 15px; */
    font-style: italic;
}




/* ====================================
===================================== */