@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;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital@1&display=swap");
html {
  overflow: scroll;
  overflow-x: hidden;
}

/* ::-webkit-scrollbar {
	width: 0px ;
	background: transparent ;
}
.device_only::-webkit-scrollbar {
	width: unset;
	background:unset;
} */

.device_only > ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

i {
  font-family: "Poppins", sans-serif;
}

body {
  color: #2B2B2B !important;
  background-color: #fff;
  font-family: "Poppins-Regular" !important;
  font-size: 14px !important;
  height: 100%;
}

.bg-grey {
  background-color: #f4f4f4 !important;
}

.bg-grey-light {
  background-color: rgba(250, 250, 250, 0.5) !important;
}

.bg-white {
  background-color: #fff !important;
}

.wb {
  word-break: break-all;
}

.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;
}
.overlay-loading{
  background-color: transparent !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);
}
.form-control:focus{
  box-shadow: none !important;
}
.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;
}
.back-btn{
    position: relative;
}
/* 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;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); */
}

.search-input {
  font-size: 0.9375rem;
  border: 0 !important;
}

body a,
body a:hover {
  color: #2B2B2B;
  text-decoration: none;
}

.header-top {
  position: fixed;
  top: -2px;
  background-color: #fff;
  width: 100%;
  padding: 16px;
  z-index: 99;
  display: flex;
  align-items: center;
  min-height: 72px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.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: #2B2B2B;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70px;
}

.header-top .nav-location-icon {
  color: #2B2B2B;
}

.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: #2B2B2B;
  font-family: "Poppins-Medium";
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 15px !important;
}

.cart-quantity-badge {
  border-radius: 100%;
  color: #fff;
  position: absolute;
  top: -2px;
  left: 40px;
  background: #eb5757;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  min-height: 16px;
  min-width: 16px;
  padding: 0px 3px;
}

.ftr-icons {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: center;
}

.home-active {
  background-image: url(../img/icons/Footer/home-active.svg);
}

.home {
  background-image: url(../img/icons/Footer/home.svg) !important;
}

.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-basket.png);
}

.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: #2B2B2B;
  /* text-transform: capitalize; */
  font-size: 14px;
  line-height: 14px;
  font-family: "Poppins-Semibold";
}

.slider-heading {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #2B2B2B;
  font-family: "Poppins-Bold";
}

.slider-wrapper {
  margin-top: 16px;
  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::-webkit-scrollbar {
	display: none;
} */

.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;
  /* border-radius: 0.4rem; */
}

.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: #2B2B2B;
}

.category-slider {
  padding-bottom: 20px;
}

.category-slider .slider-label {
  /* width:90%;
	word-break: break-word;
	height:35px;
	white-space: normal !important;
	display: inline-flex;
	justify-content:center;
	font-weight:600;
	font-family: 'Poppins-Semibold';
	margin-top:8px;
	 text-overflow: ellipsis !important; */
  width: 75px;
  height: 35px;
  white-space: normal !important;
  display: inline-flex;
  justify-content: center;
  font-weight: 600;
  font-family: "Poppins-Semibold";
  /* white-space: nowrap !important; */
  overflow: hidden !important;
  margin-top: 8px;
  text-overflow: ellipsis !important;
  word-break: break-word;
}

/* .category-slider .slider-label{
	white-space: nowrap !important;
    
    overflow: hidden !important;
    font-weight: 600;
    width: 75px !important;
    font-family: 'Poppins-Semibold';
    margin: 8px 0 0;
    text-overflow: ellipsis !important;
} */

.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{text-align: center !important;} */

.top-selling-slider .slider-cust-img {
  border-radius: 5px 5px 0 0;
  /* max-width: 180px; */
  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;
  /* height: 98px; */
  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 {
  /* margin-top:8px; */
  font-size: 14px;
  line-height: 16px;
  color: #2B2B2B;
  font-weight: 600;
  padding: 0px 13px 0px;
  font-family: "Poppins-Bold";
  margin: 0;
}

.page-title {
  font-size: 18px;
  line-height: 18px;
  color: #2B2B2B;
  margin: 0 !important;
  /* width: calc(100% - 138px); */
  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-product-inner{
	display: flex;
	overflow: hidden;
} */

/* .category-products-content .category-listing{
	width: 35%;
    position: fixed;
    height: 84vh;
    top: 66px;
    overflow-y: scroll;
	background: #FFFFFF;
	
    box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.1);
} */

.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: #2B2B2B;
}

/* .category-products-content .category-listing ul{
	padding:0 0 60px;
	margin:0 0 20px;
	list-style: none;
	
} */

.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 {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 10px 10px;
}

.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;
}

/* .category-products-content .category-listing .category-inner-list a.active {
    background-color: #000;
} */

.Panes h2 {
  font-size: 18px;
  font-family: "Poppins-SemiBold";
}

.Panes p {
  font-size: 14px;
  line-height: 16px;
}

/* category new layout */

.category-products-content .category-listing .category-inner-list a {
  display: inline-block;
  padding: 0;
  background-color: #fff;
  box-shadow: 3px 3px -2px 0px rgba(0, 0, 0, 0.1);
}

.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: 10px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.category-products-content .pro-listing .product-item .product-img img {
  max-height: unset !important;
  border-radius: 5px 0 0 5px !important;
}

.product-detail-wrp .detail-box .img-box {
  margin-bottom: 30px;
}

.category-products-content .pro-listing .product-item {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.category-products-content .pro-listing  .products{
    padding: 0 10px !important;
}
.category-products-content .pro-listing  .products .product-item{
  margin: 0 0 20px !important;
}
/* .category-products-content .pro-listing img{
	max-width:80px !important;
	max-height:unset !important;
	width:100% !important;
} */

.category-products-content .pro-listing .product-details {
  padding: 10px 16px 10px;
  display: inline-block;
}

/* RestaurantList */

.restaurant-count {
  text-transform: uppercase;
  color: #5b5b5b;
  font-size: 0.78rem;
  font-weight: 500;
}

.restaurant-block {
  padding: 0 !important;
  /* -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px rgba(0, 0, 0, 0.03); */
}

.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: #2B2B2B;
  padding: 10px 16px 0 !important;
}

.overlay-loading {
  position: fixed;
  width: 100%;
  background-color: #000;
  z-index: 99999999;
  top: 0;
  left: 0;
  
}

.overlay-loading > div {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.overlay-loading > div > img {
  width: 100px;
}

.auth-error {
  position: fixed;
  bottom: 95px;
  text-align: center;
  left: 0;
  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;
}
.error-shake a{
    color: #00babc;
}
@-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.btn-main {
  height: 44px;
  border-radius: 5px;
  font-size: 14px;
  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;
}

/* .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;
}

/* Cart/CartItems */

.btn-quantity {
  height: 2.5rem !important;
  background-color: #fff;
  border: 1px solid #ccc;
  min-width: 35px;
}

.cart-item-meta {
  display: flex;
}

.cart-item-meta:last-child {
  /* border-bottom: 1px solid #f2f2f2; */
}

.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-details::after {
  /* content: " ";
	background: linear-gradient(-45deg, #f4f4f5 7px, transparent 0), linear-gradient(45deg, #f4f4f5 7px, transparent 0);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 12px 14px;
	display: block;
	left: 0;
	width: 100%;
	height: 14px;
	bottom: 0; */
}

.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: #2B2B2B;
  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;
}
.time-btn{
  font-size: 14px;
  line-height: 17px;
  padding: 0 15px;
}
input::placeholder{
  font-family: "Poppins-Regular" !important;
}
.form-control.edit-address-input {
  font-family: "Poppins-Regular";
  padding: 10px 0px 10px 12px;
  box-shadow:none;
  border: 0 ;
  border-bottom: 1px solid #a8a6a633 !important;
  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 {
  padding: 15px;
}

#registerForm .login-form-button,
.forgot-password-page .login-form-button {
  bottom: 0;
}

.password-input {
  position: relative;
}

.password-input i{
  position: absolute;
  right: 5px;
  top: 5px;
}

.password-input input{
  padding-right: 30px !important;
}

.eye-open{
  background-image: url(../img/icons/eyeopen.png);
}

.eye-close{
  background-image: url(../img/icons/eyeclose.png);
}
.eye-icon{
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
}

.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: #2B2B2B;
  font-family: "Poppins-Semibold";
  font-size: 14px;
  line-height: 16px;
}

.footer-page-link {
  font-family: "Poppins-SemiBold";
}

/* .edit-profile .button-block,.profile .button-block{position: fixed;bottom: 0;} */

.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: #2B2B2B;
  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");
  /* background: linear-gradient(
		-45deg,
		rgba(255, 255, 255, 0.9),
		rgba(252,128,25, 0.7),
		rgba(255, 255, 255, 0.9),
		rgba(252,128,25, 0.7)
	); */
  /* 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;
}

.main-container-desktop::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;
}

.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-use {
  /* width: 380px;
	height: 665px; */
  /* margin: -3rem 0 0 8rem; */
  /* transition: 0.3s linear all;
	transform: rotate(0deg); */
}

.phone .notch {
  position: absolute;
  height: 1rem;
  width: 28%;
  /* background-color: #d9dee3; */
  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: linear-gradient(
		-45deg,
		rgba(252,128,25, 0.7),
		rgba(255, 255, 255, 0.9),
		rgba(252,128,25, 0.7),
		rgba(255, 255, 255, 0.9)
	); */
  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 #2B2B2B;
  color: #2B2B2B;
}

.sticky-top {
  position: -webkit-sticky;
  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 {
  /* margin: 0 15px !important; */
  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%
  );
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
  /* IE6-9 */
}

@-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 i {
    filter: drop-shadow(0px 3px 2px #eee);
} */

.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: 26px;
  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;
  /* margin-right:12px; */
}

.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: 14px;
  margin-bottom: 0;
  font-family: "Poppins-SemiBold";
}

.product-item {
  display: flex;
  margin-bottom: 15px;
  padding: 0;
  border-bottom: 1px solid #f8f8f8;
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  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;
  /* position: relative; */
}

.cart-page .product-details .product-name {
  font-weight: normal;
  width: 100%;
  float: left;
  margin: 0 0 4px;
}

.two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* .cart-page .product-details .btn-group{
	position: absolute;
	bottom:0;
	right:16px;
} */

/* .cart-page .product-details .btn-group{
	margin-right: -15px;
} */

.product-details .product-name {
  font-size: 14px;
  color: #2B2B2B;
  margin-bottom: 4px;
   font-family: "Poppins-SemiBold";
  line-height: 20px;
}

.product-details .product-price {
  color: #2B2B2B;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  /* font-family: "Poppins-SemiBold"; */
  float: left;
}
.product-details .product-price  span{
  font-family: "Poppins-Bold";
  margin-left: 4px;
}
.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;
}

.cart-page .product-details .btn-price-wrp .btn-group {
  margin-top: 0;
}

.product-details .btn-sm,
.btn-group-sm > .btn {
  font-family: "Poppins-SemiBold";
  padding: 5px;
  border: 0;
  font-size: 10px;
  height: 29px !important;
}

.cart-page .product-details img {
  width: auto;
  position: relative;
  cursor: pointer;
}

.checkout-bottom {
  width: 100%;
  /* display: inline-block; */
  background: #ffffff;
  border-radius: 5px;
}

.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 {
  padding: 0 0 8px;
  line-height: 16px;
  font-family: "Poppins-SemiBold";
}

.checkout-page .pay-holder {
  float: left;
  padding-right: 10px;
}

.checkout-page .pay-holder label {
  color: #2B2B2B;
  font-size: 14px;
  font-family: "Poppins-Regular";
  font-weight: 400;
  margin: 0;
}
.checkout-page .pay-holder label.order-total{
  font-family: "Poppins-SemiBold";
}
.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;
} */

/* .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: #2b2b2b;
  opacity: 0.5;
  font-size: 14px;
}

.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;
  /* width:25%; */
}

.cart-page .cart-items .btn-group-sm > .btn {
  border-radius: 0 !important;
}

.cart-page .bill-details {
  /* position: fixed;
	
	bottom:110px;
	width:100%; */
}

.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: 14px;
  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-item-meta .cart-item-container {
  /* overflow: scroll;
   height:210px;
    display: flex;
	flex-direction: column; */
  width: 100%;
}

.cart-page .react-datetime-picker__inputGroup {
  font-family: "Poppins-SemiBold" !important;
  color: #2B2B2B;
  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 #2B2B2B !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: 1px solid #000;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 30px;
  padding: 15px 20px; 
}

.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: 20px;
}

.media-ins-title {
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
  font-weight: 600;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  /* border: 1px solid #ccc; */
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.upload-file {
  display: flex;
  flex-direction: column;
  padding: 5px;
  height: 100%;
  justify-content: center;
  background: #f1f1f1;
  border-radius: 10px;
  max-width: 425px;
  justify-content: center;
  align-items: center;
  height: 120px;
}

.file-preview {
  position: relative;
}

.file-preview .close-icon {
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  width:16px;
  cursor: pointer;
}

/* .checkout-page .button-block {
    position: fixed;
    bottom: 0;
    left: 0;
} */

.checkout-page .button-block .btn-main {
  font-family: "Poppins-SemiBold" !important;
}

.order-success-page {
  background-color: #00babc;
}
.order-success-page .default-button-remove {
  outline: none;
  border: none;
  background-color: transparent;
}
.order-success-page {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.order-success-page .order-success-content {
  padding: 75px 50px;
  background: #fff;
  color: #2B2B2B;
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
  margin: 10px;
  text-align: center;
  font-family: "Poppins-SemiBold";
}

.order-success-page .order-success-content h3 {
  margin: 40px 0 22px;
  color: #00babc;
  font-family: "Poppins-SemiBold";
  font-size: 22px;
  text-transform: uppercase;
}

.order-success-page .order-success-content p {
  font-size: 14px;
  margin-bottom: 10px;
}

.order-success-page .order-success-content .order-id {
  background-color: #00babc;
  color: #fff;
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
  padding: 10px 30px;
  width: 60%;
  margin: 0 auto;
  font-family: "Poppins-SemiBold";
  border-radius: 5px;
}

.order-success-page .order-success-content small {
  color: #fff !important;
}

.order-success-page .already-member {
  text-transform: uppercase;
  font-size: 14px;
  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;
  border-radius: 5px;
  margin-bottom: 12px;
  position: relative;
  background: #f8f8f8;
  border-radius: 5px;
}

.my-orders-page .restaurant-list:last-child {
  border-bottom: none;
  /* margin-bottom:0; */
}

.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: #2B2B2B;
  font-size: 14px;
  line-height: 16px;
}

.my-orders-page .restaurant-list .order-detail .order-id {
  color: #2B2B2B;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 6px;
}

.my-orders-page .order-history {
  color: #2B2B2B;
  font-family: "Poppins-SemiBold" !important;
  font-size: 16px;
  line-height: 20px;
  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: 14px;
  line-height: 16px;
}

.my-orders-page .restaurant-list .order-status .status-btn.pending {
  background: #e0e0e0;
  color: #2B2B2B;
}

.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 {
  /* border-bottom: 1px solid #c0c0c0; */
  /* padding: 0 0 15px; */
  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;
  /* border-bottom: 5px solid red; */
  margin: 20px -15px 20px;
}

button:focus {
  outline: none !important;
  box-shadow: 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;
  /* width:90%; */
  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: #2B2B2B;
  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: 14px;
  color: #2B2B2B;
  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{
	display: flex;
	justify-content: space-between;
} */

.search-top .close-search {
  font-size: 22px;
  color: #d12525;
  position: absolute;
  right: 5px;
  bottom: 5px;
  /* padding-right:15px; */
}

.search-result-title {
  font-size: 14px;
  line-height: 16px;
  color: #2B2B2B;
  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: #2B2B2B !important;
  padding-left: 0 !important;
}

#ProfileForm ::placeholder {
  color: #2B2B2B !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: 14px;
  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: 14px;
  line-height: 16px;
  font-family: "Poppins-Bold";
}

.link-section {
  padding: 12px 16px;
}

.cart-total-content-bottom {
  position: fixed;
  bottom: 62px;
  background-color: #fff;
  display: flex;
  width: 100%;
}

.cart-total-content-bottom .total-text {
  margin-bottom: 0;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  padding-right: 12px;
}

.cart-total-content-bottom .total-amt {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-family: "Poppins-Bold";
}

.cart-total-content-bottom .button-block {
  width: 40%;
  text-align: right;
}

.cart-bottom-left .counter {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  padding: 0 0 11px;
}

.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: #2B2B2B;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  flex: 1;
  font-family: "Poppins-SemiBold";
  cursor: pointer;
}

