/*********************************************************************************************************************************/
/********************************************************** I.M.P.O.R.T **********************************************************/
/*********************************************************************************************************************************/
/***************************************************************************************************/
/**************************************** V.A.R.I.A.B.L.E.S ****************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/**************************************** V.A.R.I.A.B.L.E.S ****************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/******************************************* M.I.X.I.N.S *******************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/******************************************* M.I.X.I.N.S *******************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/************************************** M.E.D.I.A - Q.U.E.R.Y **************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/************************************** M.E.D.I.A - Q.U.E.R.Y **************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/**************************************** B.O.X - S.H.A.D.O.W **************************************/
/***************************************************************************************************/
.box-shadow-0 {
  box-shadow: none !important;
}

.box-shadow-1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.box-shadow-1-half {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.box-shadow-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.box-shadow-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.box-shadow-4 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.box-shadow-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

/***************************************************************************************************/
/**************************************** B.O.X - S.H.A.D.O.W **************************************/
/***************************************************************************************************/
/*********************************************************************************************************************************/
/********************************************************** I.M.P.O.R.T **********************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/******************************************************* O.V.E.R.R.I.D.E.S *******************************************************/
/*********************************************************************************************************************************/
/***************************************************************************************************/
/****************************************** G.E.N.E.R.A.L ******************************************/
/***************************************************************************************************/
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
  background: #fdfdfd;
  overflow-x: hidden;
  transition: 0.3s;
  position: relative;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 840px !important;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 1030px !important;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1250px !important;
  }
}

p {
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  word-spacing: 2px;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5 {
  font-family: "Playfair Display", serif;
  margin-bottom: 0;
  color: #272727;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #db605d;
  color: inherit;
}

.fade:not(.show) {
  visibility: hidden;
}

/***************************************************************************************************/
/***************************************** /.G.E.N.E.R.A.L *****************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************** C.A.R.O.U.S.E.L *****************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/**************************************** /.C.A.R.O.U.S.E.L ****************************************/
/***************************************************************************************************/
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #FFFFFF;
}

/***************************************************************************************************/
/********************************************* F.O.R.M *********************************************/
/***************************************************************************************************/
label {
  text-transform: capitalize;
}

.form-control {
  background-color: #FFFFFF;
  padding: pxtorem(10) pxtorem(16);
  border-color: #e3e3e3;
}
.form-control:focus {
  border-color: #c02f2b;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.form-control.invalid {
  border-color: #dc3545;
}

.btn {
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  min-width: 100px;
}
@media only screen and (max-width : 576px) {
  .btn {
    font-size: 13px;
  }
}

.btn-primary {
  background-color: #c02f2b;
  color: #FFFFFF;
  border-color: #b32c28;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #ab2a26;
  color: #FFFFFF;
  border-color: #b82d29;
}

.btn-outline-secondary {
  border-color: #529239;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  background-color: #529239;
}

.btn-outline-light {
  color: #626262;
  border-color: #C3C3C3;
}
.btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light:focus {
  background-color: #C3C3C3;
}

.btn-fluid {
  width: 100%;
}

.input-group-text {
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  border-color: #e3e3e3;
}

.input-group .form-text {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 2.5rem;
}

.btn-group-sm > .btn, .btn-sm {
  font-size: 12px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  background-color: #529239;
  color: #FFFFFF;
}

.form-control::placeholder {
  color: #929292 !important;
  opacity: 0.75;
}

.form-control:-ms-input-placeholder {
  color: #929292 !important;
  opacity: 0.75;
}

.form-control::-ms-input-placeholder {
  color: #929292 !important;
  opacity: 0.75;
}

.btn-xs {
  padding: 0.25rem 0.6125rem;
}

/***************************************************************************************************/
/******************************************** /.F.O.R.M ********************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/********************************************* T.A.B.S *********************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/******************************************** /.T.A.B.S ********************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/******************************************** T.A.B.L.E ********************************************/
/***************************************************************************************************/
table thead th {
  text-transform: uppercase;
}

/***************************************************************************************************/
/******************************************* /.T.A.B.L.E *******************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/******************************************** M.O.D.A.L ********************************************/
/***************************************************************************************************/
.modal-content {
  padding: 1.5rem 0.75rem;
  border-radius: 0;
}

