@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular/Poppins-Regular.eot")
      format("embedded-opentype"),
    url("../fonts/Poppins-Regular/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular/Poppins-Regular.ttf") format("truetype"),
    url("../fonts/Poppins-Medium/Poppins-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium/Poppins-Medium.otf")
      format("embedded-opentype"),
    url("../fonts/Poppins-Medium/Poppins-Medium.woff") format("woff"),
    url("../fonts/Poppins-Medium/Poppins-Medium.ttf") format("truetype"),
    url("../fonts/Poppins-Medium/Poppins-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-Semibold/Poppins-SemiBold.eot")
      format("embedded-opentype"),
    url("../fonts/Poppins-Semibold/Poppins-SemiBold.woff") format("woff"),
    url("../fonts/Poppins-Semibold/Poppins-SemiBold.ttf") format("truetype"),
    url("../fonts/Poppins-Semibold/Poppins-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold/Poppins-Bold.eot") format("embedded-opentype"),
    url("../fonts/Poppins-Bold/Poppins-Bold.woff") format("woff"),
    url("../fonts/Poppins-Bold/Poppins-Bold.ttf") format("truetype"),
    url("../fonts/Poppins-Bold/Poppins-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  overflow: scroll;
  overflow-x: hidden;
}

#root {
  width: 420px;
  margin: 0 auto;
  display: block;
}

.category-products-content
  .box-wrapper-container.header-wrp
  .box-wrapper
  .search-box
  .location-dropdown-container
  button.nav-location,
.input-group.search-box .input-group-append.location-dropdown-container {
  display: none;
}

.device_only > ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

body {
  color: #383838 !important;
  font-family: "Poppins-Regular";
  font-size: 14px;
}

.bg-grey {
  background-color: #f4f4f4 !important;
}

.bg-grey-light {
  background-color: rgba(250, 250, 250, 0.5) !important;
}

.bg-white {
  background-color: #fff !important;
}

.hidden {
  display: none !important;
}

.spinner {
  color: rgba(252, 128, 25, 0.15);
}

.height-25 {
  height: 25vh;
}

.height-30 {
  height: 30vh;
}

.height-40 {
  height: 40vh;
}

.height-50 {
  height: 50vh;
}

.height-60 {
  height: 60vh;
}

.height-70 {
  height: 70vh;
}

.height-80 {
  height: 82vh;
}

.height-100 {
  height: 100vh;
}

.height-100-percent {
  height: 100% !important;
  min-height: 100vh !important;
}

