﻿.product-image-review {
    min-height: 350px;
    height: 350px;
}
.product-image-review img {
    min-height: 350px;
    height:350px;
}

.product-deatil-items img{
    height:180px;
}

.c-whatsapp{
    text-decoration:none;
    color:black;
    cursor:pointer;
}
.c-whatsapp:hover{
    color:black;
}
.c-whatsapp span {
    margin-left: 10px;
}
.c-whatsapp {
    display: flex;
    align-items: center;
}
.c-whatsapp-icon {
    height: 60px;
    width: 60px;
    background: #25D366;
    font-size: 40px;
    display: flex;
    border-radius: 50px;
    justify-items: center;
    align-items: center;
    justify-content: center;
    color: white;
}