.socialIcons a:hover {
  color: #FAAB6A;
}

.navItemstheme > ul > li.lgnRegtheme.userLogin {
  background-color: transparent;
  position: relative;
}
.navItemstheme > ul > li.lgnRegtheme.userLogin > a {
  text-transform: initial;
  letter-spacing: 0;
  padding: 8px 16px 8px 0;
  display: flex !important;
  align-items: center;
  column-gap: 6px;
  position: relative;
}
.navItemstheme > ul > li.lgnRegtheme.userLogin > a span.userIcon {
  margin: 0;
}
.navItemstheme > ul > li.lgnRegtheme.userLogin > a span.userIcon img {
  display: block;
  width: 18px;
}
.navItemstheme > ul > li.lgnRegtheme.userLogin > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.navItemstheme > ul > li.lgnRegtheme.userLogin .dropMenu {
  position: absolute;
  top: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  width: 210px;
  text-align: left;
  right: 0;
  display: none;
  z-index: 9;
  padding: 6px 0;
  border-radius: 8px;
}
.navItemstheme > ul > li.lgnRegtheme.userLogin .dropMenu ul li > a {
  padding: 6px 12px;
  display: block;
  color: #1B2126;
  font-size: 14px;
  font-weight: normal;
}
.navItemstheme > ul > li.lgnRegtheme.userLogin .dropMenu ul li > a::after, .navItemstheme > ul > li.lgnRegtheme.userLogin .dropMenu ul li > a::before {
  display: none;
}
.navItemstheme > ul > li.lgnRegtheme.userLogin .dropMenu ul li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

body.bgTheme .modal-content {
  color: #1B2126;
}

.formBtmCol {
  text-align: center;
  font-size: 16px;
  padding: 20px 0 10px;
}
.formBtmCol a {
  text-decoration: underline;
}

.forgotPwdLink {
  text-align: right;
}
.forgotPwdLink a {
  text-decoration: underline;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.btn.lgBtn {
  padding: 15px 25px;
}

.btn_primary {
  position: relative;
  z-index: 2;
  background-color: var(--primary-theme-color);
  min-width: 170px;
  cursor: pointer;
  color: #FFFFFF;
}
.btn_primary:hover {
  color: #FFFFFF;
  background-color: var(--primary-theme-color);
}
.btn_primary::before {
  content: "";
  background-color: var(--primary-theme-color);
  position: absolute;
  left: 20%;
  right: 20%;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: all 300ms ease-in-out 0s;
  border-radius: 6px;
}
.btn_primary:hover::before {
  left: 0%;
  right: 0%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1);
}

#loginModal .modalForm .lgBtn, #registerModal .modalForm .lgBtn {
  width: 100%;
}

.sideLinesDivider {
  padding: 25px 20px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.sideLinesDivider > .dividerText {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c1c5d0;
  font-weight: 600;
}
.sideLinesDivider > .dividerText::before, .sideLinesDivider > .dividerText::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  margin-top: -1px;
  border-top: 2px solid #f1f1f4;
}
.sideLinesDivider > .dividerText::before {
  right: 100%;
}
.sideLinesDivider > .dividerText::after {
  left: 100%;
}

.modalStyle .mdlContentWd {
  margin: 0 auto;
  width: 472px;
  max-width: 100%;
}
.modalStyle .modal-title {
  color: var(--primary-theme-color) !important;
}
.modalStyle .modal-content {
  padding: 20px;
  border-radius: 0;
  border: none;
}
.modalStyle .modal-body {
  padding: 10px !important;
}
.modalStyle .mdlCloseBtn {
  width: 36px;
  height: 36px;
  border: none;
}
.modalStyle .mdlCloseBtn img {
  display: block;
  margin: 0 auto;
}

.signInWith > ul > li {
  padding: 5px 0;
}
.signInWith > ul > li + li {
  margin-top: 10px;
}
.signInWith .btn {
  box-shadow: 0 0 10px rgba(192, 192, 222, 0.35);
  padding: 20px 60px;
  text-transform: none;
  position: relative;
  width: 100%;
}
.signInWith .btn .signInBtnIcon {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  text-align: center;
  display: inline-block;
}

