@import url('https://fonts.googleapis.com/css2?family=Futura&family=Quicksand:wght@300..700&display=swap');
@font-face {
    font-family: Futura;
    src: url('../fonts/Futura-Condensed-Bold.woff');
  }
h1,h2,h3,.title{
    font-family: "Futura", sans-serif;
  font-weight: 400;
  font-style: normal;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #000;
  }
::-webkit-scrollbar-thumb {
    background: #9E2D0F; 
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #9E2D0F; 
  }
  
  body {
    background-image: url('https://kingtandoori.ca/wp-content/uploads/2024/02/King-Tandoori-Website-Banners-Our-Menu-1920x645-1.png');
    background-size: cover;
    background-attachment: fixed;
}
html {
    scroll-behavior: smooth;
  }
img {
    max-width: 100%;
}
p,a,span,body{
      font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
    font-size: 14px;
}
h3.modal-title {
    color: #9E2D0F;
  font-optical-sizing: auto;
    font-size: 30px;
    text-align: center;
    width: 100%;
    letter-spacing: 0.6px;
}
.modal-body-location {
    margin-top: 1.5rem;
}
a.nav-link {
    font-size: 16px;
    font-weight: bold;
    color: #1a2f33;
    text-transform: uppercase;
}
nav.navbar {
    width: 100%;
    height: 80px;
}
a.navbar-brand img {
    position: absolute;
    top: 2px;
    z-index: 1;
}
.top-bar .row {
    max-width: 1140px;
    margin: auto;
}

.top-bar {
    background-color: #ed3237;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-bar a {
    color: #fff;
}
img{max-width: 100%;}
a.navbar-brand img {
    max-width: 150px;
    width: 100%;
}
.icon-box i {
    color: #086b44;
    font-size: 27px;
    margin-left: 12px;
}
a:hover {
    text-decoration: none;
}
#banner{
    background-image: url("../images/kingtandoori.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
section#banner {
    background-color: rgba(255, 0, 0, 0);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
#banner h1 {
    color: #fff;
    font-size: 6rem;
    text-shadow: 2px 2px 3px #000;
    text-align: center;
}
section#banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000087;
}
.tdr-btn {
    background-color: #ed3237;
    color: #fff;
    margin: auto;
    display: block;
    font-size: 20px;
    padding: 8px 32px;
    position: relative;
}
.tdr-btn:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(../img/green-chili.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-13deg);
}
#banner p {
    text-align: center;
    color: #fff;
    font-size: 20px;
}
p {
    font-size: 20px;
}
.title {
    font-size: 4rem;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
}
.menu h2.title, .menu p {
    color: #000;
    font-size: 17px;
}
#about:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: url("../img/sardarji.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-size: 100px;
    background-position: bottom left;
}
#about {
    display: flex;
    align-items: center;
    position: relative;
}
#about p {
    color: #fff;
}
#about img {
    image-rendering: pixelated;
}
.product-box {
    text-align: center;
    background-color: #f7f7f7;
    padding-bottom: 1rem;
    margin-bottom: 18px;
    border-radius: 12px;
    box-shadow: inset 2px 2px 14px #0006;
    padding: 12px;
    transition: 1s all;
    cursor: pointer;
}
.product-box:hover {
    transform: scale(1.1);
}
.product-box h4 {
    color: #1A2F33;
    font-weight: bold;
    font-size: 30px;
    font-family: "Futura", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.savetime h3 {
    font-size: 5rem;
    text-shadow: 1px ​1px 2px #000;
    color: #ffffff;
    font-weight: bold;
}
/* section.savetime {
    background-color: #ffffffd1;
} */
header {
    position: relative;
    top: 0;
    z-index: 9;
    width: 98%;
    border-radius: 10px;
    margin: auto;
    margin-top: 19px;
    box-shadow: 0 5px 10px 0 rgb(26 47 51 / 20%);
    background-color: #fff;
    margin-bottom: 15px;
}
ul#mypanels {
    margin-bottom: 0px !important;
}
header:after {
    content: '';
    height: 10px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: -10px;
    border-radius: 0 0 5px 5px;
    background-color: #f2f6f7;
    opacity: 0.15;
    left: 15px;
}
#about .row {
    align-items: center;
}
section.savetime {
    background-image: url("../img/bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
section.savetime:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #0000006b;
}
.icon-box span a {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #ed3237;
}
.icon-box i {
    color: #ed3237;
    font-size: 40px;
    margin-left: 12px;
}
.tdr-btn:hover {
    background-color: transparent;
    border: 1px solid;
    color: #fff;
}
footer nav.navbar {
    width: 100%;
    height: auto;
    padding: 0px;
}
footer b {
    font-size: 1rem;
}
.footer-icon i {
    font-size: 2rem;
    padding: 8px;
}

footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: -1;
}
.copyright {
    background-color: #109d59;
    color: #fff;
    text-align: center;
}
.copyright span {
    font-size: 12px;
}
.copyright span a{
    color:#fff;
}
ul.navbar-nav li a:hover,
ul.navbar-nav li.active a {
    color: #ed3237;
}
/*======contact us page*/
.contact-details a {
    font-size: 18px;
    color: #109d59;
}
.contact-details p {
    margin-bottom: 7px;
}
#contact-form input, #contact-form textarea {
    border: unset;
    border-bottom: 2px solid #ed3237;
    border-radius: unset;
    background-color: #f7f7f7;
    box-shadow: unset;
    margin-bottom: 1rem;
}
#contact-form label {
    font-size: 18px;
    color: #086b44;
}
#contact-form button.btn.tdr-btn {
    width: 100%;
    background-color:#109d59; ;
}

