/*
 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
*/

ul.products[data-view=list-view]>li.product .product-item__inner > .loop-brand-name, ul.products[data-view=list-view-small]>li.product .product-item__inner > .loop-brand-name {
	display: none;
}

ul.products[data-view=grid]>li.product .product-item__inner .product-loop-body .loop-brand-name, ul.products[data-view=grid-extended]>li.product .product-item__inner .product-loop-body .loop-brand-name {
	display: none;
}

@media screen and (max-width: 320px) {
  .product-loop-body .loop-brand-name {
    display: none;
  }
}

.loop-brand-name.brand a {
    color: #d9007c;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2, .woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size:18px !important ;
	color:#000000 !important ;
	font-weight:600 !important ;
}

/* WooCommerce Short Description Text Color */
.product-short-description {
     color:#000000 !important ;
	font-size:15px !important ;
}

.wc-block-cart-items__row .wc-block-cart-item__product .wp-block-woocommerce-cart-order-summary-totals-block{
    color:#000000 !important ;
	font-size:18px !important ;
}

.wc-block-components-product-name .wc-block-components-product-metadata__description{
	font-size:15px;
  color: #000000;
}

.wc-block-components-button {
	font-size:15px !important ;
  background-color: #fed700;
  color: #000000;
}

.wc-block-components-checkout-place-order-button {
	font-size:15px !important ;
  background-color: #fed700;
  color: #000000;
	}
