/* newthemechangeui.css */
.tBarOptions {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tBarOptions > li {
  font-size: 14px;
  padding-left: 30px;
  position: relative;
}
.tBarOptions > li img {
  position: absolute;
  left: 0;
  top: 50%;
  max-width: 16px;
  transform: translate(0, -50%);
}
.tBarOptions > li + li {
  margin-left: 40px;
}
.tBarOptions > li + li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 1px;
  height: 18px;
  background-color: var(--white);
  transform: translateY(-50%) rotate(24deg);
}
.filterCol {
  text-align: right;
}
.filterCol > a {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
}
.menuPageContent .fixedOnScroll .bookbtn.bookbntmtTop {
  margin: 0 !important;
}
.menuCard {
  border: 1px solid rgba(150, 105, 51, 0.3);
  padding: 5px;
  height: 100%;
  min-height: 167px;
  border-radius: 14px;
}
.menuCardImg {
  width: 144px;
  height: 144px;
}
.menuCardImg > img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item_active .menuCard {
  border-color: var(--primary);
  border-width: 2px;
}
.menuContent {
  padding: 2px 0 32px;
  position: relative;
  height: 100%;
}
.menuContent > h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menuContent > h5 {
  font-size: 16px;
  color: inherit;
  margin-bottom: 5px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menuContent > p {
  font-size: 14px;
  margin: 0;
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menuContent .proSelectOption ul {
  display: flex;
  justify-content: flex-start;
  padding: 2px 0;
}
.menuContent .proSelectOption ul li .customOption {
  padding-left: 0;
  min-height: 0;
  margin-bottom: 0;
}
.menuContent .proSelectOption ul li .customOption .form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
.menuContent .proSelectOption ul li .customOption input:checked ~ .form-check-label img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.menuContent .proSelectOption ul li .customOption label img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
  opacity: 0.7;
  width: 18px;
}
.menuContent .proSelectOption ul li .customOption label:before, .menuContent .proSelectOption ul li .customOption label:after {
  opacity: 0;
  visibility: hidden;
}
.menuContent .proSelectOption ul li + li {
  margin-left: 5px;
}
/* Hide allergen checkboxes in product view (freeOption section) */
.freeOption .customOption {
  padding-left: 0;
  min-height: 0;
  margin-bottom: 0;
}
.freeOption .customOption .form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
.freeOption .customOption .form-check-label img {
  width: 24px;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
  margin: 0 auto;
}
.freeOption .customOption .form-check-input:checked ~ .form-check-label img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
/* Neutralize style-inner.css generic form-check label rules and Bootstrap disabled-label opacity */
.menuContent .proSelectOption ul li .customOption .form-check-label {
  padding-left: 0;
  position: static;
  opacity: 1;
}
.menuContent .proSelectOption ul li .customOption .form-check-input:disabled ~ .form-check-label,
.menuContent .proSelectOption ul li .customOption .form-check-input[disabled] ~ .form-check-label {
  opacity: 1;
}
.freeOption .customOption .form-check-label {
  padding-left: 0;
  position: static;
  opacity: 1;
}
.freeOption .customOption .form-check-input:disabled ~ .form-check-label,
.freeOption .customOption .form-check-input[disabled] ~ .form-check-label {
  opacity: 1;
}
.menuContent .btn_primary::before {
  display: none;
}
.menuContent .ratingTag {
  color: var(--ratting);
}
.menuContent .mnRightCol ul li span.vegIcon {
  display: block;
}
.menuContent .mnRightCol ul li span.vegIcon .typeLbl {
  border-radius: 6px;
}
.menuContent .mnRightCol ul li span.vegIcon .typeLbl::before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mnRightCol ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.mnRightCol ul li .addToFav {
  margin-bottom: 0;
}
.mnRightCol ul li + li {
  margin-left: 5px;
}
.mnRightCol ul li .addChilli .custom-select {
  padding: 2px 15px 2px 5px;
  height: auto;
  font-size: 13px;
  background-size: 5px 7px;
  background-position: right 4px center;
  width: 52px;
  border-radius: 5px;
}
.mnRightCol ul li .addChilli .custom-select:focus {
  border-color: var(--border);
  outline: 0;
  box-shadow: none;
}
.vegIcon img {
  display: block;
}
.mPrice > h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: inherit;
}
.mBtn {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 6px;
}
.btn.btn-sm.add-to-cart {
  padding: 12px !important;
  min-height: auto !important;
}
.btnIcon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  transition: color 260ms ease, background 260ms ease, box-shadow 260ms ease;
}
.mBtn .btn_primary.smBtn {
  font-size: 12px;
  min-width: 66px;
  padding: 2px 8px;
  border-radius: 8px;
  gap: 4px;
  min-height: 30px;
  border-width: 1px;
}
.mBtn .btn_primary img {
  width: 10px;
}
.mBtn .btn_primary.smBtn:hover {
  box-shadow: 0 12px 30px rgba(38, 23, 17, 0.14);
}
.mBtn .btn_primary.smBtn.disabled,
.mBtn .btn_primary.smBtn:disabled {
  opacity: 1;
  cursor: not-allowed;
  color: var(--muted);
  background: var(--deep);
  border-color: var(--border);
  box-shadow: none;
}
.mBtn .btn_primary.smBtn.disabled:hover,
.mBtn .btn_primary.smBtn:disabled:hover {
  color: var(--muted);
  background: var(--deep);
  border-color: var(--border);
  box-shadow: none;
}
.pagStyle {
  padding-top: 50px;
}
.pagStyle ul {
  justify-content: center;
}
.pagStyle ul li + li {
  margin-left: 8px;
}
.pagStyle ul .page-link {
  width: 42px;
  height: 42px;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50% !important;
  font-size: 20px;
  border-color: var(--border);
  color: var(--dark);
}
.pagStyle ul .page-link.active {
  background-color: var(--primary);
  color: var(--white);
}
.pagStyle ul .page-link:focus {
  box-shadow: none;
}
.pagStyle ul .page-link:hover {
  background-color: var(--primary);
  color: var(--white);
}
.pagStyle ul .page-link:hover img {
  filter: brightness(0) invert(1);
}
/* filterModalStyle */
.modal.filterModalStyle {
  z-index: 1051;
}
.modal_header {
  position: relative;
  padding: 20px 60px 20px 35px;
}
.modal_header .modal-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--dark);
}
.modal_header .close {
  position: absolute;
  right: 30px;
  top: 20px;
  opacity: 1;
  font-size: 36px;
  font-weight: 500;
}
.modal_header .filterModalClose {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: var(--dark);
  opacity: 0.6;
  padding: 0 4px;
  cursor: pointer;
}
.modal_header .filterModalClose:hover {
  opacity: 1;
}
.filterModalStyle .modal-content {
  border-radius: 18px;
  border: 0;
}
.filterSelectCol {
  padding: 0 35px 40px;
}
.filterLinkOpt {
  display: block;
  background-color: var(--light);
  padding: 14px 50px 14px 20px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  color: var(--dark);
  position: relative;
}
.filterLinkOpt::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  pointer-events: none;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.filtercard-body {
  padding: 20px 20px 0;
}
.selectOptChk {
  display: block;
  margin-bottom: 10px;
}
.selectOptChk input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.selectOptChk label {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 42px;
  font-size: 18px;
  font-weight: 500;
  color: var(--ink);
}
.selectOptChk label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid rgba(108, 117, 125, 0.5);
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  height: 28px;
  border-radius: 4px;
}
.selectOptChk input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 11px;
  width: 6px;
  height: 14px;
  border: solid var(--dark);
  border-width: 0 2px 2px 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filtercard + .filtercard {
  margin-top: 10px;
}
.cartSection {
  color: var(--dark);
}
.cartTitle {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
}
.cartCardImg {
  width: 70px;
}
.cartCardImg > img {
  width: 100%;
  height: 72px;
  border-radius: 12px;
  object-fit: cover;
}
.cartCardContent > h2 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.cartCardContent > p {
  margin: 0;
  color: var(--ink);
  font-size: 12px;
  padding-bottom: 6px;
}
.cartCardContent .cart-inc-dec .quantity .minus, .cartCardContent .cart-inc-dec .quantity .plus,
.cartCardContent .cart-inc-dec .quantity .minus2, .cartCardContent .cart-inc-dec .quantity .plus2 {
  box-shadow: none;
  font-size: 20px;
  font-weight: 400;
  width: 28px;
  height: 28px;
}
.cartCardContent .cart-inc-dec .quantity .minus,
.cartCardContent .cart-inc-dec .quantity .minus2 {
  font-size: 24px;
}
.cartCardContent .cart-inc-dec .quantity input.qty {
  border: 0;
  box-shadow: none;
  background-color: var(--white);
  color: var(--dark);
  font-size: 14px;
  font-weight: 600;
  width: 25px;
}
.blog-item .extrait-post p {
  background-color: transparent !important;
}
.cartRightCol {
  text-align: right;
}
.cDeltIcon {
  width: 25px;
  height: 25px;
  border: 1px solid var(--border);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-bottom: 6px;
}
.cDeltIcon > a {
  display: block;
}
.cDeltIcon > a > img {
  display: block;
}
.cPriceText > p {
  margin: 0;
  font-size: 12px;
  color: var(--ink);
}
.cPriceText span {
  display: block;
  font-weight: 600;
}
.cartText {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 600;
  font-style: italic;
  padding-top: 3px;
}
.cartText.vegText {
  color: var(--success);
}
.cartCardStyle {
  border-bottom: 1px solid var(--border);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.cartTotalPrice h4 {
  font-size: 18px;
}
.proceedModalStyle .modal-content {
  border: 0;
  text-align: center;
  border-radius: 45px;
}
.confirmModl {
  padding: 40px;
}
.confirmModl > h3 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 45px;
  color: var(--dark);
}
.confirmModl > h6 {
  font-size: 26px;
  font-weight: 600;
  color: var(--dark);
  padding: 25px 0 10px;
}
.confirmModl > p {
  font-size: 20px;
}
.confirmBtn {
  border-top: 1px solid var(--border);
}
.cBtnStyle .btn {
  width: 100%;
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 34px 20px;
}
.cBtnStyle .btn.btn_light {
  background-color: var(--white);
  border-radius: 0 0 0 45px;
}
.cBtnStyle .btn.btn_primary {
  border-radius: 0 0px 45px 0px;
}
.topLinksCol {
  overflow: hidden;
  padding: 5px;
}
.topLinksSwiper .swiper-slide {
  width: auto;
}
.topLinksSwiper {
  position: relative;
  overflow: initial;
  margin-left: 20px;
  margin-bottom: 30px;
}
.topLinksSwiper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid var(--border);
}
.topLink {
  padding: 12px 0;
  display: inline-block;
  color: var(--ink);
  font-size: 14px;
  position: relative;
}
.topLink:hover {
  color: var(--primary);
}
.topLink.active, .topLink.active:hover {
  color: var(--primary);
  font-weight: 600;
}
.topLink.active::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid var(--primary);
}
.swiperArrowStyle .swiper-button-prev::after,
.swiperArrowStyle .swiper-button-next::after {
  display: none;
}
.swiperArrowStyle .swiper-button-prev img,
.swiperArrowStyle .swiper-button-next img {
  width: 8px;
  position: relative;
}
.swiperArrowStyle .swiper-button-prev {
  left: -20px;
  padding: 10px 0 10px 15px;
}
.swiperArrowStyle .swiper-button-next {
  right: -20px;
  padding: 10px 15px 10px 0;
}
.swiperArrowStyle .swiper-button-prev, .swiperArrowStyle .swiper-button-next {
  width: 38px;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.swiperArrowStyle .swiper-button-prev::before, .swiperArrowStyle .swiper-button-next::before {
  content: "";
  width: 38px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  border-radius: 50px;
  top: 0px;
  bottom: 0px;
  border: 1px solid var(--border);
  background-color: var(--white);
}
.swiperArrowStyle .swiper-button-next::before {
  left: -2px;
}
.swiperArrowStyle .swiper-button-prev::before {
  right: -2px;
}
.swiperArrowStyle .swiper-button-next.swiper-button-disabled, .swiperArrowStyle .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.revTitle {
  font-weight: 700;
}
.openingHr {
  font-size: 18px;
  font-weight: 700;
}
.openingHr h4 {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 10px;
}

/******* single-product page start **********/
.pageSpace2 {
  padding: 20px 0 60px;
}
.backToMenu {
  padding: 20px 0;
  position: sticky;
  top: 0;
  background-color: var(--lightBg);
  z-index: 999;
}
.backToMenu a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-size: 18px;
  font-weight: 600;
}
.backToMenu a:hover {
  color: var(--primary);
}
.sProImgCol {
  width: 520px;
  height: 100%;
}
.sProImgCol img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sProTextCol .heading h1{
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 12px;
  margin-top: 10px;
}
.sProdishType {
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
}
.sProdishType > span {
  display: inline-block;
  vertical-align: middle;
}
.sProdishType > span > img {
  display: block;
  margin-right: 10px;
}
.sProRatting {
  text-align: right;
  margin-top: 10px;
  margin-left: 15px;
}
.sProRatting .starlinks > i {
  color: var(--ratting);
}
.sProRatting .starlinks {
	display: flex;
	justify-content: end;
	gap: 3px;
}
.sProTym {
  padding-top: 10px;
}
.sProTym > h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: inherit;
  display: flex;
  justify-content: end;
  align-items: center;
}
.sProTym > h4 .sProClockIcon {
  padding-right: 5px;
}
.sProTym > h4 .sProClockIcon > img {
  width: 16px;
}
.sProDetailText {
  padding: 20px 0 15px;
  max-width: 100%;
}
.sProDetailText > h3 {
  font-size: 16px;
  font-weight: 700;
}
.sProDetailText > p {
  margin: 0;
  color: inherit;
  opacity: 0.7;
}
.sProDetailText .moretext {
  display: none;
}
.sProDetailText .moreless-button {
  color: var(--primary);
}
.block.sProBlock .mainTitle h6 {
  font-size: 16px;
}
.sProBlock .listView .form-check-label,
.sProChoose .listView .form-check-label {
  font-size: 14px;
  text-transform: capitalize;
  color: var(--ink);
}
.sProBlock .form-check-input {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid var(--ink);
  background-color: var(--white);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 2px;
  cursor: pointer;
  flex-shrink: 0;
}
.sProBlock .form-check-input[type="radio"] { border-radius: 50%; }
.sProBlock .form-check-input[type="checkbox"] { border-radius: 3px; }
.sProBlock .form-check-input[type="radio"]:checked {
  background-color: var(--ink);
  border-color: var(--ink);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.sProBlock .form-check-input:focus { box-shadow: none; outline: none; }
.sProChoose .form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
.radioStyle .form-check-input:checked {
  background-color: var(--ink);
  border-color: var(--ink);
}
.form-check.radioStyle .form-check-input {
  margin-top: 6px;
}
.quantityStyle2.cart-inc-dec .quantity {
  max-width: 90px;
  border: 1px solid var(--border);
  height: 32px;
  border-radius: 50px;
}
.quantityStyle2.cart-inc-dec .quantity span, .quantityStyle2.cart-inc-dec .quantity input {
  width: 35px;
  height: 100%;
  border: 0;
  box-shadow: none;
  background-color: transparent;
  font-size: 16px;
  color: var(--ink);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quantityStyle2.cart-inc-dec .quantity span.qty, .quantityStyle2.cart-inc-dec .quantity input.qty {
  font-size: 16px;
}
.quantityStyle2.cart-inc-dec .quantity.active {
  border-color: var(--primary);
}
.sProInnerCol .status-period ul li {
  vertical-align: top;
}
.sProChoose {
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 30px;
}
.sProChoose .listView {
  padding: 15px;
  overflow-y: auto;
  border-top: 1px solid var(--border);
}
.sProChoose .listView::-webkit-scrollbar {
  width: 3px;
}
.sProChoose .listView::-webkit-scrollbar-track {
  background-color: var(--light);
  border-radius: 10px;
}
.sProChoose .listView::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 10px;
}
.listView .form-check.radioStyle.lableDes {
  padding-left: 30px;
}
.sProBlock .listView .form-check-input {
  position: absolute;
  left: 30px;
  top: 0;
}
.sProChoose .listView .dishChoose {
  position: relative;
  display: block;
  padding-left: 28px;
}
.sProChoose .listView .dishChoose .vegIcon {
  position: absolute;
  left: 0;
  top: 4px;
}
.sProChoose .listView .dishChoose .vegIcon img {
  max-width: 12px;
}
.block.sProBlock {
  min-width: 290px;
  margin-bottom: 20px;
}
.sProChoose .dishChoose .typeLbl {
  position: absolute;
  left: 0;
  top: 8px;
  margin: 0;
}
.sProChooseTitle {
  padding: 15px;
  border-radius: 10px 10px 0 0;
  background-color: var(--primary);
  position: relative;
}
.sProChooseTitle > h6 {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  color: var(--white);
}
.sProBtnBlog .btn {
  min-width: 130px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 13px;
  text-transform: capitalize;
}
.cart-inc-dec .quantity {
  border: 1px solid var(--border) !important;
  width: 88px;
  height: 30px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cart-inc-dec .quantity .minus {
  border: 0 !important;
  background-color: transparent;
  height: auto;
  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 !important;
  height: 100% !important;
  width: 26px !important;
  flex: 0 0 auto !important;
  border-radius: 30px 0px 0px 30px !important;
  box-shadow: none !important;
}
.cart-inc-dec .quantity .qty {
  font-weight: 500;
  height: 100%;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--dark) !important;
  flex: 1 0 0 !important;
}
.cart-inc-dec .quantity .plus {
  width: 100%;
  border: 0 !important;
  background-color: transparent;
  height: 100%;
  box-shadow: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgMVYxMSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xIDZIMTEiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0 !important;
  height: 100% !important;
  width: 26px !important;
  flex: 0 0 auto !important;
  border-radius: 0px 30px 30px 0px !important;
  box-shadow: none !important;
}

/******* single-product page end **********/
.customFixBar .totalPriceColumn {
  padding: 15px 0;
  max-width: 100%;
  border-top: 0;
  box-shadow: none;
}
.favTble {
  padding-top: 20px;
}
.middleWrapper .customContent {
  padding-top: 20px;
}
.comment-content .starlinks > i {
  color: var(--ratting);
  font-size: 16px;
}
.shareCol a {
  font-size: 14px;
  color: var(--dark);
}
.shareCol a > img {
  width: 15px;
  margin-right: 2px;
}
.likeDislike {
  text-align: right;
}
.likeDislike > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.likeDislike > ul > li + li {
  margin-left: 10px;
}
.ldIcon {
  display: inline-block;
  position: relative;
}
.commentDate, .shareCol, .likeDislike {
  color: var(--ink);
}
.commentDate {
  position: absolute;
  top: 5px;
  right: 0;
}
.productDetailPage .tabcontent {
  min-height: auto;
}
.productDetailPage .tabsInfo p {
  line-height: 1.8;
  color: var(--dark);
  opacity: 0.8;
  padding-top: 14px;
}
.productDetailPage .sProImgCol {
  width: 380px;
}
.productDetailPage .sProDetailCol {
  margin-bottom: 40px;
}
.status-period.tabMbCol {
  display: none;
}
.proTitle > h3 {
  font-size: 20px;
  font-weight: 700;
}
.fixedOnScroll {
  top: 88px !important;
}
.summaryInfo.reservationInfo {
  padding-bottom: 20px;
}
.testimonialCol .testimonialSlider .testimonialCard .commentIcon svg path {
  color: var(--primary);
}
.pageContent {
  padding: 60px 0 120px;
  position: relative;
}
.pageContent .menuPageContent {
  margin-bottom: 0;
}
.menuPageContent .menuInfo:first-child {
  border-top: 0;
}
.menuPageContent .customContent .content .tablinks {
  background: transparent;
  cursor: pointer;
  height: 40px;
  position: relative;
  display: inline-block;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: auto;
  color: inherit;
  max-width: none;
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 500;
  border-radius: 14px 14px 0 0;
  border: 1px solid var(--border);
  text-transform: capitalize;
  white-space: nowrap;
}
.menuPageContent .customContent .content .tablinks + .tablinks {
  margin-left: 5px;
}
.menuPageContent .customContent .content .tablinks.active {
  background-color: var(--primary);
  font-weight: 600;
  color: var(--white);
}
.menuPageContent .menuSection {
  background-color: var(--lightBg);
  border-bottom: 1px solid var(--lightBg);
}
.customContent .content .wrapper_tabcontent {
  background-color: inherit;
}
.menuPageContent .menuSection .tabs h4 {
  font-size: 20px;
}
.menuPageContent .customContent {
  padding: 0;
  background-color: transparent;
}
.menuPageContent .customContent .content .tabs {
  border-bottom: 0;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  width: 660px;
}
.menuPageContent .customContent .content .tabs h4 {
  font-size: 20px;
  font-weight: 600;
}
.menuPageContent .menuInfo {
  border-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border);
}
.menuPageContent .menuInfo > a {
  color: inherit;
  padding: 5px 15px 5px 10px;
}
.menuCollapse ul > li > a {
    color: inherit;
    opacity: 0.8;
}
.menuPageContent .menuInfo > a::after {
  width: 3px;
  border-radius: 0 5px 5px 0;
  top: 5px;
  bottom: 0;
  height: auto;
  transform: none;
  background-color: transparent;
}
.menuPageContent .menuInfo > a.active::after {
  background-color: var(--dark);
}
.menuPageContent .menuInfo > a::before {
  color: var(--ink);
  font-weight: lighter;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 6l6 6l-6 6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
  width: 24px;
  height: 24px;
}
.nwCartMain .nwCartTitle {
  padding: 15px 0 10px;
  border-bottom: 1px solid var(--border);
}
.nwCartMain .nwCartTitle h2 {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: left;
}
.sidebarright {
  margin-left: 0;
}
.sidebarCol {
  min-height: 100%;
  padding-top: 15px;
  width: 240px;
}
.sidebarright .scheduleOrderCol {
  padding: 15px 0 0;
  background-color: transparent;
}
.textandwordWrap span {
  font-size: 10px;
  display: inline-block;
}
.cart-inc-dec .quantity .minus,
.cart-inc-dec .quantity .plus,
.cart-inc-dec .quantity .minus2,
.cart-inc-dec .quantity .plus2 {
  box-shadow: none;
  font-size: 20px;
  font-weight: 400;
  width: 28px;
  height: 28px;
}
.cart-inc-dec .quantity .minus,
.cart-inc-dec .quantity .minus2 {
  font-size: 24px;
}
.cart-inc-dec .quantity input.qty {
  border: 0;
  box-shadow: none;
  background-color: var(--white);
  color: var(--dark);
  font-size: 14px;
  font-weight: 600;
  width: 25px;
}
.cart-inc-dec .quantity .plus,
.cart-inc-dec .quantity .plus2 {
  border-radius: 0 4px 4px 0px;
}
.fixedCenterScroll .menuSection {
  position: sticky;
  top: 54px;
  z-index: 4;
  padding: 15px 0 0;
}
.fixedCenterScroll .pageInfo {
  height: 100%;
}
.fixedCenterScroll .customContent {
  height: 100%;
}
.fixedCenterScroll .content {
  height: 100%;
}
.addToFav {
  display: inline-block;
  text-align: center;
  color: var(--dark);
  font-weight: 700;
}
.addToFav .favHeart {
  position: relative;
  display: block;
}
.addToFav .favHeart > span {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.addToFav .favHeart > span i {
  display: block;
  color: var(--dark);
  font-weight: 700;
  font-size: 18px;
}
.addToFav .favHeart > span i.filledHeart {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
}
.addToFav .favLblText {
  cursor: pointer;
}
.likeHeart input[type=checkbox] {
  position: absolute;
  top: 0px;
  opacity: 0;
}
.likeHeart input[type=checkbox]:checked ~ label .favHeart .filledHeart {
  opacity: 1;
  visibility: visible;
}
.product-item-col {
  margin-top: 15px;
}
.cartCol > i {
  color: var(--white) !important;
}
.nwaddDetail .cart-inc-dec .quantity input.qty {
  background-color: var(--white);
}
.topSpace {
  padding-top: 0 !important;
  margin-top: 0px !important;
}
/*** floating cart ***/
.floatingCart {
  padding: 15px 20px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px 30px 0 0;
  z-index: 7;
}
.floatingCart .cartPrice {
  font-size: 18px;
  font-weight: bold;
}
.floatingCart .cartPrice > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.floatingCart .cartPrice > span + span {
  margin-left: 5px;
}
.floatingCart .cartPrice > span > img {
  display: block;
}
.mobile_footer_tape {
  display: none;
}
.totalPriceColumn {
  z-index: 7;
  background-color: var(--lightBg);
}
.totalPriceColumn .col-sm.pb-2.pb-sm-0 {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.chosenBox .sProBlock .listView {
  overflow-y: auto;
  max-height: 320px;
}
.chosenBox .sProBlock .listView::-webkit-scrollbar {
  width: 5px;
}
.chosenBox .sProBlock .listView::-webkit-scrollbar-track {
  background-color: var(--light);
  border-radius: 10px;
}
.chosenBox .sProBlock .listView::-webkit-scrollbar-thumb {
  background-color: var(--ink);
  border-radius: 10px;
}
body .pageTitle {
  background-color: transparent !important;
  color: inherit !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body .topSpace .pageTitle {
  color: inherit !important;
}
/** empty-cart ******/
.tabcontent > .tabsInfo > .subcategory_name {
  background: var(--lightBg);
  display: block;
  padding: 6px 15px;
  border-radius: 5px;
  margin-top: 15px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tabcontent > .tabsInfo > .subcategory_name strong {
  font-weight: 400;
}
.emptyCartCol {
  background-color: var(--lightBg);
  padding: 40px 20px 20px;
  position: relative;
}
.emptyCartCol::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.emptyCartCol > h3 {
  font-size: 20px;
  font-weight: 700;
}
.emptyCartCol p a {
  font-weight: 600;
}
.emptyCartIcon svg #oval,
.emptyCartIcon svg #plus,
.emptyCartIcon svg #diamond,
.emptyCartIcon svg #bubble-rounded {
  -webkit-animation: plopp 4s ease-out infinite;
  animation: plopp 4s ease-out infinite;
}
.emptyCartIcon svg #oval:nth-child(1),
.emptyCartIcon svg #plus:nth-child(1),
.emptyCartIcon svg #diamond:nth-child(1),
.emptyCartIcon svg #bubble-rounded:nth-child(1) {
  -webkit-animation-delay: -240ms;
  animation-delay: -240ms;
}
.emptyCartIcon svg #oval:nth-child(2),
.emptyCartIcon svg #plus:nth-child(2),
.emptyCartIcon svg #diamond:nth-child(2),
.emptyCartIcon svg #bubble-rounded:nth-child(2) {
  -webkit-animation-delay: -480ms;
  animation-delay: -480ms;
}
.emptyCartIcon svg #oval:nth-child(3),
.emptyCartIcon svg #plus:nth-child(3),
.emptyCartIcon svg #diamond:nth-child(3),
.emptyCartIcon svg #bubble-rounded:nth-child(3) {
  -webkit-animation-delay: -720ms;
  animation-delay: -720ms;
}
.emptyCartIcon svg #oval:nth-child(4),
.emptyCartIcon svg #plus:nth-child(4),
.emptyCartIcon svg #diamond:nth-child(4),
.emptyCartIcon svg #bubble-rounded:nth-child(4) {
  -webkit-animation-delay: -960ms;
  animation-delay: -960ms;
}
.emptyCartIcon svg #oval:nth-child(5),
.emptyCartIcon svg #plus:nth-child(5),
.emptyCartIcon svg #diamond:nth-child(5),
.emptyCartIcon svg #bubble-rounded:nth-child(5) {
  -webkit-animation-delay: -1200ms;
  animation-delay: -1200ms;
}
.emptyCartIcon svg #oval:nth-child(6),
.emptyCartIcon svg #plus:nth-child(6),
.emptyCartIcon svg #diamond:nth-child(6),
.emptyCartIcon svg #bubble-rounded:nth-child(6) {
  -webkit-animation-delay: -1440ms;
  animation-delay: -1440ms;
}
.emptyCartIcon svg #oval:nth-child(7),
.emptyCartIcon svg #plus:nth-child(7),
.emptyCartIcon svg #diamond:nth-child(7),
.emptyCartIcon svg #bubble-rounded:nth-child(7) {
  -webkit-animation-delay: -1680ms;
  animation-delay: -1680ms;
}
.emptyCartIcon svg #oval:nth-child(8),
.emptyCartIcon svg #plus:nth-child(8),
.emptyCartIcon svg #diamond:nth-child(8),
.emptyCartIcon svg #bubble-rounded:nth-child(8) {
  -webkit-animation-delay: -1920ms;
  animation-delay: -1920ms;
}
.emptyCartIcon svg #oval:nth-child(9),
.emptyCartIcon svg #plus:nth-child(9),
.emptyCartIcon svg #diamond:nth-child(9),
.emptyCartIcon svg #bubble-rounded:nth-child(9) {
  -webkit-animation-delay: -2160ms;
  animation-delay: -2160ms;
}
.emptyCartIcon svg #oval:nth-child(10),
.emptyCartIcon svg #plus:nth-child(10),
.emptyCartIcon svg #diamond:nth-child(10),
.emptyCartIcon svg #bubble-rounded:nth-child(10) {
  -webkit-animation-delay: -2400ms;
  animation-delay: -2400ms;
}
.emptyCartIcon svg #oval:nth-child(11),
.emptyCartIcon svg #plus:nth-child(11),
.emptyCartIcon svg #diamond:nth-child(11),
.emptyCartIcon svg #bubble-rounded:nth-child(11) {
  -webkit-animation-delay: -2640ms;
  animation-delay: -2640ms;
}
.emptyCartIcon svg #oval:nth-child(12),
.emptyCartIcon svg #plus:nth-child(12),
.emptyCartIcon svg #diamond:nth-child(12),
.emptyCartIcon svg #bubble-rounded:nth-child(12) {
  -webkit-animation-delay: -2880ms;
  animation-delay: -2880ms;
}
.emptyCartIcon svg #oval:nth-child(13),
.emptyCartIcon svg #plus:nth-child(13),
.emptyCartIcon svg #diamond:nth-child(13),
.emptyCartIcon svg #bubble-rounded:nth-child(13) {
  -webkit-animation-delay: -3120ms;
  animation-delay: -3120ms;
}
.emptyCartIcon svg #oval:nth-child(14),
.emptyCartIcon svg #plus:nth-child(14),
.emptyCartIcon svg #diamond:nth-child(14),
.emptyCartIcon svg #bubble-rounded:nth-child(14) {
  -webkit-animation-delay: -3360ms;
  animation-delay: -3360ms;
}
.emptyCartIcon svg #oval:nth-child(15),
.emptyCartIcon svg #plus:nth-child(15),
.emptyCartIcon svg #diamond:nth-child(15),
.emptyCartIcon svg #bubble-rounded:nth-child(15) {
  -webkit-animation-delay: -3600ms;
  animation-delay: -3600ms;
}
.emptyCartIcon svg #oval:nth-child(16),
.emptyCartIcon svg #plus:nth-child(16),
.emptyCartIcon svg #diamond:nth-child(16),
.emptyCartIcon svg #bubble-rounded:nth-child(16) {
  -webkit-animation-delay: -3840ms;
  animation-delay: -3840ms;
}