.modal-header {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.modal-header .modal-title {
  font-size: 1.25rem;
  white-space: nowrap;
  font-family: "Playfair Display", serif;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-header,
.modal-footer {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.modal-form-btn {
  margin-top: pxtorem(50) !important;
}

/***************************************************************************************************/
/******************************************* /.M.O.D.A.L *******************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/**************************************** A.C.C.O.R.D.I.O.N ****************************************/
/***************************************************************************************************/
.accordion .card .card-header {
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.accordion .card .card-header[aria-expanded=true] .card-header-caret {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion .card .card-header .text-icon-left {
  margin-right: 0.75rem;
}
.accordion .card .card-header .card-header-caret {
  margin-left: auto;
}
@media only screen and (max-width : 767px) {
  .accordion .card .card-body {
    padding: 1rem;
  }
}

/***************************************************************************************************/
/*************************************** /.A.C.C.O.R.D.I.O.N ***************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/************************************** /.D.A.T.E.P.I.C.K.E.R **************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/*************************************** D.A.T.E.P.I.C.K.E.R ***************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/*************************************** P.A.G.I.N.A.T.I.O.N ***************************************/
/***************************************************************************************************/
.pagination-wrapper {
  text-align: center;
}

.pagination-general,
.pagination {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.pagination-general .page-item.active .page-link,
.pagination .page-item.active .page-link {
  background-color: #c02f2b;
  color: #FFFFFF;
  border-color: #c02f2b;
}
.pagination-general .page-item.disabled .page-link,
.pagination .page-item.disabled .page-link {
  color: #C3C3C3;
}
.pagination-general .page-item .page-link,
.pagination .page-item .page-link {
  color: inherit;
  border: 0;
  -webkit-border-radius: 0.25rem !important;
  -moz-border-radius: 0.25rem !important;
  border-radius: 0.25rem !important;
}

/***************************************************************************************************/
/************************************** /.P.A.G.I.N.A.T.I.O.N **************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************** L.I.G.H.T.B.O.X *****************************************/
/***************************************************************************************************/
.lightbox-backdrop {
  z-index: 999 !important;
}

.chat-conversation-message-each .lightbox-container .lightbox-img-thumbnail {
  height: auto !important;
  width: auto !important;
  max-width: 12rem;
}

.lightbox-img-thumbnail {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/***************************************************************************************************/
/**************************************** /.L.I.G.H.T.B.O.X ****************************************/
/***************************************************************************************************/
/******************************************** B.A.D.G.E ********************************************/
/***************************************************************************************************/
.badge-primary {
  background-color: #db605d;
  color: inherit;
  border: 1px solid #c02f2b;
}

.badge-warning {
  background-color: #d42827;
}

/***************************************************************************************************/
/******************************************* /.B.A.D.G.E *******************************************/
/***************************************************************************************************/
.custom-control-label:before, .custom-control-label:after {
  top: 3px;
  box-shadow: none;
}

@media only screen and (min-width : 992px) {
  .px-lg-5 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

.display-4 {
  font-size: 3.1rem !important;
}
@media only screen and (max-width : 576px) {
  .display-4 {
    font-size: 2.1rem !important;
  }
}

.border-radius-none {
  border-radius: 0 !important;
}

/*********************************************************************************************************************************/
/******************************************************* O.V.E.R.R.I.D.E.S *******************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/********************************************************* G.E.N.E.R.A.L *********************************************************/
/*********************************************************************************************************************************/
/**************************************************************************************************/
/****************************************** G.E.N.E.R.A.L ******************************************/
/***************************************************************************************************/
.divider {
  border: 0.8px solid #E8E8E8;
  margin: 50px 0;
}

img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-gap {
  padding: 80px 0;
}
@media only screen and (max-width : 576px) {
  .section-gap {
    padding: 40px 0;
  }
}

.high-section-gap {
  padding: 200px 0;
}

.header-general, .header-general-md,
.header-general-sm {
  color: #191919;
  font-size: pxtorem(28);
  font-weight: 500;
}

.header-general-md {
  font-size: pxtorem(26) !important;
}

.header-general-sm {
  font-size: pxtorem(22) !important;
}

.header-general-xs {
  font-size: pxtorem(18) !important;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-small {
  font-size: 12px !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.text-muted {
  color: #8D8D8D !important;
}

.link-muted {
  color: #929292;
  text-decoration: none;
}
.link-muted:hover {
  color: #626262;
  text-decoration: none;
}

.link-secondary {
  color: #529239;
}

.btn-icon {
  font-size: 0.825rem;
}

.btn-icon-left {
  margin-right: 0.75rem;
}

.btn-icon-right {
  margin-left: 0.75rem;
}

.validation-message {
  display: block;
  font-size: 80%;
  width: 100%;
  margin-top: 0.25rem;
  text-align: left;
}

.validation-message-error {
  color: #dc3545;
}

.validation-message-success {
  color: #577d2a;
}

.input-group .validation-message {
  padding-left: 2.5rem;
}

.resend-link-message {
  display: block;
}
.resend-link-message .resend-link {
  color: #581614;
  cursor: pointer;
}
.resend-link-message .resend-link:hover {
  text-decoration: underline;
}

.btn-group-inline {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.btn-group-inline .btn:not(:last-child) {
  margin-right: 0.375rem;
}

.theme-color {
  color: #5ca540 !important;
}

.sec-color {
  color: #529239;
}

.bg-none {
  background: none !important;
}

.text-shadow {
  text-shadow: 1px 1px 1px lightgrey;
}

.social-icons {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.social-icons .icon {
  padding: 8px 10px;
}
.social-icons .icon i {
  color: white;
  font-size: 1.1rem;
}

.scroll-to-top {
  position: fixed;
  z-index: 10;
  bottom: -60px;
  right: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  color: white;
  background: #c02f2b;
  cursor: pointer;
  transition: 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.scroll-to-top.top-arrow {
  bottom: 60px;
}
.scroll-to-top:hover {
  background: #d42827;
}

.facebook-bg-color {
  background: #4267B2;
}

.twitter-bg-color {
  background: #00acee;
}

.youtube-bg-color {
  background: #AB3F1B;
}

/***************************************************************************************************/
/****************************************** G.E.N.E.R.A.L ******************************************/
/**************************************************************************************************/
@media only screen and (max-width : 576px) {
  .w-50 {
    width: 100% !important;
  }
}

.theme-btn {
  color: white;
  font-size: 0.8rem;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #d42827;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: 0.3s;
  border: none;
  text-align: center;
  min-width: 100px;
}
.theme-btn:hover {
  background: #a9201f;
  color: white;
}
.theme-btn:focus {
  outline: none;
}

.text-orange {
  color: #d42827 !important;
}

.text-darker {
  color: #626262 !important;
}

.bg-orange {
  background: #d42827 !important;
}
.bg-orange.btn {
  box-shadow: none;
}
.bg-orange.btn:hover {
  background: #b22121 !important;
}

.border-none {
  border: none !important;
}

.fixed-bg-overlay {
  background: linear-gradient(rgba(92, 97, 101, 0.9), rgba(92, 97, 101, 0.9)), url(../img/hero_bg_2.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.fixed-bg-overlay * {
  color: white !important;
}

.cart-btn {
  text-transform: capitalize;
  border: none;
  padding: 8px 15px;
}
.cart-btn:focus {
  outline: none;
  box-shadow: none;
}

.cart-icon {
  position: relative;
}
.cart-icon .cart-num {
  position: absolute;
  color: white;
  background: #d42827;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 90%;
  top: -15px;
}

.hide-overflow {
  overflow: hidden;
}

.fa-2x {
  font-size: 1.3em;
}

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

.table_number {
  border: 1px solid #dddddd !important;
  height: 37px !important;
}
@media only screen and (max-width : 991px) {
  .table_number {
    padding: 6px 1em !important;
    opacity: 0.5;
    border: 1px solid #C3C3C3 !important;
    height: unset !important;
    outline: none !important;
  }
}

.header-height {
  min-height: 95px;
}

.line-height-15 {
  line-height: 15px;
}

.max-width-250 {
  max-width: 250px;
}

.pagination .page-link {
  color: #c02f2b;
  padding: 0.5rem 0.9rem;
  outline: none;
  box-shadow: none;
}
.pagination .page-link:hover {
  background: #c02f2b;
  color: white;
  border: 1px solid transparent;
}
.pagination .page-link.current {
  background: #d42827;
  color: white;
  border: 1px solid #d42827;
}

.action .remove-btn {
  border: none;
  background: none;
}
.action .remove-btn:focus {
  outline: none;
}

.cs-scrollbar {
  overflow-y: auto;
  overflow-x: hidden;
}
.cs-scrollbar::-webkit-scrollbar {
  width: 5px;
  background: #E2E2E2;
  border-radius: 5px;
}
.cs-scrollbar::-webkit-scrollbar-thumb {
  background: #BCBCBC;
  border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width : 576px) {
  .cs-scrollbar::-webkit-scrollbar {
    width: 2px;
  }
}

.cs-validation .field .ui.prompt.label {
  border: none !important;
  background: none !important;
  color: #dc3545 !important;
}

.error .select {
  border: 1px solid #e0b4b4 !important;
  background: #fff6f6 !important;
}

.response-text {
  font-size: 14px;
}
.response-text.error {
  background: rgba(220, 53, 69, 0.0784313725);
  color: #dc3545;
}
.response-text.error p {
  color: #dc3545 !important;
}
.response-text.success {
  background: rgba(40, 167, 69, 0.1490196078);
  color: #28a745;
}
.response-text.success p {
  color: #28a745;
}

.badge-warning {
  box-shadow: none;
  outline: none;
}
.badge-warning:hover, .badge-warning:focus {
  background: #a9201f !important;
  box-shadow: none !important;
  outline: none;
}

.bg-orange-light {
  background: white !important;
}

.bg-orange-dark {
  background: #fdcf81;
}

.bg-theme {
  background: #c02f2b;
}
.bg-theme:hover {
  background: #962522;
}

.text-error {
  color: #dc3545;
}

.food-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.food-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 45px;
  font-size: 0.9rem;
}

.header-cart-icon .cart-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  color: white;
  background: #c02f2b;
  cursor: pointer;
  transition: 0.4s;
  display: grid;
  place-items: center;
}
@media only screen and (max-width : 767px) {
  .header-cart-icon .cart-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .header-cart-icon .cart-icon .cart-num {
    min-height: 20px !important;
    min-width: 20px !important;
    font-size: 0.8rem !important;
    line-height: 15px;
  }
}
.header-cart-icon .cart-icon .cart-num {
  position: absolute;
  color: white;
  transition: 0.4s;
  background: #962522;
  min-height: 25px;
  min-width: 25px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: unset;
  font-size: 0.9rem;
  right: -8px;
  top: -5px;
  padding: 2px;
}
.header-cart-icon .cart-icon:hover {
  background: #962522;
}
.header-cart-icon .cart-icon:hover .cart-num {
  background: #6d1b18;
}

.text-hover {
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.text-hover.white:hover {
  border-bottom: 1px solid #F9F9F9;
}
.text-hover:hover {
  border-bottom: 1px solid #626262;
}

.user-dashboard {
  height: calc(100vh - 96px);
}

.error-page .error-content .error-status {
  color: #c02f2b;
  font-size: 150px;
  padding-top: 80px;
  font-weight: bold;
  letter-spacing: 10px;
  text-shadow: 7px 6px 0 #cacaca, 0 -1px 0 #cacaca, 1px -1px 0 #cacaca, -1px 1px 0 #cacaca, 1px 1px 0 #cacaca;
}
.error-page .error-content h3 {
  color: #535353;
  font-size: 55px;
  font-weight: 500;
  text-transform: capitalize;
}
.error-page .error-content h4 {
  color: #535353;
  font-weight: 400;
  text-transform: capitalize;
}

.breadcrumbs {
  min-height: 350px;
  background: url(../img/breadcrubs.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
}
@media only screen and (max-width : 576px) {
  .breadcrumbs {
    min-height: 300px;
  }
}
.breadcrumbs .bread-inner {
  border-left: 8px solid #529239;
  padding-left: 30px;
}
.breadcrumbs .bread-inner p {
  display: flex;
  align-items: center;
}
.breadcrumbs .bread-inner p span {
  color: #c02f2b;
  text-transform: uppercase;
}
.breadcrumbs .bread-inner p i {
  font-size: 0.8rem;
}

/*********************************************************************************************************************************/
/********************************************************* G.E.N.E.R.A.L *********************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/****************************************************** C.O.N.T.E.X.T.U.A.L ******************************************************/
/*********************************************************************************************************************************/
/***************************************************************************************************/
/*************************************** C.O.N.T.E.X.T.U.A.L ***************************************/
/***************************************************************************************************/
.clear-float:before, .clear-float:after,
.clear-fix:before,
.clear-fix:after,
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear-float:after,
.clear-fix:after,
.clear:after {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.fluid-height {
  height: 100%;
}

.fluid-height-min {
  min-height: 100%;
}

.fluid-width {
  width: 100% !important;
}

.fluid-width-min {
  min-width: 100%;
}

.no-margin,
.m-0 {
  margin: 0 !important;
}

.no-padding,
.p-0 {
  padding: 0 !important;
}

.text-info {
  display: block;
  font-size: 12px;
  margin-top: 0.5rem;
}

.text-left,
.align-left {
  text-align: left;
}

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

.text-right,
.align-right {
  text-align: right;
}

.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uppercase,
.text-uppercase {
  text-transform: uppercase;
}

.lowercase,
.text-lowercase {
  text-transform: lowercase;
}

.capitalize,
.text-capitalize {
  text-transform: capitalize;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
  opacity: 0 !important;
}

.visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.remove,
.hide {
  display: none;
}

.d-flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.d-flex-center {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.color-primary {
  color: #c02f2b;
}

.color-success {
  color: #649130;
}

.color-error {
  color: #CC0000;
}

.bg-lightest {
  background-color: #fefefe;
}

.stretch {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

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

.img-centered {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.cursor-pointer {
  cursor: pointer;
  padding: 0 !important;
}

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

.relative {
  position: relative;
}

.transition-general {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.box-shadow-general {
  -webkit-box-shadow: 0 0 0.5rem #E8E8E8;
  -moz-box-shadow: 0 0 0.5rem #E8E8E8;
  box-shadow: 0 0 0.5rem #E8E8E8;
}

.link-general {
  color: #c02f2b;
}
.link-general:hover {
  color: #ab2a26;
}

.cursor {
  cursor: pointer;
}

@media only screen and (max-width : 576px) {
  .p-sm-0 {
    padding: 0 !important;
  }
}

@media only screen and (max-width : 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
}

@media only screen and (max-width : 576px) {
  .px-sm-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width : 576px) {
  .my-sm-1 {
    margin: 0.25rem 0 !important;
  }
}

@media only screen and (max-width : 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

@media only screen and (max-width : 576px) {
  .py-4 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
}

@media only screen and (max-width : 576px) {
  .py-5 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
}

.mh-600 {
  max-height: 600px;
}

.mh-500 {
  max-height: 500px;
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  70% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/***************************************************************************************************/
/*************************************** C.O.N.T.E.X.T.U.A.L ***************************************/
/***************************************************************************************************/
/*********************************************************************************************************************************/
/****************************************************** C.O.N.T.E.X.T.U.A.L ******************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/*********************************************************** S.T.Y.L.E ***********************************************************/
/*********************************************************************************************************************************/
.header {
  position: absolute;
  width: 98%;
  z-index: 99;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/texture.jpg);
  border-radius: 20px;
  left: 0;
  right: 0;
  top: 20px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .header {
    width: 98%;
  }
}
@media only screen and (max-width : 991px) {
  .header {
    width: 100%;
    top: 0;
    border-radius: 0;
  }
}

.nav-section .logo {
  max-width: 100px;
}
@media only screen and (max-width : 576px) {
  .nav-section .logo {
    max-width: 80px;
  }
}
.nav-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px !important;
}
.nav-section .nav-wrapper {
  z-index: 1022;
  position: fixed;
  background: black;
  height: 100vh;
  top: -20px;
  width: 100%;
  max-width: 300px;
  display: block;
  right: -56px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}
@media only screen and (max-width : 1199px) {
  .nav-section .nav-wrapper {
    right: 0;
    top: 0;
  }
}
@media only screen and (min-width : 1200px) {
  .nav-section .nav-wrapper {
    all: unset;
    flex: 0 0 50%;
    max-width: 50%;
    position: static;
  }
  .nav-section .nav-wrapper .close {
    display: none;
  }
}
.nav-section .nav-wrapper.toggle {
  visibility: visible;
  opacity: 1;
}
.nav-section .nav-wrapper.toggle * {
  color: #eee !important;
}
.nav-section.onscroll {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/texture.jpg);
  position: fixed;
  z-index: 999;
  animation: navscroll 0.5s forwards;
  width: 100%;
}
.nav-section.onscroll .logo img {
  max-width: 80px;
}
.nav-section.onscroll .nav-wrapper {
  top: 0;
  right: 0;
}
.nav-section.onscroll .navigation li.active a {
  color: #c02f2b;
}
.nav-section.onscroll .navigation li a {
  color: white;
}
.nav-section.onscroll .navigation li a:hover {
  color: #c02f2b;
}
.nav-section.onscroll #menu-bar {
  color: white;
}
.nav-section.onscroll .username span {
  color: white !important;
}
.nav-section.onscroll .username:hover span {
  color: #c02f2b !important;
}
.nav-section.onscroll .user-icon {
  color: white !important;
}
.nav-section.onscroll .user-icon:hover {
  border-bottom: 1px solid #626262 !important;
}
@keyframes navscroll {
  0% {
    top: -60px;
  }
  100% {
    top: 0;
  }
}
.nav-section #menu-bar {
  color: white;
}
.nav-section .navigation {
  margin-top: 30px;
}
.nav-section .navigation li {
  margin: 0 8px;
}
.nav-section .navigation li.has-sub-menu:hover > a {
  color: #c02f2b;
}
.nav-section .navigation li:hover a, .nav-section .navigation li.active a {
  color: #c02f2b !important;
}
.nav-section .navigation li a {
  color: #eee;
  padding: 10px 5px;
  display: inline-block;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
}
.nav-section .navigation li a:hover {
  color: #c02f2b;
}
.nav-section .navigation li a.theme-btn {
  background: #c02f2b;
}
@media only screen and (min-width : 992px) {
  .nav-section .navigation li a.theme-btn {
    width: 100%;
  }
}
@media only screen and (max-width : 991px) {
  .nav-section .navigation li a.theme-btn {
    width: 100%;
  }
}
@media only screen and (max-width : 576px) {
  .nav-section .navigation li a.theme-btn {
    width: 100%;
  }
}
.nav-section .navigation li a.theme-btn:hover {
  background: #a9201f;
}
.nav-section .navigation .has-sub-menu {
  position: relative;
}
.nav-section .navigation .has-sub-menu #drop-icon {
  color: white;
  float: right;
  line-height: 35px;
  padding: 0 8px;
  display: none;
}
@media only screen and (max-width : 1199px) {
  .nav-section .navigation .has-sub-menu #drop-icon {
    display: inline;
  }
}
@media only screen and (max-width : 1199px) {
  .nav-section .navigation .has-sub-menu a i {
    display: none;
  }
}
.nav-section .navigation .has-sub-menu:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.nav-section .navigation .has-sub-menu .sub-menu {
  position: absolute;
  top: 130%;
  left: -20px;
  background: white;
  min-width: 250px;
  padding: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width : 576px) {
  .nav-section .navigation .has-sub-menu .sub-menu {
    transition: unset !important;
  }
}
.nav-section .navigation .has-sub-menu .sub-menu li {
  margin: 0;
}
@media only screen and (max-width : 1199px) {
  .nav-section .navigation .has-sub-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    display: none;
  }
}
.nav-section .navigation .has-sub-menu .sub-menu a {
  color: #626262;
  padding: 5px 10px;
  font-weight: 500;
  width: 100%;
  transition: 0.3s;
  text-transform: capitalize;
}
.nav-section .navigation .has-sub-menu .sub-menu a:hover {
  background: #c02f2b;
  color: white;
}
@media only screen and (max-width : 991px) {
  .nav-section .navigation .has-sub-menu .sub-menu a {
    color: white;
  }
}
@media only screen and (min-width : 1200px) {
  .nav-section .navigation {
    all: unset;
    display: flex;
    list-style: none;
  }
}
.nav-section .nav-icons {
  display: flex;
  align-items: center;
}
.nav-section .nav-icons .user-icon {
  border-bottom: 1px solid transparent;
  display: inline-block;
}
@media only screen and (max-width : 576px) {
  .nav-section .nav-icons .user-icon {
    border-bottom: none !important;
  }
}
.nav-section .nav-icons .user-icon:hover {
  border-bottom: 1px solid white;
}
@media only screen and (min-width: 1300px) {
  .nav-section .nav-icons #menu-bar {
    display: none !important;
  }
}

.username {
  position: relative;
}
.username:hover .sub-menu {
  top: calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}
.username .user-sub {
  display: block;
  font-family: "Poppins", sans-serif;
}
.username .sub-menu {
  position: absolute;
  top: 130%;
  left: -10px;
  background: white;
  min-width: 160px;
  padding: 10px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  line-height: 24px;
}
@media only screen and (max-width : 767px) {
  .username .sub-menu {
    left: unset;
    right: -40px;
  }
}
.username .sub-menu a {
  color: #626262;
  display: block;
  padding: 5px 10px;
  font-size: 0.9rem;
}
.username .sub-menu a i {
  min-width: 20px;
  text-align: center;
}
.username .sub-menu a:hover {
  color: #d42827;
}

.text-color {
  color: #fff !important;
}

.landing {
  position: relative;
  height: 100vh;
  min-height: 500px;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/home-bg.jpg) center no-repeat;
  background-size: cover;
}
@media only screen and (max-width : 991px) {
  .landing {
    height: 100%;
  }
}
.landing .inner-content {
  padding-top: 150px;
  height: 90vh;
  align-items: center;
}
@media only screen and (max-width : 991px) {
  .landing .inner-content {
    height: 100%;
  }
}
.landing .shapes img {
  position: absolute;
  height: 100px;
  width: 100px;
  object-fit: contain;
}
.landing .shapes img:nth-child(1) {
  top: 78%;
  left: 2%;
}
.landing .shapes img:nth-child(2) {
  top: 20%;
  left: 8%;
}
@media only screen and (max-width : 576px) {
  .landing .shapes img:nth-child(2) {
    top: 12%;
    right: 0;
    left: unset;
  }
}
.landing .shapes img:nth-child(3) {
  bottom: 2%;
  left: 50%;
}
@media only screen and (max-width : 576px) {
  .landing .shapes img:nth-child(3) {
    left: unset;
    right: 0;
  }
}
.landing .home-slider img {
  max-height: 400px;
  object-fit: contain;
}
.landing .home-slider .owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.landing .home-slider .owl-carousel .owl-nav > div {
  font-size: 2rem;
  margin: 0 20px;
  color: #529239;
}

.about .circle {
  position: relative;
  display: grid;
  place-items: center;
  height: 450px;
  width: 450px;
  border-radius: 50%;
  background: black;
  border: 10px solid white;
  outline: 2px solid #529239;
  padding: 10px;
}
@media only screen and (max-width : 991px) {
  .about .circle {
    height: 250px;
    width: 250px;
    margin: auto;
    outline: none;
  }
}
.about .circle .inner-circle {
  border: 2px dashed white;
  border-radius: 50%;
  height: 350px;
  width: 350px;
  display: grid;
  place-items: center;
}
@media only screen and (max-width : 991px) {
  .about .circle .inner-circle {
    height: 190px;
    width: 190px;
  }
}
.about .circle .inner-circle .image img {
  height: 200px;
  width: 200px;
  object-fit: contain;
}
@media only screen and (max-width : 991px) {
  .about .circle .inner-circle .image img {
    width: 100px;
    height: 100px;
  }
}
.about .circle .shapes img {
  height: 150px;
  width: 150px;
  object-fit: contain;
  position: absolute;
  animation: rotation 10s infinite linear;
}
@media only screen and (max-width : 991px) {
  .about .circle .shapes img {
    width: 80px;
  }
}
.about .circle .shapes img:nth-child(1) {
  top: -75px;
  left: 135px;
}
@media only screen and (max-width : 991px) {
  .about .circle .shapes img:nth-child(1) {
    left: 75px;
  }
}
.about .circle .shapes img:nth-child(2) {
  top: 120px;
  right: -45px;
}
@media only screen and (max-width : 991px) {
  .about .circle .shapes img:nth-child(2) {
    top: 25px;
  }
}
.about .circle .shapes img:nth-child(3) {
  bottom: -55px;
  left: 135px;
}
@media only screen and (max-width : 991px) {
  .about .circle .shapes img:nth-child(3) {
    left: 75px;
  }
}
.about .circle .shapes img:nth-child(4) {
  top: 120px;
  left: -45px;
}
@media only screen and (max-width : 991px) {
  .about .circle .shapes img:nth-child(4) {
    top: 25px;
  }
}
.home-reservation {
  background: url(../img/reservation-shape.png), #529239;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
.home-reservation .form-box {
  background: white;
  margin-top: 20px;
  padding: 25px;
  border-radius: 10px;
}
@media only screen and (max-width : 991px) {
  .home-reservation .form-box {
    max-width: 600px;
    margin: auto;
  }
}
@media only screen and (max-width : 991px) {
  .home-reservation h2 {
    text-align: center;
  }
}
.home-reservation .img-box {
  height: 100%;
  display: grid;
  place-items: center;
}
.home-reservation .img-box img {
  height: 500px;
  width: 500px;
  border-radius: 50%;
  box-shadow: 0 0 20px #84c66b;
}

.reservation .table_number {
  background: white;
}
@media only screen and (max-width : 991px) {
  .reservation .form-box {
    max-width: 600px;
    margin: auto;
  }
}
@media only screen and (max-width : 991px) {
  .reservation h2 {
    text-align: center;
  }
}

.testimonial .img-box img {
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  object-fit: contain;
}
@media only screen and (max-width : 576px) {
  .testimonial .img-box img {
    margin: auto;
  }
}
.testimonial .avatar img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: auto;
}
.testimonial .owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.testimonial .owl-carousel .owl-nav > div {
  font-size: 1.5rem;
  margin: 0 10px;
  color: #529239;
}

.footer {
  background: url(../img/texture.jpg);
}
.footer * {
  color: white;
}
.footer .footer-logo img {
  max-width: 100px;
}
.footer .social-icons {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.footer .social-icons .icon {
  padding: 8px 10px;
}
.footer .social-icons .icon i {
  color: white;
  font-size: 1.1rem;
}
.footer .social-icons li a {
  display: inline-block;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: white;
  text-align: center;
  transition: 0.3s;
}
.footer .social-icons li a i {
  color: #c02f2b;
}
.footer .social-icons li a:hover {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px) scale(1.1);
  background: #529239;
}
.footer .social-icons li a:hover i {
  color: white;
}
.footer .other-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .other-links .seperator {
  height: 20px;
  border-right: 2px solid white;
}

.copyright {
  background: #c02f2b;
  color: white;
  text-align: center;
}

.meals {
  background: linear-gradient(#E8E8E8, white);
}
.meals .meal-each {
  transition: 0.4s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: white;
}
.meals .meal-each .img-box {
  overflow: hidden;
}
.meals .meal-each .img-box img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  transition: 0.5s;
}
.meals .meal-each .text h4 {
  transition: 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1rem;
}
.meals .meal-each .text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 56px;
  font-size: 0.8rem;
}
@media only screen and (max-width : 576px) {
  .meals .meal-each .text p {
    height: auto;
  }
}
.meals .meal-each .text .price {
  color: #c02f2b;
}

.about .about-img img {
  border-radius: 20px;
  width: 100%;
  height: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.contact .form-box {
  height: 100%;
  display: flex;
  align-items: center;
}
.contact .form-box .form {
  width: 100%;
}
.contact .contact-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .box:first-child {
  margin-top: 0 !important;
}
.contact .box .icon {
  display: grid;
  place-items: center;
  background: #529239;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: auto;
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: white;
}

.order-now-page, .menu-page, .catering {
  background: #E8E8E8;
}
.order-now-page .cat-row, .menu-page .cat-row, .catering .cat-row {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px dashed #C3C3C3;
}
.order-now-page .col-12:first-child .cat-row, .menu-page .col-12:first-child .cat-row, .catering .col-12:first-child .cat-row {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.order-now-page .title .title-inner, .menu-page .title .title-inner, .catering .title .title-inner {
  cursor: pointer;
  background: white;
  padding: 10px;
  border-radius: 50px;
  transition: 0.3s;
}
@media only screen and (max-width : 767px) {
  .order-now-page .title .title-inner, .menu-page .title .title-inner, .catering .title .title-inner {
    width: 100%;
  }
}
.order-now-page .title .title-inner:hover, .menu-page .title .title-inner:hover, .catering .title .title-inner:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.catering .cat-row {
  max-width: 900px;
  margin: auto;
  margin-top: 30px;
  padding-top: 30px;
}
.catering .cat-row:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.catering .catering-table {
  background: white;
  margin-bottom: 15px !important;
}
@media only screen and (max-width : 767px) {
  .catering .catering-table {
    padding-bottom: 15px;
  }
}
.catering .catering-table thead {
  background: #f2c6c5;
}
.catering .catering-table thead th {
  border: none !important;
}
@media only screen and (max-width : 767px) {
  .catering .catering-table thead th {
    min-width: 245px;
  }
  .catering .catering-table thead th:nth-of-type(1) {
    min-width: 0;
  }
  .catering .catering-table thead th:nth-of-type(2) {
    min-width: 200px;
  }
}
.catering .catering-table tbody td p, .catering .catering-table tbody td h5 {
  padding: 0 10px;
  font-family: "Poppins", sans-serif;
}
.catering .catering-table tbody td p {
  color: #444444;
}
.catering .catering-table tbody tr:hover {
  background: #f4f4f4;
}
.catering .catering-table tbody tr:first-child td {
  border-top: none;
}

.gift-card {
  background: #E8E8E8;
}
.gift-card .gift-img img {
  height: 200px;
  object-fit: cover;
}
.gift-card .gift-price {
  background: #f9e7e6;
  color: #c02f2b;
  text-align: center;
  margin-top: 15px;
  border: 1px solid #F9F9F9;
  font-weight: 600;
}
.gift-card .gift-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 45px;
  font-size: 0.9rem;
}

.gallery {
  background-image: url(../img/bg-3.jpg);
  background-position: center;
  background-size: cover;
}
.gallery .img-box {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.3s;
}
.gallery .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #529239;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
}
.gallery .img-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.4s;
}
.gallery .img-box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.gallery .img-box:hover::before {
  opacity: 0.5;
}
.gallery .img-box:hover img {
  transform: scale(1.2);
}

/*********************************************************************************************************************************/
/*********************************************************** S.T.Y.L.E ***********************************************************/
/*********************************************************************************************************************************/
.btn-like-a {
  border: none;
  outline: none;
  box-shadow: none;
}
.btn-like-a:focus {
  box-shadow: none;
  outline: none;
}

.price {
  white-space: nowrap;
  text-align: right;
}

.sticky-cart-icon {
  display: none;
}
.sticky-cart-icon .cart-icon {
  position: fixed;
  z-index: 999;
  bottom: 100px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  color: white;
  background: #c02f2b;
  cursor: pointer;
  transition: 0.4s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: grid;
  place-items: center;
}
.sticky-cart-icon .cart-icon .cart-num {
  position: absolute;
  color: white;
  background: #435466;
  background: #3a5f8e;
  min-height: 25px;
  min-width: 25px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: unset;
  font-size: 1rem;
  right: -10px;
  top: -10px;
  padding: 2px;
}
.sticky-cart-icon .cart-icon:hover {
  transform: scale(1.1);
}

.sticky-cart-content {
  transition: 0.4s;
  position: fixed;
  right: -430px;
  top: 52%;
  transform: translateY(-50%);
  max-width: 420px;
  width: 100%;
  z-index: 999;
}
.sticky-cart-content .cart-inner {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.sticky-cart-content .cs-scrollbar {
  max-height: 400px;
}
.sticky-cart-content .cs-scrollbar * {
  font-size: 0.8rem;
}
@media only screen and (max-width : 576px) {
  .sticky-cart-content .cs-scrollbar * {
    font-size: 13px;
  }
}
.sticky-cart-content .close i {
  font-size: 1.5rem;
}
.sticky-cart-content.toggle {
  right: 0;
}
@media only screen and (max-width : 576px) {
  .sticky-cart-content {
    top: calc(50% + 25px);
  }
  .sticky-cart-content p, .sticky-cart-content li {
    font-size: 0.9rem;
  }
}
.sticky-cart-content .cart-items {
  overflow-x: auto;
}
.sticky-cart-content .table td {
  vertical-align: middle !important;
}
.sticky-cart-content .table tr.blocker {
  position: relative;
  opacity: 0.5;
  pointer-events: none;
}
.sticky-cart-content .table tr.blocker::after {
  opacity: 1 !important;
  content: "\f110";
  position: absolute;
  top: 25%;
  left: 45%;
  font-family: "Font Awesome 5 Free";
  z-index: 3;
  font-weight: 600;
  color: grey;
  animation: spinner-border 0.75s linear infinite;
  color: #c02f2b;
  font-size: 1.5rem;
}

.cart-counter .qty-btn {
  border: 1px solid #c02f2b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: none;
  color: #c02f2b;
  outline: none;
  transition: 0.3s;
  padding: 0;
  height: 25px;
  width: 25px;
  display: grid;
  place-items: center;
}
.cart-counter .qty-btn i {
  vertical-align: middle;
}
@media only screen and (max-width : 576px) {
  .cart-counter .qty-btn {
    font-size: 0.8rem;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 0 !important;
  }
}
.cart-counter .qty-btn:hover {
  background: #c02f2b;
  color: white;
}
.cart-counter .qty-count {
  line-height: 30px;
  width: 30px;
}

#checkout_Modal .modal-dialog {
  max-width: 600px;
}
#checkout_Modal .loyalty-details {
  padding: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#checkout_Modal .loyalty-details .img-box {
  border: 3px solid #E8E8E8;
  border-radius: 50%;
  padding: 15px;
  height: 66px;
  width: 66px;
}
#checkout_Modal .loyalty-details .img-box img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
#checkout_Modal .loyalty-details .pts {
  font-weight: bold;
  font-size: 1.3rem;
  color: #529239;
}
#checkout_Modal .redeem .redeem-text {
  display: none;
}
@media only screen and (max-width : 576px) {
  #checkout_Modal .redeem .redeem-text .alert {
    font-size: 0.8rem;
  }
}
#checkout_Modal input {
  border: 1px solid #E8E8E8;
  height: 45px;
}
#checkout_Modal input:focus {
  border: 1px solid #5c6165 !important;
}
#checkout_Modal .creditcard-exp-wrap {
  display: flex;
  justify-content: space-between;
}
#checkout_Modal .creditcard-exp-wrap .creditcard-exp {
  flex: 0 0 48%;
}
@media only screen and (max-width : 576px) {
  #checkout_Modal .creditcard-exp-wrap .creditcard-exp {
    padding: 6px 16px;
    border: 1px solid #E8E8E8 !important;
    background: white !important;
  }
}

#add_to_cart_Modal .product-img img {
  max-width: 350px;
  height: 230px;
  margin: auto;
}
#add_to_cart_Modal .food-name {
  border-bottom: 1px solid #C3C3C3;
}
@media only screen and (max-width : 576px) {
  #add_to_cart_Modal .food-name .d-flex .text-orange {
    white-space: nowrap;
  }
}
#add_to_cart_Modal .toppings-drop .drop-head {
  border-bottom: 1px solid #C3C3C3;
  background: #F9F9F9;
  cursor: pointer;
  transition: 0.4s;
}
#add_to_cart_Modal .toppings-drop .drop-head:hover {
  background: #E8E8E8;
}
#add_to_cart_Modal .toppings-drop .drop-content {
  border-bottom: 1px solid #C3C3C3;
  display: none;
}
#add_to_cart_Modal .toppings-drop .drop-content .drop-content-each {
  border-bottom: 1px dashed #C3C3C3;
}
#add_to_cart_Modal .toppings-drop .drop-content .drop-content-each:last-child {
  border: none;
}
#add_to_cart_Modal .instruction {
  border-bottom: 1px solid #c02f2b;
}
#add_to_cart_Modal .instruction input {
  box-shadow: none;
  border: none;
}
#add_to_cart_Modal .cart-footer .qty-count .bttn {
  border: 1px solid lightgrey;
  width: 40px;
  padding: 0;
  text-align: center;
}
#add_to_cart_Modal .cart-footer .qty-count .bttn.add-btn, #add_to_cart_Modal .cart-footer .qty-count .bttn.minus-btn {
  transition: 0.3s;
  cursor: pointer;
}
#add_to_cart_Modal .cart-footer .qty-count .bttn.add-btn:hover, #add_to_cart_Modal .cart-footer .qty-count .bttn.minus-btn:hover {
  background: #E8E8E8;
}
#add_to_cart_Modal .cart-footer .qty-count .bttn.value {
  pointer-events: none;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  width: 60px;
}
#add_to_cart_Modal .cart-footer .qty-count .bttn.value input {
  border: none;
  padding: 0;
  background: none;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width : 576px) {
  #add_to_cart_Modal .cart-footer {
    display: block !important;
  }
  #add_to_cart_Modal .cart-footer button.theme-btn {
    width: 100%;
    margin-top: 15px;
  }
  #add_to_cart_Modal .cart-footer button.theme-btn span.text-white {
    float: right;
    margin-left: 0 !important;
  }
  #add_to_cart_Modal .cart-footer .qty-count .minus-btn, #add_to_cart_Modal .cart-footer .qty-count .add-btn {
    flex: 0 0 20%;
  }
  #add_to_cart_Modal .cart-footer .qty-count .value {
    flex: 0 0 60%;
  }
  #add_to_cart_Modal .cart-footer .qty-count .bttn {
    height: 50px;
    line-height: 35px;
  }
}

