/*
 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.5.8
 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
*/

#post-2508 {
    max-width: 1140px;
    margin: 1em auto;
    color: #7a7a7a;
}

#post-2508 ul {
    padding: 1px;
}

#post-2508 li {
    list-style: none;
}

.contact-page-title {
    font-size: 1.786em;
    padding-bottom: 0.6em;
    position: relative;
    border-bottom: 1px solid #ddd;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(221, 221, 221);
    margin-bottom: 1.2em;
    font-weight: 600;
}
#billing_horav, #billing_horamatu,#billing_fecha{
    padding: 0.594rem 1rem;
    color: #333e48;
    border: 1px solid #ddd;
    border-radius: 1.375rem;
    box-shadow: 0;
}

.thwcfd-field-wrapper label{
    display: block;
}
span.woocommerce-input-wrapper .input-radio {
    margin-right: 3px;
}

.header-v6 .departments-menu-v2-title span{
    color: #333e48;
}

.show-on-mobile {
    display: none;
}

@media screen and (max-width: 1199px) {
    .aws-search-field {
        border: none !important;
        border-radius: 75px !important;
        width: 80% !important;
        left: 3% !important;
    }
}


@media screen and (max-width: 427px) {
    .show-on-mobile {
        display: initial !important;
    }

    .show-on-desktop {
        display: none;
    }
}