<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#page-title h1 {
    margin-bottom: 5px !important;
}

.shipping-title {
    margin-left: 0px;
    display: flex;
    align-items: center;
}

.product-quotation-title {
    font-size: 18px;
}


/* Modal */
#generalModal .modal-dialog {
    display: flex;
    align-items: center;
    /* Centra verticalmente */
    justify-content: center;
    /* Centra horizontalmente */
    height: auto;

    margin: 0 auto;
}

#generalModal .modal-content {
    max-height: 90vh;
    /* Altura mÃ¡xima del modal */
    display: flex;
    flex-direction: column;
    margin: 0 1rem;

}

.weight-input {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 0.5px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
    font-size: 12px;
}

#generalModal .modal-header {
    flex: none;
    /* Mantiene el tamaÃ±o constante del header */
    position: sticky;
    top: -10px;
    z-index: 1050;
    background: #FFF;
    padding: 10px;

}

#generalModal .modal-header h3 {
    text-align: center;
    letter-spacing: 0px;
    color: #0D0D0D;
    opacity: 1;
    font-size: 20px !important;

}

#generalModal .modal-body {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    /* Habilita el scroll si el contenido excede */
    flex: 1;
    /* Ocupa el espacio restante entre el header y el footer */
    align-items: center;
    /* Centra el contenido verticalmente en el modal-body */
    justify-content: center;
    margin: 0px 10px;
}

#generalModal .modal-footer {
    flex: none;
    /* Mantiene el tamaÃ±o constante del footer */
    position: sticky;
    bottom: -10px;
    background: #FFF;
    /* Fondo blanco para asegurar visibilidad */
    border-top: none;
    /* Opcional: lÃ­nea superior del footer */
    z-index: 1050;
    padding: 8px 20px;
}

#generalModalBody {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 6px;
    max-height: 85vh;
    height: auto;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
}


/* Modal */
#modalFilterShop .modal-dialog {
    display: flex;
    align-items: center;
    /* Centra verticalmente */
    justify-content: center;
    /* Centra horizontalmente */
    height: auto;

    margin: 0 auto;
}

#modalFilterShop .modal-content {
    max-height: 90vh;
    /* Altura mÃ¡xima del modal */
    display: flex;
    flex-direction: column;
    margin: 0 1rem;

}

#modalFilterShop .modal-header {
    flex: none;
    /* Mantiene el tamaÃ±o constante del header */
    position: sticky;
    top: -10px;
    z-index: 1050;
    background: #FFF;
    padding: 10px;

}

#modalFilterShop .modal-header h3 {
    text-align: center;
    letter-spacing: 0px;
    color: #0D0D0D;
    opacity: 1;
    font-size: 20px !important;

}

#modalFilterShop .modal-body {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    /* Habilita el scroll si el contenido excede */
    flex: 1;
    /* Ocupa el espacio restante entre el header y el footer */
    align-items: center;
    /* Centra el contenido verticalmente en el modal-body */
    justify-content: center;
    margin: 0px 10px;
}

#modalFilterShop .modal-footer {
    flex: none;
    /* Mantiene el tamaÃ±o constante del footer */
    position: sticky;
    bottom: -10px;
    background: #FFF;
    /* Fondo blanco para asegurar visibilidad */
    border-top: none;
    /* Opcional: lÃ­nea superior del footer */
    z-index: 1050;
    padding: 8px 20px;
}

#modalFilterShopBody {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 6px;
    max-height: 95vh;
    height: auto;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
}

/* Modal */
#guiaTallas .modal-dialog {
    display: flex;
    align-items: center;
    /* Centra verticalmente */
    justify-content: center;
    /* Centra horizontalmente */
    height: auto;

    margin: 0 auto;
}

#guiaTallas .modal-content {
    max-height: 90vh;
    /* Altura mÃ¡xima del modal */
    display: flex;
    flex-direction: column;
    margin: 0 1rem;

}

#guiaTallas .modal-header {
    flex: none;
    /* Mantiene el tamaÃ±o constante del header */
    position: sticky;
    top: -10px;
    z-index: 1050;
    background: #FFF;
    padding: 10px;

}

#guiaTallas .modal-header h3 {
    text-align: center;
    letter-spacing: 0px;
    color: #0D0D0D;
    opacity: 1;
    font-size: 20px !important;

}

#guiaTallas .modal-body {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    /* Habilita el scroll si el contenido excede */
    flex: 1;
    /* Ocupa el espacio restante entre el header y el footer */
    align-items: center;
    /* Centra el contenido verticalmente en el modal-body */
    justify-content: center;
    margin: 0px 10px;
}

