.fc-model-tabs {
  border-bottom: 0;
}

.fc-model-tabs .nav-item .nav-link {
  color: #5e5e5e;
  border: none;
}

.fc-model-tabs .nav-item .nav-link.active {
  color: #fff;
  border: none;
  border-bottom: 1px solid #e51937;
  background-color: transparent;
}

.fc-model-tabs .nav-link:focus,
.fc-model-tabs .nav-link:hover {
  border: none;
}

.model-links {
  display: flex;
}

.tab-content a {
  color: #e51937 !important;
  text-decoration: none;
  margin-right: 2rem;
}

.tab-content a:last-child {
  margin-right: unset;
}

.model-features {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5rem;
  flex-wrap: wrap;
}

.model-features .feature {
  text-align: center;
  width: 47%;
}

@media (min-width: 992px) {
  .model-features .feature {
    width: auto;
  }
}

.jeep-container {
  text-align: center;
  margin-top: 20px;
}

.jeep-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  transition: 0.3s ease-in-out;
}

.color-options {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.color-switch {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}

.color-switch.black {
  background-color: #2d2d2d;
}

.color-switch.red {
  background-color: #e11b2c;
}

.color-switch.green {
  background-color: #6d7b4e;
}

.color-switch:hover,
.color-switch.active {
  border: 3px solid #000000;
  box-shadow: 0 0 0 2px #e51836;
}

.myTabContent {
  padding-top: 2rem;
}

@media (min-width: 992px) {
  .myTabContent {
    padding-top: unset;
  }
}

/* Specs modal styles */
#specsModal .btn-close {
  padding-top: 29px;
  padding-right: 30px;
}

#specsModal .modal-body {
  padding-top: 0 !important;
}

.myTabContent p>span {
  color: #e51937;
}

.specifications-table h3 {
  color: #000;
}

.product-image-carousel .owl-nav button.owl-prev,
.product-image-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* Prev */
.product-image-carousel .owl-nav button.owl-prev {
  background-image: url('./rounded-prev.png');
  left: -10px;
}

/* Next */
.product-image-carousel .owl-nav button.owl-next {
  background-image: url('./rounded-next.png');
  right: -10px;
}

@media (min-width: 992px){
  * Prev */
.product-image-carousel .owl-nav button.owl-prev {
  left: -30px;
}

/* Next */
.product-image-carousel .owl-nav button.owl-next {
  right: -30px;
}
}

/* Hide the default ::before content Owl adds */
.product-image-carousel .owl-nav button span {
  display: none;
}

.color-text {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
}