/* REDISEÑO SITIO WEB*/
.mega-menu .menu-links>li>a.nav-link.active {
  color: #fa2736 !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000 !important;
}

/* --- Compatibilidad BS3 a BS5 --- */
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.row.d-flex,
.row.justify-content-center {
  display: flex !important;
  flex-wrap: wrap;
}

.row.d-flex:before,
.row.d-flex:after {
  display: none !important;
}

.row.justify-content-center>[class*='col-'] {
  float: none !important;
}

.me-3 {
  margin-right: 15px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.ms-3 {
  margin-left: 15px !important;
}

/*-------------------------------
   Service  Section  CSS
-------------------------------*/
.service-card .service-info .service-icon {
  display: block;
  text-align: center;
  line-height: 80px;
  position: absolute;
  top: -40px;
  right: 5px;
  z-index: 2;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 4px 25px rgba(79, 139, 173, 0.15);
  overflow: hidden;
}
.service-card .service-info .service-icon i {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 30px;
  color: #fa2837;
}
.service-card:hover .service-info .service-icon i{
  color: white !important;
}
.service-card .service-info .service-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;          
  height: 100%;       
  background-color: #fa2837;
  opacity: 0;
  transition: all ease .5s;
  z-index: -1;        
}
.service-card:hover .service-info .service-icon:after {
  width: 100%; 
  opacity: 1;
}
.service-card h3:hover a{
  color: #fa2837 !important;
}
/* -------------------------------------
    CSS VENDE TU AUTO   
  ------------------------------------- */
.inventory-banner-bg {
  position: relative;
  background-image: url('/view/assets/img/b1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px !important;
}

.inventory-banner-bg .banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.75));
  z-index: 1;
}

.inventory-banner-bg .banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 40px;
  max-width: 820px;
}

.inventory-banner-bg h2 {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
}

.banner-features {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.inventory-banner-bg .lead {
  font-size: 1.15rem;
  opacity: 0.95;
  color: white !important;
}

.pt-95 {
  padding-top: 95px;
}

@media (max-width: 768px) {
  .inventory-banner-bg {
    min-height: 250px;
  }

  .inventory-banner-bg h2 {
    font-size: 3rem;
  }

  .inventory-banner-bg .lead {
    font-size: 1rem;
  }

  .pt-95 {
    padding-top: 60px !important;
  }

  /* width 100 */
  .wdt-100 {
    width: 100%;
  }
  .mt-20{
    margin-top: 25px;
  }

  .car-km-card,
  .car-color-card {
    flex: 1 1 calc(50% - 10px);
    min-width: calc(50% - 10px);
    padding: 10px 5px;
    font-size: 14px;
  }

  .wizard-captcha-inline {
    transform: scale(0.85);
    transform-origin: left top;
    overflow: hidden;
  }

  .footer-top .widget .logo {
    max-width: 70%;
  }
}

/** seccion 2 */
.service-card.height-service {
  height: 200px !important;
  background: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
  border: 1px solid #eee;
}

.service-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-info h3 a {
  color: #232323;
  text-decoration: none;
}

.service-info p {
  font-size: 14px;
  color: #666;
}

.divider-coqueto {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0;
}

.divider-coqueto .linea {
  height: 2px;
  flex-grow: 1;
  background: linear-gradient(to right, transparent, #fa2837, transparent);
  opacity: 0.5;
}

.beneficio-item {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s ease;
}

.beneficio-item:hover {
  transform: translateY(-5px);
}

.beneficio-item i {
  font-size: 24px;
  color: #fa2837;
  min-width: 40px;
  text-align: center;
}

.beneficio-item p {
  margin: 0;
  font-weight: 600;
  color: #333;
  font-size: 15.2px;
  line-height: 1.2;
}

/** formulario */
.wizard-form-container {
  position: relative;
  margin: 0 auto;
}

/* Títulos de cada paso */
.wizard-step-title {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
  color: #000;
}

/* Inputs y Selects */
.wizard-input-custom {
  height: 50px !important;
  font-size: 16px !important;
  width: 100%;
}

.wizard-input-center {
  text-align: center;
  font-size: 18px !important;
}

.wizard-privacy-box {
  margin-bottom: 20px;
  background: #fef2f2;
  padding: 15px;
  border-radius: 8px;
}

.wizard-label-sm {
  font-size: 13px;
}

/* Botones de Acción*/
.btn-wizard-submit {
  width: 100%;
  height: 55px;
  background: #fa2837;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  transition: background 0.3s ease;
}

.btn-wizard-submit:hover {
  background: #d9232f;
  color: #fff;
}

.btn-wizard-secondary {
  width: 100%;
  padding: 15px;
  background: #4b6388;
  border: none;
  margin-top: 20px;
  color: #fff;
}

.wizard-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
}

.btn-nav-prev {
  background: #bcbcbc;
  color: white;
  padding: 10px 25px;
  border-radius: 4px;
  border: none;
  transition: opacity 0.3s;
}

.btn-nav-next {
  background: #000;
  color: white;
  padding: 10px 40px;
  border-radius: 4px;
  border: none;
  font-weight: 700;
  font-size: 16px;
  transition: background 0.3s;
}

.btn-nav-next:hover {
  background: #fa2837;
  color: #fff;
}

/* Kilometraje y Color */
.car-km-cards,
.car-color-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

/* Estilo base de las tarjetas */
.car-km-card,
.car-color-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 150px;
}

