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

.home body .sidebar{
	margin-top:730px!important;
}
.btnwhats{
	width:250px;
	padding:10px 25px;
	display: flex;
	background-color: rgb(33, 192, 99);
	border-radius: 15px;
	color:white!important;
	text-decoration: none!important;
	margin-top: 30px;
	text-align: center;
	font-weight:bold;
	justify-content: space-evenly;
  	align-items: center;
}
.btnwhats:before{
	content:"";
	width:35px;
	height:36px;
	display:block;
	position:relative;
	background-image:url(images/icon_whatsapp_w35.png);
}