.search-word {
  border-bottom: 1px solid #2B2B2B;
  font-size: 14px;
  color: #2B2B2B;
  position: relative;
  height: 34px;
  text-transform: capitalize;
}

.search-word input {
  border: 0;
  width: 88%;
  position: absolute;
  font-size: 14px;
  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-page .location-btn ,.order-details-pages  .location-btn{
	display: none !important;
} */

.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-page .search-content{
	display: none !important;
} */

.select-outlet .outlet-img {
  border-radius: 5px 0 0 5px;
}

.select-outlet span {
  font-size: 14px;
  line-height: 16px;
  color: #2B2B2B;
  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: 14px;
  line-height: 16px;
  color: #2B2B2B;
  font-family: "Poppins-SemiBold";
}

.order-details-page .data-left {
  width: 50%;
  /* font-weight: 600; */
  font-size: 14px;
  line-height: 16px;
  color: #2B2B2B;
  /* opacity: 0.5; */
}

.order-details-page .data-center,
.order-details-page .data-right {
  font-size: 14px;
  line-height: 16px;
  color: #2B2B2B;
  font-weight: 600;
  font-family: "Poppins-Bold";
}
.order-details-page .data-right .description {
  font-family: "Poppins-Regular";
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  text-align: right;
  margin-bottom: 0px;
  margin-top: 4px;
}
.order-details-page .data-right .description.warning {
  color: #eb2d1e;
}
.order-details-page .data-right .description:last-child {
  margin-bottom: 30px;
}
.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: 0 20px;
  font-size: 12px;
  line-height: 18px;
}
.order-details-page .order-summary-block .method-note p{
  margin-bottom: 7px;
}
/* .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;
  font-family: "Poppins-Regular";
  font-weight: 400;
}

.order-details-page .order-total-block-inner .details-data .data-left {
  /* text-align: right; */
  width: 75%;
}

.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: 75%;
    text-align: right;
} */

.order-details-page .total-amt .details-data .data-left {
  width: 50% !important;
  opacity: 1;
}

.order-details-page .total-amt i {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #2b2b2b;
  font-family: "Poppins-Regular";
  font-weight: 400;
}

.order-details-page .total-amt .details-data {
  font-family: "Poppins-Semibold";
}

.order-details-page .total-amt .details-data .data-right {
  width: 50% !important;
  text-align: right;
  font-size: 20px;
  line-height: 30px;
  color: #eb5757;
}

.order-details-page .order-details-bottom {
  clear: both;
}

.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: 14px;
  line-height: 21px;
}

.order-details-page .order-details-bottom .image-container .payment-receipt {
  display: flex;
  align-items: center;
}

.order-summary-container {
  padding: 0 16px;
}

.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 16px;
}

.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;
}

.cart-note-section .details-data .data-right {
  font-size: 14px;
  line-height: 16px;
  color: #2B2B2B;
  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: 14px;
  line-height: 14px;
  color: #2B2B2B;
  font-family: "Poppins-SemiBold";
  /* margin-bottom: 20px; */
}

.payment-receipt span {
  font-size: 14px;
  line-height: 16px;
  color: #2B2B2B;
  margin-left: 5px;
  font-family: "Poppins-SemiBold";
}

.my-orders-page .header-top {
  display: flex;
}

.btn-filter {
  border: 1px solid #2B2B2B;
  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 #2B2B2B;
  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: #2B2B2B;
}

.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: 80px !important;
  height: 80px !important;
  overflow: hidden;
  float: left;
  border-radius: 5px  5px !important;
}

.cart-item-container .cart-pro-image img {
  max-width: 100% !important;
  border-radius: 5px 5px !important;
  width: auto;
  max-height: initial;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cart-item-container .product-details {
  width: calc(100% - 80px);
  float: right;
  padding: 12px;
}

.cart-item-container .product-price {
  width: 100%;
  margin-bottom: 11px;
 
}
.cart-item-container .product-price span{
  font-size: 16px !important;
  line-height: 21px !important;
  font-family: "Poppins-Semibold" !important;
  display: inline-block ;
  margin-top: 10px;
}
.cart-item-container .cart-bottom-box {
  clear: both;
}

.cart-item-container .cart-bottom-box .btn-group button.btn.btn-add-remove {
  width: auto;
  padding: 0;
}

.cart-item-container .product-item .btn-quantity {
  margin: 0 11px !important;
}

.pay-image-block {
  background-color: #fff;
  padding: 5px 8px;
}

.order-summary-page .my-orders-content {
  width: 100%;
  display: inline-block;
  margin-bottom: 100px;
}

.checkout-page .image-container .file-preview {
  /* width: 100%;
  height: 100%; */
  background: #f1f1f1;
  border-radius: 10px;
  padding: 10px 25px;
  display: flex;
  height: 120px;
  max-width: 425px;
}

.checkout-page .image-container .uploaded-file {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

/* .checkout-page .image-container .uploaded-file img{
   
    width: 100%;
   margin-top:0px;
} */

.checkout-page .image-container .file-preview .image-upload {
  max-width: 100%;
  height: auto;
  /* margin:-50%; */
  max-height: 100%;
}

/* .barcode-modal{
	transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    height: 100vw;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
} */

.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: 14px;
  color: #8f8f8f;
  line-height: 16px;
  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: 14px;
}

.slider-wrapper.four-grid
  .slider-label
  .price-counter-wrp
  .cart-item-btn
  .btn-quantity {
  font-size: 14px;
  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: 14px;
  line-height: 20px;
  /* min-height: 53px; */
}

.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: 14px;
  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 3px;
  color: #2B2B2B;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}

.cart-total-content-bottom .box-wrapper-container {
  max-width: 100%;
  flex: 0 0 100%;
}

.cart-total-content-bottom button.btn.btn-main {
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  color: #eb5757;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  width: auto;
  height: auto;
  box-sizing: border-box;
  min-height: 41px;
  min-width: 150px;
}

.cart-total-content-bottom {
  background: #eb5757;
  justify-content: space-between;
  padding: 13px 0;
}

.product-item .btn-quantity {
  padding: 0;
  min-width: 28px;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 16px;
}

.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: 14px;
  line-height: 16px;
  font-family: "Poppins-SemiBold" !important;
}

.login-form-button .btn.btn-main {
  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%;
  cursor: pointer;
}

.alerts-page .notification-container .notification-block .red-dot {
  background: #eb5757;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  flex: 0 0 12px;
  padding-right: 5px;
}
.alerts-page .notification-container .notification-block .notification-icons{
  justify-content: space-between;
  min-width: 55px;
}
.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;
}
.rc-slider{
  width:97.5% !important;
  margin: 0 auto !important;
}
/* .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: 14px;
  line-height: 16px;
}

.sidebar-filter-box .input-wrp .edit-address-input::placeholder {
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins-Regular";
  line-height: 16px;
}

.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;
}



.sidebar-filter-box .slider-content .main-ttl button {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.btn.sort-btn {
  border: 1px solid #2B2B2B;
  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: #2B2B2B;
  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;
}

.btn.sort-btn:hover,
.btn.sort-btn:focus,
.btn.sort-btn.focus,
.btn.sort-btn:not([disabled]):not(.disabled).active,
.show > .btn.sort-btn.dropdown-toggle {
  color: #2B2B2B;
  background-color: #fff !important;
  border-color: #2B2B2B !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: 14px;
  line-height: 16px;
  font-family: "Poppins-Regular";
  color: #2B2B2B;
  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 #2B2B2B;
  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;
  /* width: 14px;
    height: 14px;
    font-size: 0;
    line-height: 16px;
    min-width: 14px;
    min-height: 14px; */
}

/* product detail page*/

.product-detail-wrp .detail-box {
  display: flex;
  padding: 30px 20px 0 20px;
  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 .detail-box .product-details h2.product-name {
  font-size: 20px;
  line-height: 30px;
  font-family: "Poppins-Bold";
  color: #2B2B2B;
}

.product-detail-wrp .product-details {
  font-family: "Poppins-Regular";
  font-size: 14px;
  line-height: 21px;
  color: #2B2B2B;
}

.product-detail-wrp .detail-box .product-details .label {
  font-size: 14px;
  line-height: 16px;
  font-family: "Poppins-SemiBold";
  margin: 0 0 8px;
  color: #2B2B2B;
}

.product-detail-wrp .product-details .price-tocart-wrp .tocart .out-of-stock{
  color: red;
}

.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";
}
/* .modal-dialog-centered{
  display: inline-flex !important;
} */

/* .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: 14px;
  line-height: 16px;
  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";
}

.checkout-page .cod-block {
  max-height: 54px;
  cursor: pointer;
}

.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 button {
  color: #2B2B2B;
}

.order-pg-slider .input-wrp {
  max-width: 203px;
  flex: 0 0 203px;
  padding-right: 20px;
}
.order-pg-slider .input-wrp input:focus{
  box-shadow: inset 0px -1px 0px #d9d9d9 !important;
}
.order-pg-slider .input-wrp label,
.order-pg-slider .input-wrp input {
  width: 100%;
  line-height: 16px;
  font-family: "Poppins-Semibold";
  margin-bottom: 0;
}

.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 30px 10px 12px;
  box-shadow: inset 0px -1px 0px #d9d9d9;
  border: 0;
  outline: 0;
  max-width: 100%;
  color: #2B2B2B;
  font-size: 14px;
  line-height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: #fff;
}

.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: 14px;
  line-height: 16px;
  color: #2B2B2B;
}

.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: #2B2B2B;
  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::after {
    background: url(../img/icons/down.png);
    content: '';
    display: inline-block;
    width: 13px;
    height: 8px;
    right: 15px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
} */

.attribute-wrp .select-wrp {
  position: relative;
}
.attribute-wrp .select-wrp  select:focus-visible{
  outline: none !important;
}
.prod_attributes {
  box-shadow: inset 0px -1px 0px #d9d9d9;
  border: 0;
  font-size: 14px;
  line-height: 18px;
  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%;
  background-color: #fff;
}

.product-detail-wrp .detail-box .img-box .lg-img-box {
  margin-bottom: 20px;
}

.attribute-box label {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.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: 14px;
  line-height: 16px;
  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: 14px;
  line-height: 16px;
}

.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: 16px;
  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;
}

/* .slider-scrollbar::-webkit-scrollbar {
    width: 10px ;
    background: #000 ;
} */

.custom-scrollbar-slider {
  position: relative;
  margin: 0 -15px;
}

.category-product-inner .owl-nav button {
  border: 0;
}

.pro-price .sm-font {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins-Regular";
  display: inline-block;
  padding-right: 5px;
}

.delivery-profile-address .form-group {
  padding: 15px 20px;
}

.btn.btn-main.cancel-btn {
  border: 2px solid #2b2b2b;
  background: #fff;
  color: #2b2b2b;
}

.btn.btn-main.disabled-btn {
  background: #aaaaaa;
  cursor: initial;
  opacity: 0.5;
}

.delivery-bottom-button .btn.btn-main {
  padding: 8px 30px;
  margin: 0 20px 0 0;
}

.delivery-profile-address .btn.btn-main {
  padding: 8px 30px;
}

button.edit-btn,
button.delete-btn {
  border: 0;
  background: 0;
  font-size: 14px;
  line-height: 14px;
  font-family: "Poppins-Bold";
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
}

button.edit-btn::before {
  content: "";
  position: absolute;
  background: url(../img/icons/editbtn-icon.png) 0 50% no-repeat;
  height: 16px;
  width: 18px;
  margin-right: 12px;
  line-height: 20px;
  align-items: center;
}

button.delete-btn::before {
  content: "";
  position: absolute;
  background: url(../img/icons/del-icon.png) 0 50% no-repeat;
  height: 16px;
  width: 18px;
  margin-right: 12px;
  line-height: 20px;
  align-items: center;
}

button.edit-btn span,
button.delete-btn span {
  padding-left: 28px;
  display: inline-block;
  line-height: 18px;
}

.saved-entry-div button.edit-btn,
.saved-entry-div button.delete-btn {
  margin-right: 30px;
  margin-top: 8px;
  padding: 0;
}

.saved-entry-div .saved-entry-box .label {
  max-width: 150px;
  flex: 0 0 150px;
  font-size: 14px;
  line-height: 21px;
}

.saved-entry-div .saved-entry-box .value {
  font-family: "Poppins-SemiBold";
  padding-left: 20px;
}

.saved-entry-div {
  border-top: 1px solid #ddd;
  padding: 15px 20px;
}

.saved-entry-div h4 {
  font-size: 14px;
  line-height: 21px;
  font-family: "Poppins-SemiBold";
  margin: 0 0 20px;
  text-transform: capitalize;;
}

.saved-entry-div .saved-entry-box {
  display: flex;
  margin: 0 0 12px;
}

.delivery-profile-address.edit-profile .edit-address-input-label {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}

.saved-entry-div .saved-entry-box .value .checkbox-wrp {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}

.saved-entry-div .saved-entry-box .value .checkbox-wrp input {
  margin-right: 7px;
}

.edit-profile-main .input-box .checkbox-wrp {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}

.edit-profile-main .input-box .checkbox-wrp input {
  margin-right: 7px;
}

.edit-profile-main .input-box .required {
  color: red;
}

.product-detail-wrp .product-details .price-tocart-wrp .btn.btn-main {
  box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
  border-radius: 5px;
  height: 38px;
  font-size: 14px;
  line-height: 16px;
  min-width: 175px;
  width: auto;
}

.order-type-section .order-type-wrp label.method-type {
  display: flex;
  align-items: center;
  font-weight: 400;
}

