.product-overview{
    padding: 30px;
}
.product-overview .imgs{

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.product-overview .imgs img{
    max-width: 100%;
    max-height: 500px;
}

.product-overview .details{
    max-width: 40%;
}

@media (max-width: 800px) {
    .product-overview .details{
        max-width: 100%!important;
    }
}


.about-sections {
    position: relative;
}


input{

    line-height: 38px;
}

