/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Menú */
.whb-color-light:not(.whb-with-bg) {
    background-color: #4c5961 !important;
}
body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg) {
    background-color: transparent !important
}
.single_add_to_cart_button {
    background-color: rgb(77 89 97) !important;
}

/*Escritorio*/
@media (min-width: 991px){
    #slider-home{
        display: none !important
    }
    .logo-footer{
        width: 250px;
        margin: auto;
    }
    .webpay-footer{
        width: 150px;
        margin: auto;
    }
    .ssl-footer{
        width: 200px;
        margin: auto;
    }
    #nf-field-8-wrap{
        min-width: 500px;
    }

}

/*Mobile*/
@media (max-width: 991px){
    .logo-footer{
         width: 150px;
        margin: auto;
    }
    .webpay-footer{
        width: 80px;
        margin: auto;
    }
    .ssl-footer{
        width: 100px;
        margin: auto;
    }
    
}

/* Footer */
footer .nf-form-fields-required, footer #nf-field-8-container .nf-field-label, #nf-form-errors-2, footer #nf-field-10-wrap .nf-field-label{
    display: none !important;
}
.elementor-element-181dc9f {
    width: 100% !important
}
footer #nf-field-8-container .nf-field-element{
    float: left;
    min-width: 300px;
}
footer .nf-form-content nf-field {
    float: left;
}
footer .nf-form-content input[type=submit] {
    background: #e96e11 !important;
    border: 0;
    color: #fff;
    transition: all .5s;
}
footer .nf-form-content button:hover{
    background: #9198a2 !important;
}