.saved-entry-wrp.delivery-add-wrp .saved-entry-div h4 {
  margin: 0 0 0 10px;
  font-family: "Poppins-Regular";
  font-weight: 400;
}

.saved-entry-wrp.delivery-add-wrp .saved-entry-div .saved-entry-box .value {
  font-family: "Poppins-Regular";
}

.saved-entry-wrp.delivery-add-wrp .saved-entry-div .saved-entry-box {
  margin: 0 0 5px;
}

.saved-entry-wrp.delivery-add-wrp
  .saved-entry-div
  .saved-entry-box:last-of-type {
  margin: 0;
}

.saved-entry-wrp.delivery-add-wrp .saved-entry-div:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.order-details-page .order-summary-block .remark-wrp {
  margin-bottom: 28px;
}

.order-details-page .order-summary-block .remark-wrp input.edit-address-input {
  width: 100%;
  margin: 0;
  font-family: "Poppins-Regular" !important;
  color: #2B2B2B !important;
}

.saved-entry-wrp.delivery-add-wrp .button-block {
  margin: 20px 0 25px;
  position: initial;
}

.page-ttl {
  font-size: 30px;
  line-height: 45px;
  font-family: "Poppins-SemiBold";
  text-align: center;
}

.edit-address-input::placeholder {
  color: #2b2b2b;
  opacity: 1;
}

select.form-control.edit-address-input {
  color: #2b2b2b;
  padding: 10px 0px 10px 9px;
}

.login-form-button .btn.btn-main {
  border-radius: 5px;
  height: 38px;
  font-size: 14px;
  line-height: 16px;
  min-width: 150px;
}

.box-shadow-footer {
  background: #00babc;
  color: #fff;
  /* position: fixed;
  bottom: 0; */
  width: 100%;
}

.auth-pg-reg .login-subtitle.bottom-ttl a span {
  padding-left: 4px;
}
.upload-img-wrp{
  width: 202px;
}
.upload-img-wrp img {
  max-width: 202px;
  max-height: 202px;
}

.upload-img-wrp .img-box {
  max-width: 202px;
  position: relative;
}

.upload-img-wrp .img-box .edit-icon {
  background: #00babc;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 12px;
  top:12px;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
}

.varients-wrp {
  /* font-style: italic; */
  font-size: 12px;
  line-height: 18px;
}
.order-summary-block  .varients-wrp {
      font-style: italic;
}

.upload-img-wrp .img-box .edit-icon::after {
  background: url(../img/icons/edit-icon-new.png);
  position: absolute;
  height: 16px;
  width: 18px;
  padding: 5px;
  content: "";
}

.delivery-profile-address.edit-profile .saved-entry-div:first-of-type {
  border: 0;
}

.cart-page .cart-two-col {
  display: flex;
  flex-wrap: wrap;
}

.continue-shopping-btn button {
  border: 2px solid #2b2b2b;
  border-radius: 5px;
  padding: 7px 20px 7px 41px;
  background: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  font-family: "Poppins-Bold";
}

.cart-total-content-wrp .total-amt {
  width: initial;
  text-align: right;
  padding: 0 0 15px;
}

.cart-two-col.order-details-page .order-summary-block {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.cart-two-col.order-details-page .order-summary-block h5.details-title {
  color: #00898c;
}

.cart-two-col.order-details-page
  .order-summary-block
  .cart-total-content-wrp
  .total-amt
  span {
  font-size: 18px;
  line-height: 27px;
  color: #eb5757;
  font-family: "Poppins-SemiBold";
}

.my-orders-page .restaurant-list::after {
  content: "";
  background: url("../img/icons/next-arw.png");
}

.my-orders-page .restaurant-list .order-detail::after {
  content: "";
  background: url(../img/icons/next-arw.png);
  position: absolute;
  height: 32px;
  width: 32px;
  right: 20px;
  top: 50%;
  margin-top: -16px;
}

.my-orders-page .restaurant-list .order-status {
  position: absolute;
  right: 0;
}

table.order-details-table td {
  padding: 4px 0;
}

table.order-details-table tr td:first-of-type {
  padding-right: 20px;
}

table.order-details-table tr td:last-of-type {
  font-family: "Poppins-SemiBold";
}

table.order-details-table tr td.red-font {
  color: #eb5757;
}

.cart-page .product-details {
  display: flex;
}

.cart-page .product-details .product-name-wrp {
  flex: 1;
  max-width: 40%;
  flex: 0 0 40%;
}

.cart-page .product-details .btn-price-wrp {
  display: flex;
  float: left;
  max-width: 60%;
  flex: 0 0 60%;
}

.product-item .cart-item-btn .btn {
  min-height: 40px;
  width: 40px;
  min-width: 40px;
}

.cart-page .cart-two-col .cart-bottom-wrp {
  border-top: 1px solid rgba(43, 43, 43, 0.15);
  padding-top: 15px;
  margin-top: 15px;
}

.coloumn-two {
  display: flex;
  flex-wrap: wrap;
}

.coloumn-two .aside-section {
  max-width: 100%;
  flex: 0 0 100%;
}

.coloumn-two .main-section .grid-view .list-item {
  max-width: 204px;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 25%);
  border-radius: 5px;
  margin: 0 0 20px;
}

.coloumn-two .main-section .grid-view .list-item .inner-item {
  padding: 10px 16px;
}

.coloumn-two .aside-section .category-sidebar a {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins-SemiBold";
  position: relative;
  min-height: 70px;
  display: flex;
  align-items: center;
}

.coloumn-two .aside-section .category-sidebar a.active {
  color: #fff;
  background: #00babc;
  border-radius: 5px;
}

.coloumn-two .aside-section .category-sidebar a span.icon-dp {
  display: inline-block;
  padding-left: 82px;
}

.coloumn-two .aside-section .category-sidebar a .pricing-list::before {
  background: url(../img/icons/pricing-list.png) 50% no-repeat;
  height: 42px;
  display: inline-block;
  content: "";
  position: absolute;
  width: 46px;
  left: 16px;
  top: 50%;
  margin-top: -21px;
}

.coloumn-two .aside-section .category-sidebar a .inner-wear::before {
  background: url(../img/icons/inner-wear.png) 50% no-repeat;
  height: 42px;
  display: inline-block;
  content: "";
  position: absolute;
  width: 46px;
  left: 16px;
  top: 50%;
  margin-top: -21px;
}

.coloumn-two .aside-section .category-sidebar a .sweater::before {
  background: url(../img/icons/sweater.png) 50% no-repeat;
  height: 42px;
  display: inline-block;
  content: "";
  position: absolute;
  width: 46px;
  left: 16px;
  top: 50%;
  margin-top: -21px;
}

.coloumn-two .aside-section .category-sidebar a .blazer::before {
  background: url(../img/icons/blazer.png) 50% no-repeat;
  height: 42px;
  display: inline-block;
  content: "";
  position: absolute;
  width: 46px;
  left: 16px;
  top: 50%;
  margin-top: -21px;
}

.coloumn-two .aside-section .category-sidebar a .pants::before {
  background: url(../img/icons/pants.png) 50% no-repeat;
  height: 40px;
  display: inline-block;
  content: "";
  position: absolute;
  width: 46px;
  left: 16px;
  top: 50%;
  margin-top: -20px;
}

.coloumn-two .aside-section .category-sidebar a .dress::before {
  background: url(../img/icons/dress.png) 50% no-repeat;
  height: 42px;
  display: inline-block;
  content: "";
  position: absolute;
  width: 46px;
  left: 16px;
  top: 50%;
  margin-top: -21px;
}

.coloumn-two .aside-section .category-sidebar a.active .winter-wear::before {
  background: url(../img/icons/winter-wear.png) 50% no-repeat;
  height: 36px;
  display: inline-block;
  content: "";
  position: absolute;
  width: 46px;
  left: 16px;
  top: 50%;
  margin-top: -18px;
}

.order-details-page .details-title {
  margin: 0 0 12px;
  color: #00898c;
  font-size: 16px;
  line-height: 24px;
}

.box-wrapper-container.header-wrp .logged-in-dropdown a.dropdown-item .icon-dp {
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.box-wrapper-container.header-wrp .header-top .logged-in-btn img {
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
  border-radius: 5px;
}

.edit-address-input::placeholder {
  opacity: 0.5;
  font-family: "Poppins-Regular";
}

.auth-pg-reg .edit-address-input::placeholder {
  opacity: 1;
  color: #2B2B2B;
}

/* .auth-content-wrp .edit-address-input {
    margin-bottom: 28px;
} */

/* .auth-pg-reg .edit-address-input {
    margin-bottom: 28px;
} */

.auth-content-wrp .edit-address-input::placeholder,
.auth-pg-reg .edit-address-input::placeholder {
  color: #2B2B2B;
}

.sidebar-filter-box .button-wrp .btn-main {
  width: 100%;
}

.banner-wrp {
  background: url(../img/banner-mob.png);
  position: relative;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-wrp .page-ttl {
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  font-family: "Poppins-Bold";
}

.category-products-content .category-product-inner .infinite-scroll-component {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
}

.cart-page .product-details .product-name {
  font-size: 14px;
  line-height: 21px;
  font-family: "Poppins-SemiBold";
}

.cart-page .cart-two-col .cart-item-meta .product-item {
  box-shadow: inset 0px -1px 0px rgb(43 43 43 / 10%);
}

.cart-page .cart-two-col .cart-item-meta .product-item {
  box-shadow: inset 0px -1px 0px rgba(43, 43, 43, 0.1);
  margin-bottom: 0;
  border-radius: 0;
  padding-bottom: 25px;
}

.cart-page .cart-two-col .cart-item-meta .product-item:last-of-type {
  border-bottom: 0;
  box-shadow: none;
}

.order-details-page .button-block .btn-main {
  width: auto;
  border-radius: 5px;
  height: 34px;
  min-width: 150px;
}

.two-col-pg .aside .logged-in-dropdown a {
  display: block;
  padding: 15px 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  border-radius: 5px;
  font-family: "Poppins-SemiBold";
  border-top: 1px solid #fff;
}

.two-col-pg .aside .logged-in-dropdown a:hover,
.two-col-pg .aside .logged-in-dropdown a.active {
  background: #000000;
  color: #fff;
}

.two-col-pg .aside .logged-in-dropdown a:hover button,
.two-col-pg .aside .logged-in-dropdown a.active button {
  color: #fff;
}

.two-col-pg .aside .logged-in-dropdown button {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  border: 0;
  background: transparent;
  padding: 0;
  font-family: "Poppins-SemiBold";
}

.logged-in-dropdown {
  padding: 0;
  background: transparent;
  border: 0;
  max-width: 250px;
  min-width: 250px;
}

.logged-in-dropdown a.dropdown-item {
  background: #ffffff;
  border-radius: 10px;
  border: 0;
  margin: 0;
  min-height: 54px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  line-height: 16px;
  color: #2B2B2B;
  padding: 0;
}

.logged-in-dropdown a.dropdown-item > a,
.logged-in-dropdown a.dropdown-item button {
  display: block;
  width: 100%;
  line-height: 54px !important;
  padding: 0 20px !important;
}

.logged-in-dropdown a.dropdown-item:hover {
  background: #000;
  color: #fff;
}

.logged-in-dropdown a .personal-info-icon {
  background: url(../img/icons/pi-b.png) 0 50% no-repeat;
}

.logged-in-dropdown a .contact-us-icon {
  background: url(../img/icons/phone-alt-bk.png) 0 50% no-repeat;
}

.logged-in-dropdown a:hover .personal-info-icon,
.logged-in-dropdown a.active .personal-info-icon {
  background: url(../img/icons/pi-w.png) 0 50% no-repeat;
}

.logged-in-dropdown a .icon-dp {
  display: inline-block;
  padding-left: 30px;
  font-family: "Poppins-SemiBold";
  height: 20px;
  display: flex;
  align-items: center;
}

.logged-in-dropdown a .notifications-icon {
  background: url(../img/icons/notification-icon.png) 0 50% no-repeat;
}

.logged-in-dropdown a:hover .notifications-icon,
.logged-in-dropdown a.active .notifications-icon {
  background: url(../img/icons/notification-icon-w.png) 0 50% no-repeat;
}

.logged-in-dropdown a .orders-icon {
  background: url(../img/icons/orders-icon.png) 0 50% no-repeat;
}

.logged-in-dropdown a:hover .orders-icon,
.logged-in-dropdown a.active .orders-icon {
  background: url(../img/icons/orders-icon-w.png) 0 50% no-repeat;
}

.logged-in-dropdown a:hover .delivery-address-icon,
.logged-in-dropdown a.active .delivery-address-icon {
  background: url(../img/icons/delivery-address-w.png) 0 50% no-repeat;
}

.logged-in-dropdown a .delivery-icon {
  background: url(../img/icons/delivery-address.png) 0 50% no-repeat;
}

.logged-in-dropdown a:hover .delivery-icon,
.logged-in-dropdown a.active .delivery-icon {
  background: url(../img/icons/delivery-address-w.png) 0 50% no-repeat;
}

.logged-in-dropdown a:hover .contact-us-icon,
.logged-in-dropdown a.active .contact-us-icon {
  background: url(../img/icons/phone-al-wtt.png) 0 50% no-repeat;
}

.logged-in-dropdown a .change-pass-icon {
  background: url(../img/icons/change-password.png) 0 50% no-repeat;
}

.logged-in-dropdown a .delivery-address-icon {
  background: url(../img/icons/delivery-address.png) 0 50% no-repeat;
}

.logged-in-dropdown a:hover .change-pass-icon,
.logged-in-dropdown a.active .change-pass-icon {
  background: url(../img/icons/change-password-w.png) 0 50% no-repeat;
}

.logged-in-dropdown .logout-icon {
  background: url(../img/icons/logout-icon.png) 0 50% no-repeat;
  text-align: left;
  display: block;
}

.logged-in-dropdown a:hover .logout-icon,
.logged-in-dropdown a.active .logout-icon {
  background: url(../img/icons/logout-icon-w.png) 0 50% no-repeat;
}

.logged-in-dropdown a:hover .logout-icon button,
.logged-in-dropdown a.active .logout-icon button {
  color: #fff;
}

.logged-in-dropdown a.dropdown-item .logout-icon {
  color: inherit;
  font-weight: inherit;
}

.saved-entry-div .saved-entry-box i.value {
  opacity: 0.5;
  font-family: "Poppins-Regular";
}

.footer-bottom-left a,
.banner-wrp .page-ttl a {
  color: #fff;
}

.header-top .box-wrapper {
  width: 100%;
}

.header-links a {
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  line-height: 16px;
  margin-left: 30px;
  padding-bottom: 5px;
}

.header-links a.active {
  border-bottom: 4px solid #00babc;
}

.header-top .location-dropdown-container {
  position: relative;
  right: unset;
}

.header-top .location-dropdown-container .location-btn {
  padding: 14px 16px;
  border-radius: 44px !important;
  min-height: auto;
  height: auto;
  max-width: 190px;
}

.header-top .location-dropdown-container .location-btn span {
  max-width: 113px;
}

.header-top a.cart-link i.cart {
  position: relative;
  height: 26px;
  width: 31px;
}

.login-wrp a {
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  font-size: 14px;
  line-height: 16px;
}

.cart-quantity-badge {
  top: -23px;
  left: -15px;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
  min-width: 20px;
  padding: 0 3px;
  height: auto;
  width: auto;
}

span.cart-ttl {
  position: relative;
}

.search-wrp button.openBtn .si-magnifier {
  font-size: 19px;
  font-weight: 600;
}

.box-wrapper-container.header-wrp .header-top {
  position: relative;
  box-shadow: none;
}

.box-wrapper-container.header-wrp {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}

.search-wrp button.openBtn {
  border: 0;
  background: transparent;
  padding: 0;
}

.header-top {
  min-height: 90px;
}

.header-top a.cart-link {
  display: flex;
  align-items: center;
  padding: 0 !important;
}

.box-wrapper-container.header-wrp .header-top .logged-in-dropdown {
  max-width: initial;
  min-width: inherit;
}

.logged-in-dropdown a.dropdown-item:hover a {
  color: #fff;
}

.continue-shopping-btn a {
  position: relative;
}

.continue-shopping-btn a::before {
  content: "";
  position: absolute;
  background: url(../img/icons/left-ar.png) 0 50% no-repeat;
}

.continue-shopping-btn a::before {
  content: "";
  position: absolute;
  background: url(../img/icons/left-ar.png) 0 50% no-repeat;
  width: 7px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  left: 20px;
}

.btn-main.back.btn:hover {
  color: #2B2B2B;
}

.custom-radio-btn {
  display: block;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 16px;
}

.custom-radio-btn-hide {
  display: none;
}

/* Hide the browser's default radio button */

.custom-radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}
.checkmark.disabled{
  background-color: #dfdfdf;
  cursor: not-allowed;
  border-color: #ccc;
}
/* When the radio button is checked, add a blue background */

.custom-radio-btn input:checked ~ .checkmark {
  background-color: #fff;
}

.custom-radio-btn input[type="radio"]:disabled .checkmark{
  background-color: red !important;
}
/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.custom-radio-btn input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.custom-radio-btn .checkmark:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00babc;
}

