img.zpimage.zpimage-style-none.zpimage-space-none{
 border-top-right-radius: 20px;
 border-top-left-radius: 20px;   
}
.boxMinHeight{
 min-height: 100px !important;
}

// Categories Color
.textBlack > .zptext > p > span > a{
    color: black !important;
}
.textBlack > .zptext > p > span > span> a{
    color: black !important;
}
.textBlack > .zptext > p > a{
    color: black !important;
}
a{
 color: black !important;
}

/* Categories View All Button */
a.zpbutton-wrapper.zpbutton.zpbutton-type-primary.zpbutton-size-md.zpbutton-style-none {
    color: white !important;
}
a.zpbutton-wrapper.zpbutton.zpbutton-type-primary.zpbutton-size-md.zpbutton-style-none:hover {
    background: #f59c3d !important;
}

/* Categories Card All Button */
.productCategories path {
    stroke: #F38B1F !important;
}
/* Categories Quantity Control All Button */
.productCategories .theme-product-quantity-spinner {
    border: 1px solid #F38B1F !important;
}
input.theme-quantity-decrease.theme-hover-element {
    color: #F38B1F !important;
}
input.theme-quantity-increase.theme-hover-element {
    color: #F38B1F !important;
}
input[type="text"] {
    color: #F02F65 !important;
}

/* Sale Batch Button */
.theme-product-sale-ribbon{
    background: #F38B1F !important;
    color: #000000 !important;
}
/* Single Product Details Page */
button.theme-cart-button.zpbutton.zpbutton-type-primary.zpbutton-size-lg {
    color: white !important;
}

/* Categories List */
.theme-cart-and-wishlist .theme-product-quantity-spinner {
border: 1px solid #F38B1F !important;
}
.theme-cart-and-wishlist path {
    stroke: #F38B1F !important;
}

/* Mega Menu Products List */
.theme-product-list-style-15 .theme-product-varient-quantity .theme-product-quantity-spinner {
    border: 1px solid #F38B1F !important;
}

/* Checkout Button */
button#zs-guest-login{
    background: #F38B1F !important;
}
button#zs-portal-user-signin-signup{
	background: #F38B1F !important;
}