/* =========================================================
   🎨 VARIABLES GLOBALES DEL DESIGN SYSTEM
   ========================================================= */
:root {
    --primary-color: #173A59;
    --primary-hover: #205B90;

    --primary-color: #173A59;

    --gray-light: #F4F4F4;
    --gray-medium: #DDDDDD;
    --gray-dark: #777;

    /* Radios estándar */
    --radius-lg: 32px;
    --radius-md: 24px;
    --radius-sm: 16px;

    --font-display: 'SpecialGothicExpanded', Arial, sans-serif;
    --font-base: 'Inter', Arial, Helvetica, sans-serif;

    /* ⚠ Fuentes legacy – no usar en nuevos componentes */
    --font-family-boldonse: 'Boldonse', Arial, Helvetica, sans-serif;
    --font-family-sans-serif-book-flf: 'SansSerifBookFLF', Arial, Helvetica, sans-serif;
    --font-family-special-gothic-expanded: 'SpecialGothicExpanded', Arial, Helvetica, sans-serif;
}

/* =========================================================
   🔤 FUENTES PERSONALIZADAS
   ========================================================= */

@font-face {
    font-family: 'Boldonse';
    src: url('../fonts/boldonse/Boldonse-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SpecialGothicExpanded';
    src: url('../fonts/special-gothic/SpecialGothicExpandedOne-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SansSerifBookFLF';
    src: url('../fonts/sans-serif-kflf/SansSerifBookFLF.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* =========================================================
   Titulo – TIPOGRAFÍA DE TITULOS
   ========================================================= */

h1,
h2,
h3 {
    font-family: var(--font-base);
    font-weight: 400;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

h4,
h5 {
    font-family: var(--font-base);
    font-weight: 600;
}

.product-pack>.h4 {
    font-family: var(--font-base);
    font-size: 18px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

/* =========================================================
   🔘 BOTONES – TIPOGRAFÍA DE MARCA
   ========================================================= */

body {
    font-family: var(--font-base);
    font-weight: 400;
}

.btn,
.btn-primary,
.btn-secondary,
.my-account-pill-link {
    font-family: var(--font-base);
    letter-spacing: 0.8px;
}

::placeholder {
    font-family: var(--font-base);
    font-weight: 400;
    text-transform: none;
    color: #9aa3aa;
}


.btn-outline-primary{
    border-color: var(--primary-color);
    border-radius: var(--radius-lg) !important;
    color: var(--primary-color);

}

.btn-outline-primary:hover{
    background-color: var(--primary-color);
    color: var(--gray-light);
}

/* =========================================================
   🎯 PRODUCTOS EN PAQUETES
   ========================================================= */

.pack-product-container {
    display: grid;
    grid-template-columns: 40px 60px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--gray-light);
}

.pack-product-quantity span {
    font-family: var(--font-base);
    font-size: 13px;
    font-weight: 500;
    color: var(--gray-dark);
}

.pack-product-name a {
    font-family: var(--font-base);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #173A59;
    text-transform: uppercase;
    line-height: 1.3;
}

.pack-product-price strong {
    font-family: var(--font-base);
    font-size: 13px;
    font-weight: 400;
    color: var(--gray-dark);
}

.pack-product-thumb img {
    max-width: 48px;
    border-radius: 8px;
    background-color: var(--gray-light);
}

.promotive-product-description {
    font-family: var(--font-base);
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.promotive-product-description p {
    margin-bottom: 10px;
}

.nav-tabs .nav-link {
    font-family: var(--font-base);
    color: var(--gray-dark);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    color: var(--primary-color);
    border-bottom: 3px solid var(--primary-color);
}

.nav-tabs .nav-link.active {
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* =========================================================
   🎯 AJUSTES GENERALES DE WIDGETS Y MÓDULOS
   ========================================================= */
.search-widget {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}


/* =========================================================
   👤 BOTÓN DE LOGIN (HEADER)
   ========================================================= */
.btn-login,
.form-search-control,
.search-btn,
.btn-cotizador {
    border-radius: var(--radius-md) !important;
}

.btn-login:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.header-user-btn.btn-login {
    border-radius: var(--radius-lg) !important;
    padding: 10px 22px !important;
}

a.btn.btn-outline-dark.mr-2.header-cotizador-btn.btn-cotizador {
    border: 2px solid #212529;
}

/* =========================================================
   🔧 MENU & ELEMENTOS DE NAVEGACIÓN
   ========================================================= */
.iqitmegamenu {
    background-color: var(--primary-color) !important;
}


/* =========================================================
   🏷️ FLAGS DE PRODUCTOS (Ej: "Nuevo")
   ========================================================= */
.product-flag.new {
    background-color: var(--primary-color) !important;
}


/* =========================================================
   📄 COPYRIGHTS EN EL FOOTER
   ========================================================= */
.copyrights {
    color: var(--white-color) !important;
    margin: 0px;
}

/* =====================================================
   FIX: Quitar redondeado del input de cantidad (TouchSpin)
   ===================================================== */
.bootstrap-touchspin .form-control,
.bootstrap-touchspin input[type="number"] {
    border-radius: 0 !important;
    height: 50px !important;
    background-color: var(--gray-light) !important;
    background: #fff !important;

}

/* Botones up/down unidos correctamente */
.bootstrap-touchspin .input-group-btn-vertical .btn {
    /* border-radius: 0 !important;
    height: 23px !important;
    padding: 0; */
}


/* =========================================================
   🔢 PAGINACIÓN PERSONALIZADA
   ========================================================= */
.pagination .page-list li.current,
.pagination .page-list li {
    border: none !important;
}

.page-list li {
    display: inline-block !important;
    margin: 0 4px !important;
}

.page-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: 2px solid var(--primary-color);
    border-radius: 10px;
    color: var(--primary-color) !important;
    font-weight: 600;
    background: var(--white-color);
    transition: 0.2s;
}

.page-list li a:hover {
    background: #ffecec;
}

.page-list li.current a,
.page-list li.current span {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--white-color) !important;
}

/* Flechas next/prev */
.page-list li a.next,
.page-list li a.previous {
    font-size: 16px;
    line-height: 1;
}

.page-list li a.next i,
.page-list li a.previous i {
    color: var(--primary-color);
}

.page-list li.current a.next i {
    color: var(--white-color);
}

/* =========================================================
   🔢 PAGINACIÓN PERSONALIZADA PARA BOOTSTRAP
   ========================================================= */

.pagination {
    gap: 6px;
}

.pagination .page-item {
    border: none !important;
}

.pagination .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: 2px solid var(--primary-color) !important;
    border-radius: 10px !important;
    color: var(--primary-color) !important;
    font-weight: 600;
    background: var(--white-color) !important;
    transition: 0.2s;
}

/* Hover */
.pagination .page-link:hover {
    background: #ecf5ff !important;
    color: var(--primary-color) !important;
}

/* Activo */
.pagination .page-item.active .page-link {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--gray-light) !important;
}

/* Flechas prev/next */
.pagination .page-link:hover i {
    color: var(--primary-color) !important;
}

.pagination .page-item.active .page-link i {
    color: var(--white-color) !important;
}

/* Elimina colores default de Bootstrap */
.pagination .page-link:focus {
    box-shadow: none !important;
}


/* =========================================================
   🟥 BOTONES ESTANDARIZADOS 
   ========================================================= */

/* ✔ Botón primario */
.btn-primary {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
    border-radius: var(--radius-lg) !important;
    padding: 12px 24px !important;
    font-weight: 400 !important;
    transition: .25s ease !important;
}

/* Hover */
.btn-primary:hover, .btn-outline-primary:hover {
    background: var(--primary-hover) !important;
    border-color: var(--primary-hover) !important;
    
}


.btn-outline-dark:hover,.btn-primary:hover, .btn-outline-primary:hover, .rg-tab-btn:hover, .btn-outline-secondary:hover, .page-link:hover{
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); 
}

/* ✔ Botón secundario */
.btn-secondary {
    background: #fff !important;
    border: 2px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    border-radius: var(--radius-md) !important;
    padding: 12px 24px !important;
    font-weight: 600;
}

/* Hover */
.btn-secondary:hover,
.pagination .page-list li.current a {
    background: var(--primary-color) !important;
    color: #fff !important;
}

/* ✔ Botón deshabilitado */
.btn-disabled,
.btn-primary:disabled {
    opacity: .5 !important;
    cursor: not-allowed !important;
}


/* =========================================================
   📝 INPUTS, FORMS & SELECT2
   ========================================================= */

/* ✔ Estilo unificado para TODOS los inputs del sitio */
.form-control,
.select2-selection--single {
    background: var(--gray-light) !important;
    border: 1px solid var(--gray-medium) !important;
    border-radius: var(--radius-md) !important;
    padding: 10px 16px !important;
    font-size: 15px !important;
    transition: .25s ease !important;
}

#rgpromotive-search-widget .form-control {
    height: 45px !important;
}

.select2-container .select2-selection--single {
    height: auto !important;
}

/* Focus */
.form-control:focus,
.select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 4px rgba(0, 127, 238, 0.25) !important;
    background: #fff !important;
    outline: none !important;
}

