@charset "utf-8";
 
.payment-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment-box {
  background: white;
  padding: 30px 20px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 400px;
  margin: 0 16px;
}

@media (max-width: 480px) {
  .payment-box {
    padding: 24px 16px;
    font-size: 14px;
  }

  .payment-box h3 {
    font-size: 18px;
  }

  .payment-box p {
    font-size: 13px;
  }
}

.payment-box h3 {
  font-weight: bold;
  margin-top: 20px;
}

.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #2196F3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




/* General */



.bc-color-dark {
  background-color: #f5e8dc;
}

.ml-1 {
  margin-left: 3% !important;
} 

/* .mr-1 {
  margin-right: 3% !important;
}  */
.mr-1 {
  margin-right: 3% !important;
} 

.border {
  border-top: 1px solid #f5e8dc !important;
} 

.custom-bullet-points {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
  line-height: 1.6;
}

.custom-bullet-points li {
  margin-bottom: 10px;
  font-family: var(--font-pr);
  color: #185F30;
}

.new {
  text-align: center;
  margin-bottom: 5%;
}

.font-43 {
  font-size: 47px;
  font-size: 43px;
  line-height: 53px;
  line-height: 49px;
}

.main-text-wrp {
  padding: 5%;
}
/* General */

/* Buttons */

.btn-green-history {
  background-color: var(--color-green);
  color: #fff;
}

.btn-green-history:hover {
  background-color: var(--color-red);
  color: var(--color-white);
} 

/* Buttons */

/* Sub Header */

.sub-header { 
  background-color: #f5e8dc;
  padding: 18px 0;
}

.subnav-item .subnav-link {
  font-family: var(--font-pb);
  font-size: 24px;
  line-height: 28px;
  color: var(--color-green);
  padding: 0;
}

.subnav-item:not(:last-child) {
  margin-right: 75px;
}

.subnav-item .subnav-link:hover {
  color: var(--color-red);
}

.subnavbar {
  padding: 0px 0 0px;
}

/* Sub Header */

/* Our History */

.our-history * {
  width: 100%;
  height: 100%;
}

.our-history-img-new {
  width: 250%;
  object-fit: cover;
}

.our-history-wrp {
  padding-top: 7.5%;
  padding-bottom: 78px;
}

.our-history-main {
  max-width: 1137px;
  width: 100%;
  margin: 0 auto;
  padding: 108px 0 112px;
}

.our-history-content {
  font-family: var(--font-pr);
  font-size: 31px;
  line-height: 25px;
  background-color: transparent;
}

.history-btn-wrp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  justify-items: center;
  align-items: center;
  padding-top: 3%;
}

.our-history-block-new .btn {
  margin: 0 0 0;
}

.our-history-block-new .detail :not(:last-child) {
  margin: 0 0 0;
}

.common-title {
  font-weight: 100;
  line-height: 26px;
}

.history-title {
  margin-bottom: 25px;
}

.history-p {
  margin-bottom: 44px;
  font-family: var(--font-pr);
}

.history-p1 {
  margin-bottom: 28px;
  font-family: var(--font-pr);
}

.opinion-into-account-content .common-title *:not(:last-child) {
  margin: 0 0 25px;
}

.opinion-into-account-content .btn {
  font-family: var(--font-pb);
  font-size: 12px;
  line-height: 15px;
}

.ingredients-head {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 5.5%;
} 

/* Our History */

/* Rewards */

.rewards-wrp {
  padding-top: 3.5%;
  padding-bottom: 3.5%;
}

.rewards-title {
  margin-bottom: 5%;
  margin-top: 5%;
}

/* Rewards */

/* Our Success Start*/

.success-wrp {
  padding: 7% 0 2.9%;
  background-color: #f5e8dc;
}

.success-section {
  padding: 8% 0 0;
}

.success-img img {
  width: 90%;
  height: 90%;
}

.success-content {
  padding: 20px 0 0;
}

.success-content .detail {
  padding: 15px 0 43px;
  min-height: 112px;
}

