body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    background-color: #202020;
}

.container {
    max-width: 1340px;
}
.navbar {
    padding: 30px 0;
}
.navbar > .container {
    display: block;
}
.navbar-brand img {
    width: 164px;
    margin-right: 16px;
}
header .navbar .navbar-nav .nav-item:not(:last-child) {
    margin-right: 12px;
}
header .navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #474d5d;
    padding: 12px 15px;
    border-bottom: 2px solid transparent;
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    border-bottom-color: #202020;
    color: #1e2125;
    background-color: #e9ecef;
}

.btn-01 {
    color: #202020;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    background: #f4d534;
    background: -moz-linear-gradient(top, #f4d534 0%, #f0de80 100%);
    background: -webkit-linear-gradient(top, #f4d534 0%, #f0de80 100%);
    background: linear-gradient(to bottom, #f4d534 0%, #f0de80 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d534', endColorstr='#f0de80',GradientType=0 );
}
.btn-01:hover {
    background: #f4d534;
    background: -moz-linear-gradient(top, #f4d534 0%, #f4d534 100%);
    background: -webkit-linear-gradient(top, #f4d534 0%, #f4d534 100%);
    background: linear-gradient(to bottom, #f4d534 0%, #f4d534 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d534', endColorstr='#f4d534',GradientType=0 );
}

.title-h2 {
    font-size: 32px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 32px;
    position: relative;
    padding-bottom: 24px;
    font-weight: 700;
    text-align: center;
}
.title-h2:after {
    content: "";
    width: 14px;
    height: 14px;
    background: url("https://robochef.ae/resources/assets/robochef/images/down-arrow.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.p-relative {
    position: relative;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
header .menu-bg {
    background-color: #ececec;
    border-radius: 6px;
    padding: 0 15px;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
header .after-login-txt {
    font-size: 18px;
    color: #474d5d;
    font-weight: 700;
    margin: 0;
}

.main-banner {
    background: #000000;
    padding-top: 140px;
}
.main-banner .banner-img {
    position: relative;
    bottom: 0px;
}
.main-banner .banner-caption {
    text-align: center;
    padding-top: 82px;
}
.main-banner .banner-caption ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.main-banner .banner-caption ul li {
    padding: 0 8px;
}
.main-banner .banner-caption ul li a {
    text-decoration: none;
}
.main-banner .banner-caption ul li a img {
    width: 90%;
}
.main-banner .banner-caption ul li a img:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes elementor-animation-pulse {
    25% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(0.9);
    }
}

.link-pulse {
    padding: 15px 36px;
    margin: 10px;
    display: inline-block;
    color: #fff;
    background: #000000;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border-radius: 6px;
    border: 2px solid #f0de82;
    position: relative;
    z-index: 1;
}
.link-pulse:after {
    content: "";
    width: 80%;
    height: calc(100% + 4px);
    background-color: #000;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.link-pulse:hover {
    text-decoration: none;
    color: #fff;
}

@-webkit-keyframes pulse-grow-on-hover {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes pulse-grow-on-hover {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.pulse-grow-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse-grow-on-hover:hover,
.pulse-grow-on-hover:focus,
.pulse-grow-on-hover:active {
    -webkit-animation-name: pulse-grow-on-hover;
    animation-name: pulse-grow-on-hover;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.main-banner .banner-caption h1 {
    font-size: 20px;
    color: #f0de82;
    text-transform: uppercase;
    margin: 82px 0 32px;
    position: relative;
    padding-bottom: 24px;
}
.main-banner .banner-caption h1:after {
    content: "";
    width: 14px;
    height: 14px;
    background: url("https://robochef.ae/resources/assets/robochef/images/down-arrow.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.main-banner .banner-caption p {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 14px;
}

.section-one {
    padding: 120px 0 60px 0;
    background: url("https://robochef.ae/resources/assets/robochef/images/section-01-bg.png") no-repeat center center;
    background-size: cover;
}
.img-box-main {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.img-box-main div {
    width: 100%;
    height: calc(100% - 0px);
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    transition: top 0.5s ease;
}
.img-box-main div h3 {
    font-size: 32px;
    font-weight: 500;
    margin: 0 30px 18px;
    color: #fff;
}
.img-box-main:hover div {
    top: 0;
}

.section-two {
    padding: 62px 0;
    text-align: center;
}
.section-two .small-txt {
    margin-bottom: 42px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.section-two .large-txt {
    font-size: 18px;
    margin-bottom: 62px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.section-three {
    padding: 62px 0;
    text-align: center;
    background-color: rgba(196, 196, 196, 0.1);
}
.section-three p {
    font-size: 18px;
    font-weight: 500;
}
.section-three .form-group {
    margin: 24px 0 0;
    position: relative;
}
.section-three .form-group .form-control {
    font-size: 14px;
    height: 52px;
    box-shadow: none;
    outline: none;
    padding-right: 125px;
}
.section-three .form-group .btn {
    position: absolute;
    right: 7px;
    top: 7px;
}

footer {
    color: #202020;
    position: relative;
    margin-top: 110px;
    z-index: 1;
    padding: 60px 0 0;
    background: #f4d534;
    background: -moz-linear-gradient(top, #f4d534 0%, #f0de80 100%);
    background: -webkit-linear-gradient(top, #f4d534 0%, #f0de80 100%);
    background: linear-gradient(to bottom, #f4d534 0%, #f0de80 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d534', endColorstr='#f0de80',GradientType=0 );
}
footer:after {
    content: "";
    width: 100%;
    height: 35px;
    background: url("https://robochef.ae/resources/assets/robochef/images/footer-shape-img.png") no-repeat top center;
    background-size: 110%;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    z-index: -1;
}
footer .footer-logo {
    width: 260px;
}
footer .social-links {
    list-style-type: none;
    margin: 30px 0;
    padding: 0;
}
footer .social-links li {
    display: inline-block;
}
footer .social-links li:not(:last-child) {
    margin-right: 6px;
}
footer .social-links li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    text-align: center;
    background: #f0de82;
    text-decoration: none;
    color: #202020;
    display: inline-block;
}
footer .social-links li a img {
    width: 14px;
}
footer .menu-links {
    list-style-type: none;
    margin: 0 0;
    padding: 0;
}
footer .menu-links li a {
    font-size: 18px;
    font-weight: 500;
    color: #202020;
    margin-bottom: 14px;
    text-decoration: none;
    display: inline-block;
}
footer p {
    font-size: 18px;
    font-weight: 500;
    color: #202020;
    margin-bottom: 14px;
}
footer .contact-detail {
    list-style-type: none;
    margin: 0 0;
    padding: 0;
}
footer .contact-detail li a {
    font-size: 18px;
    color: #202020;
    text-decoration: none;
    margin-bottom: 14px;
    display: inline-block;
    padding-left: 26px;
    position: relative;
}
footer .contact-detail li a img {
    width: 18px;
    position: absolute;
    top: 4px;
    left: 0;
}
footer .sub-footer {
    margin-top: 42px;
    padding: 20px 0;
    border-top: 2px solid #202020;
}
footer .sub-footer p {
    font-size: 14px;
    color: rgba(32, 32, 32, 0.5);
    font-weight: 400;
}
footer .sub-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
footer .sub-footer ul li {
    padding: 0 6px;
    font-size: 14px;
    color: rgba(32, 32, 32, 0.5);
}
footer .sub-footer ul li a {
    color: rgba(32, 32, 32, 0.5);
    text-decoration: none;
}

.location-section-01-padding {
    margin-top: 230px;
}
.location-section-01 {
    position: relative;
}
.location-section-01 .left-map {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.location-section-01 .right-map {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.location-txt-main {
    width: 75%;
    margin: 180px auto 120px;
    padding: 62px 15px;
    text-align: center;
    background: url("https://robochef.ae/resources/assets/robochef/images/location-txt-bg.png") center center no-repeat;
    background-size: contain;
}
.location-txt-main.bg-right {
    background: url("https://robochef.ae/resources/assets/robochef/images/location-txt-bg-right.png") center center
        no-repeat;
    background-size: contain;
}
.location-txt-main h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 24px;
}
.location-txt-main p {
    font-size: 20px;
}
.location-txt-main a {
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
}
.location-section-01 .map-arrow {
    width: 160px;
    position: absolute;
    top: 30px;
    left: 0;
}
.location-section-01 .map-arrow-right {
    width: 160px;
    position: absolute;
    top: 30px;
    right: 0;
}

.contact-us-section-01 {
    margin-top: 230px;
}
.contact-us-section-01 h2.title-h2 {
    display: inline-block;
    color: #f0de82;
}
.contact-us-section-01 .contact-map {
    width: 100%;
    height: 600px;
    border-radius: 14px;
}
.contact-us-section-01 .contact-us-txt-large {
    font-size: 24px;
    margin: 0 0 30px;
}
.contact-us-section-01 .form-group {
    margin: 0 0 30px;
    position: relative;
}
.contact-us-section-01 .form-group .form-control {
    font-size: 14px;
    height: 52px;
    box-shadow: none;
    outline: none;
    padding-right: 125px;
    border-color: #f0de82;
}
.contact-us-section-01 .form-group textarea.form-control {
    height: auto;
}
.contact-us-section-01 .btn {
    width: 200px;
}
.contact-us-section-01 .blockquote-manual {
    border-left: 2px solid #f0de82;
    margin-top: 30px;
    padding: 15px 20px;
}
.contact-us-section-01 .blockquote-manual h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.contact-us-section-01 .blockquote-manual p {
    margin: 0 0 12px;
    font-size: 16px;
}
.contact-us-section-01 .blockquote-manual a {
    text-decoration: none;
    color: #ffffff;
    margin: 0 0 12px;
    font-size: 16px;
}

.back-btn-main {
    margin-top: 200px;
    padding: 30px 0 42px;
}
.back-btn-main a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 42px;
    display: inline-block;
}
.back-btn-main a img {
    width: 12px;
    margin-right: 12px;
}

.dine-in-section-01.light-white-bg {
    background-color: rgba(196, 196, 196, 0.1);
}
.dine-in-section-01 {
    padding: 30px 0;
}
.dine-in-section-01 .done-location-txt {
    text-align: center;
}
.dine-in-section-01 .done-location-txt h3 {
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 8px;
    font-weight: 600;
}
.dine-in-section-01 .done-location-txt p {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.dine-in-section-01 .dine-in-img {
    width: 80%;
    border-radius: 12px;
}
.dine-in-section-01 .row .col-md-6:last-child {
    border-left: 1px solid #ffffff;
}

.menu-section-01 {
    margin-top: 200px;
    padding: 60px 0;
}
.menu-section-01 .nav-tabs .nav-link {
    font-size: 22px;
    padding: 14px 28px;
    color: #fff;
    margin-bottom: 0;
    background: 0 0;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    position: relative;
}
.menu-section-01 .nav-tabs .nav-link:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.menu-section-01 .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent;
    border-bottom-color: #f5d534;
    color: #f5d534;
}
.menu-section-01 .nav-tabs .nav-item.show .nav-link:after,
.nav-tabs .nav-link.active:after {
    border-bottom-color: #f5d534;
}
.menu-section-01 .nav-tabs {
    border-bottom: 0;
}
.menu-section-01 .tab-content {
    background-color: #fff;
    padding: 40px 30px;
    position: relative;
}

.menu-title-main {
    width: 100%;
    /* border-bottom: 1px solid #333;
    padding-bottom: 20px;
    margin-bottom: 30px; */
    text-align: center;
}
.menu-title-main span {
    display: inline-block;
    background-color: #f5d534;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 14px;
    border-radius: 24px;
    font-weight: 700;
}
.menu-title-main h2 {
    font-size: 36px;
    color: #333;
    margin: 12px 0 0;
    font-weight: 700;
}

.menu-section-01 .order-now-round {
    cursor: pointer;
    background-color: #f5d534;
    display: inline-block;
    width: 82px;
    height: 82px;
    border-radius: 82px;
    color: #333;
    position: absolute;
    top: 42px;
    right: -41px;
    z-index: 1;
    text-align: center;
    font-weight: 600;
    padding: 20px 0;
}
.new-menu-v3-section .order-now-round {
    cursor: pointer;
    background-color: #f5d534;
    display: inline-block;
    width: 82px;
    height: 82px;
    border-radius: 82px;
    color: #333;
    position: absolute;
    top: 943px;
    right: 261px;
    z-index: 1;
    text-align: center;
    font-weight: 600;
    padding: 20px 0;
}
.menu-section-01 .menu-box-main {
    width: 100%;
    background-color: #f0efef;
    padding: 30px 30px;
    margin-bottom: 30px;
}
.menu-section-01 .menu-box-main h3 {
    font-size: 24px;
    color: #484f5e;
    font-weight: 700;
    margin: 0 0 16px;
}
.menu-section-01 .food-item {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: top;
    justify-content: space-between;
    margin-bottom: 10px;
}
.menu-section-01 .food-item .price img {
    width: 18px;
    margin-left: 6px;
}

.new-menu-section {
    margin-top: 200px;
    padding: 60px 0;
}

.new-menu-section .nav-tabs {
    flex-wrap: nowrap;
    border-bottom-color: #fff;
    justify-content: space-between;
}

.new-menu-section .nav-tabs .nav-link {
    padding: 20px 15px;
    background-color: #ccc;
    color: #000;
    width: 33%;
    text-transform: uppercase;
    font-size: 18px;
}

.new-menu-section .nav-tabs .nav-item.show .nav-link,
.new-menu-section .nav-tabs .nav-link.active {
    background-color: #f2f2f2;
    color: #000;
    border-bottom-color: #f2f2f2;
}

.new-menu-section .tab-content {
    background-color: #f2f2f2;
    position: relative;
    padding: 52px 30px;
    color: #666;
}

.new-menu-section .order-now-round {
    background-color: #f5d534;
    display: inline-block;
    width: 82px;
    height: 82px;
    border-radius: 82px;
    color: #333;
    position: absolute;
    top: 42px;
    right: 12px;
    z-index: 1;
    text-align: center;
    font-weight: 600;
    padding: 20px 0;
}

.new-menu-section .new-menu-title {
    margin: 0 0 32px;
}

.new-menu-section .new-menu-title span {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 6px;
}

.new-menu-section .new-menu-title h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
    color: #000;
}

.new-menu-section h3 {
    font-size: 26px;
    color: #000;
    padding: 22px 0 0;
    margin: 22px 0 30px;
    border-top: 1px solid #ccc;
}

.new-menu-section .new-menu-dish-list {
    display: flex;
}

.new-menu-section .new-menu-dish-list > div {
    width: 20%;
    padding: 0 15px;
}

.food-detail-modal .modal-title {
    color: #333;
    font-size: 32px;
    font-weight: 700;
}
.title-tag-modal {
    display: inline-block;
    background-color: #f5d534;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 20px;
    border-radius: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}
.food-detail-modal .modal-header {
    border-bottom-color: #333;
    align-items: flex-start;
}
.food-detail-ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px;
}
.food-detail-ul li {
    display: inline-block;
    margin-right: 20px;
}
.food-detail-modal .modal-body {
    color: #333;
    font-size: 16px;
    line-height: 32px;
}
.food-detail-modal .modal-body .food-detail-img {
    margin-bottom: 20px;
}
.food-detail-modal .modal-body h3 {
    font-size: 24px;
    color: #333;
    font-weight: 700;
}
.food-detail-modal .modal-body .row .col-md-7 {
    border-right: 1px solid #ccc;
}

.ingredient-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ingredient-ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 26px;
}
.ingredient-ul li span {
    position: absolute;
    top: 0;
    left: 0;
}

.login-section-one {
    margin-top: 200px;
    padding: 60px 0;
}
.login-section-one .card-body {
    padding: 30px;
}
.login-section-one .card-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}
.login-section-one .form-group {
    margin: 0 0 20px;
    position: relative;
}
.login-section-one .form-group label {
    color: #333;
    font-weight: 600;
    margin-bottom: 12px;
}
.login-section-one .form-group .form-control {
    font-size: 14px;
    height: 52px;
    box-shadow: none;
    outline: none;
    padding-right: 125px;
    border-color: #f0de82;
}
.login-section-one .btn {
    width: 100%;
}

.new-account-line-title {
    position: relative;
    font-size: 14px;
    text-align: center;
    z-index: 1;
    margin: 30px 0 16px;
}
.new-account-line-title:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.new-account-line-title span {
    background-color: #202020;
    padding: 4px 12px;
    display: inline-block;
}

.cart-section-01 {
    margin-top: 200px;
    padding: 0 0 60px 0;
}
.cart-section-01 h1 {
    font-size: 42px;
    color: #f0de82;
    margin: 0 0 32px;
    position: relative;
    font-weight: 700;
}
.cart-section-01 .add-ons-box {
    background-color: #fff;
    border-radius: 4px;
    padding: 30px 30px;
    height: 540px;
    overflow-y: auto;
}
.cart-section-01 .add-ons-box h2 {
    font-size: 24px;
    color: #474d5d;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.cart-section-01 .add-ons-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
}
.cart-section-01 .add-ons-item .left-side {
    display: flex;
    align-items: center;
}
.cart-section-01 .add-ons-item .img-box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.24);
}
.cart-section-01 .add-ons-item .detail {
    padding-left: 30px;
}
.cart-section-01 .add-ons-item .detail h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #474d5d;
    margin: 0 0 8px;
}
.cart-section-01 .add-ons-item .detail p {
    font-size: 13px;
    text-transform: uppercase;
    color: #474d5d;
    margin: 0;
}

.cart-section-01 .cart-items-list {
    background-color: #fff;
    border-radius: 4px;
    padding: 30px 30px 80px;
    height: 540px;
    overflow-y: auto;
    position: relative;
}
.cart-section-01 .cart-items-list .cart-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}
.cart-section-01 .cart-items-list .cart-item .left-side {
    display: flex;
    align-items: center;
}
.cart-section-01 .cart-items-list .cart-item .left-side .img-box {
    width: 75px;
}
.cart-section-01 .cart-items-list .cart-item .detail {
    padding: 0 20px;
}
.cart-section-01 .cart-items-list .cart-item h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #474d5d;
    margin: 0 0 8px;
}
.cart-section-01 .cart-items-list .cart-item p {
    font-size: 13px;
    text-transform: uppercase;
    color: #474d5d;
    margin: 0 -13px 6px;
    position: relative;
    padding-left: 15px;
}
.cart-section-01 .cart-items-list .cart-item p img {
    width: 10px;
    position: absolute;
    top: 4px;
    left: 0;
}
.cart-section-01 .cart-items-list .input-group {
    width: 120px;
}
.cart-section-01 .cart-items-list .input-group .btn {
    box-shadow: none;
}
.cart-section-01 .cart-items-list .input-group .form-control {
    padding: 5px 5px;
    text-align: center;
}
.cart-section-01 .cart-items-list p.price {
    font-size: 18px;
    text-transform: uppercase;
    color: #474d5d;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.cart-section-01 .sub-total {
    display: flex;
    justify-content: space-between;
}
.cart-section-01 .sub-total div h3 {
    font-size: 18px;
    color: #474d5d;
    margin: 0 0 8px;
    font-weight: 600;
}
.cart-section-01 .sub-total div p {
    font-size: 13px;
    color: #474d5d;
    margin: 0 0 6px;
    position: relative;
    opacity: 0.5;
    font-weight: 700;
}
.cart-section-01 .sub-total .total-amount {
    font-size: 22px;
    color: #474d5d;
    margin: 0;
    font-weight: 700;
}
.cart-section-01 .checkout-btn {
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    text-align: center;
    padding: 15px 15px;
}
.cart-section-01 .checkout-btn .btn {
    padding: 8px 32px;
}
.cart-section-01 .bill-detail {
    margin-top: 30px;
}
.cart-section-01 .bill-detail h3 {
    font-size: 18px;
    color: #474d5d;
    margin: 0 0 15px;
    font-weight: 600;
}
.cart-section-01 .bill-detail ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #474d5d;
}
.cart-section-01 .bill-detail ul.discount-txt {
    color: #1db204;
}
.cart-section-01 .bill-detail ul.sub-total-ul {
    font-size: 18px;
    color: #474d5d;
    margin: 0 0;
    font-weight: 600;
    padding-top: 10px;
    border-top: 1px solid #e2e2e2;
}
.cart-section-01 .input-group.apply-coupon {
    width: 100%;
    margin-top: 30px;
}
.cart-section-01 .input-group.apply-coupon .form-control {
    text-align: left;
    padding: 10px 15px;
    font-size: 14px;
}
.cart-section-01 .input-group.apply-coupon .btn {
    font-size: 13px;
}

.cart-section-01 .note-main {
    background-color: #fff;
    border-radius: 4px;
    padding: 30px 30px;
    margin-top: 30px;
}
.cart-section-01 .note-main h3 {
    font-size: 16px;
    color: #474d5d;
    margin: 0 0 15px;
    font-weight: 600;
}
.cart-section-01 .note-main .form-control {
    font-size: 14px;
}

.cart-section-01 .order-later {
    background-color: #fff;
    border-radius: 4px;
    padding: 30px 30px;
    margin-top: 30px;
}
.cart-section-01 .order-later .form-check {
    font-size: 16px;
    color: #474d5d;
    padding-left: 34px;
    margin-bottom: 30px;
}
.cart-section-01 .order-later .form-check .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-left: -30px;
}
.cart-section-01 .order-later .form-check p {
    font-size: 12px;
    color: #474d5d;
    opacity: 0.5;
    font-weight: 600;
}

.select-address-box {
    background-color: #fff;
    border-radius: 4px;
    padding: 30px 30px;
}
.select-address-box h2 {
    font-size: 24px;
    color: #474d5d;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.cart-section-01 .added-address {
    width: 100%;
    height: 200px;
    padding: 30px 30px;
    border: 2px solid rgba(71, 77, 93, 0.5);
    border-radius: 8px;
    margin-top: 30px;
}
.cart-section-01 .added-address.selected {
    border: 0;
    padding: 0;
    height: auto;
}
.cart-section-01 .added-address div {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.cart-section-01 .added-address div img {
    width: 32px;
    margin-right: 20px;
}
.cart-section-01 .added-address div h3 {
    font-size: 18px;
    color: #474d5d;
    margin: 0 0;
    text-transform: uppercase;
    font-weight: 700;
}
.cart-section-01 .added-address p {
    font-size: 14px;
    color: #474d5d;
    margin: 0 0 12px;
}
.cart-section-01 .added-address .btn {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 15px;
}
.cart-section-01 .add-address {
    width: 100%;
    height: 200px;
    border: 2px solid rgba(71, 77, 93, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    margin-top: 30px;
    cursor: pointer;
}
.cart-section-01 .add-address img {
    width: 36px;
}
.cart-section-01 .add-address p {
    font-size: 18px;
    color: #474d5d;
    margin: 15px 0 0;
    text-transform: uppercase;
    font-weight: 700;
}
.add-address.selected {
    position: relative;
    z-index: 1;
    border-color: rgba(71, 77, 93, 1);
}
.add-address.selected:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("https://robochef.ae/resources/assets/robochef/images/selected-right-icon.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
}

.select-payment-box {
    background-color: #fff;
    border-radius: 4px;
    padding: 30px 30px;
    margin-top: 30px;
}
.select-payment-box h2 {
    font-size: 24px;
    color: #474d5d;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
}
.select-payment-box h3 {
    font-size: 18px;
    color: #474d5d;
    opacity: 0.5;
    font-weight: 700;
    margin: 30px 0 -15px;
}
.select-payment-box h4 {
    font-size: 18px;
    color: #474d5d;
    margin: 15px 0 0;
}

.select-delivery-box {
    background-color: #fff;
    border-radius: 4px;
    padding: 30px 30px;
    margin-top: 30px;
}
.select-delivery-box h2 {
    font-size: 24px;
    color: #474d5d;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
}
.select-delivery-box h4 {
    font-size: 18px;
    color: #474d5d;
    margin: 15px 0 10px;
}
.select-delivery-box .add-address div p {
    font-size: 13px;
    color: #474d5d;
    margin: 0 0;
    text-transform: none;
    font-weight: 400;
}

.cart-section-01 .cart-items-list.auto-height {
    height: auto;
}

.address-modal .modal-header {
    background: #f4d534;
    background: -moz-linear-gradient(top, #f4d534 0%, #f0de80 100%);
    background: -webkit-linear-gradient(top, #f4d534 0%, #f0de80 100%);
    background: linear-gradient(to bottom, #f4d534 0%, #f0de80 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d534', endColorstr='#f0de80',GradientType=0 );
}
.address-modal .modal-title {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}
.address-modal .modal-body {
    color: #474d5d;
}
.address-modal .modal-body .form-control {
    font-size: 14px;
}

.placed-order-modal .modal-header {
    background: #202020;
    border: 0;
}
.placed-order-modal .modal-header .modal-title {
    color: #f4d534;
}
.placed-order-modal .modal-header .btn-close {
    color: #fff;
}
.placed-order-modal .modal-body {
    background: #202020;
}
.placed-order-modal .modal-footer {
    background: #353535;
    justify-content: center;
    color: #f4d534;
    border: 0;
}
.place-order-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.place-order-item .img-box {
    width: 75px;
}
.place-order-item .detail {
    padding: 0 20px;
}
.place-order-item h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 8px;
}
.place-order-item p {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0 6px;
    position: relative;
}
.payment-content,
.delivery-content {
    display: none;
}

.order-confirm {
    color: #636363;
    width: 325px;
    font-size: 14px;
    margin: 0px auto;
    top: 250px;
}
.order-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.order-confirm .modal-header {
    border-bottom: none;
    position: relative;
}
.order-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}
.order-confirm .form-control,
.order-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}
.order-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}
.order-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}
.order-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: linear-gradient(to bottom, #f4d534 0%, #f0de80 100%);
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.order-confirm .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px;
}
.order-confirm.modal-dialog {
    margin-top: 80px;
}
.order-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(to bottom, #f4d534 0%, #f0de80 100%);
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}
.order-confirm .btn:hover,
.order-confirm .btn:focus {
    background: linear-gradient(to bottom, #f4d534 0%, #f0de80 100%);
    outline: none;
}
.trigger-btn {
    display: inline-block;
    margin: 40px auto;
}

.order-confirm i.icon-yellow {
    color: #212529;
}

.new-menu-section {
    margin-top: 200px;
    padding: 60px 0;
}
.new-menu-section .nav-tabs {
    display: block;
    border-bottom: 0;
}
.new-menu-section .nav-tabs .nav-link {
    padding: 20px 15px;
    background-color: #ccc;
    color: #000;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0;
    text-align: left;
    border: 0;
    margin-bottom: 5px;
}
.new-menu-section .nav-tabs .nav-item.show .nav-link,
.new-menu-section .nav-tabs .nav-link:hover,
.new-menu-section .nav-tabs .nav-link.active {
    background-color: #f5d534;
    color: #000;
    border-bottom-color: #f5d534;
}
.new-menu-section .tab-content {
    background-color: #fff;
    position: relative;
    padding: 52px 30px;
    color: #666;
}
.new-menu-section .order-now-round {
    background-color: #f5d534;
    display: inline-block;
    width: 82px;
    height: 82px;
    border-radius: 82px;
    color: #333;
    position: absolute;
    top: 42px;
    right: 12px;
    z-index: 1;
    text-align: center;
    font-weight: 600;
    padding: 20px 0;
    cursor: pointer;
}
.new-menu-section .new-menu-title {
    margin: 0 0 32px;
}
.new-menu-section .new-menu-title span {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 6px;
}
.new-menu-section .new-menu-title h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
    color: #000;
}
.new-menu-section h3 {
    font-size: 26px;
    color: #000;
    padding: 22px 0 0;
    margin: 22px 0 30px;
    border-top: 1px solid #ccc;
}
.new-menu-section .new-menu-dish-list {
    display: flex;
}
.new-menu-section .new-menu-dish-list > div {
    width: 20%;
    padding: 0 15px;
}

.select-chef-modal .modal-header {
    background: #f4d534;
    background: -moz-linear-gradient(top, #f4d534 0%, #f0de80 100%);
    background: -webkit-linear-gradient(top, #f4d534 0%, #f0de80 100%);
    background: linear-gradient(to bottom, #f4d534 0%, #f0de80 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d534', endColorstr='#f0de80',GradientType=0 );
}
.select-chef-modal .modal-title {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}
.select-chef-modal .modal-body {
    color: #474d5d;
}

.chef-select-box {
    margin: 0 0 30px;
    position: relative;
}
.chef-select-box .img-main {
    cursor: pointer;
    padding: 15px 15px;
    background: url("https://robochef.ae/resources/assets/robochef/images/img-focus.png") no-repeat center center;
    background-size: cover;
    margin-bottom: 20px;
}
.chef-select-box .img-main .round-img {
    width: 100%;
    padding-top: 100%;
    background: #e2e2e2;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
}
.chef-select-box .img-main .round-img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.chef-select-box h3 {
    font-size: 16px;
    padding: 12px;
    border: 1px solid #666;
    border-radius: 8px;
}
.chef-select-box .btn-01 {
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
}
.chef-select-box p {
    font-size: 12px;
    margin-bottom: 10px;
}
.chef-select-box p.price {
    font-size: 16px;
    font-weight: bold;
}

.own-chef-modal .modal-header {
    background: #f4d534;
    background: -moz-linear-gradient(top, #f4d534 0%, #f0de80 100%);
    background: -webkit-linear-gradient(top, #f4d534 0%, #f0de80 100%);
    background: linear-gradient(to bottom, #f4d534 0%, #f0de80 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d534', endColorstr='#f0de80',GradientType=0 );
}
.own-chef-modal .modal-title {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}
.own-chef-modal .modal-body {
    color: #474d5d;
}
.own-chef-modal .own-chef-box {
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.own-chef-modal .own-chef-box .item-img {
    width: 60px;
}
.own-chef-modal .own-chef-box h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 14px 0 0;
}
.own-chef-modal .own-chef-box .range-label-ul {
    list-style-type: none;
    padding: 0;
    margin: 6px 0 0;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 12px;
}
#sel_branch_lbl {
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 16px;
}
.branch_grp {
    margin-bottom: 20px;
}
#select_branch {
    color: #202020;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border-color: #f0de82;
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

.select-bg {
    background-color: #f4d534;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: "";
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: "";
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: "";
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

@media (max-width: 992px) {
    header .btn-01 {
        margin-bottom: 15px;
    }
    header .navbar .navbar-nav .nav-link {
        padding: 15px 0;
    }
    .main-banner .banner-caption ul li {
        margin-bottom: 6px;
    }
    .main-banner .banner-caption {
        padding-top: 62px;
    }
    .main-banner .banner-caption h1 {
        margin: 62px 0 32px;
    }

    .link-pulse {
        padding: 13px 26px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .main-banner {
        padding-top: 110px;
    }
    .main-banner .banner-img {
        bottom: 0;
    }
    .main-banner .banner-caption ul li {
        padding: 0 4px;
    }
    .main-banner .banner-caption ul li .link-pulse {
        font-size: 14px;
        padding: 13px 20px;
    }
    .main-banner .banner-caption {
        padding: 20px 0;
    }
    .main-banner .banner-caption h1 {
        margin: 42px 0 22px;
    }
    .section-one,
    .section-two,
    .section-three {
        padding: 40px 0;
    }
    footer {
        margin-top: 80px;
        text-align: center;
        padding-top: 30px;
    }
    footer:after {
        background-size: 250%;
    }
    footer .menu-links li a {
        font-size: 14px;
    }
    footer p {
        font-size: 14px;
    }
    footer .contact-detail li a {
        font-size: 14px;
    }
    footer .contact-detail li a img {
        width: 14px;
    }
    footer .sub-footer {
        margin-top: 30px;
        text-align: center;
    }
    footer .sub-footer ul {
        justify-content: center;
    }
    .dine-in-section-01 .row .col-md-6:last-child {
        border-left: 0px solid #ffffff;
    }
    .dine-in-section-01 .done-location-txt .btn {
        margin-bottom: 30px;
    }
    .back-btn-main {
        margin-top: 130px;
    }
    .location-section-01-padding {
        margin-top: 130px;
    }
    .location-section-01 .left-map,
    .location-section-01 .right-map {
        width: 100%;
        height: 260px;
        position: static;
        top: 0;
        left: 0;
    }
    .location-section-01 .map-arrow,
    .location-section-01 .map-arrow-right {
        width: 130px;
        top: -2px;
        z-index: -1;
    }
    .location-txt-main {
        width: 95%;
        margin: 60px auto 0;
    }
    .contact-us-section-01 {
        margin-top: 130px;
    }
    .contact-us-section-01 .contact-map {
        height: 300px;
    }
    .contact-us-section-01 h2.title-h2 {
        width: 100%;
        margin-top: 52px;
    }
    .menu-section-01 {
        margin-top: 130px;
        padding: 0 0;
    }
    .menu-section-01 .order-now-round {
        top: -14px;
        right: -10px;
    }
    .menu-section-01 .nav-tabs .nav-link {
        font-size: 18px;
        padding: 12px 16px;
    }
    .food-detail-modal .modal-body .row .col-md-7 {
        border-right: 0;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }
    .login-section-one {
        margin-top: 130px;
        padding: 0;
    }
    .new-menu-section .nav-tabs .nav-link {
        padding: 15px 5px;
        font-size: 14px;
    }
    .new-menu-section {
        margin-top: 110px;
        padding: 30px 0;
    }
    .new-menu-section .tab-content {
        padding: 30px 15px;
    }
    .new-menu-section .order-now-round {
        position: fixed;
        top: auto;
        bottom: 15px;
        right: 15px;
        z-index: 10;
    }
    .new-menu-section .new-menu-dish-list > div {
        width: 50%;
    }
    .new-menu-section .new-menu-dish-list {
        flex-wrap: wrap;
    }
    .cart-section-01 .cart-items-list {
        margin-top: 30px;
        height: auto;
    }
    .cart-section-01 .add-ons-box {
        height: auto;
    }
    .cart-section-01 .add-ons-item {
        display: block;
    }
    .cart-section-01 .add-ons-item .right-btn {
        padding-left: 130px;
    }
    .cart-section-01 {
        margin-top: 130px;
    }
    .cart-section-01 .cart-items-list .cart-item {
        display: block;
    }
    .cart-section-01 .cart-items-list .cart-item .left-side .img-box {
        width: 100px;
    }
    .cart-section-01 .cart-items-list .cart-item .right-side {
        padding-left: 100px;
    }
    .cart-section-01 .cart-items-list p.price {
        text-align: left;
    }
}
.itemcheckbox {
    position: absolute;
    right: 29px;
    top: 8px;
}
.sidebar-order-history {
    display: none;
    width: 420px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
}
.sidebar-order-history .cart-items-list {
    height: 100% !important;
    border-radius: 0;
}
.sidebar-order-history .checkout-btn {
    position: static !important;
}
.sidebar-order-history .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.menu-item-box-main {
    display: flex;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
.menu-item-box-main .food-item-img {
    border: 1px solid #ccc;
    width: 120px;
    height: 120px;
    text-align: center;
    margin-bottom: 15px;
}
.menu-item-box-main .food-item-img img {
    height: 100%;
}
.menu-item-box-main .food-detail-content {
    width: calc(80% - 120px);
    padding-left: 30px;
}
.menu-item-box-main .food-detail-content h3 {
    margin: 0 0 12px;
    padding: 0;
    border: 0;
    font-size: 22px;
    color: #000;
}
.menu-item-box-main .price-add-btn {
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.menu-item-box-main .price-add-btn p {
    font-weight: bold;
    color: #000;
    margin: 0;
}
.menu-item-box-main .price-add-btn .btn {
    width: 42px;
    height: 42px;
    line-height: 30px;
    background-color: #00aa00;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    align-self: self-end;
}

.custome-tab-nav {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 5px;
}
.custome-tab-nav h3 {
    font-size: 20px;
    color: #000;
    border: 0;
    padding: 0;
    margin: 0 0 12px;
}
.new-menu-section .nav-tabs .nav-link {
    background-color: transparent;
    font-size: 14px;
    padding: 12px 0;
    color: #666;
    font-weight: 600;
}
.new-menu-section .nav-tabs .nav-item.show .nav-link,
.new-menu-section .nav-tabs .nav-link:hover,
.new-menu-section .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #000;
}

.menu-search-main {
    width: calc(100% - 120px);
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f1db67;
}

.dine-in-resto-home {
    background-color: #141414;
    padding: 62px 0;
}
.dine-in-resto-home .dine-in-resto-box {
    width: 100%;
    display: flex;
    align-items: center;
    background: #202020;
    padding: 20px 20px;
    margin: 0 0 30px;
}
.dine-in-resto-home .dine-in-resto-box .content-txt {
    width: 50%;
    text-align: center;
}
.dine-in-resto-home .dine-in-resto-box .content-txt h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.dine-in-resto-home .dine-in-resto-box .content-txt p.sub-title {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.dine-in-resto-home .dine-in-resto-box .content-txt p {
    margin: 0 0 5px;
}
.dine-in-resto-home .dine-in-resto-box .content-txt .btn {
    margin-top: 10px;
}
.dine-in-resto-home .dine-in-resto-box .img-div {
    width: 50%;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #fff;
}
.dine-in-resto-home .dine-in-resto-box .img-div img {
    border-radius: 8px;
}

.new-menu-v3-section {
    margin-top: 200px;
    padding: 60px 0;
}
.new-menu-v3-section .cat-box-main-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.new-menu-v3-section .cat-box-main-ul li:not(:last-child) {
    margin-right: 10px;
}
.new-menu-v3-section .cat-box-main-ul li a {
    display: inline-block;
    padding: 15px 20px;
    background-color: #f4d534;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.menu-list-main {
    width: 100%;
    margin: 30px 0 0;
    background-color: #fff;
    color: #000;
    padding: 30px;
}
.menu-list-main h2 {
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.menu-single-item-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.menu-single-item-box:after {
    content: "";
    width: 100%;
    height: 0px;
    border-bottom: 1px dashed #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0;
    z-index: -1;
}
.menu-single-item-box .menu-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    background-color: #fff;
    padding-right: 10px;
    display: flex;
    align-items: center;
}
.menu-single-item-box .menu-title .info-icon {
    width: 16px;
    margin-left: 5px;
}
.menu-single-item-box .right-con {
    padding-left: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.menu-single-item-box .right-con .form-group .form-control {
    width: 100px;
    font-size: 14px;
}
.menu-single-item-box .right-con .price-txt {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 0 10px;
    background: #e2e2e2;
    padding: 5.5px 10px;
    border-radius: 4px;
}

.new-menu-v3-section .img-box-main div h3 {
    font-size: 22px;
    padding: 0 10px;
}

.cart-items-list,
.add-ons-box {
    color: #000000;
    margin-bottom: 30px;
    margin-top: 0 !important;
}

@media (max-width: 992px) {
    header .btn-01 {
        margin-bottom: 15px;
    }
    header .navbar .navbar-nav .nav-link {
        padding: 15px 0;
    }
    .main-banner .banner-caption ul li {
        margin-bottom: 6px;
    }
    .main-banner .banner-caption {
        padding-top: 62px;
    }
    .main-banner .banner-caption h1 {
        margin: 62px 0 32px;
    }

    .link-pulse {
        padding: 13px 26px;
        font-size: 14px;
    }

    .new-menu-section .nav-tabs {
        display: flex;
        width: 100%;
        overflow-x: auto;
        word-break: normal;
        white-space: nowrap;
    }
    .new-menu-section .nav-tabs::-webkit-scrollbar {
        display: none;
    }
    .new-menu-section .nav-tabs .nav-link {
        border-right: 1px solid #fff;
    }
}

.header-cart-icon { margin-right: 15px; padding: 10px 0; }
.header-cart-icon img { width: 18px; }

.new-banner-caption .d-flex .form-group { margin-right: 15px; }
.new-banner-caption .d-flex .form-group .form-select { background-color: transparent; border: 0; color: #f4d534; box-shadow: none; font-size: 18px; }
.new-banner-caption ul { list-style-type: none; padding: 0 0 0 12px; margin: 30px 0 0; }
.new-banner-caption ul li { margin: 20px 0 0; font-size: 18px; }
.new-banner-caption ul li img { width: 18px; margin-right: 5px; }
.map-location-secvtion-home { padding: 62px 0; background-color: #141414; }
.map-location-secvtion-home #map { width: 100%; height: 620px; }
.map-location-secvtion-home .location-display-main { margin-top: 30px; padding: 10px 0 10px 20px; border-left: 4px solid #f4d534; }
.map-location-secvtion-home .location-display-main h3 { font-size: 20px; text-transform: uppercase; font-weight: 500; margin: 0 0 10px; }
.map-location-secvtion-home .location-display-main p { margin: 0 0 10px; }
.map-location-secvtion-home .location-display-main a { color: #FFF; text-decoration: none; }

.section-two .large-txt { margin-bottom: 0; }


.dine-in-resto-home { background-color: #141414; padding: 62px 0; }
.dine-in-resto-home .dine-in-resto-box { width: 100%; display: flex; align-items: center; background: #202020; padding: 20px 20px; margin: 0 0 30px; }
.dine-in-resto-home .dine-in-resto-box .content-txt { width: 50%; text-align: center; }
.dine-in-resto-home .dine-in-resto-box .content-txt h3 { font-size: 22px; text-transform: uppercase; margin: 0 0 12px; }
.dine-in-resto-home .dine-in-resto-box .content-txt p.sub-title { font-size: 16px; text-transform: uppercase; margin: 0 0 12px; }
.dine-in-resto-home .dine-in-resto-box .content-txt p { margin: 0 0 5px; }
.dine-in-resto-home .dine-in-resto-box .content-txt .btn { margin-top: 10px; }
.dine-in-resto-home .dine-in-resto-box .img-div { width: 50%; padding-left: 15px; margin-left: 15px; border-left: 1px solid #FFF; }
.dine-in-resto-home .dine-in-resto-box .img-div img { border-radius: 8px; }

.new-menu-v3-section { margin-top: 200px; padding: 60px 0; }
.new-menu-v3-section .cat-box-main-ul { list-style-type: none; padding: 0; margin: 0; display: flex; align-items: center; flex-wrap: wrap; }
.new-menu-v3-section .cat-box-main-ul li:not(:last-child) { margin-right: 10px; }
.new-menu-v3-section .cat-box-main-ul li a { display: inline-block; padding: 15px 20px; background-color: #f4d534; color: #000; text-decoration: none; font-size: 16px; border-radius: 4px; margin-bottom: 10px; }
.menu-list-main { width: 100%; margin: 30px 0 0; background-color: #FFF; color: #000; padding: 30px; }
.menu-list-main h2 { font-size: 26px; font-weight: 600; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #ccc; }
.menu-single-item-box { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; position: relative; z-index: 1; }
.menu-single-item-box:after { content: ""; width: 100%; height: 0px; border-bottom: 1px dashed #ccc; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto 0; z-index: -1; }
.menu-single-item-box .menu-title { font-size: 16px; font-weight: 600; margin: 0; background-color: #FFF; padding-right: 10px; display: flex; align-items: center; }
.menu-single-item-box .menu-title .info-icon { width: 16px; margin-left: 5px; }
.menu-single-item-box .right-con { padding-left: 10px; background-color: #FFF; display: flex; align-items: center; }
.menu-single-item-box .right-con .form-group .form-control { width: 100px; font-size: 14px; }
.menu-single-item-box .right-con .price-txt { font-size: 18px; font-weight: 500; margin: 0 0 0 10px; background: #e2e2e2; padding: 5.5px 10px; border-radius: 4px; }

.new-menu-v3-section .img-box-main div h3 { font-size: 22px; padding: 0 10px }

.cart-items-list,
.add-ons-box { color: #000000; margin-bottom: 30px; margin-top: 0 !important; }
#item_image {width:200px; margin: 0 auto 20px;}
.item_img_parent { text-align: center;}
.cart-count {
    background: #f4d534;
    border-radius: 50%;
    color: #000;
    position: relative;
    top: -5px;
    right: 8px;
}

input[type='range'].highMeasure::-webkit-slider-runnable-track { background: red }
.no-items-cart {
    margin: 0px auto;
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
}
#captcha{
    margin-top: 10px;
}
.captcha img { width:200px;}

@media (max-width: 767px) {
    .new-banner-caption { padding: 30px 0; }
    .new-banner-caption .d-flex .form-group .form-select { font-size: 14px; }
    .new-banner-caption .d-flex .form-group { margin: 0; }
    .new-banner-caption ul li { margin: 10px 0 0; font-size: 12px; }    
    .new-banner-caption ul { margin: 10px 0 0; }
    .img-box-main div h3 { font-size: 16px; }
    .map-location-secvtion-home { padding: 40px 0; }
    .map-location-secvtion-home #map { height: 200px; margin: 0 0 30px; }
    .new-menu-v3-section { margin-top: 80px; }
    .new-menu-v3-section .cat-box-main-ul li a { padding: 12px 14px; font-size: 14px; }
    .menu-list-main { margin: 20px 0 0; padding: 20px 15px; }
    .menu-list-main h2 { font-size: 22px; }
    .header-cart-icon { margin-right: 0; }
    .section-one { margin-top: 80px; }
    .menu-single-item-box .menu-title { font-size: 14px; }
    .menu-single-item-box .right-con .price-txt { font-size: 14px; margin: 0 0 0 5px; padding: 7px 5px; }
    .menu-single-item-box .right-con .form-group .form-control { width: 64px; font-size: 12px; padding: 7.5px 5px; }
    .new-menu-v3-section .img-box-main div h3 { font-size: 18px; padding: 0 10px; margin: 0 0 10px; }
    .main-banner {
        padding-top: 110px;
    }
    .main-banner .banner-img {
        bottom: 0;
    }
    .main-banner .banner-caption ul li {
        padding: 0 4px;
    }
    .main-banner .banner-caption ul li .link-pulse {
        font-size: 14px;
        padding: 13px 20px;
    }
    .main-banner .banner-caption {
        padding: 20px 0;
    }
    .main-banner .banner-caption h1 {
        margin: 42px 0 22px;
    }
    .section-one,
    .section-two,
    .section-three {
        padding: 40px 0;
    }
    footer {
        margin-top: 80px;
        text-align: center;
        padding-top: 30px;
    }
    footer:after {
        background-size: 250%;
    }
    footer .menu-links li a {
        font-size: 14px;
    }
    footer p {
        font-size: 14px;
    }
    footer .contact-detail li a {
        font-size: 14px;
    }
    footer .contact-detail li a img {
        width: 14px;
    }
    footer .sub-footer {
        margin-top: 30px;
        text-align: center;
    }
    footer .sub-footer ul {
        justify-content: center;
    }
    .dine-in-section-01 .row .col-md-6:last-child {
        border-left: 0px solid #ffffff;
    }
    .dine-in-section-01 .done-location-txt .btn {
        margin-bottom: 30px;
    }
    .back-btn-main {
        margin-top: 130px;
    }
    .location-section-01-padding {
        margin-top: 130px;
    }
    .location-section-01 .left-map,
    .location-section-01 .right-map {
        width: 100%;
        height: 260px;
        position: static;
        top: 0;
        left: 0;
    }
    .location-section-01 .map-arrow,
    .location-section-01 .map-arrow-right {
        width: 130px;
        top: -2px;
        z-index: -1;
    }
    .location-txt-main {
        width: 95%;
        margin: 60px auto 0;
    }
    .contact-us-section-01 {
        margin-top: 130px;
    }
    .contact-us-section-01 .contact-map {
        height: 300px;
    }
    .contact-us-section-01 h2.title-h2 {
        width: 100%;
        margin-top: 52px;
    }
    .menu-section-01 {
        margin-top: 130px;
        padding: 0 0;
    }
    .menu-section-01 .order-now-round {
        top: -14px;
        right: -10px;
    }
    .menu-section-01 .nav-tabs .nav-link {
        font-size: 18px;
        padding: 12px 16px;
    }
    .food-detail-modal .modal-body .row .col-md-7 {
        border-right: 0;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }
    .login-section-one {
        margin-top: 130px;
        padding: 0;
    }

    .new-menu-section .nav-tabs .nav-link {
        padding: 15px 5px;
        font-size: 14px;
    }
    .new-menu-section {
        margin-top: 110px;
        padding: 30px 0;
    }
    .new-menu-section .tab-content {
        padding: 30px 15px;
    }
    .new-menu-section .order-now-round {
        position: fixed;
        top: auto;
        bottom: 15px;
        right: 15px;
        z-index: 10;
    }
    .new-menu-section .new-menu-dish-list > div {
        width: 50%;
    }
    .new-menu-section .new-menu-dish-list {
        flex-wrap: wrap;
    }
    .cart-section-01 .cart-items-list {
        margin-top: 30px;
        height: auto;
    }
    .cart-section-01 .add-ons-box {
        height: auto;
    }
    .cart-section-01 .add-ons-item {
        display: block;
    }
    .cart-section-01 .add-ons-item .right-btn {
        padding-left: 130px;
    }
    .cart-section-01 {
        margin-top: 130px;
    }
    .cart-section-01 .cart-items-list .cart-item {
        display: block;
    }
    .cart-section-01 .cart-items-list .cart-item .left-side .img-box {
        width: 100px;
    }
    .cart-section-01 .cart-items-list .cart-item .right-side {
        padding-left: 100px;
    }
    .cart-section-01 .cart-items-list p.price {
        text-align: left;
    }

    .sidebar-order-history {
        width: 100% !important;
        margin: 0 !important;
    }
    .sidebar-order-history .cart-items-list.auto-height {
        margin: 0 !important;
    }

    .menu-item-box-main {
        display: block;
    }
    .menu-item-box-main .food-detail-content {
        width: 100%;
        padding: 0;
    }
    .menu-item-box-main .price-add-btn {
        flex-direction: row;
        padding: 0;
        align-items: center;
    }
    .menu-search-main {
        width: calc(100% - 0px);
    }
}