@-webkit-keyframes plopp {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, -10px);
    opacity: 0;
  }
}
@keyframes plopp {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, -10px);
    opacity: 0;
  }
}
.emptyCartCol p {
  font-size: 14px;
}
.menuPageContent .sidebarright .nwCartMain .nwCartTitle {
  position: sticky;
  top: 78px;
  background-color: var(--lightBg);
  z-index: 9;
}
.menuPageContent .fixedOnScroll {
  padding-bottom: 80px;
}
.menuPageContent .fixedCenterScroll {
  padding-bottom: 100px;
}
.orderdetailscartpage .sidbarBtmCol {
  padding-left: 0;
  padding-right: 0;
}
.successInfo {
  padding: 50px 30px;
  border: 1px solid var(--border);
  border-radius: 48px;
  box-shadow: none;
  margin: 0 auto;
}
.successInfo > h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
}
.successInfo.col-md-6 br {
  display: none;
}
.successInfo form {
  padding-top: 15px;
}
.successInfo > h3 {
  font-size: 26px;
  padding-top: 30px;
  font-weight: 600;
}
.successInfo form legend {
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 600;
  float: none;
  width: auto;
}
.successInfo .custom-radio.radioStyle + .custom-radio.radioStyle {
  margin-top: 8px;
}
.successInfo form .custom-control-label {
  font-size: 15px;
  font-weight: 600;
}
.successInfo form .custom-control-label::before {
  margin-top: 0 !important;
}
.successInfo form .radioStyle.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  top: 11px !important;
}
textarea.form-control#response-other-box {
  background-color: transparent;
  border-radius: 10px;
  margin-top: 20px;
}
.successInfo form .btn.btn-success.btn-sm {
  background-color: var(--primary);
  min-width: 150px;
  margin-top: 20px;
}
.successInfo form .form-group:last-child {
  margin-bottom: 0;
}
.formStyle .btn {
  box-shadow: none;
}
.btn_primary.payBtn::before {
  display: none;
}
.checkoutSummaryTbl > .table tr td {
  background-color: transparent;
}
.choosePaymentSection .paymentMethodCol .choosePayment,
.choosePaymentSection .paymentBtmCol {
  max-width: 100%;
  margin: auto;
}
.choosePaymentSection .paymentMethodCol .choosePayment label.choosePaymentCard {
  border-radius: 13px;
}
.dashDivider {
  margin: 10px 0;
}
.radioStyle.custom-radio .custom-control-label::before {
  margin-top: -1px;
}
.radioStyle.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  top: 10px;
}
.tableInfo table tbody tr td .cartimg {
  width: 100%;
  height: 150px;
}
.tableInfo table tbody tr td .cartimg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
form#payment-form button#submit {
  background-color: var(--dark);
  border-radius: 0 0 6px 6px;
  text-transform: capitalize;
  padding: 12px 15px;
}
.tableInfo .table td.tableTextExtrabold {
  font-size: 20px;
  font-weight: 700;
  padding: 15px 20px;
  height: 60px;
}
form#payment-form {
  border: 1px solid var(--border);
  padding: 30px;
  height: 100%;
  border-radius: 17px;
  box-shadow: none;
}
form#addDeliveryAddressForm .form-group span.help-block {
  font-size: 14px;
}
.real-time {
  --border-radius: 14px;
  border-radius: var(--border-radius);
}
.real-time .wood-background {
  opacity: 0.5;
  border-radius: var(--border-radius);
}
.real-time h2 {
  z-index: 1;
  position: relative;
}
.real-time .wood-border-1 {
  opacity: 0.3;
  border-radius: var(--border-radius);
}
.real-time .btn_secondary_ouline {
  background-color: var(--white);
}
.productlistBtn {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 60px;
}
.productlistBtn .pagStyle {
  padding-top: 0;
}
.productlistBtn .pagStyle .btn.btn_primary {
  min-width: 130px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
}
.myCategory {
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.myCategory .addressCol h4 {
  font-size: 18px;
}
.myCategory .addressCol p {
  margin-bottom: 0;
}
.myCategory .addressCol .editImg {
  width: 40px;
  height: 40px;
  background: var(--grayDark);
  padding: 10px;
  border-radius: 6px;
}
.myCategory .addressCol .editImg img {
  width: 20px;
  height: 18px;
}
.formStyle .labelStyle {
  text-transform: none;
}
.formStyle .form-group {
  margin-bottom: 20px;
}
.formStyle .form-control {
  border-radius: 8px;
  background-color: transparent;
  height: 50px !important;
}
.formStyle span.help-block {
  font-size: 14px;
}
.footable.table tbody tr td {
  background-color: transparent;
}
.formStyle .rightIconFld > .fldIcon {
  top: 17px;
  transform: none;
}
.contactPage .formStyle .rightIconFld > .fldIcon, form[action*="change-password"] .fldIcon {
	top: 50% !important;
	transform: translateY(-50%) !important;
}
.title_heading > h2 {
  color: inherit;
}
.order_infoCol .btnCol .btn_primary.btn_outline:hover {
  background-color: var(--dark);
}
.address_info ul li span i.fa {
  font-size: 18px;
  opacity: 0.5;
}
/*** new-style start ***/
.npSelectOptMain ul li.npSelectStyle {
  display: inline-block;
  position: relative;
  margin-right: 4px;
}
.npSelectOptMain ul li.npSelectStyle.active .custom-select {
  font-weight: 600;
}
.npSelectOptMain ul li.npSelectStyle .custom-select {
  background-image: none;
  font-size: 16px;
  color: var(--dark);
  border-color: var(--border);
  border-radius: 13px 13px 0 0;
  padding: 5px 40px 5px 20px;
  height: 43px;
}
.npSelectOptMain ul li.npSelectStyle::before {
  content: "\f107";
  position: absolute;
  right: 14px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "FontAwesome";
  color: var(--dark);
  font-size: 16px;
  z-index: 2;
  pointer-events: none;
  font-weight: 600;
}
.npBtnRight .btn {
  font-size: 13px;
  border-radius: 30px;
  padding: 10px 22px;
}
.npBtnRight .btn :hover {
  color: var(--white);
  background-color: var(--grayDark);
}
.npBtnRight .btn :focus {
  color: var(--white);
}
.npTopCol {
  border-bottom: 1px solid var(--border);
  padding-bottom: 2px;
}
.npCardMainCol {
  margin-top: 24px;
}
.orderartCStyle {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.orderartCStyle::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 56%, rgba(0, 0, 0, 0.1) 80%);
  z-index: 1;
}
.npCardMainCol .col-md-6 {
  margin-bottom: 10px;
}
.orderartCStyleContent {
  padding: 20px;
  text-align: left;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.orderartCStyleContent h2 {
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.orderartCStyleContent h4 {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
}
.orderartCStyleContent .bgGradient {
  background: linear-gradient(to right, rgb(255, 0, 0) 5%, rgba(255, 0, 0, 0) 120%);
  display: inline-block;
  color: var(--white);
  padding: 3px 8px;
  border-radius: 4px;
  min-width: 240px;
  font-size: 15px;
  font-weight: 500;
}
.orderartCStyleContent p {
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  padding-top: 10px;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.25);
}
.orderartCStyleContent .btn.btn_light {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 8px;
  padding: 7px 15px;
  min-width: auto;
}
.orderartCStyleContent .btn.btn_light span {
  display: inline-block;
  vertical-align: middle;
}
.orderartCStyleContent .btn.btn_light img {
  filter: invert(1);
  width: 13px;
  display: block;
  margin-right: 6px;
}
.orderartCStyleContent .btn:not(:disabled):not(.disabled):active,
.orderartCStyleContent .btn:not(:disabled):not(.disabled).active {
  background: var(--white);
}
.orderartCStyleImg {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.orderartCStyleImg img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.nwaddDetail {
  border-bottom: 1px solid var(--border);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.nwaddDetail h2 {
  font-size: 14px;
}
.nwaddDetail p {
  margin: 0 0 2px;
  font-size: 14px;
  color: inherit;
}
.nwaddDetail p span {
  font-weight: 700;
}
.nwaddText h3 {
  font-size: 16px;
  color: inherit;
  font-weight: 700;
  margin: 0;
}
.rEdCol ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
}
.rEdCol ul li span {
  display: inline-block;
  vertical-align: middle;
}
.rEdCol ul li span img {
  display: block;
  margin-right: 4px;
}
.rEdCol ul li + li {
  margin-left: 15px;
}
.edRMainCol {
  padding-top: 10px;
}
.nwaddRightText h6 {
  margin: 0;
  font-size: 15px;
}
.nwaddDetailMain {
  border: 1px dashed;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
}
.nwaddDetailMain + .nwaddDetailMain {
  margin-top: 10px;
}
a.removeStyle {
  color: var(--error);
}
.nwaddDetailInner {
  margin-top: 25px;
}
.sidbarBtmCol .nwTextTCol h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.sidbarBtmCol .nwRText h3 {
  font-size: 18px;
  font-weight: 700;
  color: inherit;
  margin: 0;
}
.nwSidbarBtn {
  margin-top: 10px;
}
.nwSidbarBtn a.btn.btn-dark {
  width: 100%;
  font-size: 16px;
  border-radius: 10px;
  padding: 14px 10px;
}
.nwSidbarBtn a.btn.btn-dark span + span {
  margin-left: 15px;
}
.nwaddItemMain {
  padding-top: 5px;
}
.nwaddItemMain ul li {
  display: block;
}
.nwaddItemMain ul li + li {
  margin-top: 8px;
}
.nwaddItemMain ul li a {
  font-size: 15px;
  color: var(--dark);
  opacity: 0.8;
  font-weight: 600;
}
.nwaddItemMain ul li a span {
  display: inline-block;
  vertical-align: middle;
}
.nwaddItemMain ul li a span img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: block;
  margin-right: 5px;
}
/** custom-style start **/
.form-group .rightIconFld {
  margin-bottom: 35px;
}
.rightIconFld .invalid-feedback,
.rightIconFld .valid-feedback {
  position: absolute;
}
.btn_primary:focus {
  color: var(--white);
}
/* Custom floating alert messages */
.floating-alert-top {
  position: fixed;
  top: 85px;
  right: 0;
  width: 100%;
  min-width: 100%;
  z-index: 9999;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.icon.custom-icon{
  width: 60px;
  height: 60px;
  font-size: 30px;
}
.yii-flass-message-class > p {
  margin: 0;
}
.floating-alert-top .close {
  position: absolute;
  right: 30px;
  top: 10px;
}
.floating-alert-bottom {
  position: fixed;
  bottom: 15px;
  right: 2%;
  width: 40%;
  z-index: 9999;
}
.productCard.productAdded .addChilli {
  pointer-events: none;
  display: block;
}
.daterangepicker .drp-calendar.left {
  padding: 8px !important;
}
.elfsight-page-space-theme {
  padding: 100px 0px;
}
/* Custom Style override for https://orderart.atlassian.net/browse/OA-554 */
.custom-control-label::before {
  top: 4px;
  width: 16px;
  height: 16px;
}
/* Custom styling for h1 tag which replaces anchor tag in left sidebar on products page */
.oa-sidebar-active-link {
  color: var(--primary);
  font-weight: 600;
  padding: 10px 15px;
  position: relative;
  font-size: var(--site-font-size);
  margin-bottom: 0px;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.54, 0.18) 0s;
  transition: all 500ms ease-in-out 0s;
  cursor: pointer;
}
.oa-sidebar-active-link:before {
  content: "\f107";
  position: absolute;
  right: 0;
  font-family: "FontAwesome";
  font-size: 1.214rem;
  color: var(--primary);
}
.oa-sidebar-active-link:after {
  content: "";
  position: absolute;
  left: 0;
  background-color: var(--primary);
  height: 5px;
  width: 5px;
  top: 40%;
  border-radius: 50%;
}
/* Custom h1 for static pages to replace h2 tag for SEO */
.oa-page-title {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  text-transform: capitalize;
}
.dishAddBtn {
  display: inline-block;
  padding: 7px 15px;
}
.bannerSectiontheme .btnBanner .btn_wrap {
  margin-top: 30px;
}
.hidden {
  display: none !important;
}
/** custom-style end **/
.nwCartMain.orderdetailscartpage {
  padding-right: 50px;
}
.cartCheckout .scheduleOrderCol {
  background-color: transparent;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-top: 50px !important;
}
.titleCol > h2 {
  font-size: 20px;
  text-transform: capitalize;
}
.emptyCartIcon {
  max-width: 200px;
  margin: 0 auto;
}
/*** single-product-slide ****/
.singleProductSlideCol {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background-color: var(--lightBg);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -moz-transition: all 600ms ease-in-out 0s;
  -o-transition: all 600ms ease-in-out 0s;
  -webkit-transition: all 600ms ease-in-out 0s;
  transition: all 600ms ease-in-out 0s;
  -moz-transform: translateX(200%);
  -o-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}
.menuPSlide .singleProductSlideCol {
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.menuProductInner {
  height: calc(100vh - 230px);
  overflow-y: auto;
  overflow-x: hidden;
}
body.pb-0.menuPSlide {
  overflow: hidden;
}
.pageContent.menuPageContent {
  padding-bottom: 0;
  padding-top: 30px;
}
/** loading css **/
.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: var(--cream);
  z-index: 999;
  display: none;
}
.loader-wrapper.active_loader {
  display: flex;
}
.loader-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-box img {
  min-width: 130px;
  background-color: white;
  border-radius: 50%;
}
.icon {
  font-size: 5rem;
  transform: scale(1);
  background-color: rgb(255, 255, 255);
  border-radius: 150px;
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: loaderSize 2.5s infinite ease-in-out, loaderColor 7.5s infinite ease-in-out;
  color: #9356DC;
  box-shadow: 0 0 15px var(--white);
}
.image-loader-wrapper{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#d8c8c37d;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
}
@keyframes loaderCircle {}
@keyframes loaderSize {
  0% {
    transform: scale(1) rotate(0);
  }
  16% {
    transform: scale(0) rotate(0);
  }
  50% {
    transform: scale(1) rotate(0);
  }
  80% {
    transform: scale(1) rotate(-360deg);
  }
  100% {
    transform: scale(1) rotate(-360deg);
  }
}
@keyframes loaderColor {
  5% {
    color: #9356DC;
  }
  10% {
    color: #FF79DA;
  }
  39% {
    color: #FF79DA;
  }
  40% {
    color: #99E2D0;
  }
  70% {
    color: #99E2D0;
  }
  80% {
    color: #9356DC;
  }
  100% {
    color: #9356DC;
  }
}
/****/
.productSizeCol {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 30px;
}
.productSizeCol .block.sProBlock {
  min-width: auto;
}
.productSizeCol .mainTitle {
  padding: 15px;
  position: relative;
  background-color: var(--primary);
  border-radius: 10px 10px 0 0;
}
.productSizeCol .mainTitle h6 {
  color: var(--white);
  margin-bottom: 0;
}
.productSizeCol .listView {
  max-height: initial;
  overflow-y: initial;
  border-top: 1px solid var(--border);
  padding: 15px;
  width: 100%;
}
.listView .form-check.checkBoxStyle {
  padding-left: 0;
}
.productCardnew {
  padding-top: 50px;
}
.sProductImgSlider .swiper-button-next,
.sProductImgSlider .swiper-button-prev {
  background-size: inherit;
  background-color: var(--primary);
  background-image: none;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sProductImgSlider .swiper-button-next span,
.sProductImgSlider .swiper-button-prev span {
  display: block;
}
.sProductImgSlider .swiper-button-next img,
.sProductImgSlider .swiper-button-prev img {
  border-radius: 0;
  display: block;
  max-width: 8px;
}
.order_infoCol .title_heading > h2 {
  text-transform: capitalize;
  font-size: 24px;
}
.order_detailCol ul li {
  padding: 20px 0;
  position: relative;
  padding-left: 50px;
}
.order_detailCol ul li span {
  padding: 20px;
  border-radius: 6px;
}
.address_info ul li span i {
  font-size: 20px;
}
.favOrders .productCard {
  border: 1px solid rgba(150, 105, 51, 0.3);
  padding: 5px;
  border-radius: 14px;
  box-shadow: none;
}
.favOrders .productCard .productImgCol {
  border-radius: 12px 12px 0 0;
  height: 220px;
}
.favOrders .productCard .productImgCol img.productImgStyle {
  height: 100%;
}
.favOrders .productCard .productTextCol {
  padding: 15px;
}
.favOrders .productCard .productTextCol p {
  text-align: inherit;
}
.favOrders .productCard .proSelectOption ul li .customOption label img {
  max-width: 30px;
}
.bannerSectiontheme .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.bannerSectiontheme .swiper-slide .bannerSwiper {
  position: relative;
}
.bannerSectiontheme .swiper-slide .bannerSwiper h3 {
  color: var(--white);
}
.bannerSectiontheme .swiper-slide .bannerSwiper h1 {
  color: var(--white);
  letter-spacing: 6px;
}
.spaceSection {
  padding: 120px 0;
}
.lightBg .paraText {
  color: var(--dark);
  letter-spacing: normal;
  padding-top: 10px;
  font-size: 18px;
}
.bg_dark2 .titleColtheme .italicText {
  color: var(--white);
}
.bg_dark2 .titleColtheme h2.lgTitle {
  color: var(--white);
  text-transform: capitalize;
}
.bg_dark2 .btn__wrap .btn-border {
  border-color: var(--white);
}
.bg_dark2 .btn__wrap .btn__overlay {
  background-color: transparent;
}
#paper-menu .cuisineBadgeStyle {
  border-color: rgba(255, 255, 255, 0.6) !important;
  border-radius: 8px;
}
.aboutSection .cs1Style {
  padding: 0;
}
.aboutSection .cs1Style .cs1ImgCol {
  height: 500px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}
.titleColtheme h2 .lgTitle {
  text-transform: capitalize;
}
.socialLinkbtns ul li a {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
}
.socialLinkbtns ul li a .socialLinkbtnsIcon img {
  filter: brightness(0) invert(1);
}
.lightBg.chefSection .cs1Style .cs1StyleText p {
  color: var(--dark);
}
.bg_dark2 .cardSection .sliderThemeCard .recommendCardtheme {
  background-color: var(--grayDark);
}
.bg_dark2 .cardSection .sliderThemeCard .recommendCardtheme .recTextColtheme p.recTitletheme {
  color: var(--white);
}
.csContentCol {
  padding-right: 0;
}
.csContentCol h2.lgTitle {
  padding: 0;
}
.csContentCol h2.lgTitle ::before {
  display: none;
}
.csContentCol h2.lgTitle ::after {
  display: none;
}
.sizeCol > p {
  font-size: 12px;
  margin: 0;
}
.nwaddDetail .cartNContent h2 {
  margin-bottom: 0;
}
.addchilliSelect {
  position: relative;
  transition: all 300ms ease-in-out 0s;
}
.addchilliSelect ul li {
  display: flex;
  gap: 6px;
}
.addchilliSelect ul li > a > svg {
  width: 24px;
  display: block;
}
.recommendCardtheme {
  border-radius: 20px;
}
.chefSection .cs1Style .cs1StyleText {
  position: static;
  padding: 15px;
  margin-top: 15px;
}
.available_as_class {
  position: absolute;
  left: 5px;
  top: auto;
  bottom: 0;
  font-weight: 600;
  color: var(--white);
  font-size: 11px;
  padding: 4px 20px 4px 15px;
  border-radius: 0 0 10px 10px;
  z-index: 1;
  background-color: var(--primary);
  right: 5px;
  text-align: center;
}
.available_as_inner_class > p {
	margin: 0;
}
.takeway-order-info{
  background-color: var(--primary);
  color: var(--white);
  padding: 4px 10px;
  border-radius: 50px;
}
.takeway-order-info > p{
  color: var(--white);
  margin: 0;
  font-size: 12px;
}
.tagaddedItems {
  position: absolute;
  left: 0;
  top: -1px;
  background-color: var(--primary);
  font-weight: 600;
  color: var(--white);
  font-size: 11px;
  padding: 4px 20px 4px 15px;
  border-radius: 0;
  z-index: 1;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}
.item_active .menuCardImg::before, .item_active .menuCardImg::after {
  content: "";
  position: absolute;
  left: -7px;
  top: -12px;
  bottom: 0;
  width: 18px;
  height: 15px;
  transform: skew(0, -25deg);
}
.item_active .menuCardImg::before {
  background-color: var(--primary);
}
.item_active .menuCardImg::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.bannerSection .inputRow {
  padding: 10px;
}
.bannerSection .inputRow .btn.mdBtn {
  min-width: 80px;
}
.bannerSection .sidebarright.emptyCartMain {
  padding: 0 15px;
  background-color: var(--white);
}
.bannerSection .inputRow .input_select .multiselect-native-select .btn-group .dropdown-toggle {
  padding-left: 10px;
}
.mobile_footer_tape {
  position: relative;
  z-index: 99;
}
.modalStyle.openinghoursModl .mdlContentWd {
  width: 100%;
}
select.form-select.addchilliattr {
  font-size: 12px;
  padding: 2px 8px;
  background-position: right 8px center;
  background-color: transparent;
}
.openinghoursModl .modalForm {
  padding-top: 0 !important;
}
.likeHeart {
  position: relative;
}
.openinghoursModl .hoursList h5 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}
.openinghoursModl ul li {
  position: relative;
  padding-left: 32px;
}
.openinghoursModl ul li span {
  position: absolute;
  left: 0;
  top: 0;
}
.openinghoursModl ul li span img {
  max-width: 20px;
}
.openinghoursModl ul li p {
  font-size: 15px;
  margin-bottom: 8px;
}
.recSwiper .swiper-button-next,
.recSwiper .swiper-button-prev {
  z-index: 1;
}
.testimonialCol .testimonialSlider .testimonialCard .testimonialText span {
  color: var(--primary);
}
.bg_dark2 .multiPagination .LinkDecorationHref {
  color: var(--white) !important;
}
.socialLinkbtns ul li + li {
  margin-left: 25px !important;
}
body:not(.bgTheme) .cyKSJE {
  color: var(--dark);
}
.cardSection .reviewSection .googleCard {
  margin-top: 0 !important;
}
div#bookTable .form-group .rightIconFld {
  margin-bottom: 0;
}
.contactPage .rightIconFld {
  margin-bottom: 0;
}
div#bookTable .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent;
  border-color: var(--border);
  padding: 1px 8px 1px 24px;
  font-size: 14px;
}
.tableInfo {
  margin: 40px 0px 0 0;
}
.filterSelectCol > .filterBtn {
  margin-top: 20px;
}
.floatingCart .cartPrice svg path {
  fill: var(--primary) !important;
}
html.menuPSlide {
  overflow: hidden;
}
/* Placeholder animation styles */
@keyframes placeholderShimmer {
  0% {
    background-position: -450px 0;
  }
  100% {
    background-position: 450px 0;
  }
}
.placeholderColMain .menuCard {
  position: relative;
  overflow: hidden;
  background: var(--white);
  border-radius: 14px;
}
.placeholderColMain .menuCard::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  animation: placeholderShimmer 1.5s infinite;
}
.placeholderColMain .menuCard .menuCardImg {
  border-radius: 10px;
  height: 100%;
}
.placeholderColMain .menuCard .menuContent {
  padding-bottom: 0;
}
.placeholderColMain .menuCard .menuContent h3,
.placeholderColMain .menuCard .menuContent p {
  border-radius: 5px;
  color: transparent;
  margin-bottom: 10px;
}
.placeholderColMain .menuCard .menuContent h3 {
  width: 60%;
  height: 20px;
}
.placeholderColMain .menuCard .menuContent p {
  width: 80%;
  height: 15px;
}
.placeholderColMain .menuCard .bottom-section {
  position: relative;
  overflow: hidden;
}
.placeholderColMain .menuCard .bottom-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  animation: placeholderShimmer 1.5s infinite;
}
.placeholderColMain .menuCard .bottom-section .price-placeholder {
  width: 50px;
  height: 20px;
  background: var(--lightBg);
  border-radius: 5px;
  margin-bottom: 10px;
}
.placeholderColMain .menuCard .bottom-section .icons-placeholder {
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}
.placeholderColMain .menuCard .bottom-section .icons-placeholder div {
  width: 20px;
  height: 20px;
  background: var(--lightBg);
  border-radius: 50%;
}
.placeholderColMain .menuCard .bottom-section .buttons-placeholder {
  display: flex;
  gap: 10px;
}
.placeholderColMain .menuCard .bottom-section .buttons-placeholder div {
  width: 70px;
  height: 30px;
  background: var(--lightBg);
  border-radius: 5px;
}
.totalPriceColumn .totalCost span.totleLbl {
  color: inherit;
}
.cartfixchecoutbtn {
  position: sticky;
  bottom: 0;
  background-color: var(--lightBg);
  padding: 15px 4px 0;
  margin: 0 -2px;
}
.sidebarright .cartfixchecoutbtn .scheduleOrderCol {
  padding: 5px 0 0;
}
.pageContent.menuPageContent .pageInfo {
  max-width: 818px;
}
#allow_image_comments .btnBlog {
  display: flex;
  align-items: center;
}
#allow_image_comments .btnBlog #categorylinknewuicake svg {
  display: block;
}
#allow_image_comments .btnBlog #categorylinknewuicake {
  margin-right: 10px;
  display: block;
}
#product_deatils_div .modal-backdrop {
  pointer-events: none;
}
.popforcakemessage body > .modal-backdrop {
  display: none;
}
.popforcakemessage #product_deatils_div .modal-backdrop {
  background-color: rgba(19, 15, 38, 0.8);
  opacity: 1;
}
.totalPriceColumn.viewPriceBtn .totalCost {
  width: 275px;
}
#allow_image_comments .btnBlog {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  position: relative;
}
#allow_image_comments .btnBlog .text-danger {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  text-align: center;
  font-size: 12px;
  margin-top: 0 !important;
}
.btn.uploadimageclass, .btn.messageoncakeclass {
  text-transform: capitalize;
  padding: 15px;
  min-height: auto;
}
.messageoncakeclass i {
  display: none;
}
#allow_image_comments {
  position: relative;
}
.bannerSectiontheme .bannerSwiper .btn__wrap .btn-border {
  border-radius: 6px;
  text-transform: capitalize;
  padding: 10px 15px;
  min-width: 170px;
  letter-spacing: normal;
}
.bannerSectiontheme .bannerSwiper .btn__wrap {
  margin-top: 30px;
}
.recSwiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  z-index: 1;
}
.aboutSection {
  overflow: hidden;
}
a.btn.btn-border {
  border-radius: 6px;
  text-transform: capitalize;
  padding: 12px 15px;
  letter-spacing: normal;
}
.openinghoursModl ul li {
  text-align: left;
}
/***********aphone changes ************/
.sProBtnBlog .btn {
  margin: 0 !important;
}
.sProBtnBlog {
  display: flex;
  gap: 10px;
}
.modal-footer a.btn.btn_primary i.fa.fa-arrow-left, 
.uploadimageclass i.fa.fa-fw.fa-upload, .modalBtn i.fa.fa-trash.fa-fw {
  display: none !important;
}
.blogWrapper .blog-item .post-content .meta {
	display: flex;
	justify-content: center;
	gap: 15px;
}
.blogWrapper .blog-item .post-content .meta li, .blogWrapper .blog-item .post-content .meta li a {
  display: inline-block;
  margin-right: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.blogWrapper .blog-item .post-content .meta i.fa.fa-user,
.blogWrapper .blog-item .post-content .meta i.fa.fa-thumbs-up, 
.blogWrapper .blog-item .post-content .meta i.fa.fa-clock-o {
  display: block;
  opacity: 0.6;
}
.empty_cart img {
  margin: 0 auto;
}
.extrait-post {
  margin-bottom: 10px;
}
.nutritional .table tr td {
  background-color: transparent;
}
div#AddDeliveryAddressModal .inlineBtns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px;
}
div#AddDeliveryAddressModal .inlineBtns ul li {
  padding: 0;
  display: block;
}
div#AddDeliveryAddressModal .inlineBtns ul li button.btn {
  margin: 0 !important;
}