.success-content .btn {
  font-family: var(--font-pb);
  margin: 0 auto;
  padding: 8px 20px;
}

.success-main {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.success-section .row {
  margin: 0 -9px;
  row-gap: 30px;
}

.success-section .row >*{
  padding: 0 9px;
}

.success-content .block-detail {
  font-family: var(--font-ph);
  font-size: 23px;
  line-height: 40px;
}

.success-content .detail {
  font-size: 15px;
  padding: 25px 0 43px;
}

.section-title.font-47 {
  font-size: 47px;
  line-height: 53px;
}

/* Our Success End */

/* Contact Form */

.contact-form {
  width: 100%;
  margin: 0 auto;
}

.contact-form-wrp {
  max-width: 40%;
  margin: 50px auto;
  text-align: left;
  padding-bottom: 5%;
}

.form-group-new {
  padding-bottom: 3%;
  min-height: 55px;
}

.form-text {
  padding-bottom: 5%;
  color: var(--color-green);
}

.cform-control {
  display: block;
  width: 100%;
  padding: 3% 1%;;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-lightgreen);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Contact Form End */ 

/* items */

.items-main {
  padding: 70px 0 105px;
  max-width: 1141px;
  width: 100%;
  margin: 0 auto;
}

.items-main .row {
  margin: 0 -15.5px;
}

.items-main .row >* {
  padding: 0 15.5px;
  margin-bottom: 30px;
}

.items-main-new {
  padding: 70px 0 105px;
  max-width: 1141px;
  width: 100%;
  margin: 0 auto;
}

.items-main-new .row {
  margin: 0 -15.5px;
}

.items-main-new .row >* {
  padding: 0 15.5px;
  margin-bottom: 30px;
}

.pizz-items-img-new * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pizz-items-img-ew {
  height: 290px;
  background-color: #F7E6D9;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.pizz-items-block:hover .pizz-items-img-new {
  box-shadow: 0px -2px 10px #00000075;
}

.dough-head {
  max-width: 1120px;
  width: 100%;
  padding-bottom: 3%;
}

.basics-items-img {
  width: 100%;
  object-fit: cover;
}

.pizz-items-block .items-detail {
  background-color: var(--color-green);
  padding: 10px 24px 25px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 58%;
}

.pizz-items-block .items-detail .detail {
  color: var(--color-white);
  font-size: 14px;
  line-height: 20px;
  padding: 11px 0 10px 0;
}

.pizz-items-block .items-detail .common-title {
  color: var(--color-white);
}

/* items */

/* opinion into account */

.opinion-into-account-wrp {
  padding: 9.33% 0 0;
}

.opinion-into-account-wrp-in {
  padding: 37px 0 70px;
  padding: 37px 0 70px;
}

/* opinion into account */

/* Visit us */


.visit-us-wrp-in {
  padding: 45px 0 100px;
  padding: 45px 0 100px;
}

.visit-us-wrp-ing {
  padding: 0 0 100px;
}

.visit-us-wrp-nu {
  padding: 65px 0 50px;
}

/* Visit us */

/* Love Our People Start */

.lvp-img {
  flex: 0 0 35%;
  width: 100%;
}

.lvp-img * {
  width: 100%;
}

.lvp-wrp {
  padding-top: 7.5%;
  padding-bottom: 78px;
}

.lvp-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* align-items: center; */
  column-gap: 13.45px;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 6.71%;
}

.lvp-content {
  font-family: var(--font-pr);
  font-size: 31px;
  line-height: 25px;
  background-color: transparent;
  padding-left: 3%;
}

.lvp-title {
  margin-bottom: 25px;
}

.lvp-p {
  margin-bottom: 44px;
}

.lvp-p1 {
  margin-bottom: 28px;
}

/* Love Our People End */

/* Our Promises Start */

.promises-wrp {
  padding: 4% 0 2.9%;
  background-color: #f5e8dc;
}

.promises-img img {
  max-width: 30%;
  height: auto;
}

