.my-garage-detail-section .my-garage-bodystyle-section,
.my-garage-detail-section .my-garage-ext-colour-section,
.my-garage-detail-section .my-garage-ext-transmission-section,
.my-garage-detail-section .my-garage-mileage-section {
  height: 60px;
  display: flex;
  align-items: center;
}

.lbx-vehicle-img-container .box-image {
  min-height: 222px;
  max-height: 222px;
}

.bg-white\/75 {
  background-color: rgb(255 255 255 / 75%);
}

.my-garage-vehicles-section .vehicle-car__section,
.my-garage-vehicles-section .vehicle-car__section .content__vehicle-car {
  width: 18.5rem !important;
}

/* Saved Vehicles Styles */
.heart {
  background-image: url(../img/web_heart_animation-1.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 1450px;
  cursor: pointer;
  display: flex;
  height: 25px;
  width: 50px;
  margin-left: -13px;
}

.heart:hover {
  background-position: right;
}

@-webkit-keyframes heartTransition {
  0% {
    background-position: left;
  }

  100% {
    background-position: right;
  }
}

@keyframes heartTransition {
  0% {
    background-position: left;
  }

  100% {
    background-position: right;
  }
}

.heart_animate {
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-name: heartTransition;
  -webkit-animation-timing-function: steps(28);
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-name: heartTransition;
  animation-timing-function: steps(28);
  background-position: right;
}

.favorite-item {
  display: flex;
  flex-direction: row;
}

.favorite-item-image {
  display: flex;
  z-index: 10;
  width: 8rem;
}

.shadow-save {
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: 4px 8px 15px 5px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 4px 8px 15px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 4px 8px 15px 5px rgba(0, 0, 0, 0.12);
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