#cart_view_Modal .instruction-text *, .sticky-cart-content .instruction-text * {
  word-break: break-all;
}
#cart_view_Modal .table th, .sticky-cart-content .table th {
  border-top: none;
}
#cart_view_Modal .table .item, .sticky-cart-content .table .item {
  width: 70%;
}
#cart_view_Modal .table td p, .sticky-cart-content .table td p {
  line-height: 20px;
}
#cart_view_Modal .table td.text-right, .sticky-cart-content .table td.text-right {
  white-space: nowrap;
}
#cart_view_Modal .food-each-list, .sticky-cart-content .food-each-list {
  max-height: 720px;
}

.promo-code p.bg-light {
  border: 1px solid #E8E8E8;
  border-bottom: 0;
}
.promo-code input {
  height: 45px;
  border-radius: 0;
  border: 1px solid #E8E8E8;
}
.promo-code input:focus {
  border: 1px solid #5c6165 !important;
}
.promo-code button {
  border: none;
  padding: 0 15px;
  outline: none;
  background: none;
  border: 1px solid #cfcfcf;
  background: #F9F9F9;
  transition: 0.3s;
}
.promo-code button:hover {
  background: #E8E8E8;
}

#card_errors {
  color: #dc3545;
  padding-top: 5px;
}

#choose_orderdate_Modal .modal-content, #choose_ordertime_Modal .modal-content, .modal-scrollable .modal-content {
  overflow: visible;
}
#choose_orderdate_Modal .modal-body, #choose_ordertime_Modal .modal-body, .modal-scrollable .modal-body {
  overflow: hidden;
  overflow-y: auto;
  max-height: 73vh;
}
#choose_orderdate_Modal .modal-body::-webkit-scrollbar, #choose_ordertime_Modal .modal-body::-webkit-scrollbar, .modal-scrollable .modal-body::-webkit-scrollbar {
  width: 10px;
  background: #E8E8E8;
}
#choose_orderdate_Modal .modal-body::-webkit-scrollbar-thumb, #choose_ordertime_Modal .modal-body::-webkit-scrollbar-thumb, .modal-scrollable .modal-body::-webkit-scrollbar-thumb {
  background: #C3C3C3;
}
#choose_orderdate_Modal .modal-body .date-each, #choose_orderdate_Modal .modal-body .time-each, #choose_ordertime_Modal .modal-body .date-each, #choose_ordertime_Modal .modal-body .time-each, .modal-scrollable .modal-body .date-each, .modal-scrollable .modal-body .time-each {
  border-bottom: 1px solid #E8E8E8;
  cursor: pointer;
  transition: 0.3;
}
#choose_orderdate_Modal .modal-body .date-each:last-child, #choose_orderdate_Modal .modal-body .time-each:last-child, #choose_ordertime_Modal .modal-body .date-each:last-child, #choose_ordertime_Modal .modal-body .time-each:last-child, .modal-scrollable .modal-body .date-each:last-child, .modal-scrollable .modal-body .time-each:last-child {
  border-bottom: none;
}
#choose_orderdate_Modal .modal-body .date-each:hover, #choose_orderdate_Modal .modal-body .time-each:hover, #choose_ordertime_Modal .modal-body .date-each:hover, #choose_ordertime_Modal .modal-body .time-each:hover, .modal-scrollable .modal-body .date-each:hover, .modal-scrollable .modal-body .time-each:hover {
  background: #F9F9F9;
}

