/* VARIABLES */
/* MIXINS */
/*

  SINGLE CAR

*/
*, ::after, ::before {
  box-sizing: border-box;
}

#cd360-single-car label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
#cd360-single-car .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
#cd360-single-car h1 {
  color: #131313;
  font-weight: bold;
  font-size: 30px;
}
#cd360-single-car h2 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
#cd360-single-car .cd360-featured-image {
  padding-top: 20px;
}
#cd360-single-car .cd360-featured-image img {
  max-width: 100%;
}
#cd360-single-car #side-bar {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: #ffffff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 10px 20px;
  border: 1px solid #e7e7e7;
}
#cd360-single-car #side-bar .cd360_price {
  display: block;
  color: #1c69d4;
  font-size: 30px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
}
#cd360-single-car #side-bar .grey-bg {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #f2f5fb;
  padding: 20px;
  line-height: 40px;
  font-size: 20px;
}
#cd360-single-car #side-bar strong {
  font-weight: 600;
}
#cd360-single-car .card {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #f2f5fb;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#cd360-single-car .card h2 {
  margin: 0 0 10px 0;
  color: #000000;
}
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
  #cd360-single-car .card h2 {
    font-size: 20px;
  }
}
#cd360-single-car .card strong {
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: 500;
}
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
  #cd360-single-car .card strong {
    font-size: 15px;
  }
}
#cd360-single-car .card a {
  color: #131313;
  text-decoration: none;
}
#cd360-single-car .card a:hover {
  color: #1c69d4;
  text-decoration: none;
}
#cd360-single-car .card svg {
  fill: #1c69d4;
}
#cd360-single-car .card hr {
  border-top: none;
  border-bottom: 1px solid #e7e7e7;
}
#cd360-single-car .car-images .col-md-3 {
  margin-bottom: 10px;
}
#cd360-single-car .car-images img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  max-width: 100%;
  border: 2px solid transparent;
  opacity: 0.5;
}
#cd360-single-car .car-images img.active, #cd360-single-car .car-images img:hover {
  border: 2px solid #000000;
  opacity: 1;
}
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
  #cd360-single-car .car-images {
    display: none;
  }
}
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
  #cd360-single-car #seller_form .btn {
    width: 100%;
  }
}

/*
    ALL VEHICLES LISTING
*/
#cd360-vehicle-listing .cd360-vehicle-block .thumbnail {
  min-height: 200px;
}
#cd360-vehicle-listing .cd360-vehicle-block .description {
  color: #131313;
  padding: 20px 0;
}
#cd360-vehicle-listing .cd360-vehicle-block .description a {
  display: inline-block;
  color: #131313;
  font-weight: bold;
  width: 100%;
}
#cd360-vehicle-listing .cd360-vehicle-block .description a:hover {
  color: #1c69d4;
}
#cd360-vehicle-listing .cd360-vehicle-block .description a.text {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
  font-weight: normal;
}
#cd360-vehicle-listing .cd360-vehicle-block .description span.price {
  display: block;
  color: #1c69d4;
  font-size: 20px;
  padding: 10px 0;
  font-weight: 700;
}

/*
    CONTROLS
*/
.cd360-custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: auto;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cd360-form-group {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
  .cd360-form-group {
    width: 100%;
  }
}

.cd360-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*
    ROWS
*/
.cd360_row_auto {
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
  .cd360_row_auto {
    grid-template-columns: repeat(1, 100%);
  }
}

.cd360_row {
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 50%);
}

.cd360_row_three {
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 32%);
}
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
  .cd360_row_three {
    grid-template-columns: repeat(1, 100%);
  }
}

.cd360_row_icon {
  margin: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, minmax(5%, 1fr)) repeat(auto-fit, minmax(95%, 1fr));
}

.cd360_row_single_vehicle {
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, minmax(65%, 1fr)) repeat(1, minmax(35%, 1fr));
}
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
  .cd360_row_single_vehicle {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.cd360_row_vehicles {
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/*
    SEARCH
*/
.cd360_search {
  margin-top: 20px;
  border: 1px solid #f8f8f8;
  padding: 20px;
  box-shadow: 0px 0px 13px 0px rgb(191, 191, 191);
}
.cd360_search h3 {
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f8f8f8;
}

#cd360-select-car-model option {
  display: none;
}

.cd360_success_message {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 4px;
}

/*
    BUTTONS
*/
.cd360_btn, .btn-cd360-primary, .btn-cd360-secondary, .btn-cd360-primary-outline, .btn-cd360-secondary-outline {
  display: inline-block;
  background: transparent;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  margin-top: 10px;
  text-transform: uppercase;
}

.btn-cd360-primary-outline, .btn-cd360-secondary-outline {
  color: #131313;
  box-shadow: inset 0 0 0 1px #131313;
}
.btn-cd360-primary-outline:hover, .btn-cd360-secondary-outline:hover {
  box-shadow: inset 0 0 0 2px #131313;
  color: #131313;
  text-decoration: none;
}
.btn-cd360-primary-outline svg, .btn-cd360-secondary-outline svg {
  margin-right: 10px;
}

.btn-cd360-secondary-outline {
  color: #1c69d4;
  box-shadow: inset 0 0 0 1px #1c69d4;
}
.btn-cd360-secondary-outline:hover {
  box-shadow: inset 0 0 0 2px #131313;
  color: #131313;
  text-decoration: none;
}

.btn-cd360-primary, .btn-cd360-secondary {
  color: #FFFFFF !important;
  background-color: #000000;
  text-decoration: none;
}
.btn-cd360-primary:hover, .btn-cd360-secondary:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #131313;
  color: #131313 !important;
}

.btn-cd360-secondary {
  background-color: #1c69d4;
}

.cd360-m-0 {
  margin: 0 !important;
}

.cd360-mt-30 {
  margin-top: 30px !important;
}

.cd360-mb-30 {
  margin-bottom: 30px !important;
}

.cd360-w-100 {
  width: 100%;
}/*# sourceMappingURL=cd360.web.css.map */