/* Flecha de Select2 */
.select2-selection__arrow {
    top: 8px !important;
    right: 10px !important;
}

/* Select2 Multiple */
.select2-selection--multiple {
    background: var(--gray-light) !important;
    border: 1px solid var(--gray-medium) !important;
    border-radius: var(--radius-md) !important;
    min-height: 46px !important;
    padding: 4px 8px !important;
}


/* =========================================================
   🏷️ LABELS, ERRORES Y AYUDAS
   ========================================================= */

/* ✔ Etiquetas de formulario */
label {
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--gray-dark);
    font-size: 14px;
}

/* ✔ Mensajes de error */
.form-error,
.text-danger {
    color: var(--primary-color) !important;
    font-size: 13px;
    margin-top: 5px;
}

/* ✔ Mensajes de ayuda */
.form-hint,
.help-block {
    font-size: 13px;
    color: var(--gray-dark);
}


/* =========================================================
   ☐ CHECKBOXES & RADIOS (estilo general)
   ========================================================= */
input[type="checkbox"],
input[type="radio"] {
    accent-color: var(--primary-color) !important;
    width: 18px;
    height: 18px;
}


/* =========================================================
   🔍 ESTILOS DEL WIDGET DE BUSCADOR AVANZADO
   ========================================================= */

.rg-card {
    background: #fff;
    border: 1px solid #E9E9E9;
    border-radius: 20px;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}


