/*
Theme Name: Child of generatepress
Description: generatepress child theme
Template: generatepress
*/

.woocommerce li#tab-title-reviews {
    display: none!Important;
}

.woocommerce li#tab-title-description {
    display: none!Important;
}

.woocommerce li#tab-title-additional_information {
    display: none!Important;
}


.woocommerce div.product .woocommerce-tabs ul.tabs {
     border-bottom: 1px solid #eee!important;
}


/* Change font size for the "Description" heading within the product tabs */
.woocommerce div.product .woocommerce-tabs h2,
.woocommerce-tabs h2 {
    font-size: 26px; /* Adjust the size as required (e.g., 1.5em or 20px) */
    margin-bottom: 15px; /* Optional: Adjust spacing below the title */
}


/* Change font size for the "Related products" heading section */
.single-product section.related.products > h2 {
    font-size: 26px; /* Adjust as needed */
}


/* Increase space below the main product title on single product pages */
.single-product .entry-summary h1.product_title {
    margin-bottom: 20px; /* Increase this value (e.g., to 40px, 50px) as needed */
}