.tip-wrapper .tips {
  display: flex;
}
.tip-wrapper .tips button {
  border: none;
  flex: 0 0 25%;
  text-align: center;
  padding: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.1294117647);
  color: white;
  background: #c02f2b;
}
.tip-wrapper .tips button.active, .tip-wrapper .tips button:hover, .tip-wrapper .tips button:focus {
  background: #962522;
  outline: none;
}
.tip-wrapper .or {
  border-bottom: 2px dashed #C3C3C3;
  height: 11px;
}
.tip-wrapper .or span {
  background: white;
  padding: 0 15px;
}
.tip-wrapper .input-group i {
  width: 50px;
  line-height: 40px;
  text-align: center;
  height: calc(100% - 3px);
  background: #F9F9F9;
  border-right: 1px solid #E8E8E8;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 5;
}
.tip-wrapper .input-group input {
  border: 1px solid #E8E8E8;
  padding-left: 60px;
  height: 45px;
}
.tip-wrapper .input-group input:focus {
  border: 1px solid #5c6165;
}

#loyalty-modal .modal-inner {
  padding: 20px;
  text-align: center;
}
#loyalty-modal .modal-inner h5 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
#loyalty-modal .modal-inner p.text-uppercase {
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (max-width : 576px) {
  #loyalty-modal .modal-inner p.text-uppercase {
    font-size: 17px;
  }
}
#loyalty-modal .modal-inner .points {
  color: #c02f2b;
  font-size: 4rem;
}
#loyalty-modal .modal-inner p.text-muted {
  max-width: 350px;
  margin: auto;
}
#loyalty-modal .modal-inner p.text-muted span {
  font-weight: bold;
  color: #c02f2b;
  font-size: 1.1rem;
}
#loyalty-modal .modal-inner button {
  margin-top: 20px;
}

