.bag {
  position: relative;
  top: 4px;
  z-index: 1;
  font-size: 24px;
  color: white;
}

.count {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 11px;
  border-radius: 50%;
  background: #d60b28;
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: block;
  text-align: center;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.product-thumb.m-0.category-thumb-front.transition {
  position: relative;
  overflow: hidden;
  border: none;
  padding: unset;
}

h5.category-offer-title-back {
  position: absolute;
  background: #00000082;
}

.category-heading-wrapper .category-head-title {
  display: flex;
  justify-content: space-between;
}

span.mob_inner_filter_wrap {
  display: flex;
  column-gap: 12px;
}

button.mob_filter_btn {
  /*   border: 1px solid #11111182;*/
  border: navajowhite;
  background: center;
  width: 35px;
}

button.mob_filter_btn:hover {
  color: #ff66cc;
  border-color: #ff66cc;
}

@media screen and (max-width: 767.98px) {
  .mob_inner_filter_wrap {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  .shipping-outer {
    display: none !important;
  }
}

li.magamenu-category {
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  color: #000;
}

/*end karuna*/
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: white;
  font-weight: 600;
}

.nologo {
  width: auto;
  height: 40px !important;
  background: #511b4c;
  text-align: center;
  color: white;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: Inter, sans-serif;
  padding: 8px 10px 0px 10px !important;
}

.nologo:hover {
  color: white !important;
}

.mob-log {
  display: none;
}

@media screen and (max-width: 600px) {
  .mob-log {
    display: block !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .newsletters input {
    width: 100%;
  }
}

@media (min-width: 375px) and (max-width: 480px) {
  .newsletters input {
    width: 100%;
  }
}

.pac-container {
  z-index: 1000000 !important;
}