.car-km-card p,
.car-color-card p {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}

/* Efecto Hover y Selección */
.car-km-card:hover,
.car-color-card:hover {
  border-color: #fa2837;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.car-km-card.active,
.car-color-card.active {
  border-color: #fa2837;
  background-color: #fff1f1;
  box-shadow: 0 0 0 2px #fa2837;
}

.car-color-card {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Títulos y Textos */
.wa-always-section h4 {
  font-weight: 900;
  margin-bottom: 5px;
  color: #232323;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: -0.5px;
}

.wa-always-section p {
  margin-bottom: 0;
  color: #555;
  font-weight: 500;
}

.text-red-brand {
  color: #fa2837 !important;
  font-weight: 700;
}

/* Icono Lateral */
.wa-icon-main {
  font-size: 40px;
  color: #fa2837;
  opacity: 0.8;
}

/* Botón Personalizado */
.btn-wa-custom {
  display: inline-flex;
  align-items: center;
  background-color: #fa2837;
  color: white !important;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(250, 40, 55, 0.25);
  transition: all 0.3s ease;
}

.btn-wa-custom:hover {
  background-color: #d11f2c !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(250, 40, 55, 0.35) !important;
}

.btn-wa-custom i {
  font-size: 22px;
  margin-right: 12px;
}

/* SECCIONES FINANCIAMIENTO - GARANTIAS*/
.section-title-one>span,
.section-title-two>span,
.content-title-one>span,
.content-title-two>span {
  font-size: 18px;
  color: #ed1c24;
  position: relative;
  padding-left: 34px;
  display: inline-block;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 8px;
  position: relative;
  z-index: 1;
}

.section-title-one>span:before,
.content-title-one>span:before {
  position: absolute;
  bottom: 7px;
  left: 0;
  content: "";
  width: 30px;
  height: 2.3px;
  background-color: #ed1c24;
}

.section-title-one h2,
.section-title-two h2,
.content-title-one h2,
.content-title-two h2 {
  font-size: 36px;
  font-weight: 900;
  margin: 0;
}

.mb-40 {
  margin-bottom: 40px !important;
}

/* ==================================================
   CARD BASE 
================================================== */

.product-card-one {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    transition: .3s;
}

.product-card-one:hover {
    transform: translateY(-4px);
}

.inventory-item{
    margin-bottom:30px;
}

/* ==================================================
   IMAGEN
================================================== */

.product-img {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #f5f5f5;
}

.product-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* ==================================================
   FAVORITO
================================================== */

.product-img .favorite {
    position: absolute;
    left: 15px;
    top: 8px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    z-index: 5;
}

/* ==================================================
   BADGE OFERTA
================================================== */

.offer-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.offer-badge span {
    display: inline-block;
    background: #dc3545;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

.offer-badge i {
    margin-right: 4px;
}

/* ==================================================
   GARANTIGOCAR
================================================== */

.icon-garantigocar {
    position: absolute;
    top: 205px;
    right: 15px;
    z-index: 5;
    max-width: 20%;
}

/* ==================================================
   CONTENIDO
================================================== */

.product-info {
    padding: 22px 15px 15px;
}

.product-title {
    margin: 0 0 8px;
    min-height: 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
}

.product-title a {
    color: #111;
    text-decoration: none;
}

.product-title a:hover{
  color: #ed1c24;
  text-decoration: none;
}

.product-title a:hover {
    text-decoration: none;
}

.product-meta {
    margin-bottom: 15px;
    color: #666;
    font-size: 11px;
}

/* ==================================================
   AGENCIA
================================================== */

.product-agency {
    margin-bottom: 18px;
    color: #666;
    font-size: 13px;
}

.product-agency i {
    color: #fa2736;
    margin-right: 5px;
}

/* ==================================================
   ACCIONES
================================================== */

.product-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-actions .btn {
    font-weight: 600;
}

.btn-whatsapp {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: #25D366 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-whatsapp i {
    font-size: 22px;
}

.btn-details {
    min-width: 140px;
    padding: 12px 20px;
    border: none;
    border-radius: 0;
    background: #f1f3f8;
    color: #fa2736 !important;
    font-weight: 700;
    text-align: center;
    transition: all .25s ease;
}

.btn-details:hover {
    background: #fa2736 !important;
    color: #fff !important;
    text-decoration: none;
}

/* ==================================================
   BUSCADOR
================================================== */

.inventory-search-modern {
    margin-bottom: 15px;
}

.inventory-search-form {
    width: 100%;
}

.search-input-wrapper {
    position: relative;
    width: 100%;
}

.inventory-search-input {
    width: 100%;
    height: 60px;
    padding: 0 70px 0 24px;
    border: 1px solid #dcdcdc;
    border-radius: 18px;
    background: #f8f8f8;
    color: #222;
    font-size: 18px;
    outline: none;
    transition: all .25s ease;
}

.inventory-search-input:focus {
    border-color: #111;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0,0,0,.04);
}

.inventory-search-input::placeholder {
    color: #777;
}

.inventory-search-btn {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #f1f1f1;
    color: #111;
    font-size: 18px;
    transition: all .2s ease;
}

.inventory-search-btn:hover {
    background: #111;
    color: #fff;
}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .inventory-search-input {
        height: 56px;
        padding-left: 18px;
        border-radius: 16px;
        font-size: 15px;
    }

    .inventory-search-btn {
        width: 38px;
        height: 38px;
        right: 10px;
    }

    .modal-search-title,
    .modal-featured-title h3 {
        font-size: 25px;
    }

}

/* ==================================================
   MODAL / SIDEBAR
================================================== */

.sidebar-popup {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999999999;
    overflow-y: auto;
    transition: all .4s ease;
}

.sidebar-popup.active {
    right: 0;
}

.sidebar-popup-wrap {
    position: relative;
    padding: 40px 15px 60px;
}

.close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #fa2837;
    color: #fff;
    font-size: 20px;
    z-index: 2;
}

.modal-search-logo {
    margin-bottom: 20px;
}

.modal-search-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.modal-search-subtitle {
    color: #777;
    margin-bottom: 35px;
}

.modal-search-input-wrapper {
    position: relative;
    margin-bottom: 60px;
}

.modal-search-input {
    width: 100%;
    height: 60px;
    padding: 0 70px 0 25px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 18px;
}

.modal-search-btn {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    color: #000;
}

/* ==================================================
   TITULO DESTACADOS
================================================== */

.modal-featured-title {
    margin-bottom: 30px;
}

.modal-featured-title span {
    display: block;
    margin-bottom: 10px;
    color: #fa2837;
    font-weight: 600;
}

.modal-featured-title h3 {
    font-size: 30px;
    font-weight: 700;
}

/* ==================================================
   SLIDER AUTOS
================================================== */

.product-slider-one {
    margin-top: 30px;
}

.product-item-slider {
    padding: 10px;
}

/* ==================================================
   PRECIO
================================================== */

.product-price-wrapper {
    margin-bottom: 18px;
    padding: 15px;
    background: #f5f5f7;
    border-radius: 8px;
}

.monthly-price {
    color: #fa2736;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.monthly-price span {
    color: #444;
    font-size: 12px;
    font-weight: 600;
}

.total-price {
    margin-top: 8px;
    color: #666;
    font-size: 15px;
}

/* ==================================================
   OWL CAROUSEL
================================================== */

#modal-buscador-destacados .owl-stage {
    display: flex;
}

