@font-face {
    font-family: "segoeBold";
    src: url("../fonts/segoe/Segoe UI Bold.ttf") format("truetype");
}

@font-face {
    font-family: "openSansRegular";
    src: url("../fonts/openSans/OpenSans.woff2") format('woff2'),
         url("../fonts/openSans/OpenSans.woff") format('woff');
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: SegoeBold;
}

.font-segoeBold,
strong {
    font-family: "segoeBold";
}

.text-blue-serna {
    color: #2547CC !important;
}

.text-blue-serna-dark {
    color: #0D2461 !important;
}

.text-primary {
    color: #2547CC !important;
}

.btn-primary {
    background-color: #2547CC;
    border-color: #2547CC;
}

.btn-primary:hover {
    background-color: #1a38a8;
    border-color: #1a38a8;
}

.btn-outline-primary {
    border-color: #2547CC;
    color: #2547CC;
}

.btn-outline-primary:hover {
    background-color: #2547CC;
    border-color: #2547CC;
    color: #fff;
}
/* El contenedor padre del botón (ej. body, main, o tu wrapper del layout) */
.page-wrapper {
    position: relative;
}
.whatsapp-btn {
    position: fixed;
    right: 15px; 
    bottom: 40px;
    z-index: 9999;
    display: flex; 
    align-items: center;
    justify-content: center;
    
    margin: 0; 
}

.whatsapp-size {
    width: 60px;
    height: 60px;
}

@media (max-width: 576px) {
.whatsapp-btn {
        display: none!important; 
    }
    body {
    padding-top: 60px;
}


}

p {
    padding-bottom: 1px;
    margin-bottom: 1px;
}

.pointer {
    cursor: pointer;
}

.card-body {
    background-color: #ffffff;
    border-radius: 12px;
    border: none;

    padding: 24px;
}

.card {
    border-radius: 12px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08), 0 2px 5px rgba(0, 0, 0, 0.1);
    /* border-top: 4px solid #194E96; */
}

/* ESTILOS DROPDOWN CARRITO DE COMPRA */
.dropdown-menu {
    padding: 0 !important;
    overflow: hidden;
    min-width: 350px;
}

.cart-fixed-header,
.cart-fixed-footer {
    background-color: #fff;
    position: sticky;
    z-index: 10;
}

.cart-fixed-header {
    top: 0;
}

.cart-fixed-footer {
    bottom: 0;
}

.tire-card-accent {
    background-color: #ffffff !important;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    border-left: 6px solid #2547CC;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease-in-out;
}

.tire-card-accent:hover {
    box-shadow: 0 6px 15px rgba(37, 71, 204, 0.15) !important;
    border-left: 6px solid #1a38a8;
}

.tire-card-accent .border-top {
    border-color: #f0f0f0 !important;
}

table td,
table th {
    white-space: nowrap;
}


/* Esconde los spinners up/down del <input type="number"> en el carrito.
   Tenemos botones +/- separados; los spinners nativos saturan visualmente. */
.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button,
.qty-input-page::-webkit-inner-spin-button,
.qty-input-page::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty-input,
.qty-input-page {
    -moz-appearance: textfield;
    appearance: textfield;
}
.qty-input:focus,
.qty-input-page:focus {
    outline: none;
    box-shadow: none;
}
