/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Template: 		nod-electro-theme
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       1.0.9
 GitHub Theme URI:   https://github.com/nod-ro/nod-electro-theme-child
 GitHub Branch:      main
 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
*/

/* Making sure DOM is displayed if cache modules are showing DOM without CSS first */
html {
	display: block !important;
}

.single-product.full-width .single-product-wrapper {
	margin-bottom:0;
}

.filter--style-premmerce div.filter__title {
	font-size: 0.9rem;
	text-transform: none;
}

.filter__checkgroup-count {
	top: -3px;
}

.top-bar .nav-inline .menu-item > a.fa-facebook:hover {
	color: #3b5998;
}

.top-bar .nav-inline .menu-item > a.fa-whatsapp.desktop:hover {
	color: #4fce5d;
}

.section-onsale-product .deal-progress {
	display: none;
}

.products>.product .product-thumbnail {
	width: 500px;
	height: 200px;
	display: table-cell;
  vertical-align: middle;
}

.products>.product .product-thumbnail>img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	margin: 0 auto;
}

.summary .product-summary,
.summary .brand,
.summary .availability {
	display: block;
	margin-bottom: 15px;
}

.page-header .woocommerce-result-count {
	display: none;
}

.filter--style-premmerce .filter__checkgroup-title {
	line-height: 20px;
}

.filter__checkgroup-count {
	top: 0px;
	line-height: 20px;
}

.promo_product {
	border: 2px solid #c7ddff;
	padding: 15px 10px;
	margin: 15px 0px;
}

.promo_product .child_product_image {
	border: 2px solid #c7ddff;
	padding: 3px;
	width: 100%;
}

.promo_product .add_to_cart {
	border: 5px solid #ffc78e;
	background: snow;
	padding: 5px;
	font-weight: 400;
	font-size: 24px;
	width: 100%;
	display: block;
	text-align: center;
}

.promo_product .child_product {
	text-align: center;
	padding: 15px;
}

.promo_product .price {
	display: block;
}
.promo_product .price.free {
	color: red;
	text-decoration: line-through;
}
.price_without_promo {
	font-size:13px;
}
.price_without_promo span {
	font-size:16px;
}
.promo_product .promo_price {
	display: block;
	font-size: 34px;
	text-align: center;
	color: #ca4a1f;
	font-weight: 100;
}
.promotions .product_filter {
	margin-bottom: 40px;
}

.check_promotions {
	color: red;
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}

.promotions .product_filter a {
	color: red;
	float: right;
	font-size: 18px;
}

.promotions .current_product {
	border: 2px solid #fed700;
	padding: 10px 15px;
}
.single_add_to_cart_button.see_product:before {
	content: "\f30b";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}


.product-images-wrapper .woocommerce-product-gallery img,
.electro-wc-product-gallery--with-images figure figure img {
	width: 100% !important;
}

input[type=number].wsatc-qty-field {
	-moz-appearance:textfield !important;
}


.product-images-wrapper .woocommerce-product-gallery img,
.electro-wc-product-gallery--with-images figure figure img {
	width: 100% !important;
}

input[type=number].wsatc-qty-field {
	-moz-appearance:textfield !important;
}

.panel-collapse.collapse.in {
	display: block !important;
}

.wishlist-fragment .wishlist-title-container {
	display: none !important;
}


.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wc-block-components-text-input.is-active input[type=text],
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{
	padding: 1.5em .5em .5em !important;
}

input[type=text]:not(.form-control):not(input[type=email]):not(input[type=url]):not(input[type=password]):not(input[type=search]):not(textarea):not(.input-text) {
	border-radius: 1px !important;
}

.single-product .brand+.availability {
	padding-left: 0px;
}