.custom-control {
  --checkSpace: 24px;
  --checkBg: #0B1315;
  position: relative;
  display: block;
  min-height: var(--checkSpace);
  padding-left: var(--checkSpace);
}
.custom-control .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--checkBg);
  background-color: var(--checkBg);
}
.custom-control .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-control .custom-control-label {
  margin-bottom: 0;
}
.custom-control .custom-control-label::before, .custom-control .custom-control-label::after {
  content: "";
  width: calc(var(--checkSpace) - 8px);
  height: calc(var(--checkSpace) - 8px);
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 5px;
}
.custom-control .custom-control-label::before {
  background-color: transparent;
  border: 1px solid #e2e4eb;
}
.custom-control .custom-control-label::after {
  background-size: 8px auto;
  background-position: center;
  background-repeat: no-repeat;
}

#openinghours.modalStyle .mdlContentWd {
  width: 100%;
}
#openinghours.modalStyle .hoursList > h5 + ul {
  margin-top: 15px;
}
#openinghours.modalStyle .hoursList > ul > li {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
}
#openinghours.modalStyle .hoursList > ul > li > span {
  position: absolute;
  left: 0;
  top: 0;
}
#openinghours.modalStyle .hoursList > ul > li p {
  margin-bottom: 10px;
}

#openinghours .modalForm.borderCol.mt-3.pt-4 {
  margin-top: 0 !important;
  padding-top: 15px !important;
}

#lblCartCount {
  background-color: #0E1317;
  padding: 2px 4px;
  border-radius: 4px;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FAAB6A;
}

.headerSection {
  border-bottom: none !important;
  padding: 0 !important;
  background-color: transparent !important;
}

.logoCol img {
  max-height: 50px;
  width: auto;
}

@media (max-width: 991px) {
  .headerCol {
    padding: 20px 0;
  }
}

.specialSelectionCol .ssBtnCol .cuisineBadgeStyle {
  margin: 0;
}

.multiPagination .LinkDecorationHref {
  color: white !important;
  font-size: 16px;
  letter-spacing: 1px;
}
.multiPagination .LinkDecorationHref strong {
  font-weight: normal;
}
.multiPagination .LinkDecorationHref i {
  font-size: 110%;
}
.multiPagination .LinkDecorationHref i.fa-chevron-left::before {
  content: "\f104";
}
.multiPagination .LinkDecorationHref i.fa-chevron-right::before {
  content: "\f105";
}