.promises-content {
  padding: 20px 0 0;
}

.promises-main {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.promises-section .row {
  margin: 0 -9px;
  row-gap: 30px;
}

.promises-section .row >*{
  padding: 0 9px;
}

.delivery-section .row {
  margin: 0 -30%;
}

.delivery-section .row >*{
  padding: 0 9px;
}

.promises-content .block-detail {
  font-family: var(--font-ph);
  font-size: 21px;
  line-height: 1.2;
}

.promises-content .detail {
  font-size: 15px;
  padding: 25px 0 43px;
}

.promises-title.font-47 {
  font-size: 47px;
  line-height: 53px;
}

.block-detail h5 {
  text-align: center;
  margin-bottom: 5%;
}

/* Our Promises End */ 

.nuestra-application-content .common-title {
  font-family: var(--font-pb);
  /* color: var(--color-green); */
  padding: 35px 0 0 0;
}

/* .nuestra-application-content .section-title {
  color: var(--color-green);
} */

/* Others */

.pizz-items-block .pizz-items-detail {
  align-items: left;
}

/* Others */

.location-bottom {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
}

.inputs-with-dropdown {
  background: #f6f7f9;
  min-height: 55px;
  border-radius: .45rem;
  padding-left: 15px !important;
}

.inputs-with-dropdown button {
  background: none;
  background: none;
  border: none;
  min-height: 55px;
}

.inputs-with-dropdown img {
  width: 28px;
  height: 20px;
}

.inputs-with-dropdown input {
  border: none;
  background: #f6f7f9;
  min-height: 55px;
  width: 100%;
  /* color: var(--color-lightgreen); */
}

.color-lightgreen {
  color: var(--color-lightgreen);
}

.change_field_password {
  position: relative;
}

.change_field_password a {
  position: absolute;
  right: 10px;
  top: 10%;
  display: block;
  padding: 5px;
  color: var(--color-lightgreen);
}

/* Checkout page */
#top-navigation {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.back-arrow {
  display: block;
  padding-left: 30px;
}

.img-200 {
  max-width: 180px;
  max-height: 50px;
}

.badge.rounded-pill {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #000;
}

.badge {
  font-size: 0.8rem;
}

.chevron-section {
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  min-height: 70px;
  position: relative;
  color: #000;
}

.chevron-section i {
  font-size: 20px;
}

a.chevron-section::after, .chevron::after {
  content: '\f2fb';
}

a.chevron-section::after, .chevron::after {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font: normal normal normal 20px/1 'Material-Design-Iconic-Font';
    font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 20px;
  color: #000;
}

.border-green {
  border: 1px solid #2d5d2a;
}

.el-radio.el-radio--large {
  height: auto !important;
}

.el-radio__label {
  white-space: normal !important;
}

.chevron-section.medium {
  min-height: 50px;
}

.chevron-section.selected {
  border-left: 3px solid #2d5d2a;
}

.chevron-section .payment-logo-wrap {
  width: 40px;
}

.rounded-button-icon {
  width: 25px;
  height: 25px;
  display: block;
  background: #b2b2b2;
  color: #fff;
  line-height: 25px;
  text-align: center;
  padding: 0;
}

.bgcolor-transparent {
  background-color: transparent;
}

.checkout-title {
  font-family: var(--font-ph);
  font-size: 24px;
  color: var(--color-green);
  padding-left: 5px;
}

#vue-transaction .a {
  color: var(--color-green);
}

.flexcol {
  color: #000;
}

.checkout-subtitle {
  color: #000;
}

.btn-link-checkout {
  --bs-btn-font-weight: 400;
  --bs-btn-color: #000;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--color-red);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  text-decoration: underline;
}

.bg-white {
  background-color: #fff;
}

.el-radio__input.is-checked .el-radio__inner {
  background: var(--color-green);
  border-color: var(--color-green);
}

#progressbar {
  overflow: hidden;
  color: #455A64;
  padding-left: 0px;
  margin-left: -20px;
}