#modal-buscador-destacados .owl-item {
    display: flex;
}

#modal-buscador-destacados .product-card-one {
    width: 100%;
}

/* ======================================
   SLIDER MARCAS
====================================== */
.slider-brands{
    margin:10px 0;
}

.slider-container{
    position:relative;
    display:flex;
    align-items:center;
}

.tab-menu-marcas{
    display:flex;
    gap:20px;
    overflow-x:auto;
    overflow-y:hidden;
    white-space:nowrap;
    padding:10px 60px;
    margin:0;
    list-style:none;
    scrollbar-width:none;
    -ms-overflow-style:none;
}

.tab-menu-marcas::-webkit-scrollbar{
    display:none;
}

.tab-marca-item{
    flex:0 0 auto;
}

/* CARD MARCA */
.tab-marca-item a{
    width:140px;
    height:58px;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:999px;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
    gap:12px;
    padding:0 18px;
    text-decoration:none;
    transition:.25s ease;
}

.tab-marca-item a:hover{
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transform:translateY(-2px);
}

.marca-icon{
    width:34px;
    height:34px;
    object-fit:contain;
    flex-shrink:0;
    margin:0;
}

.marca-nombre{
    font-size:14px;
    font-weight:500;
    color:#666;
    line-height:1;
}

/* FLECHAS */
.nav-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:36px;
    height:36px;
    border:none;
    border-radius:50%;
    background:#fff;
    box-shadow:0 4px 12px rgba(0,0,0,.12);
    font-size:15px;
    line-height:6px;
    text-align:center;
    z-index:10;
    cursor:pointer;
}

