/*  Start product */

#product .product-tabs {
    margin-top: 0px !important;
}

#product .row.product-info-row {
    margin-bottom: 0 !important;
}

#product iframe {
    width: 100%;
}

#product section#product-details-wrapper {
    display: none;
}



/*  End product */











/*  Start responsive */

@media only screen and (max-width: 768px) {
    #product iframe {
        max-width: 100%;
        height: auto;
    }
}

/*  End responsive */