#guiaTallas .modal-footer {
    flex: none;
    /* Mantiene el tamaÃ±o constante del footer */
    position: sticky;
    bottom: -10px;
    background: #FFF;
    /* Fondo blanco para asegurar visibilidad */
    border-top: none;
    /* Opcional: lÃ­nea superior del footer */
    z-index: 1050;
    padding: 8px 20px;
}

#guiaTallasBody {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 6px;
    max-height: 95vh;
    height: auto;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
}


.button-shop-continue-info-purchase {
    height: 45px;
    background: #1DD595 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #00000029;
    border: 0.5px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-shop-continue-info-purchase span, .button-shop-continue-info-purchase div {
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 14px;
}



.loader-spin {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #FFF;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Modal */
#goToQuotation .modal-dialog {
    display: flex;
    align-items: center;
    /* Centra verticalmente */
    justify-content: center;
    /* Centra horizontalmente */
    height: auto;

    margin: 0 auto;
}

#goToQuotation .modal-content {
    max-height: 90vh;
    /* Altura mÃ¡xima del modal */
    display: flex;
    flex-direction: column;
    margin: 0 1rem;

}

#goToQuotation .modal-header {
    flex: none;
    /* Mantiene el tamaÃ±o constante del header */
    position: sticky;
    top: -10px;
    z-index: 1050;
    background: #FFF;
    padding: 10px;

}

#goToQuotation .modal-header h3 {
    text-align: center;
    letter-spacing: 0px;
    color: #0D0D0D;
    opacity: 1;
    font-size: 20px !important;

}

#goToQuotation .modal-body {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    /* Habilita el scroll si el contenido excede */
    flex: 1;
    /* Ocupa el espacio restante entre el header y el footer */
    align-items: center;
    /* Centra el contenido verticalmente en el modal-body */
    justify-content: center;
    margin: 0px 10px;
}

#goToQuotation .modal-footer {
    flex: none;
    /* Mantiene el tamaÃ±o constante del footer */
    position: sticky;
    bottom: -10px;
    background: #FFF;
    /* Fondo blanco para asegurar visibilidad */
    border-top: none;
    /* Opcional: lÃ­nea superior del footer */
    z-index: 1050;
    padding: 8px 20px;
}

#goToQuotationBody {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 6px;
    max-height: 95vh;
    height: auto;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
}



.button-shop-back {
    height: 30px;
    background: #EDEDED 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #00000029;
    border: 0.5px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
    padding: 6px;
}

.button-shop-back span {
    text-align: left;
    letter-spacing: 0px;
    color: #0D0D0D;
    opacity: 1;
    font-size: 12px;
    font-weight: 400;
}

.button-shop-continue-info {
    height: 45px;
    background: #1DD595 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #00000029;
    border: 0.5px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
}

.button-shop-continue-info span, .button-shop-continue-info div {
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 14px;
}


.quotation-container {
    background: transparent url(../img/bg-quotation-responsive.jpg) 0% 0% no-repeat padding-box;
    background-size: cover;
    background-position: center;
    background-origin: content-box;
    box-shadow: 0px 2px 2px #00000029;
    border: 1px solid #EDEDED;
    border-radius: 7px;
    margin: auto;
}

.total-value-cart {
    text-align: left;
    letter-spacing: 0px;
    color: #0D0D0D;
    opacity: 1;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 10px;
}

.align-l-100 {
    text-align: left;
    width: 100%;
}


.quotation-title-h2 {
    margin-top: 54px;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
}

.link-container {
    background: #E6FAF3 0% 0% no-repeat padding-box;
    border: 0.699999988079071px solid #D9D8D8;
    border-radius: 7px;
    padding: 20px 30px;
    opacity: 1;
    display: flex;
    justify-content: center;
}



.info-container-green {
    height: 81px;
    background: #E6FAF3 0% 0% no-repeat padding-box;
    border-radius: 7px;
    opacity: 1;
    font-size: 11px;
    font-weight: 300;
    padding: 10px;
    color: #0D0D0D;
}

.info-container-gray {
    background: var(--unnamed-color-fafafa) 0% 0% no-repeat padding-box;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border-radius: 7px;
    opacity: 1;
    margin-top: 16px;
    padding: 10px;
}

.info-container-gray .titleInfo {
    text-align: left;
    letter-spacing: 0px;
    color: #0D0D0D;
    opacity: 1;
    font-size: 11px;
    margin-bottom: 10px;
}

.info-container-gray .subtitleInfo {
    text-align: left;
    letter-spacing: 0px;
    color: #0D0D0D;
    opacity: 1;
    font-size: 11px;
}