#progressbar li {
  list-style-type: none;
  font-size: 13px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar li.active::before, #progressbar li.active::after {
  background: #65a17a;
}

#progressbar .step-merchant::before {
  font-family: Material-Design-Iconic-Font;
  content: "\f153";
  color: #fff;
}

#progressbar .step-order::before {
  font-family: Material-Design-Iconic-Font;
  content: "\f2ee";
  color: #fff;
}

#progressbar li::before {
  width: 20px;
  height: 20px;
  line-height: 21px;
  display: block;
  font-size: 14px;
  background: #b2b2b2;
  border-radius: 50%;
  margin: auto;
  padding: 0px;
}

.progressing .progress-value {
  background: #65a17a;
  width: 50%;
  height: 5px;
  animation: borealisBar 1s linear infinite;
  position: absolute;
  left: 50%;
  top: 8px;
  z-index: -1;
  margin-left: 50%;
}

#progressbar li.active::before, #progressbar li.active::after {
  background: #65a17a;
}

#progressbar li:first-child::after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#progressbar li:first-child::after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  left: 50%;
}

#progressbar li::after {
  content: '';
  width: 100%;
  height: 5px;
  background: #b2b2b2;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: -2;
}

#progressbar li.progressing::before {
  animation: pulse-green 2s infinite;
}

#progressbar .step-car::before {
  font-family: Material-Design-Iconic-Font;
  content: "\f125";
  color: #fff;
}


#progressbar .step-home::before {
  font-family: Material-Design-Iconic-Font;
  content: "\f175";
  color: #fff;
}

#progressbar li:nth-child(2)::after, #progressbar li:nth-child(3)::after {
  left: -50%;
}

#progressbar li:last-child::after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#progressbar li:last-child::after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: -50%;
}

.image-loaded .lazy {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  opacity: 1;
}

.items img, .items .skeleton-placeholder {
  display: block;
  width: 50px;
  height: 50px;
}

.image-loaded .skeleton-placeholder {
  display: none !important;
}

.skeleton-placeholder {
  height: 170px;
  width: 100%;
  background: #eef0f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

body.column2-layout, .grey-bg, #cmaps, .page-grey {
  background: #f6f7f8;
}

.map-fullscreen {
  width: 100%;
  height: 100%;
}

.img-30-flag {
  width: 30px;
  height: 20px;
}

.language-bar {
  margin-right: 30px;
}

#languageSelectionList {
  padding: 0;
}

.dropdown-toggle {
  color: #000;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 20px;
}

a.cart-handle {
  position: relative;
  padding: 0 !important;
}

.cart-handle img {
  height: 23px;
  width: 23px;
}

.badge.rounded-pill {
  width: 28px;
  height: 28px;
  line-height: 28px;
  padding: 0;
}

.badge.small.rounded-pill {
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
}

.cart-handle span.badge {
  position: absolute;
  right: 0;
  bottom: -8px;
}

.no-results {
  background: url("../images/orders-icon.png") no-repeat;
  background-size: auto;
  background-size: cover;
  width: 36px;
  height: 40px;
}

.widget-dropdown button.no-icons {
  padding-right: 20px;
}

.widget-dropdown button {
  background:#f5e8dc;
  border: none;
  font-weight: 600;
  padding: 8px 20px;
  padding-right: 20px;
  padding-right: 40px;
  border-radius: 20px;
  font-size: 13px;
  color: var(--color-green);
}

.widget-dropdown button.no-icons::after {
  content: '';
}

.widget-dropdown button::after {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 14px;
  font-size: 1.625rem;
  position: absolute;
  right: 12px;
  top: 4px;
  content: '\f2f9';
}

.widget-dropdown button span.text-truncate {
  max-width: 100px;
}

.widget-dropdown .dropdown-menu {
  background:  #f5e8dc;
  padding: 0;
  border-radius: 15px;
  overflow: hidden;
  border: none;
}

