a[href="https://alipasha.app/blog"][title="Latest News"] {
  display: none !important;
}


.tp-banner-content,
.tp-banner-content span,
.tp-banner-content h3,
.tp-banner-content a,
.tp-banner-content .tp-link-btn {
  color: #EEEEEE !important; /* or any shade of gray you prefer */
}



.product-stats-banner {
  font-weight: bold;
  color: white;
  background-color: orange;
  padding: 8px 12px;
  font-size: 1rem;
  border-radius: 4px;
  margin-top: 8px;
  margin-bottom: 16px;
  display: inline-block;
}

#circle-popup {
  position: fixed;
  left: 20px;
  top: 67.5%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#circle-popup.visible {
  opacity: 1;
}

.popup-circle-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.popup-circle-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  z-index: 1;
}

.popup-frame-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  z-index: 2;
}

.popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: white;
  color: black;
  font-weight: bold;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

#hot-now-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  background-color: #FF8900;
  color: white;
  font-family: sans-serif;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  z-index: 9999;
  max-width: 330px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  pointer-events: none;
}

#hot-now-popup.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

#hot-now-popup img {
  width: 100px;
  height: auto;
  object-fit: cover;
}

.hot-now-content {
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hot-now-label {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.hot-now-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.2;
}

.hot-now-price {
  font-size: 15px;
  margin-bottom: 10px;
}

.hot-now-button {
  background: white;
  color: #FF8900;
  font-weight: bold;
  padding: 6px 10px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  width: fit-content;
  font-size: 13px;
}

.hot-now-close {
  position: absolute;
  top: 4px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  z-index: 10000;
}


label[for="is_vendor"],
.form-check-group {
    display: none !important;
}

.logo img {
  height: 70px;
  max-height: 70px;
  width: auto;
  object-fit: contain;
}

/* Optional: Adjust height on small screens */
@media (max-width: 576px) {
  .logo img {
    height: 50px;
    max-height: 50px;
  }
}

.tp-footer-widget-content a[title="Returns"] {
  display: none !important;
}

/* Remove Home dropdown and its SVG icon */
.tp-main-menu-content > ul > li.has-dropdown > a[title="Home"] + svg,
.tp-main-menu-content > ul > li.has-dropdown > a[title="Home"] {
  display: none !important;
}

/* Optional: remove the full  that wraps Home */
.tp-main-menu-content > ul > li.has-dropdown > a[title="Home"] {
  display: none !important;
}
.tp-main-menu-content > ul > li.has-dropdown:has(> a[title="Home"]) {
  display: none !important;
}

/* Remove Vendor button by text or ID/class */
a[href*="/vendor"],
button:contains("Vendor") {
  display: none !important;
}

/* Remove 404 Error and Coming Soon from Pages dropdown */
.tp-submenu a[title="404 Error"],
.tp-submenu a[title="Coming Soon"] {
  display: none !important;
}

/* Remove their list items if necessary */
.tp-submenu li:has(a[title="404 Error"]),
.tp-submenu li:has(a[title="Coming Soon"]) {
  display: none !important;
}

/* Remove "Vendors" menu item */
.tp-main-menu-content a[title="Vendors"],
.tp-main-menu-content li:has(a[title="Vendors"]) {
  display: none !important;
}

a[href="https://alipasha.app/vendor/become-vendor"] {
  display: none !important;
}

.back-to-top-wrapper {
  position: fixed;
  left: 15px; /* adjust as needed */
  bottom: 20px; /* keep it at bottom */
  z-index: 9999;
}

.back-to-top-btn {
  margin: 0; /* remove any right margin if present */
}