/*
Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/
.H1 {
    color: #fff;
}

@media (max-width: 991px) {
    .topbar {
        color: var(--mf-gray-color);
        background-color: var(--mf-background-light-color);
    }
}

.mf-newsletter-popup .modal-content .close-modal {

    background-color: #f9900087;
}

.mobile-version .site-header .header-main .header-title h1 {
    color: #fff;
}

.mobile-version .site-header .header-main .header-title .header-go-back {
    color: #fff;
}

.mf-newsletter-popup .newletter-content .n-close {
    color: #fff;
}

.mf-newsletter-popup .newletter-content .n-close:before {
    border: 1px solid #fff;
}

.mf-newsletter-popup .newletter-content .nl-inner {
    background-color: #0a0a0a33;
}

/*
inicio Estilo de bonton de descarga de fichas tecnicas
*/
.mobile-version .site-header .header-main .header-title .h1 {
    color: #fff;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt .documentos {
    color: #fff;
    padding: 0 25px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
}

.woocommerce a.button:not(.add_to_wishlist) .woocommerce a.button.alt:not(.add_to_wishlist),
.documentos:hover {
    background-color: #000;

}

commerce table.shop_attributes th .doc {
    width: 250px;
}

.woocommerce div.product form.cart .enternal_add_to_cart_button {
    background-color: var(--mf-background-primary-color);
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    margin-top: 1px;
    margin-left: 0px;
    min-width: 180px;
    font-size: 18px;
}

.mobile-version div.product form.cart .enternal_add_to_cart_button {
    background-color: var(--mf-background-primary-color);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    opacity: 1;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    min-width: auto;
    padding: 0;
    overflow: hidden;
    margin-left: 0;
}

/*
Fin Estilo de bonton de descarga de fichas tecnicas
*/