.nice-select .list {
  width: 100%;
}

.table_number {
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.datepicker {
  padding: 0;
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.datepicker * {
  font-size: 12px;
}
.datepicker .datepicker-days .datepicker-switch {
  padding: 12px 0;
}
.datepicker .datepicker-days .dow {
  padding: 6px 8px;
  border: 1px solid lightgrey;
  color: #c02f2b;
}
.datepicker .datepicker-days .day {
  padding: 8px 10px;
  border: 1px solid lightgrey;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker .datepicker-days .day.active {
  background: #c02f2b;
}
.datepicker .datepicker-days .day.active:hover {
  background: #c02f2b;
}
.datepicker .datepicker-days .day.today {
  background: #529239;
  color: white;
}
.datepicker .datepicker-days .day.today:hover {
  background: #529239;
  color: white;
}
.datepicker .datepicker-days .day:hover {
  background: #c02f2b;
  color: white;
}
.datepicker .datepicker-days .day.disabled:hover {
  cursor: not-allowed;
  background: none;
  color: #999;
}

.payment-lists .input-group i {
  width: 50px;
  line-height: 50px;
  text-align: center;
  height: 100%;
  background: #F9F9F9;
  border: 1px solid #E8E8E8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.payment-lists .input-group input {
  border: 1px solid #E8E8E8 !important;
  padding-left: 60px;
  height: 50px;
}

.modal .modal-header button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  background: #c02f2b;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  opacity: 1;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  outline: none;
}
.modal .modal-header button:hover {
  opacity: 0.6;
}
@media only screen and (max-width : 576px) {
  .modal .modal-header button {
    right: 18px;
    top: 18px;
    color: #c02f2b;
    background: none;
    font-size: 2rem;
  }
}

.mdtp__wrapper {
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: unset;
}

.mdtp__wrapper[data-theme=red] .mdtp__time_holder {
  background-color: #c02f2b;
}

.mdtp__wrapper[data-theme=red] .mdtp__clock .mdtp__clock_dot {
  background-color: #c02f2b;
}

.mdtp__wrapper[data-theme=red] .mdtp__digit.active:before {
  background-color: #c02f2b;
}

.mdtp__wrapper[data-theme=red] .mdtp__digit.active span, .mdtp__wrapper[data-theme=red] .mdtp__clock .mdtp__digit:not(.digit--disabled) span:hover {
  background-color: #c02f2b !important;
}

.mdtp__wrapper[data-theme=red] .mdtp__clock .mdtp__am.active, .mdtp__wrapper[data-theme=red] .mdtp__clock .mdtp__pm.active {
  background-color: #c02f2b;
}

.mdtp__wrapper[data-theme=red] .mdtp__button {
  color: #c02f2b;
}

.custom-switch .custom-control-label {
  cursor: pointer;
}
.custom-switch .custom-control-label::after {
  top: 5.5px !important;
  left: -49px !important;
  width: 18px !important;
  height: 18px !important;
  background-color: #C3C3C3;
  border-radius: 50px !important;
}
.custom-switch .custom-control-label::before {
  left: -3.25rem !important;
  width: 2.8rem !important;
  border-radius: 50px !important;
  height: calc(1.4rem + 1px) !important;
  border: 1px solid #C3C3C3;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(20px);
}

.custom-switch .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: none;
  box-shadow: none;
}

.custom-switch .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-switch input:checked ~ .custom-control-label::before {
  color: #c02f2b !important;
  border-color: #c02f2b !important;
  background-color: white !important;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #c02f2b !important;
}

.payment-card input:checked ~ .custom-control-label {
  border: 1px solid #c02f2b !important;
  color: #c02f2b;
  transform: scale(1.02);
}
.payment-card input:checked ~ .custom-control-label::before {
  box-shadow: none;
  color: #c02f2b !important;
  border-color: #c02f2b !important;
  background-color: #c02f2b !important;
}
.payment-card .custom-control-label {
  cursor: pointer;
  border: 1px solid #E8E8E8;
  transition: 0.3s;
}
.payment-card .custom-control-label:hover {
  transform: scale(1.02);
  color: #c02f2b !important;
  border: 1px solid #c02f2b !important;
}
.payment-card .custom-control-label:hover::before {
  color: #c02f2b !important;
  border-color: #c02f2b !important;
  background-color: #c02f2b !important;
}
.payment-card .custom-control-label::after {
  display: none;
}
.payment-card .custom-control-label::before {
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}
.payment-card .custom-radio {
  padding-left: 0;
}

input:checked ~ .custom-control-label::before {
  color: #c02f2b !important;
  border-color: #c02f2b !important;
  background-color: #c02f2b !important;
}

label {
  font-weight: 400 !important;
}

#choose_srv_Modal {
  z-index: 1000;
}
#choose_srv_Modal .modal-header {
  border-bottom: none;
}
#choose_srv_Modal .modal-title {
  font-size: 1.5rem;
  font-weight: 500;
}
#choose_srv_Modal .service_each {
  transition: 0.3s;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#choose_srv_Modal .service_each:hover, #choose_srv_Modal .service_each.active {
  background: #E8E8E8;
}
#choose_srv_Modal .address_btn, #choose_srv_Modal .select_date_btn, #choose_srv_Modal .select_time_btn {
  border: none;
  background: #F9F9F9;
  border: 1px solid #E8E8E8;
  transition: 0.3s;
  outline: none;
}
#choose_srv_Modal .address_btn:hover, #choose_srv_Modal .select_date_btn:hover, #choose_srv_Modal .select_time_btn:hover {
  background: #E8E8E8;
}
#choose_srv_Modal #show_pickup, #choose_srv_Modal #show_delivery, #choose_srv_Modal #show_now, #choose_srv_Modal #show_later, #choose_srv_Modal #show_later .select_time_btn,
#choose_srv_Modal #show_now_delivery, #choose_srv_Modal #show_later_delivery {
  display: none;
}
#choose_srv_Modal .append-subbox .date_time_wrap {
  display: flex;
  margin: auto;
  justify-content: space-between;
}
#choose_srv_Modal .append-subbox .date_time_wrap .date-wrapper, #choose_srv_Modal .append-subbox .date_time_wrap .time-wrapper {
  flex: 0 0 48%;
}
#choose_srv_Modal .append-subbox .date_time_wrap .input-group {
  margin-left: 0 !important;
}
#choose_srv_Modal .append-subbox .date_time_wrap .input-group input {
  border-radius: 0 !important;
}

