/* ========================================================================== 
	*  	API Variants
* ========================================================================== */

.variant-range {
  display: block;
}

.variant-range .embla__container.flex {
  flex-wrap: wrap;
}

.nc-head-variant .embla__slide__inner {
  height: 100%;
  padding-bottom: 20px;
}

.nc-head-variant .embla__button {
  fill: #CCCCCC;
}

.nc-head-variant .embla__button:hover {
  fill: #1637A0;
}

.nc-head-variant .embla__button--prev {
  left: -40px;
}

.nc-head-variant .embla__button--next {
  right: -40px; 
}

.variant-header {
  cursor: pointer;
  border-bottom: solid 2px #f5f5f5;
  padding: 10px 0;
  margin-bottom: 5px;
  background-color: transparent;
  border-radius: 0;
  text-align: left;
}

.nc-head-variant .embla__slide__inner {
  padding-bottom: 0;
}

.variant-header h3 {  
  font-size: 14px;
  color: #999;
  margin-bottom: 0;
}

.variant-header.active {
  border-bottom: solid 2px #1637A0;
  background-color: transparent;
}

.variant-header.active h3, .variant-header:hover h3 {
  color: #1637A0;
}

.variant-header img {  
  display: none;
}

.model-variant {
  display: none;
}

.model-variant.active {
  display: block;
}

@media (min-width:1025px) {

  .nc-head-variant .embla__slide__inner {
    padding-bottom: 20px;
  }
  
  .variant-range {
    margin: 0 0 60px;
  }
  
  .variant-range .embla__container.flex {
    flex-wrap: nowrap;
  }
  
  .variant-header {
    background-color: #ccc;
    height: 100%;
    padding: 20px 20px 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    transition: ease 0.3s all;
    cursor: pointer;
    border: none;
    margin-bottom: 0;
  }
  
  .variant-header h3 {  
    font-size: 16px;  
    text-align: center;
  }
  
  .variant-header.active h3, .variant-header:hover h3 {
    color: #fff;
  }
  
  .variant-header img {
    display: block;
    margin-top: auto;  
    margin-bottom: -50px;
  }

  .variant-header.active h3, .variant-header:hover h3 {
    color: #fff;
  }

  .variant-header.active, .variant-header:hover {  
    background-color: #1637A0;
  }
  
}

@media (max-width:499px) {
  
  .variant-range .embla__container.flex {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  
  .variant-range .flex>* {
    width: auto;
  }
  
}