/*
 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.3.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
*/
.mobile-header-v2-inner .header-logo img{
	max-width: 200px !important;
}

@media only screen and (max-width: 600px) {
	.wc-proceed-to-checkout {
		display: block;
    	position: fixed;
    	bottom: 100px;
    	margin: auto;
    	width: 240px;
    	align-items: center;
    	left: 0;
   	 	right: 0;
	}
}

.sidebar .widget_shopping_cart .woocommerce-mini-cart__buttons a{
  margin: 5px !important;
} 