.widget-dropdown a {
  display: block;
  font-size: 14px;
  padding: 8px 20px;
  font-weight: 600;
  color: var(--color-green);
}

.lozad.loaded {
  background-size: cover !important;
}

.img-30 {
  width: 30px !important;
  height: 30px !important;
}

.notification-dropdown .dropdown-menu {
  width: 350px;
  height: 320px;
  overflow: none;
  padding: 0;
}

.dropdown-header, .footer-dropdown {
  padding: 15px 20px;
}

.none-notification {
  padding: 30px 0;
}

.image-notification {
  background: url("../images/notification.png");
    background-size: auto;
  background-size: cover;
  width: 80px;
  height: 80px;
}

ul.top-menu .dropdown-menu a {
  text-indent: 20px;
}


ul.top-menu .dropdown-menu a.with-icon-account {
  background: url("../images/account.png") no-repeat 10px center;
  background-size: auto;
  background-size: 20px;
}

ul.top-menu .dropdown-menu a.with-icon-orders {
  background: url("../images/orders-icon.png") no-repeat 10px center;
  background-size: auto;
  background-size: 18px;
}

ul.top-menu .dropdown-menu a.with-icon-addresses {
  background: url("../images/location.png") no-repeat 10px center;
  background-size: auto;
  background-size: 20px;
}

ul.top-menu .dropdown-menu a.with-icon-bookings {
  background: url("../images/reserved-table.png") no-repeat 10px center;
  background-size: auto;
  background-size: 20px;
}

ul.top-menu .dropdown-menu a.with-icon-payments {
  background: url("../images/payments-icon.png") no-repeat 10px center;
  background-size: auto;
  background-size: 20px;
}

ul.top-menu .dropdown-menu a.with-icon-savedstore {
  background: url("../images/favorites-icon.png") no-repeat 10px center;
  background-size: auto;
  background-size: 20px;
}

ul.top-menu .dropdown-menu a.with-icon-logout {
  background: url("../images/log-out.png") no-repeat 10px center;
  background-size: auto;
  background-size: 20px;
}

.badge.badge-green {
  background-color: var(--color-highlight);
  font-family: 'PapaSansRegular';
  font-size: 15px;
}

.badge.badge-green {
  background: var(--color-green);
  background-color: var(--color-green);
  color: #fff !important;
}

.notification-dropdown .badge-25 {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  padding: 0;
  margin-left: 5px;
}

.notification-dropdown ul {
  height: 210px;
  overflow: auto;
}

.notification-dropdown ul li {
  border-bottom: 1px solid #f4f4f4;
}

.bg-soft-primary {
  background: rgba(59, 175, 218, 0.25) !important;
}

.notify-icon {
  height: 36px;
  width: 36px;
  line-height: 38px;
  text-align: center;
}

.bg-soft-primary i {
  color: #3bafda !important;
  font-size: 19px;
}

.footer-dropdown a {
  color: #3bafda !important;
}

.notification-dropdown a {
  font-weight: 400 !important;
  text-indent: 0 !important;
}

#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  overflow-y: hidden;
  z-index: 3;
  width: 260px;
  background: #fff;
  box-shadow: 3px 0px 5px 0px rgba(246, 247, 248, 0.75);
  left: 0;
  top: 0;
  padding: 20px;
}

.img-50 {
  width: 50px !important;
  height: 50px !important;
}

.siderbar-menu a {
  display: block;
  padding: 13px 20px;
  text-indent: 20px;
  font-size: 15px;
  font-weight: 600;
}

.siderbar-menu .account a, .with-icon-account {
  background: url("../images/account.png") no-repeat left center;
    background-size: auto;
  background-size: 22px;
}

.siderbar-menu .orders a, .with-icon-orders {
  background: url("../images/orders-icon.png") no-repeat left center;
    background-size: auto;
  background-size: 20px;
}

.siderbar-menu .addresses a, .with-icon-addresses {
  background: url("../images/location.png") no-repeat left center;
    background-size: auto;
  background-size: 17px;
}

