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


.woocommerce-variation-price{
    display: none;
}

.electro-price .wrap-top-price{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: baseline;
    gap: 15px;
}

.product-cards-carousel-custom .loop-product-categories a{
    display: none;
}

.product-cards-carousel-custom .hover-area{
    display: none;
}

.product-cards-carousel-custom {
    /* margin-top: 15px; */
}

.price-add-to-cart{
    display: flex;
    gap: 15px;
}

.product-cards-carousel-custom .price-add-to-cart .add-to-cart-wrap a:before{
    content: "\f0a6";
    padding: .5em .575em;
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    background-color: #eaeaea;
    padding: .5em .575em;
    font-size: 16px;
    border-radius: 99%;
    color: #fff;
}

.product-cards-carousel-custom .price-add-to-cart .add-to-cart-wrap a:hover:before{
    background-color: #FED700;
}

.product-cards-carousel-custom .price-add-to-cart .add-to-cart-wrap a{
    padding: 0;
    border-width: 0;
}

.product-cards-carousel-custom .electro-price ins bdi{
    font-size: 15px;
}

.product-cards-carousel-custom .price-add-to-cart del bdi{
    font-size: 10px!important;
}

.product-cards-carousel-custom .price-add-to-cart del{
    font-size: 10px!important;
}

.product-cards-carousel-custom .owl-stage .owl-item{
    padding: 15px;
}

.product-cards-carousel-custom .owl-stage .product-outer{
    padding: 10px;
}

.product-cards-carousel-custom .owl-stage .owl-item:hover .product-outer{
    box-shadow: 0 0 8px 0 #e7c400 !important;
    border-radius: 8px !important;
}

/* .product-cards-carousel-custom .owl-stage .owl-item:first-child{
    margin-left: 0px;
} */

/* .onsale-product:has(div) .section-onsale-product {
    display: block!important;
}

.section-onsale-product{
    display: none!important;
} */

.single-product .brand+.availability{
    padding-right: 15px;
}

.label-tragop{
    display: table-cell;
    vertical-align: middle;
    color: #000;
    background: #f1f1f1;
    padding: 8px;
    border-radius: 5px;
    font-weight: bold;
}


.background-btn:before{
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
    display: block;
}

.background-btn{
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding-bottom: 7px;
}

.tab-description-container{
    position: relative;
}

.mota-container{
    position: relative;
}

.lienhe{
    color: #dc3545;
    font-size: 0.8em;
    font-weight: 600;
}

.product .lienhe{
    font-weight: normal!important;
}

.summary .electro-price ins{
    float: left!important;
    margin-right: 10px;
}

.banner-header .fa-chevron-left{
    color: rgb(255, 255, 255);
    position: absolute;
    /* top: 195px; */
    top: 35%;
    z-index: 2;
    left: 15px;
    font-size: 20px;
    cursor: pointer;
}

.banner-header  .fa-chevron-right{
    color: rgb(255, 255, 255);
    position: absolute;
    /* top: 195px; */
    top: 35%;
    z-index: 2;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

@media(max-width:850px){
    /* .entry-summary .availability{
        display: block;
        padding: 10px 0px!important;
    } */

    /* .label-tragop{
        display: block;
        width: 105px;
        text-align: center;
    } */
    .label-tragop{
        margin-bottom: 15px;
    }

    #products-carousel-6280628daa60e .owl-stage{
        padding-left: 0!important;
    }
}