.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;
}

/* Header responsiveness and stable height */
#myHeader .menu-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: nowrap;
  min-height: 60px;
  padding: 0px 0;
}

#myHeader .grid-flex-left {
  display: flex;
  align-items: center;
  gap: 24px !important;
  flex: 1 1 auto;
  min-width: 0;
}

#myHeader .header-bottom-left,
#myHeader .header-menu,
#myHeader .header-link-search,
#myHeader .header-search,
#myHeader .header-bottom-right {
  min-width: 0;
}

#myHeader .navbar-brand {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  min-height: 56px;
}

#myHeader .header_img_final {
  display: block;
  width: auto;
  height: 100px;
  max-height: 100px;
}

#myHeader .nologo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 12px !important;
}

#myHeader .header-menu nav {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#myHeader .header-menu nav::-webkit-scrollbar {
  display: none;
}

#myHeader .header-menu .ul-reset {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0;
}

#myHeader .header-menu .ul-reset > li {
  flex: 0 0 auto;
  white-space: nowrap;
}

#myHeader .header-menu .ul-reset > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}

#myHeader .header-bottom-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex: 0 1 auto;
}

#myHeader .header-link-search {
  display: flex;
  align-items: center;
  margin: 0;
}

#myHeader .header-link-search .header-search #search {
  width: 360px;
  max-width: 100%;
  margin: 0;
  float: none;
}

#myHeader .shopcart {
  margin: 0;
  position: static;
}

#myHeader .shopcart ul {
  gap: 16px;
  flex-wrap: nowrap;
}

#myHeader .shopcart ul li p,
#myHeader .shopcart ul li a p {
  margin: 0;
  white-space: nowrap;
}

@media screen and (max-width: 1399px) {
  #myHeader .menu-flex {
    gap: 18px;
  }

  #myHeader .grid-flex-left {
    gap: 18px !important;
  }

  #myHeader .header-link-search .header-search #search {
    width: 320px;
  }

  #myHeader .header-menu .ul-reset > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1199px) {
  #myHeader .menu-flex {
    min-height: 60px;
    gap: 14px;
  }

  #myHeader .grid-flex-left {
    gap: 14px !important;
  }

  #myHeader .header_img_final {
    height: 48px;
    max-height: 48px;
  }

  #myHeader .header-link-search .header-search #search {
    width: 280px;
  }

  #myHeader .shopcart ul {
    gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  #myHeader .menu-flex {
    min-height: auto;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0px 0;
  }

  #myHeader .grid-flex-left {
    width: 100%;
    gap: 12px !important;
  }

  #myHeader .navbar-brand {
    min-height: 44px;
  }

  #myHeader .header_img_final {
    height: 42px;
    max-height: 42px;
  }

  #myHeader .header-bottom-right {
    width: 100%;
    order: 3;
    gap: 12px;
    align-items: center;
  }

  #myHeader .header-link-search {
    flex: 1 1 100%;
    width: 100%;
  }

  #myHeader .header-link-search .header-search {
    width: 100%;
  }

  #myHeader .header-link-search .header-search #search {
    width: 100% !important;
    max-width: none;
  }

  #myHeader .shopcart {
    margin-left: auto;
  }

  #myHeader .shopcart ul {
    gap: 10px;
  }

  #myHeader .shopcart ul li i {
    font-size: 20px;
  }

  #myHeader .shopcart ul li p {
    font-size: 10px;
    line-height: 12px;
  }
}