.siderbar-menu .payments a, .with-icon-payments {
  background: url("../images/payments-icon.png") no-repeat left center;
    background-size: auto;
  background-size: 20px;
}

.siderbar-menu .favourites a, .with-icon-savedstore {
  background: url("../images/favorites-icon.png") no-repeat left center;
    background-size: auto;
  background-size: 20px;
}

.siderbar-menu li.active a {
  color: var(--color-red);
}

#main-container {
  padding-left: 260px;
  padding-top: 70px;
  min-height: 100vh;
  width: 100%;
}

.with-icon {
  text-indent: 30px;
}

.update-photo .d-flex {
  position: absolute;
  top: 0;
  z-index: 9;
}

.img-120 {
  min-height: 100px;
  min-width: 100px;
  max-height: 100px;
  max-width: 100px;
}

ul.sub-menu li.active a {
  background: var(--color-red);
  color: #fff;
  border-radius: 0.45rem;
}

ul.sub-menu li a {
  color: #000;
  font-weight: 600;
  font-size: 13px;
  display: block;
  padding: 10px;
  position: relative;
}

ul.sub-menu li a {
  color: var(--color-green);
  font-weight: 600;
  font-size: 13px;
  display: block;
  padding: 10px;
  position: relative;
}

ul.sub-menu li i {
  margin-right: 15px;
  font-size: 18px;
}

.custom-switch.custom-switch-md .custom-control-label {
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
  line-height: 30px;
  margin-bottom: 0.5rem;
}

.custom-control-label {
  font-size: 12px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background: var(--color-green);
  background-color: var(--color-green);
  color: #fff !important;
}

.custom-switch.custom-switch-md .custom-control-label::before {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--color-green);
  font-family: 'Italian-Plate-Bold';
  font-size: 15px;
}

.custom-switch.custom-switch-md .custom-control-label::after {
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(1.5rem - 0.25rem));
}

.form-control-text {
  font-size: 15px;
  font-weight: 500;
  padding-left: 15px !important;
  background: #f6f7f9 !important;
  border: none;
  min-height: 55px;
}

.w-75 {
  width: 75% !important;
}

.search-geocomplete {
  background: #f6f7f9;
  border-radius: 0.45rem;
}

.search-geocomplete .icon, .inputs-box-wrap .search_placeholder, .inputs-box-wrap .icon {
  position: absolute;
  top: 30%;
  left: 10px;
}

.search_placeholder {
  background: url("../images/magnifiying-glass.svg") no-repeat;
  background-size: auto;
  background-size: contain;
}

.img-20 {
  width: 20px;
  height: 20px;
}

.search-geocomplete input {
  text-indent: 40px;
}

.form-control-text.form-control-text-white, .badge.badge-white, .kmrs-row {
  background: #fff;
}

.header_icon._icons {
  width: 65px;
  height: 65px;
  background-size: cover;
}

.bag {
  background: url("../images/shopping-bag.svg");
  background-size: auto;
}

.header_icon .rounded-button-icon {
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
}

.header_icon .rounded-button-icon i {
  color: #000;
  font-size: 30px;
}

.kmrs-row {
  background: #fff;
}

.img-60 {
  width: 60px;
  height: 60px;
}

#vue-my-order span.badge {
  text-transform: capitalize;
}

.badge-light {
  color: #737373;
  background-color: #f5f5f5;
}

.font13 {
  font-size: 13px !important;
}

.location {
  background: url("../images/locationNew.svg");
  background-size: auto;
}

.card.fixed-height {
  height: 155px;
}

.truncate-overflow {
  --max-lines: 3;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem;
}

.credit_card {
  background: url("../images/credit-card.svg");
    background-size: auto;
}

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

.favourite {
  background: url("../images/favourite-heart.svg");
  background-size: auto;
}

.width_87 {
  width: 83% !important;
}

.mt-1 {
  margin-top: 2% !important;
}

