/**
* Theme Name: Poco Child
* Description: This is a child theme of Poco, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Duc Pham (Opal Team)</a>
* Template: poco
* Version: 1.9.8
*/

/*** product page **//

.single-product .woocommerce-tabs ul.tabs li a:hover {
	background-color: var(--background2) !important;
	text-decoration: underline !important;
	color: var(--primary) !important;
	
}

.single-product .woocommerce-tabs ul.tabs li.active a {
  background-color: var(--background2);
  text-decoration: underline;
  color: var(--primary);
}