.order-details-page
  .order-summary-block
  .saved-entry-wrp.delivery-add-wrp
  .saved-entry-div
  .saved-entry-box
  .label {
  max-width: 70px;
  flex: 0 0 70px;
  font-family: "Poppins-SemiBold";
}

.varients-wrp label {
  font-weight: 400;
  padding-right: 5px;
  margin: 0;
  font-family: "Poppins-Regular";
}

.varients-wrp span.value {
  font-family: "Poppins-Regular";
}
.varients-wrp ul  {
  margin-bottom: 0 ;
}
.varients-wrp ul li {
  position: relative;
  padding-right: 7px;
  margin-bottom: 2px;
}

.varients-wrp ul li::after {
  content: ",";
}

.varients-wrp ul li:last-of-type::after {
  content: "";
}

/* input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button{
    display: none;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
} */

.prod_attributes.date-input {
  background-image: unset;
}

.order-details-page .order-summary-block .remark-wrp .prod_attributes {
  height: 41px;
 color: #2B2B2B;
}
.order-details-page .order-summary-block .remark-wrp input.edit-address-input::placeholder{
  font-family: "Poppins-Medium" !important;
}


.order-details-page
  .order-summary-block
  .remark-wrp
  input.edit-address-input::placeholder {
  opacity: 1;
}

.order-details-page .total-amt .data-left {
  font-size: 16px;
  line-height: 24px;
}

.order-details-page .order-total-block-inner .details-data .data-right {
  font-weight: 400;
  font-family: "Poppins-Regular";
}

.order-details-page
  .order-total-block-inner
  .details-data
  .data-left
  .varients-wrp {
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
}

.not-this-add {
  font-family: "Poppins-SemiBold";
  width: auto;
  border-radius: 5px;
  height: 38px;
  min-width: 150px;
  background-color: #00babc;
  border-color: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0.375rem 0.75rem;
  cursor: pointer;
}

.order-details-page
  .order-summary-block
  .saved-entry-wrp.delivery-add-wrp
  .edit-address-input::placeholder {
  color: #2B2B2B;
}

.box-wrapper-container.header-wrp .navbar {
  width: 100%;
}

.order-type-section .order-type-wrp {
  max-width: 45%;
  flex: 0 0 45%;
}

.product-detail-wrp .product-details .price-tocart-wrp .label {
  font-family: "Poppins-Regular";
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}

.product-detail-wrp .product-details .price-tocart-wrp .tocart {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.product-detail-wrp .product-details .price span.gst-text {
  font-size: 14px;
  line-height: 21px;
  font-family: "Poppins-Regular";
  padding-left: 16px;
}

.product-detail-wrp .attribute-wrp .attribute-box {
  max-width: 243px;
}

.product-detail-wrp .detail-box .img-box .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
}

.product-detail-wrp .detail-box .img-box .owl-nav button.owl-prev,
.product-detail-wrp .detail-box .img-box .owl-nav button.owl-next {
  background: #ffffff;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 25%);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: absolute;
  outline: none;
  margin: 0;
}

.product-detail-wrp .detail-box .img-box .owl-nav button span {
  font-size: 27px !important;
  color: #00babc;
}

.product-detail-wrp .detail-box .img-box .owl-nav button.owl-next {
  right: 10px;
}

.product-detail-wrp .detail-box .img-box .owl-nav button.owl-prev {
  left: 10px;
}

.category-products-content .pro-listing .product-item .product-img img {
  height:auto !important;
  margin: 0 auto;
  width:auto;
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.pricing-table .thead-dark th {
  background: #2b2b2b;
  font-family: "Poppins-SemiBold";
}

table.pricing-table > tbody > tr {
  height: initial;
  box-shadow: inset 0px -1px 0px rgba(43, 43, 43, 0.1);
 
}


.pricing-table tr td,
.pricing-table tr th {
  padding: 4px 20px;
  line-height: 24px;
  font-size: 14px;
  border: 0;
  white-space: nowrap;
}

.pricing-table tr td tr td {
  padding: 1px 0;
}

.my-orders-page .restaurant-list .order-status .status-btn.pending.red-dot {
  width: 14px;
  height: 14px;
  background: #eb5757;
  border-radius: 50%;
  text-indent: -9999px;
  line-height: unset;
  padding: 0;
  position: relative;
  right: 20px;
  top: 15px;
}

a.button-tag button {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: left;
  left: 0;
}

a.button-tag {
  position: relative;
}

a.button-tag button span {
  display: inline-block;
  padding-left: 51px;
}

.no-space {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.no-space .no-space-content {
  flex: 1;
  min-height: 325px;
}

.banner-wrp .page-ttl .sm {
  font-weight: 400;
  font-family: "Poppins-Regular";
  font-size: 14px;
  line-height: 21px;
}

.modal {
  text-align: center;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-footer .btn:hover,
.modal-footer .btn:active,
.modal-footer .btn:focus {
  background-color: #00babc;
  border-color: #00babc;
  color: #fff;
}

.modal-footer .btn {
  line-height: 23px;
  min-width: 150px;
}

.modal-footer .btn-main.back {
  background: #fff;
  border: 2px solid #2B2B2B;
  color: #2B2B2B;
}

.modal-header {
  border-bottom: 0 !important;
}

.modal-body {
  font-family: "Poppins-SemiBold";
  font-size: 16px;
}

.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.order-summary-box .grey-box {
  background: #f8f8f8;
  border-radius: 5px;
  padding: 16px 0;
}
.order-summary-box .payment  .details-data{
  margin-bottom: 0 !important;
}
.order-summary-box .grey-box .details-data .label {
  font-family: "Poppins-SemiBold";
  margin: 0 0 12px;
  display: flex;
  align-items: center;
}

.order-summary-box .grey-box .details-data .label .red-dot {
  background: #eb5757;
  width: 16px;
  display: inline-block;
  height: 16px;
  line-height: 20px;
  border-radius: 50%;
  margin-left: 8px;
}

.two-col-pg .aside .logged-in-dropdown a:hover .cart-quantity-badge,
.two-col-pg .aside .logged-in-dropdown a.active .cart-quantity-badge {
  background: #fff;
  color: #00babc;
}

.order-summary-box .grey-box .varients-wrp ul {
  margin: 0;
}

.grey-box .grey-br {
  /* border-bottom: 1px solid rgba(43, 43, 43, 0.15); */
  padding:0 20px 12px !important;
  /* margin-bottom: 16px; */
}
.grey-box .order-total-block-inner{
  border: 1px solid rgba(43, 43, 43, 0.15);
  border-width: 1px 0;
  padding:16px 0;
}
.order-details-page .order-details-bottom i {
  font-size: 12px;
  line-height: 18px;
}

.text-grey {
  color: #2b2b2b;
  opacity: 0.5;
}

.btn.btn-main {
  min-width: 150px;
}

.white-box {
  background: #fff;
  padding: 12px 35px 12px 16px;
  border-radius: 5px;
  position: relative;
}

.white-box table tr td {
  padding: 4px 5px 4px 0;
  font-family: "Poppins-Semibold";
}

.white-box table tr td:first-of-type {
  width: 100px;
  font-family: "Poppins-Regular";
}

.next-btn {
  background: url(../img/icons/next-arw.png);
  position: absolute;
  height: 32px;
  width: 32px;
  right: 20px;
  top: 50%;
  margin-top: -16px;
}

.value.price {
  font-family: "Poppins-Semibold";
}
a.back-to-order .page-ttl {
  font-size: 14px;
  line-height: 14px;
  padding-left: 12px;
}

.text-semibold {
  font-family: "Poppins-Semibold";
}

.green-text {
  color: #00babc !important;
  cursor: pointer;
}

.status-label {
  text-align: center;
  background: #d9d9d9;
  border-radius: 32px;
  display: inline-block;
  padding: 5px 10px;
}

.text-sm-center {
  text-align: center;
}

.text-sm {
  font-size: 12px;
  line-height: 18px;
}

a.footer-page-link:hover {
  color: #00babc;
}

i.fa.fa-window-close::before {
  content: "\f2d3";
}

.order-success-page .close-icon {
  position: absolute;
  top: 40px;
  color: #fff;
  font-size: 40px;
  right: 50px;
}

.order-success-page .btn.btn-main.back {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #fff;
  color: #000;
  border: 2px solid #2B2B2B;
  opacity: 0.8;
  width: auto;
  min-width: inherit;
}

.order-success-page .footer-page-link {
  text-decoration: underline !important;
}

.btn.btn-main.cancel-btn:hover {
  color: #2B2B2B;
}

.btn.btn-main {
  min-width: 150px;
}

.box-wrapper-container.header-wrp .header-top .navbar-nav a img {
  object-fit: cover;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
  border-radius: 5px;
  object-position: top;
  width: auto;
}

.order-preview-box .table-container .table-box h3 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins-SemiBold";
  margin-bottom: 20px;
}

.table-container .table-box h4 {
  font-size: 14px;
  line-height: 21px;
  font-family: "Poppins-SemiBold";
  margin: 0 0 8px;
}

.table-container .table-box p {
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 20px;
}

.preview-grey-box {
  background: #f8f8f8;
  border-radius: 5px;
  padding: 16px 20px;
}

.preview-grey-box .preview-box {
  display: flex;
  text-align: left;
  margin: 0 0 12px;
}

.preview-grey-box .preview-box .itemData {
  margin-right: 20px;
}

.preview-grey-box .preview-box .first {
  flex: 1;
}

.preview-grey-box .preview-box .qty {
  font-family: "Poppins-SemiBold";
}

.preview-grey-box .preview-box .grey {
  color: #2b2b2b;
  opacity: 0.5;
}

.preview-grey-box .preview-box .varients-wrp ul {
  margin: 0;
}

.grey-border {
  border-bottom: 1px solid rgba(43, 43, 43, 0.15);
  margin: 4px 0 16px;
}

.preview-grey-box .preview-box .font-bold {
  font-family: "Poppins-Bold";
  font-size: 16px;
  line-height: 24px;
}

.preview-grey-box .preview-box .font-bold.red-price {
  font-size: 20px;
  line-height: 30px;
  color: #eb5757;
}

.table-container .table-box {
  position: relative;
}

.table-container .table-box:last-of-type::after {
  display: none;
}

.table-container .page-ttl {
  text-align: left;
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 22px;
  font-family: "Poppins-Bold";
}


@media only screen and (max-width: 1024px) {
  .view-more-orders{
    margin-bottom: 0;
  }
  .two-col-pg .main-content-right{
    padding:0 15px 0 40px
  }
}
@media only screen and (max-width: 1023px) {
  .listing-address{
    position: absolute;
     z-index: 9;
     background: #fff;
   
 
 }
 .listing-address ul{
   padding: 10px;
   list-style: none;
   border: 1px solid #ccc;
   margin-top: 0px;
 
 }
 .listing-address ul li{
   cursor: pointer;
   font-size: 12px;
   line-height: 16px;
 }
  .preview-grey-box .preview-box .price{
    width: 12%;
    text-align: right;
  }
  .view-more-orders{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 0;
    padding-top: 15px;
    margin-bottom: 0px;
  }
  .view-more-orders label{
      color:#000;
      opacity: 0.5;
      text-align: center;
      margin-bottom: 16px;
      font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins-Regular' !important;
  font-weight: 400;
  }
  .view-more-orders button{
    height: 38px !important;
    
  }
  .upload-img-wrp img {
    max-width: 200px;
    max-height: 200px;
  }
  .upload-img-wrp{
    width:200px;
    margin: 0 auto 20px;
  }
  .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;
  }
  
 
  .table-container .page-ttl {
    text-align: center;
  }
  .table-container .table-box:last-of-type {
    padding-bottom: 30px;
  }
  .table-container .table-box::after {
    content: "";
    position: absolute;
    height: 52px;
    width: 4px;
    left: 50%;
    margin-left: -2px;
    background: url(../img/icons/dotted-line-v2.png);
    bottom: 20px;
  }
  .table-container .table-box {
    text-align: center;
    padding-bottom: 92px;
  }
  .category-products-content .pro-listing .product-details {
    padding: 10px 12px 10px;
    display: inline-block;
  }
  .order-preview-box {
    padding: 0 15px;
  }
  .prod_attributes{
    font-size:14px;
    line-height: 21px;
  }

  .checkout-page a.back-to-order,
  .checkout-page .paymentGatewayBlock
  {
    padding: 0 5px !important;
  }
  .checkout-page .checkout-bottom {
    padding:15px !important;
  }
  .header-top .location-dropdown-container .location-btn span {
    max-width: 150px;
  }
  .header-top .location-dropdown-container .location-btn {
    padding: 0;
    background: transparent;
    max-width: max-content !important;
  }
  .header-top .location-dropdown-container .location-btn span{
    font-size: 25px !important;
    line-height: 37px !important;
    max-width: max-content !important;
  }
  .header-top .location-dropdown-container {
    order: 5;
  }
  .not-this-add {
    height: 34px;
  }
  .order-success-page .order-success-content {
    padding: 50px 15px;
    margin: 10px 25px;
  }
  .order-details-page .order-total-block-inner .details-data .data-left {
    width: 60%;
  }

  .order-details-page .order-total-block-inner .details-data .data-center {
    width: 15%;
  }
  .btn.btn-main {
    height: 34px;
    border-radius: 5px;
  }
  .cart-item-container .varients-wrp ul {
    margin: 0;
  }
  .cart-item-container .product-details {
    padding: 0 0 0 20px;
  }
  .overflow-hidden {
    overflow: hidden !important;
    max-height: 100vh;
  }
  .cart-page
    .block-content
    .cart-two-col.order-details-page
    .order-summary-block {
    width: 100%;
  }
  .order-pg-slider .input-wrp {
    max-width: 50%;
    flex: 0 0 50%;
  }
  table.table.pricing-table {
    display: block;
    overflow-x: auto;
  }
  .pricing-table tr td,
  .pricing-table tr th {
    white-space: nowrap;
  }
  .order-success-page .order-success-content .order-id {
    font-size: 22px;
    line-height: 30px;
    padding: 10px;
    width: 100%;
  }
  .product-detail-wrp .product-details .price-tocart-wrp .btn.btn-main {
    height: 34px;
  }
  .product-detail-wrp .product-details .price span.gst-text {
    display: none;
  }
  .product-detail-wrp .product-details .price-tocart-wrp .tocart {
    margin-bottom: 0 !important;
  }
  .product-detail-wrp
    .product-details
    .price-tocart-wrp
    .tocart
    .subtotal-wrp
    .value {
    color: #eb5757;
    font-family: "Poppins-Bold";
    display: inline-block;
    padding-left: 8px;
  }
  .product-detail-wrp .product-details .price-tocart-wrp .tocart .subtotal-wrp {
    order: 2;
    display: flex;
    flex: 1;
  }
  .product-detail-wrp .product-details .price-tocart-wrp .tocart .btn-wrapper {
    order: 3;
  }
  .product-detail-wrp .product-details .price-tocart-wrp .cart-item-btn {
    max-width: 100%;
    flex: 0 0 100%;
    width: auto;
    display: flex;
    margin-bottom: 6px;
  }
  .product-detail-wrp .detail-box .btn-group-sm > .btn {
    width: 40px;
    height: 40px !important;
    flex: unset;
    font-size: 16px;
    line-height: 24px;
  }
  .product-detail-wrp .detail-box .btn-quantity {
    background: #f1f1f1;
    border-radius: 5px !important;
  }
  .product-detail-wrp .detail-box .btn-quantity {
    order: 2;
  }
  .product-detail-wrp .detail-box button.btn.btn-add-remove.inr {
    order: 3;
  }
  .continue-shopping-btn {
    margin: 0;
  }
  .edit-profile-main .input-box {
    margin-bottom: 30px;
  }
  /* .order-details-page .order-total-block-inner .details-data .data-center {
        text-align: right !important;
    } */
  .order-details-page
    .order-summary-block
    .remark-wrp
    .prod_attributes.date-input {
    margin-bottom: 30px;
  }
  .footer-bottom-left ul li:last-of-type {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .footer-bottom-left ul li.copyright-li {
    margin: 20px 30px 20px 0;
    padding: 0 30px 0 0;
   
  }
  .footer-bottom-left ul li {
    list-style: none;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #fff;
  }
  .footer-bottom-left ul {
    padding: 0;
    color: #fff;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .footer-bottom-left {
    color: #fff;
  }

  .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 20px;
    justify-content: space-between;
    align-items: center;
    
  }
  .upload-img-wrp .img-box {
    margin: 0 auto 20px auto;
    display: block;
    text-align: center;
  }
  .upload-img-wrp .img-box .edit-icon {
    text-align: left;
  }
  .sm-order-2 {
    order: 2;
  }
  .logged-in-dropdown {
    max-width: 100%;
    min-width: 100%;
  }
  .br-10 {
    border-bottom: 10px solid #eee;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 20px;
  }
  .cart-page .block-content {
    padding-left: 0;
    padding-right: 0;
  }
  .cart-page .block-content .continue-shopping-btn,
  .cart-page .block-content .cart-item-meta,
  .cart-page
    .block-content
    .cart-two-col.order-details-page
    .order-summary-block {
    padding: 0 20px !important;
  }
  .cart-page
    .cart-two-col
    .cart-item-meta
    .product-item
    .product-details
    .btn-price-wrp
    .delete-entry {
    position: absolute;
    top: 0px;
    right: 0;
  }

  .cart-page .product-details {
    flex-wrap: wrap;
  }
 
  .category-products-content
    .pro-listing
    .product-item
    .product-details
    .btn-group {
    display: none;
  }
  .pt-50.auth-pg-reg {
    padding-top: 20px !important;
  }
  .category-products-content .pro-listing .products{
    margin:0 0 10px;
  }
  /* .banner-wrp {
        margin-top: 80px;
    } */
  .auth-content-wrp .page-ttl {
    margin-bottom: 80px;
    font-family: "Poppins-Bold";
  }
  .auth-content-wrp {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .product-detail-wrp
    .product-details
    .price-tocart-wrp
    .price
    .btn-wrapper.mt-20 {
    margin-top: 5px !important;
  }
  /* .product-detail-wrp .product-details .price-tocart-wrp .btn.btn-main {
        background-color: #fff;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
    } */
  .top-selling-slider .slider-cust-img {
    max-height: 140px;
  }
  .checkout-bottom .image-container.qr-code {
    width: 100%;
    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 10px;
    font-size: 14px;
  }
  .custom-scrollbar-slider .owl-nav {
    display: none;
  }
  .slider-scrollbar {
    margin-top: 0;
  }
  .category-products-content .category-listing .category-inner-list a {
    width: 165px;
    min-width: 165px;
  }
  .cart-empty-block img.cart-empty-img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .contact-us-wrp {
    padding: 60px 16px;
  }
  .Panes {
    padding: 60px 16px;
  }

  .header-top .logo-container img {
    height: 50px !important;
  }
  .category-products-content .pro-listing {
    padding: 0 16px;
  }
  .bundle-product-list .ttl {
    font-size: 14px;
    line-height: 16px;
    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;
  }
  .category-products-content .category-listing .category-inner-list a img {
    height: 132px;
    object-fit: cover;
    margin: 0 auto;
    max-width: 100%;
  }
  .header-top .location-dropdown-container {
    margin-right: 0 !important;
  }
  /* .category-products-content .category-listing .category-inner-list a {
        width: 100%;
    } */
  .order-pg-slider .input-wrp input,
  .order-pg-slider .input-wrp select {
    height: 41px;
  }
  .order-pg-slider .input-wrp label {
    font-size: 14px;
    line-height: 16px;
  }
  .order-pg-slider .input-wrp {
    max-width: 48%;
    flex: 0 0 48%;
    padding: 0;
    margin: 0 0 30px;
  }
  .order-pg-slider {
    justify-content: space-between;
    padding: 0 15px;
  }
  .cart-total-content-bottom .total-text {
    font-weight: 400;
  }
  /* .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: 20px;
  }
  .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;
  }
  
  .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 {
    font-family: "Poppins-SemiBold";
  }
  .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: 170px;
  }
  .product-detail-wrp .detail-box .img-box,
  .product-detail-wrp .detail-box .product-details {
    max-width: 50%;
    flex: 0 0 50%;
  }
  
  .product-detail-wrp .detail-box .price-tocart-wrp .tocart {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 20px;
    color: #2B2B2B;
    z-index: 999;
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.25);
  }
  .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: 0 0 130px;
  }
  .login-subtitle strong {
    display: inline-block;
  }
  .edit-profile .login-form-button .btn.btn-main {
    height: 41px;
    border-radius: 5px;
    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: 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: #2B2B2B;
  }
  /* .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 {
    box-sizing: border-box;
    
    /* margin: 0 !important; */
  }
  .footer-links {
    max-width: 75px;
  }
  .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-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: 14px;
    line-height: 18px;
    color: initial;
  }
  /* .two-col-pg .aside {
        margin-left: 20px;
        margin-right: 20px;
    } */
  .two-col-pg .main-content-right {
    flex: 1;
    border-top: 10px solid #eee;
    padding: 20px 5px;
    margin-top: 20px;
  }
  .cart-item-container .cart-bottom-box .btn-group {
    justify-content: flex-end;
    order: -1;
    margin: 0 0 8px;
  }
  .cart-item-container .cart-bottom-box .sub-total {
    max-width: 100%;
    flex: 100%;
    text-align: right;
  }
  .cart-item-container .cart-bottom-box {
    flex-wrap: wrap;
  }
  .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: 18px;
    line-height: 27px;
    margin-left: 10px;
  }
  .forgotpass-pg {
    width: 100%;
  }
}