#user_login_Modal .modal-header, #forgot_psw_Modal .modal-header {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
#user_login_Modal .modal-header .nav-tabs, #forgot_psw_Modal .modal-header .nav-tabs {
  justify-content: center;
  border: none;
}
#user_login_Modal .modal-header .nav-tabs .nav-link, #forgot_psw_Modal .modal-header .nav-tabs .nav-link {
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  flex: 0 0 50%;
  background: #529239;
  color: white;
  text-align: center;
}
#user_login_Modal .modal-header .nav-tabs .nav-link.active, #forgot_psw_Modal .modal-header .nav-tabs .nav-link.active {
  background: #c02f2b;
}
#user_login_Modal .modal-body label, #forgot_psw_Modal .modal-body label {
  text-transform: capitalize;
}
#user_login_Modal .modal-body .loginbtn, #forgot_psw_Modal .modal-body .loginbtn {
  background: #c02f2b;
  color: white;
  border: none;
  padding: 8px;
  transition: 0.3s;
}
#user_login_Modal .modal-body .loginbtn:hover, #forgot_psw_Modal .modal-body .loginbtn:hover {
  background: #529239;
}
#user_login_Modal .modal-body .guest-loginbtn, #forgot_psw_Modal .modal-body .guest-loginbtn {
  background: #c02f2b;
  color: white;
  border: none;
  padding: 8px;
  transition: 0.3s;
}
#user_login_Modal .modal-body .guest-loginbtn:hover, #forgot_psw_Modal .modal-body .guest-loginbtn:hover {
  background: #529239;
}
#user_login_Modal .modal-body .forgot-psw:hover, #forgot_psw_Modal .modal-body .forgot-psw:hover {
  border-bottom: 1px solid #c02f2b;
}
#user_login_Modal .modal-body .login_back:hover, #forgot_psw_Modal .modal-body .login_back:hover {
  color: #c02f2b;
}

@media only screen and (max-width : 576px) {
  #cart_suggestions_Modal .modal-body {
    max-height: 65vh !important;
  }
}

#choose_loc_Modal {
  background: rgba(0, 0, 0, 0.8);
}
#choose_loc_Modal .modal-content {
  padding-top: 0;
}
@media only screen and (max-width : 576px) {
  #choose_loc_Modal .modal-body #map {
    height: 300px !important;
  }
}
#choose_loc_Modal .modal-body input {
  background: #E8E8E8;
  height: 45px;
  border: none;
}
#choose_loc_Modal .modal-body .btn-groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#choose_loc_Modal .modal-body .btn-groups .btn {
  flex: 0 0 49%;
  border-radius: 0;
}
@media only screen and (max-width : 576px) {
  #choose_loc_Modal .modal-body .btn-groups .btn {
    flex: 0 0 100%;
    margin-top: 10px;
  }
}

.loading-div {
  min-height: 200px;
  display: grid;
  place-items: center;
}

.svg-cart-icon svg {
  height: 25px;
  width: 25px;
  fill: white;
}

.cart-empty {
  min-height: 200px;
  display: grid;
  place-items: center;
}
.cart-empty .svg-cart-icon svg {
  height: 50px;
  width: 50px;
  fill: #C3C3C3;
}

#not_available_Modal i {
  font-size: 2.8em;
  color: #CC0000;
  opacity: 0.7;
  margin-bottom: 20px;
  padding: 10px;
  width: 80px;
  height: 80px;
  line-height: 55px;
  border-radius: 50%;
  border: 2px solid #CC0000;
}

#card-input-box {
  display: none;
}

#order-detail-modal .modal-dialog {
  max-width: 600px;
}
#order-detail-modal tr:first-child th, #order-detail-modal tr:first-child td {
  border-top: none;
}
#order-detail-modal th[scope=row] {
  width: 25%;
}

.border-bottom-dashed {
  border-bottom: 1px dashed #C3C3C3;
}
.border-bottom-dashed td {
  border-top: 1px dashed #C3C3C3;
}

#order-success-modal .modal-lg {
  max-width: 800px;
  padding: 15px;
}
#order-success-modal .table th {
  border-top: none;
}
#order-success-modal .table .item {
  width: 70%;
}
#order-success-modal .table td p {
  line-height: 20px;
}
#order-success-modal .check-icon {
  text-align: center;
}
#order-success-modal .check-icon svg {
  height: 60px;
  width: 60px;
  background: #3cbe98;
  padding: 10px;
  border-radius: 50%;
  fill: white;
}

.input-group .psw-show-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
  background: none;
}

.privacy-policy p {
  line-height: 30px;
}
.privacy-policy li {
  margin-bottom: 20px;
}

.nice-select option {
  color: black;
}
.nice-select span.current {
  opacity: 0.45;
}
.nice-select .list {
  max-height: 220px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.nice-select .list::-webkit-scrollbar {
  width: 10px;
  background: #E8E8E8;
}
.nice-select .list::-webkit-scrollbar-thumb {
  background: #C3C3C3;
}

.terms a {
  color: #626262;
}
.terms a:hover {
  color: #c02f2b;
  text-decoration: underline;
}

.modal .modal-header button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  background: #c02f2b;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  opacity: 1;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  outline: none;
}
.modal .modal-header button:hover {
  opacity: 0.6;
}
@media only screen and (max-width : 576px) {
  .modal .modal-header button {
    right: 18px;
    top: 18px;
    color: #fff;
    background: #000;
    font-size: 1.5rem;
    padding: 10px 12px 15px 12px;
  }
}

@media only screen and (max-width : 576px) {
  #popup_Modal .popup-image img {
    max-height: 350px;
  }
}

@media only screen and (max-width : 576px) {
  #menuImageModal .popup-image img {
    height: auto;
  }
}

.user-dashboard .wrapper {
  display: flex;
}
@media only screen and (max-width : 767px) {
  .user-dashboard .wrapper {
    display: block;
  }
  .user-dashboard .wrapper .left-sidebar {
    position: fixed;
    width: 100%;
    height: unset !important;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .user-dashboard .wrapper .left-sidebar .nav-tabs {
    display: flex !important;
  }
  .user-dashboard .wrapper .left-sidebar .nav-tabs .nav-link {
    flex: 0 0 16.66%;
    text-align: center;
  }
  .user-dashboard .wrapper .left-sidebar .nav-tabs .nav-link i {
    font-size: 1.3rem;
  }
  .user-dashboard .wrapper .left-sidebar .nav-tabs .nav-link .nav-text {
    display: none;
  }
}
.user-dashboard .wrapper .left-sidebar {
  flex: 0 0 220px;
  background: #635f56;
}
.user-dashboard .wrapper .left-sidebar .nav-tabs {
  display: block;
  border-bottom: none;
}
.user-dashboard .wrapper .left-sidebar .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  padding: 10px;
  color: white;
}
.user-dashboard .wrapper .left-sidebar .nav-tabs .nav-link i {
  min-width: 20px;
  text-align: center;
}
.user-dashboard .wrapper .left-sidebar .nav-tabs .nav-link.active, .user-dashboard .wrapper .left-sidebar .nav-tabs .nav-link:hover {
  background: #c02f2b;
  color: white;
}
.user-dashboard .wrapper .right-content {
  width: 100%;
  overflow: auto;
}
@media only screen and (max-width : 767px) {
  .user-dashboard .wrapper .right-content {
    height: calc(100% - 45px);
  }
}
.user-dashboard .wrapper .right-content .bread {
  background: #E8E8E8;
  padding: 10px;
  font-weight: bold;
}
.user-dashboard .wrapper .right-content #nav-myorder .myorder-inner .table th {
  text-transform: capitalize;
  white-space: nowrap;
}
.user-dashboard .wrapper .right-content #nav-myorder .myorder-inner .table th.description {
  width: 35%;
  min-width: 200px;
}
.user-dashboard .wrapper .right-content #nav-myorder .myorder-inner .table th.price {
  width: 15%;
}
.user-dashboard .wrapper .right-content #nav-myorder .myorder-inner .table th.order-date {
  width: 20%;
}
.user-dashboard .wrapper .right-content #nav-myorder .myorder-inner .table th.order-type {
  width: 15%;
}
.user-dashboard .wrapper .right-content #nav-myorder .myorder-inner .table .action-btn {
  white-space: nowrap;
}
.user-dashboard .wrapper .right-content #nav-myorder .myorder-inner .table .order-id {
  font-weight: bold;
}
.user-dashboard .wrapper .right-content .table th {
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 500 !important;
}
@media only screen and (max-width : 576px) {
  .user-dashboard .wrapper .right-content .table-footer {
    flex-wrap: wrap;
  }
  .user-dashboard .wrapper .right-content .table-footer > div {
    margin-left: auto;
  }
}
.user-dashboard .wrapper .right-content .profile-inner .form, .user-dashboard .wrapper .right-content .address-inner .form {
  max-width: 800px;
  border: 1px solid #E8E8E8;
  padding: 20px;
}
.user-dashboard .wrapper .right-content .form-group input {
  background: #f8f8f8;
}
.user-dashboard .wrapper .right-content .form-group label {
  text-transform: capitalize;
}
.user-dashboard .wrapper .right-content .form-group .nice-select {
  margin-bottom: 15px;
}

.giftcard-inner .filter input {
  max-width: 300px;
}
.giftcard-inner .filter .select {
  max-width: 200px;
}
.giftcard-inner .filter button {
  padding: 5px 15px !important;
}
.giftcard-inner .filter button.reset-input-btn {
  background: #ab2a26;
  min-width: unset;
}
@media only screen and (max-width : 576px) {
  .giftcard-inner .filter {
    flex-wrap: wrap;
  }
  .giftcard-inner .filter input {
    flex: 0 0 100%;
    max-width: unset;
    border-radius: 0 !important;
    margin: 0 !important;
  }
  .giftcard-inner .filter .select {
    height: 42px;
    border: 1px solid #E8E8E8;
    background: white;
    max-width: unset !important;
    padding: 0 8px;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.4);
    outline: none;
  }
  .giftcard-inner .filter button {
    margin-top: 15px;
  }
}
.giftcard-inner .pending-text {
  color: black;
}
.giftcard-inner .redeem-text {
  color: #dd3722;
}
.giftcard-inner .expired-text {
  opacity: 0.5;
}

.floating-cart-btn {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 4;
}
.floating-cart-btn .svg-cart-icon {
  position: relative;
}
.floating-cart-btn .svg-cart-icon .num {
  position: absolute;
  top: -5px;
  right: -15px;
  text-align: center;
  width: 10px;
}

.modal-backdrop {
  z-index: 999;
}

.input-icon {
  position: relative;
}
.input-icon i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.input-icon input {
  padding-left: 30px !important;
}

.selected-delivery-address {
  font-size: 14px !important;
}

#show_delivery .ui.selection.dropdown {
  min-width: unset !important;
  min-height: unset !important;
}

