.theme-product-details-style-06 .theme-product-detail-container .theme-product-detail-varients-container .theme-prod-non-returnable-out-of-stock .theme-prod-non-returnable{
  display:none !important;
}


/*to hide quantity buttons in product pages*/  
.theme-product-details-style-06 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-varients-row .theme-product-varient-quantity .theme-product-quantity-spinner {
    display: none !important;
}

 
/*to hide cart in desktop and mobile views*/  
.theme-mini-cart.theme-search-and-mini-cart-group-item {
  display: none !important;
}

span.theme-mobile-header-icon[data-zs-view-cart] {
  display: none !important;
}

/*to hide added to cart pop-up*/  
.theme-cart-add-success-message {
  display: none !important;
}


/*adjust hero banner in tablet and mobile views*/
@media only screen and (max-width: 1024px) {
  .zpcontent-container.hero-container,
  .zphero.banner {
    min-height: 520px !important;
  }
}


/*adjust logo in tablet and mobile views*/
@media only screen and (max-width: 1024px) {
  img[data-zs-logo] {
    height: 45px !important;
    width: auto !important;
    max-width: 160px !important;
  }
}


/*adjust hero banner in desktop view*/
@media only screen and (min-width: 1025px) {
  .zpcontent-container.hero-container,
  .zphero.banner {
    min-height: 550px !important;
  }
}