/*
Theme Name: GrandPrix Child
Theme URI: https://grandprix.qodeinteractive.com
Description: A child theme of GrandPrix Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: grandprix
Template: grandprix
*/


/* ==========================
   TABLA ESPECIFICACIONES MOTO
========================== */

.mkdf-woo-single-page .woocommerce-tabs table.moto-especificaciones {
    width: 100%;
    margin: 30px 0;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e6e6e6;
}

.mkdf-woo-single-page .woocommerce-tabs table.moto-especificaciones tbody {
    display: table-row-group;
}

.mkdf-woo-single-page .woocommerce-tabs table.moto-especificaciones tr {
    display: table-row !important;
}

.mkdf-woo-single-page .woocommerce-tabs table.moto-especificaciones th,
.mkdf-woo-single-page .woocommerce-tabs table.moto-especificaciones td {
    display: table-cell !important;
    padding: 14px 18px;
    border: 1px solid #e6e6e6;
    text-align: left;
    vertical-align: middle;
}

.mkdf-woo-single-page .woocommerce-tabs table.moto-especificaciones th {
    width: 30%;
    background: #f8f8f8;
    color: #ed1d24;
    font-family: Heebo, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.mkdf-woo-single-page .woocommerce-tabs table.moto-especificaciones td {
    color: #666;
    font-size: 15px;
    font-weight: 400;
}

.mkdf-woo-single-page .woocommerce-tabs table.moto-especificaciones tr:nth-child(even) {
    background: #fcfcfc;
}

.mkdf-woo-single-page .woocommerce-tabs table.moto-especificaciones tr:hover {
    background: #f5f5f5;
}


/* ==========================
   LOGO
========================== */

.mkdf-logo-wrapper img {
    max-height: 70px !important;
    width: auto !important;
}


/* ==========================
   TAB FINANCIAMIENTO
========================== */

.financiamiento-tab {
    line-height: 1.8;
}

.financiamiento-tab ul {
    margin-top: 15px;
}


/* ==========================
   BOTONES PRODUCTO
========================== */

.botones-cotizacion {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}


.btn-whatsapp,
.btn-cotizar {

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 13px 25px;

    border-radius: 6px;

    font-size: 15px;
    font-weight: 600;

    color: #fff !important;

    border: none;

    transition: .3s ease;

    cursor: pointer;
}


.btn-whatsapp {
    background: #25D366;
}

.btn-whatsapp:hover {
    background: #1ebe5d;
}


.btn-cotizar {
    background: #D6363F;
}

.btn-cotizar:hover {
    background: #b92d35;
}


.btn-whatsapp i,
.btn-cotizar i {
    font-size: 18px;
}


/* ==========================
   MODAL COTIZACION
========================== */

.modal-cotizacion {

    display: none;

    position: fixed;

    z-index: 99999;

    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    background: rgba(0,0,0,.6);

    overflow-y: auto;

    padding: 30px 15px;
}



.modal-contenido {

    background: #fff;

    width: 90%;

    max-width: 800px;

    margin: 5% auto;

    padding: 30px;

    border-radius: 10px;

    max-height: 85vh;

    overflow-y: auto;

    position: relative;
}



.cerrar-modal {

    position: absolute;

    right: 20px;

    top: 10px;

    font-size: 30px;

    cursor: pointer;

    line-height: 1;
}



/* ==========================
   CONTACT FORM 7 MODAL
========================== */


.modal-contenido .wpcf7-form {
    margin: 0;
}


.modal-contenido .wpcf7-form p {
    margin: 0;
}


.modal-contenido h3 {

    margin-top: 0;

    margin-bottom: 15px;

}



.mensaje-financiamiento {

    margin-bottom: 20px;
    text-align: center;
    line-height: 1.5;

}



/* GRID FORMULARIO */

.modal-contenido .form-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 15px;

}



.modal-contenido .campo {

    margin-bottom: 0;

}



.modal-contenido .campo label {

    display: block;

    margin-bottom: 6px;

    font-weight: 600;

}



.modal-contenido .wpcf7-form-control-wrap {

    width: 100%;

}



.modal-contenido input[type="text"],
.modal-contenido input[type="tel"],
.modal-contenido input[type="email"],
.modal-contenido input[type="number"],
.modal-contenido input[type="file"] {

    width: 100%;

    margin-bottom: 0;

}



.modal-contenido .wpcf7-list-item {

    margin: 0 10px 0 0;

}



.modal-contenido .wpcf7-submit {

    margin-top: 20px;

}


/* ==========================
   RESPONSIVE
========================== */

@media(max-width:600px){

    .modal-contenido {

        width: 95%;

        padding: 20px;

        margin: 5% auto;

    }


    .modal-contenido .form-grid {

        grid-template-columns: 1fr;

    }


    .botones-cotizacion {

        flex-direction: column;

    }

}
.mi-tienda-financiamiento-wrap{
    margin-top: 15px;
}