#contact-form  button.btn.tdr-btn:hover {
    background-color: #ed3237;
}
li.nav-item {
    padding: 0px 8px;
}
.show-category {
    display: none;
}
section.menu {
    background-color: #fff;
    width: 95%;
    margin: auto;
    border-radius: 10px 10px 0px 0px;
    position: relative;
}
section.menu:before {
    content: '';
    height: 10px;
    width: calc(100% - 30px);
    position: absolute;
    z-index: 999;
    top: -10px;
    border-radius: 5px 5px 0 0;
    background-color: #f2f6f7;
    opacity: 0.2;
    left: 15px;
}
section#inner-banner h1 {
    color: #e5ebef;
    font-size: 80px;
    font-weight: 900;
    text-shadow: 0 5px 20px rgb(26 47 51 / 95%);
}

section#inner-banner {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
section#inner-banner p {
    color: #e5ebef;
    font-weight: 100;
    font-size: 18px;
    max-width: 800px;
    margin: auto;
}
.sticky-top {
    top: 20px;
}

header {
    position: sticky;
    top: 10px;
}

h2.order-title img {
width: 76px;
position: relative;
top: 5px;
}

section {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

i.fas.fa-arrow-left.back-to-site {
    font-size: 25px;
    color: #9E2D0F;
    border-right: 1px solid #9E2D0F;
    padding-right: 1rem;
}

.order-title {
    color: #B42025;
}

a.nav-link i {
    color: #9E2D0F;
}

.form-control:focus {
    border-color: #B42025;
    box-shadow: unset;
}

.modal-header {
    background-color: #f7f7f7;
    color: #B42025;
    filter: drop-shadow(2px -1px 7px #00000047);
}


.modal-header button.close {
    opacity: 9;
    font-weight: 200;
    border-left: 1px solid #0000000f;
}

.modal ul.nav.nav-tabs {
    display: flex;
    justify-content: space-around;
    border-bottom: unset;
    margin-bottom: 10px;
}

.modal ul.nav.nav-tabs li.active {
    border-bottom: 2px solid #9E2D0F;
}

.modal ul.nav.nav-tabs a {
    font-size: 16px;
    color: #B42025;
    font-weight: 500;
}

.modal-body h4,
.modal-body-location h4 {
    text-align: center;
    margin-bottom: 1rem;
}

.modal-content {
    border-radius: 6px;
    overflow: hidden;
}

.modal-dialog {
    max-width: 362px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.tab-content>.active {
    display: block;
    opacity: 9;
}

p.small {
    font-size: 14px;
    letter-spacing: 0.4px;
}

.tab-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.disable-l i.fas.fa-map-marker-alt {
    position: relative;
}

.disable-l i.fas.fa-map-marker-alt:after {
    content: "";
    width: 5px;
    height: 38px;
    background-color: #2c3034;
    position: absolute;
    transform: rotate(45deg);
    left: 9px;
    top: -8px;
    border: 1px solid #fff;
}

.location-box p {
    margin-bottom: 0px;
}

.location-box {
text-align: left;
background-color: #fff;
padding: 14px 12px;
cursor: pointer;
margin-bottom: 10px;
border-radius: 6px;
}

.location-box.active,
.location-box:hover {
    outline: 1px solid #ffffff;
    outline-offset: -4px;
    background-color: #9E2D0F;
    color: #fff;
    filter: drop-shadow(2px 4px 3px #00000045);
}

.flex {
    display: flex;
    justify-content: space-between;
}

.time-box {
    display: none;
    margin-top: 1rem;
}

.time-box.active {
    display: block;
}

button.btn.done-btn {
    width: 100%;
    background-color: #9E2D0F;
    margin-top: 8px;
    color: #fff;
}

#main {
    margin: 10px 0;
}

#main #faq .card {
    margin-bottom: 30px;
    border: 0;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 6px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    background: #F7F7F7;
    color: #B42025;
    font-size: 28px;
    padding: 6px 13px;
    display: block;
}

#main .card-body {
    color: #fff;
    background-color: #ffffff;
    border-radius: 6px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: #F7F7F7;
    color: #B42025;
    font-size: 28px;
    padding: 6px 13px;
    display: block;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    background: #f7f7f7;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse {
    background: #f7f7f7;
    line-height: 30px;
    color: #fff;
}

span.order-time {
    font-size: 40px;
    font-weight: bold;
    color: #9E2D0F;
}

.sidebar {
position: sticky;
top: 100px;
padding-top: 23px;
border-right: unset;
height: 100%;
z-index: 8;
background-color: #fff;
border-radius: 6px;
}

.service-box {
background-color: #f1f1f1;
height: 110px;
margin-bottom: 16px;
border-radius: 6px;
box-shadow: inset 1px 1px 9px 2px #0000004a;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.service-box img {
width: 120px;
}
button.btn.pay-btn {
    background-color: #B42025;
    color: #fff;
    width: 100%;
    margin-top: 10px;
}

table.table.table-striped td {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f7f7f7;
}

.product-box img {
    border-radius: 6px;
    display: none;
}

.product-box:hover {
    transform: unset;
}

.product-box-footer {
    background-color: #B42025;
    border-radius: 6px;
    overflow: hidden;
    border: 3px solid #B42025;
    width: 100%;
    margin: auto;
    margin-top: 15px;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px 5px;
    font-size: 24px;
}
.product-box-footer a {
    font-family: 'Futura';
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-size: 24px !important;
}
.btn-number {
    border-radius: 6px !important;
}
.product-box-footer .addtocart {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.product-box-footer p.price {
    background-color: #ffffff;
    width: 30%;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    color: #000;
    padding-bottom: 2px;
    border-radius: 6px;
}

.product-box {
    box-shadow: unset;
    background-color: #f1f1f1;
    position: relative;
    padding: 30px 6px;
}

p.product-description {
    margin: 0px;
}

.product-box-footer p {
    display: inline-block;
    width: 70%;
    margin-bottom: 0px;
}

table.table tr td {
    text-align: right;
}

table.table tr td:first-child {
    text-align: left;
}

table.table.b-0 tr td {
    border: unset;
    background-color: #ffff;
    padding: 6px 8px;
}

.variable ul {
    color: #000;
    padding-left: 0px;
    list-style: none;
}

.variable {
    position: absolute;
    top: 0;
    background-color: #f1f1f1;
    width: 100%;
    height: 100%;
    left: 0px;
    display: flex;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    transform: rotate3d(3, 4, 3, 111deg);
    transition: 1s all;
    visibility: hidden;
}

.product-box:hover .variable {
    transform: rotate3d(3, 4, 3, 0deg);
    visibility: visible;
}

#productModal .product-box-footer p.price {
    padding: 10px 2px;
}

#productModal .product-box-footer p {
    text-align: center;
}

