/* Hide "no products in this category" message */
h2.theme-no-products-error {
    display: none !important;
}

/* Center align category header */
h1.theme-category-name {
    text-align: center !important;
}

.theme-prod-box {
  border-radius: 15px;
}

#zs-shipping-amount-container{
display:none;
}

#zs-offline-payment-additional-chrage{
    display:none;
}