/* desktop */

@media only screen and (min-width: 1024px) {

  .listing-address{
   position: absolute;
    z-index: 9;
    background: #fff;
  

}
.listing-address ul{
  padding: 10px;
  list-style: none;
  border: 1px solid #ccc;
  margin-top: 0px;

}
.listing-address ul li{
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}
  .profile-pic{
    width: 40px;
    height: 40px;
  }
  .view-more-orders{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 0;
    padding-top: 15px;
    margin-bottom: 40px;
  }
  .view-more-orders label{
      color:#000;
      opacity: 0.5;
      text-align: center;
      margin-bottom: 16px;
      font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins-Regular' !important;
  font-weight: 400;
  }
  .view-more-orders button{
    height: 38px !important;
    
  }
  .table-container .table-box .remark-box {
    display: flex;
    flex-wrap: wrap;
  }
  .header-links{
    margin-right: 30px !important;
  }

  .reset-forgot-password-form  #registerForm{
    max-width: 420px;
    margin: 0 auto;
    height: auto !important;
    padding: 0 10px;
  }
  .reset-forgot-password-form  #registerForm .login-form-button .btn.btn-main{
      width: 100%;
  }
 
  .category-products-content .search-top{
    padding: 0 60% 0 0;
    }
  .table-container .table-box .remark-box h4 {
    padding-right: 12px;
  }

  .preview-grey-box .preview-box .itemData {
    margin-right: 30px;
  }
  .preview-grey-box .preview-box .price {
      width: 14%;
      text-align: right;
  }
  .table-container .table-box::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    left: 9.7px;
    margin-left: -2px;
    background: url(../img/icons/dotted-line-v2.png);
    top: 32px;
  }
  .table-container .table-box .seagreen-dot {
    position: absolute;
    top: 0;
    background: #00babc;
    width: 20px;
    height: 20px;
    left: 0;
    border-radius: 50%;
  }
  .table-container .table-box {
    padding-left: 45px;
    position: relative;
    margin-bottom: 32px;
  }
  .order-preview-box .table-container .table-box h3 {
    margin-bottom: 8px;
  }
  .order-preview-box .preview-box .varients-wrp{
    font-style: italic;
  }
  .text-md-right {
    text-align: right;
  }
  .white-box table tr td:first-of-type {
    width: 150px;
  }
  .order-details-page .order-summary-block.order-summary-box {
    max-width: 100%;
  }

  .product-detail-wrp .detail-box .img-box .owl-item img {
    max-height: 100px;
    object-fit: cover;
  }
  .product-detail-wrp .product-details .price-tocart-wrp .label {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .product-detail-wrp .btn-add-remove .btn-inc {
    background: url(../img/icons/top-arw.png) 0 50% no-repeat;
    display: inline-block;
    text-indent: -9999px;
    height: 5px;
    width: 9px;
    line-height: 15px;
  }
  .product-detail-wrp .btn-add-remove .btn-dec {
    background: url(../img/icons/top-arw.png) 0 50% no-repeat;
    display: inline-block;
    text-indent: -9999px;
    height: 5px;
    width: 9px;
    line-height: 15px;
    transform: rotate(180deg);
  }
  .product-detail-wrp .product-details .btn-group.cart-item-btn {
    border-bottom: 1px solid rgba(43, 43, 43, 0.2);
    margin: 0;
    position: relative;
    min-width: 75px;
    overflow: hidden;
  }
  .product-detail-wrp
    .product-details
    .btn-group.cart-item-btn
    .btn.btn-add-remove.inr,
  .product-detail-wrp
    .product-details
    .btn-group.cart-item-btn
    .btn.btn-add-remove.dec {
    /* position: absolute;
        right: 16px;
        width: auto; */
    padding: 0;
    height: 9px !important;
  }
  .product-detail-wrp
    .product-details
    .btn-group.cart-item-btn
    .btn.btn-add-remove.inr {
    margin-bottom: 3px;
  }
  .up-down-btn .btn.btn-add-remove canvas {
    display: none;
  }
  .up-down-btn .btn.btn-add-remove {
    flex: unset;
    display: block;
    margin: 0 0 0 15px;
    width: auto;
  }
  .product-popup  .owl-nav{
    position: relative;
    margin-bottom: 10px;
  }
  .product-popup  .owl-nav .owl-prev span,.product-popup  .owl-nav .owl-next span{
    display: none;
  }
  .product-popup  .owl-nav .owl-prev:after{
    content: "";
    background: url(../img/icons/prev.png);
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 0;
    left: 44%;
    margin: 0 auto;
  }
  .product-popup  .owl-nav .owl-next:after{
    content: "";
    background: url(../img/icons/next.png);
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 0;
    right: 45%;
    /* left: 0; */
    margin: 0 auto;
  
  }
  /* .product-detail-wrp .product-details .btn-group.cart-item-btn .btn.btn-add-remove.inr {
        top: 4px;
    }
    
    .product-detail-wrp .product-details .btn-group.cart-item-btn .btn.btn-add-remove.dec {
        top: 16px;
    } */
  .product-detail-wrp .product-details .btn-group.cart-item-btn .btn-quantity {
    font-size: 14px !important;
    line-height: 21px !important;
    flex: unset !important;
  }
  .product-detail-wrp .product-details .price-tocart-wrp .label {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .order-summary-page .my-orders-content .right-content {
    max-width: 377px;
    margin-left: auto;
    margin-top: 20px;
  }
  .category-products-content
    .category-product-inner
    .infinite-scroll-component
    h6.product-price {
    /* min-height: 30px; */
  }
  .category-products-content .category-product-inner {
    display: flex;
  }
  .category-product-inner .category-listing {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .category-product-inner .pro-listing {
    flex: 0 0 75%;
    max-width: 75%;
    /* overflow-x: scroll; */
  }
  .category-product-inner .category-listing .slider-scrollbar {
    white-space: normal;
    display: block;
    max-height: 600px;
    overflow: auto;
  }
  .category-product-inner .category-listing .slider-scrollbar a {
    display: block;
    margin: 0 auto 15px !important;
  }
  .coloumn-two .aside-section .category-sidebar {
    margin-right: 30px;
  }
  .coloumn-two .main-section {
    max-width: calc(100% - 265px);
    flex: 0 0 calc(100% - 265px);
  }
  .coloumn-two .aside-section {
    max-width: 265px;
    flex: 0 0 265px;
  }
  .cart-two-col .cart-item-meta {
    max-width: 68%;
    flex: 0 0 68%;
    padding-right: 30px;
  }
  .cart-two-col .order-summary-block {
    max-width: 32%;
    flex: 0 0 32%;
  }
  .saved-entry-wrp.delivery-add-wrp .form-group .edit-address-input-label {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
  }
  .saved-entry-wrp.delivery-add-wrp .saved-entry-div .saved-entry-box .label {
    font-size: 14px;
    line-height: 16px;
  }
  .saved-entry-wrp.delivery-add-wrp .saved-entry-div h4 {
    font-size: 14px;
    line-height: 16px;
  }
  .order-details-page .order-summary-block {
    font-size: 14px;
  }
  .order-type-section .order-type-wrp {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .checkout-bottom-wrp .btn-main {
    width: initial;
  }
  .slider-scrollbar::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  .Panes {
    padding: 0 20px;
  }
  .modal-content .owl-carousel .owl-item img {
    display: block;
    width: auto !important;
    margin: 0 auto;
  }
  /* .order-success-page .already-member {
        position: fixed;
    } */
  .order-success-page .order-success-content .order-id {
    width: auto;
  }
  .order-success-page .order-success-content {
    max-width: 500px;
    margin: 0 auto 30px;
  }

  .search-top label.search-ttl {
    font-size: 14px;
    line-height: 16px;
  }
  .order-details-page .button-block {
    margin: 0 0 30px;
    padding: 0 !important;
  }
  .order-details-page .order-details-bottom .image-container {
    padding: 0;
  }
  .payment-receipt span {
    font-size: 18px;
    line-height: 27px;
  }
  .order-details-page .checkout-bottom .image-container {
    margin: 0;
  }
  .banner-wrp .page-ttl .sm {
    font-size: 14px;
    line-height: 16px;
  }
  .bundle-product-list .fixed-height {
    max-height: 400px;
    overflow-y: auto;
  }
  .bundle-product-list .product-box .left-box .product-name {
    max-width: 404px;
    font-size: 14px;
    line-height: 16px;
  }
  .bundle-product-list ::-webkit-scrollbar {
    width: 0px;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
  }
  .top-selling-slider .slider-cust-img {
    border-radius: 10px 10px 0 0;
  }
  .product-detail-wrp .detail-box {
    padding: 30px 20px 0 20px;
  }

  .cart-empty-img {
    max-height: 250px;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .product-detail-wrp .detail-box .img-box img {
    /* width: 100%;
        min-height: 300px;
        object-fit: cover; */
  }
  .category-slider .slider-wrapper__img-wrapper .slider-cust-img {
    width: 165px;
    height: 130px;
    border-radius: 10px;
  }
  .br-10 {
    border-radius: 10px;
  }
  .category-products-content .category-listing .category-inner-list a {
    /* width: 165px; */
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 70.78%,
        rgba(0, 0, 0, 0.5) 100%
      ),
      #ededed;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin: 0 15px 15px;
    /* min-width: 165px; */
  }
  .category-products-content .category-listing .category-inner-list a img {
    border-radius: 10px;
   width: 175px;
   height: 175px;
    max-width: 100%;
  }
  .category-inner-list .owl-item img {
    min-width: 165px;
  }
  .order-pg-btn-wrp {
    padding: 0 0 24px;
  }
  .button-block.order-pg-btn {
    display: none;
  }
  .checkout-page .pay-title {
    font-size: 14px;
  }
  .auth-pg.forgotpass-pg {
    min-height: 340px !important;
  }
  .cart-page .product-details img.for-desktop {
    width: 60px;
    right: 0;
    left: unset;
  }
  .for-mob {
    display: none;
  }
  .slider-wrapper.four-grid .slider-label .price-counter-wrp .pro-price {
    font-size: 18px;
    line-height: 18px;
  }
  .product-detail-wrp .product-details .price span {
    font-size: 20px;
    line-height: 30px;
    font-family: "Poppins-SemiBold";
  }
  .product-detail-wrp .product-details .manufacturer {
    margin: 0 0 30px;
  }
  .product-detail-wrp .product-details {
    padding: 0;
    font-size: 14px;
    line-height: 21px;
    max-width: calc(100% - 350px);
    flex: 0 0 calc(100% - 350px);
  }
  .product-detail-wrp .detail-box .product-details .label {
    font-size: 18px;
    line-height: 27px;
  }
  .product-detail-wrp .detail-box .product-details h2.product-name {
    font-size: 28px;
    line-height: 42px;
  }
  .product-detail-wrp .detail-box .img-box {
    max-width: 350px;
    flex: 0 0 350px;
    padding-right: 50px;
  }
  .category-products-content .category-listing {
    padding: 0 15px;
  }
  .homepage-content .box-shadow-footer {
    margin-top: auto;
  }
  .auth-pg-reg .login-subtitle.bottom-ttl {
    margin: 10px 0 20px !important;
  }
  .pro-listing .Category-filter {
    padding: 0 15px;
  }
  .inf-grid {
    margin-bottom: 50px;
  }
  .inf-grid .product-item .product-name {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
  }
  .inf-grid .product-item {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100% !important;
    margin: 0 15px 30px !important;
    display: inline-block;
    max-height: initial;
  }
  .category-products-content .pro-listing .product-item .product-img,
  .category-products-content .pro-listing .product-item .product-img img {
    border-radius:5px 5px 0 0 !important;
    height: 204px !important;
    background-color: #eee;
    width: 100%;
  }
  .inf-grid .product-item .product-img {
    width: 100% !important;
    min-height: 125px !important;
    border-radius: 10px 10px 0 0 !important;
  }
  .inf-grid .product-item .product-details {
    width: 100%;
    /* min-height: 95px; */
  }
  .auth-error {
    /* position: relative;
    /* bottom: unset; */
    /* top:0vh;
    width: auto;
    margin: 0 auto; */
  }
  .notification-container .two-col-pg {
    margin-bottom: 45px;
  }
  a.back-to-order {
    display: flex;
    font-size: 14px;
    line-height: 16px;
    font-family: "Poppins-Bold";
  }
  a.back-to-order .page-ttl {
    padding-left: 12px;
  }
  .cart-page .block-content.pt-70.pb-110 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .order-details-page
    .order-summary-container
    .total-amt
    .details-data
    .data-left {
    font-size: 16px;
    line-height: 24px;
    font-family: "Poppins-Bold";
  }
  .order-details-page
    .order-summary-container
    .total-amt
    .details-data
    .data-right {
    font-size: 20px;
    line-height: 30px;
  }
  .barcode-display label {
    font-size: 18px;
    line-height: 27px;
  }
  .barcode-display {
    align-items: flex-start;
    padding: 15px 0 0;
    margin-bottom: 158px;
  }
  .order-summary-container h5.details-title {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 27px;
  }
  .order-summary-container h5.details-title {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 24px;
  }
  .order-details-page .order-summary-container .order-summary-block {
    margin-top: 0;
  }
  .order-summary-container .bottom-divider {
    display: none;
  }

  .order-summary-container {
    padding: 0;
  }
  .order-derail-top-box .details-data .data-left {
    width: 100%;
    margin: 0 0 6px;
  }
  .alerts-page .notification-container .notification-block .red-dot {
    height: 14px;
    width: 14px;
    flex: 0 0 14px;
  }
  .alerts-page .notification-container .notification-block .date-box {
    font-size: 14px;
    line-height: 16px;
    margin: 6px 0 0;
  }
  .alerts-page .notification-container .notification-block .alert-msg {
    font-size: 14px;
    line-height: 21px;
  }
  .ds-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .alerts-page .notification-container .notification-block .close-img {
    width: 36px;
    height: 36px;
    max-width: 36px;
    flex: 0 0 36px;
  }
  .alerts-page .notification-container .notification-block {
    padding: 16px 30px 16px 12px;
    align-items: center;
  }
  .alerts-page .notification-container .notification-block .alert-msg {
    padding: 0 20px 0 20px;
  }
  .checkout-bottom .payment-info {
    margin: 0 0 24px;
  }
  .checkout-bottom .payment-info p {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 16px;
  }
  .checkout-bottom {
    margin: 0 0 30px;
    
  }
  .checkout-page .button-block .btn-main {
    width: auto;
    min-width: 150px;
    border-radius: 10px;
    height: 34px;
  }
  .checkout-page .button-block {
    position: relative;
    bottom: unset;
    left: unset;
    margin: 0 0 50px !important;
    padding: 0 !important;
  }
  .order-details-page .order-summary-block {
    /* margin-top: 20px; */
    max-width: 460px;
  }
  .checkout-content .bottom-divider {
    display: none;
  }
  .button-block .btn-main.back {
    background: #fff;
    border: 2px solid #2B2B2B;
    color: #2B2B2B;
    margin-right: 20px;
  }
  .order-details-page .order-summary-block .details-data.summary .data-left,
  .order-details-page .order-total-block-inner .details-data .data-left {
    width: 80%;
  }
  .order-details-page .order-summary-block .details-data.summary .data-right,
  .order-details-page .order-total-block-inner .details-data .data-right,
  .order-details-page .total-amt .details-data .data-right {
    width: 20%;
  }
  .order-details-page
    .order-summary-block
    .details-data.summary
    .data-right.order-summary-custom,
  .order-details-page
    .total-amt
    .details-data
    .data-right.order-summary-custom {
    width: 40%;
  }
  .order-details-page
    .order-total-block-inner
    .details-data
    .data-right.order-summary-custom {
    width: 30%;
  }
  .order-summary-custom .custom-price-tag {
    font-size: 12px;
  }
  .order-details-page .order-summary-block .details-data.summary .data-center,
  .order-details-page .order-total-block-inner .details-data .data-center {
    width: 20%;
    text-align: right;
  }
  .order-details-page .total-amt .details-data .data-left {
    width: 80%;
  }
  /* .checkout-content {
        max-width: 800px;
        margin: 0 auto;
    } */
  .select-outlet .selected-outlet {
    right: 16px;
    top: 16px;
    left: unset;
  }
  .order-summary-page .button-block .btn-main {
    width: auto;
    border-radius: 5px;
    height: 44px;
    min-width: 150px;
  }
  .order-summary-page .my-orders-content {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .order-summary-page .button-block {
    position: relative;
    bottom: unset;
    margin: 0 0 50px;
    clear: both;
  }
  span.icon-dp.notifications-icon {
    position: relative;
  }
  .two-col-pg .main-content-right {
    padding: 0 0 0 40px;
 
  }
  .two-col-pg .main-content-right .edit-profile {
    padding: 0 !important;
  }
  .edit-profile-main .input-box {
    margin-bottom: 14px;
  }
  .edit-profile-main .login-form-button .btn-main {
    width: auto;
    font-size: 14px;
    line-height: 16px;
    font-family: "Poppins-SemiBold" !important;
  }
  .cart-item-container .product-price {
    margin-bottom: 4px;
  }
  .cart-item-container .cart-bottom-box .sub-total span.price {
    font-size: 14px;
    line-height: 16px;
    font-family: "Poppins-SemiBold";
  }
  .cart-item-container .cart-bottom-box .sub-total span {
    font-size: 14px;
    line-height: 21px;
    font-family: "Poppins-Regular";
  }
  .cart-item-container .cart-bottom-box .btn-group {
    justify-content: flex-end;
    margin: 0;
  }
  .cart-item-container .cart-bottom-box {
    flex-wrap: wrap;
  }
  .cart-total-content-bottom button.btn.btn-main {
    font-size: 14px;
    line-height: 16px;
    min-height: 44px;
  }
  .cart-total-content-bottom {
    padding: 16px 0;
  }
  .cart-bottom-left .counter {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 0;
  }
  .cart-bottom-left {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 30px;
  }
  .cart-total-content-bottom .button-block button {
    min-width: 150px;
  }
  .cart-total-content-bottom .total-amt {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    font-family: "Poppins-SemiBold";
  }
  .cart-total-content-bottom .total-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    opacity: 1;
    font-family: "Poppins-SemiBold";
  }
  .cart-item-container .product-details {
    width: calc(100% - 80px);
  }
  .cart-item-container .cart-pro-image img {
    max-width: 100% !important;
    margin: 0;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
  }
  .cart-item-container .cart-pro-image {
    width: 80px !important;
    height: 80px !important;
  }
  .cart-item-container .product-details {
    width: calc(100% - 80px);
  }
  .cart-page .product-details {
    padding:0 20px  12px ;
  }
  .cart-item-container .product-item {
    margin-bottom: 15px;
  }
  .product-item {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius:5px;
  }
  .product-details .product-price span{
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    font-family: "Poppins-Bold";
  }
  .cart-total-content-bottom .cart-total {
    width: auto;
    margin-left: auto;
  }
  .cart-total-content-bottom .button-block {
    width: auto;
  }
  .cart-total-content-bottom {
    position: relative;
    bottom: unset;
    background: #eb5757;
    justify-content: space-between;
    padding: 16px 0;
  }
  .auth-pg-reg .login-subtitle {
    font-size: 14px;
    line-height: 16px;
  }
  .auth-pg-reg .login-form-button .btn-main {
    width: auto;
    min-width: 150px;
  }
  .auth-pg-reg p.login-subtitle.top-ttl {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
  }
  .auth-pg-reg {
    max-width: 730px;
    margin: 0 auto;
  }
  .ds-mb-0 {
    margin-bottom: 0 !important;
  }
  .auth-content-wrp .forgot-pass-link {
    font-weight: 600;
    font-family: "Poppins-SemiBold";
    font-size: 14px;
    line-height: 16px;
    /* padding-top: 12px; */
    /* display: block; */
  }
  .auth-content-wrp .form-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .already-member {
    position: relative;
    bottom: unset;
    z-index: initial;
    font-size: 14px;
    line-height: 16px;
  }
  .banner-wrp {
    background: url(../img/banner.png);
    position: relative;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner-wrp .page-ttl {
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-family: "Poppins-Bold";
  }
  .auth-pg {
    max-width: 420px;
    margin: 0 auto;
    height: auto !important;
    padding: 0 10px;
    min-height: unset !important;
  }
  .auth-pg .header-top {
    min-height: auto;
    position: relative;
    top: unset;
    box-shadow: none;
    display: none;
  }
  .auth-content-wrp br {
    display: none;
  }
  .auth-content-wrp .login-subtitle {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 0 !important;
  }
  .login-form-button {
    position: relative;
    bottom: unset;
    margin: 0 !important;
  }
  .select-outlet-page .header-top .location-dropdown-container .location-btn {
    display: block;
  }
  .box-wrapper-container {
    padding: 0 20px;
  }
  .box-wrapper-container .box-wrapper {
    max-width: 1170px;
    margin: 0 auto;
  }
  .four-grid .slider-wrapper__img-wrapper {
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    width: 21.9%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }
  .slider-wrapper {
    overflow-x: hidden;
  }
  .four-grid .product-img,
  .category-slider .product-img {
    width: auto;
    height: 197px;
    max-height: 197px;
  }
  .four-grid .slider-label,
  .category-slider .slider-label {
    width: 100%;
  }
  .category-slider .slider-wrapper__img-wrapper {
    margin: 0 !important;
    width: 16.6666%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .category-slider .slider-wrapper__img-wrapper .text-center img {
    max-width: 100% !important;
    width: 100%;
    object-fit: cover;
  }
  .bottom-divider.category-slider {
    border: 0;
  }
  .slider-header {
    padding: 20px 16px;
  }
  .category-slider .slider-label {
    margin-top: 10px;
  }
  .footer-top {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0 15px 20px;
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    margin: 0 15px 0;
    align-items: center;
  }
  .footer-bottom-left ul {
    padding: 0;
    color: #fff;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-bottom-left ul li {
    list-style: none;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #fff;
  }
  .footer-bottom-left ul li:last-of-type {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .homepage-content {
    margin-bottom: 0;
  }
  .box-shadow-footer {
    box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.25);
    /* position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9; */
  }
  .footer-links a {
    margin-left: 50px;
    font-weight: 600;
    font-family: "Poppins-SemiBold";
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
  }
  .footer-bottom .footer-bottom-left span {
    display: inline-block;
  }
  .slider-wrapper.four-grid {
    margin: 0 0 30px !important;
    display: flex;
    flex-wrap: wrap;
  }
  .category-slider {
    padding-bottom: 40px;
  }
  .footer-top .footer-logo-left img {
    max-width: 75px;
  }
  .homepage-content .owl-nav button.owl-prev span {
    background: url(../img/icons/left.png);
    width: 21px;
    height: 22px;
    display: inline-block;
    text-indent: -9999px;
    left: 0;
  }
  .homepage-content .owl-nav button.owl-next span {
    background: url(../img/icons/right.png);
    width: 21px;
    height: 22px;
    display: inline-block;
    text-indent: -9999px;
    right: 0;
  }
  .homepage-content .owl-nav button.owl-next {
    right: 35px;
    position: absolute;
    margin-top: -24px;
  }
  .homepage-content .owl-nav button.owl-prev {
    left: 35px;
    position: absolute;
    margin-top: -24px;
  }
  .homepage-content .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
  }
  .homepage-content .owl-nav button {
    background: #ededed !important;
    height: 48px;
    width: 48px;
    border-radius: 50% !important;
  }
  .pt-70.homepage-content {
    padding-top: 0 !important;
  }
  .discount-offers-slider .slider-wrapper__img {
    max-height: initial !important;
  }
  .slider-heading {
    font-size: 20px;
    line-height: 30px;
  }
  .see-all-link {
    font-size: 14px;
    line-height: 16px;
  }
  .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: 14px;
    line-height: 20px;
    min-height: 52px;
  }
  .slider-wrapper.four-grid .slider-label .pro-price {
    margin-top: 0;
    padding: 0;
  }
  .category-slider .slider-label {
    font-size: 14px;
    line-height: 18px;
  }
  .category-slider .slider-label {
    height: auto;
    overflow: unset !important;
  }
  .openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
  }
  .openBtn:hover {
    background: #bbb;
  }
  .overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .overlay-content {
    position: relative;
    top: unset;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
    float: left;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
  }
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 33px;
    cursor: pointer;
    color: white;
    z-index: 99;
    font-weight: 600;
  }
  .overlay .closebtn:hover {
    color: #ccc;
  }
  .overlay button:hover {
    background: #bbb;
  }
  .overlay .overlay-content .search-content {
    background: transparent;
    opacity: 1;
    height: auto;
    width: 400px;
    position: relative;
    top: unset;
    left: unset;
    margin: 0 auto;
    float: left;
    max-width: 400px;
    right: unset;
  }
  .no-overflow {
    overflow: hidden;
  }
  .no-overflow .sticky-top {
    z-index: 9;
  }
  html {
    overflow: unset;
    overflow-x: unset;
  }
  .slider-wrapper.four-grid .owl-carousel.owl-drag .owl-item {
    padding: 0 15px;
  }
  .four-grid .owl-carousel .slider-wrapper__img-wrapper {
    width: 100%;
    margin: 0 0 16px;
  }
  .overlay .overlay-content .search-content input {
    border: 0;
    background: transparent;
    color: #fff;
    height: auto;
    opacity: 0.5;
    font-size: 14px;
    line-height: 16px;
    position: relative;
  }
  .overlay .overlay-content .search-content {
    border-bottom: 1px solid #d9d9d9;
    justify-content: space-between;
    border-radius: 0;
    display: flex;
    padding: 0 12px 10px;
  }
  .overlay .overlay-content .search-content input::placeholder {
    color: #fff;
    opacity: 1;
  }
  .overlay .overlay-content .search-content #btn_search i {
    color: #fff;
    font-size: 24px;
    position: relative;
    top: unset;
    left: unset;
    padding: 0;
  }
  .overlay .overlay-content .search-content button#btn_search {
    width: auto;
    position: relative;
    height: auto;
    border-radius: 0;
  }
  .homepage-content .slider-wrapper.four-grid .owl-nav button.owl-prev {
    left: 16px;
    margin-top: -45px;
  }
  .homepage-content .slider-wrapper.four-grid .owl-nav button.owl-next {
    right: 16px;
    margin-top: -45px;
  }
  .category-products-content .category-listing .slider-wrapper,
  .slider-wrapper.four-grid {
    overflow-x: unset;
    overflow-y: unset;
    white-space: normal;
  }
  .category-product-inner .owl-nav button.owl-prev span {
    background: url(../img/icons/left.png);
    width: 21px;
    height: 22px;
    display: inline-block;
    text-indent: -9999px;
    left: 0;
  }
  .category-product-inner .owl-nav button.owl-next span {
    background: url(../img/icons/right.png);
    width: 21px;
    height: 22px;
    display: inline-block;
    text-indent: -9999px;
    right: 0;
  }
  .category-product-inner .owl-nav button {
    background: #ededed !important;
    height: 48px;
    width: 48px;
    border-radius: 50% !important;
  }
  .category-product-inner .owl-nav {
    position: absolute;
    z-index: 999;
    top: 50%;
    margin: -24px 0 0 !important;
    width: 100%;
  }
  .logged-in-btn {
    max-width: 120px;
    padding: 0;
    border-radius: 44px !important;
    min-height: auto;
    height: auto;
    background: transparent;
    border: 0;
    font-size: 14px;
    line-height: 16px;
    color: #2B2B2B;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    padding: 0 5px;
  }
  .logged-in-btn:hover,
  .logged-in-btn:active,
  .logged-in-btn:focus {
    background: transparent !important;
    color: #000;
  }
  .show > .btn-primary.dropdown-toggle.logged-in-btn {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
  }
  .select-outlet-wrp {
    display: flex;
    flex-wrap: wrap;
   
  }
  .p-15.mt-75.select-outlet-wrp {
    padding: 0 !important;
    margin-top: 30px !important;
  }
  .select-outlet-wrp .select-outlet {
    max-width: 21.9%;
    flex: 0 0 21.9%;
    width: 21.9%;
    margin: 0 15px 30px;
    display: inline-block;
    max-height: initial;
    box-shadow: unset;
  }
  .select-outlet-wrp .select-outlet span {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: "Poppins-SemiBold";
    padding: 12px;
  }
  .select-outlet .outlet-img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    min-height: 197px;
  }
  .banner-wrp img {
    width: 100%;
  }
  .select-outlet-wrp .select-outlet span.outlet-name-mobile {
    display: none;
  }
  .select-outlet-wrp .select-outlet .outletdetails-wrp {
    padding: 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: 18px;
    margin: 10px 0 0;
  }
  .select-outlet-wrp
    .select-outlet
    .outletdetails-wrp
    .more-details
    .grey-text {
    padding: 0 0 3px;
    color: #2B2B2B;
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
  }
  .select-outlet .selected-outlet {
    right: 16px;
    top: 16px;
  }
  .pagination li {
    background: #ededed;
    border-radius: 5px;
    margin: 5px;
    min-width: 36px;
    min-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-family: "Poppins-SemiBold";
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
  }
  .pagination li a {
    outline: 0;
  }
  .pagination li.active {
    background: #000000;
    border-radius: 5px;
    color: #fff;
  }
  .pagination li.disabled {
    display: none;
  }
  .pagination li.break-me {
    background: transparent;
  }
  .pagination {
    justify-content: center;
  }
  .pagination li.next a {
    background: url(../img/icons/left-arw-pg.png) 0 50% no-repeat;
    display: inline-block;
    text-indent: -9999px;
    height: 14px;
    width: 14px;
  }
  .pagination li.previous a {
    background: url(../img/icons/left-arw-pg.png) 0 50% no-repeat;
    display: inline-block;
    text-indent: -9999px;
    height: 14px;
    width: 14px;
    transform: rotate(180deg);
  }
  .logged-in-dropdown a.dropdown-item button {
    border: 0;
    background: transparent;
    font-weight: 600;
    font-family: "Poppins-SemiBold";
    font-size: 14px;
    line-height: 16px;
    color: #2B2B2B;
    padding: 0;
  }
  .logged-in-dropdown a.dropdown-item:hover button {
    color: #fff;
  }
  .category-product-inner .owl-nav button.owl-prev {
    left: 0px;
    position: absolute;
  }
  .category-product-inner .owl-nav button.owl-next {
    right: 0px;
    position: absolute;
  }
}

