/*
Theme Name: SIT STORE
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.manual-row {
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 4px;
    width: 100%;
}

.manual-download {
    display: inline !important;
    width: auto !important;
    white-space: nowrap;
}

/* Asegurar que todo esté inline */
.manual-name,
.manual-separator {
    display: inline;
    white-space: nowrap;
}

.manual-download {
    color: #2563eb;
    text-decoration: underline;
    font-weight: 500;
}

.manual-download:hover {
    text-decoration: none;
}


.doc-badge {
    background: #e0edff;
    color: #1d4ed8;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 6px;
    font-weight: 600;
    margin-right: 6px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    border-radius: 8px;
    padding: 10px 18px;
    line-height: 1.2;
    font-size: 0.64em;
    white-space: nowrap;
    letter-spacing: 0.04em;
    /* background-color: #0f172a; */
    color: #fff;
    border: none;
    transition: all .25s ease;
}

a.added_to_cart.wc-forward {
	padding: 6px 0!important;
}


/*************** CAJA TEL  ***************/
/* Contenedor */
.fma-billing-phone-fields {
    display: flex;
    align-items: stretch;
    width: 100%;
}

/* Prefijo (+52 🇲🇽) */
.fma-billing-phone-fields > span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%; 
    padding: 0 12px;

    border: 1px solid #ddd;
    border-right: none;

    border-radius: 8px 0 0 8px;
    background: #f9fafb;

    font-size: 14px;
    line-height: normal;
}

/* Input */
.fma-billing-phone-fields input {
    height: 100%;
    border-radius: 0 8px 8px 0;
    margin: 0; 
}

/*  igualar altura real del contenedor */
.fma-billing-phone-fields input,
.fma-billing-phone-fields > span:first-child {
    min-height: 44px; /* mismo alto que Flatsome */
    box-sizing: border-box;
}