.product_tab_menu .nav .nav-item a.active {
  color: #CC0000 !important;
}

.pagination_wrapper .pagination li .number.active,
.pagination_wrapper .pagination li .number:hover {
  background-color: #CC0000;
  border-color: #CC0000;
}

.product_sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

@media (max-width: 768px) {
  .product_sidebar {
    position: relative;
    top: 0px;
  }
}

.single_ads_card .ads_card_content .ads_price_date .date {
  padding-top: 5px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #f8f9fa !important;
  margin-right: 10px !important;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 800px;
}

.swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  background: white !important;
  opacity: 0.8 !important;
}

.swiper-pagination-bullet-active {
  background-color: #CC0000 !important;
  border: 2px solid white !important;
}

.swiper-slide-vehicle {
  height: 350px !important;
  z-index: 10000000000000000 !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/*==================================================================
CODEPEN STYLES -(under codepen gear/setting icon)
==============================================++++++================*/

.pswp--open {
  z-index: 999999999999999 !important;
  transition: none !important;
}

.pswp img {
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.tippy-tooltip.light-theme {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: white;
}

.tippy-backdrop {
  background-color: white;
}

.tippy-roundarrow {
  fill: white;
}

/* Default (sharp) arrow */

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
  border-top-color: #fff;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom-color: #fff;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
  border-left-color: #fff;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
  border-right-color: #fff;
}

/* Round arrow */

.tippy-tooltip.light-theme .tippy-roundarrow {
  fill: #fff;
}

@media (max-width: 767px) {
  .swiper-slide-vehicle {
    height: 250px !important;
  }
}

.details {
  top: 500px !important;
}

.z-index-up {
  z-index: 99 !important;
}

.product_sidebar .sidebar_title::before {
  content: none;
  background-color: transparent;
}

.sidebar_title h1 {
  font-size: 32px;
}

.sidebar_title .sub_title {
  font-size: 16px;
}

.details-mini-boxes {
  background: #F3F3F4;
  border-radius: 8px;
  margin: 5px auto;
}

.details-mini-boxes h5.float-left {
  padding: 15px 0 15px 0;
  color: #5D5D5D;
  font-weight: normal;
}

.details-mini-boxes h5.float-right {
  margin-top: 15px;
  font-weight: 600;
}

.badge-optionals {
  padding: 10px 15px;
  border-radius: 16px;
}

.badge-optionals h5 {
  color: white;
  font-weight: 500;
}

.badge-dark {
  background-color: black;
}

.badge-dark h5 {
  color: white !important;
}

.box-shadow-default {
  box-shadow: 0px 4px 40px rgba(104, 108, 129, 0.15);
}

.content_description {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #5D5D5D !important;
}

@media (max-width: 767px) {
  .mobile-d-none {
    display: none;
  }
}

.proposta-mobile {
  padding: 20px 0;
  width: 100%;
  display: none;
  position: fixed;
  bottom: 0;
  background: white !important;
  z-index: 999999;
}

@media (max-width: 767px) {
  .proposta-mobile {
    display: block;
  }
}

.return {
  display: none;
}

@media (max-width: 767px) {
  .header_navbar {
    display: none;
  }

  .mobile-m-5 {
    margin: 0 !important;
  }

  .carousel-images.pt-30 {
    padding-top: 0 !important;
  }

  .return {
    display: block;
    position: absolute;
    z-index: 9999999999999;
  }

  .return i.uil {
    color: white;
    font-size: 48px;
    cursor: pointer;
  }
}