.modal-content.addtocart-popup .panel-details-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
}

input#quant {
    text-align: center;
    border-radius: unset;
    height: 48px;
    max-width: 80px;
    font-size: 24px;
}

span.input-group-btn button {
    border-radius: 50%;
    position: relative;
    left: -17px;
}

.input-group-btn button.btn.btn-danger.btn-number {
    right: -17px;
    left: unset;
}

.modal-content.addtocart-popup .custom-control-input {
    opacity: 9;
}

.addtocart-popup .modal-body {
    padding: 1rem 0px;
}

.addtocart-popup input#txtRemarks {
    border-radius: 6px;
}

.panel-cart-title .title {
    font-size: 30px !important;
    color: #B42025 !important;
    text-shadow: unset;
    border-bottom: 1px solid #B42025;
    margin-top: 0px;
    margin-bottom: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: 'Futura';
    letter-spacing: 0.6px;
}

.sidebar .title {
    text-shadow: unset;
}

div#cartSummary {
    text-align: left;
}

table.table-cart.cartTable {
    border-bottom: 1px dashed;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    padding-bottom: 6px;
}

.cartTable td.t-title {
    width: 226px;
    text-align: left;
}

.cartTable td.t-title a {
    color: #000;
    font-size: 15px;
}

a.panel-cart-action.btn.checkout {
    background-color: #B42025;
    display: block;
    border-radius: 6px;
    margin-top: 1rem;
    cursor: pointer;
}