.nav-arrow:hover{
    box-shadow:0 8px 20px rgba(0,0,0,.18);
    color:#fa2736;
}

.nav-arrow.left{
    left:0;
}

.nav-arrow.right{
    right:0;
}

/*CSS FILTROS */
.btn-filter-toggle i{
    font-size:14px;
}

/* SELECT */
.filter-order{
    margin-bottom:20px;
}

.filter-order-select{
    height:48px;
    border-radius:14px;
    border:1px solid #e5e5e5;
    box-shadow:none;
}

/* SECCIONES */
.filter-section{
    border-bottom:1px solid #efefef;
}

.filter-section:last-child{
    border-bottom:none;
}

.filter-header{
    display:flex;
    align-items:center;
    padding:22px 0;
    cursor:pointer;
}

.filter-header:hover{
    color:#e62117;
}

.filter-header span{
    flex:1;
    margin-left:15px;
    font-size:17px;
    font-weight:600;
    color:#333;
}

.filter-header:hover span{
    color:#e62117;
}

/* ICONOS */
.category-icon{
    width:22px;
    text-align:center;
    font-size:18px;
    color:#333;
}

.filter-arrow{
    font-size:12px;
    color: #999;
    transition:.25s;
}

/* BODY */
.filter-body{
    display:none;
    padding-bottom:20px;
}
.filter-list{
    list-style:none;
    margin:0;
    padding:0;
    max-height:260px;
    overflow-y:auto;
}

.filter-list li{
    margin-bottom:10px;
}

/* CHECKBOX */
.filter-checkbox{
    display:flex;
    align-items:center;
    gap:10px;
    cursor:pointer;
    margin:0;
    font-weight:400;
    color: #5559;
}
.filter-checkbox input{
    margin:0;
}
.filter-checkbox span{
    font-size:14px;
}

/* ESTADOS */
.filter-group-title{
    font-weight:700;
    color:#e62117;
    margin:15px 0 10px;
}

/* PRECIO */
.btn-price{
    margin-top:15px;
    width: 100%;
    background: #e62117;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    transition: 0.3s;
    cursor: pointer;
}
.btn-price:hover{
    background: #e62117;
    color: #fff;
    box-shadow: 0 4px 10px rgba(230, 33, 23, 0.2);
}
.input-price{
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #eee;
    background: #f8f9fa;
    font-size: 14px;
    color: #333;
    outline: none;
}
.filter-arrow.open{
    transform:rotate(180deg);
}
.inventory-layout{
    margin-top:30px;
}
.inventory-sidebar{
    border-radius:20px;
    position:-webkit-sticky;
    position:sticky;
    top:120px;
    max-height:calc(100vh - 140px);
    overflow-y:auto;
}
#sidebar-container{
    position:-webkit-sticky;
    position:sticky;
    top:120px;
    align-self:flex-start;
}
#toggleSidebar {
    position: sticky;
    left: 2px;
    top: 5px;
    background-color: #fff;
    z-index: 1001;
    margin-bottom: 15px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: black;
    transition: all 0.3s ease;
    width: fit-content;
    padding: 6px 16px;
    gap: 10px;
    font-weight: 500;
    font-size: 15px;
}
.sidebar-filters{
    padding: 25px;
    box-shadow: 0px 4px 25px rgb(255, 255, 255);
    border-radius: 10px;
    background: white;
    top: 25px;
}
@media (max-width:767px){

    .tab-menu-marcas{
        gap:12px;
        padding:10px 45px;
    }

    .tab-marca-item a{
        width:125px;
        height:52px;
        padding:0 14px;
    }

    .marca-icon{
        width:30px;
        height:30px;
    }

    .marca-nombre{
        font-size:13px;
    }

    .gocar-benefits-content{
        margin-left: 15px;
    }
    .gocar-benefits-cards{
        margin: 3px;
    }
    /* .nav-arrow.right{
        display: none;
    }
    .nav-arrow.left{
        display: none;
    } */
}
/* ======================================
   ESTADO COLAPSADO
====================================== */