.pt-62 {
  padding-top: 62px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.fixed {
  position: fixed;
  pointer-events: all;
}

.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shadow-light {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
  transition: 0.2s linear all;
}

.shadow-medium {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.shadow-dark {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}

.display-flex {
  display: flex !important;
}

.flex-auto {
  flex: auto;
}

.desktop-left-container {
  align-items: center;
  display: flex;
}

.desktop-right-container {
  display: flex;
  justify-content: flex-end;
}

/* FirstScreen */

.welcome-heading {
  text-align: center;
  margin: 0.25rem 1.5625rem 0;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 700;
  white-space: pre-wrap;
  color: #282c3f;
}

.welcome-subheading {
  font-size: 0.875rem;
  color: #646464;
  margin-top: 0.9375rem;
}

.btn-setup-location {
  width: 16rem;
  height: 4rem;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
  color: #fff;
  text-transform: uppercase;
  border-radius: 1px;
  text-align: center;
  line-height: 2.7rem;
}

.btn-setup-location:hover {
  color: #fff;
}

.login-block {
  display: block;
  text-align: center;
  color: #646464;
  margin-top: 0.9375rem;
}

.login-block > a {
  font-weight: 400;
}

.back-button .si-arrow-left:before {
  font-size: 20px;
}

/* Location */

.search-box {
  top: -1px;
}

.search-input {
  font-size: 0.9375rem;
  border: 0;
}

.header-top {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: -2px;
  background-color: #fff;
  width: 420px;
  padding: 16px;
  z-index: 99;
  display: flex;
  align-items: center;
  background: #0077c7 !important;
  justify-content: space-between;
  height: 65px;
}

.upper-layer {
  position: fixed;
  margin-top: 75px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  padding-bottom: 70px !important;
  z-index: 99999999;
  background-color: #fff;
  height: 100vh;
  overflow: scroll;
  border-radius: 5px;
}

.header-top .location-dropdown-container .location-btn {
  position: relative;
  background: #f1f1f1;
  border-radius: 16px;
  display: flex;
  align-items: center;
  height: 32px;
  max-width: 120px;
  padding: 9px 14px;
  font-family: "Poppins-Regular" !important;
}

.header-top .location-dropdown-container .location-btn img {
  margin-right: 10px;
}

.header-top .location-dropdown-container .location-btn span {
  font-size: 14px;
  line-height: 14px;
  color: #383838;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70px;
}

.header-top .nav-location-icon {
  color: #383838;
}

.search-navs-btns > i {
  font-weight: 900;
}

.height-8-5 {
  height: 8.5vh;
}

.location-search-result {
  min-height: auto;
  background-color: #fff;
}

.location-search-block {
  border-top: 1px solid #eaecee;
  position: relative;
  padding: 1.4rem 0;
  background-color: rgba(0, 0, 0, 0.02);
}

.location-search-block:nth-of-type(2n-1) {
  background-color: #fff;
}

.location-search-icon {
  width: 5rem;
  float: left;
  text-align: center;
}

.location-search-data {
  padding-left: 5.625rem;
}

table > tbody > tr {
  height: 6rem;
}

/*Footer */

.footer-fixed {
  position: fixed;
  bottom: -1px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-shadow: 0px -2px 6px 1px rgba(0, 0, 0, 0.15);
  display: inline-flex;
  background-color: #fff;
  text-align: center;
  z-index: 99999;
  width: 100%;
  height: 64px;
}

.active-footer-tab {
  color: #000;
  font-family: "Poppins-Medium";
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
}

.footer-links {
  color: #383838;
  font-family: "Poppins-Medium";
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cart-quantity-badge {
  border-radius: 100%;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eb5757;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  min-height: 16px;
  min-width: 16px;
  padding: 0px 2px 0px 3px;
}

.ftr-icons {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  background-position: center;
  font-size: 0;
}
.ftr-icons i {
  font-size: "25px";
  color: white;
}

.ftr-icons :before {
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: -12px;
  right: -12px;
  background: #2bd156;
  line-height: 24px;
  padding: 0 5px;
  height: 24px;
  min-width: 24px;
  color: white;
  text-align: center;
  border-radius: 24px;
}

.shake {
  animation: shakeCart 1s ease-in-out forwards;
}

@keyframes shakeCart {
  25% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}

.home-active {
  background-image: url(../img/icons/Footer/home-active.svg);
}

.home {
  background-image: url(../img/icons/Footer/home.svg) !important;
  width: 23px;
  height: 25px;
}

.orders-active {
  background-image: url(../img/icons/Footer/bags-shopping-active.svg);
}

.orders {
  background-image: url(../img/icons/Footer/bags-shopping.svg);
}

.cart {
  background-image: url(../img/icons/Footer/shopping-cart.svg);
  width: 25px;
  height: 25px;
}

.cart-active {
  background-image: url(../img/icons/Footer/shopping-cart-active.svg);
}

.notification {
  background-image: url(../img/icons/Footer/notification.svg);
}

.notification-active {
  background-image: url(../img/icons/Footer/notification-active.svg);
}

.account {
  background-image: url(../img/icons/Footer/user-alt.svg);
}

.account-active {
  background-image: url(../img/icons/Footer/user-alt-active.svg);
}

/* Nav */

.nav-location {
  height: 4rem;
  border: 0;
  background: #fff;
  border-radius: 0;
}

.nav-location-icon {
  font-size: 0.625rem;
  margin-left: 0.125rem;
  font-weight: 700;
}

.homepage-content {
  margin-bottom: 94px;
}

/* Promo Slider */

.slider-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}

.see-all-link {
  color: #383838;
  font-size: 14px;
  line-height: 14px;
  font-family: "Poppins-Semibold";
}

.slider-heading {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  color: #383838;
  font-family: "Poppins-Bold";
}

.slider-wrapper {
  margin-top: 0px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin-bottom: 0px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.bottom-divider {
  border-bottom: 5px solid #f1f1f1;
}

.slider-wrapper__img-wrapper {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background-color: #fff;
  text-align: center;
}

.banner-slider .slider-wrapper__img-wrapper {
  width: 100% !important;
}

.banner-slider .owl-theme .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.banner-slider .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 5px;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 5px;
}

.banner-slider .owl-theme .owl-dots .owl-dot.active span {
  width: 20px;
  height: 5px;
  background-color: #fff;
  opacity: 1;
}

.banner-slider .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0 !important;
}

.product-box-shadow {
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.slider-wrapper__img {
  box-shadow: none !important;
}

.slider-wrapper__img-shadow {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.slider-wrapper__img-wrapper:first-child {
  margin-left: 1rem;
}

.slider-wrapper__img-wrapper:last-child {
  margin-right: 1rem;
}

.promo-slider-loader {
  width: 100%;
  margin: 0;
  height: 192px;
}

.slider-label {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #383838;
}

.category-slider {
  padding-bottom: 20px;
}

.category-slider .slider-label {
  width: 75px;
  height: 35px;
  white-space: normal !important;
  display: inline-flex;
  justify-content: center;
  font-weight: 600;
  font-family: "Poppins-Semibold";
  overflow: hidden !important;
  margin-top: 8px;
  text-overflow: ellipsis !important;
  word-break: break-word;
}

.discount-offers-slider {
  width: 100%;
}

.discount-offers-slider .slider-wrapper__img {
  max-width: 100% !important;
  width: 100% !important;
  max-height: 500px !important;
}

.slider-wrapper__img-shadow {
  text-shadow: none !important;
}

.top-selling-slider .slider-cust-img {
  border-radius: 5px 5px 0 0;
  min-height: 140px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-selling-slider .slider-wrapper__img-wrapper {
  margin-right: 12.5px;
  margin-left: 12.5px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  width: 181px;
}

.top-selling-slider .product-img {
  width: 181px;
  height: 140px;
}

.top-selling-slider .slider-label {
  text-align: left;
  margin: 0;
  width: 183px;
}

.top-selling-slider .slider-label h4 {
  margin: 0;
  max-height: 55px;
  height: 55px;
  word-break: break-word;
  white-space: normal !important;
  padding: 12px 13px 8px;
  font-weight: normal;
  flex-direction: column;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

.top-selling-slider .slider-label .pro-price {
  font-size: 16px;
  line-height: 16px;
  color: #383838;
  font-weight: 600;
  padding: 0px 13px 0px;
  font-family: "Poppins-Bold";
  margin: 0;
}

.page-title {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  margin: 0 !important;
  margin-right: 30px;
  font-family: "Poppins-Bold";
}

.back-button {
  padding: 0 20px 0 0;
}

.checkout-page .back-button {
  padding: 0;
}

.products-content .product-item {
  position: relative;
}

.products-content .product-details .btn-group {
  position: absolute;
  bottom: 0;
  right: 10px;
}

/* category wise products */

.header-top .location-dropdown-container {
  position: absolute;
  right: 16px;
}

.category-products-content .category-listing .category-inner-list a .cat-name {
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  font-size: 12px;
  line-height: 12px;
  margin-top: 8px;
  margin-bottom: 0;
  color: #383838;
}

.category-products-content
  .category-listing
  .category-inner-list
  a.active
  .cat-name
  span {
  color: #ffffff;
}

.category-products-content .category-listing .category-inner-list a {
  padding: 16px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.category-products-content .category-listing .category-inner-list a .cat-name {
  width: 100%;
  text-align: center;
  padding: 0px;
  font-size: 16px;
  line-height: 18px;
  color: #0077c7;
  margin-top: 0;
}

.category-products-content .category-listing .category-inner-list a .tick-mark {
  position: absolute;
  height: 25px;
  width: 25px;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.category-products-content
  .category-listing
  .category-inner-list
  a
  .tick-mark
  img.tick-box {
  width: auto;
  height: auto;
  max-width: 100%;
  min-width: initial;
}

.Panes h2 {
  font-size: 18px;
  font-family: "Poppins-SemiBold";
}

.Panes p {
  font-size: 16px;
  line-height: 24px;
}

/* category new layout */

.category-products-content
  .category-listing
  .category-inner-list
  .custom-scrollbar-slider
  .slider-scrollbar {
  column-gap: 12px;
  margin-bottom: 0px;
  padding: 12px 16px;
  justify-content: flex-start;
}

.category-products-content .category-listing .category-inner-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 5px 6px;
  background-color: #ffffff;
  border-radius: 28px;
  column-gap: 6px;
  box-shadow: 0px 0px 6px rgb(155 155 155 / 64%);
  height: auto;
  width: auto;
  white-space: unset;
}

.category-products-content .category-listing .category-inner-list a.active {
  background-color: #0077c7;
}

.category-products-content .category-listing .category-inner-list a img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
}

.category-products-content .pro-listing .product-item .product-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
  border-radius: 5px 0 0 5px !important;
}

.category-products-content
  .pro-listing
  .product-item
  .product-details
  .cart-item-btn
  .btn {
  font-size: 14px !important;
  line-height: 17px !important;
}

.category-products-content
  .pro-listing
  .product-item
  .product-details
  .btn-group {
  border: 0;
  margin-top: 2px;
  margin-bottom: 0px !important;
}

.category-products-content .pro-listing .product-item .product-img img {
  width: 100% !important;
  height: 100% !important;
  max-height: unset !important;
  border-radius: 5px 0 0 5px !important;
  object-fit: cover;
}

.category-products-content .pro-listing .product-item {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 12px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  padding-bottom: 12px;
}

.category-products-content .pro-listing .product-details {
  width: calc(100% - 100px);
  float: right;
}

.category-products-content .pro-listing .product-details {
  padding: 10px 12px 0;
}

/* RestaurantList */

.restaurant-count {
  text-transform: uppercase;
  color: #5b5b5b;
  font-size: 0.78rem;
  font-weight: 500;
}

.restaurant-block {
  padding: 0 !important;
}

.restaurant-block > div {
  margin-bottom: 0px !important;
}

.restaurant-image {
  width: 80px;
  height: 80px;
  float: left;
  height: 5.625rem;
  border-radius: 0.25rem;
  margin-top: 1rem;
}

.restaurant-info {
  margin-top: -1.8rem;
  text-align: left;
  padding-left: 8.5rem;
  padding-bottom: 1rem !important;
}

.restaurant-info > h4 {
  font-size: 1.2rem;
}

.restaurant-meta {
  margin-top: -1.2rem;
  font-size: 0.8rem;
  font-weight: 500;
}

.block-content.block-content-full {
  padding-bottom: 18px;
}

/* Auth/Login */

.nav-header {
  position: fixed;
  background-color: #fff;
  z-index: 9999;
}

.back-button {
  background-color: transparent;
}

.login-image {
  max-height: 7rem;
}

.login-texts {
  width: 45%;
  text-align: right;
}

.login-title {
  font-size: 22px;
  font-family: "Poppins-Medium";
  color: #000;
  font-weight: bold;
}

.login-subtitle {
  font-size: 14px;
  line-height: 21px;
  color: #383838;
  padding: 10px 16px 0 !important;
}

.overlay-loading {
  position: fixed;
  width: 420px;
  background-color: #000;
  z-index: 99999999;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: 900px;
}

.overlay-loading > div {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.overlay-loading > div > img {
  width: 300px;
}

.auth-error {
  position: fixed;
  bottom: 60px;
  text-align: center;
  width: 100%;
  background-color: #282c3f;
  color: #f4f4f5;
  padding: 18px 15px;
  z-index: 999999;
}

.error-shake {
  -webkit-animation: shake 0.85s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.85s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
}

@-webkit-keyframes shake {
  10%,
  90% {
    transform: translate3d(-3px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(5px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-1px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(7px, 0, 0);
  }
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-3px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(5px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-1px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(7px, 0, 0);
  }
}

/* Elements/Button */

.button-block {
  width: 100%;
}

.btn-main {
  width: 100%;
  height: 60px;
  font-size: 16px;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  background-color: #000;
  font-family: "Poppins-SemiBold" !important;
}

/* Items/Restaurantinfo */

.fixed-restaurant-info {
  position: absolute;
  top: 0.6rem;
  left: 5.2rem;
}

.fixedRestaurantName {
  font-size: 1rem;
  font-weight: 700;
}

.fixedRestaurantTime {
  font-weight: 400;
  font-size: 0.9rem;
}

/* Items/ItemList */

.recommended-item-content {
  padding: 0.5rem;
  height: 14rem;
  min-height: 16rem;
}

.recommended-item-shadow {
  box-shadow: 0px -5px 12px 1px rgba(0, 0, 0, 0.05);
}

.recommended-item-image {
  border-radius: 0.1rem;
  height: 131px;
  width: 180px;
}

.recommended-item-meta {
  height: 4.5rem;
  min-height: 4.5rem;
}

.meta-name {
  font-size: 0.95rem;
  font-weight: 500;
  max-width: 169px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.meta-price {
  font-size: 0.95rem;
  line-height: 1.5625rem;
}

.Collapsible {
  background-color: white;
}

.Collapsible__contentInner {
  padding: 10px;
}

.Collapsible__contentInner .category-list-item {
  margin-bottom: 0.625rem;
  font-size: 0.98rem;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 0.8rem;
  padding-left: 0.3125rem;
}

.Collapsible__contentInner .category-list-item:last-child {
  margin-bottom: 0;
  border: 0;
}

.Collapsible__contentInner > div > .item-name {
  font-weight: 500;
}

.Collapsible__contentInner > div > .item-price {
  font-weight: 400;
  color: #757575;
}

.Collapsible__trigger {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 1.5rem 1rem;
  background: #ffffff;
  color: #282c3f;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.Collapsible__trigger:after {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 1.025rem;
  top: 1.425rem;
  display: block;
  transition: transform 300ms;
}

.Collapsible__trigger.is-open:after {
  transform: rotateZ(180deg);
}

.item-badge {
  position: relative;
  color: #fafafa;
  font-size: 0.6rem;
  padding: 0.25rem 0.4rem;
  text-transform: none;
  font-weight: 600;
  border-radius: 1px;
}

.item-badge:not(:first-child) {
  margin-left: 0.25rem;
}

.btn-add-remove {
  border: 1px solid #ccc;
  width: 3.7rem;
  background-color: #f2f2f2;
  height: 2.5rem !important;
}

.btn-full .btn-add-remove {
  width: 82px !important;
}

.btn-dec {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #282c3f;
}

.btn-inc {
  font-size: 14px;
  line-height: 14px;
  color: #282c3f;
  font-weight: 500;
}

.flex-item-name {
  margin-left: 10px;
  flex-grow: 1;
  border: 0 !important;
}

.flex-item-image {
  border-radius: 0.25rem;
  width: 80px;
  height: 58px;
  position: relative;
}

.recommended-text {
  font-size: 1rem;
  text-transform: uppercase;
}

/* FloatCart */

.float-cart {
  position: fixed;
  width: 100%;
  height: 4rem;
  padding: 1.2rem;
  font-weight: 700;
  opacity: 0;
  bottom: 0rem;
  transition: 0.2s all linear;
  z-index: 10;
}

.float-cart--open {
  opacity: 1;
  bottom: 0;
  transition: 0.2s all linear;
}

/* Elements/BackWithSearch*/

.nav-page-title {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 42px;
}

/* Cart */

.cart-empty-block {
  height: auto;
  padding-top: 100px;
  z-index: 99999999999;
  position: relative;
  top: 75px;
  margin: 0 15px;
  border-radius: 5px;
  background-color: #fff;
}

.cart-empty-block img.cart-empty-img {
  width: 25% !important;
  margin: 0 auto;
  display: block;
}

.cart-empty-img {
  width: 100%;
}

.cart-empty-text {
  font-size: 1.2rem;
  font-weight: 600;
  color: #535665;
  font-family: "Poppins-SemiBold";
}

.progress-transparent {
  background-color: transparent !important;
}

.product-detail-pg
  .product-detail-wrp
  .detail-box
  .product-details
  .attribute-wrp
  .row {
  margin: 0;
}

/* Cart/CartItems */

.btn-quantity {
  height: 2.5rem !important;
  background-color: #fff;
  border: 1px solid #ccc;
  min-width: 35px;
}

.cart-item-name {
  flex: auto;
  width: 110px;
  font-weight: 400;
}

.cart-item-btn {
  flex: auto;
  width: 110px;
  margin-top: -0.5rem;
}

.cart-item-price {
  font-weight: 500;
  font-weight: 400;
  width: 75px;
  text-align: right;
}

.item-text {
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 1rem;
}

/* Cart/OrderComment */

.order-comment {
  height: 3.2rem;
  font-size: 1rem;
  border: 0;
  padding: 0 15px;
  border-radius: 0;
}

/* Cart/Coupon */

.coupon-form {
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.apply-coupon-input {
  height: 5rem;
  font-size: 1.1rem;
  border: 0;
  padding: 0 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.apply-coupon-input::-webkit-input-placeholder {
  color: #282c3f;
  letter-spacing: 1px;
}

.apply-coupon-input:-ms-input-placeholder {
  color: #282c3f;
  letter-spacing: 1px;
}

.apply-coupon-input::-ms-input-placeholder {
  color: #282c3f;
  letter-spacing: 1px;
}

.apply-coupon-input::-moz-placeholder {
  color: #282c3f;
  letter-spacing: 1px;
}

.apply-coupon-input::placeholder {
  color: #282c3f;
  letter-spacing: 1px;
}

.apply-coupon-input::-webkit-input-placeholder {
  color: #282c3f;
  letter-spacing: 1px;
}

.apply-coupon-input::-moz-placeholder {
  color: #282c3f;
  letter-spacing: 1px;
}

.apply-coupon-btn {
  height: 5rem;
  background-color: #fff;
  width: 4rem;
  border: 0;
  border-radius: 0 !important;
}

.apply-coupon-btn > i {
  font-size: 1.2rem;
  font-weight: 600;
}

.coupon-status {
  width: 100%;
  text-align: center;
}

.coupon-success {
  background-color: #60b246;
  color: #fff;
  font-weight: 500;
}

.coupon-fail {
  background-color: #f44336;
  color: #fff;
  font-weight: 500;
}

.coupon-text {
  color: #60b246;
  font-weight: 500;
}

/* Cart/BillDetails */

.bill-detail-text {
  height: 3.2rem;
  font-size: 1.1rem;
  border: 0;
  text-transform: uppercase;
}

/* Cart/CartCheckoutBlock */

.cart-checkout-block {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9;
  height: 22vh;
  box-shadow: 0px -2px 12px 2px rgba(0, 0, 0, 0.06);
}

.deliver-to-text {
  font-size: 1rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-weight: 600;
}

.change-address-text {
  font-size: 0.8rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-weight: 600;
  border: 1px solid #ccc;
}

.user-address {
  font-size: 13px;
}

.almost-there-text {
  font-size: 1.2rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-weight: 700;
}

.almost-there-sub {
  font-weight: 400;
  font-size: 0.9rem;
}

.btn-continue {
  width: 100%;
  border-radius: 0;
  height: 4rem;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 2.7rem;
  bottom: 0;
  position: fixed !important;
  margin-left: -1.1rem;
}

.btn-continue:focus,
.btn-continue:hover {
  color: #fff !important;
}

.btn-make-payment {
  width: 100%;
  margin: 0 auto;
  padding: 0.9375rem 0;
  line-height: 1.95rem;
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  border-radius: 0;
  height: 4rem;
  bottom: 0;
  position: fixed !important;
}

.btn-make-payment:focus,
.btn-make-payment:hover {
  color: #fff !important;
}

/* Account/UserInfo */

.hr-bold {
  border-top: 2.5px solid #000 !important;
}

/* Account/UserMenu */

.pages-modal {
  overflow: scroll;
  min-height: 100vh;
}

.popup-overlay {
  padding: 0 !important;
}

.popup-content {
  width: 100% !important;
  border: 0 !important;
  padding: 10px !important;
  padding-top: 0 !important;
}

.close-modal-header {
  position: fixed;
  height: 4rem;
  top: 0;
  width: 100%;
  right: 10px;
  background-color: #fff;
  border: 0 !important;
}

.close-modal-icon {
  font-size: 2.5rem;
  font-weight: 200;
}

/* Account/Logout */

.logout-text {
  color: #f44336;
  font-weight: 600;
}

.logout-icon {
  color: #f44336;
  font-weight: 900;
}

/* Account/Addresses */

.btn-new-address {
  position: fixed !important;
  width: 100%;
  margin: 0 auto;
  padding: 0.9375rem 0;
  line-height: 2.15rem;
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  border-radius: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
}

.btn-save-address {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0.9375rem 0;
  line-height: 2.15rem;
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  border-radius: 0;
  color: #fff;
  text-align: center;
  border: 0;
}

.edit-address-input-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #383838;
  opacity: 1;
  font-family: "Poppins-SemiBold";
}

.edit-address-input {
  font-family: "Poppins-Medium";
  padding: 10px 0px 10px 12px;
  box-shadow: inset 0px -1px 0px #d9d9d9;
  border: 0;
  outline: 0;
  margin: 4px 0 0;
  max-width: 100%;
  border-radius: 0;
}

.edit-address-tag {
  text-transform: uppercase;
}

.btn-edit-address {
  font-weight: 500;
}

.login-form-button {
  position: fixed;
  bottom: 130px;
}

.already-member {
  bottom: 80px;
  width: 85%;
  padding: 15px;
  z-index: 99999;
  background: #fff;
  border-radius: 50px;
  margin: 0 auto;
  color: #01a8a0 !important;
  margin-top: 40px;
}

.footer-page-link {
  color: #01a8a0 !important;
}

#registerForm .login-form-button,
.forgot-password-page .login-form-button {
  bottom: 0;
}

.forgot-password-page .login-subtitle {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 30px !important;
}

.edit-profile .login-texts,
.profile .login-texts {
  width: 100%;
  text-align: center;
}

.edit-profile-main .login-form-button {
  bottom: unset;
  position: relative;
}

.forgot-pass-link {
  color: #383838;
  font-family: "Poppins-Semibold";
  font-size: 14px;
  line-height: 16px;
}

.footer-page-link {
  font-weight: bold;
  font-family: "Poppins-Bold";
}

.profile-edit-icon {
  float: right;
  font-size: 0;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-image: url(../img/icons/pen.png);
  background-repeat: no-repeat;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff !important;
}

.change-passwd-link {
  color: #383838;
  font-size: 14px;
  line-height: 16px;
}

.change-passwd-link i {
  float: right;
}

/* Address/AddressList */

.btn-address-default {
  background-color: transparent;
  position: relative;
}

.btn-address-default > i {
  color: #ccc;
}

.btn-address-default.selected > i {
  font-size: 2rem;
}

/* RunningOrder */

.btn-deliverypin {
  color: #ff9800;
}

.btn-refresh-status {
  width: 100%;
  position: fixed;
  bottom: 0;
  border: 0;
  border-radius: 0;
  height: 4rem;
  font-size: 1.2rem;
}

/* Account/Orders/OrderList */

.order-item-quantity {
  border: 1px solid #e0e0e0;
  padding: 2px 8px;
  font-weight: 500;
  min-width: 35px;
  text-align: center;
}

/* Desktop View */

.web-titles {
  margin-top: 250px;
  padding-left: 160px;
}

.main-container-desktop {
  min-height: 100vh;
  background: url("../img/web/wb-pos.jpg");
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.main-container-desktop::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.phone {
  flex-shrink: 0;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
  width: 380px;
  height: 676px;
  padding: 16px 10px;
  border-radius: 15px;
  background: #d9dee3;
  align-self: center;
  position: relative;
  transition: 0.3s linear all;
}

.phone .notch {
  position: absolute;
  height: 1rem;
  width: 28%;
  z-index: 9;
  right: 50%;
  transform: translate(50%, -5%);
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.phone .iframe-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.phone iframe {
  height: 100%;
  display: block;
  width: 100%;
  border-radius: 12px;
}

.blured {
  -webkit-filter: grayscale(0.8);
  filter: grayscale(0.8);
}

.btn-unblur {
  height: 4.5rem;
  width: 200px;
  background-color: #f1592a;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  border-radius: 0.275rem;
  line-height: 4rem;
  transition: 0.2s linear all;
}

.btn-unblur:hover {
  background-color: #f1593a;
  box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: 0.2s linear all;
}

#appIframe {
  pointer-events: none;
}

.phone-use #appIframe {
  pointer-events: auto !important;
}

.bg-gradient {
  background: linear-gradient(
    -45deg,
    rgba(103, 58, 183, 0.9),
    rgba(0, 150, 136, 0.9),
    rgba(103, 58, 183, 0.9)
  );
  background-size: 400% 400%;
  -webkit-animation: Gradient 30s ease infinite;
  animation: Gradient 30s ease infinite;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.left-col {
  transform: translate(0px, 20%);
}

.desktop-logo {
  margin-bottom: 30px;
  height: 70px;
}

.desktop-title {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-family: "Poppins-Bold";
  margin-bottom: 0;
}

.desktop-subtitle {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: 400;
}

.store-achievement {
  width: 200px;
  height: 150px;
  box-shadow: rgba(34, 48, 102, 0.1) -3px 6px 21.1px -4px;
  border-radius: 7px;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.store-achievement:hover {
  transform: translateY(0, -10%);
  box-shadow: rgba(34, 48, 102, 0.1) -3px 6px 21.1px -10px;
}

.Tilt {
  transform-style: preserve-3d;
}

.store-achievement h3 {
  font-weight: 900;
  color: #424242;
  margin-bottom: 0.45rem;
}

.store-achievement h4 {
  transform: translateZ(15px);
  color: #424242;
}

.desktop-footer {
  min-height: 70vh;
  background-color: white;
  background-size: 500% 500%;
  -webkit-animation: Gradient 50s ease infinite;
  animation: Gradient 50s ease infinite;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.desktop-footer::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: url(../img/various/bg-design.png) no-repeat scroll center
    bottom/cover;
  z-index: -1;
  transform: rotate(-180deg);
}

.footer-logo {
  height: 2rem;
}

/* END Desktop View */

/* Delivery/Orders */

.delivery {
  position: relative;
  border-radius: 0.275rem;
  box-shadow: 0 2px 4px 2px #eeeeee;
  margin-bottom: 1.5rem;
}

.btn-logout-delivery {
  width: 100%;
  border-radius: 0;
  height: 4rem;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 2.7rem;
  bottom: 0;
  position: fixed !important;
  background-color: #000;
}

.delivery > h3 {
  color: #575757;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.delivery .accepted {
  background-color: #4caf50;
  border-top-left-radius: 0.275rem;
  border-top-right-radius: 0.275rem;
}

.delivery .new-order {
  background-color: #ff9800;
  border-top-left-radius: 0.275rem;
  border-top-right-radius: 0.275rem;
}

.delivery .block-title {
  color: #fff;
  font-weight: 700;
}

.delivery-action {
  position: fixed;
  width: 100%;
  bottom: 0;
}

.btn-accept {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  border: 0;
  height: 4rem;
  font-size: 1.2rem;
  color: #fff;
}

.btn-get-direction {
  border-radius: 1px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}

.btn-clock {
  color: #ff5722;
  width: 100%;
}

.btn-cod {
  width: 100%;
  height: 4rem;
  font-size: 1.2rem;
  background-color: #fff;
  border: 3px dashed #60b246;
  border-radius: 0;
}

.btn-payed-online {
  width: 100%;
  height: 4rem;
  font-size: 1.2rem;
  background-color: #fff;
  border: 3px dashed #60b246;
  border-radius: 0;
}

.delivery-pin-block input {
  height: 4rem;
  border-radius: 0;
  text-transform: uppercase;
  border: 3px solid #e0e0e0;
}

.delivery-pin-block .btn-submit-pin {
  height: 3.2rem;
  width: 100%;
  border-radius: 0;
}

/* Delivery/ViewOrder */

.view-delivery-order h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
}

.restaurant-address,
.customer-address {
  border: 1px solid #e0e0e0;
  padding: 1rem;
  background-color: #fff;
}

/* EXTRAS */

.fixed-gdpr {
  min-height: 3rem;
  height: auto;
  text-align: center;
  padding-top: 0.6rem;
  background-color: #282c3f;
  color: #fff;
}

.fixed-gdpr-mobile {
  display: flex;
  padding: 5px 15px;
  min-height: 0rem;
  height: auto;
  text-align: center;
  padding-top: 0.6rem;
  background-color: #282c3f;
  color: #fff;
  position: fixed;
  bottom: 0;
  z-index: 99999999;
}

.fixed-gdpr-mobile button {
  color: #fff;
}

.fixed-gdpr button {
  color: #fff;
}

.mobile-gdpr {
  position: fixed;
  bottom: 0;
  height: 6rem;
  color: #fff;
  left: 0;
  padding: 10px;
  box-shadow: 0px -5px 10px 2px rgba(0, 0, 0, 0.2);
  z-index: 9999999;
  background-color: #282c3f;
}

.mobile-gdpr button {
  color: #fff;
  padding: 3px 12px;
  font-size: 1.1rem;
  font-weight: 400;
  opacity: 1;
}

.mobile-gdpr button:hover {
  text-shadow: none;
  color: #fff;
}

/* Addons Popup*/

@-webkit-keyframes hover-color {
  from {
    border-color: #c0c0c0;
  }
  to {
    border-color: #3e97eb;
  }
}

@keyframes hover-color {
  from {
    border-color: #c0c0c0;
  }
  to {
    border-color: #3e97eb;
  }
}

.magic-radio,
.magic-checkbox {
  position: absolute;
  height: 3rem;
  width: 100%;
  opacity: 0;
  z-index: 99999;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed;
}

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: block;
  cursor: pointer;
  vertical-align: middle;
  line-height: 30px;
}

.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: hover-color;
  animation-name: hover-color;
}

.magic-radio + label:before,
.magic-checkbox + label:before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  border: 2px solid #e7e7e7;
}

.magic-radio + label:after,
.magic-checkbox + label:after {
  position: absolute;
  display: none;
  content: "";
}

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4;
}

.magic-radio[disabled] + label:hover,
.magic-radio[disabled] + label:before,
.magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:after {
  cursor: not-allowed;
}

.magic-radio[disabled] + label:hover:before,
.magic-checkbox[disabled] + label:hover:before {
  border: 1px solid #e4e4e4;
  -webkit-animation-name: none;
  animation-name: none;
}

.magic-radio[disabled] + label:before,
.magic-checkbox[disabled] + label:before {
  border-color: #e4e4e4;
}

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  -webkit-animation-name: none;
  animation-name: none;
}

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block;
}

.magic-radio + label:before {
  border-radius: 50%;
}

.magic-radio + label:after {
  top: 9px;
  right: 8.6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #60b246;
}

.magic-radio:checked + label:before {
  border: 2px solid #bdbdbd;
}

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9;
}

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9;
}

.magic-checkbox + label:before {
  border-radius: 3px;
}

.magic-checkbox + label:after {
  top: 7px;
  right: 11px;
  box-sizing: border-box;
  width: 8px;
  height: 15px;
  transform: rotate(45deg);
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}

.magic-checkbox:checked + label:before {
  border: #60b246;
  background: #60b246;
}

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9;
}

.form-group .addon-list {
  margin-bottom: 20px;
}

.addon-label {
  font-weight: 400;
  font-size: 1rem;
}

.addon-category-block:last-of-type {
  margin-bottom: 8rem;
}

.addon-category-name {
  font-weight: 700;
  margin-bottom: 0 !important;
  color: #424242;
  font-size: 1rem;
  text-transform: uppercase;
}

.btn-customization-done {
  position: fixed;
  bottom: 0;
  margin: 0;
  width: 110%;
  margin-left: -3.8rem;
  height: 4rem;
  z-index: 99999;
}

.customizable-item-text {
  text-align: left;
  font-weight: 400;
  font-size: 0.8rem;
}

.noscroll {
  overflow: hidden;
}

.customizable-scroll {
  overflow-y: scroll;
}

button.payButton {
  width: 100%;
  height: 5.5rem;
  background-color: #fff;
  border: 0;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
  color: #282c3f !important;
  font-weight: 600;
  font-size: 1.1rem !important;
}

.facebook-login-button {
  border: 0;
  height: 3rem;
  color: #fff;
  background-color: #3b5998;
  font-weight: 500;
  padding: 0 15px;
  font-size: 1.1rem;
}

.google-login-button {
  border: 0;
  height: 3rem;
  color: #fff;
  background-color: #ea4335;
  font-weight: 500;
  padding: 0 15px;
  font-size: 1.1rem;
}

.login-or {
  color: #bdbdbd;
}

.login-or:after,
.login-or:before {
  content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
  text-decoration: line-through;
}

.srv-validation-message {
  font-size: 11px;
  color: #eb5757;
  font-weight: 400;
  margin-top: -10px;
  display: inline-block;
}

.resend-otp {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 1rem;
  color: #9e9e9e;
  width: 100%;
  font-weight: 500;
  padding: 10px 0;
}

.countdown {
  font-size: 0.9rem;
  color: #9e9e9e;
  border: 0;
}

button.btn.btn-add-remove:disabled {
  opacity: 0.8;
  background-color: #eeeeee;
}

.quantity-badge-recommended {
  position: absolute;
  top: 5px;
  border-bottom-right-radius: 1rem;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  height: 23px;
  width: 23px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.quantity-badge-list {
  position: absolute;
  border-bottom-right-radius: 1rem;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  height: 20px;
  width: auto;
  min-width: 20px;
  font-size: 0.7rem;
  font-weight: 500;
  color: #fff;
  display: block;
  text-align: center;
  z-index: 1;
}

.popup-overlay.customizable-scroll {
  background: 0 !important;
}

.btn-preference {
  background-color: #f5f5f5;
  border-radius: 0;
  border-radius: 0.175rem;
  border-bottom: 3px solid #e0e0e0;
  font-size: 0.9rem;
}

.user-preferred {
  border: 1px solid #eeeeee;
  background-color: #fff;
  border-bottom: 3px solid #383838;
  color: #383838;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 999999;
}

.delivery-assigned-block {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
}

.ongoing-payment {
  z-index: 100;
}

.ongoing-payment-spin {
  background-color: rgba(96, 125, 139, 0.45);
}

.spin-load,
.spin-load:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.spin-load {
  margin: 0px auto;
  font-size: 4px;
  border-top: 1.1em solid #fff;
  border-right: 1.1em solid #fff;
  border-bottom: 1.1em solid #fff;
  border-left: 1.1em solid #fff;
  -webkit-animation: load8 1s infinite linear;
  animation: load8 1s infinite linear;
  left: 50% !important;
  top: 50% !important;
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.location-error {
  bottom: 4rem;
}

.delivery-order-refresh {
  z-index: 2147483647;
  margin-top: -3.7rem;
  position: fixed;
  right: 0;
  font-size: 2rem;
  padding-top: 4rem;
}

.order-status-button {
  color: #424242;
  border: 1px solid #e0e0e0;
}

.order-track-button {
  border: 1px solid #e0e0e0;
  padding: 5px;
  font-size: 1rem;
  font-weight: 500;
  color: #60b246;
  line-height: 21.5px;
}

.pulse {
  display: inline-block;
  width: 12.5px;
  height: 12.5px;
  border-radius: 50%;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  vertical-align: middle;
  margin: -3px 0 0 3px;
  background: #60b246;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(96, 178, 70, 0.5);
  }
  50% {
    box-shadow: 0 0 0 26px rgba(96, 178, 70, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(96, 178, 70, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(96, 178, 70, 0.5);
  }
  50% {
    box-shadow: 0 0 0 26px rgba(96, 178, 70, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(96, 178, 70, 0);
  }
}

.ongoing-order-notify {
  background-color: #282c3f;
  border-radius: 0.275rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 0;
}

.going-different-restaurant-notify {
  margin-left: -1.2rem;
  margin-bottom: 3.8rem;
  font-size: 0.9rem;
  font-weight: 400;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  color: #424242;
  background-color: #fff;
  border-color: #e0e0e0 !important;
}

.show-more {
  color: #60b246;
  cursor: pointer;
  font-size: 0.9rem;
}

.wallet-checkbox {
  display: none;
}

.transaction-wrapper {
  padding: 1.5rem 1.5rem 1.5rem 0.5rem;
  border-radius: 0.275rem;
}

.transaction-wrapper:nth-child(even) {
  background-color: rgba(247, 247, 247, 0.5);
}

.btn-redeem {
  height: 3rem;
  border-radius: 0.175rem;
  background: transparent;
  border: 1px solid #ccc;
  width: 100%;
}

.no-click {
  pointer-events: none;
}

.google-places-autocomplete {
  width: auto !important;
}

.google-places-autocomplete input {
  border-bottom: 1px solid #eee;
  border-radius: 0.1rem;
  background-color: #fafafa;
  color: #575757;
  height: 4rem;
  transition: 0.2s all linear;
  padding-left: 20px;
  font-size: 1rem;
  box-shadow: 0px 1px 6px 1px #9e9e9e3d;
}

.google-places-autocomplete input:focus {
  box-shadow: 0 0px 6px 2px #eee;
  transition: 0.2s all linear;
  border-color: transparent;
}

.location-suggestions-container {
  position: relative;
  margin-top: 0.6rem;
}

.location-suggestion {
  padding: 5px 15px;
  border-bottom: 1px solid #eee;
}

.location-main-name {
  color: #171717;
  font-weight: 600;
}

.location-secondary-name {
  color: #757575;
}

.input-location-icon-field i {
  position: absolute;
  right: 10px;
  font-size: 23px;
  color: #bdbdbd;
  top: 16px;
}

.btn-gps {
  background-color: transparent;
}

.location-loading-spinner {
  height: 40px;
  margin: 1rem auto auto;
  width: 40px;
  display: block;
}

.center-marker {
  position: absolute;
  top: 24.2%;
  left: 47.9%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: auto;
}

.center-marker-pulse::after {
  position: absolute;
  content: "";
  top: 29.3%;
  left: 50.7%;
  height: 140px;
  width: 140px;
  transform: translate(-50%, -50%);
  -webkit-animation: marker-pulse 1.2s ease-out infinite;
  animation: marker-pulse 1.2s ease-out infinite;
  background: rgba(255, 152, 0, 0.2);
  border: 2px solid #ff9800;
  border-radius: 100%;
  pointer-events: none;
  box-sizing: border-box;
  will-change: transform;
}

@-webkit-keyframes marker-pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.3;
  }
}

@keyframes marker-pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.3;
  }
}

.confirm-gps-location {
  height: 44.7vh;
  bottom: 0;
  position: absolute;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px -3px 12px -2px #e0e0e0;
  transition: 0.2s ease-out height;
}

.bg-danger {
  background-color: #f44336 !important;
}

.text-danger {
  color: #f44336 !important;
}

.address-not-usable {
  color: #ccc;
}

.address-not-usable h6 {
  color: #ccc;
}

.text-sm09 {
  font-size: 0.9rem;
}

.text-sm08 {
  font-size: 0.8rem;
}

.language-select {
  border: 0;
  max-width: 130px;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
}

.react-tabs__tab-list {
  display: flex !important;
  justify-content: space-around !important;
  border: 0 !important;
  background-color: #fff;
}

.react-tabs__tab {
  padding: 15px 25px !important;
}

.react-tabs__tab--selected {
  border-color: transparent !important;
  color: #ff9801 !important;
  font-weight: 700;
}

.react-tabs__tab:focus {
  box-shadow: none !important;
  border-color: none !important;
}

.delivery-block-earning {
  background: #ff9801;
  background: linear-gradient(to right, #ff9801, #f44336);
}

.delivery-block-ongoing {
  background: #8bc34a;
  transition: 0.2s linear all;
}

.delivery-block-completed {
  background: #4caf50;
  transition: 0.2s linear all;
}

.secondary-slider-wrapper {
  padding: 1rem 0;
  border-left: 0;
  border-right: 0;
  background-color: #fafafa;
}

.ribbon-box:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 22px;
  position: absolute;
  z-index: 1;
  -webkit-animation: slide 2.2s infinite;
  animation: slide 2.2s infinite;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
}

@-webkit-keyframes slide {
  0% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes slide {
  0% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateX(100%);
  }
}

.items-search-box {
  height: 3.2rem;
  border: 1px solid #eee;
  border-right: 0;
  border-radius: 0;
}

.items-search-box:focus {
  border: 1px solid #eee;
  border-right: 0;
}

.items-search-box-icon {
  height: 3.2rem;
  border: 1px solid #eee;
  border-left: 0;
  border-radius: 0;
  background: transparent;
}

.input-group {
  transition: 0.2s linear all;
}

.border-radius-275 {
  border-radius: 0.275rem !important;
}

.update-full-notification {
  position: fixed;
  background-color: rgba(96, 125, 139, 0.6);
  width: 100%;
  text-align: center;
  display: flex;
  height: 100.2vh;
  align-items: center;
  vertical-align: middle;
  justify-content: space-around;
  border-radius: 0.275rem;
  bottom: 0;
  z-index: 9999999999;
}

.update-full-notification > h1 {
  color: #e0e0e0;
  text-transform: capitalize;
  font-size: 1.5rem;
  word-spacing: 0.2rem;
  letter-spacing: 0.05rem;
}

.store-logo {
  width: 100%;
  max-width: 120px;
}

.certificate-code {
  font-size: 1rem;
  color: #bdbdbd;
  font-weight: 700;
}

.explore-bg {
  width: 80%;
  opacity: 0.5;
}

.menu-button-block {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
  transition: linear 0.1s bottom;
}

.btn-menu-list {
  border-radius: 30px;
  height: 2.6rem;
  min-width: 90px;
  color: #fff;
  font-size: 1.1rem;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3),
    0 2px 1px 0 rgba(93, 141, 213, 0.2);
  z-index: 9;
  font-weight: 600;
  font-size: 0.95rem;
  background-color: #5d8ed5 !important;
}