#payment-card-box input#postal_code {
    border: 1px solid lightgray;
    border-radius: 6px;
    background-color: #fff;
}

a.panel-cart-action.btn.checkout span {
    color: #fff;
}

td.actions img {
    width: 20px;
    margin-left: 7px;
}

.service-box h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

/*-----checkout page css*/
div#checkout_page {
    position: fixed;
    background-size: 200px;
    overflow: hidden;
    top: 0px;
    width: 100%;
    z-index: 999;
    right: 0px;
    height: 100vh;
    visibility: hidden;
}
#Verify .modal-header h4 {
    width: 100%;
}
#Verify button.btn.btn-success {
    margin-top: 10px;
    width: 100%;
}
.verify-input {
    width: 100%;
    height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #28A745;
    color: #000;
    position: relative;
    background-image: url('../images/verified-symbol-icon.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 5px center;
}
.varify-otp-box {
    display: none;
}
#saveBtn{
    display: none;
    background-color: green;
}
.modal-bodys {
    padding: 20px;
}
.addtocart-popup h3.modal-title {
    line-height: 27px;
    font-size: 22px;
}
.checkout-box {
    width: 35%;
    margin-left: auto;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    height: 100%;
    padding: 16px 18px;
    filter: drop-shadow(2px 4px 6px black);
    transform: translateX(101%);
    transition: 0.5s all;
    background-size: 200px;
    background-position: right bottom;
    overflow-y: auto;
    border-radius: 10px 10px 0px 0px;
    margin-top: 15px;
    margin-right: 2rem;
}

button.close.checkout-panel {
    background-color: #f7f7f7;
    color: #9E2D0F;
    padding: 0px 7px;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: normal;
}

input#tipAmount {
    border-radius: 6px;
    border: 2px solid #B42025;
    padding: 2px 10px;
    position: absolute;
    text-align: center;
    top: -5px;
    left: 0px;
    display: none;
    background-color: #f7f7f7;
}

#hideAmount {
    border-radius: 6px;
    border: 2px solid #B42025;
    padding: 2px 10px;
    position: absolute;
    text-align: center;
    top: -2px;
    height: 32px;
    right: 3px;
    display: none;
}

.tip {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    background-color: #e31e25;
    border-radius: 6px;
}

