@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

html,
body {
  font-family: "Inter", sans-serif !important;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  height: 100%;
}

::-webkit-scrollbar {
  display: none;
}

.agna-header {
  top: 0;
  z-index: 99999;
  position: fixed;
}

.brand-logo {
  max-height: 110px;
  padding: 10px;
  object-fit: contain;
  max-width: 100%;
}

.agna-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #eaeced;
}

.adjsearch {
  top: 60px;
  z-index: 999;
  background-color: #fff;
}

.adjStky {
  /* top: 140px; */
  top: 60px;
  z-index: 999;
  background-color: #fff;
}

.couponBox {}

.searchBox>img {
  position: absolute;
  top: 12px;
  left: 15px;
}

div.scrollcoupans {
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

div.scrollcoupans::-webkit-scrollbar {
  display: none;
}

div.scrollcoupans .couponBox {
  display: inline-block;
  text-decoration: none;
  background-color: #f1e6ff;
  max-width: 84%;
  border-radius: 8px;
  margin-right: 8px;
  margin-left: 8px;
  white-space: break-spaces;
  padding: 12px;
}

div.scrollcoupans .couponBox:first-child {
  margin-left: 24px;
}

div.scrollcoupans .couponBox:last-child {
  margin-right: 24px;
}

.scrollmenu {
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.scrollmenu::-webkit-scrollbar {
  display: none;
}

.Scrollmenu-btn {
  background-color: #ffffff;
  color: #000000;
  padding: 12px 0px;
  margin: 0px 12px;
  font-size: 14px;
  border: none;
  font-weight: 400;
}

.agna-menu-title {
  font-size: 14px;
  font-weight: 700;
  color: #595c60;
  padding: 12px 24px;
  background-color: #f7f7f8;
  /* top: 186px; */
  top: 108px;
  z-index: 9;
}

.menu-list {
  padding: 20px 0px;
  margin: 0px 24px;
  border-bottom: 1px solid #eaeced;
}

.menu-list:last-child {
  border-bottom: none;
}

.product-img {
  max-width: 110px;
  max-height: 130px;
  object-fit: cover;
  border-radius: 12px;
  margin-right: 8px;
  min-width: 110px;
  min-height: 130px;
  border: 1px solid #eee;
}

.bottomcart {
  width: 90%;
  border-radius: 80px;
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #ffffff;
  padding: 12px 20px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 12%);
}

.add-img {
  position: absolute;
  right: 10px;
  top: 6px;
}

.minusBtn {
  border: 1px solid #d14140;
  width: 32px;
  border-radius: 50%;
  height: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plusBtn {
  background: #d14140;
  width: 32px;
  border-radius: 50%;
  height: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.minusBtn>svg,
.plusBtn>svg {
  width: 20px;
  height: 20px;
}

.minusBtn>svg {
  color: #d14140;
}

.plusBtn>svg {
  color: #fff;
}

.view-cart-img {
  width: 48px;
  height: 60px;
  border-radius: 6px;
  object-fit: cover;
  margin-right: 8px;
}

.Toastify__toast-container {
  z-index: 999999999 !important;
}

.summary-list {
  border-bottom: 1px solid #eaeced;
}

.summary-list:last-child {
  border-bottom: none;
}

.order-price {
  padding: 20px 24px;
  background-color: rgba(234 236 237/40%);
  border-bottom: 1px solid #eaeced;
  border-top: 1px solid #eaeced;
  margin-bottom: 15px;
  margin-top: 20px;
}

.checkout-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px 24px;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
}

.order-history-list {
  border: 1px solid #eaeced;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 20px;
}

.qty-list {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeced;
}

.qty-list:first-child {
  padding-top: 0px;
}

.qty-list:last-child {
  border-bottom: none;
}

.order-history-footer {
  background-color: rgba(234 236 237/40%);
}

.customisable-text {
  font-size: 10px;
  color: #cdd2d8;
}

.img-full-product {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin-top: -75px;
}

.Toastify__toast-container {
  padding: 20px !important;
}

.checkout-tab {
  display: flex;
}

.checkout-tab-list {
  height: 42px;
  background-color: transparent;
  border: transparent;
  color: #340b69;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}

.checkout-tab {
  border-radius: 30px;
  background-color: rgb(230 225 237);
  border: 2px solid rgb(230 225 237);
}

button.active.checkout-tab-list {
  background-color: #340b69;
  color: #ffffff;
  border-color: #fff;
  border-radius: 30px;
}

.heading-checkout {
  padding: 8px 24px;
}

.star-special {
  border: 2px solid #eaeced;
  border-radius: 50%;
  padding: 2px 3px;
  margin-right: 4px;
}

.green-text {
  color: #2c9a3b;
}

.text-underline {
  text-decoration: underline;
}

.delivery-select {
  border: none;
  padding: 0;
  background-color: transparent;
  height: auto;
  margin-top: 2px;
}

.agna-welcome-title {
  color: #595c60;
  padding: 40px 12px;
  background-color: #f7f7f8;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.combo_count_value{
  background-color: transparent;
  border: none;
  color: #000 !important;
  width: 30px;
}

.text-red{
  color: #D14140;
}