/**
* Theme Name: Radist Child
* Description: This is a child theme of Radist, generated by Merlin WP.
* Author: <a href="https://prestabrain.com/">Prestabrain Team</a>
* Template: radist
* Version: 1.0.3
*/

/*  Hide Additional Information tab on Product Screen */
li.additional_information_tab {
    display: none !important;
} 

/* Make Color and Size Labels Bold on Product Detail Page */
label{
    font-weight: 600 !important;
} 

/* Hide sticky add to cart section on Product Detail Page */
.radist-sticky-add-to-cart {
	display: none !important;
}

/*hide SKU on product detail page*/
.single-product span.sku_wrapper {
    display: none !important;
}

