.product_detail{
    background:  !important;
}
.product_detail .section-title{
    margin: 0;
}
.product_detail .top {
    text-align: left;
    opacity: .68;
    margin-bottom: 18px;
}

.product_detail .top b {
    font-weight: inherit;
}

.product_detail .top i {
    font-style: inherit;
    margin-right: 18px;
}

.product_detail .top i:last-child {
    margin: 0;
}
.product_detail .popup-gallery img{
    border-radius: 10px;
}
@media(max-width:767px) {
    .product_detail .top {
        margin-bottom: 10px;
    }
}