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


.departments-menu-v2-title,
.departments-menu-v2-title:hover
.header-v6 .departments-menu-v2-title,
.header-v6 .departments-menu-v2-title:hover{
    color: #27a3c4  !important;
}

.img-header-logo{
    max-height: 85px;
    object-fit: contain;
}
.home-categories-block .media-img img {
    transform: rotate(0deg) !important
}
.departments-menu-v2-title,
.handheld-header-v2{
        background-color: #fff !important;
}
.handheld-header-v2 .off-canvas-navigation-wrapper .navbar-toggler,
.handheld-header-v2 .off-canvas-navigation-wrapper button,
.handheld-header-v2 .handheld-header-links .columns-3 a{
    color: #27a3c4 !important;
}
footer{
    border-top: 50px solid #27a3c4;
}
.single-product .woocommerce-product-details__short-description{
    margin-top:30px;
}
.single-product .entry-summary>div[itemprop=description], 
.single-product .woocommerce-product-details__short-description,
.single-product .wc-tab,
.single-product .wc-tab.table,
.single-product .wc-tab table{
    color: #000 !important;
}
.back-to-top-link {
    top: calc(100vh - 7rem);
}
.owl-item>.product .price, .products>.product .price {
    font-size: 1.143em;
    font-weight: bold;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
        margin-bottom: 0 !important;

}
@media (max-width: 1200px){
    .owl-item>.product .hover-area, 
    .products>.product .hover-area {
        display: block;
    }
}



@media (min-width: 1200px) {
    .owl-item>.product .product-inner, .products>.product .product-inner {
        padding: 1em;
    }
    .products-carousel .owl-stage-outer {
        padding-bottom: 32px;
    }
    .woocommerce-MyAccount-content .edit-account .form-row-last {
        padding-left: 0;
    }
}
/* نخلي السلايدر يسمح للكارده يطلع بره */
.owl-stage-outer {
  overflow: visible !important;
}

/* كل كارد يبقى relative */
.owl-item {
  position: relative;
  z-index: 1;
}

/* وقت الهوفر الكارد كله يطلع فوق */
.owl-item:hover {
  z-index: 9999;
}

/* نضمن إن جسم الكارد كله فوق */
.product-outer,
.product-loop-header,
.product-loop-body,
.product-loop-footer,
.hover-area {
  position: relative;
  z-index: inherit;
}