.category-owlcarousel .nav-link.active::after {
  content: '';
  border-bottom: 3px solid var(--color-green);
  width: 85%;
  display: block;
  position: absolute;
  bottom: 0;
}

.merchant-image-preview, .el-image {
  border-radius: 0.45rem;
}

.ellipsis-2-lines, .ellipsis-3-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ellipsis-5-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.menu-detail {
  font-family: var(--font-pr);
  font-size: 15px;
  line-height: 1.5;
  color: var(--color-green);
  margin-bottom: 1rem;
}

.menu-title {
  font-family: var(--font-ph);
  line-height: 1.5;
  color: var(--color-green);
}

.btn-group label {
  background: #f6f7f9;
  font-size: 12px;
}

.addon-rows .heads {
  background: #f6f7f9;
  padding: 8px;
}

.menu-addon {
  font-size: 17px;
}

.w-70 {
  width: 70% !important;
}

.checkout-title-new {
  font-family: var(--font-ph);
  font-size: 24px;
  color: #000;
  padding-left: 5px;
}

.w-90 {
  width: 90px !important;
}

.qty {
  font-size: 14px;
}

.quantity a.rounded-pill, .rounded-button-icon {
  width: 25px;
  height: 25px;
  display: block;
  background: #b2b2b2;
  color: #fff;
  line-height: 25px;
  text-align: center;
  padding: 0;
}

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

.location-bottom .el-input::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  background-image: url(/themes/smi_v2/assets/images/locationsearch.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 32px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
}

button[disabled], a[disabled="true"] {
  cursor: none;
  pointer-events: none;
}

.loading.btn, .btn:disabled, a[disabled="true"] {
  background: #b2b2b2;
  pointer-events: none; /* evita cualquier clic */
  cursor: not-allowed;   /* opcional, para que se vea como deshabilitado */
}

#main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.btn-black {
  background: #000;
  color: #fff;
  padding: 20px 33px;
}

.btn-black:hover {
  background: var(--color-green);
  color: #fff;
}

.btn-circle i {
  font-size: 18px;
}

.color-black {
  color: #000;
}

.el-breadcrumb__inner a:hover {
  color: var(--color-green);
}

.category-carousel {
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  background: #fff;
}

/* .page-content {
  overflow-x: hidden;
} */

#cmaps {
  background: #f6f7f8;
}

.map-small {
  height: 130px;
  width: 100%;
}

.map-large {
  height: 280px;
  width: 100%;
}

.btn-circle-exit {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}

.btn-circle-exit i {
  font-size: 18px;
}

.list-item-rows, .address-section {
  border: 1px solid #e5e5e5;
  padding: 5px;
  margin-bottom: 15px;
}

#item-suggestion-list .text-truncate {
  max-width: 100px;
}

.btn-grey {
  background: #b2b2b2 !important;
  color: #fff;
  padding: 20px 33px;
}

.btn-grey:hover {
  background: var(--color-green) !important;
  color: #fff;
}

.v-0 {
  vertical-align: 0 !important;
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  padding: 20px 33px;
}

.typeahead__container.loading .pin_placeholder,
.circle-loader,
.loading .show-more,
.loading span.label,
#skeleton-loader,
.sidenav-loader {
  display: none;
}

 

.typeahead__container.loading .small_preloader,
.loading .circle-loader,
.title.loading .skeleton-placeholder,
#skeleton-loader.loading,
.sidenav-loader.loading {
  display: block;
}


/*CSS LOADER*/
[data-loader='circle'].medium,
[data-loader='circle-side'].medium
{
    width: 40px;
    height: 40px;
}

[data-loader='circle']
{
    width: 20px;
    height: 20px;

    -webkit-animation: circle infinite .75s linear;
       -moz-animation: circle infinite .75s linear;
         -o-animation: circle infinite .75s linear;
            animation: circle infinite .75s linear;

    border: 2px solid #000;
    border-top-color: transparent;
    border-radius: 100%;
}
[data-loader='circle-side']
{
    position: relative;

    width: 25px;
    height: 25px;

    -webkit-animation: circle infinite .75s linear;
       -moz-animation: circle infinite .75s linear;
         -o-animation: circle infinite .75s linear;
            animation: circle infinite .75s linear;

    border: 2px solid #fff;
    border-top-color: rgba(0, 0, 0, .2);
    border-right-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2);
    border-radius: 100%;
}

