/* Start custom CSS *//* Box and center the main WooCommerce content */
main#main.site-main {
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 50px 15px !important;
    box-sizing: border-box !important;
    display: block !important;
}

/* Hide 'Related products' title and list */
.head-related,
.related-products-list {
    display: none !important;
}

/* Hide WooCommerce tabs navigation */
ul.tabs.wc-tabs {
    display: none !important;
}

/* Hide the 'Description' heading in the tab panel */
.woocommerce-Tabs-panel h2 {
    display: none !important;
}

/* Hide the product unavailability message */
.ovabrw-product-unavailable {
    display: none !important;
}
.ovabrw-product-review,
#respond,
#comment-1510 {
    display: none !important;
}
.ovabrw-product-review,
#respond,
#comment-1510 {
    display: none !important;
}/* End custom CSS */