
/* 
    Created on : Jul 18, 2017, 11:52:47 AM
    Author     : Amal
*/


.cwre-product{
    display: block;
    color: #223366;
    background: #ffdddd;
    font-size: 12px;
    padding: 5px;
}
/*, .cwre-product figure:before*/
.cwre-product .featured-image:before{ 
    content: " Only Ship to USA ";
    position: absolute; 
    bottom: 0;
    width: 100%;
    z-index: 1;
    background-color:rgba(255, 94, 59, 0.8);
    color: #ffffff;
}