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

a.btn-visitar-card-product {
    background-color: #E4002B;
    color: #fff;
    padding: 3px;
    border-radius: 7px;
    display: block;
    width: 128px;
    text-align: center;
    margin: 7px auto;
    font-size: 13px;
}

a.btn-visitar-card-product:hover{
    color: #fff;
    background-color:#cf0027;
}

.box-home.detail-product .item{
    min-width: 350px;
    margin-bottom: 14px;
    pointer-events: none;
    background: #E2E2E2 !important;
    font-size: 19px;
    justify-content: flex-start;
    padding-left: 20px;
}

.box-home.detail-product .item p{
    font-size: 15px;
}

.box-home.detail-product .item img{
    max-width: 26px;
}

@media (max-width:700px){
    .box-home.detail-product .item{
        min-width: auto !important;
        padding-left: 15px !important;
    }
}