@media only screen and (min-width: 1366px) {
  .homepage-content .slider-wrapper.four-grid .owl-nav button.owl-prev {
    left: -78px;
  }
  .homepage-content .slider-wrapper.four-grid .owl-nav button.owl-next {
    right: -78px;
  }
  .category-product-inner .owl-nav button.owl-prev {
    left: -78px;
    position: absolute;
  }
  .category-product-inner .owl-nav button.owl-next {
    right: -78px;
    position: absolute;
  }
  .two-col-pg {
    padding: 0 20px;
  }
  .two-col-pg .aside .logged-in-dropdown a {
    padding: 15px 20px;
  }
}

@media only screen and (min-width: 1366px) {
  .inf-grid .product-item {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100% !important;
  }
  .four-grid .slider-wrapper__img-wrapper {
    width: 22.4%;
  }
  .select-outlet-wrp .select-outlet {
    max-width: 22.4%;
    flex: 0 0 22.4%;
    width: 22.4%;
  }
  .product-details .btn-group{
    margin-right: 50px !important;
  }
}

.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;
}

.order-details-page .order-total-block-inner .details-data .data-center {
  font-family: "Poppins-SemiBold";
  font-weight: 400;
  text-align: left;
}

.product-detail-wrp .detail-box .img-box img {
  max-width: 100%;
  border-radius: 5px;
}

