﻿.details-nav {
    margin-bottom:20px;
}
.main-blog-area {
    margin-top: 50px;
    margin-bottom: 50px;
}
.product-pic {
    cursor: pointer;
}
.product-pic img {
    width: 100%;
}
.product-title {
    font-size:20px;
    font-weight:600;
}

.product-info {
    margin-top:60px;
    border-top:1px solid #000;
}
.product-details {
    width:90px;
    text-align:center;
    display:flow;
    background-color: #fff;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    margin-top:-30px;
    line-height:30px;
}
.product-content {
    margin-top:20px;
}
.product-content img{
    max-width:100%;
}
.pro-others {
    margin-top:50px;
    margin-bottom:30px;
}
    .pro-others span {
        margin-bottom:10px;
        font-size:15px;
    }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 100%
    }

    .pt-30px {
        padding-top: 30px;
    }
}