.menu-items-block {
  position: fixed;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  pointer-events: auto;
  z-index: 102499999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.menu-item-block-inner {
  padding: 32px;
  max-height: 320px;
  width: 250px;
  overflow: auto;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform, opacity;
  transform-origin: bottom;
  opacity: 1;
  border-radius: 0.275rem;
}

.menu-item-block-single {
  margin-bottom: 20px;
  font-size: 1.15rem;
  color: #3d4152;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.menu-item-block-single-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: capitalize;
  flex: 1;
}

.menu-item-block-single-quantity {
  margin-left: 16px;
}

.menu-open-backdrop {
  z-index: 102499998;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(40, 44, 62, 0.6);
}

.page-inactive {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  pointer-events: none;
}

button[type="submit"]:disabled {
  opacity: 0.5;
}

.category-slider img {
  max-width: 75px !important;
  margin: 0 auto;
}

.category-slider-name {
  position: absolute;
  transform: translate(-50%, -50%);
  color: white;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  font-weight: 500;
  font-size: 0.7rem;
  left: 50%;
  top: 100%;
  text-align: center;
  padding: 0 5px;
}

.category-checkboxes-block {
  display: flex;
  overflow-x: auto;
}

.category-checkboxes-block label {
  margin-right: 10px;
  background-color: rgba(250, 250, 250, 0.3);
  border-radius: 25px;
}

.category-checkboxes-block label span {
  text-align: center;
  display: block;
  padding: 5px 10px;
  border: 1px solid #eee;
  border-radius: 25px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.category-checkboxes-block label input {
  position: absolute;
  top: -20px;
}

.category-checkboxes-block input:checked + span {
  background-color: rgb(96, 178, 70);
  padding: 5px 10px;
  color: #fff;
  border: 1px solid #eee;
  font-weight: 500;
}

.filter-count-block {
  margin-right: 10px;
  background-color: rgba(250, 250, 250, 0.3);
  border-radius: 25px;
  min-width: 85px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 700;
  border: 1px solid rgb(252, 128, 25);
  margin-bottom: 5px;
  color: rgb(252, 128, 25);
}

.filter-no-found {
  color: #e0e0e0;
  letter-spacing: 1px;
}

.dv-star-rating {
  font-size: 2.6rem;
}

.dv-star-rating-empty-star {
  color: #e0e0e0 !important;
}

.review-screen-bg {
  position: absolute;
  right: 15px;
  width: 10rem;
  top: 8rem;
}

.feedback-textarea {
  width: 100%;
  border: 1px solid #eeeeee;
  height: 140px;
  resize: none;
  position: relative;
  opacity: 0.9;
  background-color: #fff;
  border-radius: 0.275rem;
  padding: 0.5rem;
  transition: 0.2s linear all;
}

.feedback-textarea:focus {
  box-shadow: 0 3px 5px 1px #eeeeee;
  outline: 0;
  height: 180px;
  padding: 1rem;
  transition: 0.2s linear all;
}

.btn-fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0.9375rem 0;
  line-height: 2.15rem;
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  border-radius: 0;
  color: #fff;
  text-align: center;
  border: 0;
  left: 0;
}

@-webkit-keyframes strike-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes strike-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.strike-text {
  position: relative;
}

.strike-text::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(40, 44, 63, 0.55);
  -webkit-animation-name: strike-text;
  animation-name: strike-text;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.price-percentage-discount {
  font-weight: 700;
  font-size: 0.8rem;
}

.location-saved-address {
  background-color: #fafafa;
  min-height: 80vh;
}

.alert-notify-bell {
  position: absolute;
  right: 16px;
  bottom: 6px;
  color: #ccc;
  -webkit-animation: alert-notify-bell 8s 1s ease-in-out infinite;
  animation: alert-notify-bell 8s 1s ease-in-out infinite;
  transform-origin: 50% 4px;
}

.has-alert {
  position: relative;
  -webkit-animation: alert-notify-bell 8s 1s ease-in-out infinite;
  animation: alert-notify-bell 8s 1s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@-webkit-keyframes alert-notify-bell {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }
  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}

@keyframes alert-notify-bell {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }
  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}

.btn-clear-alerts {
  border: 1px solid #ef5350;
  background: transparent;
  color: #ef5350;
  border-radius: 0;
}

.styles_overlay__CLSq- {
  display: block !important;
  background-color: #fff !important;
}

.styles_modal__gNwvD {
  box-shadow: none !important;
}

.styles_closeButton__20ID4:focus {
  outline: none !important;
}