.inventory-sidebar.sidebar-collapsed{
    padding:15px;
}

.inventory-sidebar.sidebar-collapsed .sidebar-filters{
    display:none;
}

.inventory-sidebar.sidebar-collapsed .btn-filter-toggle{
    width:50px;
    height:50px;
    padding:0;
    justify-content:center;
    margin-bottom:0;
}

.inventory-sidebar.sidebar-collapsed #toggleText{
    display:none;
}

/** FILTROS MOBILE */
.mobile-filter-btn-wrap{
    margin:20px 0;
    position: fixed;
    bottom: 50px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: #e62117;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 1000;
    transition: background-color 0.3s ease;
}

.mobile-filter-btn{
    background:#e62117;
    color:#fff;
    border:none;
    border-radius:30px;
    padding:12px 2px;
    font-size: 25px !important;
    font-weight:600;
}

.mobile-filters-modal{
    position:fixed;
    inset:0;
    z-index:9999999999;
    display:none;
}

.mobile-filters-modal.active{
    display:block;
}

.mobile-filters-backdrop{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.mobile-filters-content{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    max-width:420px;
    height:100%;
    background:#fff;
    overflow-y:auto;
}

.mobile-filters-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:20px;
    border-bottom:1px solid #eee;
}

.mobile-filters-header h4{
    margin:0;
    font-weight:700;
}

.mobile-filters-header button{
    border:none;
    background:none;
    font-size:22px;
}

.mobile-filters-body{
    padding:20px;
}

.mobile-sidebar{
    position:static !important;
    max-height:none !important;
    overflow:visible !important;
    padding:0;
}
/** AUTOS PROMO */
.promo-slider-wrapper{
    margin-bottom:30px;
}

.promo-title{
    display:flex;
    align-items:center;
    margin-bottom:20px;
}

.promo-title h2{
    margin:0 0 0 12px;
    font-size:24px;
    font-weight:700;
}

.promo-icon{
    width:42px;
    height:42px;
    line-height:42px;
    text-align:center;
    border-radius:50%;
    background:#fff1f0;
    font-size:20px;
}

.promo-badge{
    position:absolute;
    top:10px;
    right:10px;
    z-index:5;
}

.promo-badge span{
    background:#e62117;
    color:#fff;
    padding:8px 12px;
    border-radius:6px;
}

.promo-price{
    margin:15px 0;
}

.current-price{
    font-size:22px;
    font-weight:700;
    color:#e62117;
}

.old-price{
    text-decoration:line-through;
    color:#999;
}

/** precio promo css */
.product-price-wrapper{
    margin: 12px 0;
}

.offer-price-row{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.offer-price{
    font-size: 20px;
    font-weight: 700;
    color: #e62117;
    line-height: 1;
}

.old-price{
    font-size: 13px;
    color: #8b8b8b;
    text-decoration: line-through;
    white-space: nowrap;
}

.offer-saving{
    margin-top: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #28a745;
}

/** css oferta */
.offer-badge{
    position:absolute;
    top:10px;
    right:1px;
    z-index:10;
}

.offer-badge span{
    display:inline-block;
    background:#dc3545;
    color:#fff;
    padding:4px 10px;
    border-radius:4px;
    font-size:13px;
    font-weight:700;
    box-shadow:0 2px 8px rgba(0,0,0,.2);
}

.offer-badge i{
    margin-right:4px;
}

/*rediseño leon*/
.category-grid-box-1 .short-description-1 ul li {
  display: inline-block;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  color: #1f1d22;
  margin-right: 10px;
  margin-bottom: 0;
}

/***  VERSION ESCRITORIO ***/
@media (min-width: 1400px) {
    .container{
        width: 1200px;
        padding-left: 1px !important;
        padding-right: 1px !important;
    } 
    .gocar-benefits-wrapper{
        margin: 50px;
    }
    .container-small{
        width: 1400px;
        padding-left: 1px !important;
        padding-right: 1px !important;
    } 
    /* .col-md-3-small{
        width: 20% !important;
    } */
}