.tip div {
    border-radius: 6px;
    background-color: #e31e25;
    color: #fff;
    cursor: pointer;
    z-index: 0;
    position: relative;
    overflow: hidden;
}

.tip input[type=radio] {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.tip input[type=radio]:checked:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #257627;
    z-index: -1;
    color: #fff;
    visibility: visible;
}

.tip label {
    padding: 4px 16px;
    cursor: pointer;
    margin-bottom: 0px;
}

.card-box>div:first-child {
    display: flex;
    border: 1px solid #ced4da;
    border-radius: 6px;
    justify-content: space-between;
    margin-bottom: 14px;
    background-color: #f7f7f7;
}

input.card_number {
    background-image: url("img/card.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 8px center;
    padding-left: 43px;
}

.card-box input {
    background-color: transparent;
    border: unset;
}

input.year_number {
    width: 19%;
}

input.cvv {
    width: 15%;
}

input.postal_code {
    width: 19%;
}

.time-date-box {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.time-date-box .t-box {
    width: 48%;
}

.flex input.form-control {
    width: 48%;
}

div#payment-card-box input {
    margin-bottom: 0px;
}

form.payment-form input {
    margin-bottom: 14px;
}
strong.title {
text-shadow: unset;
color: #000;
font-family: 'Josefin Sans';
}
/*----search box*/
input#filter {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 16px;
    /* max-width: 450px; */
    border-radius: 6px;
    margin-bottom: 0;
    padding: 4px 2px;
    border-color: #B42025;
    background-color: #f7f7f7;
    border: 1px solid #B42025;
    padding-left: 42px;
}

.menu-items-search-box {
    width: 90%;
}

.panel-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    margin-top: 20px;
    align-items: center;
}

div#list_filter i {
    cursor: pointer;
}

div#list_filter {
    font-size: 20px;
}

.menu-items-search-box i.fa.fa-search {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 20px;
    color: #9E2D0F;
    border-right: 1px solid;
    padding-right: 8px;
}

.menu-items-search-box {
    position: relative;
}

ul.menu_list li:hover:before,
ul.menu_list li.active::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    border-bottom: 10px solid transparent;
    width: 20px;
    height: 20px;
    transform: translateX(-50%);
}

ul.menu_list li:last-child {
    border: unset;
    margin-right: 0px !important;
    padding-right: 0px;
}

ul.menu_list li {
    display: inline-block;
    font-size: 16px;
    margin-right: 12px;
    border-right: 1px solid #ffffff;
    padding-right: 12px;
    cursor: pointer;
    color: #fff;
    position: relative;
}

ul.menu_list {
    list-style: none;
    background-color: #B42025;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}



.col-7.text-right.text-muted {
    text-align: left !important;
}

#mypanels a.active .service-box h4 {
color: #B42025;
}

button.btn.addtocart {
    /* background-color: #9E2D0F; */
    color: #3e3e3ef2;
    border-radius: 6px;
    padding: 8px;
    max-width: 180px;
    width: 100%;
    font-family: 'Futura';
    font-size: 22px;
    margin: auto;
}
button.btn.addtocart:hover {
    color: #B42025;
}
.list_style.col-md-12 {
    padding: 0px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;
}
.list_style.col-md-12 .product-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
}

.list_style.col-md-12 .product-box h4 {
    margin: 0px;
    width: 70%;
    text-align: left;
    padding-left: 1rem;
}

.list_style .product-box .price {
    margin: 0px;
    border-right: 1px solid;
    font-family: 'Futura';
    font-size: 22px;
    background-color: #B42025;
    color: #fff;
    text-align: center;
    padding: 1px 15px;
    border-radius: 6px;
    width: 110px;
    margin: auto;
}

#reset_location i {
    margin-left: 5px;
}

ul.navbar-nav li a:hover,
ul.navbar-nav li.active a {
    color: unset;
}

div#productItemDetails svg {
    display: none;
}

#pickupDate,
#pickupTime {
    color: #9E2D0F;
}

.top-cart a {
    font-size: 40px;
}