/* Caja del widget */
#rgpromotive-search-widget,
.my-account-page-content-wrapper,
.page-authentication #content,
.page-customer-account #content {
    background: #fff !important;
    border-radius: 25px !important;
    padding: 35px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.10) !important;
}

/* Tabs Styles Removed (Converted to Custom Steps) */


/* ============================================
   LOGIN: Estilo unificado para input + botón de mostrar contraseña
   ============================================ */

/* Contenedor del grupo */
.input-group.js-parent-focus {
    border-radius: var(--radius-lg);
    overflow: hidden;
    /* Uniforma bordes redondeados */
    background: var(--gray-light);
    border: 1px solid var(--gray-medium);
}

/* Input */
.input-group .form-control.js-visible-password {
    border: none !important;
    background: var(--gray-light) !important;
    height: 48px !important;
    font-size: 16px !important;
    padding-left: 16px !important;
}

/* Botón del ojo */
.input-group .btn[data-action="show-password"] {
    border: none !important;
    background: #fff !important;
    width: 48px !important;
    height: 48px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--gray-medium) !important;
    transition: .25s ease;
}

/* Hover en el botón */
.input-group .btn[data-action="show-password"]:hover {
    background: var(--gray-light) !important;
}

/* Ícono */
.input-group .btn[data-action="show-password"] i {
    font-size: 18px;
    color: var(--gray-dark);
}



.catalog-filters .col-md-3 {
    display: flex;
    align-items: center;
    gap: 10px;
    /* separación entre botones */
}

.catalog-filters .col-md-3 .btn {
    width: 100 !important;
    white-space: nowrap;
}

/* ============================================================
   🎨 BOTONES MOBILE – ESTILO PROMOTIVE
   ============================================================ */

.mobile-main-bar .m-nav-btn {
    background: var(--primary-color) !important;
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    border: 2px solid var(--primary-color) !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    margin-left: 10px;
}

/* Íconos blancos */
.mobile-main-bar .m-nav-btn i {
    color: #fff !important;
    font-size: 20px !important;
}

/* Ocultar texto */
.mobile-main-bar .m-nav-btn span {
    display: none !important;
}

/* ============================================================
   🟣 COTIZADOR – CIRCLE BLANCO + BORDE NEGRO + ÍCONO NEGRO
   ============================================================ */

