.product-section {
        padding: 80px 0;
}
.product-img-main {
    overflow: hidden;
    border: 1px solid #d4d4d4;
}

.product-img-main img {
    width: 100%;
    height: auto;
    transition: all 500ms ease-in-out;
}


.product-img-main img:hover {
    transform: scale(1.02);
}





table {
    width: 100%;

}


th {
    min-height: 45px;
    background-color: #f2f2f2;
    border: 1px solid #ebebeb;
    color: #262626;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    width: 100%;
}

tr {
    border-bottom: 1px solid #ddd;
}