* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */

/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/

[hidden],
template {
  display: none;
}

/* Links
========================================================================== */

a {
  background-color: transparent;
  text-decoration: none;
}

button,
textarea {
  outline: none;
  border: none;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: normal;
  font-family: Asimov;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */

img {
  border: 0;
  display: block;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */

/**
* Remove most spacing between table cells.
*/

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-flex:before,
.container-flex:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-flex:after,
.row:after {
  clear: both;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

#stock-list {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
}

.container-grid {
  display: grid;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}

.car__item .car__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-self: center;
  margin: 1rem auto 3rem;
}

.car__item .car__img img {
  position: relative;
  z-index: 1;
  margin: auto;
}

img {
  max-width: 100%;
  border-style: none;
  display: block;
}

.slider {
  position: relative;
  overflow: hidden;
}

#stock-list .car__item {
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

#stock-list .car__item:nth-child(3n + 1),
#stock-list .car__item:first-child {
  border-left: 1px solid #dcdcdc;
}

.car__item {
  padding: 4rem 3rem;
  background: #fff;
  overflow: hidden;
}

.car__item .slider .swiper-pagination {
  bottom: 1rem !important;
}
.car__item .slider .swiper-pagination-bullet {
  background: #000 !important;
  opacity: 0.1 !important;
}
.car__item .slider .swiper-pagination-bullet-active {
  background: #007aff !important;
  opacity: 1 !important;
}

.btn-primary {
  color: #fff;
  background: #1c69d4;
  border: 1px solid #1c69d4;
}

#stock-list .filter {
  display: none;
}