.col-mobile-btn-cotizador .m-nav-btn {
    background: #fff !important;
    border: 2px solid #000 !important;
    /* borde negro */
}

.col-mobile-btn-cotizador .m-nav-btn i {
    color: #000 !important;
    /* ícono negro */
}


/* ============================================================
   🍔 MENÚ HAMBURGUESA – MOVER A LA IZQUIERDA PARA QUE NO TOQUE
   ============================================================ */

.col-mobile-btn-menu {
    padding-right: 10px !important;
    /* separa del borde derecho */
}

.col-mobile-btn-menu .m-nav-btn {
    margin-right: 5px !important;
    /* espacio extra */
}


/* Opción estética (si querés que se vea más centrado verticalmente) */
.mobile-main-bar .row-mobile-header>.col-auto {
    display: flex;
    align-items: center;
}


/* Ícono antes de "Categorías" */
#cbp-hrmenu-tab-6 .cbp-tab-title {
    display: inline-flex;
    align-items: center;
}

#cbp-hrmenu-tab-6 .cbp-tab-title::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    /* SVG embebido */
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H7.75002V7.75002H1V1ZM12.25 1H19V7.75002H12.25V1ZM1 12.25H7.75002V19H1V12.25ZM12.25 15.625C12.25 16.5201 12.6056 17.3786 13.2385 18.0115C13.8715 18.6445 14.7299 19 15.625 19C16.5201 19 17.3786 18.6445 18.0115 18.0115C18.6445 17.3786 19 16.5201 19 15.625C19 14.7299 18.6445 13.8715 18.0115 13.2385C17.3786 12.6056 16.5201 12.25 15.625 12.25C14.7299 12.25 13.8715 12.6056 13.2385 13.2385C12.6056 13.8715 12.25 14.7299 12.25 15.625Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}


/* =============================
   RG SEARCH – MOBILE (ACCORDION)
============================= */

.rg-search-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.rg-tab-btn {
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    border: 2px solid var(--primary-color);
    border-radius: var(--radius-lg);
    text-align: center;
    color: var(--primary-hover);
    transition: .25s ease;
    margin-bottom: 8px;
}

.rg-tab-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.rg-tab-btn.active {
    background: #fff;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.rg-tab-content {
    width: 100%;
    padding: 15px;
    border: none;
}

#rgpromotive-search-widget .rg-tab-content {
    display: none;
}

#rgpromotive-search-widget .rg-tab-content.active {
    display: block;
}

/* =============================
   DESKTOP (TABS CLÁSICOS)
============================= */
@media (min-width: 768px) {

    .footer-logo{
        margin-bottom: 2rem;
    }
   
    .rg-text-center-desktop {
        text-align: center;
    }

    .rg-tab-btn {
        width: auto;
        order: 1;
        margin: 0;
        background: #fff !important;
        border: 2px solid var(--gray-medium) !important;
        border-radius: var(--radius-lg) !important;
        font-weight: 400 !important;
        padding: 8px 20px !important;
        color: var(--primary-hover) !important;
        transition: .25s ease !important;
        text-transform: none;
    }

    .rg-tab-btn:hover {
        border-color: var(--primary-color) !important;
        color: var(--primary-color) !important;
    }

    .rg-tab-btn.active {
        border-color: var(--primary-color) !important;
        color: var(--primary-color) !important;
        background: #fff !important;
    }

    .rg-tabs-separator {
        order: 2;
        width: 100%;
        height: 1px;
        background: transparent;
        margin: 20px 0;
    }

    .rg-tab-content {
        order: 3;
        border: none;
        padding-top: 20px;
    }
}

/* =============================
   my-account (style)
============================= */
.my-account-pill-link {
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    border: 2px solid var(--primary-color);
    border-radius: 50px; 
    font-weight: 400;
    text-align: center;
    color: var(--primary-hover);
    transition: .25s ease;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
}

.my-account-pill-link i {
    margin-right: 10px;
}

.my-account-links-dashboard {
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem 0;
}

.page-footer {
    display: none;
}


.my-account-btn {
 
}
.my-account-btn:hover, .my-account-btn:focus, .my-account-btn:active, .my-account-pill-link:hover, .my-account-pill-link:focus, .my-account-pill-link:active {
    border-color: var(--primary-color);
    color: var(--primary-color);
    text-decoration: none;
    border: 2px solid var(--primary-color);
    background: #fff;
}
.my-account-btn i {
    margin-right: 10px;
}

