.color-header .top-bar {
  background: linear-gradient(86deg, #000000 0%, #fa4e18 100%);
}
.color-header .top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.color-horizontalmenu .horizontal-main {
  background: #2e4fb1;
}
.socials {
  margin-top: 2px;
}
.active-option {
  background-color: #f3f3fa;
  color: #fa4e18;
}

@media only screen and (max-width: 991px) {
  .horizontalMenu > .horizontalMenu-list {
    background: linear-gradient(
      86deg,
      rgb(0 8 91) 0%,
      rgb(26 29 55) 100%
    ) !important;
  }
}

.slider-images .slider-img1:before,
.slider-images .slider-img2:before,
.slider-images .slider-img3:before {
  background: linear-gradient(
    86deg,
    rgb(43 165 251 / 47%) 0%,
    rgb(28 70 197 / 63%) 100%
  ) !important;
}

.badge-custom {
  background-color: #15307f;
}

.box-shadow2 {
  box-shadow: 0 1px 2px rgba(234, 238, 249, 0.9);
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.box-shadow2:hover {
  box-shadow: 0 5px 15px rgba(16, 49, 85, 0.2);
}

/*----- Carousel -----*/
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.6;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-indicators1.carousel-indicators {
  position: absolute;
  right: 0;
  top: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators1 li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.carousel-indicators1 li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators1 li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators1 .active {
  background-color: #fff;
}
.carousel-indicators2.carousel-indicators {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-top: 10px;
  list-style: none;
  margin: 13px 22px;
}
.carousel-indicators2 li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.carousel-indicators2 li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators2 li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators2 .active {
  background-color: #fff;
}
.carousel-indicators3.carousel-indicators {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  margin: 13px 22px;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-top: 10px;
  list-style: none;
}
.carousel-indicators3 li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.carousel-indicators3 li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators3 li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators3 .active {
  background-color: #fff;
}
.carousel-indicators4.carousel-indicators {
  position: absolute;
  right: 0;
  left: auto;
  margin: 22px 22px;
  bottom: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-top: 10%;
  list-style: none;
}
.carousel-indicators4 li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.carousel-indicators4 li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators4 li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators4 .active {
  background-color: #fff;
}
.carousel-indicators5.carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  margin: 22px 22px;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}
.carousel-indicators5 li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.carousel-indicators5 li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators5 li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators5 .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  top: 30%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.carousel-item-background {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 766px) {
  .multiple-cars .car-slide img {
    height: 100% !important;
  }
}

.car-slide a.carousel-control-next {
  position: absolute;
  width: 20% !important;
  height: auto;
  right: -1rem !important;
  top: 0;
  bottom: 0;
  left: auto;
  z-index: 1;
}
.car-slide a.carousel-control-prev {
  position: absolute;
  left: -1rem !important;
  width: 20% !important;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.multiple-cars .car-slide img {
  height: 170px;
}
.item-card9-imgs {
  position: relative;
}
.item-card9-imgs a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*----- Badge ------*/
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-secondary {
  color: #fff;
  background-color: #162946;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #162946;
}
.badge-success {
  color: #fff;
  background-color: #05a01f;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3adfab;
}
.badge-info {
  color: #fff;
  background-color: #1da1f3;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1594ef;
}
.badge-warning {
  color: #fff;
  background-color: #ffa22b;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #fa3;
}
.badge-danger {
  color: #fff;
  background-color: #ff382b;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #fb5b50;
}
.badge-light {
  color: #3d4e67;
  background-color: #f1f5fd;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #3d4e67;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.badge-pink {
  color: #fff;
  background-color: #ed3284;
}
.badge-pink[href]:focus,
.badge-pink[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ed3284;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 100%;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
}
.br-0 {
  border-radius: 0;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badgetext {
  float: right;
}
.badge-default {
  background: rgb(233, 239, 247);
  color: #7e8188;
}

.item-overly-trans .photo-counter {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 2;
  background-color: rgba(19, 28, 74, 0.48);
  border-radius: 2px;
  padding: 5px;
}
.photo-counter:hover {
  background-color: #191c39;
  transition: 1s;
}
.item-card9-icons .item-icon-bg i {
  color: white;
  font-weight: bold;
}
.item-card9-icons:hover .item-icon-bg {
  transition: 1s;
  background-color: white;
}
.item-card9-icons:hover .item-icon-bg i {
  color: #fa4e18;
}

.watch {
  background-color: #423b79;
  border: 1px solid #423b79;
  padding: 2px 5px 2px 5px;
  color: white;
  border-radius: 3px;
  cursor: pointer;
  font-size: 10px;
}

.watch i {
  color: white !important;
}
.watch:hover {
  background-color: #fa4e18;
  border: 1px solid #fa4e18;
  color: white;
}

.label.arrowed:before {
  border-width: 10px 8px;
}
.inventory-list li {
  font-size: 12px;
  line-height: 1;
  margin: 0;
  font-weight: 500;
  color: #31406f;
  line-height: 1.4;
}
.inventory-list li > i {
  font-size: 15px;
}
.btnc {
  background-color: #2e4fb1;
  border-color: #2e4fb1;
}
.btnc:hover {
  background-color: #fa4e18;
  border-color: #fa4e18;
}
.inventory-card:hover {
  box-shadow: 0px 8px 16px rgb(72 88 133 / 16%);
}

.inventory-search {
  position: relative;
  border-radius: 0.4rem;
  background-color: #ffffff;
  box-shadow: 0px 4px 16px rgb(72 88 133 / 12%);
}
.showmore-button-inner {
  border: 1px solid #1f2b59;
  color: #1f2b59;
}

.showmore-button-inner:hover {
  background-color: #1f2b59;
  border: 1px solid #1f2b59;
  color: white;
}
.card-title {
  font-size: 1rem;
  color: #423b79;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #423b79;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #423b79;
  border-color: #423b79;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #423b79;
  background-color: #423b79;
}
#inventory_price {
  border: 0;
  font-weight: 500;
  font-size: 18px;
}
.ui-widget-header,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #d1d7e4;
}
.ui-state-focus {
  border-color: #d1d7e4 !important;
  cursor: pointer;
}
.ui-state-hover {
  border-color: #d1d7e4 !important;
  cursor: pointer;
}
.btn-filter {
  background-color: #cfd7e8;
  border-color: #cfd7e8;
}

.clear-in-search {
  float: right;
  background: #423b79;
  border-radius: 25px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: -20px;
  color: white;
  font-size: 12px;
  cursor: pointer;
}
.top-bar {
  border-bottom: 2px solid #2e4fb1;
  background: #fff;
}
.top-bar .top-bar-left .socials li {
  border-left: unset;
}
.header-main .top-bar .contact li {
  border-left: unset;
}
.header-main .top-bar .contact li:last-child {
  border-right: unset;
}
.header-search .support-header i {
  background: #dbdceade;
  border: 1px solid #ecedf7;
}
.vehicle-tag {
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  color: #1f2b59 !important;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}
.vt-primary {
  background-color: #051190 !important;
  border: 1px dashed #051190 !important;
  color: white !important;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
  background: #2e4fb1;
}
.pointer {
  cursor: pointer;
}
.contact-error {
  color: white;
  background: #fa4e18;
  border-radius: 2px;
  padding: 5px;
}

.contact-error i{
  color:white;
}
.contact-success {
  color: white;
  background: #2e4fb1;
  border-radius: 2px;
  padding: 5px;
}
.contact-success i{
  color:white;
}