/* compiled by scssphp 1.10.2 on Thu, 26 Sep 2024 20:45:48 +0000 (0.0863s) */

/* CSS Document */
@media all {
  /* Vehicles summary*/
  /* Filter */
  /* Vehicle details*/
  /* Specifications table */
  /* Vehicle detail slider */
  .vehicle-filter {
    display: flex;
    flex-direction: column;
    padding: 4px 0;
  }
  .vehicle-filter .filter-item {
    margin: 4px 0;
    width: 100%;
  }
  .vehicle-filter .filter-item .uk-form-label {
    color: #000000;
    font-weight: bold;
  }
  .vehicle-filter .filter-item:not(.form-submit) .uk-form-controls {
    border: solid 1px #f0f0f0;
    border-radius: 20px;
    padding: 5px 10px;
  }
  .vehicle-filter .filter-item:not(.form-submit) .uk-form-controls > i {
    color: #008b7f;
    padding: 10px;
  }
  .vehicle-filter .filter-item .uk-form-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .vehicle-filter .filter-item .uk-form-controls .uk-input, .vehicle-filter .filter-item .uk-form-controls .uk-select {
    border: none;
    border-left: solid 1px #f0f0f0;
    color: #999999;
    margin-left: 10px;
    height: 20px !important;
  }
  .vehicle-filter .filter-item .uk-form-controls .uk-input::placeholder, .vehicle-filter .filter-item .uk-form-controls .uk-select::placeholder {
    color: #999999;
  }
  .vehicle-filter .filter-item .uk-form-controls .uk-button {
    margin: 0 0 0 0;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 46px;
    line-height: 36px;
  }
  .vehicle-tags {
    margin-left: -10px;
  }
  .vehicle-tags .vehicle-tag {
    display: inline-block;
    margin-left: 10px;
    padding: 5px 15px;
    color: #999999;
    border: solid 1px #e8e8e8;
    border-radius: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .uk-tab h4 {
    margin: 0;
  }
  .uk-tab > li > a {
    padding: 10px 20px;
    color: #008b7f;
  }
  .uk-tab > li > a h4 {
    color: #008b7f;
  }
  .uk-tab > .uk-active > a {
    border-color: #008b7f;
    border-width: 5px;
  }
  .specs-table {
    border: solid 1px #e8e8e8;
    display: block;
    box-sizing: border-box;
    margin: 1rem;
  }
  .specs-table .specs-row {
    display: block;
    padding: 4px 10px;
    box-sizing: border-box;
  }
  .specs-table .specs-row:nth-child(2n+2) {
    background-color: #e9eeed;
  }
  .specs-table .specs-row .specs-cell {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .vehicle-slideshow ul.uk-slideshow-items li a {
    cursor: zoom-in;
  }
  .vehicle-slideshow img, .vehicle-slideshow img[data-src] {
    opacity: 1;
    transition: none;
  }
  .vehicle-thumbs ul {
    margin-left: -10px;
    margin-right: -10px;
    max-height: calc(((100vw - 40px) * 0.20));
  }
  .vehicle-thumbs ul li {
    width: 20%;
    padding: 0 5px;
    margin-top: 10px;
    box-sizing: border-box;
    opacity: 0.5;
  }
  .vehicle-thumbs ul li:hover, .vehicle-thumbs ul li.uk-active {
    opacity: 1;
  }
  .vehicle-thumbnav-arrow {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .vehicle-thumbs ul {
    max-height: calc((((100vw - 100px) * 0.60) * 0.20));
  }
}
@media screen and (max-width: 960px) {
  .vehicle-thumbs ul {
    max-height: calc(((100vw - 40px) * 0.20));
  }
  .vehicle-details-brief {
    max-height: none !important;
  }
}
@media (min-width: 640px) {
  .vehicle-filter {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
  }
  .vehicle-filter .filter-item:nth-child(1), .vehicle-filter .filter-item:nth-child(2), .vehicle-filter .filter-item:nth-child(3), .vehicle-filter .filter-item:nth-child(4), .vehicle-filter .filter-item:nth-child(5), .vehicle-filter .filter-item:nth-child(6) {
    width: calc(50% - 20px);
    flex: 1 0 auto;
  }
}
@media (min-width: 960px) {
  .uk-switcher .vehicle-details-full {
    columns: 2;
    column-gap: 50px;
  }
  .vehicle-thumbs ul {
    margin-bottom: -10px;
  }
  .vehicle-detail-top .page-block-columns.columns-2 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .vehicle-detail-top .page-block-columns.columns-2 .page-block-column:nth-child(2) .page-block-column-inner {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 65px;
    box-sizing: border-box;
  }
  .vehicle-detail-top .page-block-columns.columns-2 .page-block-column:nth-child(2) .page-block-column-inner p.vehicle-details-brief {
    flex: 1;
    overflow: hidden;
    max-height: calc((100vw - (100vw - 1200px)) * 0.30);
  }
  .vehicle-detail-top .page-block-columns.columns-2 .page-block-column:nth-child(2) .page-block-column-inner p.button:last-of-type {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 !important;
  }
}
@media (min-width: 1200px) {
  .vehicle-filter {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
  }
  .vehicle-filter .filter-item:nth-child(1), .vehicle-filter .filter-item:nth-child(2) {
    width: calc(50% - 20px);
    flex: 1 0 auto;
  }
  .vehicle-filter .filter-item:nth-child(3) {
    width: auto;
    flex: 1;
  }
  .vehicle-filter .filter-item:nth-child(4), .vehicle-filter .filter-item:nth-child(5) {
    width: 25%;
    flex: 0 0 auto;
  }
  .vehicle-filter .filter-item:nth-child(6) {
    width: auto;
    flex: 0 0 auto;
  }
}
@media (min-width: 1201px) {
  .vehicle-thumbs ul {
    max-height: calc((((100vw - (100vw - 1300px)) * 0.60) * 0.20));
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22edit%2Fmodules%2Fvehicles%2Fvehicles.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcN%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAEE%3BAAAA%3BAAAA%3BAAAA%22%7D */