/*  REPUESTOS  */
/*
 * Base Bootstrap
 * Componente Nombre: REPUESTOS VEHICULOS
 * Autor: DIVIT
 * Copyright: DIVIT
 */

 /*  REPUESTOS - INDICE  */

/*  00. general - #repuestos_vehiculos                        */
/*  01. repuestos-modelo--title                               */
/*  02. repuestos-modelo--image                               */
/*  03. repuestos-modelo--boton                               */
/*  04. repuestos-category                                    */
/*                                                            */
/*  30. RESPONSIVE                                            */

/* 00. General
--------------------------------------------------------------*/

.main-repuestos-carousel.owl-carousel button.owl-dot {
  display: none !important;
}

#repuestos_vehiculos .repuesto--title {
  font-size: 21px;
  padding:8px 20px 8px 10px;
  background-color: var(--color-primary);
}

#repuestos_vehiculos .repuesto--title span {
  color: white;
  /*background-color: #31308d;*/
}

.main-repuestos-carousel .owl-dots {
  text-align: center;
}

.main-repuestos-carousel button.owl-dot {
  display: inline-flex;
  border: 7px solid #00000057 !important;
  margin: 10px;
  border-radius: 50px;
}

.main-repuestos-carousel button.owl-dot.active:focus {
  outline: none;
}

.main-repuestos-carousel button.owl-dot.active {
  border: 9px solid black !important;
  text-decoration: none;
  border-radius: 50px;
}

.main-repuestos-carousel .owl-item {
  padding: 25px 20px;
}

.owl-theme .owl-controls .owl-buttons div {
  color: white;
  background-color: var(--color-secondary);
  opacity: 0.5;
  height: 25px;
  border-radius: 0;
}


.main-repuestos-carousel.owl-carousel .owl-dots.disabled,
.main-repuestos-carousel.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.main-repuestos-carousel.owl-carousel .owl-next {
  right: -20px;
}

.main-repuestos-carousel.owl-carousel .owl-prev {
  left: -20px;
}

.main-repuestos-carousel .owl-next, .main-repuestos-carousel .owl-prev {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 25px;
  height: 25px;
  z-index: 10;
}

.main-repuestos-carousel .owl-next {
  right: 0;
}

.main-repuestos-carousel .owl-prev {
  left: -7px;
}

.main-repuestos-carousel .repuesto-modelo .repuesto-modelo--title {
  color: black;
  font-size: 16px;
  min-height: 35px;
  line-height:120%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom:8px;
}

/* 02. repuesto-modelo--image
--------------------------------------------------------------*/
.main-repuestos-carousel .repuesto-modelo--image,
.main-repuestos-carousel .repuesto-modelo--image  img {
  height: 124px;
  width:182px;
  margin:auto;
}


.repuesto-modelo {
  text-align:center;
}

.repuesto-modelo .boton-rojo {
  width: 80% !important;
}

.main-repuestos-carousel.owl-carousel .owl-nav button.owl-next,
.main-repuestos-carousel.owl-carousel .owl-nav button.owl-prev,
.main-repuestos-carousel.owl-carousel button.owl-dot {
  color: #fff;
  background: var(--color-primary);
  font-size: 36px;
  font-weight: 800;
  line-height: 80%;
  overflow: hidden;
  width: 34px;
  height: 34px;
}
/* Hover */
.main-repuestos-carousel.owl-carousel .owl-nav button.owl-next:hover,
.main-repuestos-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.main-repuestos-carousel.owl-carousel button.owl-dot:hover {
  background: var(--color-primary);
}


.main-repuestos-carousel.owl-carousel .owl-nav button.owl-next span,
.main-repuestos-carousel.owl-carousel .owl-nav button.owl-prev span {
  position: relative;
  top: -6px;
}

.main-repuestos-carousel.owl-carousel.no-carousel {
  justify-content: center !important;
  display: flex !important;
}
.main-repuestos-carousel.owl-carousel.no-carousel .owl-nav.disabled {
  display: none !important;
}


/* 03 .repuesto-modelo--boton
--------------------------------------------------------------*/
.repuesto-modelo--boton a {
  background-color: var(--color-secondary);
  border-radius: 5px;
  color: white;
  padding: 6px 10px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  margin: 10px auto;
  width: 80%;
  display: block;
}
.repuesto-modelo--boton a:hover {
  background-color: var(--color-primary);
}

.repuesto-modelo--boton .fa-2x {
  font-size: 1.5em;
}


/* 04 .repuestos-category
--------------------------------------------------------------*/
.repuestos-category a {
  color: black;
  text-decoration: underline;
}


/*  RESPONSIVE */
/* - - - - - - - - - - - - - - - - - - - - - - - - */

/* TABLET */
@media (max-width:962px) {

}

/* MOBILE */
@media (max-width:600px) {

  #repuestos_vehiculos .repuesto--title {
    background-position-x: -120px;
    text-align:center !important;
    padding:5% 10%
  }

  .repuesto-modelo .boton-rojo {
    width: 60% !important;
  }

  .main-repuestos-carousel.owl-carousel.no-carousel .owl-nav.disabled {
    display: block !important;
  }

  .main-repuestos-carousel .owl-next {
    right: 10px !important;
  }

  .main-repuestos-carousel .owl-prev {
    left: 5px !important;
  }

}

/*  Fin - Responsive */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
