/* Start custom CSS *//* FORCE side gap on ALL single product pages */
body.single-product #primary,
body.single-product .site-content,
body.single-product .shopengine-single-product,
body.single-product .entry-content {
    padding-left: 10px !important;
    padding-top:50px;
    padding-right: 10px !important;
}

/* content ko center feel dene ke liye */
body.single-product .container,
body.single-product .shopengine-single-product {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* Hide quantity field on single product */
body.single-product .quantity {
    display: none !important;
}

/* Hide product meta (SKU / category etc) */
body.single-product .product_meta {
    display: none !important;
}

/* Product image radius */
body.single-product img.zoomImg,
body.single-product .woocommerce-product-gallery img {
    border-radius: 8px !important;
}/* End custom CSS */