.profile-select {
  background: #f8f8f8 !important;
  min-height: unset !important;
  line-height: 11px !important;
}
.profile-select .dropdown.icon {
  padding-top: 10px !important;
}
.profile-select span.current {
  font-weight: bold;
}
.profile-select .default.text {
  color: black !important;
  opacity: 0.7 !important;
}
.profile-select .menu {
  scrollbar-width: thin;
}
.profile-select .menu::-webkit-scrollbar {
  width: 10px;
  background: #E8E8E8;
}
.profile-select .menu::-webkit-scrollbar-thumb {
  background: #C3C3C3;
}

.status {
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 4px;
  padding: 0 12px;
  font-weight: 500;
  font-size: 0.9rem !important;
  max-width: 100px;
  margin: auto;
}
.status.status-pending {
  color: #ffb64d;
  background: #fff5e6;
}
.status.status-declined {
  color: #ff536f;
  background: #ffecef;
}
.status.status-delivered {
  color: #2ed7b6;
  background: #d9f8f2;
}

.search-food {
  background: #dbdbdb;
}
.search-food .search-loader {
  position: absolute;
  z-index: 3;
  right: 30px;
  top: 17px;
}
.search-food .search-loader i {
  position: absolute;
}
.search-food .input-group {
  max-width: unset !important;
  margin: auto;
}
.search-food .input-group input {
  height: 50px;
  border: none;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important;
  padding-right: 40px !important;
  padding-left: 20px !important;
}
.search-food .input-group .srch-btn {
  border: none;
  padding: 6px 15px;
  position: absolute;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #d42827;
  color: white;
  z-index: 3;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.search-food .input-group .srch-btn:hover {
  background: #c02f2b;
}
.search-food .input-group .srch-btn:focus {
  outline: none;
}

.ui-timepicker-container {
  z-index: 1001 !important;
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.order-now-page .leftSidebar .search-food, .menu-page .leftSidebar .search-food {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.order-now-page .leftSidebar .search-food .input-group input, .menu-page .leftSidebar .search-food .input-group input {
  border-radius: 10px !important;
  border: none !important;
  padding-left: 15px !important;
}
.order-now-page .leftSidebar .sidemenu, .menu-page .leftSidebar .sidemenu {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 10px;
}
.order-now-page .leftSidebar .sidemenu h4, .menu-page .leftSidebar .sidemenu h4 {
  position: relative;
}
.order-now-page .leftSidebar .sidemenu h4::before, .menu-page .leftSidebar .sidemenu h4::before {
  content: "\f03a";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 15px;
  font-weight: 600;
}
.order-now-page .leftSidebar .sidemenu .menu-list, .menu-page .leftSidebar .sidemenu .menu-list {
  max-height: calc(100vh - 240px);
  scrollbar-width: thin;
  overflow-y: auto;
}
.order-now-page .leftSidebar .sidemenu .menu-list::-webkit-scrollbar, .menu-page .leftSidebar .sidemenu .menu-list::-webkit-scrollbar {
  width: 5px;
  background: #E8E8E8;
}
.order-now-page .leftSidebar .sidemenu .menu-list::-webkit-scrollbar-thumb, .menu-page .leftSidebar .sidemenu .menu-list::-webkit-scrollbar-thumb {
  width: 5px;
  background: #d6d6d6;
  border-radius: 8px;
}
.order-now-page .leftSidebar .sidemenu .menu-list .menu-nav, .menu-page .leftSidebar .sidemenu .menu-list .menu-nav {
  padding: 10px 0;
  cursor: pointer;
  border-bottom: 1px solid #E8E8E8;
  font-weight: bold;
}
.order-now-page .leftSidebar .sidemenu .menu-list .menu-nav:hover, .order-now-page .leftSidebar .sidemenu .menu-list .menu-nav.active, .menu-page .leftSidebar .sidemenu .menu-list .menu-nav:hover, .menu-page .leftSidebar .sidemenu .menu-list .menu-nav.active {
  background: #d42827;
  color: white;
}
.order-now-page .leftSidebar .sidemenu .menu-list .menu-nav:last-child, .menu-page .leftSidebar .sidemenu .menu-list .menu-nav:last-child {
  border: none;
}
.order-now-page .leftSidebar .sidemenu .menu-list .menu-nav.dis, .menu-page .leftSidebar .sidemenu .menu-list .menu-nav.dis {
  pointer-events: none;
}
@media only screen and (max-width : 576px) {
  .order-now-page .leftSidebar, .menu-page .leftSidebar {
    padding: 0 !important;
    margin-top: -40px;
    margin-bottom: 30px;
    min-height: 50px !important;
  }
  .order-now-page .leftSidebar .theiaStickySidebar, .menu-page .leftSidebar .theiaStickySidebar {
    display: flex;
    justify-content: space-between;
    border: 1px solid #E8E8E8;
  }
  .order-now-page .leftSidebar .theiaStickySidebar .search-food, .menu-page .leftSidebar .theiaStickySidebar .search-food {
    height: 100%;
    flex: 0 0 55%;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0 !important;
    border-top: 1px solid #E8E8E8;
  }
  .order-now-page .leftSidebar .theiaStickySidebar .search-food .input-group, .menu-page .leftSidebar .theiaStickySidebar .search-food .input-group {
    position: relative;
  }
  .order-now-page .leftSidebar .theiaStickySidebar .search-food .input-group i, .menu-page .leftSidebar .theiaStickySidebar .search-food .input-group i {
    top: -3px;
  }
  .order-now-page .leftSidebar .theiaStickySidebar .search-food input, .menu-page .leftSidebar .theiaStickySidebar .search-food input {
    border-radius: 0 !important;
    border: none !important;
    height: 44px;
    font-size: 15px;
  }
  .order-now-page .leftSidebar .theiaStickySidebar .sidemenu, .menu-page .leftSidebar .theiaStickySidebar .sidemenu {
    flex: 1;
    border-left: 1px solid #E8E8E8;
    height: 100%;
    border-radius: 0;
    border-top: 1px solid #E8E8E8;
  }
  .order-now-page .leftSidebar .theiaStickySidebar .sidemenu h4, .menu-page .leftSidebar .theiaStickySidebar .sidemenu h4 {
    padding: 0.8rem 0.5rem !important;
    border-bottom: none !important;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px !important;
  }
  .order-now-page .leftSidebar .theiaStickySidebar .sidemenu h4::before, .menu-page .leftSidebar .theiaStickySidebar .sidemenu h4::before {
    content: "\f107";
    transition: 0.4s;
    right: 10px;
  }
  .order-now-page .leftSidebar .theiaStickySidebar .sidemenu h4.icon-rotate::before, .menu-page .leftSidebar .theiaStickySidebar .sidemenu h4.icon-rotate::before {
    transform: rotate(180deg);
  }
  .order-now-page .leftSidebar .theiaStickySidebar .sidemenu .menu-list, .menu-page .leftSidebar .theiaStickySidebar .sidemenu .menu-list {
    display: none;
    position: absolute;
    background: white;
    z-index: 5;
    width: calc(100% - 30px);
    left: calc(0% + 15px);
    top: 47px;
    border: 1px solid #E8E8E8;
    box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.1);
  }
  .order-now-page .leftSidebar .theiaStickySidebar.onscroll, .menu-page .leftSidebar .theiaStickySidebar.onscroll {
    z-index: 5;
    position: fixed !important;
    width: 100% !important;
    left: 0 !important;
    background: white;
    animation: menuscroll 0.5s forwards;
    padding-top: 38px !important;
  }
  @keyframes menuscroll {
    0% {
      top: -60px;
    }
    100% {
      top: 60px;
    }
  }
}
.order-now-page .middleContent .box, .menu-page .middleContent .box {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: white;
  border-radius: 10px;
  margin-top: 40px;
}
@media only screen and (max-width : 576px) {
  .order-now-page .middleContent .box, .menu-page .middleContent .box {
    margin-top: 20px;
  }
}
.order-now-page .middleContent .box:first-child, .menu-page .middleContent .box:first-child {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.order-now-page .middleContent .menu-each .food-title, .menu-page .middleContent .menu-each .food-title {
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
  color: #c02f2b;
}
.order-now-page .middleContent .menu-each .food-description, .menu-page .middleContent .menu-each .food-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.order-now-page .middleContent .menu-each .menu-img, .menu-page .middleContent .menu-each .menu-img {
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.order-now-page .middleContent .menu-each .menu-img img, .menu-page .middleContent .menu-each .menu-img img {
  height: 200px;
  width: 100%;
  transition: 0.4s ease-in-out;
}
.order-now-page .middleContent .menu-each:hover .menu-img img, .menu-page .middleContent .menu-each:hover .menu-img img {
  transform: scale(1.2);
}
.order-now-page .middleContent .menu-each .theme-btn, .menu-page .middleContent .menu-each .theme-btn {
  padding: 0;
  min-width: unset;
  width: 40px;
  height: 40px;
  border-radius: 8px;
}
@media only screen and (max-width : 576px) {
  .order-now-page .middleContent .menu-each, .menu-page .middleContent .menu-each {
    display: flex;
  }
  .order-now-page .middleContent .menu-each .menu-img, .order-now-page .middleContent .menu-each .no-image, .menu-page .middleContent .menu-each .menu-img, .menu-page .middleContent .menu-each .no-image {
    flex: 0 0 80px;
    height: 100%;
  }
  .order-now-page .middleContent .menu-each .menu-img img, .order-now-page .middleContent .menu-each .no-image img, .menu-page .middleContent .menu-each .menu-img img, .menu-page .middleContent .menu-each .no-image img {
    height: 80px !important;
  }
  .order-now-page .middleContent .menu-each .menu-content, .menu-page .middleContent .menu-each .menu-content {
    max-width: calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    padding-left: 10px;
    padding-top: 0 !important;
  }
  .order-now-page .middleContent .menu-each .food-title, .menu-page .middleContent .menu-each .food-title {
    font-size: 16px;
  }
  .order-now-page .middleContent .menu-each .food-description, .menu-page .middleContent .menu-each .food-description {
    font-size: 13px;
    min-height: unset;
  }
  .order-now-page .middleContent .menu-each .price, .menu-page .middleContent .menu-each .price {
    font-size: 18px;
    font-weight: bold;
  }
  .order-now-page .middleContent .menu-each .theme-btn, .menu-page .middleContent .menu-each .theme-btn {
    width: 30px;
    height: 30px;
  }
}
.order-now-page .rightSidebar .sticky-cart-content, .menu-page .rightSidebar .sticky-cart-content {
  position: static;
  transform: none;
}
.order-now-page .rightSidebar .sticky-cart-content .cart-inner, .menu-page .rightSidebar .sticky-cart-content .cart-inner {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.order-now-page .rightSidebar .sticky-cart-content .cart-inner .close, .menu-page .rightSidebar .sticky-cart-content .cart-inner .close {
  display: none;
}

.sticky-cart-content .cart-inner .cart-price {
  font-size: 16px;
  font-weight: bold;
}
.sticky-cart-content .cart-inner .quantity-wrap {
  border: 1px solid lightgrey;
  border-radius: 50px;
  padding: 0 3px;
}
.sticky-cart-content .cart-inner .quantity-wrap .qty-btn {
  border: none;
}
.sticky-cart-content .cart-inner .quantity-wrap .qty-count {
  width: 25px;
}
.sticky-cart-content .cart-inner .action .remove-btn {
  border: 1px solid lightgrey;
  background: none;
  border-radius: 50%;
  height: 30px;
  margin-right: 5px;
  width: 30px;
}
.sticky-cart-content .cart-inner .total-wrap .text {
  font-size: 18px;
}
.sticky-cart-content .cart-inner .total-wrap .total-price {
  font-size: 25px;
  margin: 8px 0 20px;
}

#signup_info_Modal .icon svg {
  height: 70px;
  width: 70px;
  fill: #c02f2b;
}
#signup_info_Modal .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#signup_info_Modal .btn-wrapper .theme-btn {
  border-radius: 6px;
  flex: 0 0 48%;
}
@media only screen and (max-width : 576px) {
  #signup_info_Modal .btn-wrapper {
    flex-wrap: wrap;
  }
  #signup_info_Modal .btn-wrapper .theme-btn {
    flex: 0 0 100%;
  }
}

.menu-hours-index .icons .index-item {
  margin-bottom: auto;
  margin-top: auto;
  margin-left: 15px;
  font-size: 15px;
}
@media only screen and (max-width : 576px) {
  .menu-hours-index .icons .index-item {
    font-size: 12px;
  }
}
@media only screen and (max-width : 576px) {
  .menu-hours-index .icons {
    display: block !important;
  }
  .menu-hours-index .icons .tooltip-inner {
    display: none !important;
  }
  .menu-hours-index .icons .tooltip .arrow {
    display: none;
  }
  .menu-hours-index .icons .index-time {
    padding: 10px;
    border-bottom: 1px solid #E8E8E8;
  }
  .menu-hours-index .icons .index-time:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width : 576px) {
  .menu-hours-index .icons .icon-img {
    height: 30px;
    width: 70px;
  }
}
.menu-hours-index .icons .icon-img img {
  width: 35px;
  height: auto;
}
@media only screen and (max-width : 576px) {
  .menu-hours-index .icons .icon-img img {
    width: 25px;
    margin-left: 0;
  }
}
@media only screen and (min-width : 768px) {
  .menu-hours-index .icons .index-item {
    display: block;
    margin-left: 10px;
    font-size: 10px;
    text-align: left;
  }
  .menu-hours-index .icons .index-item span {
    display: block;
  }
  .menu-hours-index .icons .icon-img img {
    width: 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .menu-hours-index .icons .index-item {
    margin-left: 15px;
    font-size: 15px;
    display: block !important;
  }
  .menu-hours-index .icons .index-item span {
    display: inline-block;
  }
  .menu-hours-index .icons .icon-img img {
    width: 35px;
  }
}
@media only screen and (min-width : 992px) {
  .menu-hours-index .icons .index-item {
    margin-left: 15px;
    font-size: 15px;
    display: block !important;
  }
  .menu-hours-index .icons .index-item span {
    display: inline-block;
  }
  .menu-hours-index .icons .icon-img img {
    width: 35px;
  }
}

.menu-page .middleContent .icons img, .order-now-page .middleContent .icons img {
  width: 33px;
  height: auto;
}
@media only screen and (min-width : 768px) {
  .menu-page .middleContent .icons, .order-now-page .middleContent .icons {
    margin-left: auto;
    padding: 1rem;
  }
  .menu-page .middleContent .icons img, .order-now-page .middleContent .icons img {
    width: 30px;
  }
}
@media only screen and (max-width : 576px) {
  .menu-page .middleContent .icons, .order-now-page .middleContent .icons {
    margin-left: auto;
    padding: 0.8rem;
  }
  .menu-page .middleContent .icons img, .order-now-page .middleContent .icons img {
    width: 25px;
  }
}

@media only screen and (min-width : 1200px) {
  .menu-page .middleContent .icons {
    margin-left: 0 !important;
    padding: 0;
  }
}
@media only screen and (min-width : 992px) {
  .menu-page .middleContent .icons {
    margin-left: 0 !important;
    padding: 0;
  }
}

@media only screen and (min-width : 1200px) {
  .order-now-page .middleContent .icons {
    margin-left: auto;
    padding: 0 1rem;
  }
}
@media only screen and (min-width : 992px) {
  .order-now-page .middleContent .icons {
    margin-left: auto;
    padding: 0 1rem;
  }
}

#menu_hours_Modal .icon-img img {
  width: 25px;
  height: auto;
}
#menu_hours_Modal .index-item {
  margin-bottom: auto;
  margin-top: auto;
  margin-left: 15px;
  font-size: 15px;
}
#menu_hours_Modal .table td {
  font-size: 14px;
  padding: 0.5rem;
}
@media only screen and (max-width : 576px) {
  #menu_hours_Modal .table td {
    font-size: 12px;
  }
}
#menu_hours_Modal .table td.fw-bold {
  font-weight: 600;
}
#menu_hours_Modal .table th {
  padding: 0.3rem;
}
#menu_hours_Modal .modal-dialog {
  max-width: 700px;
}
#menu_hours_Modal .modal-body {
  padding: 0 1rem 1rem;
}
@media only screen and (max-width : 576px) {
  #menu_hours_Modal .modal-content {
    padding: 1.5rem 0.75rem !important;
  }
}

