.theme-header-topbar {
   display: none! important;
}

.theme-mobile-header-style-04.theme-mobile-header-top .theme-mobile-header-nav-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
}

.theme-header-animate {
    top: 0px;
}

@media (max-width: 1024px) { /* Tablet + Mobile */
  .header-slide-open .zc-navbar-toggle,
  .header-slide-open .navbar-toggle,
  .header-slide-open .zc-mobile-toggle {
    position: absolute !important;
    right: 15px !important;
    left: auto !important;
  }
}

/* Apply only on tablet + mobile */
@media (max-width: 1024px) {
  .theme-mobile-header-style-04.theme-mobile-header-top .theme-mobile-header-nav-wrapper {
    padding: 50px !important;
  }
}

@media (max-width: 1024px) {
  .theme-mobile-header-style-04.theme-mobile-header-top 
  .theme-mobile-header-nav-wrapper 
  .theme-mobile-header-logo img {
    width: 70% !important;
    height: auto !important; /* keep aspect ratio */
  }
}

@media (max-width: 1024px) {
  .theme-mobile-content-wrap {
    margin-top: -40px !important;
  }
}

@media (min-width: 768px) {
  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li a {
    display: block !important;       /* stretch full width */
    width: 100% !important;          /* no side gaps */
    border-radius: 0 !important;     /* remove rounding */
    padding: 10px 15px !important;
    box-sizing: border-box !important;
  }

  .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul {
    padding: 0 !important;
    margin: 0 !important;
  }
}


html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.theme-body-wrapper { /* main wrapper class in Zoho Commerce */
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.theme-footer-area {
  margin-top: auto !important; /* pushes footer to bottom */
}

@media (max-width: 768px) {
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li a {
  font-size: 14px !important;
}
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li {
    padding-top: 8px;
    padding-bottom: 8px;
}
}

.theme-product-details-style-10 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-container .theme-tag-name-description .theme-product-name-wishlist {
    margin-bottom: 20px;
}

.theme-product-details-style-10 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-container .theme-tag-name-description .theme-product-short-description {
        font-size: 15px;
}

@media (max-width: 768px) {
    .theme-product-details-style-10 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] {
        margin-top: 30px;
    }
}