.navbar{
    background-color: #d8e7ed;
}

#prodetails{
    display: flex;
    padding:40px;
    background-color: #d8e7ed;
}
#prodetails .single-pro-image{
    width: 45%;
    min-width: 35vw;
    margin-right: 50px;
    align-items: flex-start;

}
#prodetails .single-pro-image img{
    border-radius: 2px;
}
.small-img-group{
    padding: 8px 0px;
    display: flex;
    justify-content: space-between;
}
.small-img-col{
    flex-basis: 23%;
    cursor: pointer;
}
#mainImg{
    height: 450px;
}
.small-img{
    height: 120px;
}
#prodetails .single-pro-details
{
    width: 50%;
    min-width: 40vw;
    padding-top: 5px;
    display: flex;
    height: auto;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px 0;
}
#prodetails .single-pro-details table tr td:first-child{
    font-weight: bold;
}
#prodetails .single-pro-details table tr td{
    width: 150px;
    font-size: 18px;
}
#prodetails .single-pro-details .specification{
    margin: 15px 0 20px 0;
}
#prodetails .single-pro-details form a{
    border: 1px solid grey;
    padding: 13px 40px;
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
    color: #111;
    height: 40px;
    margin: 15px 0;
}
#prodetails .single-pro-details .des{
    margin-top: 20px;
}



@media (max-width:820px){
    #mainImg{
        height: 400px;
    }
    .small-img{
        height: 110px;
    }

    #prodetails{
        display: flex;
        flex-direction: column;
        /* justify-content: center;
        align-items: center; */
        padding: 20px;
        margin: auto;
        width: 100vw;
    }
    #prodetails .single-pro-image,#prodetails .single-pro-details{
        width: 100%;
    }
    
}
@media (max-width:600px) {
    #mainImg{
        height: 350px;
    }
    .small-img{
        height: 90px;
    }
}

.more-details{
    width: 100vw;
    background-color: #d8e7ed;
    padding: 20px 40px;
}
.more-details p{
    font-size: 17px;
}

.similar h1{
    text-align: left;
}
.owl-carousel>.owl-item>img{
    width:100%;
    height:350px;
    object-fit:cover;
}