.productszone{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    color: black;
}

.product{
    background-color: rgb(0, 53, 0);
    width: 25em;
    height: 10em;
    margin: 4em;
    border: 2em;
    border-style: solid;
    border-color: rgb(0, 53, 0);
    border-radius: 5em;
    display: flex;
}

.infozone{
    display: flex;
    width: 75%;
    justify-content: flex-end;
}

.procuctimagediv{
    width: 25%;
}

.reduc{
    color: red;
    margin-left: 0.3em;
}
.originalprice{
    color: red;
    margin-left: 0.6em;
    text-decoration: line-through;
}