.car__item h4 {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 320px) {
  .container {
    width: 100%;
  }
  @media (min-width: 600px) {
    .container {
      width: 100%;
    }
  }

  @media (min-width: 1200px) {
    .container {
      width: 1300px;
    }
  }
  .container-flex {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .xs-1,
  .sm-1,
  .md-1,
  .lg-1,
  .xs-2,
  .sm-2,
  .md-2,
  .lg-2,
  .xs-3,
  .sm-3,
  .md-3,
  .lg-3,
  .xs-4,
  .sm-4,
  .md-4,
  .lg-4,
  .xs-5,
  .sm-5,
  .md-5,
  .lg-5,
  .xs-6,
  .sm-6,
  .md-6,
  .lg-6,
  .xs-7,
  .sm-7,
  .md-7,
  .lg-7,
  .xs-8,
  .sm-8,
  .md-8,
  .lg-8,
  .xs-9,
  .sm-9,
  .md-9,
  .lg-9,
  .xs-10,
  .sm-10,
  .md-10,
  .lg-10,
  .xs-11,
  .sm-11,
  .md-11,
  .lg-11,
  .xs-12,
  .sm-12,
  .md-12,
  .lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-1,
  .xs-2,
  .xs-3,
  .xs-4,
  .xs-5,
  .xs-6,
  .xs-7,
  .xs-8,
  .xs-9,
  .xs-10,
  .xs-11,
  .xs-12 {
    float: left;
  }
  .xs-12 {
    width: 100%;
  }
  .xs-11 {
    width: 91.66666667%;
  }
  .xs-10 {
    width: 83.33333333%;
  }
  .xs-9 {
    width: 75%;
  }
  .xs-8 {
    width: 66.66666667%;
  }
  .xs-7 {
    width: 58.33333333%;
  }
  .xs-6 {
    width: 50%;
  }
  .xs-5 {
    width: 41.66666667%;
  }
  .xs-4 {
    width: 33.33333333%;
  }
  .xs-3 {
    width: 25%;
  }
  .xs-2 {
    width: 16.66666667%;
  }
  .xs-1 {
    width: 8.33333333%;
  }
  .xs-offset-12 {
    margin-left: 100%;
  }
  .xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .xs-offset-9 {
    margin-left: 75%;
  }
  .xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .xs-offset-6 {
    margin-left: 50%;
  }
  .xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .xs-offset-3 {
    margin-left: 25%;
  }
  .xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .xs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 640px) {
  .sm-1,
  .sm-2,
  .sm-3,
  .sm-4,
  .sm-5,
  .sm-6,
  .sm-7,
  .sm-8,
  .sm-9,
  .sm-10,
  .sm-11,
  .sm-12 {
    float: left;
  }
  .sm-12 {
    width: 100%;
  }
  .sm-11 {
    width: 91.66666667%;
  }
  .sm-10 {
    width: 83.33333333%;
  }
  .sm-9 {
    width: 75%;
  }
  .sm-8 {
    width: 66.66666667%;
  }
  .sm-7 {
    width: 58.33333333%;
  }
  .sm-6 {
    width: 50%;
  }
  .sm-5 {
    width: 41.66666667%;
  }
  .sm-4 {
    width: 33.33333333%;
  }
  .sm-3 {
    width: 25%;
  }
  .sm-2 {
    width: 16.66666667%;
  }
  .sm-1 {
    width: 8.33333333%;
  }
  .sm-offset-12 {
    margin-left: 100%;
  }
  .sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .sm-offset-9 {
    margin-left: 75%;
  }
  .sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .sm-offset-6 {
    margin-left: 50%;
  }
  .sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .sm-offset-3 {
    margin-left: 25%;
  }
  .sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1025px) {
  .md-1,
  .md-2,
  .md-3,
  .md-4,
  .md-5,
  .md-6,
  .md-7,
  .md-8,
  .md-9,
  .md-10,
  .md-11,
  .md-12 {
    float: left;
  }
  .md-12 {
    width: 100%;
  }
  .md-11 {
    width: 91.66666667%;
  }
  .md-10 {
    width: 83.33333333%;
  }
  .md-9 {
    width: 75%;
  }
  .md-8 {
    width: 66.66666667%;
  }
  .md-7 {
    width: 58.33333333%;
  }
  .md-6 {
    width: 50%;
  }
  .md-5 {
    width: 41.66666667%;
  }
  .md-4 {
    width: 33.33333333%;
  }
  .md-3 {
    width: 25%;
  }
  .md-2 {
    width: 16.66666667%;
  }
  .md-1 {
    width: 8.33333333%;
  }
  .md-offset-12 {
    margin-left: 100%;
  }
  .md-offset-11 {
    margin-left: 91.66666667%;
  }
  .md-offset-10 {
    margin-left: 83.33333333%;
  }
  .md-offset-9 {
    margin-left: 75%;
  }
  .md-offset-8 {
    margin-left: 66.66666667%;
  }
  .md-offset-7 {
    margin-left: 58.33333333%;
  }
  .md-offset-6 {
    margin-left: 50%;
  }
  .md-offset-5 {
    margin-left: 41.66666667%;
  }
  .md-offset-4 {
    margin-left: 33.33333333%;
  }
  .md-offset-3 {
    margin-left: 25%;
  }
  .md-offset-2 {
    margin-left: 16.66666667%;
  }
  .md-offset-1 {
    margin-left: 8.33333333%;
  }
  .md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .lg-1,
  .lg-2,
  .lg-3,
  .lg-4,
  .lg-5,
  .lg-6,
  .lg-7,
  .lg-8,
  .lg-9,
  .lg-10,
  .lg-11,
  .lg-12 {
    float: left;
  }
  .lg-12 {
    width: 100%;
  }
  .lg-11 {
    width: 91.66666667%;
  }
  .lg-10 {
    width: 83.33333333%;
  }
  .lg-9 {
    width: 75%;
  }
  .lg-8 {
    width: 66.66666667%;
  }
  .lg-7 {
    width: 58.33333333%;
  }
  .lg-6 {
    width: 50%;
  }
  .lg-5 {
    width: 41.66666667%;
  }
  .lg-4 {
    width: 33.33333333%;
  }
  .lg-3 {
    width: 25%;
  }
  .lg-2 {
    width: 16.66666667%;
  }
  .lg-1 {
    width: 8.33333333%;
  }
  .lg-offset-12 {
    margin-left: 100%;
  }
  .lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .lg-offset-9 {
    margin-left: 75%;
  }
  .lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .lg-offset-6 {
    margin-left: 50%;
  }
  .lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .lg-offset-3 {
    margin-left: 25%;
  }
  .lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .lg-offset-0 {
    margin-left: 0%;
  }
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.sidebar-content {
  flex: 1;
}

.car__items-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.car__item .car__spec {
  margin-bottom: 3rem;
}

#stock-list .container-flex {
  display: flex;
}

.car__item .car__spec .icon {
  min-width: 18px;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1.5rem;
  display: block;
}

.car__item .car__spec .text-md {
  display: flex;
  align-items: center;
  color: #8e8e8e;
}

.icon-engine {
  background-image: url(../../img/bmw/svg/engine.svg);
}

.icon-trans {
  background-image: url(../../img/bmw/svg/trans.svg);
}

.icon-drive {
  background-image: url(../../img/bmw/svg/drive.svg);
}

.car__item .car__spec .text-md:not(:last-child) {
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 1000px) {
  #stock-list .car__items {
    margin-left: 0;
    grid-template-columns: repeat(2, 1fr);
    border-left: 0;
    zoom: 0.8;
  }
  .sidebar.filter {
    display: none;
  }
  #stock-list .car__item {
    padding: 2.5rem 2rem;
  }
  #stock-list .car__item:nth-child(2n + 2) {
    border-right: 0;
  }
  /* .car__items-bar .filter-btn {
    display: inline-flex;
    background: #1c69d4 url(../../img/bmw/svg/filter.svg) no-repeat center;
    width: 52px;
    height: 52px;
    margin-left: auto;
    margin-right: -2rem;
  } */

  .car__items-bar,
  .sidebar-content .text-sm.mb-3 {
    padding: 1rem;
  }

  .car__items-bar .sort {
    width: 100%;
  }

  .quantity-info {
    display: none;
  }

  .car__item .car__spec .text-md:not(:last-child) {
    margin-bottom: 0.7rem;
  }

  #stock-list .car__item:nth-child(3n + 1) {
    border-left: none;
  }

  #stock-list .car__item:nth-child(2n + 1),
  #stock-list .car__item:first-child {
    border-left: 1px solid #dcdcdc;
  }
}