.contact-us-box {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.contact-us-box h2 {
  font-size: 14px;
  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;
}

.btn-main.btn:hover {
  color: #fff;
}

.footer-bottom-right a img {
  max-width: 26px;
}

.footer-bottom-right .fab {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  color: #fff;
}

.footer-bottom-right .fab.fa-facebook {
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  color: #00babc;
  padding-top: 3px;
}

.footer-bottom-right {
  display: flex;
}

.footer-bottom-right .fab.fa-instagram {
  background: #00babc;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
}

.footer-bottom-right a:first-of-type {
  margin-right: 30px;
}

.footer-bottom-right .fab {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  width: 30px;
  height: 29px;
  display: inline-block;
  text-align: center;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .two-col-pg {
    margin-bottom: 20px;
  }
  .box-wrapper-container.header-wrp .navbar {
    padding: 0;
  }
  .box-wrapper-container.header-wrp .header-top {
    padding: 0;
    align-items: center;
  }
  .category-products-content .pro-listing .product-item {
    /* height: 90%; */
  }
  .product-detail-pg{
    margin-bottom: 125px !important;
  }
  .product-details .btn-group{
    margin-right: 45px !important;
  }
}

@media only screen and (max-width: 1023px) {

  .button-block{
    padding: 0 15px;
  }
  .order-details-page .order-summary-block .details-data.summary .data-center{
    width: 44%;
  }


  .profile-pic{
    width: 64px;
    height: 64px;
  }
  .reset-forgot-password-form  #registerForm{
    max-width: 420px;
    margin: 0 auto;
    height: auto !important;
    padding: 0 10px;
  }
  .reset-forgot-password-form  #registerForm .login-form-button .btn.btn-main{
      width: 100%;
  }

  .details-data.col-sm-8 {
    max-width: 55%;
  }
  .details-data.col-sm-4 {
    max-width: 45%;
  }
  .product-popup  .owl-nav{
    position: relative;
    margin-bottom: 10px;
  }
  .product-popup  .owl-nav .owl-prev span,.product-popup  .owl-nav .owl-next span{
    display: none;
  }
  .product-popup  .owl-nav .owl-prev:after{
    content: "";
    background: url(../img/icons/prev.png);
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 0;
    left: 40%;
    margin: 0 auto;
  }
  .product-popup  .owl-nav .owl-next:after{
    content: "";
    background: url(../img/icons/next.png);
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 0;
    right: 40%;
    /* left: 0; */
    margin: 0 auto;
  
  }
  .order-summary-page .button-block .btn-main {
    width: auto;
    border-radius: 5px;
    height: 34px;
    min-width: 150px;
  }
  .button-block .btn-main.back {
    background: #fff;
    border: 2px solid #2B2B2B;
    color: #2B2B2B;
    margin-right: 20px;
  }
  .two-col-pg.row {
    margin: 0;
  }
  .reset-pass{
    margin-top: -30px !important;
  }
  .overlay-loading > div > img {
    width: 50px;
  }
  a.button-tag button span {
    padding-left: 42px;
  }
  .product-detail-wrp .product-details .price-tocart-wrp .btn.btn-main {
    min-width: 160px;
  }
  .category-products-content .box-wrapper {
    padding-top: 0 !important;
  }
  .box-wrapper-container.header-wrp .header-top .navbar-nav .header-links {
    order: 2;
    margin-top: 50px !important;
  }
  .navbar-nav .mr-50 {
    margin: 0 !important;
  }
  .navbar-nav .header-links a {
    display: block;
    text-align: right;
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 37px;
  }
  .header-top .search-wrp {
    display: none;
  }
  .box-wrapper-container.header-wrp .header-top .navbar-nav {
    position: fixed;
    background: #fff;
    width: 100%;
    left: 0;
    height: 100%;
    overflow: hidden;
    align-items: flex-end !important;
    padding: 100px 50px 50px;
    top: 0;
    box-sizing: border-box;
  }
  .product-detail-wrp .detail-box .img-box .owl-item img {
    max-height: 220px;
    border-radius: 5px;
    width: auto;
    margin: 0 auto;
  }
  .product-detail-wrp .detail-box .img-box {
    margin-top: 20px;
  }
  .product-detail-wrp .detail-box {
    padding-top: 0;
  }
  .prod_attributes {
    background-color: #fff;
  }
  .box-wrapper-container.header-wrp .navbar {
    width: 100%;
    padding: 10px 20px;
  }
  .box-wrapper-container.header-wrp .header-top {
    padding: 0;
    top: 0;
  }
  .navbar-light .navbar-toggler {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -11px;
    z-index: 999;
  }
  .navbar-light .navbar-toggler.collapsed {
    right: 0;
  }
  .header-top {
    min-height: initial;
  }
  .navbar-light .navbar-toggler {
    padding: 0;
    border: 0;
    line-height: normal;
  }
  .box-wrapper-container.header-wrp
    .header-top
    .navbar-light
    .navbar-toggler-icon {
    background-image: url(../img/icons/close-icon.png);
    height: 16px;
    width: 14px;
  }
  .box-wrapper-container.header-wrp
    .header-top
    .navbar-light
    .collapsed
    .navbar-toggler-icon {
    background-image: url(../img/icons/bars.png);
    height: 16px;
    width: 14px;
  }
  .box-wrapper-container.header-wrp .header-top {
    padding: 0;
  }
  .custom-scrollbar-slider {
    margin: 0;
  }
  .category-products-content
    .category-listing
    .category-inner-list
    a
    .cat-name {
    border-radius: 0;
  }
  .category-products-content .pro-listing .product-item .product-img,
  .category-products-content .pro-listing .product-item .product-img img {
    border-radius:5px 5px 0 0 !important;
    height: 204px !important;
    background-color: #eee;
    width: 100%;
  }
}