.btn-list {
  min-width: 50px;
  border: 1px solid #ddd;
}
.btn-list i {
  font-size: 18px;
}
.btn-list:focus {
  box-shadow: none;
  outline: none;
}

@media only screen and (max-width : 991px) {
  .loyalty-page .earn-section .display-4 {
    font-size: 2rem !important;
  }
}
@media only screen and (max-width : 576px) {
  .loyalty-page .earn-section {
    text-align: center;
  }
}
.loyalty-page .big-title {
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: bold;
}
.loyalty-page p.description {
  max-width: 500px;
  margin: auto;
}
.loyalty-page .block .num {
  height: 50px;
  width: 50px;
  background: #d42827;
  display: grid;
  place-items: center;
  border-radius: 100%;
  color: white;
  font-weight: bold;
  margin: auto;
  font-size: 1.2rem;
}
.loyalty-page .block .text p {
  font-size: 1.3rem;
}
.loyalty-page .app .app-image img {
  max-width: 300px;
  margin: auto;
}
.loyalty-page .app .app-download a {
  display: inline-block;
  margin-right: 10px;
}
.loyalty-page .app .app-download a img {
  height: 50px;
  object-fit: contain;
}
.loyalty-page .ready-to-join {
  background: #fbf8f3;
}
@media only screen and (max-width : 576px) {
  .loyalty-page .note p span {
    display: block;
    margin: 5px 0;
  }
}

.loyalty-section.bg-light {
  background: #e6f4ff !important;
}
.loyalty-section .single-loyalty {
  box-sizing: border-box;
  border-radius: 10px;
  padding: 25px 20px;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out 0s;
}
.loyalty-section .single-loyalty.bg-orange {
  background: #FF7D27 !important;
}
.loyalty-section .single-loyalty.bg-purple {
  background: #7527FF;
}
.loyalty-section .single-loyalty.bg-blue {
  background: #162d40;
}
@media only screen and (max-width : 576px) {
  .loyalty-section .single-loyalty {
    display: block;
    text-align: center;
  }
}
.loyalty-section .single-loyalty .loyalty-icon {
  margin-top: 15px;
  min-width: 70px;
}
@media only screen and (max-width : 576px) {
  .loyalty-section .single-loyalty .loyalty-icon {
    margin-bottom: 30px;
  }
}
.loyalty-section .single-loyalty .loyalty-icon .loyalty-icon-box {
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: inline-block;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.loyalty-section .single-loyalty .loyalty-icon .loyalty-icon-box img {
  height: auto;
}
.loyalty-section .single-loyalty .loyalty-content {
  margin-left: 15px;
}
.loyalty-section .single-loyalty .loyalty-content h4 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}
.loyalty-section .single-loyalty .loyalty-content input.form-control {
  background: #f4f4f4 !important;
}
.loyalty-section .single-loyalty .loyalty-content .equal {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
}
.loyalty-section .single-loyalty .loyalty-content .mt-10 {
  margin-top: 2rem;
}
.loyalty-section .single-loyalty .loyalty-content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}
.loyalty-section .single-loyalty .loyalty-content p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.loyalty-section .single-loyalty .loyalty-content a {
  display: inline-block;
  color: #c02f2b;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
}

.loyalty .heading {
  background: radial-gradient(circle, #df7572 1%, #529239 100%);
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  text-transform: uppercase;
  padding: 15px 30px;
  display: block;
  letter-spacing: 1px;
}
.loyalty .heading h3 {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width : 576px) {
  .loyalty .heading h3 {
    font-size: 1.25rem;
  }
}
.loyalty .heading::after {
  content: "";
  position: absolute;
  right: -1px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 35px solid transparent;
  border-right: 20px solid #fff;
  top: 0;
}
@media only screen and (max-width : 576px) {
  .loyalty .heading::after {
    display: none;
  }
}
.loyalty .heading::before {
  content: "";
  position: absolute;
  left: -1px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 20px solid #fff;
  top: 0;
}
@media only screen and (max-width : 576px) {
  .loyalty .heading::before {
    display: none;
  }
}

@media only screen and (max-width : 991px) {
  .icon-box-02 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width : 576px) {
  .icon-box-02 {
    margin-bottom: 30px;
  }
}
.icon-box-02:hover .wrapper-icon {
  background-color: #529239;
}
.icon-box-02:hover .number {
  border: 2px solid #f3f3f3;
  background-color: #529239;
  color: #ffffff;
}
.icon-box-02.hover:hover img {
  filter: brightness(0) invert(1);
}
.icon-box-02 .wrapper-icon {
  border: 1px dashed #7b7b7b;
  margin-bottom: 20px !important;
  background-position: center;
  transition-duration: 0.5s;
  margin: auto;
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.icon-box-02 .wrapper-icon img {
  width: 60px;
  height: 60px;
  transition: 0.4s;
}
.icon-box-02 .number {
  position: absolute;
  font-size: 15px;
  width: 35px;
  border-radius: 50%;
  border: 2px solid #f3f3f3;
  line-height: 30px;
  background-color: #fff;
  color: #3f3e44;
  font-family: "Poppins", sans-serif;
}
.icon-box-02 .title {
  font-family: "Poppins", sans-serif;
  font-size: 16px !important;
  text-transform: capitalize;
  color: #212529;
  margin: 0;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 10px;
}
.icon-box-02 .description {
  font-size: 14px;
  color: #616f7d;
}/*# sourceMappingURL=main.css.map */