#car-stock-info .grid-2 {
  grid-gap: 5vw;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.container-grid {
  display: grid;
}

#car-stock .photo-gallery {
  display: flex;
  flex-wrap: wrap;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background-color: #000 !important;
  opacity: 0.2 !important;
}

.car__items-bar .sort,
.car__items-bar .sort__item {
  display: flex;
  align-items: center;
}

#car-stock .photo-gallery a:first-child {
  width: 100%;
  max-height: none;
}
#car-stock .photo-gallery a {
  width: 20%;
  max-height: 6vw;
  overflow: hidden;
}

#car-stock .photo-gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid transparent;
}

#car-stock .section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
#car-stock .content {
  padding-left: 4.688vw;
  padding-right: 4.688vw;
}

.back-to-models {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

#car-stock-info a {
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: inherit;
}

.back-to-models span {
  font-size: 1.5rem;
  margin-left: 1rem;
  color: #262626;
}

#car-stock-info .info .title {
  margin-bottom: 2rem;
}

#car-stock-info .info .text-group {
  margin-bottom: 2rem;
}

#car-stock-info .status {
  margin: 2rem 0;
}

.section .sub-title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1440px) {
  h3,
  .sub-title {
    font-size: 2rem;
  }
}

#car-stock .content {
  width: revert;
}

.btn-group {
  display: flex;
  align-items: center;
}

.car__item .car__price {
  font-size: 2rem;
}

#car-stock-info .sub-title {
  font-size: 2.5rem;
  font-family: "BMWTypeNextTT";
  font-weight: 300;
}

.text-lg {
  font-size: 1.8rem;
}

#car-stock-info .info .title {
  margin-bottom: 2rem;
}
h2,
.title {
  font-size: 3.5rem;
}
h1,
h2,
.title {
  font-weight: 300;
}

#car-stock .btn-primary {
  color: #fff;
  background: #1c69d4;
  border: 1px solid #1c69d4;
}
#car-stock .btn {
  font-weight: bold;
  padding: 1.6rem 3rem;
  text-align: center;
}

#car-stock button.btn {
  min-width: 24rem;
}

.page__header {
  padding: 12rem 0 3rem;
  border-bottom: 1px solid #dcdcdc;
}

.page__header .content {
  width: 100%;
  color: inherit;

  h1 {
    position: static;
    text-align: start;
    margin: 0;
    font-size: 5rem;
    color: #262626;
    font-family: "BMWTypeNextTT";
    font-weight: 300;
  }
}

.breadcrumbs {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.text-uppercase {
  text-transform: uppercase;
}

a:-webkit-any-link {
  cursor: pointer;
}

#car-stock .h-opacity {
  transition: opacity 0.3s;
}
.page__stock .breadcrumbs a {
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: #262626;
}

@media screen and (max-width: 640px) {
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5 {
    grid-template-columns: repeat(1, 100%);
  }
}

@media screen and (max-width: 1000px) {
  #car-stock .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 1000px) {
  #car-stock .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #car-stock .btn {
    min-width: 100%;
  }

  #car-stock.container {
    padding-left: 0;
    padding-right: 0;
  }

  #car-stock-info .grid-2 {
    row-gap: 4rem;
  }

  .page__header {
    padding-top: 8rem;
  }
}

.mt-3 {
  margin-top: 3rem;
}

#car-stock-info .info-icon {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}

#car-stock-info .icon-1 {
  background: url(/static/img/bmw/icons/1.png) no-repeat center / contain;
}

#car-stock-info .icon-2 {
  background: url(/static/img/bmw/icons/2.png) no-repeat center / contain;
}

#car-stock-info .icon-3 {
  background: url(/static/img/bmw/icons/3.png) no-repeat center / contain;
}

#car-stock-info .icon-4 {
  background: url(/static/img/bmw/icons/4.png) no-repeat center / contain;
}

#car-stock-info .icon-5 {
  background: url(/static/img/bmw/icons/5.png) no-repeat center / contain;
}

#car-stock-info .icon-6 {
  background: url(/static/img/bmw/icons/6.png) no-repeat center / contain;
}

#car-stock-info .info .text-lg:not(:last-child) {
  margin-bottom: 10px;
}
#car-stock-info .info .text-lg {
  display: flex;
  align-items: center;
}

.status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: 1px;
  margin-right: 5px;
}

.status.pending {
  color: #ffcc00;
}

.status.pending::before {
  background: #ffcc00;
}

.status.status_1 {
  color: #00b727;
}

.status.status_1::before {
  background: #00b727;
}

.status.status_2 {
  color: #1c69d4;
}

.status.status_2::before {
  background: #1c69d4;
}

.photo-gallery a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-to-models {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.back-to-models span {
  font-size: 1.5rem;
  margin-left: 1rem;
}

#car-stock .car__item .btn:not(.btn-default) {
  padding: 12px 25px;
  margin-top: 25px;
}
#car-stock .car__item .btn:not(.btn-default) {
  min-width: auto;
}
