 
.theme-product-list-style-04 .theme-ribbon-content.theme-ribbon-stock {
    background: #ff9500;
      display: none !important;
    border-radius: 25px;
     border: none !important;
    border-radius: 25px !important;
    font-size: 10px !important;
    width: 80px !important;
    height: 25px !important;
    display: flex !important;
    justify-content: center !important;  /* horizontally center */
    align-items: center !important;      /* vertically center */
    text-align: center !important;
    margin: 10px auto !important;
}

 
.theme-product-list-style-04 .theme-prod-hover-view a.theme-out-of-stock-button {
    background: #ff9500 !important;
    color: #fff  ;
    border: none !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    width: 144px !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;  /* horizontally center */
    align-items: center !important;      /* vertically center */
    text-align: center !important;
    margin: 10px auto !important;
}

/* Add to cart button */
.zpbutton.zpbutton-type-primary, 
button.zpbutton-type-primary, 
input.zpbutton-type-primary[type=submit], 
input.zpbutton-type-primary[type=button] {
    background: green !important;
    color: #fff !important;
    border: none !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    width: 142px !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;  /* horizontally center */
    align-items: center !important;      /* vertically center */
    text-align: center !important;
    margin: 10px auto !important;
}
 
.zpfilmstrip-title .h2 {
    color: white;

}