@-webkit-keyframes circle
{
    0%
    {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-moz-keyframes circle
{
    0%
    {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-o-keyframes circle
{
    0%
    {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes circle
{
    0%
    {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
/*END CSS LOADER*/

.order-details-panel {
  transform: translate(360px, 0);
}

.order-details-panel.open {
  transform: translate(0px, 0);
}

.order-details-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 99;
  width: 340px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
  right: 0;
  top: 0;
  padding: 20px;
  padding-right: 25px;
}

.section-cart .items, .divider {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 5px;
}

.link {
  cursor: pointer;
}

.close-panel i {
  font-size: 23px;
}

.lh-0 {
  line-height: 1.2;
}

.font11 {
  font-size: 11px !important;
}

.btn.small {
  padding: 8px;
  font-size: 14px;
}

@keyframes borealisBar {
  0% {
    left: 0%;
    right: 100%;
    width: 0%;
  }
  10% {
    left: 0%;
    right: 75%;
    width: 40%;
  }
  90% {
    right: 0%;
    left: 75%;
    width: 40%;
  }
  100% {
    left: 100%;
    right: 0%;
    width: 0%;
  }
}

.pin_placeholder {
  background: url("../images/placeholder.svg") no-repeat;
    background-size: auto;
  background-size: contain;
}

.search-geocomplete .icon-remove, .inputs-box-wrap .icon-remove {
  position: absolute;
  right: 15px;
  top: 30%;
  cursor: pointer;
}

.list-with-icon-button li {
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
}

i.icon-25 {
  font-size: 25px;
}

.modal-body {
  scroll-behavior: smooth;
}

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

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

.rounded-button-icon:hover {
  background: #000;
  color: #fff;
}

.list-with-icon-button li:hover {
  background: #f6f7f9;
}

.gap-20 {
  gap: 20px;
}

.checkbox-item {
  display: flex;
  align-items: flex-start;
  width: 45%;
}

.checkbox-item input[type="checkbox"] {
  margin-right: 10px;
  transform: scale(1.5);
  margin-top: 5px; /* Alinea el checkbox con el texto */
}

.text-container {
  max-width: calc(100% - 40px); /* Ajusta el tamaño del contenedor de texto */
}

.checkbox-item label {
  font-size: 16px;
  color: var(--color-green);
}

.checkbox-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.2;
}

.checkbox-item a {
  color: var(--color-green);
  text-decoration: none;
}

.checkbox-item a:hover {
  text-decoration: underline;
}

.accent-green {
  accent-color: var(--color-green);
}
 
.el-checkbox__input.is-checked {

  color:#185F30 !important;
}
.el-checkbox__label {
  font-family: var(--font-pb);
  color:#185F30;
}

.el-checkbox.is-bordered.is-checked {
  color:#185F30 !important;
  border-color:#185F30 !important;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
  color:#185F30 !important;
}

.el-checkbox__input.is-checked .el-checkbox__inner  {
  background-color:#185F30 !important;
  border-color:#000;
}
.top-section {
  top: 0;
  z-index: 1000;
  background-color: #fff;
}

.pl-15 {
  padding-left: 15px;
}

.el-affix--fixed {
  margin-top: 45px !important;
}

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

.lh-28 {
  line-height: 28px;
}

.chevron-section-new {
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  min-height: 70px;
  position: relative;
  color: #000;
}

.pickup-carousel {
  display: flex;
  overflow-x: auto;
  padding-bottom: 1rem;
}

.pickup-item {
  flex: 0 0 auto;
  width: 250px;
  margin-right: 10%; /* Increase this margin to add more space between items */
}

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