/*
 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
*/
.header-v3.stuck .masthead+.electro-navbar-primary {
    display: block;
}
.tp-bullets.custom {
    display: flex !important;
}
.woocommerce-account .wpsl-login-with-social .fa {

  font-family: "Font Awesome 5 Brands";
}
.woocommerce-account .wpsl-login-with-social .fa-facebook::before {

  content: "\f39e";
}
.animated-dropdown ul>li.menu-item:hover > .dropdown-toggle{

background-color: #ffec7f;
}
.dropdown-menu{
    border:none;
}
.electro-navbar-primary .nav>.menu-item>a:focus, .electro-navbar-primary .nav>.menu-item>a:hover, .navbar-primary .navbar-nav>.menu-item>a:focus, .navbar-primary .navbar-nav>.menu-item>a:hover {
    background-color: #ffec7f !important;
}
/*Custom Nav Carousel********************************************/
section header .owl-nav{
    display: none;
}
.owl-carousel .owl-nav {
    display: block !important;
}
.owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:before{
    content:" ";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
}
.owl-carousel .owl-nav .owl-prev:before{
    content:"\f053";
}
.owl-carousel .owl-nav .owl-next:before{
    content:"\f054";
}
.owl-carousel .owl-nav>button:not(:hover):not(:focus){
    color:#b2bec8;
}
.owl-brands .owl-nav .owl-prev:before, .owl-brands .owl-nav .owl-next:before{
    display:none;
}