.cart-box {
    position: fixed;
    right: 0px;
    width: 100%;
    height: 100vh;
    background-color: #000000d6;
    z-index: 99;
    /* display: none; */
    transition: 0.3s all;
    bottom: -100%;
}
.cart-box.active {
    bottom: 0%;
}
div#panel-cart {
    max-width: 400px;
    margin-left: auto;
    color: #080808;
    height: 100%;
    background-color: #f7f7f7;
    padding: 16px 18px;
    position: relative;
    z-index: 99;
    margin-right: 3rem;
    border-radius: 10px 10px 0px 0px !important;
    margin-top: 15px;
}

.text-muted {
    color: #000 !important;
}

.cart-close {
    position: absolute;
    right: 25px;
    cursor: pointer;
}

.top-cart {
    cursor: pointer;
}

.cartTable td.title a {
    color: #080808;
    font-weight: 600;
    text-decoration: none;
}

.cartTable td.title {
    text-shadow: unset;
}

.cartTable td.title {
    width: 226px;
    font-size: unset !important;
}

body.preloders:before {
    content: "";
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000094;
    z-index: 1;
    background-image: url("images/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.cartTable td.title a {
    font-size: 16px;
}

textarea#instructions {
    margin-bottom: 10px;
}

div#payment-box label input {
    margin-right: 2px;
}

div#payment-box label {
    font-size: 18px;
    font-weight: bold;
    margin-right: 18px;
}

button#placeOrder {
    border-radius: 6px;
    background-color: #9E2D0F;
    height: 57px;
}

div#checkout_page h4 {
    font-size: 26px;
    font-family: 'Futura';
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

div#checkout_page h4 b {
    color: #9E2D0F;
}

div#list_filter .active {
    color: #B42025;
}

.addtocart-popup span.custom-control-description {
    font-size: 18px;
    position: relative;
    top: -3px;
}
a.nav-link {
font-size: 14px;
}
#header.fixed {
    position: fixed;
    top: 0px;
    z-index: 9;
    background-color: #fff;
    filter: drop-shadow(2px 4px 6px);
}
div#header {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 0.5s all;
}
.right-menu {
    text-align: right;
}
.top-menu span:last-child a {
    border: unset;
}
.top-menu a {
    color: #fff;
    font-weight: bold;
    border-right: 1px solid #fff;
    padding: 0px 10px;
}
.top-menu {
    width: fit-content;
    background-color: #B42025;
    color: #fff;
    padding: 12px 20px 12px 30px;
    border-radius: 6px;
    margin-left: auto !important;
}
.top-cart a, .top-cart i {
    color: #fff !important;
    font-size: 28px;
}
.top-cart {
    background-color: #b42025;
    border-radius: 0px 6px 6px 0px;
    padding: 0px 35px !important;
}
.bottom-menu {
    display: flex;
    margin-top: 8px;
}
.select_restaurant {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 6px 0px 0px 6px;
    flex-direction: row;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 8px;
}
.select_restaurant li a, .select_restaurant li span {
    font-size: 22px !important;
    font-weight: 200;
    font-family: "Futura", sans-serif;
    letter-spacing: 0.9px;
}
.btn span,.btn {
    font-size: 24px;
    font-family: 'Futura';
    text-transform: uppercase;
    padding: 5px 13px;
    display: block;
    letter-spacing: 0.6px;
}
#header.fixed .top-menu {
    display: none;
}
#header.fixed img {
    width: 74px;
}
span#resend {
    cursor: pointer;
    color: red;
}
.resend-done {
    display: none;
    color: #28a745;
    font-weight: 700;
    font-size: 15px;
}
@media (max-width: 768px) {
    div#panel-cart {
        margin-left: 15px;
        margin-right: 15px;
    }
    .top-menu {
        display: none;
    }
    #header img {
        width: 70px;
    }
    .select_restaurant li a, .select_restaurant li span {
        font-size: 14px !important;
    }
    div#main {
