/*
Theme Name:  		Propharm Child
Theme URI:          http://www.enovathemes.com/propharm
Description:        Propharm - Pharmacy Medical WooCommerce WordPress Theme
Author:             Enovathemes
Author URI:         https://enovathemes.com
Version:            1.0
Template:           propharm
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Header megamenu container fix */
.et-header-button .megamenu,
.et-header-button .sub-menu.megamenu,
.megamenu.active {
	background: #fff !important;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
}

/* Megamenu Tab - top spacing */
.megamenu-tab .tab-content .vc_row {
	padding-top: 20px !important;
}

/* Homepage Category Icons (FontAwesome 5) */
.et-woo-category .category-body::before,
.et-woo-categories .category-body::before {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
	font-size: 24px !important;
	color: #15a9e3 !important;
	display: block !important;
	margin-bottom: 12px !important;
	text-align: center;
	transition: transform 0.2s ease;
}

.et-woo-category .category-body:hover::before,
.et-woo-categories .category-body:hover::before {
	transform: scale(1.1);
}


/* Hide old SVG/image placeholders */
.et-woo-category .post-media,
.et-woo-categories .post-media,
.et-woo-category .et-image,
.et-woo-categories .et-image,
.et-woo-category .category-image,
.et-woo-categories .category-image,
.et-woo-category img.category-icon,
.et-woo-categories img.category-icon {
	display: none !important;
}

/* Megamenu Tab - left sidebar hover */
.megamenu-tab .tabset .tab-item {
	transition: background 0.2s ease, color 0.2s ease;
}
.megamenu-tab .tabset .tab-item:hover {
	background: rgba(21, 169, 227, 0.08);
	color: #15a9e3;
}
