/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro by Javier
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       3.3.5
 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
*/

.site-header.header-v1 {
    position: relative;
    margin-bottom: -121px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.37);
}
.img-header-logo {
    max-width: 100px;
}
.header-v1 .masthead {
    padding: 1em 0 0.857em;
}
#menu-top-bar-left{
    line-height: 1.114;
}
.top-bar {
    background-color: #171717;
    color: #fff;
    border-bottom: 1px solid #171717;
}
.secondary-nav a,
.top-bar a {
    color: #fff;
}
.secondary-nav a:hover,
.top-bar a:hover {
    color: #e68200;
}
.ec.ec-menu,
.ec.ec-compare,
.ec.ec-favorites,
.ec.ec-shopping-bag,
.cart-items-total-price.total-price{
 color: #fff;
}
.da-block .da:nth-child(1) {
    visibility: hidden;
}
.header-v1 .electro-navigation.yes-home .departments-menu-v2>.dropdown>.yamm {
    border-radius: 0px 0px 15px 15px;
    border-bottom: 2px solid #e68200;
    border-right: 2px solid #e68200;
    border-left: 2px solid #e68200;
}
.submenu-bg {
    bottom: 0 !important;
    z-index: -1;
    opacity: 0.5;
}
.departments-menu-v2 .departments-menu-v2-title+.dropdown-menu li.menu-item-has-children .dropdown-menu {
    border-bottom: 2px solid #e68200;
    border-right: 2px solid #e68200;
    border-top: 2px solid #e68200;
    left: calc(100% - 9px);
}


/**  Ajuste de tamaño imagenes viejas  */
.product-card .card-media-left {
    flex: 0 0 43%;
    max-width: 43%;
    padding-right: 15px;
    overflow: hidden;
    max-height: 128px;
}
.owl-carousel .owl-item img {
    height: 100%;
}
.products>.product .product-thumbnail {
    overflow: hidden;
    max-height: 200px;
}
.owl-item>.product .product-thumbnail>img, .owl-item>.product .wp-post-image, .products>.product .product-thumbnail>img, .products>.product .wp-post-image {
    max-width: 100%;
    max-height: 100%;
    width: 100% !important;
    height: 100% !important;
    margin: auto;
}
.section-onsale-product .onsale-product .product-thumbnail img {
    width: 100%;
}
/** fin  Ajuste de tamaño imagenes viejas  */

.button_vip {
    background: #fff;
    color: #000;
    float: right;
}

.copyright  {
    max-width: 1000px;
    line-height: 8px;
    margin-top: 11px;
    font-size: 8px;
}
.single-product .single-product-wrapper {
    margin-bottom: 2.429em !important;
}
.woocommerce-product-gallery__image .wp-post-image {
    width: 100%;
}