padding-bottom: 4rem;
}
    body {
background-size: auto;
}
    li.nav-item.top-cart a {
font-size: 30px;
}
li.nav-item.top-cart {
bottom: 3px;
}
    .product-box h4 {
font-size: 15px;
}
.list_style.col-md-12 .product-box .price {
margin: 0px;
border-right: 1px solid;
padding-right: 12px;
font-size: 16px;
width: 100px;
}
    h2.order-title img {
top: 0px;
width: 60px;
}
    .service-box {
background-color: unset;
box-shadow: unset;
width: max-content;
border-radius: unset;
display: block;
}
    div#categories {
display: flex;
flex-wrap: nowrap;
overflow-x: scroll;
}
div#categories .col-md-6 {
width: max-content;
}
    .service-box img {
display: none;
}
    section#inner-banner h1 {
font-size: 36px;
}
section#inner-banner p {
font-size: 15px;
}
div#checkout_page {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.list_style.col-md-12 button.btn.addtocart i {
    font-size: 22px;
}

.list_style.col-md-12 button.btn.addtocart {
    font-size: 0px;
    width: 48px;
    margin-left: 10px;
    height: 50px;
    padding: 0px;
    border-radius: 0px 6px 6px 0px;
}
}
@media only screen and (max-width: 767px) {
#banner h1 {
    font-size: 2rem;
}
i.fas.fa-ellipsis-h {
    display: block;
    line-height: 7px;
    color: #109d59;
}
div#navbarSupportedContent {
    background-color: #f7f7f7;
    padding: 16px;
    position: absolute;
    top: 80px;
    width: 100%;
    left: 0px;
}
.title {
    font-size: 3rem !important;
}
section {
    background-attachment: scroll !important;
}
.photo-gallery h2 {
  margin-bottom:25px;
  padding-top:25px;
  font-size:24px;
}

/*-----responsive css is here*/
/* .sidebar {
    position: fixed !important;
    top: 0px !important;
    z-index: 99;
    width: 80%;
    right: 0px;
    overflow-y: scroll;
} */


.service-box h4 {
    margin-bottom: 0px;
}
.service-box {
    height: auto !important;
}
li.nav-item.top-cart {
    position: relative;
    bottom: 0px;
    text-align: right;
    z-index: 99;
    border-radius: 6px;
}
button.btn.addtocart {
    margin: auto;
}
h2.order-title img {
    width: 100px;
}
ul.navbar-nav.ml-auto.select_restaurant {
    position: fixed;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    text-align: center;
    left: 0px;
    background-color: white;
    filter: drop-shadow(2px 4px 6px black);
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 14px 18px 0px 0px;
}

ul.navbar-nav.ml-auto.select_restaurant a {
    font-size: 13px !important;
    padding: 0px;
}
.select_restaurant li {
    display: inline-block;
}
.menu-items-search-box {
    width: 70% !important;
}
.checkout-box {
    width: 100% !important;
}

input.postal_code {
    width: 50% !important;
}
input#card_number {
    width: 80% !important;
}
.show-category span {
    font-size: 16px;
    font-weight: bold;
    color: #109d59;
}
div#main .container {
    padding: 0px;
}
.show-category {
    text-align: center;
    border: 1px solid #ed3237;
    padding: 5px 3px;
    position: sticky;
    border-radius: 6px;
    top: 100px;
    z-index: 9;
    background-color: white;
    display: none;
}
/* .sidebar {
    transition: 0.5s all;
    right: -100%;
} */
}

/*--end here*/
.photo-gallery {
    color:#313437;
    background-color:#fff;
  }
  .photo-gallery p {
    color:#7d8285;
  }
  .photo-gallery h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
  }
  ​
  .photo-gallery .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto 40px;
  }
  ​
  .photo-gallery .intro p {
    margin-bottom:0;
  }
  ​
  .photo-gallery .photos {
    padding-bottom:20px;
  }
  ​
  .photo-gallery .item {
    padding-bottom:30px;
  }
  .photo-gallery .item img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    box-shadow: 1px 1px 7px 2px #0000112e;
}

header i.fas.fa-file-download {
    margin-right: 11px;
    border-left: 2px solid black;
    font-size: 30px;
    color: #109d59;
    padding-left: 13px;
}