     
.fv-product-badge-top-left {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 9;
}
.fv-product-badge-top-right {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 9;
}
             
.fv-product-badge-bottom-left {
    position: absolute;
    left: 8px;
    bottom: 0px;
    z-index: 9;
}
             
.fv-product-badge-bottom-right {
    position: absolute;
    right: 8px;
    bottom: 0px; 
    z-index: 9;
}

.fv-product-shape-1-top-left{
    border-radius: 8px 0 10px 0;
        padding: 9px 20px 10px 20px;
}
             
.fv-product-shape-1-top-right{
    border-radius: 0px 8px 0px 10px;
    /* padding: 9px 20px 10px 20px; */
    padding: 6px;
}

.fv-product-shape-1-bottom-left{
    border-radius: 0px 10px 0px 0px;
        padding: 9px 20px 10px 20px;
}

.fv-product-shape-1-bottom-right{
    border-radius: 10px 0px 0px 0px;
        padding: 9px 20px 10px 20px;
}

.fv-product-shape-2 {
    /* padding: 4px 8px 4px 8px; */
    padding: 4px 6px 4px 6px;
    margin: 5px;
}
.fv-product-shape-3 {
    padding: 4px 8px 4px 8px;
    margin: 0px;
       border-radius: 0px !important;
}
.fv-product-shape-3-below-image{
    padding: 4px 8px 4px 8px;
    margin: 0px;
       border-radius: 0px !important;
}