.zs-custom-section figure .zpimage {
    transition: transform 0.3s ease; 
    transform-origin: center;
}

.zs-custom-section figure .zpimage:hover {
    transform: scale(1.1);
}

.zs-custom-section .zpimage-container figure, .zpimage-with-text-container figure,.zpimage-container{
  overflow: visible
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background: #AB8735;
  color: #fff;
  position: relative;
  bottom: 0;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  font-family:helvetica;
  animation: marquee 100s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.marquee {
  z-index: 999;
}
.marquee {
  z-index: 5;
}

.theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search .theme-search-icon svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}

  @media(max-width: 992px) {
    .custom-strip-product-card-reduce .theme-section-heading+.zprow {
      width: 290% !important;
    }
  }

.theme-checkout-body .theme-addnew-address-btn a {
    display: none;
}

  .theme-checkout-steps li:nth-child(2),[data-zs-change-shipping-method],#shipping-method-pickup-tab-container,#zs-shipping-methods-form {
  display: none !important;
}

[data-zs-selling-price],
    [data-zs-label-price],
    [data-zs-add-to-cart] {
        display: none !important;
    }

    [hide_tag_element] {
        display: none !important;
    }

    [show_tag_element] {
        display: flex !important;
    }

#userAccountContentArea #newAddressBtn {
  display: none;
  }

.zpmo-address-box-action {
  display: none;
  }