.no-record-found {
  text-align: center;
  padding-top: 15px;
}

.no-record-found h4 {
  font-size: 14px;
  line-height: 18px;
  margin: 15px;
}


@media only screen and (max-width: 991px) {
  .pricing-table{
    overflow: scroll;
    max-width: 100%;
    display: block;
    width: 100%;
    overflow-x: auto;
    
  }
  .pricing-table .thead-dark th{
    background-color: #00898C;
  }
 
  .sidebar-filter-wrp .custom-button .button-wrp.reset {
    bottom: 70px;
  }
  .category-products-content .search-top{
    padding: 0 40% 0 0;
    }
  
  .footer-bottom-left ul li.copyright-li{
   width: 100%;
   border:0;
   order: 3;
   margin: 0  !important;
  }
  .footer-bottom-left ul{
    margin:20px 0 0;
  }
  .footer-bottom-left ul li{
  margin-bottom:20px !important;
  }
  .footer-bottom-left {
    order: 2;
  }
  .footer-bottom{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px;
   justify-content: unset;
   align-items: unset;
    flex-direction: column;
  }
  .product-details .product-price{
    /* line-height: 40px; */
    margin-bottom: 0;
  }
  .cart-page .block-content .cart-item-meta{
    width:100%;
    
  }
  .login-fields{
      margin: 0 auto;
  }
  .cart-page .cart-two-col .cart-item-meta .product-item .product-details .btn-price-wrp .product-price{
    font-size: 16px;
  }
  .header-links a{
    font-size: 25px;
    line-height: 38px;
  }
  .login-wrp a{
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 60px;
  }
  .Category-filter {
    margin: 20px -10px;
  }
  .checkout-content{
    padding: 0 !important;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px){
  .pricing-table{
  overflow: scroll;
  max-width: 100%;
  display: block;
  width: 100%;
  overflow-x: auto;
}
  .navbar-light .navbar-toggler
  .navbar-light .navbar-toggler.collapsed{
    right: 0;
  }
  .navbar-nav .header-links a {
    display: block;
    text-align: right;
    margin-bottom: 30px;
  }
  .header-top .search-wrp {
    display: none;
  }
  .box-wrapper-container.header-wrp .header-top .navbar-nav {
    position: fixed;
    background: #fff;
    width: 100%;
    left: 0;
    height: 100%;
    overflow: hidden;
    align-items: flex-end !important;
    padding: 100px 50px 50px;
    top: 0;
    box-sizing: border-box;
  }
  .header-top .navbar-toggler.collapsed  a.cart-link{
    display: none;
  }
  .box-wrapper-container.header-wrp .header-top .navbar-nav .header-links{
    order:2;
    margin-right: 0 !important;
    margin-top: 20px !important;
  }

  .box-wrapper-container.header-wrp .navbar {
    width: 100%;
    padding: 15px 20px;
  }
  .box-wrapper-container.header-wrp .header-top {
    padding: 0;
    top: 0;
  }
  .navbar-light .navbar-toggler {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -11px;
    z-index: 999;
  }
  .navbar-light .navbar-toggler.collapsed {
    right: 0;
  }
  .header-top {
    min-height: initial;
  }
  .navbar-light .navbar-toggler {
    padding: 0;
    border: 0;
    line-height: normal;
  }
  .box-wrapper-container.header-wrp
    .header-top
    .navbar-light
    .navbar-toggler-icon {
    background-image: url(../img/icons/close-icon.png);
    height: 16px;
    width: 14px;
  }
  .box-wrapper-container.header-wrp
    .header-top
    .navbar-light
    .collapsed
    .navbar-toggler-icon {
    background-image: url(../img/icons/bars.png);
    height: 16px;
    width: 14px;
  }
  .box-wrapper-container.header-wrp .header-top {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-15.mt-75.select-outlet-wrp {
    margin-top: 10px !important;
    margin-bottom: 120px;
  }

  .select-outlet-wrp .select-outlet .outletdetails-wrp {
    max-width: unset;
  }
  .box-wrapper-container.header-wrp .header-top .navbar-nav .header-links {
    margin-top: 60px !important;
  }
  .navbar-nav .header-links a {
    margin-bottom: 40px !important;
  }
  .auth-content-wrp .page-ttl {
    margin-bottom: 0px !important;
  }
  .auth-content-wrp {
    padding-top: 50px !important;
  }
  .auth-error {
    bottom: 156px;
  }
  /* .category-products-content .pro-listing .product-item .product-img img {
    height: 218px !important;
  } */
  .button-block{
    display: flex;
    margin-top: 0 !important;
   
  }
  .button-block-auth{
    display: flex;
    margin-top: 0 !important;
    justify-content: center;
  }
 .cart-total-content-wrp .button-block{
   justify-content: flex-end;
 }
}
@media only screen and (max-width: 767px) {
  .checkout-page .checkout-bottom{
    padding:0 5px  !important;
    margin-top: 30px;
  }
  .checkout-page .button-block{
    padding-left: 0 !important;

  }
  .checkout-page .cod-block:first-child{
      margin-bottom:5px !important;
  }
  .my-orders-content.order-summary-container .button-block{
    padding: 0 !important;
  }
  .preview-grey-box .preview-box .price{
    width: 17%;
  }
  .order-details-page .order-summary-block .details-data.summary .data-left {
    width: 64%;
  }
  .order-details-page .order-summary-block .details-data.summary .data-center{
    width: 26%;
  }
  .cart-item-container .btn-price-wrp .validation-msg{
    margin-top: 0 !important;
  }
  .continue-shopping-btn button{
    margin-bottom: 0;
  }
  .view-more-orders label{
    font-size: 14px;
    line-height: 21px;
    padding:0 10px;
  }
  .order-details-page .data-center{
    font-family: "Poppins-Regular";
    font-weight: 400;
  }
  .my-orders-content .data-center{
    font-family: "Poppins-Bold";
   
  }
    .auth-error {
        bottom: 128px;
      }
  .select-outlet {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .order-pg-slider .input-wrp select{
      line-height: 17px;
  }
  .order-pg-slider .input-wrp{
    max-width: 48%;
    flex: 0 0 48%;
    padding: 0;
    margin: 0 0 20px;

  }
  .product-detail-wrp .detail-box .img-box,
  .product-detail-wrp .detail-box .product-details {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 ;
  }
  .attribute-wrp .attribute-box{
    margin-bottom: 25px !important;
  }
  .order-success-page {
    flex-wrap: unset;
  }
  .order-success-page .close-icon {
    top: 90px;

    right: 40px;
  }
  .product-detail-wrp .detail-box .price-tocart-wrp .tocart {
    padding: 18px 15px 20px;
  }
  .banner-wrp {
    min-height: 150px;
  }
  .cart-page .block-content {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .cart-page .cart-two-col{
    padding-top: 15px; 

  }
  .footer-bottom-left ul li.copyright-li{
    margin:0;
    width:100%;
  }
  .category-products-content
  .category-product-inner
  .infinite-scroll-component
  .wt-50 {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 5px;
}
.category-products-content .pro-listing .product-item .product-img, .category-products-content .pro-listing .product-item .product-img img{
  height: 140px !important;
}
.category-products-content .pro-listing .products .product-item{
  margin: 0 0 15px !important;
}
.product-detail-wrp .product-details .price-tocart-wrp .tocart .out-of-stock{
  color: #eb5757;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
}
.cart-item-container .product-price span{
  line-height: 24px !important;
}
.cart-page .block-content .cart-item-meta{
  padding: 0 !important;
}
.cart-page .cart-two-col .cart-item-meta .product-item{
  padding: 0 20px 10px !important;
}
.cart-page .cart-two-col .cart-item-meta .product-item .product-details .btn-price-wrp .delete-entry{
  right: 20px;
}
}
@media only screen and (max-width: 767px) {
 
  .attribute-box label{
    margin-bottom: 0;
  }
  .order-summary-box .payment  .details-data{
    margin-bottom: 20px !important;
  }
  .order-summary-box .payment  .details-data:last-child{
    margin-bottom: 0px !important;
  }
  .payment-img-box{
    justify-content: center;
  }
    .category-products-content .category-product-inner .pro-listing{
        padding: 0px 11px 0 !important;
    }
    .category-products-content .category-product-inner .pro-listing.all-items{
      padding: 0 !important;
    }
  .continue-shopping-btn {
    margin: 10px 0 5px;
  }
  .cart-page
    .cart-two-col
    .order-summary-block
    .cart-total-content-wrp
    .total-amt
    i {
    display: none;
  }
  .cart-page .cart-two-col .cart-item-meta .product-item {
    padding: 0 0 10px;
    margin-bottom: 6px;
  }
  .cart-page
    .cart-two-col
    .cart-item-meta
    .product-item
    .product-details
    .btn-price-wrp
    .product-price {
    margin: 0;
  }
  .cart-page
    .cart-two-col
    .cart-item-meta
    .product-item
    .product-details
    .btn-price-wrp {
    align-items: flex-end;
  }
  .cart-page
    .cart-two-col
    .cart-item-meta
    .product-item
    .product-details
    .btn-price-wrp
    .btn-group {
    margin-bottom: 0;
    padding-top: 12px;
  }
  .cart-page
    .cart-two-col
    .cart-item-meta
    .product-item
    .product-details
    .btn-price-wrp
    .product-price {
    text-align: right;
  }
  .cart-page
    .cart-two-col
    .cart-item-meta
    .product-item
    .product-details
    .btn-price-wrp {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* .cart-page .cart-two-col .cart-item-meta .product-item .product-details {
        padding-right: 0;
    } */
  .cart-page
    .cart-two-col
    .cart-item-meta
    .product-item
    .product-details
    .del-icon {
    right: 0;
  }
  .edit-profile .login-form-button .btn.btn-main:last-of-type {
    margin-bottom: 0;
  }
  .edit-profile-main .login-form-button.delivery-bottom-button {
    padding: 0 15px !important;
  }

  .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%;
    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-footer {
    position: fixed;
    bottom: 0;
  }
  .product-detail-wrp .detail-box .img-box{
    margin-bottom: 0 !important;
  }
  .product-detail-wrp .product-details .price-tocart-wrp .cart-item-btn{
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 766px) {
  .category-products-content .pro-listing .product-item {
    /* height: 96%; */
  }
  .order-success-page .close-icon{
    top: 28px;
    right: 40px;
  }
  .cart-page .product-details .product-name-wrp {
    max-width: 80%;
    flex: 0 0 80%;
  }
  .category-products-content .search-top{
    padding: 0 20% 0 0;
    }
  .box-shadow-footer{
    /* position: fixed;
    width: 100%;
    bottom: 0; */
    margin-top: 15px;
  }
  .edit-profile-main {
    /* margin-bottom:120px; */
  }
  .my-orders-page{
    /* margin-bottom:90px; */
  }
  .notification-container{
    /* margin-bottom: 120px; */
  }
  .order-details-page.order-summary-page{
    /* margin-bottom: 120px; */
  }
  .sub-ttl{
    font-size: 18px;
  }
}
/* .select-outlet-wrp,.category-product-inner{
  margin-bottom: 125px !important;
}
.checkout-content,.profile-main,.edit-profile-main,.my-orders-page{
  margin-bottom: 120px !important;
} */
@media only screen and (min-width: 320px) and (max-width: 400px){
    .saved-entry-div h4{
        margin:0 10px 10px 0;
    }
  .order-summary-page  .button-block .btn-main{
    min-width: 115px;
  }
  .order-success-page .close-icon{
    top: 28px;
    right: 40px;
  }
  .edit-profile-main .login-form-button.delivery-bottom-button{
      display: flex;

  }
  .edit-profile-main .login-form-button.delivery-bottom-button{
    flex-direction: column;
}
.delivery-bottom-button .btn.btn-main{
    margin: 0 0px 20px 0;
}
  .sidebar-filter-box{
    min-width:260px;
}
.saved-entry-div .saved-entry-box .value{
    display: contents;
}
.cart-page .cart-two-col .cart-item-meta .product-item .product-details .btn-price-wrp .btn-group{
  margin-right: 25px !important;
}
}
@media only screen  and (max-width: 325px){
    .filter-btn{
        min-width: 67px;
    }
    .btn.sort-btn{
        min-width: 140px;
    }
    .continue-shopping-btn button{
        padding: 7px 13px 7px 25px;
    }
    .continue-shopping-btn a::before{
      left: 13px;
    }
    .product-detail-wrp .product-details .price-tocart-wrp .btn.btn-main{
        min-width: 120px;
    }
    .product-details .product-price{
        font-size: 13px;
    }
    .order-summary-page .my-orders-content{
        padding: 10px 15px;
    }
    .order-details-page .details-title{
        font-size: 14px;
    }
    .order-success-page .order-success-content .order-id
    {
        font-size: 16px;
    }
    .order-success-page .close-icon{
        top:0;
    }
    .upload-img-wrp img{
        max-height: 150px;
    }
   
    .auth-content-wrp{
        padding-bottom: 50px;
    }
    .forgot-password-page .form-group .pb-5{
        padding-bottom: 0rem !important;
    }
    .my-orders-page .restaurant-list .order-status .status-btn.pending.red-dot{
        right: 10px;
        top: 5px;
    }
    
}
.stripe-check-btn{
  box-shadow: none !important;
  border-radius: 10px !important;
  background: #00BABC !important;
}
.stripe-check-btn span{
  background: #00BABC !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-radius: 0 !important;
  font-size: 15px !important;
  font-weight: unset !important;
  font-family: 'Poppins-SemiBold' !important;
}

.time-btn .continue-shopping-btn button{
    padding:inherit;
    width: 122px;
}
input:active,input:focus,button:active,button:focus{
  /* box-shadow: none !important; */
  outline: none !important;
}
.time-btn .btn-main{
  height: 34px;
  background-color: #00BABC;
    border-color: transparent;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    width: 122px;
    min-width: unset;
}
.cart-item-container .btn-price-wrp .validation-msg{
  margin-top: 10px !important;
  width: 100%;
}
.Toastify__toast-body{
  font-family: 'Poppins-Regular' !important;
}

.image{
  margin:24px 0 0;
}
