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

body {
    font-size: 14px !important;
}

.stock-status {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #8f8e94;
}

.stock-status span {
    color: #16a75e;
    font-weight: 700;
}

.availability {
    margin-top: 10px;
    display: block !important;
}

.inz-related-list {
    padding: 0;
    margin: -15px 0 30px;
    list-style: none;
    color: #8f8f8f;
    font-weight: 700;
}

table.woocommerce-checkout-review-order-table .product-subtotal,
table.woocommerce-checkout-review-order-table .product-total {
    width: 90px;
    text-align: right;
}

table.woocommerce-checkout-review-order-table .product-name {
    width: calc(100% - 180px);
}

table.woocommerce-checkout-review-order-table td.product-name {
    padding-right: 5px;
}

table.woocommerce-checkout-review-order-table td.product-name,
table.woocommerce-checkout-review-order-table td.product-subtotal,
table.woocommerce-checkout-review-order-table td.product-total {
    font-size: 13px;
    line-height: 1.2;
}

.woocommerce-checkout-review-order-table tfoot {
    margin-top: 20px;
}

@media (max-width: 575px) {
    .woocommerce-checkout-review-order-table {
        padding: 0;
    }
    
    table.woocommerce-checkout-review-order-table .product-name,
    table.woocommerce-checkout-review-order-table .product-subtotal,
    table.woocommerce-checkout-review-order-table .product-total {
        font-size: 12px;
    }
}


.produtos-encontrados {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.produto-item {
    border: 1px solid #ddd;
    padding: 10px;
    width: 200px;
    text-align: center;
}

.produto-item img {
    max-width: 100%;
    height: auto;
}

.produto-item h2 {
    font-size: 18px;
    margin: 10px 0;
}

.produto-item p {
    font-size: 16px;
    font-weight: bold;
}

.produto-item .button {
    background-color: #0073aa;
    color: #fff;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}


    #form-busca-avancada {
        display: flex;
        flex-wrap: wrap;
        gap: 20px; /* Espaçamento entre os campos */
        justify-content: space-between;
        align-items: center;
    }

    #form-busca-avancada div {
        flex: 1 1 auto; /* Faz os campos se ajustarem ao espaço disponível */
        min-width: 200px; /* Define um tamanho mínimo para os campos */
    }

    #form-busca-avancada input[type="submit"] {
        background-color: #004AAD;
        color: #ffffff;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        font-size: 16px;
        margin-top: 10px;
    }

    #form-busca-avancada label {
        display: block;
        margin-bottom: 5px;
    }

    #form-busca-avancada select, #form-busca-avancada input {
        width: 100%;
        padding: 8px;
        box-sizing: border-box; /* Certifica-se de que o padding seja incluído na largura */
    }

