/*
 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.8
 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-v1-banner-block img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.header-v3 .navbar-nav > li > a {
    font-size: 14px !important;
    padding: 12px 12px !important;
}
.mega-col-3 > ul {
    column-count: 3;
}
.mega-col-4 > ul {
    column-count: 4;
}
.mega-col-2 > ul {
    column-count: 2;
}
.mega-col-5 > ul {
    column-count: 5;
}
.mega-col-6 > ul {
    column-count: 6;
}
.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 16px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.icon-wrap {
    font-size: 30px;
    color: #1e73be;
    margin-right: 20px;
}

.text-wrap h4 {
    font-size: 17px;
    font-family: 'Roboto';
    color: #1e73be;
    margin-bottom: 0px;
}
.g-stars {
    color: #ffb752;
    font-size: 12px;
}

.text-wrap p {
    margin: 0;
    font-size: 12px;
    font-family: 'Roboto';
    color: #666666;
}
.swiper-wrapper {
	align-items:center !important;
}