.restaurant-not-active {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.restaurant-not-active-msg {
  color: #ff7e00;
}

.nav-btn {
  width: 16px;
  height: 26px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.search-navs-btns {
  background-color: transparent;
  border-radius: 50% !important;
  width: 26px;
  height: 26px;
  border: 0;
  padding: 0;
}

.product-slider {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.product-slider-item {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.product-slider::-webkit-scrollbar {
  display: none;
}

.content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.recommended-v2-ellipsis-meta {
  max-width: 169px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: -0.4rem;
}

.single-item-img {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.position-realtive {
  position: relative;
}

/* products page nav changes */

.category-title {
  background-color: #f2f2f2;
  padding: 5px 20px;
}

.category-title h4 {
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Poppins-SemiBold";
}

.product-item {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
  border-bottom: 1px solid #f8f8f8;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.products-content .product-item {
  min-height: 105px;
}

.product-item img {
  width: 120px;
  max-height: 120px;
  border-radius: 5px 0 0 5px;
  flex-shrink: 0 !important;
}

.product-details {
  width: 100%;
  padding: 10px 15px;
  font-family: "Poppins-SemiBold";
}

.cart-page .product-details {
  padding-top: 10px;
}

.cart-page .product-details .product-name {
  font-weight: bold;
  width: 100%;
  float: left;
  margin: 0 0 4px;
}

.two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-details .product-name {
  font-size: 14px;
  color: #383838;
  margin-bottom: 7px;
  font-weight: normal;
  line-height: 16px;
}

.product-details .product-price {
  color: #383838;
  font-size: 16px;
  margin-bottom: 5px;
  font-family: "Poppins-SemiBold";
}

.product-item .cart-item-btn {
  float: right;
}

.product-item .btn-add-remove {
  background-color: transparent;
}

.product-item .btn-quantity {
  background: #f1f1f1;
  border-radius: 5px !important;
}

.product-details .btn-group {
  border: 0;
  margin-top: 2px;
  margin-bottom: 10px;
}

.product-details .btn-sm,
.btn-group-sm > .btn {
  font-family: "Poppins-SemiBold";
  padding: 5px;
  border: 0;
  font-size: 14px;
  height: 29px !important;
}

.cart-page .product-details img {
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  cursor: pointer;
}

.checkout-page .checkout-content_detail .checkout-content {
  width: calc(100% - 40px);
  background: #ffffff;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
  border-radius: 5px;
  margin: 20px auto 35px;
  padding: 16px;
}

.checkout-page .checkout-content_detail .checkout-content .paymentGatewayBlock .block-content {
  justify-content: space-between;
  align-items: center;
}

.checkout-page .checkout-content_detail .checkout-content .paymentGatewayBlock .block-content .payment-detail {
  width: 83%;
  vertical-align: middle;
  display: inline-block;
}

.checkout-bottom input[type="number" i] {
  margin: 15px 0px 35px 0px;
}

.checkout-page .copy-link-btn {
  background: url(../img/icons/paper.svg) no-repeat;
  width: 25px;
  height: 25px;
  padding: 0;
  background-size: contain;
  border: 0;
}

.checkout-page .pay-title {
  color: #b6b6b6;
  padding: 0 0 8px;
  line-height: 16px;
}

.checkout-page .pay-holder {
  float: left;
  padding-right: 10px;
}

.checkout-page .pay-holder label {
  color: #383838;
  font-size: 16px;
  font-family: "Poppins-SemiBold";
  margin: 0;
}

.checkout-page .pay-holder label.red-font {
  color: #eb5757;
}

.checkout-bottom .image-container {
  padding: 15px 25px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 10px;
  width: 100%;
  height: 120px;
  max-width: 374px;
  float: left;
}

.checkout-bottom .checkout-bottom-label {
  font-family: "Poppins-SemiBold";
  color: #38383e;
  font-size: 16px;
}

.checkout-bottom input::placeholder {
  color: #383838;
  font-size: 16px;
}

.checkout-bottom .image-container.qr-code {
  width: 30%;
  margin-right: 15px;
  padding: 0;
  height: auto;
  max-width: unset;
  background-color: transparent;
}

.checkout-bottom .image-container.qr-code .uploaded-file img {
  width: 100%;
  margin-top: 0;
}

.checkout-bottom .image-container .upload-file .add-label {
  padding: 5px 0 0;
  color: #b6b6b6;
  font-size: 16px;
}

.image-container img {
  margin-top: 10px;
}

.add-label {
  padding: 25px 0;
}

.order-details-page .checkout-bottom {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  box-shadow: none;
}

.order-details-page .checkout-bottom .image-container {
  margin: 0 auto;
}

.validation-msg {
  font-size: 14px;
  color: #eb5757;
  margin-top: -10px;
}

.error-label {
  color: #eb5757;
  opacity: 1;
}

.cart-page .login-title {
  width: 60%;
  text-align: right;
  margin-top: 7px;
  text-transform: capitalize;
}

.cart-page .btn.search-navs-btns .si-arrow-left:before {
  font-size: 22px;
}

.cart-page .cart-items {
  display: flex;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
}

.cart-page .cart-items:last-child {
  border: 0;
}

.cart-page .cart-items .item-name {
  width: 50%;
  margin: 0 15px 0px 0;
  padding-right: 5px;
  color: #33383f;
  font-weight: bold;
  font-size: 14px;
  font-family: "Poppins-SemiBold" !important;
}

.cart-page .cart-items .item-price {
  width: 25%;
  color: #fb801a;
  font-size: 14px;
  font-family: "Poppins-SemiBold" !important;
  margin: 0 25px 0px 0;
}

.cart-page .cart-items .cart-item-btn {
  margin-top: 0;
}

.cart-page .cart-items .btn-group-sm > .btn {
  border-radius: 0 !important;
}

.cart-page .login-form-button {
  bottom: 60px !important;
}

.bill-text {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.bill-text-bold {
  color: #000;
  font-size: 16px;
  font-family: "Poppins-SemiBold" !important;
}

.bill-total {
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  padding: 10px;
  margin: 15px -15px 0;
}

.cart-page .cart-total:last-child p.total-text {
  font-family: "Poppins-Bold";
}

.cart-page .cart-total:last-child p.total-amt {
  font-family: "Poppins-Bold";
}

.cart-item-container .cart-bottom-box .sub-total {
  display: none;
}

.cart-page-container {
  height: 100vh;
  overflow: hidden;
}

.cart-page .react-datetime-picker__inputGroup {
  font-family: "Poppins-SemiBold" !important;
  color: #383838;
  font-size: 12px;
}

.cart-page
  .react-datetime-picker__calendar-button.react-datetime-picker__button {
  background: url(../img/icons/calendar.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-block;
}

.cart-page .react-datetime-picker {
  width: 100% !important;
}

.cart-page .react-datetime-picker__wrapper {
  border: 0;
  border-bottom: thin solid #383838 !important;
  padding-bottom: 10px;
  flex-direction: row-reverse;
}

.cart-page .react-datetime-picker__button svg {
  display: none !important;
}

.disable-btn {
  cursor: not-allowed;
  opacity: 0.4;
}

.checkout-page .login-title {
  width: 55%;
  text-align: right;
  margin-top: 7px;
  text-transform: capitalize;
}

.checkout-page .btn.search-navs-btns .si-arrow-left:before {
  font-size: 22px;
}

.checkout-page .order-total-btn {
  color: #fff;
  display: flex;
  justify-content: space-between;
  height: auto;
  padding: 20px;
  font-weight: normal;
  font-size: 14px;
}

.checkout-page .order-total-btn span {
  font-size: 14px;
  font-family: "Poppins-SemiBold" !important;
}

.checkout-page .cod-block {
  border-bottom: 1px solid rgb(231 231 231);
  align-items: center;
  margin-bottom: 12px;
  padding: 0;
}

.checkout-page .cod-block:last-child {
  border-bottom: 0;
}

.checkout-page .cod-block.selected {
  background-color: #000;
}

.checkout-page .cod-block.selected .cod-title {
  color: #fff;
}

.checkout-page .cod-title {
  font-family: "Poppins-SemiBold" !important;
  color: #000;
  font-size: 18px;
  margin-left: 4px;
  width: auto;
  display: inline-block;
}

.media-ins-title {
  color: #b6b6b6;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 8px;
  font-weight: 400;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.upload-file {
  display: flex;
  flex-direction: column;
  padding: 5px;
}

.file-preview {
  position: relative;
}

.file-preview .close-icon {
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  width: 25px;
  cursor: pointer;
}

.checkout-page .button-block {
  position: fixed;
  bottom: 0;
  width: 420px;
}

.checkout-page .button-block .btn-main {
  font-family: "Poppins-SemiBold" !important;
  background: #0077c7 !important;
  height: 65px;
}

.order-success-page {
  background-image: linear-gradient(#0077c7, #01a8a0) !important;
}

.order-success-page .order-success-content {
  padding: 190px 35px 0;
  text-align: center;
  color: #fff;
}

.order-success-page .order-success-content img {
  width: 30%;
}

.order-success-page .order-success-content h3 {
  margin-top: 15px;
  color: #fff;
  font-family: "Poppins-SemiBold";
}

.order-success-page .order-success-content p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.order-success-page .order-success-content .order-id {
  background-color: #fff;
  color: #000;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  padding: 10px;
  width: 60%;
  margin: 0 auto;
}

.order-success-page .order-success-content small {
  color: #fff !important;
}

.order-success-page .already-member {
  text-transform: uppercase;
  font-size: 16px;
  bottom: 0;
}

.my-orders-page .order-listing {
  margin-bottom: 20px;
}

.my-orders-page .input-group.search-box .input-group-prepend,
.cart-page .input-group.search-box .input-group-prepend {
  display: none;
}

.my-orders-page .search-input {
  padding: 0;
}

.my-orders-page .nav-page-title,
.cart-page .nav-page-title,
.checkout-page .nav-page-title {
  font-size: unset;
  font-weight: unset;
  text-transform: unset;
}

.my-orders-page .restaurant-list {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-bottom: 12px;
  position: relative;
}

.my-orders-page .restaurant-list:last-child {
  border-bottom: none;
}

.my-orders-page .restaurant-list .order-icon {
  width: 12%;
}

.my-orders-page .restaurant-list .order-detail {
  flex: 1;
  padding: 15px;
  cursor: pointer;
}

.my-orders-page .restaurant-list .order-detail .bakery-name {
  margin-bottom: 6px;
  font-family: "Poppins-SemiBold" !important;
  color: #383838;
  font-size: 16px;
  line-height: 24px;
}

.my-orders-page .restaurant-list .order-detail .order-id {
  color: #383838;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 6px;
}

.my-orders-page .order-history {
  color: #383838;
  font-family: "Poppins-SemiBold" !important;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

.my-orders-page .restaurant-list .order-detail .order-date {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 21px;
}

.my-orders-page .restaurant-list .order-status .status-btn {
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Poppins-Bold" !important;
  border-radius: 0px 5px 0px 5px;
  display: inline-block;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 24px;
}

.my-orders-page .restaurant-list .order-status .status-btn.pending {
  background: #e0e0e0;
  color: #383838;
}

.my-orders-page .restaurant-list .order-status .status-btn.cancelled {
  background: #eb5757;
  color: #fff;
}

.my-orders-page .restaurant-list .order-status .status-btn.completed {
  background: #27ae60;
  color: #fff;
}

.my-orders-page .order-total-container {
  background: #f8f8f8;
  margin: 0 -15px;
  padding: 15px 15px 0;
}

.my-orders-page .order-total-container .ordered-items {
  align-items: center;
  margin-bottom: 15px;
}

.my-orders-page .order-total-container hr {
  border-top: 1px solid #c0c0c0 !important;
}

.my-orders-page .order-total-container .ordered-items:last-child {
  border-bottom: none;
}

.my-orders-page .order-total-container .ordered-items h4 {
  color: #33383f;
  font-size: 14px;
  font-family: "Poppins-SemiBold" !important;
  width: 50%;
  margin-bottom: 0px;
}

.my-orders-page .order-total-container .ordered-items p {
  color: #fb801a;
  font-size: 14px;
  font-family: "Poppins-SemiBold" !important;
  margin-bottom: 0px;
}

.my-orders-page .accordion-head {
  background-color: transparent !important;
  padding: 0 !important;
}

.my-orders-page .panel-accordion {
  padding: 0 !important;
  overflow: unset !important;
}

.my-orders-page .bottom-divider {
  padding: 0;
  border-bottom: 5px solid #f1f1f1;
  margin: 20px -15px 20px;
}

button:focus {
  outline: none !important;
}

.search-contain {
  width: 100%;
  height: 40px;
  margin: 10px 20px;
  display: flex;
  align-items: center;
}

.search-content {
  background: #ffffff;
  opacity: 0.9;
  border-radius: 5px;
  height: 32px;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  left: 16px;
  right: 16px;
}

.search-content input {
  border: 0;
  height: 33px;
  font-size: 14px;
  border-radius: 5px;
  color: #383838;
  opacity: 0.3;
  position: absolute;
  line-height: 16px;
  width: calc(100%-50px);
}

.search-content input:focus {
  outline: none;
}

.search-content #btn_search {
  border: 0;
  height: 100%;
  width: 40px;
  border-radius: 0 5px 5px 5px;
  background-color: transparent;
}

.search-content #btn_search i {
  font-size: 16px;
  color: #383838;
  font-weight: 600;
  position: absolute;
  top: 8px;
  left: 12px;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

.close-search {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.close-search {
  font-size: 28px;
  color: #d12525;
}

.search-top .close-search {
  font-size: 22px;
  color: #d12525;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.search-result-title {
  font-size: 14px;
  line-height: 16px;
  color: #383838;
  opacity: 0.5;
  margin-bottom: 5px;
}

.search-result-title .close-search {
  font-size: 18px;
  color: #d12525;
}

.border-top {
  border-top: 1px solid #ccc;
}

.lang-block {
  padding: 0 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
}

.lang-block:before,
.lang-block:after {
  content: "";
  display: table;
}

.lang-block:after {
  clear: both;
}

.left {
  float: left;
  width: 75%;
}

.right {
  float: right;
}

/* .radio button start */

.radio {
  width: 20px;
  position: relative;
}

.radio label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 10px;
  box-shadow: inset 0px 1px 1px white, 3px 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid #babbbc;
}

.radio label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 5px;
  border: 3px solid #fb801a;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}

.radio label:hover::after {
  opacity: 0.5;
}

.radio input[type="radio"] {
  visibility: hidden;
}

.radio input[type="radio"]:checked + label:after {
  opacity: 1;
}

#ProfileForm input {
  margin-bottom: 5px;
  font-size: 14px;
  border: 0 !important;
  color: #383838 !important;
  padding-left: 0 !important;
}

#ProfileForm ::placeholder {
  color: #383838 !important;
}

.height-100-percent.profile-main {
  min-height: unset !important;
}

.profile-section .profile-title {
  padding: 15px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 16px;
  font-family: "Poppins-Bold";
}

.profile-main .header-top {
  justify-content: space-between;
}

.settings-section .profile-title {
  padding: 15px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 16px;
  font-family: "Poppins-Bold";
}

.link-section {
  padding: 12px 16px;
}

.cart-page {
  position: relative;
  display: flex;
  height: 100vh;
  width: 100%;
  flex-direction: column;
}

.cart-total-content-bottom {
  position: unset;
  left: 0;
  transform: unset;
  bottom: -2px;
  z-index: 999999999;
  background: #0077c7 !important;
  display: flex;
  width: 420px;
  align-self: flex-end;
}

.cart-total-content-bottom .total-text {
  margin-bottom: 0;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}

.cart-total-content-bottom .total-amt {
  margin-bottom: 0;
  color: #fff;
  font-family: "Poppins-Bold";
}

.cart-total-content-bottom .button-block {
  width: 100%;
  text-align: right;
}

.cart-bottom-left .counter {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  padding: 0 10px 0px 0;
}

.alerts-page .search-navs-btns {
  padding: 0;
}

.alerts-page .notification-container .notification-block {
  padding: 12px;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-bottom: 12px;
}

.alerts-page .notification-container .notification-block .alert-msg {
  padding: 0 20px 0 34px;
  color: #383838;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  flex: 1;
  font-family: "Poppins-SemiBold";
}

.search-word {
  border-bottom: 1px solid #383838;
  font-size: 16px;
  color: #383838;
  position: relative;
  height: 34px;
  text-transform: capitalize;
}

.search-word input {
  border: 0;
  width: 88%;
  position: absolute;
  font-size: 16px;
  bottom: 2px;
  left: 12px;
  right: 12px;
}

.search-word input:focus {
  outline: none !important;
  border: 0 !important;
}

.category-wise-pro-page .float-cart--open {
  bottom: 60px;
}

.select-outlet {
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  max-height: 83px;
  position: relative;
}

.select-outlet .outlet-img {
  border-radius: 5px 0 0 5px;
}

.select-outlet span {
  font-size: 16px;
  line-height: 16px;
  color: #383838;
  font-weight: 600;
  padding: 15px;
  width: 50%;
}

.select-outlet .selected-outlet {
  margin: 0;
  position: absolute;
  left: 16px;
  top: 16px;
  background: #000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-details-page .details-title {
  font-size: 16px;
  line-height: 24px;
  color: #383838;
  font-family: "Poppins-SemiBold";
}

.order-details-page .data-left {
  width: 50%;
  font-size: 14px;
  line-height: 16px;
  color: #383838;
}

.order-details-page .data-center,
.order-details-page .data-right {
  font-size: 14px;
  line-height: 16px;
  color: #383838;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
}

.order-details-page .order-summary-block {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #00000033;
  width: 100%;
  float: left;
}

.order-details-page .order-summary-block .method-type input {
  margin-right: 10px;
}

.order-details-page .order-summary-block .method-note {
  width: 100%;
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 10px;
}

.order-details-page .order-total-block {
  border-bottom: 1px solid #00000033 !important;
  padding: 0 0 15px;
  padding-bottom: 15px;
  width: 100%;
  float: left;
}

.order-details-page .order-total-block-inner {
  width: 100%;
  float: right;
}

.order-details-page .total-amt {
  width: 100%;
  float: right;
  padding: 15px 0;
}

.order-details-page .order-summary-block .details-data.summary .data-left {
  width: 50%;
}

.order-details-page .order-total-block-inner .details-data .data-right {
  width: 25%;
  text-align: right;
}

.order-details-page .order-summary-block .details-data.summary .data-right {
  width: 30%;
  text-align: right;
}

.order-details-page .order-total-block-inner .details-data .data-left {
  width: 30%;
}

.order-details-page .order-summary-block .details-data.summary .data-center {
  width: 20%;
  text-align: right;
}

.order-details-page .order-total-block-inner .details-data .data-center {
  width: 45%;
  text-align: right;
}

.order-details-page .total-amt .details-data .data-left {
  width: 60%;
  text-align: right;
  opacity: 1;
}

.order-details-page .total-amt .details-data {
  font-family: "Poppins-Semibold";
}

.order-details-page .total-amt .details-data .data-right {
  width: 40%;
  text-align: right;
  font-size: 18px;
  line-height: 16px;
  color: #eb5757;
}

.order-details-page .total-amt .details-data .data-left {
  font-size: 18px;
  line-height: 16px;
  color: #eb5757;
}

.order-details-page .order-details-bottom {
  float: left;
  width: 100%;
}

.order-details-page .order-details-bottom .image-container {
  width: 100;
  float: left;
  padding: 0px 0 16px;
}

.order-details-page .data-left,
.order-details-page .data-right,
.order-details-page .data-center {
  font-size: 16px;
  line-height: 24px;
}

.order-details-page .order-details-bottom .image-container .payment-receipt {
  display: flex;
  align-items: center;
}

.order-summary-container {
  padding: 0 16px;
}

.order-derail-top-box .details-data .data-left {
  color: #b6b6b6;
  line-height: 16px;
}

.order-derail-top-box .details-data .data-right {
  font-family: "Poppins-SemiBold";
}

.order-derail-top-box .details-data {
  margin: 0 0 12px;
  width: 100%;
  padding: 0 16px;
}

.order-derail-top-box .details-data .data-left {
  width: 155px;
  padding-right: 20px;
}

.data-left.total-count {
  font-size: 14px;
  line-height: 21px;
  font-family: "Poppins-SemiBold";
}

.data-left.total-count span {
  display: inline-block;
}

.data-left.total-count .label {
  padding-right: 5px;
}

.order-summary-container h5.details-title {
  margin: 0 0 10px;
  line-height: 24px;
}

.order-summary-container h5.details-title.order-success {
  padding: 8px 12px;
  color: #fff;
  background-color: rgba(0, 128, 0, 0.9);
}

.order-summary-container .bottom-divider {
  margin-left: -16px;
  margin-right: -16px;
  clear: both;
}

.modal-dialog {
  width: 90% !important;
  margin: 0 auto !important;
}

.category-slider .slider-wrapper__img-wrapper {
  margin-left: 12.5px !important;
  margin-right: 12.5px !important;
}

.order-summary-page .button-block {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 420px;
}

.cart-note-section .details-data .data-right {
  font-size: 14px;
  line-height: 16px;
  color: #383838;
  font-weight: 600;
  margin: 10px 0;
}

.barcode-display {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.barcode-display label {
  font-size: 16px;
  line-height: 14px;
  color: #383838;
  font-family: "Poppins-SemiBold";
}

.payment-receipt span {
  font-size: 14px;
  line-height: 16px;
  color: #383838;
  margin-left: 5px;
  font-family: "Poppins-SemiBold";
}

.my-orders-page .header-top {
  display: flex;
}

.btn-filter {
  border: 1px solid #383838;
  box-sizing: border-box;
  border-radius: 16.5px;
  min-width: 77px;
  min-height: 26px;
  background-color: #fff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  font-family: "Poppins-SemiBold" !important;
}

.btn-filter:after {
  content: "";
  background: url(../img/icons/filter.svg) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.Category-filter {
  margin: 20px 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.filter-btn {
  border: 1px solid #383838;
  box-sizing: border-box;
  border-radius: 16.5px;
  min-width: 83px;
  min-height: 26px;
  background-color: #fff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  font-family: "Poppins-SemiBold" !important;
  height: 29px;
  color: #383838;
}

.filter-btn::before {
  margin-right: 6px;
}

.sort {
  margin-left: 12px;
  height: 29px;
}

.sort::before {
  content: "";
  background: url(../img/icons/sort.svg) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.filter::before {
  content: "";
  background: url(../img/icons/filter.svg) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.cart-item-container .product-item {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.cart-item-container .cart-pro-image {
  width: 75px !important;
  height: 75px !important;
  overflow: hidden;
  float: left;
  border-radius: 5px 0 0 5px !important;
}

.cart-item-container .cart-pro-image img {
  max-width: 100% !important;
  border-radius: 5px 0 0 5px !important;
  width: auto;
  max-height: initial;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cart-item-container .product-details {
  width: calc(100% - 90px);
  float: right;
  padding: 12px;
}

.cart-item-container
  .product-details
  .product-detail-content
  .product-details-left
  .detail-left {
  width: 100%;
  float: left;
}

.cart-item-container .cart-bottom-box {
  clear: both;
}

.cart-item-container .cart-bottom-box .cart-item-btn {
  margin-bottom: 0;
}

.cart-item-container
  .product-details
  .product-detail-content
  .detail-left
  .detail-content-text {
  margin-bottom: 10px;
}

.cart-item-container
  .product-details
  .product-detail-content
  .detail-left
  .detail-content-text
  .varients-wrp
  ul
  li {
  background-color: transparent;
  border-radius: 0;
  padding: 0px 10px 0 0;
  margin: 0;
}

.checkout-bottom input[type="number" i]:focus-visible {
  outline: none;
}

.cart-page .product-details .product-name {
  margin-bottom: 6px;
}

.cart-item-container .cart-bottom-box .btn-group button.btn.btn-add-remove {
  width: auto;
  padding: 0;
  height: 32px !important;
}

.cart-item-container .product-item .btn-quantity {
  margin: 0 11px !important;
}

.pay-image-block {
  background-color: #fff;
  padding: 5px 8px 5px 0px;
  display: inline-block;
  vertical-align: middle;
}

.order-summary-page .my-orders-content {
  width: 100%;
  display: inline-block;
  margin-bottom: 100px;
}

.checkout-page .image-container .file-preview {
  width: 100%;
  height: 100%;
  display: flex;
}

.checkout-page .image-container .uploaded-file {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.checkout-page .image-container .file-preview .image-upload {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.select-outlet-page .header-top .location-dropdown-container .location-btn {
  display: none;
}

.select-outlet-wrp .search-wrp-top {
  max-width: 100%;
  flex: 0 0 100%;
  margin: 0 15px 30px;
}

.select-outlet-wrp .search-wrp-top .ttl {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

.select-outlet-wrp .search-wrp-top input.search-input-top {
  padding: 10px 0px 10px 12px;
  width: 400px;
  box-shadow: inset 0px -1px 0px #d9d9d9;
  border: 0;
  outline: 0;
  margin: 4px 0 0;
  max-width: 100%;
}

.select-outlet-wrp .search-wrp-top ::placeholder {
  font-size: 16px;
  color: #8f8f8f;
  line-height: 24px;
  opacity: 1;
}

.slider-wrapper.four-grid .slider-label .price-counter-wrp {
  display: flex;
  margin-top: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}

.slider-wrapper.four-grid .slider-label .price-counter-wrp .cart-item-btn {
  flex: none;
  width: auto;
  margin: 0;
  z-index: 99;
}

.slider-wrapper.four-grid
  .slider-label
  .price-counter-wrp
  .cart-item-btn
  .btn-add-remove {
  background: transparent;
  width: auto;
  height: auto;
}

.slider-wrapper.four-grid
  .slider-label
  .price-counter-wrp
  .cart-item-btn
  .btn-quantity {
  font-size: 16px;
}

.slider-wrapper.four-grid
  .slider-label
  .price-counter-wrp
  .cart-item-btn
  .btn-quantity {
  font-size: 16px;
  background: #f1f1f1;
  border-radius: 5px;
  width: auto;
  height: auto !important;
  line-height: 8px;
  padding: 9px;
  min-width: 28px;
  margin: 0 5px;
}

.btn-add-remove .btn-inc {
  background: url(../img/icons/plus-icon.png) 0 50% no-repeat;
  display: inline-block;
  text-indent: -9999px;
  height: 15px;
  width: 12px;
  line-height: 15px;
}

.btn-add-remove .btn-dec {
  background: url(../img/icons/minus-icon.png) 0 50% no-repeat;
  display: inline-block;
  text-indent: -9999px;
  height: 15px;
  width: 12px;
  line-height: 15px;
}

.slider-wrapper.four-grid .slider-label h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: auto !important;
  width: 100%;
  max-height: unset !important;
  box-sizing: border-box;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.slider-wrapper.four-grid .slider-label .pro-price {
  margin-top: 0;
  padding: 0;
}

.slider-wrapper.four-grid .slider-label .price-counter-wrp .cart-item-btn {
  flex: none;
  width: auto;
  margin: 0;
  z-index: 99;
}

.select-outlet-wrp .select-outlet {
  margin: 0 2px 12px;
  display: flex;
  max-height: initial;
  box-shadow: unset;
  cursor: pointer;
}

.select-outlet-wrp .select-outlet span {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding: 12px;
}

.select-outlet-wrp .select-outlet span.outlet-name-mobile {
  display: none;
}

.select-outlet-wrp .select-outlet .outletdetails-wrp {
  padding: 0 0 0 12px;
}

.select-outlet-wrp .select-outlet .outletdetails-wrp span {
  padding: 0;
}

.select-outlet-wrp .select-outlet .outletdetails-wrp span.outlet-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.select-outlet-wrp .select-outlet .outletdetails-wrp .more-details {
  font-size: 12px;
  line-height: 12px;
  margin: 10px 0 0;
}

.select-outlet-wrp .select-outlet .outletdetails-wrp .more-details .grey-text {
  padding: 0 0 6px;
  color: #8f8f8f;
}

.cart-total-content-bottom .box-wrapper-container {
  max-width: 100%;
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-total-content-bottom button.btn.btn-main {
  background: transparent;
  font-size: 16px;
  line-height: 21px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding-right: 0;
}

.cart-total-content-bottom {
  background: #eb5757;
  justify-content: space-between;
  padding: 13px 0;
  height: 65px;
}

.cart-page-container .header-top {
  align-items: center;
  height: 65px;
}

.category-products-content.device_only .header-top button {
  display: flex;
  align-items: center;
}

.product-item .btn-quantity {
  padding: 0;
  min-width: 35px;
  height: 35px !important;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 24px;
}

.cart-item-container .cart-bottom-box .sub-total span {
  font-size: 12px;
  line-height: 18px;
}

.cart-item-container .cart-bottom-box .sub-total span.price {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #eb5757;
  display: inline-block;
  padding-left: 12px;
}

.edit-profile-main .login-form-button .btn-main {
  width: auto;
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins-SemiBold" !important;
}

.login-form-button .btn.btn-main {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 41px;
  font-size: 14px;
  line-height: 21px;
}

.edit-profile .form-group {
  margin-bottom: 0;
}

.infinite-scroll-component,
.infinite-scroll-component__outerdiv {
  width: 100%;
}

.checkout-bottom .payment-info p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 21px;
}

.checkout-bottom .payment-info {
  margin: 0 0 12px;
}

.alerts-page .notification-container .notification-block .date-box {
  font-size: 14px;
  line-height: 21px;
  color: #b6b6b6;
  font-weight: 400;
  margin: 4px 0 0;
  font-family: "Poppins-Regular";
}

.alerts-page .notification-container .notification-block .close-img {
  background: #ededed;
  width: 32px;
  height: 32px;
  max-width: 32px;
  flex: 0 0 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.alerts-page .notification-container .notification-block .red-dot {
  background: #eb5757;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  flex: 0 0 12px;
}

.pt-8 {
  padding-top: 8px;
}

.sidebar-filter-wrp {
  min-height: 100%;
  box-sizing: border-box;
}

.sidebar-filter-box {
  min-width: 300px;
  padding: 12px 20px 20px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 300px;
}

.sidebar-filter-box .slider-content {
  flex: 1;
}

.sidebar-filter-box .label {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  font-family: "Poppins-SemiBold";
  margin: 0;
}

.sidebar-filter-box .input-wrp .edit-address-input {
  width: 100%;
}

.sidebar-filter-box .rc-slider-track {
  background-color: #000000;
}

.sidebar-filter-box .rc-slider-handle {
  border: solid 2px #000;
}

.sidebar-filter-box .rc-slider-handle.rc-slider-handle-1 {
  margin-left: 5px;
}

.sidebar-filter-box .rc-slider-handle.rc-slider-handle-2 {
  margin-left: -5px;
}

.sidebar-filter-box .price-range {
  font-size: 12px;
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  color: #b4b4b4;
  margin: 6px 0 0;
}

.sidebar-filter-wrp .btn-main {
  border: 0;
  height: 44px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
}

.sidebar-filter-box .input-wrp .edit-address-input::placeholder {
  color: #b6b6b6;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins-Regular";
  line-height: 24px;
}

.sidebar-filter-box .slider-content .main-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar-filter-box .slider-content .main-ttl h2 {
  margin: 0;
  font-family: "Poppins-Bold";
  font-size: 18px;
  line-height: 27px;
}

.price-range-bottom {
  display: flex;
}

.price-range-bottom .ttl {
  font-family: "Poppins-SemiBold";
  padding-right: 10px;
  font-size: 14px;
  line-height: 21px;
}

.price-range-bottom span {
  display: inline-block;
  padding: 0 5px;
}

.category-products-content .product-details .product-name {
  line-height: 21px;
  width: 100%;
}

.sidebar-filter-box .slider-content .main-ttl button {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.sort-btn {
  border: 1px solid #383838;
  box-sizing: border-box;
  border-radius: 16.5px;
  min-width: 177px;
  min-height: 26px;
  background-color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  font-family: "Poppins-SemiBold" !important;
  color: #383838;
  position: relative;
  padding: 8px 28px 8px 14px;
}

.pro-listing .Category-filter .dropdown-toggle::after {
  background: url(../img/icons/down.png) no-repeat;
  border: 0;
  height: 8px;
  width: 13px;
  position: absolute;
  right: 10px;
}

.pro-listing .Category-filter .sort::before {
  margin-right: 10px;
}

.sort-btn:hover,
.sort-btn:focus,
.sort-btn.focus,
.sort-btn:not([disabled]):not(.disabled).active,
.show > .sort-btn.dropdown-toggle {
  color: #383838;
  background-color: #fff !important;
  border-color: #383838 !important;
}

.pro-listing .Category-filter .dropdown-item {
  padding: 0;
  margin: 0;
  border: 0;
}

.pro-listing .Category-filter .dropdown-item button {
  background: transparent;
  border: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins-Regular";
  color: #383838;
  padding: 7px 12px;
  margin: 0;
  border: 0;
  min-height: 48px;
  width: 100%;
  text-align: left;
}

.pro-listing .Category-filter .dropdown-menu {
  padding: 0;
  min-width: 250px;
  border: 1px solid #383838;
  border-radius: 5px;
}

.pro-listing .Category-filter .dropdown-item button.btn.btn-primary {
  background: #f6f6f6;
  box-shadow: 0px -1px 0px rgba(221, 221, 221, 0.5);
}

.logged-in-dropdown a .notifications-icon .cart-quantity-badge {
  position: relative;
  display: inline-block;
  top: unset;
  left: unset;
  margin-left: 12px;
}

/* product detail page*/

.product-detail-wrp .detail-box {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  flex-wrap: wrap;
}

.product-detail-wrp .product-details .manufacturer {
  margin: 0 0 20px;
}

.product-detail-wrp .product-details .description {
  margin: 0 0 30px;
}

.product-detail-wrp .product-details .price-tocart-wrp {
  display: flex;
}

.product-detail-wrp .product-details .price-tocart-wrp .price,
.product-detail-wrp .product-details .price-tocart-wrp .tocart {
  max-width: 50%;
  flex: 0 0 50%;
  z-index: 9;
}

.product-detail-wrp .detail-box .product-details h2.product-name {
  font-size: 20px;
  line-height: 30px;
  font-family: "Poppins-Bold";
  color: #383838;
}

.product-detail-wrp .product-details {
  font-family: "Poppins-Regular";
  font-size: 14px;
  line-height: 21px;
  color: #383838;
}

.product-detail-wrp .detail-box .product-details .label {
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins-SemiBold";
  margin: 0 0 8px;
  color: #383838;
}

.product-detail-wrp .product-details .manufacturer b {
  color: #000;
  font-family: "Poppins-SemiBold";
}

.product-detail-pg .four-grid.related-product .slider-wrapper__img-wrapper {
  border-radius: 10px;
}

.category-products-content .category-listing .owl-carousel {
  z-index: initial;
}

.product-detail-pg .four-grid.related-product .pro-price {
  font-family: "Poppins-SemiBold";
}

.slider-wrapper.four-grid .slider-label .price-counter-wrp .pro-price,
.slider-wrapper.four-grid .slider-label .price-counter-wrp .cart-item-btn {
  max-width: 50%;
  flex: 0 0 50%;
}

.slider-wrapper.four-grid .slider-label .price-counter-wrp .pro-price {
  font-family: "Poppins-SemiBold";
}

.slider-wrapper.four-grid .slider-label .price-counter-wrp .pro-price input {
  width: 100%;
  white-space: normal;
}

.slider-wrapper.four-grid .slider-label .price-counter-wrp .cart-item-btn {
  display: flex;
  justify-content: flex-end;
}

.checkout-page .pay-holder .order-total span {
  color: #eb5757;
}

.breadcrumb-wrp {
  background: #ededed;
}

.breadcrumb-wrp ul {
  margin: 0;
  padding: 20px;
  list-style: none;
  display: inline-flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins-SemiBold";
}

.breadcrumb-wrp ul li::after {
  content: "/";
  position: absolute;
  right: 0;
}

.breadcrumb-wrp ul li:last-of-type::after {
  display: none;
}

.breadcrumb-wrp ul li {
  position: relative;
  margin-right: 8px;
  padding-right: 15px;
}

strong {
  font-family: "Poppins-SemiBold";
}

.order-pg-btn-wrp {
  padding: 0 16px 24px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.logged-in-dropdown a button {
  cursor: pointer;
}

.two-col-pg .aside .logged-in-dropdown a,
.two-col-pg .aside .logged-in-dropdown a button {
  color: #383838;
}

.order-pg-slider .input-wrp {
  max-width: 287px;
  flex: 0 0 287px;
  padding-right: 20px;
}

.order-pg-slider .input-wrp label,
.order-pg-slider .input-wrp input {
  width: 100%;
  line-height: 16px;
  font-family: "Poppins-Semibold";
}

.order-pg-slider .input-wrp input,
.order-pg-slider .input-wrp select {
  height: 44px;
  margin: 0;
}

.order-pg-slider .input-wrp select {
  width: 100%;
  font-family: "Poppins-Regular";
  padding: 10px 0px 10px 12px;
  box-shadow: inset 0px -1px 0px #d9d9d9;
  border: 0;
  outline: 0;
  max-width: 100%;
  color: #383838;
  font-size: 16px;
  line-height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.order-pg-slider .select-option {
  position: relative;
}

.order-pg-slider .select-option::after {
  background: url(../img/icons/down.png) no-repeat;
  z-index: 99;
  content: "";
  width: 13px;
  height: 9px;
  display: inline-block;
  top: 50%;
  position: absolute;
  margin-top: -4.5px;
  right: 12px;
}

.order-pg-slider {
  flex-wrap: wrap;
}

/* progress bar*/

.progressbar {
  counter-reset: step;
  padding: 0;
  float: left;
  width: 100%;
  padding: 0 0 15px;
  border-bottom: 1px solid #00000033;
}

.progressbar li {
  list-style-type: none;
  float: left;
  width: 20%;
  position: relative;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  color: #383838;
}

.progressbar .list-item:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 2px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
  z-index: 9;
  position: relative;
}

.progressbar li.active::after {
  background-color: green;
}

.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 42px;
  left: -50%;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: green;
  font-family: "Poppins-SemiBold";
}

.progressbar li.active .list-item:before {
  content: "✔";
  font-size: 13px;
  color: #fff;
  text-align: center;
  border: 2px solid green;
  background-color: green;
}

.order-summary-container {
  clear: both;
}

.disableUrl {
  color: gray;
}

.timestamp {
  color: #383838;
  font-family: "Poppins-Regular";
  font-size: 14px;
  line-height: 20px;
}

.logged-in-btn::after {
  display: none;
}

.four-grid .product-img {
  z-index: 99;
}

.slider-wrapper.four-grid .owl-carousel .owl-stage {
  display: flex;
}

.slider-wrapper.four-grid .owl-carousel .owl-stage .owl-item {
  display: flex;
  flex: 1 0 auto;
  box-sizing: border-box;
}

/* bundle product */

.attribute-wrp .attribute-box {
  margin: 0 0 15px;
}

.attribute-wrp .select-wrp {
  position: relative;
}

.prod_attributes {
  box-shadow: inset 0px -1px 0px #d9d9d9;
  border: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.prod_attributes {
  -webkit-appearance: none;
  -moz-appearance: window;
  border: none;
  background-image: url(../img/icons/down.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.attribute-box label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-family: "Poppins-SemiBold";
}

.attribute-wrp {
  margin: 0 0 15px;
}

.bundle-product-list .product-box .img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.bundle-product-list .product-box {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  box-shadow: inset 0px -1px 0px #d9d9d9;
  padding: 16px 20px;
}

.bundle-product-list .ttl {
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 4px;
  font-family: "Poppins-SemiBold";
}

.bundle-product-list .product-box .left-box {
  display: flex;
  flex: 1;
}

.bundle-product-list .product-box .left-box .img {
  padding-right: 16px;
}

.bundle-product-list .product-box .id {
  max-width: 45px;
  flex: 0 0 45px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
}

.bundle-product-list {
  margin: 30px 0 30px;
}

.bundle-product-list .product-box:last-of-type {
  box-shadow: 0 0 black;
}

.product-detail-pg
  .four-grid.related-product
  .slider-wrapper__img-wrapper
  canvas,
.four-grid .owl-carousel .slider-wrapper__img-wrapper canvas {
  left: unset !important;
  top: unset !important;
  height: auto !important;
}

.bundle-product-list .product-box .left-box .product-name {
  padding-right: 30px;
  margin: 0;
}

.modal-title.h4 {
  font-family: "Poppins-SemiBold";
}

.font-w600 {
  font-family: "Poppins-SemiBold";
}

.order-summary-container .checkout-bottom {
  padding: 16px 0;
}

.order-summary-container .checkout-bottom .image-container .file-preview {
  width: 100%;
  height: 100%;
  display: flex;
}

.order-summary-container .checkout-bottom .image-container .file-preview img {
  height: auto;
  max-width: 100%;
}

.product-detail-pg
  .four-grid.related-product
  .slider-wrapper__img-wrapper
  .br-10 {
  border-radius: 10px 10px 0 0;
}

.search-top label.search-ttl {
  font-family: "Poppins-SemiBold";
  padding: 0 20px;
}

.p-relative {
  position: relative;
}

.contact-us-box .grey-text {
  font-family: "Poppins-SemiBold";
  color: #b4b4b4;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 6px;
}

.custom-scroll::-webkit-scrollbar {
  width: 0;
}

.slider-scrollbar {
  margin-top: 0px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin-bottom: 0px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  display: flex;
  scrollbar-width: none;
}

.custom-scrollbar-slider {
  position: relative;
}

.category-product-inner .owl-nav button {
  border: 0;
}

.select-outlet-wrp .select-outlet .outletdetails-wrp .more-details {
  font-size: 10px;
  line-height: 14px;
  margin: 8px 0 0;
}

.select-outlet-wrp .select-outlet span {
  font-size: 14px;
  line-height: 18px;
}

.checkout-bottom .image-container.qr-code {
  width: 100%;
  margin-right: 15px;
  padding: 0;
  height: auto;
  max-width: unset;
  background-color: transparent;
}

.checkout-bottom .image-container.qr-code .uploaded-file img {
  width: 50%;
  margin: 0 auto 15px;
}

.category-products-content .category-product-inner {
  padding: 0 !important;
  z-index: 9999999;
  margin-top: 0px;
  background: #fff;
}

.category-products-content .category-product-inner .pro-listing {
  padding: 16px !important;
}

.category-products-content .pro-listing .product-details {
  align-items: flex-end;
  justify-content: space-between;
}

.category-products-content .pro-listing .product-details .detail-left {
  width: 100%;
}

.cart-bottom-left {
  display: flex;
  align-items: center;
}

.category-products-content.device_only .header-top {
  min-height: unset !important;
  align-items: center;
}

.cart-page-container .header-top {
  justify-content: unset !important;
}

.checkout-page .header-top {
  justify-content: unset !important;
}

.cart-page-container .input-group.search-box .page-title {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.checkout-page .page-title {
  padding-left: 30%;
}

/* .order-details-page .header-top {
  justify-content: unset !important;
} */

.order-details-page .header-top a {
  display: flex;
  align-items: center;
}

/* .order-details-page .page-title {
  padding-left: 25%;
} */

.cart-page-container .cart-total-content-bottom button.btn.btn-main {
  padding: 0;
}

.cart-page-container .cart-total-content-bottom {
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 420px;
  border-radius: 0px;
  z-index: 9999;
  position: fixed;
  cursor: pointer;
}

.cart-page-container .cart-total-content-bottom .button-block {
  width: 100%;
  text-align: center;
}

.product-detail-pg {
  padding-bottom: 0px !important;
  padding-top: 70px;
  top: 70px;
  margin: 0px;
  background-color: #fff;
  border-radius: 5px;
}

.header-detail-page .header-top {
  min-height: unset;
}

.product-detail-wrp .detail-box {
  padding: 0 !important;
}

.collectiontime-form {
  padding: 10px;
}

.collectiontime-form .heading {
  font-size: 18px;
  color: #008cff;
  margin-bottom: 20px;
}

.collectiontime-form .form-input-div {
  max-width: 100%;
  margin: 0px 15px 20px 15px;
  position: relative;
}

.collectiontime-form .form-input-div.time-tab .time-tab-nav_description .time-tab-nav_description_main {
  background-color: #ededed;
  padding: 15px;
  width: calc(100% - 0px);
  margin: 10px auto;
}

.collectiontime-form .form-input-control {
  width: 100%;
  border: none;
  height: 35px;
  border-bottom: 1px solid;
  padding: 0 5px;
}

.collectiontime-form .text-area-input {
  height: 70px;
}

.collectiontime-form .button-block {
  position: fixed;
  bottom: 0;
  right: 0;
}

.collectiontime-form .error-msg {
  color: red;
  font-size: 12px;
}

.form-datepicker-control {
  width: 100%;
}

.form-datepicker-control input {
  width: 100%;
  border: none;
  height: 35px;
  border-bottom: 1px solid;
  padding: 0 5px;
}

.product-detail-wrp .detail-box {
  height: 100%;
}

@media only screen and (max-width: 1023px) {
  .checkout-bottom .image-container.qr-code {
    width: 100%;
    margin-right: 15px;
    padding: 0;
    height: auto;
    max-width: unset;
    background-color: transparent;
  }
  .checkout-bottom .image-container.qr-code .uploaded-file img {
    width: 50%;
    margin: 0 auto 15px;
  }
  .checkout-bottom-wrp .login-form-button {
    position: relative;
    bottom: unset;
  }

  .checkout-bottom-wrp .login-form-button .btn.btn-main {
    border-radius: 10px;
  }
  .sidebar-filter-box {
    min-height: initial;
  }
  .sidebar-filter-wrp .button-wrp {
    position: fixed;
    bottom: 21px;
    width: 100%;
    left: 0;
    padding: 0 20px;
  }
  .category-products-content
    .category-listing
    .category-inner-list
    a
    .cat-name {
    padding: 5px 7px;
    font-size: 14px;
  }
  .custom-scrollbar-slider .owl-nav {
    display: none;
  }
  .slider-scrollbar {
    margin-top: 0;
    justify-content: center;
  }
  .cart-empty-block img.cart-empty-img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .contact-us-wrp {
    padding: 60px 16px;
  }
  .Panes {
    padding: 60px 16px;
  }
  .header-top .logo-container img {
    height: 38px !important;
  }
  .category-products-content .pro-listing {
    padding: 0 16px;
  }
  .bundle-product-list .ttl {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 8px;
  }
  .product-detail-wrp .product-details .description {
    margin: 0 0 20px;
  }
  .bundle-product-list {
    margin: 0 0 4px;
  }
  .bundle-product-list .product-box {
    padding: 12px;
    font-size: 14px;
    line-height: 21px;
  }
  .bundle-product-list .product-box .left-box .product-name {
    font-size: 14px;
    line-height: 21px;
  }
  .category-slider img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
  }
  .category-slider .slider-wrapper__img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    margin: 0 auto;
    object-fit: cover;
    border: 3px solid #000;
  }
  .progressbar li .status {
    padding: 0 20px;
  }
  .progressbar li:after {
    left: 14px;
    height: 100%;
    width: 2px;
    top: -50%;
  }
  .progressbar li.active .list-item:before {
    margin: 0 auto 14px auto;
  }
  .progressbar li {
    width: 100%;
    display: flex;
    padding-bottom: 10px;
    text-align: left;
  }
  .progressbar li .list-item {
    order: -1;
  }
  .progressbar {
    padding: 0 16px;
    border-bottom: 5px solid #f1f1f1;
  }
  .header-top .location-dropdown-container {
    margin-right: 0 !important;
  }
  .order-pg-slider .input-wrp input,
  .order-pg-slider .input-wrp select {
    height: 41px;
  }
  .order-pg-slider .input-wrp label {
    font-size: 12px;
    line-height: 16px;
  }
  .order-pg-slider .input-wrp {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    margin: 0 0 30px;
  }
  .cart-total-content-bottom .total-text {
    font-weight: 400;
  }
  .product-detail-wrp
    .product-details
    .price-tocart-wrp
    .tocart
    .subtotal-wrp
    .value {
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
  }
  .product-detail-wrp
    .product-details
    .price-tocart-wrp
    .tocart
    .subtotal-wrp
    .label {
    font-family: "Poppins-Regular";
    padding-right: 12px;
    font-size: 12px;
    line-height: 18px;
  }
  .product-detail-wrp .product-details .price-tocart-wrp .tocart .subtotal-wrp {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
  }
  .my-orders-page .two-col-pg .main-content-right .order-listing {
    padding: 0 16px;
  }
  .my-orders-page .two-col-pg .main-content-right {
    padding-bottom: 100px;
  }
  .order-pg-btn a.btn.btn-main {
    min-height: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  .order-pg-btn {
    position: fixed;
    bottom: 64px;
  }
  .my-orders-page .two-col-pg .main-content-right {
    border: 0;
  }
  .product-detail-wrp .detail-box .product-details {
    margin-top: 20px;
  }
  .product-detail-pg
    .slider-wrapper.four-grid
    .slider-label
    .price-counter-wrp
    .btn-group {
    position: absolute;
    bottom: 12px;
    right: 16px;
  }
  .product-detail-pg
    .slider-wrapper.four-grid
    .slider-label
    .price-counter-wrp {
    flex-wrap: wrap;
  }
  .product-detail-pg
    .slider-wrapper.four-grid
    .slider-label
    .price-counter-wrp
    .pro-price,
  .product-detail-pg
    .slider-wrapper.four-grid
    .slider-label
    .price-counter-wrp
    .btn-group {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .product-detail-pg .slider-wrapper.four-grid .slider-label h4 {
    padding: 0;
    margin: 0 0 4px;
  }
  .product-detail-pg
    .slider-wrapper.four-grid
    .slider-label
    .price-counter-wrp {
    padding: 0;
    margin: 0;
  }
  .product-detail-wrp .product-details .price-tocart-wrp .tocart .btn-group {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 6px;
    margin-top: 0;
  }
  .product-detail-wrp
    .product-details
    .price-tocart-wrp
    .tocart
    .btn.btn-quantity {
    background: #ffffff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-size: 18px;
    line-height: 27px;
    height: 36px !important;
    padding: 0;
    width: 36px !important;
    margin: 0 10px;
  }
  .product-detail-wrp
    .product-details
    .price-tocart-wrp
    .tocart
    .btn.btn-add-remove {
    background: transparent;
    height: 36px !important;
    width: auto;
  }
  .product-detail-wrp .detail-box .product-details .price-tocart-wrp .label {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
  }
  .product-detail-wrp .product-details .price-tocart-wrp .tocart h3.label {
    display: none;
  }
  .product-detail-wrp .product-details .price-tocart-wrp .price span {
    font-size: 18px;
    line-height: 27px;
    font-family: "Poppins-SemiBold";
  }
  .auth-content-wrp a.forgot-pass-link {
    margin: 12px 0 0;
    display: inline-block;
  }
  .product-detail-pg
    .four-grid.related-product
    .slider-wrapper__img-wrapper
    .product-img
    img {
    min-height: unset;
    border-radius: 0;
  }
  .product-detail-pg
    .four-grid.related-product
    .slider-wrapper__img-wrapper
    .product-img {
    width: 150px;
    height: 124px;
    overflow: hidden;
    float: left;
    border-radius: 10px 0 0 10px !important;
  }
  .product-detail-pg
    .four-grid.related-product
    .slider-wrapper__img-wrapper
    .slider-label {
    width: calc(100% - 150px);
    float: right;
    padding: 10px 12px 0;
  }
  .product-detail-pg .four-grid.related-product .slider-wrapper__img-wrapper {
    width: 100%;
    margin: 0 0 12px;
    padding: 0;
    border-radius: 10px;
    position: relative;
  }
  .product-detail-pg .four-grid.related-product .slider-wrapper__img-wrapper {
    width: 100%;
    margin: 0 0 12px;
  }
  .product-detail-pg .four-grid.related-product {
    overflow: unset;
    white-space: normal;
    overflow-x: unset;
    overflow-y: unset;
    padding: 0 15px;
    border: 0 !important;
  }
  .product-detail-pg {
    padding-bottom: 0px;
  }
  .product-detail-wrp .detail-box .img-box,
  .product-detail-wrp .detail-box .product-details {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .product-detail-wrp .detail-box {
    padding: 70px 0 0;
    height: 100%;
  }
  .block-content.block-content-full .cart-total p {
    margin-bottom: 12px;
  }
  .product-detail-wrp .detail-box .img-box img {
    height: 200px;
    margin: 0 auto;
    display: block;
  }
  .product-detail-wrp .detail-box .price-tocart-wrp {
    position: unset;
    bottom: 0px;
    background-color: #0077c7;
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    left: 0;
    padding: 9px 16px;
    color: #fff;
    z-index: 999;
    height: 65px;
    align-self: flex-end;
  }
  .product-detail-wrp .product-details .price-tocart-wrp {
    align-items: center;
  }
  .product-detail-wrp .detail-box .price-tocart-wrp .btn-add-remove .btn-dec {
    background: url(../img/icons/minus-wt.png) 0 50% no-repeat;
    width: 14px;
  }
  .product-detail-wrp .detail-box .price-tocart-wrp .btn-add-remove .btn-inc {
    background: url(../img/icons/plus-wt.png) 0 50% no-repeat;
    width: 14px;
  }
  .product-detail-pg .slider-heading {
    font-size: 18px;
    line-height: 27px;
  }
  .category-products-content .category-product-inner .pro-listing {
    padding: 0 16px;
  }
  .category-products-content .category-listing .slider-wrapper {
    margin-top: 0;
  }
  .category-products-content .category-product-inner {
    padding: 38px 0 50px;
  }
  .login-subtitle strong {
    display: inline-block;
  }
  .login-form-button .btn.btn-main {
    border-radius: 0;
    height: 56px;
  }
  .edit-profile .login-form-button .btn.btn-main {
    height: 41px;
    border-radius: 10px;
    min-width: 120px;
  }
  .myorder-list-wrp {
    padding: 0 16px;
  }
  .alerts-page .notification-container .notification-block .cart-img {
    max-width: 27px;
  }
  .order-summary-page .my-orders-content {
    padding-top: 20px;
  }
  .order-details-page .edit-address-input {
    width: 100%;
  }
  .order-details-page .edit-address-input::placeholder {
    opacity: 0.5;
    font-size: 14px;
    line-height: 21px;
    color: #383838;
  }
  .order-details-page .order-summary-block,
  .order-details-page .order-total-block {
    padding: 0 0 5px;
  }
  .order-details-page .data-left,
  .order-details-page .data-right,
  .order-details-page .data-center {
    font-size: 14px;
    line-height: 21px;
  }
  .checkout-content {
    padding: 42px 0px 0;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
  }
  .footer-fixed {
    justify-content: space-evenly;
  }
  .select-outlet-wrp
    .select-outlet
    .outletdetails-wrp
    .more-details
    .black-text {
    font-size: 12px;
    line-height: 18px;
    font-family: "Poppins-SemiBold";
  }
  .slider-wrapper.four-grid .slider-label h4 {
    font-size: 14px;
    line-height: 21px;
  }
  .edit-address-input-label {
    font-size: 12px;
    line-height: 16px;
  }
  .edit-profile-main .login-form-button {
    padding: 0 !important;
    margin-top: 0 !important;
  }
  .aside .logged-in-dropdown a button {
    border: 0;
    background: transparent;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: initial;
  }
  .two-col-pg .aside {
    order: 2;
    margin-top: 16px;
    margin-bottom: 64px;
  }
  .two-col-pg .main-content-right {
    flex: 1;
    padding-top: 60px;
    border-bottom: 0;
    padding-bottom: 70px;
  }
  .aside .logged-in-dropdown a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    padding: 16px;
    box-shadow: inset 0px -1px 0px #d9d9d9;
    background: url(../img/icons/left-arw.png) 94% 50% no-repeat;
    font-family: "Poppins-SemiBold";
  }
  .aside .logged-in-dropdown a:last-of-type {
    box-shadow: unset;
  }
  .cart-item-container .cart-bottom-box .sub-total {
    max-width: 100%;
    flex: 100%;
    text-align: right;
  }
  .select-outlet-wrp .select-outlet {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }
  .select-outlet-wrp .select-outlet .outletdetails-wrp {
    padding: 8px 0 12px 12px;
    max-width: calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
  }
  .select-outlet-wrp .select-outlet img.outlet-img {
    max-width: 150px;
    width: 150px;
  }
  .slider-wrapper.top-selling-slider.four-grid {
    border-bottom: 5px solid #f1f1f1;
  }
  .top-selling-slider .slider-wrapper__img-wrapper {
    margin-bottom: 20px;
  }
  .top-selling-slider .slider-label {
    width: 100%;
  }
  .top-selling-slider .product-img {
    width: auto;
    height: auto;
  }
  .top-selling-slider .slider-wrapper__img-wrapper {
    width: 220px;
  }
  .select-outlet-wrp .search-wrp-top {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 20px;
  }
  .order-summary-page .my-orders-content .bottom-divider {
    margin-left: -15px;
    margin-right: -15px;
  }
  .order-details-page .details-title {
    margin: 0 0 8px;
  }
  .checkout-page .cod-title {
    font-size: 16px;
    line-height: 24px;
  }
  .category-new .select-outlet-wrp .select-outlet {
    width: 45%;
    float: left;
    flex-direction: column;
    justify-content: center;
    margin: 0 7px 14px;
  }
  .category-new .select-outlet-wrp .select-outlet .outletdetails-wrp {
    max-width: unset;
    flex: unset;
    width: 100%;
    text-align: center;
    height: 58px;
    padding: 0;
    margin-top: 15px;
  }
  .category-new .outlet-img-box {
    width: 100%;
    text-align: center;
    height: 340px;
    overflow: hidden;
    float: left;
    border-radius: 5px 0 0 5px !important;
  }

  .category-new .select-outlet-wrp .select-outlet img.outlet-img {
    width: 100% !important;
    height: 100% !important;
    max-height: unset !important;
    border-radius: 5px 0 0 5px !important;
    object-fit: cover;
    max-width: unset !important;
  }
}

@media only screen and (max-width: 767px) {
  .category-new .outlet-img-box {
    width: 100%;
    text-align: center;
    height: 160px;
    overflow: hidden;
    float: left;
    border-radius: 5px 0 0 5px !important;
  }
}

/* desktop */

.product-detail-pg
  .four-grid.related-product
  .slider-wrapper__img-wrapper
  .product-img
  a {
  display: block;
  height: 100%;
}

.varients-wrp {
  clear: both;
}

.varients-wrp ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.varients-wrp ul li {
  background: #f1f1f1;
  margin: 5px 0px 5px 0;
  padding: 5px 10px;
  border-radius: 15px;
}

.checkout-page
  .box-wrapper-container
  .checkout-content
  .paymentGatewayBlock
  .block {
  margin: 0px 0px 12px 0px;
  width: 100%;
}

.varients-wrp ul li label {
  margin: 0;
  padding-right: 7px;
  font-family: "Poppins-Regular";
  font-weight: 400;
}

.order-details-page .order-total-block-inner .details-data .data-center {
  font-family: "Poppins-Regular";
  font-weight: 400;
}

.product-detail-wrp .detail-box .img-box img {
  max-width: 100%;
  margin: 10px auto 20px auto;
}

.contact-us-box {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.contact-us-box h2 {
  font-size: 16px;
  line-height: 16px;
  font-family: "Poppins-SemiBold";
}

.category-products-content
  .category-listing
  .category-inner-list
  a
  .cat-name
  span {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.custom-scroll {
  scrollbar-width: none;
}

@media only screen and (max-width: 1023px) {
  .custom-scrollbar-slider {
    margin: 0;
  }
  .category-products-content
    .category-listing
    .category-inner-list
    a
    .cat-name {
    border-radius: 0;
  }
}

.no-record-found {
  text-align: center;
  padding-top: 15px;
}

.no-record-found h4 {
  font-size: 16px;
  line-height: 18px;
  margin: 15px;
}
/* homepage splash changes */
.splash-screen {
  position: relative;
  background-image: linear-gradient(#0077c7, #01a8a0) !important;
  min-height: 700px;
  background-position: initial;
  display: flex;
  background-position: initial;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  padding-top: 100px;
}

.category-main {
  padding: 65px 0px 60px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.splash-screen .company-title {
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  bottom: 330px;
}
.splash-screen .company-name {
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  bottom: 230px;
}
.splash-screen .button-container {
  position: absolute;
  bottom: 130px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.splash-screen .button-container .home-btn {
  background-color: #fff;
  border: 0;
  color: #01a8a0;
  padding: 17px;
  font-size: 15px;
  font-weight: 500;
  width: 80%;
  line-height: 18px;
  border-radius: 25px;
  margin-bottom: 15px;
  cursor: pointer;
}
.splash-screen .button-container .my-order {
  background-color: rgb(59, 59, 59);
  border: 0;
  color: #fff;
  padding: 8px;
  width: 60%;
  font-size: 14px;
  line-height: 16px;
  margin-top: 7px;
}
.cart-page .block-content {
  z-index: 9999;
  position: relative;
  height: 74vh;
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  flex-direction: row;
  flex-direction: column;
  padding-bottom: 100px;
  background: #fff;
  width: 100%;
  top: 0px;
  border-radius: 5px;
  padding: 63px 0px 0px 0px !important;
}

.cart-page .cart-total p {
  margin-bottom: 10px;
}

.collectiontime-form-content {
  padding: 15px 0px 0px 0px;
}

.cart-item-meta {
  display: flex;
  background: transparent;
  height: calc(100vh - 250px);
  overflow-y: auto;
  overflow-x: hidden;
  flex-direction: column;
  padding: 15px 0px 0px 0px !important;
}
.cart-item-meta.my-order-list {
  height: 82%;
}
.cart-item-meta::-webkit-scrollbar {
  display: none;
}
.cart-item-btn {
  width: 90px !important;
}
.my-order-list .detail-left {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my-order-list .product-details .btn-group {
  width: unset !important;
}
.my-order-list .cart-item-btn {
  flex: unset !important;
}

.product-detail-pg .subtotal-wrp {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: start;
}
.product-detail-pg .button-block {
  width: 40%;
}
.product-detail-pg .button-block .btn.btn-main {
  background-color: transparent;
  text-align: right;
}

.cart-item-meta .product-item .product-details .sub-total .price {
  display: inline-block;
  padding-left: 5px;
}

.order-summary-container .collection-time-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.order-summary-container .collection-time-container .collection-time-div {
  width: 50%;
}

.collectiontime-form .form-input-div .collectioninput-icon {
  width: 20px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.collection-time-container .collection-time-div p {
  margin-bottom: 8px;
  display: inline-block;
  word-break: break-all;
  width: 100%;
}

.collection-time-container .collection-time-div p:last-child {
  margin-bottom: 0;
}

form.collectiontime-form .collectiontime-formdetail {
  width: calc(100% - 30px);
  background: #ffffff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
  border-radius: 5px;
  margin: 20px auto;
  padding: 16px;
}

form.collectiontime-form .collectiontime-formdetail .form-input-div input,
form.collectiontime-form .collectiontime-formdetail .form-input-div select,
form.collectiontime-form .collectiontime-formdetail .form-input-div textarea {
  width: 100%;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid rgb(195, 195, 195);
  border-left: none;
  border-image: initial;
  margin: 0;
  padding: 0px 0px 6px 15px;
  text-transform: capitalize;
  color: rgb(56, 56, 56);
}

form.collectiontime-form
  .collectiontime-formdetail
  .form-input-div
  input:focus-visible,
form.collectiontime-form
  .collectiontime-formdetail
  .form-input-div
  select:focus-visible,
form.collectiontime-form
  .collectiontime-formdetail
  .form-input-div
  textarea:focus-visible {
  outline: none;
}

form.collectiontime-form .collectiontime-formdetail .form-input-div input,
form.collectiontime-form .collectiontime-formdetail .form-input-div select {
  padding: 0px 0px 6px 35px;
}

form.collectiontime-form .collectiontime-formdetail.first-tab {
  margin: 0px auto 20px auto;
}
form.collectiontime-form .collectiontime-formdetail.last-tab {
  margin: 30px auto 0px auto;
}

.category-products-content .category-product-inner .pro-listing {
  padding: 16px 16px 0px 16px !important;
}

.cart-page-container.collection-time-page {
  overflow-x: hidden;
  overflow-y: auto;
}

.cart-page-container form.collectiontime-form {
  padding: 25px 0px 95px 0px;
}

.cart-page-container.collection-time-page .input-group.search-box .page-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 0;
}

.cart-page .cart-empty-block .cart-empty-text {
  color: #eb5757;
}

.View-Cart-link.cart-total-content-bottom {
  align-items: center;
  cursor: pointer;
  align-items: center;
  cursor: pointer;
  position: fixed;
  align-self: flex-end;
  width: 420px;
  left: 50%;
  transform: translateX(-50%);
}

.View-Cart-link.cart-total-content-bottom .total-text,
.box-wrapper.product-detail-pg .product-detail-wrp .product-details .price-tocart-wrp .total-text {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
}

.collectiontime-form .cart-total-content-bottom.submit-next-btn {
  width: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  left: 0;
  bottom: 0;
  transform: unset;
}

.cart-page.empty-page .cart-empty-block {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 111;
  padding-bottom: 100px;
  top: 0;
  height: 800px;
  padding-top: 150px;
}

.cart-empty-block.empty-page .cart-empty-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cart-page.empty-page .block {
  background-color: transparent;
  width: 90%;
  margin: 0 auto 24px auto;
  display: block;
}

.cart-page.empty-page .block-content {
  background: transparent;
  margin: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.collectiontime-form .form-input-div.time_slot-tab {
  border-bottom: 1px solid rgb(195, 195, 195);
  width: 100%;
  padding: 0px 0px 10px 35px;
  display: inline-block;
  margin: 0px 0 0px 0px;
}

.collectiontime-form .form-input-div.time_slot-tab .time_slot,
.attribute-box .select-wrp .time_slot {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
}

.collectiontime-form
  .form-input-div.time_slot-tab
  .time_slot
  p.time_slot-label {
  width: 100%;
  margin: 0;
  text-transform: capitalize;
  color: rgb(56, 56, 56);
}

.collectiontime-form .form-input-div.time_slot-tab .time_slot p.time-tab,
.attribute-box .select-wrp .time_slot p.time-tab {
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 4px;
  color: #000;
  font-weight: bold;
  display: flex;
  column-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  width: 125px;
  margin-bottom: 12px;
  cursor: pointer;
}

.attribute-box .select-wrp .time_slot p.time-tab {
  line-height: 1.4;
  min-width: 130px;
  width: auto;
}

.product-details .attribute-wrp .attribute-box label {
  margin-bottom: 12px;
  display: inline-block;
}

.box-wrapper-container.no-space-content.order-detail_content {
  overflow-x: hidden;
}

.collectiontime-form .form-input-div.time_slot-tab .time_slot p.time-tab.active,
.attribute-box .select-wrp .time_slot p.time-tab.active {
  background-color: #008cff;
  border-color: #008cff;
  color: #ffffff;
}

.splash-screen img.company-logo {
  width: 220px;
}

.total-price-content .price span {
  font-family: "Poppins-bold";
  font-size: 18px !important;
  line-height: 21px;
  color: #383838 !important;
}

.category-products-content .category-product-inner .category-slide {
  padding: 20px 16px 10px 16px;
}

.category-slide ul.nav.nav-pills li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
}

.category-slide ul.nav.nav-pills li .nav-item_details .nav-text {
  min-height: 42px;
  text-align: center;
  margin-top: 8px;
  color: #0077c7;
  text-transform: capitalize;
}

.category-slide ul.nav.nav-pills li a.nav-link.active {
  background-color: #0077c7;
  border: 0;
  color: #ffffff;
}

.category-slide ul.nav.nav-pills li a.nav-link {
  border: 1px solid #0077c7;
  background-color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0077c7;
  position: relative;
  z-index: 11;
}

.category-slide ul.nav.nav-pills li .divider {
  flex-grow: 1;
  border-bottom: 1px solid #0077c7;
  margin: 0;
  position: absolute;
  width: 105px;
  height: 1px;
  top: 22%;
  left: 50%;
  transform: translate(0%, -50%);
  z-index: 1;
}

.service-section {
  padding-top: 200px;
  background-color: #fff;
  height: auto;
  overflow: auto;
  position: relative;
  z-index: 1;
}

.service-section h6 {
  font-family: "Poppins-Bold";
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize;
}
.cart-total_payment {
  position: unset;
  padding-top: 10px;
}

.Drycleaning-Service-wrapper .btn.btn-main {
  position: unset;
  left: 0;
  transform: unset;
  bottom: -2px;
  z-index: 9999;
  background: #0077c7 !important;
  display: flex;
  width: 420px;
  align-self: flex-end;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  height: 65px;
}

.cart-total_payment .cart-total,
.cart-page .cart-total {
  color: #383838;
  font-size: 16px;
  padding: 0px 15px;
  font-family: "Poppins-SemiBold";
}

.cart-total_payment .cart-total p {
  margin-bottom: 12px;
}

.category-slide {
  background-color: #fff;
  position: fixed;
  z-index: 11;
  padding: 78px 12px 25px;
  width: 420px;
}

.order-details-page .category-slide {
  padding-top: 30px;
}

.category-slide ul.nav.nav-pills li .nav-item_details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.company-room-icon {
  width: 45px;
  filter: invert(1);
  margin-right: 8px;
}

.checkout-page .checkout-content_detail {
  padding-bottom: 0px;
  padding-top: 150px;
}

.input-group .nav-btn .back-button-content {
  display: flex;
  opacity: 0.7;
}

.input-group .nav-btn .back-button-content img {
  width: 19px;
  opacity: 0.7;
  margin-right: 2px;
}

.View-Cart-link.cart-total-content-bottom .next-button img,
.box-wrapper.product-detail-pg .product-detail-wrp .product-details .price-tocart-wrp .next-button img {
  width: 19px;
  opacity: 0.7;
  margin-right: 20px;
  transform: rotate(180deg);
}

.View-Cart-link.cart-total-content-bottom .cart-item-number,
.product-detail-wrp .detail-box .price-tocart-wrp .cart-item-number {
  color: #000;
  padding: 9px 15px;
  font-size: 18px;
  background-color: #fff;
  margin-left: 20px;
  border-radius: 4px;
}

.input-group .nav-btn .back-button-content img {
  width: 19px;
}

.input-group .nav-btn .back-button .back-text {
  margin: 0px 0px 0px 4px;
  color: #fff;
  font-family: "Poppins-SemiBold";
}

/* */

.summary-details {
  display: flex;
  column-gap: 16px;
  margin-bottom: 30px;
  align-items: center;
}

.summary-details.contact-detail .service-info p {
  line-height: 22px;
}

.summary-details.contact-detail .service-info label {
  margin-bottom: 0;
}

.summary-details .tick-mark img {
  width: 20px;
}

.summary-details .service-info label {
  font-size: 16px;
  margin-bottom: 3px;
  text-transform: capitalize;
}

.summary-details .service-info p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: rgb(56, 56, 56);
}

.order-paymentdetail .card .card-header.collapsed {
  background-color: transparent;
  /* display: flex;
  justify-content: space-between; */
  border: 0;
  padding: 0;
  /* justify-content: flex-end; */
}

.order-paymentdetail .card .card-header.collapsed .cart-total {
  column-gap: 6px;
}

.order-paymentdetail .card .card-header {
  /* display: flex; */
  /* justify-content: flex-end; */
  background-color: #dedce0;
  border: 0;
  padding: 0;
  border-radius: 0;
  padding: 8px;
  cursor: pointer;
}

.order-paymentdetail .card .card-header .cart-total {
  column-gap: 4px;
}

.order-paymentdetail .card {
  border: 0;
}

.order-paymentdetail .card .card-header .toggle-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 12px;
}

.order-paymentdetail .card .card-header .toggle-text p {
  margin-bottom: 0;
  font-weight: bold;
  cursor: pointer;
}

.order-paymentdetail .card .card-header.collapsed .toggle-text p {
  margin-bottom: 24px;
  font-weight: bold;
  cursor: pointer;
}

.order-paymentdetail .card .card-header .toggle-text span.title {
  font-size: 16px;
  color: #383838;
  font-weight: bold;
}

.order-details-page .block-content .box-wrapper .page-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.order-paymentdetail .card .card-header .toggle-text .accicon {
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
}

.order-paymentdetail .card .card-header .toggle-text .accicon img {
  width: 12px;
  transform: rotate(90deg);
  filter: invert(1);
}

.order-details-page.order-summary-page .total-amt {
  width: auto;
  float: none;
  padding: 0;
}

.order-details-page.order-summary-page .cart-total_payment {
  position: unset;
  background-color: #ffffff;
}

.order-details-page.order-summary-page .order-paymentdetail .card .card-body {
  padding: 1.25rem 0 0 0;
  background-color: #fff;
}

.order-paymentdetail .card .card-header.collapsed .toggle-text .accicon img {
  width: 12px;
  transform: rotate(-90deg);
  filter: invert(1);
}

.order-paymentdetail .card .card-body {
  padding: 1.25rem 0;
}

.order-paymentdetail .product-item {
  display: flex;
  justify-content: space-between;
  padding: 0px 15px 15px;
  margin-bottom: 15px;
  background-color: transparent;
  border-bottom: 1px solid rgb(195, 195, 195);
  box-shadow: none;
}

.order-paymentdetail .product-item .product-item-left {
  display: flex;
  column-gap: 7px;
  width: 75%;
}

.order-paymentdetail .product-item .product-item-left .product-img img {
  width: 97px;
}

.order-paymentdetail .product-item .product-details h6.product-name {
  margin-bottom: 4px;
}

.order-paymentdetail .product-item .product-details span {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
}

.order-paymentdetail .card .card-header .summary-title {
  margin-bottom: 0;
  font-size: 18px;
  cursor: pointer;
}

.summary-detail-wrapper .card-header .title {
  font-size: 17px;
  color: #000;
}

.summary-detail-wrapper .card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}

.summary-detail-wrapper .card-header {
  cursor: pointer;
  border-bottom: none;
}

.summary-detail-wrapper .card {
  border: 1px solid #ddd;
}

.summary-detail-wrapper .card-body {
  border-top: 1px solid #ddd;
}

.summary-detail-wrapper .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.order-details-page.order-summary-page {
  height: 100vh;
}

.order-details-page.order-summary-page .input-group .page-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.order-paymentdetail .accordion {
  padding: 12px 16px 0px 16px;
}

.collectiontime-form .form-input-div.time-tab .nav {
  border: 1px solid #e9e7eb;
  border-radius: 25px;
  display: flex;
  flex-wrap: nowrap;
}

.collectiontime-form .form-input-div.time-tab .nav .nav-item {
  flex: 1;
}

.collectiontime-form .form-input-div.time-tab .nav li .nav-link .content-icon span {
  font-size: 12px;
}

.collectiontime-form .form-input-div.time-tab .nav li .nav-link.active {
  background-color: #eceef8;
  padding: 0.5rem 0.1rem 0.5rem 1.55rem;
  line-height: 1.45;
  position: relative;
}

.collectiontime-form .form-input-div.time-tab .nav li .nav-link.active::after {
  position: absolute;
  top: 13px;
  left: 7px;
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #346db3;
  font-size: 12px;
}

.collectiontime-form .form-input-div.time-tab .nav li .nav-link.active span {
  color: #346db3;
  font-size: 12px;
}

.collectiontime-form .form-input-div.time-tab .nav li:first-child .nav-link.active {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.collectiontime-form .form-input-div.time-tab .nav li:last-child .nav-link.active {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.collectiontime-form .form-input-div.time-tab .nav li:last-child .nav-link {
  border-right: 0;
}

.order-details-page.order-summary-page .button-block button {
  font-family: "Poppins-SemiBold" !important;
  background: #0077c7 !important;
  height: 65px;
}

.collectiontime-form .form-input-div.time-tab .nav li .nav-link {
  border-right: 1px solid #e9e7eb;
  padding: 0.6rem 0.6rem;
  position: relative;
  cursor: pointer;
}

.collectiontime-form .form-input-div.time-tab .nav li .nav-link.active {
  padding: 0.5rem 0.1rem 0.5rem 1.4rem;
}

.payment-checkbox {
  position: relative;
  margin-top: -20px;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 25px;
  width: 25px;
  z-index: 11;
}

.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #0077c7;
}

input:checked ~ .checkmark {
  background-color: #0077c7;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

input:checked ~ .checkmark:after {
  display: block;
}

.checkmark:after {
  left: 8px;
  top: 2px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkout-page .checkout-content_detail .checkout-bottom {
  background-color: #ededed;
  padding: 15px 25px;
  width: calc(100% - 40px);
  margin: 20px auto;
}

.checkout-page .checkout-content_detail .checkout-bottom .total-amount {
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 601px) {
  .product-detail-wrp .detail-box .price-tocart-wrp {
    position: fixed;
    width: 420px;
    left: 50%;
    transform: translateX(-50%);
  }

  .checkout-page .checkout-content_detail {
    padding-top: 25px;
  }

  .order-details-page.order-summary-page {
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
  }

  .cart-page .block-content {
    height: 700px;
  }
  .cart-page.empty-page .cart-empty-block {
    height: 70vh;
  }

  .category-main {
    overflow: auto;
    overflow-x: hidden;
    padding: 65px 0px 0px 0px;
    display: block;
  }

  .View-Cart-link.cart-total-content-bottom {
    position: unset;
    transform: none;
    left: 0;
  }

  .product-detail-wrp .detail-box .price-tocart-wrp {
    position: unset;
    bottom: 0px;
    background-color: #0077c7;
    box-shadow: 0px -4px 4px rgb(0 0 0 / 10%);
    width: 420px;
    left: 0;
    transform: none;
    padding: 9px 16px;
    color: #fff;
    z-index: 999;
    height: 65px;
    align-self: flex-end;
  }
  .product-detail-pg .subtotal-wrp {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .product-detail-pg .button-block {
    width: 40%;
    display: flex;
    align-items: center;
  }
  .product-detail-wrp .detail-box .product-details .price-tocart-wrp .label {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
  }

  .box-wrapper.product-detail-pg {
    /* height: 800px; */
    margin: 0;
    padding-top: 65px;
  }

  .product-detail-pg .detail-box .product-details {
    padding: 0;
    margin-top: 30px;
  }

  .product-detail-pg .detail-box .product-details .price-tocart-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    padding: 9px 0px;
    cursor: pointer;
  }

  .product-detail-pg .detail-box .product-details h2,
  .product-detail-pg .detail-box .product-details .attribute-wrp,
  .product-detail-pg .detail-box .product-details .total-price-content {
    padding: 0px 15px;
  }

  .product-detail-wrp .detail-box .img-box {
    padding: 15px 0px;
  }

  .cart-page {
    height: 800px;
  }

  .cart-page-container .cart-total-content-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cart-item-meta {
    height: calc(700px - 180px);
  }

  form.collectiontime-form .collectiontime-formdetail.last-tab {
    margin: 30px auto;
  }

  .cart-page-container.collection-time-page {
    margin-top: 0;
    height: 100vh;
    overflow: unset;
  }

  .cart-page-container form.collectiontime-form {
    padding: 63px 0px 0px 0px;
  }

  .box-wrapper-container.order-detail_content .main-content-right {
    padding: 0 15px;
  }

  .cart-page-container form.collectiontime-form .collectiontime-form-content {
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 15px;
  }

  .checkout-page .checkout-content_detail {
    height: 602px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .checkout-page .checkout-content_detail .checkout-bottom {
    margin-bottom: 20px;
  }

  .checkout-page .button-block {
    position: relative;
  }

  .order-derail-top-box .details-data {
    width: 100%;
    padding: 0 16px;
  }

  .order-details-page .box-wrapper-container.order-detail_content {
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0px 0px 0px 0px;
    padding-top: 25px;
  }

  .two-col-pg .main-content-right {
    border-bottom: 0;
  }

  .order-details-page {
    padding: 60px 0px 0px 0px;
  }
  .summary-detail-wrapper {
    padding: 25px 0px;
  }
  .order-summary-page .button-block {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .order-paymentdetail {
    position: absolute;
    bottom: 63px;
    left: 0;
    width: 100%;
  }
  .order-details-page.order-summary-page .order-paymentdetail .card .card-body {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 600px) {
  .summary-detail-wrapper {
    padding: 95px 0px 45px 0px;
  }
  .checkout-page .checkout-content_detail .checkout-bottom .total-amount .total-amount_text {
    font-size: 18px!important;
  }
  .checkout-page .checkout-content_detail .checkout-content {
    margin: 50px auto 35px;
  }
  .order-summary-page .button-block {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 420px;
  }
  .cart-page-container .cart-total-content-bottom {
    position: fixed;
  }
  .order-details-page.order-summary-page .order-paymentdetail {
    position: fixed;
    bottom: 63px;
    left: 0;
    width: 420px;
  }
  .order-details-page.order-summary-page .order-paymentdetail .card .card-body {
    max-height: 400px;
    overflow-y: auto;
  }
  .box-wrapper.product-detail-pg .product-detail-wrp .product-details .price-tocart-wrp {
    justify-content: space-between;
    padding: 9px 0px;
  }
  .cart-page .block-content {
    padding: 65px 0px 0px 0px !important;
  }
  .Drycleaning-Service-wrapper .btn.btn-main {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
  }
  .cart-page .block-content {
    height: calc(100vh - 0px);
  }
  .cart-total_payment {
    bottom: 70px;
    padding: 15px 0px 0px 0px;
  }
  .cart-item-meta {
    height: calc(100vh - 300px);
    padding-top: 15px;
  }
  .cart-total-content-bottom {
    position: fixed;
  }

  .product-detail-wrp .detail-box .price-tocart-wrp {
    position: fixed;
  }
  .service-section {
    height: 70vh;
  }
  .box-wrapper.product-detail-pg {
    height: calc(100vh - 60px);
  }

  .box-wrapper.product-detail-pg .product-detail-wrp .product-details {
    padding: 10px 15px 70px 15px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin-top: 50px;
  }

  .category-products-content
    .category-listing
    .category-inner-list
    a
    .cat-name {
    padding: 5px;
  }

  .splash-screen {
    height: 100vh;
    min-height: unset;
  }

  .cart-page.empty-page .cart-empty-block {
    height: 100vh;
  }

  .category-products-content
    .category-product-inner
    .pro-listing
    .custom-scroll {
    height: 78vh !important;
  }

  /* .product-detail-wrp .detail-box {
    height: calc(100vh - 80px);
  } */
  .cart-total_payment {
    position: absolute;
    bottom: 63px;
    width: 100%;
    left: 0;
    padding: 15px 0px 0px 0px;
    background-color: #f5f6f7;
  }
  .cart-page-container form.collectiontime-form {
    padding: 80px 0px 95px 0px;
  }
  /* .collectiontime-form .form-input-div.time-tab .nav li .nav-link {
    padding: 0.5rem 0.7rem;
  }
  .collectiontime-form .form-input-div.time-tab .nav li .nav-link.active span {
    font-size: 14px;
  }
  .collectiontime-form .form-input-div.time-tab .nav li .nav-link.active {
    padding: 0.5rem 0.7rem 0.5rem 1.75rem;
  } */
  .checkout-content {
    padding: 50px 0px 0;
  }
  .order-details-page .category-slide {
    padding-top: 78px;
  }
  .two-col-pg .main-content-right {
    padding-top: 75px;
    padding-bottom: 20px;
    height: calc(100vh - 5px);
  }

  .checkout-page .checkout-content_detail {
    padding-bottom: 70px;
    padding-top: 0px;
  }
}

@media only screen and (max-width: 419px) {
  #root,
  .header-top,
  .cart-total-content-bottom,
  .cart-page-container .cart-total-content-bottom,
  .View-Cart-link.cart-total-content-bottom,
  .collectiontime-form .cart-total-content-bottom.submit-next-btn,
  .checkout-page .button-block,
  .Drycleaning-Service-wrapper .btn.btn-main,
  .product-detail-wrp .detail-box .price-tocart-wrp,
  .order-details-page.order-summary-page .order-paymentdetail,
  .wrapper,
  .order-summary-page .button-block {
    width: 100%;
  }

  .collectiontime-form .form-input-div.time-tab .nav li .nav-link .content-icon span {
    font-size: 10.5px;
  }

  .collectiontime-form .form-input-div.time-tab .nav li .nav-link.active span {
    font-size: 10.5px;
  }

  .service-section {
    height: 60vh;
  }
  .category-slide {
    width: 100vw;
  }
}

@media only screen and (max-width: 350px) {
  #page-container {
    min-width: auto;
  }
  .checkout-page .cod-title {
    font-size: 14px;
    line-height: 21px;
  }
  .checkout-page .checkout-content_detail .checkout-content .paymentGatewayBlock .block-content .payment-detail .pay-image-block img {
    width: 28px!important;
  }
  input[type="checkbox"] {
    height: 20px;
    width: 20px;
  }
  .checkmark {
    height: 20px;
    width: 20px;
  }
  .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
  }
}