/* Card observaciones */
.custom-card {
    border: 0.699999988079071px solid #D9D8D8;
    border-radius: 7px;
    padding: 8px;
    width: 100%;
    background: #FAFAFA 0% 0% no-repeat padding-box;
}

.custom-card .separator-custom-card {
    margin: 4px 0px !important;
    height: 0px;
    background-color: #D9D8D8 !important;
}

.custom-card .card-title {
    font-size: 12px;
    display: flex;
}

.card-title {
    margin-bottom: 0px !important;
}

.custom-card .card-title p {
    color: #0D0D0D !important;
    font-weight: 600;
}

.custom-card .card-title .fa-warning {
    color: #E5BE01;
    margin-right: 10px;
}

.custom-card .card-title .fa-pencil {
    color: #0D0D0D;
    margin-left: 10px;
}

.custom-card .custom-text-area {
    width: 100%;
    height: auto;
    resize: none;
    border: none;
    font-size: 12px;
    padding: 10px 0px;
    color: #0D0D0D;
    background: #FAFAFA;
}

.custom-card textarea:focus {
    outline: none;
    /* Desactiva el resaltado del borde */
}

/* Buttons */
.container-buttons {
    display: inline-grid;
}



.button-add-link {
    background: var(--unnamed-color-1dd595) 0% 0% no-repeat padding-box;
    border: 0.3px solid var(--unnamed-color-adadad);
    background: #1DD595 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 2px #00000029;
    border: 0.30000001192092896px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
}

.button-add-link span {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 6.5px;
}

.padding-link {
    padding: 8.5px;
}

.padding-btn {
    padding: 5px;
}

/* Generals */
.text-center {
    text-align: center !important;
}

.color-em-black {
    color: #0D0D0D !important;
}

.weight-600 {
    font-weight: 600 !important;
}

/* Modal add */
.img-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-container {
    flex: 0.5;
    text-align: center;
}

.container-image {
    width: 50%;
    margin: 0px 30px;
}

.image-container-product {
    text-align: center;
    border-radius: 7px;
    padding: 0px 15px;
    height: auto;
    overflow: hidden;

    border: 1px solid var(--unnamed-color-ededed);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 2px #00000029;
    border: 1px solid #EDEDED;
    border-radius: 7px;
}

.container-card {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    width: 50%;
    margin: 0px 30px 0px 0px;
}

.quantity-container {
    display: flex !important;
    align-items: baseline;
}

.quantity-container .labels {
    margin-bottom: 10px;
}

.input-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 100%;
    color: #4F5F65;
    gap: 20px;
}

.input-quantity input, .input-quantity p {
    width: 60px;
    padding: 5px;
    text-align: center;
    border: none;
    font-size: 13px;
    outline: none;
    color: #4F5F65;
    background-color: transparent;
}

.input-quantity button, .input-quantity a {
    background-color: transparent;
    color: #4F5F65;
    cursor: pointer;
    border: 0.5px solid #adadad;
    border-radius: 7px;
    padding: 3px 5px;
}

.transparent {
    opacity: 0.4;
    pointer-events: none;
}


.input-quantity {

    .fa-minus,
    .fa-plus,
    span {
        font-size: 16px;
        color: #0D0D0D;
    }

}

/*availability*/

.availability {
    height: 30px;
    background: #D1E4FC 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #00000029;
    border: 1px solid #D9D8D8;
    border-radius: 7px;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px;
    cursor: pointer;
}

.availability .name span {
    text-align: left;
    letter-spacing: 0px;
    color: #0D0D0D;
    opacity: 1;
    font-size: 11px !important;
}

.availability .name i {
    color: #0D0D0D;
    font-size: 11px !important;
}

.availability .arrow {
    font-size: 16px;
    color: #0D0D0D !important;
}

/* Quantities*/
.container-quant {
    height: 30px;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 0.5px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
    padding: 6px;
    /* margin-top: 10px; */
    display: flex;
    align-items: baseline;
}

.labels-quantity {
    text-align: left;
    letter-spacing: 0px;
    color: #0D0D0D;
    opacity: 1;
    font-size: 11px !important;
}

.select-value {
    text-align: left;
    letter-spacing: 0px;
    color: #0D0D0D;
    opacity: 1;
    font-size: 11px !important;
    padding-left: 4px;
}

.select-quantity {
    width: 100% !important;
    border: 2px solid transparent;
    appearance: none;
    outline: none;
    background-color: #FAFAFA;
    padding: 0px 10px;
}

.select-quantity option:checked {
    font-weight: bold;
}

/* Variants */
.container-variants {
    height: 30px;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 0.5px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
    padding: 6px;
    margin-top: 10px;
}

