/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       3.4.4
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   electro-child
*/
.woocommerce-loop-product__title {
	color: #497fba
}

.woocommerce-product-gallery__image {
	img {
		width: 90%
	}
}

ul .dropdown-menu {
	width: 800px !important;
	height: 70vh;
}


.header-site-branding {
	width: 100%;
	text-align: center;
	img {
	max-height: 100px;
		width: auto;
	}
}

.header-site-branding {
	margin-bottom: -4em;
	margin-top: -3em;
	z-index: 50;
}

.product-item__footer {
	.wishlist-fragment {
		display: block;
	}
	
	.hover-area:hover {
		display: none;
	}
}

.owl-item>.product.hover .hover-area, .owl-item>.product:hover .hover-area, .products>.product.hover .hover-area, .products>.product:hover .hover-area {
	display: none !important;
}

.cart-items-count.count.header-icon-counter {
	color: #e9bb5d;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
	background-color: #e9bb5d;
}

.ec.ec-compare {
	display: none;
}