body[data-topbar=dark] #page-topbar {
  background-color: #FFF !important;
}
body[data-topbar=dark] .noti-icon i {
  color: #000;
}
.btn-nav-side i {
  color: #000;
}
.nav-profile-firstname {
  background-color: #df2041;
  padding: 0px 10px;
  font-size: 22px;
  border-radius: 50%;
  margin: 0;
}
.home-search-input, .home-search-btn {
  padding: 6px 12px !important;
  height: 38px;
}
.home-search-input {
  width: 100% !important;
  /* border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important; */
}
.home-search-btn {
  background-color: #df2041;
  /* border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; */
  border: 1px solid #df2041;
}




.ee-banner-wrapper {
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  box-shadow: 0px 3px 6px 0px #120f281f;
  border-radius: 8px;
  overflow: hidden;
}
.ee-banner-wrapper::before {
  background: linear-gradient(90deg, rgba(223, 32, 65, 0.8) 0%, rgba(255, 0, 0, 0.6) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.ee-banner {
  display: block;
  position: relative;
  z-index: 1;
}
.ee-banner h2 {
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}
.ee-banner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
  color: #ffffff;
}
.ee-banner .btn {
  background-color: #ffffff;
  color: #171a1f;
  padding: 9px 24px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  height: 40px;
  text-align: center;
  transition: background-color 0.3s;
  width: 100%;
}




.home-cat-list .heading-1, .heading-1 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #242524;
    margin-bottom: 16px;
}
.dash-menu-card-adarsh img {
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 2px 0px #171a1f1f;
  border: 1px solid #ffffff;
  padding: 10px;
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.dash-menu-card-adarsh p {
  text-align: center;
  font-size: 16px;
  margin-top: 1rem;
    font-weight: 500;
    line-height: 20px;
}

.product-card-ex-1 {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px #00000040;
  padding: 0;
  min-height: 300px;
  border: 1px solid #ebebea;
}
.product-card-ex-1 img {
  width: 100%;
  height: auto;
}
.home-product-name {
  font-size: 16px;
  text-align: left;
  text-transform: capitalize;
  margin-left: 1rem;
}
.home-product-currency {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #df2041;
  margin-left: 1rem;
}
.home-product-buy-btn {
  background-color: #df2041;
  border: 1 px solid #df2041;
  color: #FFF;
  padding: 6px 12px;
  margin-bottom: 1rem;
}