select.form-control:not([size]):not([multiple]) {
    height: 3.625rem;
}

.autocomplete-suggestions .price,
.autocomplete-suggestions .product-price {
    color: var(--gray-dark) !important;
    font-weight: 500;
     display: none !important;
}


.actions-cell .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.actions-cell {
    vertical-align: middle;
}


/* =============================
   Tooltip Bootstrap – estilo custom
============================= */

.tooltip .tooltip-inner {
    background-color: var(--primary-color, #173A59) !important;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 6px;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--primary-color, #173A59);
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: var(--primary-color, #173A59);
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: var(--primary-color, #173A59);
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: var(--primary-color, #173A59);
}

/* =============================
   Catalogo móvil
============================= */

.rg-catalog-mobile {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.catalog-card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 10px 12px;
    background: #fff;
    font-size: 14px;
}

.catalog-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.catalog-card-header strong {
    font-size: 13px;
}

.catalog-card-actions .btn {
    padding: 2px 6px;
}

.product-name {
    font-size: 14px;
    margin-bottom: 6px;
}

.product-name small {
    display: block;
    color: #777;
    font-size: 12px;
}

.catalog-card-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    line-height: 1.4;
}

.catalog-card-row.price strong , .btn-icon, .edit-product, .save-product, .cancel-product{
    color: var(--primary-color);
}


.edit-product:hover,.edit-product:hover,.edit-product:hover, .btn-icon:hover{
    color: var(--primary-hover);
}


@media (max-width: 767px) {

    .my-account-page-content-wrapper {
        padding: 1.5rem !important;
    }

    .tooltip .tooltip-inner{
        display: none;
    }
     /* botones ok, no se tocan */
    .catalog-card-actions {
        display: flex;
        gap: 8px;
    }

    .catalog-card-actions .btn {
        width: 24px;
        height: 34px;
        padding: 0;
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
            border: none !important;

    }

    .catalog-card-row .stock-input,
    .catalog-card-row .price-input {
        display: block;
        width: 100%;
        margin-top: 6px;
    }

    .catalog-card {
        padding: 2px 6px;
        border: 2px solid #205c9011;
        border-radius: 0px;
    }
}


/* Botones +/- */
.qty-pill .qty-btn {
  width: 0px;
  height: 36px;
  border: 0;
  background: transparent;
  border-radius: 16px;
  font-size: 28px;
  line-height: 1;
  color: #6c757d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.qty-pill .qty-btn:hover {
  background: rgba(0,0,0,0.06);
}

.qty-pill .qty-btn:active {
  transform: translateY(1px);
}

/* Input centrado */
.qty-pill .qty-input {
  width: 60px;
  height: 36px;
  border: 0;
  outline: 0;
  background: transparent;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #343a40;
  padding: 0;
}

/* Quitar spinners del input number */
.qty-pill .qty-input::-webkit-outer-spin-button,
.qty-pill .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-pill .qty-input[type=number] {
  -moz-appearance: textfield;
}

/* Estado focus más prolijo */
.qty-pill:focus-within {
  box-shadow: 0 0 0 3px rgba(13,110,253,0.15);
}


#blockcart-modal span.modal-title {
    font-size: 1.2rem !important;
}

#blockcart-modal .modal-dialog {
    max-width: 520px;
    width: 100%;
}

#module-rgmundorepuestos-cotizaciones .page-header {
    display: none !important;
}

#module-rgmundorepuestos-cotizador header.page-header {
    padding: 0px 10px;
}

#wrapper .breadcrumb {
    padding: 10px 10px 0px 10px;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 22px;
}

.breadcrumb li > span {
    font-weight: bold;
    color: var(--primary-color);
}

.quantity-head {
    color: var(--primary-hover);
    font-size: 14px;
    border: 1px solid #205b9061;
    border-radius: 18px;
    padding: 8px 12px;
    margin-bottom: 14px !important;
    background-color: #205b9024;
}

#cotizadorContent .table-responsive {
    overflow-x: inherit !important;
}
#module-rgmundorepuestos-cotizador .product-compact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}

button#btnGuardarCotizacion {
    font-size: 16px;
    background-color: var(--primary-hover) !important;
}