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

.products-carousel .owl-stage-outer {
	min-height: 350px;
}
.dropdown-menu.yamm {
	min-height: 500px;
}
.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-text-input.is-active label {
	transform: translateY(.5em) scale(.5) !important;
	padding-left: 1rem;
}
.wc-block-cart__submit-button {
	width: 100%;
	padding: .907rem 1rem;
}
.wc-block-cart__submit-button, .wc-block-cart-item__remove-link {
	text-decoration: none !important;
	background-color: #fed700 !important;
	border-color: #fed700 !important;
	font-size: 1.387em;
	font-weight: 700 !important;
	white-space: pre-wrap;
	padding: .45rem 1rem !important;
	border-radius: 50px !important;
	color: #333e48 !important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.wc-block-cart__submit-button:hover, .wc-block-cart-item__remove-link:hover {
	background-color: #000 !important;
  	border-color: #000 !important;
	color: white !important;
}