.mobile_footer_tape {
  position: relative;
  z-index: 999;
  display: none;
  color: #1B2126;
}
.mobile_footer_tape .pageContent {
  padding: 0;
  position: relative;
}
@media (max-width: 1199px) {
  .mobile_footer_tape {
    display: block;
  }
  .mobile_footer_tape .sidebarright {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    margin: 0;
    overflow-y: inherit;
    transition: all 300ms ease-in-out 0s;
    transform: translateY(200%);
  }
  .mobile_footer_tape .nwCartMain {
    background-color: #FFFFFF;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.14);
    border-radius: 30px 30px 0 0;
    padding: 15px;
  }
  .mobile_footer_tape .nwCartMain .nwCartTitle {
    position: relative;
    padding: 0 0 15px;
    border-bottom: 1px solid #E3E3E3;
  }
  .mobile_footer_tape .nwCartMain .nwCartTitle h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .mobile_footer_tape .nwCartMain .nwCartTitle .cartBackIcon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -6px;
  }
  .mobile_footer_tape .nwCartMain .nwCartTitle .cartBackIcon img {
    display: block;
  }
  .mobile_footer_tape .nwCartInner {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 0 70px;
  }
  .mobile_footer_tape .cartCardImg {
    width: 50px;
  }
  .mobile_footer_tape .cartCardImg img {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    object-fit: cover;
  }
}
.mobile_footer_tape .nwaddDetailInner {
  margin-top: 25px;
}
.mobile_footer_tape .nwaddDetail {
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.mobile_footer_tape .nwaddDetail h2 {
  font-size: 14px;
  margin: 0;
}
.mobile_footer_tape .nwaddDetail p {
  margin: 0 0 2px;
  font-size: 14px;
  line-height: 1.2;
  color: #130F26;
}
.mobile_footer_tape .textandwordWrap span {
  font-size: 10px;
  display: inline-block;
}
.mobile_footer_tape .sizeCol > p {
  font-size: 12px;
  margin: 0;
}
.mobile_footer_tape .edRMainCol {
  padding-top: 10px;
}
.mobile_footer_tape .rEdCol ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
}
.mobile_footer_tape .rEdCol ul li + li {
  margin-left: 15px;
}
.mobile_footer_tape .rEdCol ul li span {
  display: inline-block;
  vertical-align: middle;
}
.mobile_footer_tape .rEdCol ul li span img {
  display: block;
}
.mobile_footer_tape .cart-inc-dec .quantity {
  border: 1px solid #dddddd;
  width: 84px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mobile_footer_tape .cart-inc-dec .quantity .minus {
  border: 0;
  background-color: transparent;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  box-shadow: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDExIDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTAuNSAxSDEwLjUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  height: 100%;
  width: 26px;
  flex: 0 0 auto;
  border-radius: 30px 0px 0px 30px;
  box-shadow: none;
}
.mobile_footer_tape .cart-inc-dec .quantity .qty {
  font-size: 14px;
  font-weight: 400;
  width: 25px;
  height: 100%;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #000;
  flex: 1 0 0;
  text-align: center;
}
.mobile_footer_tape .cart-inc-dec .quantity .plus {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgMVYxMSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xIDZIMTEiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  height: 100%;
  width: 26px;
  flex: 0 0 auto;
  border-radius: 0px 30px 30px 0px;
  box-shadow: none;
}
.mobile_footer_tape .addchilliSelect {
  position: relative;
  transition: all 300ms ease-in-out 0s;
}
.mobile_footer_tape a.removeStyle {
  color: #d33315;
}
.mobile_footer_tape .nwaddText h3 {
  font-size: 16px;
  color: #130F26;
  font-weight: 700;
  margin: 0;
}

.floatingCart {
  padding: 15px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px 30px 0 0;
  z-index: 7;
}

.btn.payBtn {
  font-size: 14px;
  line-height: 1.3;
}

.blogSliderSwiper .swiper-slide {
  height: auto;
}
.blogSliderSwiper .blogCardCol {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .blogSliderSwiper .blogCardCol .blogContent .blogContent {
    padding: 25px 15px;
  }
}
.blogSliderSwiper .blogCardCol .blogContent h3 {
  font-size: 26px;
}
@media (max-width: 1399px) {
  .blogSliderSwiper .blogCardCol .blogContent h3 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .blogSliderSwiper .blogCardCol .blogContent h3 {
    font-size: 20px;
  }
}
.blogSliderSwiper .blogCardCol .blogContent h3 + span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .blogSliderSwiper .blogCardCol .blogContent h3 + span {
    font-size: 14px;
  }
}
.blogSliderSwiper .blogCardCol .blogImg {
  padding-left: 80px;
  min-height: auto;
  height: auto;
}
@media (max-width: 1399px) {
  .blogSliderSwiper .blogCardCol .blogImg {
    padding-left: 50px;
  }
}
@media (max-width: 575px) {
  .blogSliderSwiper .blogCardCol .blogImg {
    padding-left: 0px;
  }
}
.blogSliderSwiper .blogCardCol .blogImg img {
  height: auto;
  width: 100%;
  object-fit: cover;
  position: static;
  padding: 0;
  object-position: center;
  aspect-ratio: 1/1.2;
}
@media (max-width: 575px) {
  .blogSliderSwiper .blogCardCol .blogImg img {
    aspect-ratio: 1.4/1;
  }
}
@media (max-width: 575px) {
  .blogSliderSwiper .blogCardCol .blogBtn .blogBtn {
    bottom: 15px;
  }
}

@media (max-width: 1199px) {
  .cartSlide .mobile_footer_tape .sidebarright {
    transform: translateY(0%);
  }
  .p2pCol {
    padding: 20px 15px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 0 0;
    z-index: 9999;
  }
  .priceLgText {
    font-size: 22px;
    font-weight: bold;
  }
  html.cartSlide {
    position: relative;
    overflow: hidden;
  }
  html.cartSlide::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 300ms ease-in-out 0s;
    background-color: rgba(19, 15, 38, 0.8);
    z-index: 100;
  }
}

.logoCol {
    display: flex;
    align-items: center;
    --logo-width: auto;
    --logo-height: 60px;
    max-width: 130px;
    height: var(--logo-height);
    background-color: #4e3927;
    border-radius: 50%;
}
.logoCol img {
    max-width: 100%;
    object-fit: contain;
    max-height: var(--logo-height);
}

/*# sourceMappingURL=home-style.css.map */