.variant-name {
    text-align: left;
    letter-spacing: 0px;
    color: #0D0D0D;
    opacity: 1;
    font-size: 12px !important;
}

.variant-value {
    text-align: left;
    letter-spacing: 0px;
    color: #0D0D0D;
    opacity: 1;
    font-size: 12px !important;
}


.container-buttons-buy {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

.observation-label {
    text-align: left;
    letter-spacing: 0px;
    color: #0D0D0D;
    opacity: 1;
    font-size: 12px;
}


.button-add-buy {
    width: 100%;
    height: 45px;
    background: #1DD595 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #00000029;
    border: 0.5px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
}

.button-add-buy span, .button-add-buy div {
    font-size: 14px !important;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    opacity: 1;
}

.button-back-buy {
    height: 30px;
    background: #EDEDED 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #00000029;
    border: 0.5px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
    text-align: left;
    letter-spacing: 0px;
    color: #0D0D0D !important;
    font-size: 12px !important;
    width: 100%;

}

.button-back-quotation span {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #0D0D0D;
    opacity: 1;
}

.container-modal-add-quotation {
    padding: 0px 20px;
}


.shipping-body-new {
    padding-top: 15px
}

/* quantations */
.quotationShowCartTabActive {
    height: 30px;
    background: #EDEDED 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 1px #00000029;
    border: 1px solid #ADADAD;
    opacity: 1;
    padding: 4px;
}


.quotationShowCartTabActive label {
    text-align: left;
    letter-spacing: 0.02px;
    color: #0D0D0D;
    opacity: 1;
    font-size: 12px;
    font-weight: 600;
}

.quotationShowCartTab {
    border: 0.5px solid #ADADAD;
    opacity: 1;
    height: 30px;
    border-radius: 7px;
    padding: 4px;
}

.quotationShowCartTab label {
    text-align: center;
    letter-spacing: 0.02px;
    color: #0D0D0D;
    opacity: 1;
    font-size: 12px;
    font-weight: 600;
}

.buttonOptionsQuotation {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    border: 0.5px solid var(--unnamed-color-adadad);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 1px #00000029;
    border: 0.5px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
    font-weight: 200 !important;
    color: #0D0D0D !important;
}

.buttonOptionsPurchase {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    border: 0.5px solid var(--unnamed-color-adadad);
    background: #E6FAF3 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 1px #00000029;
    border: 0.5px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
}

.margin-right-5 {
    margin-right: 5px;
}

.container-quantity-button {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 1px #00000029;
    border: 0.5px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
    padding: 2px 5px;
}

.container-add-info {
    /* box-shadow: 0 1px 5px 0 #0000001f; */
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 14px 18px;
}

.button-get-quotation {
    background: var(--unnamed-color-1dd595) 0% 0% no-repeat padding-box;
    border: 0.3px solid var(--unnamed-color-adadad);
    background: #1DD595 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 2px 2px #00000029;
    border: 0.30000001192092896px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
    height: 45px;
}

.button-get-quotation span, .button-get-quotation div {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 6.5px;
    text-transform: none;
}

.button-add-product {
    background: var(--unnamed-color-1dd595) 0% 0% no-repeat padding-box;
    border: 0.3px solid var(--unnamed-color-adadad);
    background: #FFF 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 2px 2px #00000029;
    border: 0.30000001192092896px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
}

.button-add-product span {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #0D0D0D !important;
    opacity: 1;
    padding: 6.5px;
    text-transform: none !important;
    font-weight: 600 !important;
}

.shipping-title-summary-custom {
    background: #EDEDED 0% 0% no-repeat padding-box;
    padding: 1px 10px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 11px;
    font-family: Poppins, sans-serif;
}

.shipping-title-summary-custom p {
    margin-bottom: 0px !important;
    color: #0D0D0D !important;
}

.shipping-title {
    padding: 15px 0px 15px 10px !important;
    display: flex;
}

.quotationShowCartTabImmediate {
    margin-right: 20px !important;
}

.nameProductQuotation {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.container-text-load i {
    color: #E76302;
    padding-bottom: 2px;
}

.loader-container {
    width: 80%;
    max-width: 600px;
    /* Ancho mÃ¡ximo opcional */
    background-color: #ddd;
    /* Color de fondo de la barra */
    border-radius: 25px;
    /* Bordes redondeados */
    overflow: hidden;
    /* Oculta el desbordamiento */
}

.loader {
    width: 0;
    height: 14px;
    /* Altura de la barra */
    background-color: #1DD595;
    /* Color verde */
    animation: loading 2s linear infinite;
    /* AnimaciÃ³n */
}

.product-quotation-title {
    font-size: 18px;
    letter-spacing: 0px !important;
}



@keyframes loading {
    0% {
        width: 0;
        transform: translateX(-100%);
    }

    50% {
        width: 100%;
        transform: translateX(0);
    }

    100% {
        width: 0;
        transform: translateX(100%);
    }
}


@media (max-width: 1200px) {
    .image-container-product {
        padding: 0px 45px;
        height: auto;
    }
}



@media (max-width: 990px) {
    .image-container-product {
        padding: 0px 45px;
    }

    .quotationShowCartTabQuote label {
        margin-right: 0px !important;
        font-size: 11px !important;
    }

    .quotationShowCartTabImmediate {
        margin-right: 5px !important;
    }


    .quotationShowCartTabActive {
        height: 25px !important;
        padding: 2px;
    }


    .quotationShowCartTab {
        height: 25px !important;
        padding: 3px;
    }





    #page-title {
        padding: 1rem 0 !important;
    }
}

.add-responsive, .options-responsive, .inmediatly-purchase-responsive {
    display: none !important;
}

@media (max-width: 770px) {
    textarea:active, textarea:focus, textarea:focus-within, textarea:hover, textarea:visited {
        font-size: 16px !important;
    }

    .quotation-container {
        background: transparent url(../img/bg-quotation.jpg) 0% 0% no-repeat padding-box;
        background-size: cover;
        background-position: center;
        background-origin: content-box;
        box-shadow: 0px 2px 2px #00000029;
        border: 1px solid #EDEDED;
        border-radius: 7px;
        margin: auto;
    }

    .img-container {
        flex: 0.8;
    }


    .link-container {
        padding: 20px 30px;
    }

    .add-product-div {
        position: fixed !important;
        bottom: 60px !important;
        left: 0 !important;
        width: 100% !important;
        background-color: #fff !important;
        box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1) !important;
        /* Sombra solo en la parte superior */
        z-index: 1000 !important;
        /* Asegura que estÃ© por encima del contenido */
    }

    .shipping-title-summary-custom, .text-data-container-add, .add-website, .options-website, .inmediatly-purchase-website {
        display: none !important;
    }


    .add-responsive {
        display: flex !important;
        justify-content: flex-end;
    }

    .options-responsive, .inmediatly-purchase-responsive {
        display: flex !important;
        justify-content: end !important;
        gap: 5px;
        width: 100%;
    }

    .container-add-info {
        box-shadow: none;
        border-radius: 0px;
        margin-bottom: 20px;
        padding: 5px 0px;
    }

    .element-products-quotation {
        display: flex;
        flex-direction: column-reverse;
    }


    #page-title {
        padding: 1rem 0 !important;
    }

    .shipping-title {
        padding: 0px 10px !important;
        display: flex;
        font-size: 11px !important;
    }

    .shipping-title-cstm-sub {
        font-size: 11px !important;
    }

}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
    }

}