/*******************************************
********* MEDIA QUARY START ********
**************************************/
@media (min-width: 1200px) {
  .pageContent.menuPageContent .pageInfo {
    max-width: 650px;
  }
}
@media (min-width: 1350px) {
  .pageContent.menuPageContent .pageInfo {
    max-width: 750px;
  }
}
@media (min-width: 1360px) {
  .container {
    max-width: 1320px;
  }
  .pageContent.menuPageContent .pageInfo {
    max-width: 810px;
  }
}
@media (min-width: 1400px) {
  .pageContent.menuPageContent .pageInfo {
    max-width: 822px;
  }
}
@media (min-width: 1441px) {
  .pageContent.menuPageContent .pageInfo {
    max-width: 810px;
  }
}
@media (min-width: 1680px) {
  .pageContent.menuPageContent .pageInfo {
    max-width: 818px;
  }
}
@media (max-width: 1679px) {
  .sidebarright {
    width: 250px;
  }
  .sidebarCol {
    width: 220px;
  }
  .sProImgCol {
    width: 480px;
  }
  .sProTextCol .heading h1{
    font-size: 28px;
  }
  .bannerSectiontheme .bannerSlider .swiper-slide {
    padding: 260px 0 94px;
    min-height: 860px;
  }
  .bannerSectiontheme .btnBanner {
    padding-top: 0;
  }
}
@media (max-width: 1640px) {
  .modal_header {
    padding: 15px 50px 15px 25px;
  }
  .modal_header .close {
    right: 20px;
    top: 15px;
    font-size: 34px;
  }
  .filterSelectCol {
    padding: 0 25px 25px;
  }
  .filtercard-body {
    padding: 15px 15px 0;
  }
  .selectOptChk label:before {
    border: 1px solid rgba(108, 117, 125, 0.5);
    top: 2px;
    width: 24px;
    height: 24px;
  }
  .selectOptChk input:checked + label:after {
    left: 9px;
    height: 12px;
    border-width: 0 1px 1px 0;
  }
  .orderartCStyleContent {
    padding: 15px;
  }
  .orderartCStyleContent .bgGradient {
    padding: 2px 6px;
    min-width: 220px;
    font-size: 14px;
  }
  .orderartCStyleContent p {
    font-size: 14px;
    padding-top: 6px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1440px) {
  .cBtnStyle .btn {
    font-size: 18px;
    padding: 26px 15px;
  }
  .confirmModl > h3 {
    font-size: 26px;
    padding-bottom: 30px;
  }
  .confirmModl > p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .confirmModl > h6 {
    font-size: 24px;
    padding: 20px 0 0;
  }
  .proceedModalStyle .modal-dialog {
    max-width: 440px;
  }
  .openingHr {
    font-size: 16px;
  }
  .pageContent {
    padding: 60px 0 80px;
  }
  .filterCol > a {
    font-size: 16px;
  }
  .cartCardImg {
    width: 65px;
  }
  .sidebarright {
    width: 238px;
  }
  .tabsDetail {
    padding: 13px 40px 13px 110px;
  }
  .dCol {
    flex: 100%;
    max-width: 100%;
  }
  .sProBtnBlog .btn {
    padding: 8px 15px;
  }
  .order_detailCol > ul > li {
    padding: 20px 0;
    padding-left: 40px;
  }
  .order_detailCol > ul span {
    padding: 20px;
    font-size: 15px;
  }
  .recent-post {
    max-width: 100%;
  }
  .blogWrapper .blog-item .entry-thumbnail a {
    height: 300px;
  }
  .blogWrapper .blog-item .post-content h5 {
    font-size: 20px;
    line-height: 1.2;
  }
  .status-period.deskCol {
    display: none;
  }
  .status-period.tabMbCol {
    display: block;
    margin-bottom: 25px;
  }
}
@media (max-width: 1399px) {
  .productDetailPage .sProImgCol {
    width: 280px;
  }
  .menuPageContent .menuInfo > a {
    padding: 5px 10px;
    font-size: 14px;
  }
  .menuPageContent .menuInfo > a::after {
    width: 3px;
  }
  .mPrice > h5 {
    font-size: 18px;
  }
  .sProImgCol {
    width: 400px;
  }
  .sProTextCol .heading h1{
    font-size: 24px;
  }
  .sProDetailText {
    padding: 20px 0 15px;
    max-width: 100%;
  }
  .npSelectOptMain ul li.npSelectStyle .custom-select {
    font-size: 14px;
    padding: 5px 30px 5px 15px;
    height: 40px;
  }
  .npSelectOptMain ul li.npSelectStyle::before {
    right: 10px;
  }
  .orderartCStyleContent h2 {
    font-size: 20px;
  }
  .orderartCStyleContent h4 {
    font-size: 16px;
  }
  .orderartCStyleContent .btn.btn_light {
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 6px;
  }
  .orderartCStyleContent .btn.btn_light img {
    width: 10px;
    margin-right: 5px;
  }
  .sidebarCol {
    width: 200px;
  }
  .sidebarright {
    width: 220px;
  }
  .cartCheckout .scheduleOrderCol {
    padding: 20px;
    margin-top: 30px !important;
  }
  .menuContent .proSelectOption ul li .customOption label img {
    width: 16px;
  }
  .menuContent > h3 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .mPrice > h5 {
    font-size: 15px;
  }
  .mnRightCol ul li + li {
    margin-left: 3px;
  }
  .menuContent .mnRightCol ul li span.vegIcon .typeLbl {
    border-radius: 4px;
    height: 16px;
    width: 16px;
  }
  .menuContent .mnRightCol ul li span.vegIcon .typeLbl::before {
    width: 6px;
    height: 6px;
  }
  .menuCard {
    min-height: 150px;
    border-radius: 10px;
  }
  .titleColtheme h2.lgTitle {
    font-size: 42px;
  }
  .menuContent .addToFav .favHeart > span i {
    font-size: 16px;
  }
  .menuCardImg {
    width: 128px;
  }
}
@media (max-width: 1199px) {
  .sidebarright {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    margin: 0;
    overflow-y: inherit;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -moz-transform: translateY(200%) !important;
    -o-transform: translateY(200%) !important;
    -ms-transform: translateY(200%) !important;
    -webkit-transform: translateY(200%) !important;
    transform: translateY(200%) !important;
  }
  .cartSlide .sidebarright {
    -moz-transform: translateY(0%) !important;
    -o-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    -webkit-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
  }
  .nwCartTitle {
    position: relative;
  }
  .cartBody {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 20px 130px;
  }
  .mobile_footer_tape .nwCartInner {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 0 100px;
  }
  .mobile_footer_tape .nwCartMain {
    background-color: var(--white);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.14);
    border-radius: 30px 30px 0 0;
    padding: 15px;
  }
  .emptyCartCol {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px 0 100px;
  }
  .emptyCartCol h4 {
    font-size: 18px;
    margin: 15px 0;
  }
  .nwCartMain .nwCartTitle {
    padding: 0 0 15px;
  }
  .cartCardImg {
    width: 50px;
  }
  .cartCardImg > img {
    height: 50px;
  }
  .nwCartMain .nwCartTitle h2 {
    text-align: center;
  }
  .cartTitle {
    font-size: 25px;
    font-weight: 600;
    padding: 15px 100px;
    text-align: center;
    margin: 0;
    background-color: var(--white);
    position: relative;
  }
  .cartBackIcon {
    position: absolute;
    left: 10px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -6px;
  }
  .cartBackIcon > img {
    display: block;
  }
  .p2pCol {
    padding: 20px 30px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 40px 40px 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;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    background-color: rgba(19, 15, 38, 0.8);
    z-index: 10 !important;
  }
  .cartTotalPrice {
    padding: 20px 30px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 40px 40px 0 0;
    z-index: 9999;
  }
  .btn.payBtn {
    text-align: left;
    position: relative;
    font-weight: var(--sBold);
    min-width: 145px;
    border-radius: 14px;
    text-transform: capitalize;
    font-size: 13px;
    padding: 11px 45px 11px 15px;
  }
  .btn.payBtn > span {
    line-height: 1;
  }
  .btn.payBtn > span > span {
    font-size: 20px;
  }
  .payBtnIcon {
    position: absolute;
    right: 20px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .btn.payBtn > span > img {
    width: 10px;
  }
  /****** single-product *******/
  .sProImgCol {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
  .sProImgCol img {
    border-radius: 20px;
  }
  .sProDetailText {
    max-width: 100%;
    padding: 10px 0;
  }
  .sProRatting {
    margin-top: 0;
  }
  .sProInnerCol .status-period {
    padding-top: 15px;
  }
  .backToMenu a {
    font-size: 16px;
  }
  .backToMenu a > svg {
    max-width: 30px;
  }
  .sProTym > h4 .sProClockIcon {
    padding-right: 4px;
  }
  .sProTym > h4 .sProClockIcon > img {
    width: 16px;
  }
  .sProTym > h4 {
    font-size: 14px;
  }
  .recent-post .post-title h4 {
    font-size: 20px;
  }
  .recent-post .popular-dish li .dish-img {
    width: 72px;
    height: 72px;
    margin-right: 10px;
  }
  .recent-post .popular-dish li .dish-entry-cont h6 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .recent-post .popular-dish li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .blogWrapper .blog-item .post-content .meta li {
    margin-right: 10px;
  }
  .blogWrapper .blog-item .post-content .meta {
    padding: 0;
  }
  .blogWrapper .blog-item .entry-thumbnail a {
    height: 250px;
  }
  .recent-post .popular-dish li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .topLink {
    padding: 10px 0;
  }
  .mobile_footer_tape {
    display: block;
  }
  .col-xl-auto.fixedOnScroll {
    display: none;
  }
  .successInfo form {
    margin: 0 !important;
  }
  .successInfo {
    padding: 30px;
  }
  .successInfo form legend {
    font-size: 16px;
  }
  .successInfo form .custom-control-label {
    font-size: 14px;
  }
  .npSelectOptMain ul li.npSelectStyle .custom-select {
    padding: 5px 26px 5px 10px;
    height: 36px;
  }
  .npSelectOptMain ul li.npSelectStyle {
    margin-right: 0;
  }
  .npBtnRight .btn {
    padding: 6px 14px;
  }
  .cartSlide .productDetailPage .sidebarright {
    top: auto;
  }
  .nwSidbarBtn {
    margin: 0 10px 10px;
  }
  .hTopBar {
    display: none;
  }
  .nwCartMain.orderdetailscartpage {
    padding-right: 20px;
  }
  .pageContent.menuPageContent {
    padding-top: 0;
  }
  .topLinksSwiper {
    margin-left: 0;
    margin-bottom: 0;
  }
  .topLinksSwiper {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    padding: 0 40px 0 10px;
    background-color: var(--lightBg);
    max-width: 100vw;
    overflow: hidden;
  }
  .menuPageContent .fixedCenterScroll {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .menuPageContent .fixedCenterScroll .menuSection {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 8;
    padding: 120px 10px 4px;
    border: 0;
  }
  .menuPageContent .fixedCenterScroll .menuSection::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background-color: var(--light);
  }
  .menuPageContent .customContent .content .tablinks {
    height: 34px;
  }
  .aboutSection .cs1Style .cs1ImgCol {
    height: 420px;
  }
  .spaceSection {
    padding: 80px 0;
  }
  .titleColtheme h2.lgTitle {
    font-size: 38px;
  }
  .spaceSection .testimonialCol {
    padding: 0;
  }
  .testimonialCol .testimonialSlider .testimonialCard .testimonialText h5 {
    padding-top: 20px;
  }
  section#paper-menu .btn__wrap {
    margin-top: 0;
  }
  .bannerSectiontheme .btnBanner {
    max-width: 100%;
  }
  .sidebarright {
    width: 100% !important;
  }
  .mobile_footer_tape .pageContent.mobilePageContent {
    padding: 0;
  }
  .emptyCartCol::before {
    display: none;
  }
  .customFixBar.editviewPage .sProImgCol {
    width: 400px;
  }
  .pageContent.menuPageContent .pageInfo {
    max-width: 100%;
    padding-top: 0;
  }
  #allow_image_comments {
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .modal_header .modal-title {
    font-size: 20px;
  }
  .modal_header .close {
    font-size: 28px;
  }
  .filterSelectCol {
    padding: 0 20px 20px;
  }
  .filterLinkOpt {
    padding: 12px 40px 12px 15px;
    border-radius: 10px;
    font-size: 16px;
  }
  .filterLinkOpt::before {
    right: 14px;
  }
  .selectOptChk label {
    padding-left: 30px;
    font-size: 16px;
  }
  .selectOptChk {
    margin-bottom: 10px;
  }
  .selectOptChk label:before {
    width: 20px;
    height: 20px;
  }
  .selectOptChk input:checked + label:after {
    left: 8px;
    height: 9px;
    width: 4px;
  }
  .filterModalStyle .modal-dialog {
    max-width: 420px;
    margin: 10px auto;
  }
  .sProBtnBlog .btn {
    min-width: 115px;
    padding: 8px 12px;
  }
  .cartTotalPrice {
    padding: 15px 20px;
    border-radius: 20px 20px 0 0;
  }
  .blog-recent-post li {
    width: calc(50% - 5px);
  }
  .blog-area .blog-recent-post {
    padding: 0;
  }
  .mapSection > iframe {
    max-height: 320px;
  }
  .pageContent {
    padding: 66px 0 80px;
  }
  .cartCol > i {
    font-size: 24px;
  }
  #lblCartCount {
    font-size: 19px;
    padding: 1px 3px;
    margin-left: -6px;
  }
  .menuColMain {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 280px;
    z-index: 99;
    padding: 20px 0 80px;
    background-color: var(--white);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -moz-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  .actNav .menuColMain {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .menuColMain .logo {
    padding: 0 15px;
  }
  .blogWrapper .blog-item .entry-thumbnail {
    width: 100%;
  }
  .blogWrapper .blog-item .post-content p {
    font-size: 16px;
  }
  .successInfo > h3 {
    font-size: 20px;
  }
  .successInfo > h2 {
    font-size: 30px;
  }
  .successInfo {
    padding: 30px 20px;
    border-radius: 30px;
  }
  .checkoutSummaryCol {
    width: 100%;
    padding: 20px;
  }
  .sProTextCol .heading h1{
    font-size: 20px;
    margin-top: 0;
  }
  .sProdishType {
    font-size: 14px;
  }
  .sProdishType > span > img {
    margin-right: 5px;
    max-width: 12px;
  }
  .sProTym > h4 .sProClockIcon > img {
    width: 13px;
    margin-top: -1px;
  }
  .sProImgCol {
    margin-bottom: 10px;
  }
  .sProDetailText > p {
    font-size: 14px;
  }
  .sProDetailText > h3 {
    font-size: 14px;
  }
  .nwCartMain.orderdetailscartpage {
    padding-right: 0;
  }
  .tableInfo table tbody tr td .cartimg {
    height: 80px;
  }
  .totalPriceColumn .block.text-right.text-md-center {
    text-align: right !important;
  }
  .freeOption ul li {
    text-align: center;
  }
  .sProBtnBlog {
    text-align: center;
  }
  .sProTopContent {
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--primary);
  }
  .productCardnew {
    padding-top: 30px;
  }
  .bannerSectiontheme .bannerSlider .swiper-slide {
    padding: 180px 0 80px;
    min-height: 736px;
  }
  .minWdBtn.cartBtmBtn, .totalPriceColumn .minWdBtn {
    min-width: initial;
  }
  .totalPriceColumn .totalCost {
    font-size: 20px !important;
  }
  .aboutSection .cs1Style .cs1ImgCol {
    height: 330px;
  }
  .spaceSection .cs2ImgCol {
    margin-top: 20px;
    height: 400px;
  }
  .bannerSectiontheme .btnBanner > .row {
    margin-right: -6px;
    margin-left: -6px;
  }
  .bannerSectiontheme .btnBanner > .row .col-auto {
    padding-right: 6px;
    padding-left: 6px;
  }
  .customFixBar.editviewPage .sProImgCol {
    width: 100%;
    margin-bottom: 20px;
  }
  .sProBtnBlog .btn.btn_primary.uploadimageclass i, .sProBtnBlog .btn.btn_primary.messageoncakeclass i {
    display: block !important;
  }
  .sProBtnBlog .btn.btn_primary.uploadimageclass span, .sProBtnBlog .btn.btn_primary.messageoncakeclass span {
    display: none !important;
  }
  .sProBtnBlog .btn.btn_primary.uploadimageclass, .sProBtnBlog .btn.btn_primary.messageoncakeclass {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .totalPriceColumn.viewPriceBtn .totalCost {
    width: 165px;
  }
  .menuPageContent .fixedCenterScroll .menuSection {
    overflow: hidden;
    top: 0 !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  input,
  select,
  textarea {
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
  }
}
@media (max-width: 767px) {
  .backToMenu {
    padding: 15px 0;
  }
  .sProInnerCol .status-period {
    padding: 20px 0 0;
  }
  .sProBtnBlog {
    text-align: center;
  }
  .sProBtnBlog .btn {
    min-width: auto;
    padding: 6px 12px;
    font-size: 12px;
    min-height: 38px;
  }
  .sProBtnBlog .btn i {
    font-size: 16px;
  }
  .totalPriceColumn .block .mainTitle h6 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .freeOption ul li .custom-control-label img,
  .freeOption ul li .form-check-label img {
    width: 20px;
  }
  .freeOption ul li + li {
    margin-left: 0;
  }
  .openingHr h4 {
    font-size: 20px;
    padding-bottom: 0;
  }
  .status-period ul li .price .actulPrice {
    font-size: 14px;
  }
  .status-period ul li .tagLine {
    font-size: 10px;
  }
  .btn {
    font-size: 14px;
  }
  .chooseLocation .inlineBtns .btn {
    min-width: 160px;
  }
  .inlineBtns li {
    padding-right: 5px;
  }
  .blogWrapper .blog-item .entry-thumbnail {
    margin-bottom: 15px;
  }
  .blogWrapper .blog-item .entry-thumbnail a {
    height: 280px;
  }
  .blogWrapper .blog-item .entry-thumbnail a img {
    border-radius: 20px;
  }
  .comments-tree .children {
    padding-left: 0;
  }
  .btnBlog {
    margin-top: 30px;
  }
  .modalStyle .form-group .rightIconFld {
    margin-bottom: 0;
  }
  .sideLinesDivider {
    padding: 15px;
  }
  .real-time {
    padding: 30px !important;
  }
  .suGoogleCol {
    margin-top: 30px;
  }
  .cartCheckout .scheduleOrderCol {
    padding: 15px;
  }
  .btn.lgBtn {
    padding: 12px 15px;
  }
  form#payment-form {
    padding: 15px;
    border-radius: 8px;
  }
  .listView .lableDes {
    padding-bottom: 6px;
  }
  .floatingCart {
    padding: 10px 15px;
    border-radius: 20px 20px 0 0;
  }
  .floatingCart .cartPrice svg {
    width: 20px;
  }
  .nwCartMain.orderdetailscartpage .nwCartInner {
    max-height: initial;
  }
  .modal_header {
    padding: 10px 35px 10px 15px;
  }
  .modal_header .modal-title {
    font-size: 18px;
  }
  .modal_header .close {
    font-size: 24px;
    top: 8px;
    right: 15px;
  }
  .filterSelectCol {
    padding: 0 15px 20px;
  }
  .filterLinkOpt {
    padding: 10px 30px 10px 15px;
    border-radius: 6px;
    font-size: 14px;
  }
  .filtercard-body {
    padding: 10px 10px 0;
  }
  .filterSelectCol .selectOptChk label {
    padding-left: 26px;
    font-size: 14px;
  }
  .filterSelectCol .selectOptChk label:before {
    width: 16px;
    height: 16px;
    top: 3px;
  }
  .filterSelectCol .selectOptChk input:checked + label:after {
    left: 6px;
  }
  .filterSelectCol .selectOptChk {
    margin-bottom: 5px;
  }
  .hoursList {
    margin-top: 20px;
  }
  .spaceSection .testimonialCol .testimonialSlider .swiper-pagination2.swiper-pagination-clickable.swiper-pagination-bullets {
    justify-content: center;
  }
  .spaceSection {
    padding: 60px 0;
  }
  .nwCartMain.orderdetailscartpage .nwCartTitle {
    margin-bottom: 20px;
  }
  .hScrollParent {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px 0 15px;
    margin: 20px 0;
  }
  .hScrollParent .cuisineBadges {
    padding: 0 !important;
    justify-content: flex-start;
    flex-wrap: initial;
    white-space: nowrap;
  }
  .hScrollParent .cuisineBadges .cuisineBadgeStyle {
    margin: 0;
  }
  .hScrollParent .cuisineBadges .cuisineBadgeStyle + .cuisineBadgeStyle {
    margin-left: 8px;
  }
  .customFixBar .totalPriceColumn .freeOption ul li + li {
    margin-left: 2px;
  }
  .customFixBar .totalPriceColumn .freeOption ul li .custom-control-label img,
  .customFixBar .totalPriceColumn .freeOption ul li .form-check-label img {
    width: 20px;
  }
  .customFixBar .totalPriceColumn .block .mainTitle h6 {
    margin-bottom: 5px;
  }
  .sProInnerCol .status-period {
    padding-top: 15px;
  }
  .bannerSectiontheme .bannerSlider .swiper-slide .bannerSwiper .btnBanner .btn_wrap a {
    padding: 10px 20px !important;
  }
  .lrIcon svg {
    width: 15px;
    display: block;
  }
  footer.view_page_class {
    display: none;
  }
  .customFixBar.editviewPage .sProImgCol {
    height: 300px;
  }
  .customFixBar.editviewPage .sProImgCol div,
  .customFixBar.editviewPage .sProImgCol img {
    width: 100%;
    height: 100%;
  }
  .menuPageContent .customContent .content .tabs h4 {
    font-size: 16px;
  }
  .totalPriceColumn .freeOption span.lblText {
    display: none;
  }
  .sProBtnBlog #allow_image_comments .btnBlog {
    margin-top: 0;
  }
  .customFixBar.cakemessagebtn .totalPriceColumn {
    bottom: 47px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  .bannerSectiontheme .bannerSwiper .btn__wrap .btn-border {
    padding: 8px 20px;
    min-width: 140px;
  }
  .titleColtheme h2.lgTitle {
    padding: 0;
    font-size: 34px;
  }
  .titleColtheme h2.lgTitle::before {
    display: none;
  }
  .titleColtheme h2.lgTitle::after {
    display: none;
  }
  .singleProductSlideCol .customFixBar.cakemessagebtn .menuProductInner .productCardnew .productSizeCol {
    margin-bottom: 0;
  }
  .singleProductSlideCol .customFixBar.cakemessagebtn .menuProductInner .productCardnew .productSizeCol .block.sProBlock {
    margin-bottom: 0;
  }
  .singleProductSlideCol .customFixBar.cakemessagebtn .menuProductInner .productCardnew > div > div + div .productSizeCol .block.sProBlock {
    margin-top: 20px;
  }
  .menuProductInner .productCardnew .productSizeCol {
    margin-bottom: 0;
  }
  .menuProductInner .productCardnew .productSizeCol .block.sProBlock {
    margin: 0;
  }
  .menuProductInner .productCardnew > div > div + div .productSizeCol .block.sProBlock {
    margin-top: 20px;
  }
  .modalStyle.uploadImagecakeModal .modalForm {
    height: 280px;
  }
  .modalStyle.uploadImagecakeModal .modalForm div,
  .modalStyle.uploadImagecakeModal .modalForm div img {
    height: 100%;
    text-align: center;
    max-height: 100% !important;
  }
  .floatingCart .cartPrice svg {
    width: 18px;
  }
  .floatingCart {
    padding: 8px 15px;
  }
  .floatingCart .cartPrice {
    font-size: 16px;
  }
  .cartRightText.viewCartItems a {
    font-size: 14px;
  }
	.backToMenu a > svg {
		max-width: 20px !important;
		height: 20px !important;
	}
	.sProInnerCol .status-period ul {
		display: flex !important;
	}
	.sProInnerCol .status-period {
		padding-top: 5px !important;
	}
	.customFixBar .totalPriceColumn .freeOption ul li .custom-control-label img,
	.customFixBar .totalPriceColumn .freeOption ul li .form-check-label img {
		width: 18px;
	}
	.sProBtnBlog {
		gap: 5px;
	}
  .customFixBar .totalPriceColumn.offCanvasDetail, .customFixBar.editviewPage .totalPriceColumn {
    position: sticky;
    bottom: 40px;
  }
  .menuProductInner {
    height: initial;
  }
  .customFixBar.editviewPage .menuProductInner {
    height: initial
  }
  .customFixBar form[data-ajax-form="addToCartProductChoice"] {
    max-height: 100vh;
    overflow-y: auto;
  }
  #allow_image_comments .btnBlog {
    padding-bottom: 10px;
  }
  .oa-page-title {
    font-size: 24px;
  }
  .listView .form-check.radioStyle.lableDes {
    padding-left: 24px;
  }
  .sProBlock .listView .form-check-input {
    left: 22px;
    margin-top: 3px;
  }
}
@media (max-width: 575px) {
  .productSizeCol {
    margin-bottom: 20px;
  }
  .pageSpace {
    padding: 35px 0;
  }
  .menuColMain {
    width: 260px;
  }
  .filterModalStyle .modal-dialog {
    max-width: 300px;
  }
  .status-period ul li .minuteBlock {
    font-size: 14px;
  }
  .hearBlock i {
    font-size: 20px;
  }
  .sProChoose .listView {
    padding: 15px 10px 0;
  }
  .sProChooseTitle > h6 {
    font-size: 15px;
  }
  .cartTitle {
    padding: 15px 50px;
  }
  .cartBackIcon {
    left: 0;
  }
  .cartBackIcon > img {
    max-width: 18px;
  }
  .filterSelectCol {
    padding: 0 15px 15px;
  }
  .tabMenu {
    margin-top: 15px;
    border-radius: 13px;
  }
  .recommendSlidertheme .recommendCardtheme .recImgColtheme img {
    height: 260px;
  }
  .title_heading > h2 {
    font-size: 26px;
  }
  .blogWrapper .blog-item .post-content h5 {
    font-size: 18px;
    line-height: 1.2;
  }
  .comments-tree .comment .comment-content {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .form-field-block {
    padding: 15px 0px;
  }
  .dashDivider {
    margin: 0;
  }
  .nwCartTitle h2 {
    font-size: 20px;
  }
  .p2pCol {
    padding: 15px;
    border-radius: 20px 20px 0 0;
  }
  .formStyle .labelStyle {
    margin-bottom: 5px;
  }
  .modalStyle .modal-body {
    padding: 10px 0 0;
  }
  .formStyle .form-group {
    margin-bottom: 15px;
  }
  .npSelectOptMain ul li.npSelectStyle {
    margin-top: 5px;
  }
  .npBtnRight .btn {
    padding: 6px 10px;
    font-size: 12px;
  }
  .npSelectOptMain ul li.npSelectStyle .custom-select {
    padding: 5px 25px 5px 8px;
    height: 30px;
  }
  .address_info > ul > li {
    margin-top: 10px;
  }
  .address_info ul li span i {
    font-size: 16px;
  }
  .order_detailCol ul li span {
    padding: 15px;
  }
  .order_infoCol .order_detailCol > ul > li {
    padding: 5px 0 5px 20px;
  }
  .order_detailCol > ul > li:before {
    left: -2px;
  }
  .order_detailCol > ul > li + li:after {
    left: 5px;
  }
  .order_infoCol .title_heading > h2 {
    font-size: 20px;
  }
  .sProInnerCol .status-period ul li + li {
    padding-left: 8px;
  }
  .openinghoursModl ul li > p {
    margin-bottom: 8px;
  }
  .bannerSectiontheme .btnBanner .btn_wrap {
    margin-top: 20px;
  }
  .floatingCart .cartPrice > span + span {
    margin-left: 2px;
  }
  .socialLinkbtns ul li a .socialLinkbtnsIcon img {
    max-width: 14px;
    height: 16px;
  }
  .socialLinkbtns ul li + li {
    margin-left: 15px !important;
  }
}
@media only screen and (max-width: 575px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .menuProductInner {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  #categorylinknewuicake svg {
    width: 30px;
  }
  .sProBtnBlog .btn.btn_primary.uploadimageclass,
  .sProBtnBlog .btn.btn_primary.messageoncakeclass {
    width: 30px;
    height: 30px;
  }
  .totalPriceColumn.viewPriceBtn .totalCost {
    width: auto;
  }
  .bannerSectiontheme .bannerSwiper .btn__wrap .btn-border {
    padding: 8px 20px;
    min-width: 140px;
  }
  .bannerSectiontheme .bannerSwiper .btn__wrap {
    margin-top: 20px;
  }
  .titleColtheme h2.lgTitle {
    letter-spacing: normal;
  }
  .bannerSectiontheme .bannerSlider .swiper-slide {
    padding: 100px 0 80px;
    min-height: 726px;
  }
  .lightBg .paraText {
    font-size: 16px;
  }
  .titleColtheme h2.lgTitle {
    letter-spacing: normal;
  }
  .chefSection .cs1Style {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .pageSpace2 {
    padding: 40px 0 60px;
  }
  .menuContent > p {
    font-size: 13px;
  }
  .menuContent > h3 {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .cartCardStyle {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .topLinksSwiper {
    margin-bottom: 20px;
  }
  .spaceTop {
    padding-top: 58px !important;
  }
  .tabsImg {
    left: 4px;
    top: 4px;
    bottom: 4px;
    width: 85px;
  }
  .tabIcon {
    right: 10px;
    top: 8px;
  }
  .tabIcon > img {
    width: 20px;
  }
  .pageContent.productDetailPage {
    padding-top: 58px;
  }
  .proTitle > h3 {
    font-size: 16px;
    margin: 0;
  }
  .productDetailPage .tablinks + .tablinks {
    margin-left: 0;
  }
  .productDetailPage .tablinks {
    padding: 5px 10px;
    height: 32px;
    font-size: 12px;
  }
  .productDetailPage .sProDetailCol {
    margin-bottom: 15px;
  }
  .filterBtn .btn.mdBtn {
    padding: 10px;
    min-width: auto;
  }
  .productlistBtn {
    padding-top: 40px;
  }
  .productlistBtn .pagStyle .btn.btn_primary {
    min-width: 100px;
    padding: 8px 20px;
    font-size: 14px;
  }
  .tableInfo table tbody tr td .cartimg {
    height: 70px;
  }
  .tableInfo .table td.tableTextbold {
    padding: 8px 10px;
  }
  .tableInfo .table td.tableTextExtrabold {
    font-size: 16px;
    padding: 10px;
    height: 50px;
  }
  .successInfo > h2 {
    font-size: 26px;
  }
  .successInfo > h3 {
    font-size: 16px;
  }
  .totalPriceColumn .totalCost {
    font-size: 18px !important;
  }
  .productSizeCol .mainTitle {
    padding: 10px 15px;
    opacity: 0.7;
  }
  .menuContent .proSelectOption ul {
    padding: 0;
  }
  .menuCard {
    min-height: 144px;
  }
  .sProChooseTitle {
    padding: 10px;
  }
  .backToMenu {
    padding: 10px 0;
  }
  .backToMenu a {
    font-size: 14px;
  }
  .backToMenu a > svg {
    max-width: 24px;
  }
  div#catfilter {
    padding: 5px 15px 5px 25px;
  }
  .menuPageContent .fixedCenterScroll {
    padding-top: 20px;
  }
  .chooseLocation .inlineBtns .btn {
    min-width: 106px;
    padding: 8px 10px;
  }
  .choosePromotion label.custom-control-label {
    font-size: 14px;
  }
  .sProInnerCol .status-period ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .sProInnerCol .status-period ul li {
    vertical-align: top;
    padding: 0;
    width: auto;
    border: 0;
  }
  .sProInnerCol .status-period ul li + li {
    padding-left: 0;
  }
  .menuProductInner .sProImgCol {
    height: 200px;
  }
  .productCardnew {
    padding-top: 20px;
  }
  .customFixBar .totalPriceColumn {
    padding: 10px 0;
  }
  .menuProductInner .sProImgCol .swiper-container {
    height: 100%;
  }
  .totalPriceColumn .totalCost {
    font-size: 18px !important;
  }
  .bannerSectiontheme .bannerSlider .swiper-slide .bannerSwiper .btnBanner .btn_wrap a {
    padding: 10px 15px !important;
  }
  .bannerSectiontheme .btnBanner .btn_wrap {
    margin-top: 15px;
  }
  .lrIcon svg {
    width: 14px;
  }
  .customFixBar.editviewPage .sProImgCol {
    height: 200px;
  }
  .customFixBar .totalPriceColumn.offCanvasDetail .row,
  .customFixBar.editviewPage .totalPriceColumn .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .customFixBar .totalPriceColumn.offCanvasDetail .row > div,
  .customFixBar.editviewPage .totalPriceColumn .row > div {
    padding-right: 5px;
    padding-left: 5px;
  }
  .btn.uploadimageclass,
  .btn.messageoncakeclass {
    min-width: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  .singleProductSlideCol .backToMenu {
    padding: 5px 0;
  }
  #allow_image_comments .btnBlog {
    margin-top: 0;
  }
  .modalStyle .modalBtn {
    padding: 8px 12px;
  }
  .modalStyle .modal-title {
    font-size: 18px;
    line-height: 1.2;
  }
  .spaceSection {
    padding: 40px 0;
  }
  .italicText {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .lightBg .paraText {
    font-size: 14px;
  }
  .socialLinkbtns ul li a {
    font-size: 14px;
    padding: 6px 15px;
  }
  .socialLinkbtns ul li a .socialLinkbtnsIcon {
    padding-right: 5px;
  }
  .totalPriceColumn .totalCost {
		font-size: 16px !important;
	}
  .choosePaymentSection .paymentMethodCol .choosePayment label.choosePaymentCard {
    min-width: 160px;
  }
}
@media (max-width: 375px) {
  .pageContent {
    padding: 40px 0;
  }
  .npBtnRight .btn {
    padding: 4px 8px;
  }
  .status-period ul li {
    width: auto;
  }
  .status-period ul li + li {
    border-left: 1px solid var(--border);
    padding-left: 10px;
    padding-bottom: 0;
  }
  .quantityStyle2.cart-inc-dec .quantity span,
  .quantityStyle2.cart-inc-dec .quantity input {
    font-size: 20px;
  }
  .sProBtnBlog .btn {
    min-width: auto;
    padding: 4px 8px;
    font-size: 12px;
  }
  .totalPriceColumn .totalCost {
    font-size: 16px !important;
  }
  .sProBtnBlog .btn#checkoutbtnview {
    display: none;
  }
  #allow_image_comments .btnBlog .text-danger {
    font-size: 10px;
  }
  .bannerSectiontheme .bannerSwiper .btn__wrap .btn-border {
    padding: 7px 15px;
    min-width: 120px;
  }
  .bannerSectiontheme .bannerSlider .swiper-slide .bannerSwiper .btnBanner .btn_wrap a {
    padding: 8px 15px !important;
    min-width: 120px;
  }
  .modalStyle .modalBtn {
    padding: 6px 10px;
    font-size: 12px;
  }
  .modalStyle .modal-footer {
    padding: 10px 0 0;
    justify-content: center;
  }
  .mBtn .btn_primary.smBtn {
    padding: 2px 6px;
  }
  .menuCardImg .not-available-text {
    font-size: 14px;
  }
  .choosePaymentSection .paymentMethodCol .choosePayment label.choosePaymentCard {
    min-width: 140px;
  }
}

/* Deal Text */
.dealText {
  padding-top: 25px;
}
/* Desktop (web) */
@media (min-width: 768px) {
  .dealText {
    padding-top: 24px;
  }
}
.dealText > h4 {
  font-size: 18px;
  font-weight: 400;
}
.dealText > h4 > span {
  font-weight: 600;
  color: var(--primary);
}
/* floating btn Fix */

.floatingCartFixBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.floatingCartFixBtn .fixBtnCol {
  flex: 0 0 50%;
  border-radius: 10px;
  padding: 10px;
}
.floatingCartFixBtn .fixBtnCol span.cartPrice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.fixBtnCol .cartPrice svg {
  width: 18px;
  display: block;
}

/* ============================================================
 * BS4â†’BS5 compatibility fixes (checkout form + payment success)
 * ============================================================ */

/* --- Checkout form: remove ul bullets, fix select & radio --- */
.cartCheckout .scheduleOrderCol form ul,
.cartCheckout .scheduleOrderCol form ul.type-of-choice {
  list-style: none;
  padding-left: 0;
  margin-bottom: 12px;
}
.cartCheckout .scheduleOrderCol form ul > li {
  margin-bottom: 8px;
}
.cartCheckout .scheduleOrderCol .custom-select {
  width: 100%;
  display: block;
  border-radius: 6px;
  border: 1px solid var(--border);
  background-color: transparent;
  font-size: 14px;
  color: var(--ink);
  height: 40px;
  padding: 6px 32px 6px 12px;
}
.cartCheckout .scheduleOrderCol .custom-radio .custom-control-label::before {
  border: 2px solid var(--border);
  background-color: var(--white);
  box-sizing: border-box;
}
.cartCheckout .scheduleOrderCol .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--primary);
  background-color: var(--primary);
}
.sidebar-search .form-control {
  background-color: transparent;
  font-size: 14px;
}
/* --- Payment success: fix text-align + form-check radio (BS5 classes on BS4 CSS) --- */
.successInfo form {
  text-align: left;
}
.successInfo form .form-check {
  display: block;
  padding-left: 1.6em;
  margin-bottom: 10px;
  min-height: 1.5rem;
}
.successInfo form .form-check-input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  float: left;
  margin-left: -1.6em;
  margin-top: 0.2em;
  width: 1.1em;
  height: 1.1em;
  vertical-align: top;
  border: 2px solid var(--border);
  border-radius: 50%;
  background-color: var(--white);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  box-sizing: border-box;
}
.successInfo form .form-check-input[type="radio"]:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.successInfo form .form-check-input[type="radio"]:focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.1);
  outline: none;
}
.successInfo form .form-check-label {
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  margin-left: 0;
}

/*    /newthemechangeui.css */