.title-modal-em {
    font-size: 20px;
}

@media (max-width: 750px) {

    .product-quotation-title {
        font-size: 11px !important;
    }

    .title-modal-em {
        margin-top: 5px;
    }

    .shipping-title-cstm p {
        padding: 2px 10px !important;
    }

    .container-image {
        width: 90%;
        margin: 0px 16px;
    }

    .image-container-product {
        margin-bottom: 15px;
    }

    .container-card {
        width: 90%;
        margin: 0px 16px;
    }

    .button-add-quotation, .button-back-quotation {
        width: 100%;
    }


    #generalModalBody {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 6px;
    }


    .generalModalQuotationBody {
        position: fixed !important;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    #page-title {
        padding: 1rem 0 !important;
    }

    #modalFilterShopBody {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #fff;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 6px;
        max-height: 85vh;
        height: auto;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
        overflow-y: scroll;
    }

    #guiaTallasBody {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #fff;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 6px;
        max-height: 85vh;
        height: auto;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
        overflow-y: scroll;
    }

    .availability .name span {
        text-align: left;
        letter-spacing: 0px;
        color: #0D0D0D;
        opacity: 1;
        font-size: 10px !important;
    }

    
    .variant-name, .variant-value {
        font-size: 11px !important;
    }



}

@media (max-width: 390px) {
    .image-container-product {
        margin-bottom: 15px;
    }

    .buttonOptionsQuotation, .buttonOptionsPurchase {
        font-size: 11px;
    }

    .link-container {
        padding: 20px 5px;
    }
}

@media (max-width: 330px) {
    .image-container-product {
        margin-bottom: 15px;
    }

    .buttonOptionsQuotation, .buttonOptionsPurchase {
        font-size: 10px;
    }
}</pre></body></html>