.mxp-main-loading-spinner-_lN8a, .mxp-main-loading-spinner__icon-3da6z {
  text-align: center;
}

.mxp-main-loading-spinner__icon-3da6z i {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.mxp-main-loading-spinner__icon-3da6z i svg {
  position: absolute;
  top: 0;
  left: 0;
}

.mxp-main-loading-spinner__text-1aEsg p:last-of-type {
  margin-bottom: 0;
}

.mxp-main-loading-spinner__text--dark-3VcUI {
  color: #fff;
}

.mxp-main-loading-spinner__text--light-3VN4v {
  color: #000;
}

.mxp-main-loading-spinner-_lN8a.mxp-main-size-small-2itKI .mxp-main-loading-spinner__icon-3da6z i {
  height: 16px;
  width: 16px;
}

.mxp-main-loading-spinner-_lN8a.mxp-main-size-medium-1bDZe .mxp-main-loading-spinner__icon-3da6z i {
  height: 24px;
  width: 24px;
}

.mxp-main-loading-spinner-_lN8a.mxp-main-size-large-n4FWH .mxp-main-loading-spinner__icon-3da6z i {
  height: 40px;
  width: 40px;
}

.mxp-main-loading-spinner-_lN8a.mxp-main-animations-33utL .mxp-main-loading-spinner__icon-3da6z i {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: spin;
  animation-name: spin;
}

@-webkit-keyframes mxp-main-spin-1BB-Q {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes mxp-main-spin-1BB-Q {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.container-masonry {
  width: 100%;
  max-width: 1800px;
  display: grid;
  grid-gap: 2px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
  grid-auto-rows: 75px;
  grid-auto-flow: dense;
}

.container-masonry > div {
  position: relative;
}

.container-masonry p {
  text-align: left;
  letter-spacing: 1px;
  font-size: 0.7rem;
  line-height: 1.2rem;
}

.container-masonry span.hero-subheadline {
  text-align: left;
  letter-spacing: 1px;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.container-masonry h4 {
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: 1px;
  text-align: left;
}

.container-masonry span.hero-headline h4 {
  font-size: 1.6rem;
  line-height: 1.4rem;
  letter-spacing: 1px;
  text-align: left;
}

.container-masonry > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-masonry > div > div {
  opacity: 0;
  transition: all 0.8s;
  position: absolute;
  z-index: 99990;
  color: white;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}

.container-masonry > div:hover > div {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.container-masonry > div:hover > span.plus {
  opacity: 0;
}

.horizontal {
  grid-column: span 2;
}

.vertical {
  grid-row: span 2;
}

.vertical-3 {
  grid-row: span 3;
}

.big {
  grid-column: span 2;
  grid-row: span 2;
}

.big-3 {
  grid-column: span 3;
  grid-row: span 3;
}

.big-4 {
  grid-column: span 4;
  grid-row: span 5;
}

span.plus {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #910a2d;
  left: 10px;
  top: 10px;
  color: white;
  line-height: 20px;
}

span.hero-headline {
  position: absolute;
  top: 40px;
  left: 30px;
  color: white;
  z-index: 99999;
  /* letter-spacing:1.2rem;*/
}

span.hero-subheadline {
  position: absolute;
  top: 90px;
  left: 30px;
  color: white;
  text-align: left !important;
}

span.hero-headline h4 {
  text-align: left;
  letter-spacing: 1.1px;
  font-size: 1.5rem !important;
  line-height: 1.5rem;
}

@media (min-width: 1605px) {
  .mas-xxl-none {
    display: none;
  }
  .mas-xxl-2x1 {
    grid-column: span 2;
    grid-row: span 1;
  }
  .mas-xxl-1x2 {
    grid-column: span 1;
    grid-row: span 2;
  }
  .mas-xxl-2x2 {
    grid-column: span 2;
    grid-row: span 2;
  }
  .mas-xxl-2x3 {
    grid-column: span 2;
    grid-row: span 3;
  }
  .container-masonry > div > div {
    padding: 0.5rem;
  }
  .container-masonry p {
    font-size: 0.7rem;
    line-height: 1.1rem;
    font-weight: normal;
  }
  .container-masonry h4 {
    font-size: 0.8rem;
    line-height: auto;
  }
  .container-masonry span.hero-headline {
    top: 25px;
  }
  .container-masonry span.hero-headline h4 {
    font-size: 1rem !important;
    line-height: 1rem;
  }
  .container-masonry span.hero-subheadline {
    font-size: 0.8rem !important;
    top: 55px;
    line-height: 1.2rem;
  }
}
@media (min-width: 1400px) and (max-width: 1604px) {
  .mas-xl-none {
    display: none;
  }
  .mas-xl-2x1 {
    grid-column: span 2;
    grid-row: span 1;
  }
  .mas-xl-1x2 {
    grid-column: span 1;
    grid-row: span 2;
  }
  .mas-xl-2x2 {
    grid-column: span 2;
    grid-row: span 2;
  }
  .mas-xl-2x3 {
    grid-column: span 2;
    grid-row: span 3;
  }
  span.hero-headline h4 {
    font-size: 1rem !important;
    line-height: 1rem;
  }
  span.hero-subheadline {
    font-size: 1.2rem;
  }
}
@media (min-width: 1195px) and (max-width: 1399px) {
  .mas-l-none {
    display: none;
  }
  .mas-l-2x1 {
    grid-column: span 2;
    grid-row: span 1;
  }
  .mas-l-1x2 {
    grid-column: span 1;
    grid-row: span 2;
  }
  .mas-l-1x3 {
    grid-column: span 1;
    grid-row: span 3;
  }
  .mas-l-1x4 {
    grid-column: span 1;
    grid-row: span 4;
  }
  .mas-l-2x2 {
    grid-column: span 2;
    grid-row: span 2;
  }
  .mas-l-2x3 {
    grid-column: span 2;
    grid-row: span 3;
  }
  .mas-l-2x4 {
    grid-column: span 2;
    grid-row: span 4;
  }
  span.hero-headline h4 {
    font-size: 1rem !important;
    line-height: 1rem;
  }
  span.hero-subheadline {
    font-size: 1.2rem;
  }
}
@media (min-width: 988px) and (max-width: 1194px) {
  .mas-m-none {
    display: none;
  }
  .mas-m-1x1 {
    grid-column: span 1;
    grid-row: span 1;
  }
  .mas-m-2x1 {
    grid-column: span 2;
    grid-row: span 1;
  }
  .mas-m-1x2 {
    grid-column: span 1;
    grid-row: span 2;
  }
  .mas-m-1x4 {
    grid-column: span 1;
    grid-row: span 4;
  }
  .mas-m-2x2 {
    grid-column: span 2;
    grid-row: span 2;
  }
  .mas-m-2x3 {
    grid-column: span 2;
    grid-row: span 3;
  }
  .mas-m-2x4 {
    grid-column: span 2;
    grid-row: span 4;
  }
  span.hero-headline h4 {
    font-size: 1rem !important;
    line-height: 1rem;
  }
  span.hero-subheadline {
    font-size: 1.2rem;
  }
}
@media (min-width: 785px) and (max-width: 987px) {
  .mas-s-none {
    display: none;
  }
  .mas-s-1x1 {
    grid-column: span 1;
    grid-row: span 1;
  }
  .mas-s-2x1 {
    grid-column: span 2;
    grid-row: span 1;
  }
  .mas-s-1x2 {
    grid-column: span 1;
    grid-row: span 2;
  }
  .mas-s-1x4 {
    grid-column: span 1;
    grid-row: span 4;
  }
  .mas-s-2x2 {
    grid-column: span 2;
    grid-row: span 2;
  }
  .mas-s-2x3 {
    grid-column: span 2;
    grid-row: span 3;
  }
  .mas-s-2x4 {
    grid-column: span 2;
    grid-row: span 4;
  }
  .container-masonry > div > div {
    padding: 0.5rem;
  }
  .container-masonry p {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
  .container-masonry h4 {
    font-size: 0.7rem;
    line-height: auto;
  }
  .container-masonry span.hero-headline {
    top: 20px;
  }
  .container-masonry span.hero-headline h4 {
    font-size: 1rem !important;
    line-height: 1rem;
  }
  .container-masonry span.hero-subheadline {
    font-size: 0.8rem;
    top: 60px;
    line-height: 1.2rem;
  }
}
@media (min-width: 580px) and (max-width: 784px) {
  .mas-xs-none {
    display: none;
  }
  .mas-xs-1x1 {
    grid-column: span 1;
    grid-row: span 1;
  }
  .mas-xs-2x1 {
    grid-column: span 2;
    grid-row: span 1;
  }
  .mas-xs-1x2 {
    grid-column: span 1;
    grid-row: span 2;
  }
  .mas-xs-1x4 {
    grid-column: span 1;
    grid-row: span 4;
  }
  .mas-xs-2x2 {
    grid-column: span 2;
    grid-row: span 2;
  }
  .mas-xs-2x3 {
    grid-column: span 2;
    grid-row: span 3;
  }
  .mas-xs-2x4 {
    grid-column: span 2;
    grid-row: span 4;
  }
  .container-masonry > div > div {
    padding: 0.5rem;
  }
  .container-masonry p {
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .container-masonry h4 {
    font-size: 0.8rem;
    line-height: auto;
  }
  .container-masonry span.hero-headline {
    top: 20px;
  }
  .container-masonry span.hero-headline h4 {
    font-size: 1.1rem !important;
    line-height: 1rem;
  }
  .container-masonry span.hero-subheadline {
    font-size: 0.9rem;
    top: 50px;
    line-height: 1.5rem;
  }
}
@media (min-width: 375px) and (max-width: 579px) {
  .mas-xxs-none {
    display: none;
  }
  .mas-xxs-1x1 {
    grid-column: span 1;
    grid-row: span 1;
  }
  .mas-xxs-2x1 {
    grid-column: span 2;
    grid-row: span 1;
  }
  .mas-xxs-1x2 {
    grid-column: span 1;
    grid-row: span 2;
  }
  .mas-xxs-1x4 {
    grid-column: span 1;
    grid-row: span 4;
  }
  .mas-xxs-2x2 {
    grid-column: span 2;
    grid-row: span 2;
  }
  .mas-xxs-2x3 {
    grid-column: span 2;
    grid-row: span 3;
  }
  .mas-xxs-2x4 {
    grid-column: span 2;
    grid-row: span 4;
  }
  .container-masonry > div > div {
    padding: 0.5rem;
  }
  .container-masonry p {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
  .container-masonry h4 {
    font-size: 0.7rem;
    line-height: auto;
  }
  span.hero-headline h4 {
    font-size: 1rem !important;
    line-height: 1rem;
  }
  span.hero-subheadline {
    font-size: 1.2rem;
  }
}
@media (max-width: 374px) {
  .mas-xxxs-none {
    display: none;
  }
  .mas-xxxs {
    grid-column: span 2;
    grid-row: span 3;
  }
  .container-masonry > div > div {
    padding: 0.5rem;
  }
  .container-masonry p {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
  .container-masonry h4 {
    font-size: 0.7rem;
    line-height: auto;
  }
  .container-masonry span.hero-headline {
    top: 20px;
  }
  span.hero-headline h4 {
    font-size: 1rem !important;
    line-height: 1rem;
  }
  span.hero-subheadline {
    font-size: 0.8rem !important;
    top: 50px;
    line-height: 1.2rem;
  }
}
h1 {
  font-family: "MazdaTypeMedium", Arial, sans-serif;
  text-transform: uppercase;
  color: #191919;
  font-size: 1.8rem;
  font-weight: 400;
}

.content {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  font-size: 0.875rem;
  padding: 2rem 1rem 3.5rem 1rem;
}

.bc-red {
  background-color: #910a2d !important;
}

.grey-dark {
  color: #191919;
}

.text-white {
  color: white !important;
}

.horizontal-center {
  text-align: center;
}

.vertical-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tag {
  background-color: #f06735;
  color: black;
  border-radius: 20px;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 11px;
  /*font-weight: 700;*/
  letter-spacing: 1.93px;
  line-height: 21px;
  margin: 1px;
}
.tag span {
  font-family: "MazdaTypeBold", Arial, sans-serif;
}

.special {
  background-color: #910a2d;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

html {
  font-size: 16px;
}

body > img {
  display: none;
}

body {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  /* Tabs*/
  /*.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transform-origin: center bottom;
  -webkit-transform: translate(0, 25%);
          transform: translate(0, 25%);
  }*/
}
body .stock-list-counter {
  display: none;
}
body .tooltip, body .tooltip-inner {
  background-color: white !important;
  color: black;
}
body .primary a, body .link-form div {
  border-bottom: 2px solid black;
}
body .cta-primary {
  border: 0px solid transparent;
  position: relative;
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  color: white;
  font-weight: 500;
  letter-spacing: 0.1072em;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  cursor: pointer;
  /*border:1px solid black;*/
  background-color: #191919;
  padding: 8px 24px 8px 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 5px 5px 5px 5px;
}
body .cta-primary span {
  color: white;
}
body .cta-primary:hover {
  background-color: #972a31;
  color: white;
}
body .cta-primary-white {
  font-size: 1rem;
  border: 0px solid transparent;
  position: relative;
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  color: black;
  font-weight: 500;
  letter-spacing: 0.1072em;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  cursor: pointer;
  /*border:1px solid black;*/
  background-color: white;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 5px 5px 5px 5px;
}
body .cta-primary-white span {
  color: white;
}
body .cta-primary-white:hover {
  background-color: #972a31;
  color: white;
}
body .cta-secondary {
  position: relative;
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  color: black;
  font-weight: 500;
  letter-spacing: 0.1072em;
  text-transform: uppercase;
  margin: 5px 5px 5px 5px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  cursor: pointer;
}
body .cta-secondary span {
  padding-bottom: 4px;
  border-bottom: 2px solid black;
}
body .cta-secondary-white {
  color: white !important;
}
body .cta-secondary-white span {
  padding-bottom: 4px;
  border-bottom: 2px solid white;
}
body .cta-secondary-white span:hover {
  padding-bottom: 0px;
  margin-bottom: 4px;
  color: white;
}
body .cta-tertiary {
  position: relative;
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  color: black;
  font-weight: 500;
  letter-spacing: 0.1072em;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  cursor: pointer;
  border: 1px solid black;
  padding: 7px 23px 7px 23px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 5px 5px 5px 5px;
}
body .secondary {
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
  padding: 7px 23px 7px 23px;
  background-color: #303130;
  transition: 0.4s;
}
body .secondary:hover {
  background-color: #972a31;
  color: white;
}
body .tertiary {
  color: white;
  background-color: transparent;
  border: 2px solid white;
  padding: 0 32px 0 32px;
  -webkit-transition: color 0.4s, border-color 0.4s, fill 0.4s, stroke 0.4s;
  transition: color 0.4s, border-color 0.4s, fill 0.4s, stroke 0.4s;
  min-height: 45px;
  border-radius: 3px;
  text-transform: uppercase;
}
body .tertiary-black, body .tertiary-white {
  color: black;
  background-color: transparent;
  border: 2px solid black;
  padding: 0 32px 0 32px;
  -webkit-transition: color 0.4s, border-color 0.4s, fill 0.4s, stroke 0.4s;
  transition: color 0.4s, border-color 0.4s, fill 0.4s, stroke 0.4s;
  min-height: 45px;
  border-radius: 3px;
  text-transform: uppercase;
}
body .tertiary-white {
  color: white;
  border-color: #f8f9fa;
}
body .cta-tertiary:hover, body .tertiary:hover, body .tertiary-black:hover {
  background-color: #972a31;
  color: white !important;
}
body .triangle, body .triangle-mob {
  /*content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: white transparent transparent transparent;*/
  display: inline-block;
  transform: scaleX(2.5);
  color: white;
  text-shadow: 0 4px 2px rgba(200, 200, 200, 0.7), 0 5px 5px rgba(0, 0, 0, 0.1);
  font-size: 32px;
  margin-top: -15px;
}
body .selector-mob {
  width: 100%;
  padding-top: 10px;
  text-align: center;
}
body .selector-mob .triangle-mob {
  display: none;
  position: relative;
}
body .triangle-reversed {
  /*content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: white transparent transparent transparent;*/
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  display: inline-block;
  transform: scaleX(2.5);
  color: white;
  text-shadow: 0 -2px 2px rgba(200, 200, 200, 0.2), 0 -5px 5px rgba(0, 0, 0, 0.1);
  font-size: 22px;
  margin-top: 0px;
}
body section .section-title {
  text-align: center;
  color: #007b5e;
  text-transform: uppercase;
}
body #tabs {
  color: black;
}
body #tabs h6.section-title {
  color: black;
}
body .nav-tabs {
  border-bottom: 0px solid transparent;
  text-transform: uppercase;
}
body #tabs .nav-tabs .nav-item.show .nav-link, body .nav-tabs .nav-link.active {
  color: #910a2d;
  background-color: transparent;
  border: 0;
  font-size: 20px;
}
body #tabs .nav-tabs .nav-link {
  text-transform: uppercase;
  text-align: center;
  /*margin-bottom:0.5rem !important;*/
  color: black;
  font-size: 0.8rem;
  line-height: 1.2125rem;
  font-family: "MazdaTypeRegular", sans-serif;
  display: inline-block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
body .tag-link {
  margin: 2px 2px 2px 2px;
  padding: 3px 6px 3px 6px;
  font-family: "MazdaTypeMedium", Arial, sans-serif, sans-serif;
  font-size: 0.7rem;
  display: inline-block;
  background-color: white;
  border-radius: 4px;
  color: black;
  text-transform: uppercase;
}
body .tag-link span {
  color: #910a2d;
  margin-right: 4px;
}
body .grade {
  width: 100%;
}
body #tabs .nav-tabs .nav-item {
  text-align: left;
}
body #tabs .tab-content {
  font-size: 0.7rem;
}
body .modal-dialog {
  max-width: unset;
}
body .modal-close {
  padding-right: 20px;
}
body .modal-dialog {
  margin: 0px auto;
}
body .modal-dialog .carousel-indicators li {
  width: auto;
}
body .modal-menu {
  width: calc((100% - 1125px) / 2);
  text-align: right;
  position: fixed;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99999;
}
body .modal-menu-content {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  width: 100%;
  margin-right: 22px;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
  text-transform: uppercase;
}
body .modal-menu-content .modal-close {
  cursor: pointer;
}
body .modal-menu-content ul {
  list-style-type: none;
  padding: 0;
}
body .modal-menu-content ul li {
  list-style-type: none;
}
body .modal-menu-content ul li.sep {
  line-height: 1em;
  font-size: 30px;
  color: #5b5b5b;
}
body .modal-menu-content ul li a {
  display: block;
  color: #eaeaea;
  padding: 30px 0 30px 0px;
}
body .modal-menu-content ul li.active a {
  color: white;
  font-family: "MazdaTypeBold", "Arial", sans-serif;
}
body .galleryModal .modal-body, body .sendemailModal .modal-body, body .privacyModal .modal-body, body .offerrequestModal .modal-body {
  padding: 0;
  height: 100%;
  overflow: hidden;
}
body .galleryModal .modal-body .carousel .carousel-inner, body .sendemailModal .modal-body .carousel .carousel-inner, body .privacyModal .modal-body .carousel .carousel-inner, body .offerrequestModal .modal-body .carousel .carousel-inner {
  height: calc(100vh - 195px);
}
body .galleryModal .modal-body .carousel .carousel-inner .carousel-item, body .sendemailModal .modal-body .carousel .carousel-inner .carousel-item, body .privacyModal .modal-body .carousel .carousel-inner .carousel-item, body .offerrequestModal .modal-body .carousel .carousel-inner .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
}
body .galleryModal .modal-body .carousel .carousel-inner .carousel-item img, body .sendemailModal .modal-body .carousel .carousel-inner .carousel-item img, body .privacyModal .modal-body .carousel .carousel-inner .carousel-item img, body .offerrequestModal .modal-body .carousel .carousel-inner .carousel-item img {
  visibility: hidden;
}
body .galleryModal .modal-body .carousel-indicators, body .sendemailModal .modal-body .carousel-indicators, body .privacyModal .modal-body .carousel-indicators, body .offerrequestModal .modal-body .carousel-indicators {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 1em;
  /*width:1024px;*/
  height: 195px;
}
body .galleryModal .modal-body .carousel-indicators li, body .sendemailModal .modal-body .carousel-indicators li, body .privacyModal .modal-body .carousel-indicators li, body .offerrequestModal .modal-body .carousel-indicators li {
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body .galleryModal .modal-body .carousel-indicators li img, body .sendemailModal .modal-body .carousel-indicators li img, body .privacyModal .modal-body .carousel-indicators li img, body .offerrequestModal .modal-body .carousel-indicators li img { /*visibility:hidden;*/ }
body .galleryModal .modal-body .modal-dialog, body .sendemailModal .modal-body .modal-dialog, body .privacyModal .modal-body .modal-dialog, body .offerrequestModal .modal-body .modal-dialog {
  height: 100%;
}
body .galleryModal .modal-body .modal-dialog .modal-content, body .sendemailModal .modal-body .modal-dialog .modal-content, body .privacyModal .modal-body .modal-dialog .modal-content, body .offerrequestModal .modal-body .modal-dialog .modal-content {
  height: 100%;
}
body .offerrequestModal .modal-content {
  padding: 16px 32px;
  text-align: center;
}
body .offerrequestModal .modal-content h4 {
  padding: 40px 0 30px 0;
}
body .privacyModal .modal-content {
  padding: 16px 32px;
  text-align: center;
}
body .privacyModal .modal-content h4 {
  padding: 40px 0 30px 0;
}
body .sendemailModal {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
}
body .sendemailModal .modal-dialog .modal-content .modal-body {
  text-align: center;
  padding: 0 15px 0 15px;
}
body .sendemailModal .modal-dialog .modal-content .modal-body .modal-header {
  display: block;
  text-align: center;
  border-bottom: 0px solid transparent;
  margin-top: 1rem;
}
body .sendemailModal .modal-dialog .modal-content .modal-body .tipcar {
  background-color: #f8f9fa;
  margin: 2rem 0 2rem 0;
  padding: 1rem 0 1rem 0;
  text-align: left;
}
body .sendemailModal .modal-dialog .modal-content .modal-body .sendtip-form {
  padding: 2rem 0 2rem 0;
}
body .sendemailModal .modal-dialog .modal-content .modal-body .sendtip-form .success {
  margin-bottom: 2rem;
}
body .sendemailModal .modal-dialog .modal-content .modal-body .sendtip-form .txtarea {
  height: calc(100% - 1rem);
}
body .sendemailModal .modal-dialog .modal-content .modal-body .sendtip-form .txtarea .form-control {
  height: 100%;
}
body .galleryModal {
  overflow-y: hidden !important;
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
}
body .galleryModal .container-fullw {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: white;
}
body .galleryModal .modal-dialog .modal-content .modal-body {
  width: 100%;
}
body .galleryModal .modal-dialog .modal-content .modal-body .modal-header {
  display: block;
  text-align: center;
  border-bottom: 0px solid transparent;
  margin-top: 1rem;
}
body .center {
  text-align: center;
}
body .grey {
  background-color: #f1f1f1;
}
body .red {
  color: #910a2d;
}
body .blue-deep {
  color: #910a2d;
}
body .grey-polymetal {
  color: #bccdcf;
}
body .black-titanium {
  color: #0c2225;
}
body a {
  color: #000;
  text-decoration: none;
}
body a:hover {
  color: #606060;
  text-decoration: none;
  outline: 0;
}
body *:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .container-main {
  border-left: 0.0625rem solid #cccccc;
  border-right: 0.0625rem solid #cccccc;
  padding: 0;
}
body section.top {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0rem;
  background-color: #f8f9fa;
}
body section.top h1 {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 2rem;
  margin: 0;
  padding-top: 0.375rem;
  letter-spacing: 0.2em;
  font-size: 120%;
  color: #191919;
}
body section.top .dealer-kontakt-content {
  cursor: pointer;
  color: #910a2d;
  font-weight: 700;
  font-family: "MazdaTypeBold", Arial, sans-serif;
  padding: 8px 16px 8px 0;
  /*border:0px solid transparent;
  -webkit-border-radius: 12px; 
  -moz-border-radius: 12px; 
  border-radius: 12px; 
  letter-spacing:2px;
  background-image: linear-gradient( $grey-medium 0%, white 2%, white 98%, $grey-light 100%);
  box-shadow: 0px 0px 3px 1px $grey-medium;*/
}
body section.top .dealer-kontakt-content div .col-12 span {
  font-family: "MazdaTypeMedium", Arial, sans-serif;
  color: #910a2d;
  font-weight: 400;
  cursor: pointer;
  display: inline;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body section.top .dealer-kontakt-content div .col-12 span span {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
}
body section.top .dealer-kontakt-content img {
  height: 30px;
}
body section.top .delimiter:last-child {
  display: none !important;
}
body section.top .menu-main-container {
  text-align: center;
}
body section.top .menu-main-container nav .menu-main .navbar .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem 0.2rem 0.5rem;
}
body section.top .menu-main-container nav .menu-main .menu-main-item {
  display: inline-block;
  margin: 0 1.2em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
body section.top .menu-main-container nav .menu-main .menu-main-item a.nav-link {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom-color: transparent;
  display: flex;
  cursor: pointer;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  user-select: none;
  padding: 0.5em 0px;
  align-items: center;
  letter-spacing: 0.2em;
  font-size: 80%;
  color: rgb(153, 153, 153);
}
body section.top .menu-main-container nav .menu-main .menu-main-item a.nav-link:hover {
  color: black;
}
body section.top .menu-main-container nav .menu-main .menu-main-item .preselection {
  font-size: 1.5rem;
}
body section.top .menu-main-container nav .menu-main .menu-main-item .preselection img {
  width: 26px;
  margin-right: 10px;
  margin-top: -2px;
}
body section.top .ico-link {
  display: inline-block;
  font-family: "MazdaTypeMedium", Arial, sans-serif;
  text-transform: uppercase;
  margin: 0.25rem 1.75rem 0 0;
}
body section.top .ico-link .icon {
  top: 6px;
}
body section.top .ico-link .icon::before {
  font-size: 2rem;
}
body section.top .ico-link:hover .icon {
  color: #910a2d;
}
body .navbar {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  /*.nav-item::after {position:relative; top:-.12rem;color:$yellow; display: inline-block; content: "/"; font-family:$regular; font-size: 1.375rem; padding:0 0 0 .8rem; line-height:.5rem; -ms-transform: rotate(18deg); -webkit-transform: rotate(18deg); transform: rotate(18deg);}*/
  /*.nav-item:last-of-type::after {display:none;}*/
}
body .navbar .navbar-nav {
  justify-content: flex-end;
}
body .navbar .navbar-toggler {
  margin-left: 0.5rem;
  color: rgb(0, 0, 0);
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
body .navbar .navbar-toggler .navbar-toggler-icon {
  color: #000;
}
body .navbar .nav-item {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  text-transform: uppercase;
  color: #000;
  padding: 0.5rem 0 0.25rem 0rem;
}
body .navbar .nav-item .nav-link {
  float: left;
  line-height: normal;
  color: #000;
  padding: 0; /*border-bottom:4px solid transparent;*/
}
body .navbar .nav-item .nav-link:hover {
  color: #606060;
}
body .navbar .nav-item.active .nav-link { /*border-bottom:4px solid $yellow;*/ }
body .navbar .dropdown-menu {
  border-radius: 0;
  border-color: #cccccc;
  padding: 0;
  border-bottom: none;
}
body .navbar .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #cccccc;
  line-height: 1.75rem;
  padding: 0.25rem 1.5rem 0.2rem 1.5rem;
}
body .navbar .dropdown-menu .dropdown-item.active, body .navbar .dropdown-menu .dropdown-item:focus {
  background-color: #910a2d;
  color: #000;
}
body .navbar .icon-home-negative {
  font-size: 1.4rem;
  margin: 0 1rem 0 0.5rem;
}
body section.top-header {
  margin-top: 0rem;
  padding-top: 2rem; /*background-image: url(../images/bg-top-offer.jpg);background-position: center top;background-repeat: no-repeat;*/
}
body section.top-header header {
  padding: 1rem 1rem 0.5rem 0.5rem;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  background-color: #f1f1f1;
}
body section.top-header header span {
  display: block;
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  color: #414345;
  letter-spacing: normal;
  font-size: 1.5rem;
  line-height: 2rem;
}
body section.top-header header span span {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  font-size: 0.875rem;
  color: #80858a;
}
body section.top-header .more {
  font-family: Arial, sans-serif;
  font-size: 0.6875rem;
  text-transform: uppercase;
  padding-top: 1rem;
}
body section.top-header .more .icon {
  font-size: 0.6875rem;
}
body section.top-header .more .nav-item {
  border: 1px solid transparent;
  padding: 0.375rem 0.25rem 0.25rem 0.5rem;
}
body section.top-header .more .nav-item a {
  display: block;
}
body section.top-header .more .nav-item:hover {
  border-color: #d9d9d9;
  background-color: rgba(0, 0, 0, 0.05);
}
body section.top-header .model-img {
  opacity: 0.85;
}
body section.top-header .model-img:hover {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
body section.top-header .car {
  color: #fff;
  text-align: center;
  background-color: transparent;
}
body section.top-header .car .car-content {
  position: relative;
}
body section.top-header .car .car-content .model {
  font-family: "MazdaTypeBold", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 1.75rem;
  padding-top: 1.125rem;
  letter-spacing: 0.5rem;
}
body section.top-header .car .car-content .model-pendant {
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  color: #80858a;
}
body section.top-header .car .car-content .model-price {
  background-color: #f7d900;
  color: #000;
  font-family: "MazdaTypeBold", Arial, sans-serif;
  font-size: 3.5rem;
  padding: 1rem 1rem 2.25rem 1rem;
  line-height: 2rem;
}
body section.top-header .car .car-content .model-price span {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  color: #fff;
}
body section.top-header .car .car-content .model-price .icon {
  font-size: 2.5rem;
  margin-right: 0.5rem;
}
body section.top-header .car .car-content .model-desc {
  padding: 0.4rem 0 0 0.5rem;
  font-family: Arial, sans-serif;
  color: #000;
  text-align: left;
  font-size: 0.75rem;
  background-color: #f2f2f2;
}
body section.top-header .car .car-content .cta {
  position: relative;
  top: -0.5rem;
}
body section.top-header .car .car-content .favorities {
  position: absolute;
  right: 0;
  top: 1rem;
}
body section.banner-landing {
  position: relative;
  background-image: url("/images/akce/hero-balik-vyhod.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 150px;
}
body section.banner-landing img {
  visibility: hidden;
}
body section.banner-landing .content {
  position: absolute;
  width: 100%;
  height: 50%;
  text-align: center;
  padding: 0;
}
body section.banner-landing .content h1 {
  line-height: initial;
  color: white !important;
  font-size: 3rem;
}
body section.banner-landing .content h2 {
  line-height: initial;
  color: white !important;
  font-size: 1rem;
}
body section.banner-landing .content .cta-primary {
  font-size: 0.875rem;
}
body section.banner-landing .content.vertical-center {
  flex-direction: column;
}
body section.banner-landing .content.white {
  color: black;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 60%);
}
body section.banner-landing .content.black {
  color: white;
  background: rgb(0, 0, 0);
  background: radial-gradient(circle at top, rgba(0, 0, 0, 0.6) 5%, rgba(0, 0, 0, 0) 22%);
}
body section.hero-section {
  padding: 5rem 0 5rem 0;
  background-color: rgb(245, 245, 245);
}
body section.dealer-section {
  display: none;
}
body section.dealer-section .top-header {
  margin-top: 0rem;
  padding-top: 2rem; /*background-image: url(../images/bg-top-offer.jpg);background-position: center top;background-repeat: no-repeat;*/
}
body section.dealer-section .top-header header {
  padding: 1rem 1rem 0.5rem 0.5rem;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  background-color: #f1f1f1;
}
body section.dealer-section .top-header header span {
  display: block;
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  color: #414345;
  letter-spacing: normal;
  font-size: 1.5rem;
  line-height: 2rem;
}
body section.dealer-section .top-header header span span {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  font-size: 0.875rem;
  color: #80858a;
}
body section.dealer-section .dealer-item {
  line-height: 1.5rem;
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8rem;
  /*min-width:140px;*/
  cursor: pointer;
}
body section.dealer-section .dealer-item span {
  font-family: "MazdaTypeMedium", Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
}
body section.dealer-section .dealer-item span.link-kontakt {
  padding-bottom: 12px;
  font-size: 0.8rem;
  text-transform: none;
  display: block;
}
body section.dealer-section .dealer-item .image-cropper {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
body section.dealer-section .dealer-item .image-cropper img {
  display: inline;
  margin: 0 auto;
  height: auto;
  width: 100%;
}
body section.dealer-section .dealer-item .ico {
  height: 13px;
  margin-left: -18px;
  padding-right: 6px;
  margin-top: -3px;
}
body section.dealer-section .dealer-item .cta-tertiary {
  display: none;
  margin: 15px 5px 5px 1px;
}
body section.dealer-section .dealer-item.intouch div {
  display: inline-block;
}
body section.dealer-section .quick-links img {
  width: 60px;
  height: auto;
}
body section.dealer-section .quick-links img.svg {
  padding-top: 0.5rem;
  width: 40px;
  height: auto;
}
body section.dealer-section .dealer-detail span {
  font-family: "MazdaTypeMedium", Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
}
body section.dealer-section .dealer-detail span.link-kontakt {
  padding-bottom: 12px;
  font-size: 0.8rem;
  text-transform: none;
  display: block;
}
body section.dealer-section .map-responsive {
  overflow: hidden;
  position: relative;
  height: 300px;
}
body section.dealer-section .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
body section.dealer-section .cta-secondary {
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  color: black;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1072em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
body section.dealer-section .cta-secondary span {
  padding-bottom: 3px;
  border-bottom: 2px solid black;
}
body section.model-menu {
  background-color: white;
}
body section.model-menu .container {
  overflow: hidden;
}
body section.model-menu .container #models-menu {
  transition: transform 0.3s ease;
  height: 0px;
}
body section.model-menu .container #models-menu .card-body {
  padding-top: 2.5rem;
}
body section.model-menu .container #models-menu .card-body .model {
  cursor: pointer;
  padding: 1rem 0 1rem 0;
}
body section.model-menu .container #models-menu .card-body .model h1 {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
body section.model-menu .container #models-menu .card-body .model .img-fluid {
  padding: 1.2rem 0 1.2rem 0;
}
body section.model-menu .container #models-menu .card-body .model-selected {
  background: rgb(184, 184, 184);
  background: radial-gradient(circle, rgb(184, 184, 184) 0%, rgb(255, 255, 255) 36%);
}
body section.model-section, body section.intro-section {
  /*visibility:hidden;*/
  /*padding:5rem 0 5rem 0;*/
  display: none;
  background-color: rgb(245, 245, 245);
  /*padding:1rem 0 1rem 0;*/
}
body section.model-section .model-detail-intro-content h6, body section.intro-section .model-detail-intro-content h6 {
  display: none;
}
body section.model-section h6, body section.intro-section h6 {
  padding-top: 1rem;
}
body section.model-section h3, body section.intro-section h3 {
  font-size: 1rem;
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  text-transform: uppercase;
}
body section.model-section h2, body section.intro-section h2 {
  font-size: 0.8rem;
  line-height: 1.6125rem;
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  display: inline-block;
}
body section.model-section .cta-primary, body section.intro-section .cta-primary {
  margin: 2em 0 0 0;
  text-align: center;
}
body section.model-section .hero, body section.intro-section .hero {
  position: absolute;
  color: white;
  padding: 6rem 3rem;
}
body section.model-section .hero h1.subheading, body section.intro-section .hero h1.subheading {
  color: white;
  font-size: 15px;
  letter-spacing: 7px;
}
body section.model-section .hero h1.heading, body section.intro-section .hero h1.heading {
  color: white;
  font-size: 45px;
  padding: 2rem 0;
  letter-spacing: 7px;
}
body section.model-section #nav-model-tab, body section.intro-section #nav-model-tab {
  color: #d9d9d9;
  padding-right: 1rem;
}
body section.model-section #nav-model-tab.active, body section.intro-section #nav-model-tab.active {
  color: #191919;
}
body section.model-section #models, body section.intro-section #models {
  visibility: hidden;
  position: absolute;
  /*top:100px;*/
}
body section.model-section #models .model-icon, body section.intro-section #models .model-icon {
  cursor: pointer;
}
body section.model-section .model-general, body section.intro-section .model-general {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 40%;
}
body section.model-section .model-detail-intro, body section.intro-section .model-detail-intro { /*padding-top:8px;*/ }
body section.model-section .model-detail-content, body section.intro-section .model-detail-content {
  /*padding-top:42px;*/
}
body section.model-section .model-detail-content p, body section.intro-section .model-detail-content p {
  font-size: 13px;
}
body section.model-section .model-detail .detail-tags, body section.intro-section .model-detail .detail-tags {
  margin-left: -10px;
}
body section.model-section .model-detail ol, body section.intro-section .model-detail ol {
  margin-bottom: 10px;
  margin-bottom: 10px;
}
body section.model-section .model-detail .carousel-indicators, body section.intro-section .model-detail .carousel-indicators {
  bottom: 0;
}
body section.model-section .model-detail .carousel-indicators li, body section.intro-section .model-detail .carousel-indicators li {
  height: initial;
  width: initial;
}
body section.model-section .model-detail ul, body section.intro-section .model-detail ul {
  padding: 0px;
}
body section.model-section .model-detail li, body section.intro-section .model-detail li {
  padding-bottom: 0.2rem;
}
body section.model-section .model-detail .detail-links, body section.intro-section .model-detail .detail-links {
  display: none;
  padding-top: 1rem;
  text-transform: uppercase;
  font-size: 0.8rem;
}
body section.model-section .model-detail .detail-links .detail-link, body section.intro-section .model-detail .detail-links .detail-link {
  display: block;
}
body section.model-section .model-detail .detail-links img, body section.intro-section .model-detail .detail-links img {
  width: 9px;
  height: 9px;
  margin-right: 8px;
  margin-top: -3px;
}
body section.model-section .model-detail .tab-pane a, body section.intro-section .model-detail .tab-pane a {
  color: #191919;
  font-size: 12px;
  margin: 4px 0 0 0;
  padding: 0 0 2px 0;
  border-bottom: 1px solid #191919;
  cursor: pointer;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
body section.model-section .model-detail .tab-pane a:hover, body section.intro-section .model-detail .tab-pane a:hover {
  color: black;
  padding: 0 0 0px 0;
  outline: 0;
}
body section.model-section .alpha100, body section.intro-section .alpha100 {
  opacity: 1;
}
body section.model-section .alpha12, body section.intro-section .alpha12 {
  opacity: 0.12;
}
body section.model-section .alpha0, body section.intro-section .alpha0 {
  opacity: 0;
}
body section.model-section .model-container, body section.intro-section .model-container {
  position: relative;
  padding: 3rem 0 3rem 0; /*display:none;*/
}
body section.model-section .model-container-show, body section.intro-section .model-container-show {
  display: block !important;
}
body section.model-section .model-detail-show, body section.intro-section .model-detail-show {
  display: block !important;
}
body section.intro-section {
  display: block;
}
body section.model-detail {
  padding: 60px 0 60px 0;
  background-color: white;
  /*border-bottom:1px solid $grey;*/
  /*.carousel-indicators li.carousel-photos-more::after{
      position:absolute;
      top:0;
      margin:auto;
      color:white;
      background-color:black; 
      width:100%;
      height:100%;
  }*/
}
body section.model-detail .cta-offers-finance {
  font-family: "MazdaTypeBold", Arial, sans-serif;
  font-size: 12px;
  margin: auto auto;
  padding: 4px 16px 4px 16px;
  display: inline-block;
  background-color: #910a2d;
  text-align: center;
  text-transform: uppercase;
  color: white;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  -khtml-border-radius: 26px;
  border-radius: 26px;
  border: 1px solid white;
  cursor: pointer;
}
body section.model-detail .cta-offers-finance svg {
  padding-right: 8px;
  padding-left: 8px;
}
body section.model-detail .action-icons {
  padding-top: 20px;
}
body section.model-detail .action-icons div {
  text-align: center;
}
body section.model-detail .action-icons div img {
  height: 30px;
}
body section.model-detail .action-icons div span {
  display: none;
}
body section.model-detail .model-gallery-thumbs .col-3 {
  padding-right: initial;
}
body section.model-detail .model-gallery-thumbs .col-2 {
  padding-left: initial;
  padding-right: initial;
}
body section.model-detail .model-gallery-thumbs .model-name-dealer {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  font-size: 0.9em;
  width: 100%;
  height: 100%;
  background-color: #191919;
  color: #f8f9fa;
  margin: 2px 0 2px 0;
  line-height: 1em;
}
body section.model-detail .model-gallery-thumbs .model-name-dealer div {
  padding: 0 0 0 24px;
  text-transform: uppercase;
}
body section.model-detail .model-gallery-thumbs .model-name-dealer div span {
  font-family: "MazdaTypeMedium", Arial, sans-serif;
  text-transform: initial;
  letter-spacing: 2px;
  padding-top: 0.5em;
  display: block;
}
body section.model-detail .model-gallery-thumbs .model-loc-dealer {
  width: 100%;
  height: 100%;
  margin: 2px 0 2px 0;
  text-align: center;
  background-color: #191919;
}
body section.model-detail .model-gallery-thumbs .model-loc-dealer span img {
  height: 42px;
  /*padding:2.5rem;*/
}
body section.model-detail .model-gallery-thumbs .thumbs {
  padding-left: 0px;
}
body section.model-detail .carousel .carousel-inner {
  cursor: pointer;
}
body section.model-detail .carousel .carousel-inner .carousel-item {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  box-sizing: border-box;
  resize: horizontal;
  overflow: hidden;
  max-width: 100%;
  /*height:calc(100vh - 25%);*/
  /*height:500px;*/
}
body section.model-detail .carousel .carousel-inner .carousel-item div {
  width: 100%;
  padding-bottom: 75%;
}
body section.model-detail .carousel .carousel-inner .carousel-item div img, body section.model-detail .carousel .carousel-inner .carousel-item div div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body section.model-detail .carousel .carousel-inner .carousel-item div img {
  visibility: hidden;
}
body section.model-detail .carousel-indicators {
  position: relative;
  text-align: right;
  right: initial;
  bottom: initial;
  left: initial;
  margin: 0;
  padding: 0;
}
body section.model-detail .carousel-indicators li {
  width: initial;
  height: initial;
  margin: 2px 1px 2px 2px;
  box-sizing: border-box;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
  /*border-radius: 50%;
  border-width: 2px;*/
  transition: all 0.25s ease 0s;
  cursor: pointer;
  background: rgb(153, 153, 153);
  border-color: rgb(25, 25, 25);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body section.model-detail .carousel-indicators li img {
  visibility: hidden;
}
body section.model-detail .carousel-indicators li.active {
  margin: 2px;
  box-sizing: border-box;
  width: 1em;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
  height: 1em;
  /*border-radius: 50%;
  border-width: 2px;*/
  transition: all 0.25s ease 0s;
  cursor: pointer;
  background: transparent;
  border-color: rgb(25, 25, 25);
  border-style: solid;
}
body section.model-detail .carousel-indicators li.carousel-photos-more {
  position: relative;
}
body section.model-detail .carousel-indicators li.carousel-photos-more img {
  /*  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;*/
}
body section.model-detail .carousel-indicators li.carousel-photos-more .carousel-photos-more-count {
  position: absolute;
  /*top:0;*/
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  text-align: center;
}
body section.model-detail .carousel-indicators li.carousel-photos-more .carousel-photos-more-count div {
  font-family: "MazdaTypeMedium", Arial, sans-serif;
  font-size: 50px;
  /*padding:1.75rem 3.75rem 0 0;*/
}
body section.model-detail .model-head {
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
body section.model-detail .model-head .tag {
  color: white;
  padding: 5px 10px;
  /*text-transform: uppercase;*/
  text-transform: none;
  font-size: 12px;
  letter-spacing: 1.93px;
  line-height: 21px;
}
body section.model-detail h2 {
  font-size: 20px;
  font-family: "MazdaTypeMedium", Arial, sans-serif;
  letter-spacing: 2.5px;
  padding: 1rem 0 1rem 0;
  color: black;
  text-transform: uppercase;
}
body section.model-detail .model-specs {
  color: black;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #cccccc;
}
body section.model-detail .model-specs div {
  padding-top: 0.2rem;
}
body section.model-detail .model-specs span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  line-height: 20px;
  color: #999;
  text-transform: uppercase;
}
body section.model-detail .model-specs span.sale-number {
  text-transform: initial;
}
body section.model-detail .model-specs:last-child {
  margin: 0;
}
body section.model-detail .model-price {
  border-bottom: 0px solid transparent;
  line-height: 24px;
}
body section.model-detail .model-price a {
  font-size: 32px;
  color: black;
}
body section.model-detail .model-price a span.sale-number {
  color: black;
  font-size: 18px;
}
body section.model-detail .model-price a sup {
  top: -0.2em;
}
body section.model-detail-more, body section.model-detail-form, body section.model-detail-chat, body .offer-form {
  background-color: #d9d9d9;
}
body section.model-detail-more .dealer-item, body section.model-detail-form .dealer-item, body section.model-detail-chat .dealer-item, body .offer-form .dealer-item {
  line-height: 1.5rem;
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8rem;
  /*min-width:140px;*/
  cursor: pointer;
}
body section.model-detail-more .dealer-item .image-cropper, body section.model-detail-form .dealer-item .image-cropper, body section.model-detail-chat .dealer-item .image-cropper, body .offer-form .dealer-item .image-cropper {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
body section.model-detail-more .dealer-item .image-cropper img, body section.model-detail-form .dealer-item .image-cropper img, body section.model-detail-chat .dealer-item .image-cropper img, body .offer-form .dealer-item .image-cropper img {
  display: inline;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
body section.model-detail-more .dealer-item .ico, body section.model-detail-form .dealer-item .ico, body section.model-detail-chat .dealer-item .ico, body .offer-form .dealer-item .ico {
  height: 13px;
  margin-left: -18px;
  padding-right: 6px;
  margin-top: -3px;
}
body section.model-detail-more .dealer-item .cta-tertiary, body section.model-detail-form .dealer-item .cta-tertiary, body section.model-detail-chat .dealer-item .cta-tertiary, body .offer-form .dealer-item .cta-tertiary {
  margin: 15px 5px 5px 1px;
}
body section.model-detail-more .form-col, body section.model-detail-form .form-col, body section.model-detail-chat .form-col, body .offer-form .form-col {
  margin-bottom: 30px;
}
body section.model-detail-more .email-chat, body section.model-detail-form .email-chat, body section.model-detail-chat .email-chat, body .offer-form .email-chat {
  display: none;
}
body section.model-detail-more .ui-message-error, body section.model-detail-form .ui-message-error, body section.model-detail-chat .ui-message-error, body .offer-form .ui-message-error {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  text-align: left;
  text-transform: uppercase;
  border: 0;
  background-color: transparent;
}
body section.model-detail-more .ui-message-error .ui-message-error-icon, body section.model-detail-form .ui-message-error .ui-message-error-icon, body section.model-detail-chat .ui-message-error .ui-message-error-icon, body .offer-form .ui-message-error .ui-message-error-icon {
  display: none;
}
body section.model-detail-more .ui-message-error .ui-message-error-detail, body section.model-detail-form .ui-message-error .ui-message-error-detail, body section.model-detail-chat .ui-message-error .ui-message-error-detail, body .offer-form .ui-message-error .ui-message-error-detail {
  text-align: left;
  text-transform: uppercase;
  color: #910a2d;
}
body section.model-detail-more .ui-inputfield, body section.model-detail-more .form-input, body section.model-detail-form .ui-inputfield, body section.model-detail-form .form-input, body section.model-detail-chat .ui-inputfield, body section.model-detail-chat .form-input, body .offer-form .ui-inputfield, body .offer-form .form-input {
  color: black !important;
  /*background-color: #fff;*/
  border: 1px solid #d5d5d5;
  background-color: #d9d9d9;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-appearance: none;
  min-height: 40px;
  border-radius: 3px;
}
body section.model-detail-more .fullspecs_head, body section.model-detail-more .form_head, body section.model-detail-form .fullspecs_head, body section.model-detail-form .form_head, body section.model-detail-chat .fullspecs_head, body section.model-detail-chat .form_head, body .offer-form .fullspecs_head, body .offer-form .form_head {
  position: relative;
  /*border-bottom:1px solid $grey;*/
  cursor: pointer;
}
body section.model-detail-more .fullspecs_head span.ico-more, body section.model-detail-more .form_head span.ico-more, body section.model-detail-form .fullspecs_head span.ico-more, body section.model-detail-form .form_head span.ico-more, body section.model-detail-chat .fullspecs_head span.ico-more, body section.model-detail-chat .form_head span.ico-more, body .offer-form .fullspecs_head span.ico-more, body .offer-form .form_head span.ico-more {
  position: absolute;
  right: 0.9em;
  top: 30px;
}
body section.model-detail-more .card, body section.model-detail-form .card, body section.model-detail-chat .card, body .offer-form .card {
  border: none;
  /*border-top:1px solid $red;*/
  border-top: 1px solid;
  border-image: radial-gradient(#910a2d, #f8f9fa) 8;
  /*margin-left:-15px;
  margin-right:-15px;*/
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f8f9fa;
}
body section.model-detail-more .card .card-body, body section.model-detail-form .card .card-body, body section.model-detail-chat .card .card-body, body .offer-form .card .card-body {
  padding-left: 0px;
}
body section.model-detail-more .card .btn, body section.model-detail-form .card .btn, body section.model-detail-chat .card .btn, body .offer-form .card .btn {
  display: inline-block;
  padding-left: 0px;
  /*font-size: 15px;*/
  font-weight: 700;
  letter-spacing: 2.5px;
  line-height: 20px;
  color: #999;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
  background-color: transparent;
}
body section.model-detail-more .card .amp, body section.model-detail-form .card .amp, body section.model-detail-chat .card .amp, body .offer-form .card .amp {
  display: inline-block;
  line-height: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #999;
}
body section.model-detail-more .card .btn-alink a, body section.model-detail-form .card .btn-alink a, body section.model-detail-chat .card .btn-alink a, body .offer-form .card .btn-alink a {
  color: inherit;
}
body section.model-detail-more .card .btn-link:hover, body section.model-detail-more .card .btn-alink:hover, body section.model-detail-more .card .chat-online-container:hover, body section.model-detail-form .card .btn-link:hover, body section.model-detail-form .card .btn-alink:hover, body section.model-detail-form .card .chat-online-container:hover, body section.model-detail-chat .card .btn-link:hover, body section.model-detail-chat .card .btn-alink:hover, body section.model-detail-chat .card .chat-online-container:hover, body .offer-form .card .btn-link:hover, body .offer-form .card .btn-alink:hover, body .offer-form .card .chat-online-container:hover {
  text-decoration: none;
  color: #191919 !important;
}
body section.model-detail-more .card h6, body section.model-detail-form .card h6, body section.model-detail-chat .card h6, body .offer-form .card h6 {
  font-size: 14px;
  color: #999;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 22px;
  text-transform: uppercase;
}
body section.model-detail-more .card .selected, body section.model-detail-form .card .selected, body section.model-detail-chat .card .selected, body .offer-form .card .selected {
  color: #191919;
}
body section.model-detail-more .card .accessories h6.acc, body section.model-detail-form .card .accessories h6.acc, body section.model-detail-chat .card .accessories h6.acc, body .offer-form .card .accessories h6.acc {
  color: black;
  background-color: white;
  padding: 1.5rem 1rem 1.5rem 1rem;
  margin-top: 1rem;
}
body section.model-detail-more .card .accessories:first-child .ui-g-12, body section.model-detail-more .card .accessories .ui-md-12:first-child, body section.model-detail-form .card .accessories:first-child .ui-g-12, body section.model-detail-form .card .accessories .ui-md-12:first-child, body section.model-detail-chat .card .accessories:first-child .ui-g-12, body section.model-detail-chat .card .accessories .ui-md-12:first-child, body .offer-form .card .accessories:first-child .ui-g-12, body .offer-form .card .accessories .ui-md-12:first-child {
  padding: 0;
}
body section.model-detail-more .card .fullspecs_specs, body section.model-detail-more .card .form_head, body section.model-detail-form .card .fullspecs_specs, body section.model-detail-form .card .form_head, body section.model-detail-chat .card .fullspecs_specs, body section.model-detail-chat .card .form_head, body .offer-form .card .fullspecs_specs, body .offer-form .card .form_head {
  color: #191919;
}
body section.model-detail-more .card .fullspecs_specs .row, body section.model-detail-more .card .form_head .row, body section.model-detail-form .card .fullspecs_specs .row, body section.model-detail-form .card .form_head .row, body section.model-detail-chat .card .fullspecs_specs .row, body section.model-detail-chat .card .form_head .row, body .offer-form .card .fullspecs_specs .row, body .offer-form .card .form_head .row {
  font-size: 14px;
  margin: 0px 0px 0.8em 0px;
}
body section.model-detail-more .card .fullspecs_specs .row span, body section.model-detail-more .card .form_head .row span, body section.model-detail-form .card .fullspecs_specs .row span, body section.model-detail-form .card .form_head .row span, body section.model-detail-chat .card .fullspecs_specs .row span, body section.model-detail-chat .card .form_head .row span, body .offer-form .card .fullspecs_specs .row span, body .offer-form .card .form_head .row span {
  font-family: "MazdaTypeMedium", Arial, sans-serif;
  letter-spacing: 0.2em;
  color: #999;
  text-transform: uppercase;
  line-height: 1.1rem;
}
body section.model-detail-more .card .fullspecs_specs, body section.model-detail-form .card .fullspecs_specs, body section.model-detail-chat .card .fullspecs_specs, body .offer-form .card .fullspecs_specs {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #ccc;
  /*.ui-grid-row, .ui-g {
      display: flex;
      flex-wrap: wrap;
  }

  @media screen and (max-width: 640px) {
      .ui-datagrid-column {
          width: 100% !important;
      }
  }
  @media screen and (min-width: 641px) and (max-width: 1024px) {
      .ui-datagrid-column {
          width: 50% !important;
      }
  }
  @media screen and (min-width: 1025px) {
      .ui-datagrid-column {
          width: 25% !important;
      }
  }*/
}
body section.model-detail-more .card .fullspecs_specs .ui-datagrid-column span, body section.model-detail-form .card .fullspecs_specs .ui-datagrid-column span, body section.model-detail-chat .card .fullspecs_specs .ui-datagrid-column span, body .offer-form .card .fullspecs_specs .ui-datagrid-column span {
  font-size: 14px;
  line-height: 1;
}
body section.model-detail-more .card .open .btn, body section.model-detail-form .card .open .btn, body section.model-detail-chat .card .open .btn, body .offer-form .card .open .btn {
  color: #191919;
}
body .offer-form {
  background-color: transparent;
}
body .offer-form a, body .offer-form label {
  color: #f8f9fa !important;
}
body .offer-form .title {
  color: white;
  border-bottom: 1px solid #6e6e6e;
  padding-bottom: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: "MazdaTypeMedium", Arial, sans-serif;
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 30px;
}
body .offer-form .submit-section {
  align-self: center;
}
body .offer-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #191919;
  opacity: 1; /* Firefox */
}
body .offer-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #191919;
}
body .offer-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #191919;
}
body section.model-detail-form {
  padding: 0 0 0 0;
}
body section.model-detail-form .card .open .btn {
  color: #999;
}
body section.model-detail-form .card .open .btn.selected {
  color: #191919;
}
body section.model-detail-form .card .result {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
}
body section.model-detail-form .card .result h5 {
  padding-bottom: 0.5rem;
  line-height: 1.8rem;
}
body section.model-detail-form .card .form_head {
  /*border-top:1px solid $grey;*/
  /*border-bottom:1px solid $grey;*/
  cursor: pointer;
}
body section.model-detail-form .card .form_head span.ico-more {
  position: absolute;
  right: 0.9em;
  top: 30px;
}
body section.model-detail-form .privacy-agree {
  font-size: 12px;
}
body section.model-detail-form .privacy-agree a {
  cursor: pointer;
  text-transform: underline;
}
body section.model-detail-form .privacy-agree a:hover {
  text-transform: none;
  color: blue;
}
body section.model-detail-form .privacy-agree label {
  display: block;
}
body section.model-detail-chat .ring-container {
  position: absolute;
  display: inline-block;
  box-sizing: content-box;
  top: 17px;
}
body section.model-detail-chat .circle {
  width: 10px;
  height: 10px;
  background-color: #62bd19;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: 18px;
  box-sizing: content-box;
}
body section.model-detail-chat .ringring {
  box-sizing: content-box;
  border: 3px solid #62bd19;
  -webkit-border-radius: 30px;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.4, 0.4);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
body section.model-detail-chat .online {
  position: absolute;
  top: 12px;
  left: 45px;
  width: 150px;
  color: black;
}
body section.model-detail-more .model-detail-finance .promotion-finance {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid;
  border-image: radial-gradient(#910a2d, #fff) 8;
}
body section.model-detail-more .model-detail-finance .promotion-finance p {
  font-size: 14px;
}
body section.model-detail-more .model-detail-finance .promotion-finance h6 {
  color: #910a2d;
}
body section.model-detail-more .model-detail-finance .promotion-finance .figure {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  color: black;
  /*padding: 30px 0 30px 0;*/
  text-align: center;
  position: relative;
  display: inline-block;
}
body section.model-detail-more .model-detail-finance .promotion-finance .figure div {
  margin: 0;
}
body section.model-detail-more .model-detail-finance .promotion-finance .figure-before {
  letter-spacing: 0.1072em;
  text-transform: uppercase;
  display: block;
  font-size: 15px;
  padding: 0 0 10px 0;
}
body section.model-detail-more .model-detail-finance .promotion-finance .figure-content {
  position: relative;
  display: block;
  font-size: 55px;
}
body section.model-detail-more .model-detail-finance .promotion-finance .figure-content.other {
  font-size: 32px;
}
body section.model-detail-more .model-detail-finance .promotion-finance .other {
  font-size: 32px;
}
body section.model-detail-more .model-detail-finance .promotion-finance .figure-after {
  text-transform: uppercase;
  letter-spacing: 0.1072em;
  display: block;
  font-size: 15px;
  padding: 0px 0 0 0;
  margin-top: -6px;
}
body section.model-detail-more .model-detail-finance .promotion-finance .figure-suffix {
  display: inline-block;
  font-size: 26px;
  color: black;
  padding-left: 10px;
}
body section.model-detail-more .model-detail-finance .promotion-finance .figure-disclaimer {
  position: absolute;
  top: 20px;
  font-size: 13px;
  right: auto;
  color: #6e6e6e;
  left: auto;
  padding-left: 10px;
  white-space: nowrap;
}
body section.model-detail-more .model-detail-finance .promotion-finance:last-child {
  border: 0;
  padding-bottom: 50px;
}
body section.model-detail-more .model-detail-finance .promotion-finance-other:last-child {
  border: 0;
  padding-bottom: 50px;
}
body section.model-detail-more .model-detail-finance .promotion-finance-other .col-12 {
  text-align: center;
}
body section.model-detail-more .model-detail-finance .promotion-finance-other .figure {
  margin-bottom: 2em;
}
body section.model-detail-more .model-detail-finance .promotion-finance-other .figure-content {
  position: relative;
  display: block;
  font-size: 45px;
}
body section.model-detail-more .model-detail-finance .promotion-finance-other .other {
  font-size: 32px;
}
body section.model-detail-more .model-detail-finance .promotion-finance-other sup {
  top: unset;
}
body section.model-detail-more .model-detail-finance .promotion-finance-intro p {
  font-size: 14px;
}
body section.model-detail-more .model-detail-finance .promotion-finance-disclaimer {
  padding: 80px 0 50px 0;
}
body section.model-detail-more .model-detail-finance .promotion-finance-disclaimer p {
  font-size: 11px;
  margin-bottom: 0.5rem;
}
body section.stock-list-related {
  width: 100%;
}
body section.stock-list-related .btn {
  display: inline-block;
  padding-left: 0px;
  /*font-size: 15px;*/
  font-weight: 700;
  letter-spacing: 2.5px;
  line-height: 20px;
  color: #999;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
}
body section.stock-list-related .btn-link:hover {
  text-decoration: none;
  color: #191919;
}
body section.stock-list-related h6 {
  font-size: 16px;
  font-weight: 700;
  /*letter-spacing: 1.8px;*/
  line-height: 22px;
  text-transform: uppercase;
}
body section.stock-list-related ol {
  list-style-type: none;
  margin-left: 0px;
  padding-top: 30px;
}
body section.filter-section {
  background-color: white;
  font-family: "MazdaTypeBold", Arial, sans-serif, sans-serif;
  /*padding:4rem 0 0 0;*/
  border-top: 1px solid #d9d9d9;
}
body section.filter-section .filter-tabs {
  background-color: white;
}
body section.filter-section .filter-tabs h3 {
  margin-bottom: 0px;
  text-align: center;
}
body section.filter-section .filter-tabs a.filter-link {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0px;
  border-top: 1px solid transparent;
  margin-top: -1px;
}
body section.filter-section .filter-tabs a {
  border: 0;
  border-top: 1px solid transparent;
  line-height: 1.5;
}
body section.filter-section .filter-tabs a.active {
  font-family: "MazdaTypeMedium", Arial, sans-serif;
  border: 0;
  border-top: 1px solid;
  border-image: radial-gradient(#910a2d, #d9d9d9) 8;
}
body section.filter-section .filter-tabs a.active h3 {
  font-family: "MazdaTypeMedium", Arial, sans-serif;
}
body section.filter-section .filter-tabs a.filter-link:hover {
  border: 0;
  border-top: 1px solid #910a2d;
  color: #910a2d;
}
body section.filter-section .filter-tabs .nav-tabs .nav-item {
  height: 150px;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}
body section.filter-section .filter-tabs .nav-tabs .nav-item .filter-showroom-more {
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
}
body section.filter-section .filter-tabs .nav-tabs .nav-item .filter-showroom-more .model-showroom-more {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin: 9px 0 8px 0;
  padding: 6px 8px 6px 8px;
  background-color: white;
  position: relative;
}
body section.filter-section .filter-tabs .nav-tabs .filter-preselect {
  position: absolute;
  top: 87px;
  left: 0px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
body section.filter-section .filter-tabs .nav-tabs .filter-preselect .filter-selected-group {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  font-size: 12px;
  text-align: center;
}
body section.filter-section .filter-tabs .nav-tabs .filter-preselect .filter-selected-group img {
  height: 12px;
  margin-top: -3px;
  color: black;
}
@media (min-width: 768px) {
  body section.filter-section .filter-tabs .nav-tabs .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 992px) {
  body section.filter-section .filter-tabs .nav-tabs .col-md-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  body section.filter-section .filter-tabs .nav-tabs .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
body section.filter-section .filter-tabs .nav-tabs .col-4, body section.filter-section .filter-tabs .nav-tabs .col-md-3, body section.filter-section .filter-tabs .nav-tabs .col-lg-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
body section.filter-section .spacer {
  width: 0%;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}
body section.filter-section .spacerm {
  height: 120px;
  border: 1px solid blue;
}
body section.filter-section .filter-tabs-arrow .col-2, body section.filter-section .filter-tabs-arrow-mob .col-2 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
body section.filter-section .filter-tabs-arrow {
  background-color: #d9d9d9;
}
body section.filter-section .filter-tabs-arrow-mob {
  background-color: transparent;
  position: absolute;
  top: 0px;
  width: 100%;
}
body section.filter-section .filter-tabs-content {
  min-height: 300px;
  background-color: #d9d9d9;
}
body section.filter-section .filter-tabs-content .segment-name {
  display: block;
  font-family: "MazdaTypeBold", Arial, sans-serif;
  font-size: 1rem;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
body section.filter-section .filter-tabs-content .tab-pane {
  padding: 3rem 0 2rem 0;
}
body section.filter-section .filter-tabs-content .tab-pane .filter-item {
  margin: 1rem 1rem 1rem 0rem;
  /*text-align:center;*/
}
body section.filter-section .filter-tabs-content .tab-pane .selected {
  background-color: white;
}
body section.filter-section .filter-tabs-content .equip .alert-warning {
  margin-top: 6rem;
  background-color: white;
  text-align: center;
  color: black;
  border: 0px solid transparent;
}
body section.filter-section .filter-tabs-content .equip .equip-item {
  display: inline-block;
  background-color: #d9d9d9;
}
body section.filter-section .filter-tabs-content .equip .equip-item .equip-title {
  display: inline-block;
}
body section.filter-section .filter-tabs-content .equip .equip-item .equip-more {
  float: right;
  padding: 0 15px 0 15px;
}
body section.filter-section .filter-tabs-content .equip .equip-item .equip-more a img {
  width: 25px;
  height: auto;
  cursor: pointer;
}
body section.filter-section .filter-tabs-content .equip .equip-item .equip-more .equip-more-item {
  display: block;
}
body section.filter-section .filter-tabs-content .equip .equipModal .modal-dialog .modal-content {
  padding: 0 24px 0 24px;
}
body section.filter-section .filter-tabs-content .equip .equipModal .modal-dialog .modal-content h2 {
  font-size: 16px;
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
}
body section.filter-section .filter-tabs-content .equip .equipModal .modal-dialog .modal-content .equip-model {
  padding: 8px 0 16px 0;
}
body section.filter-section .filter-tabs-content .equip .equipModal .modal-dialog .modal-content .equip-model h3 {
  font-size: 20px;
}
body section.filter-section .filter-tabs-content .equip .equipModal .modal-dialog .modal-content .equip-model img {
  width: 16px;
  margin-left: 15px;
}
body section.filter-section .filter-tabs-content .equip .equipModal .modal-dialog .modal-content .equip-model .equip-base {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body section.filter-section .filter-tabs-content .equip .equipModal .modal-dialog .modal-content .equip-model .equip-model-set {
  padding: 0 4px 0 16px;
}
body section.filter-section .filter-tabs-content .equip .equipModal .modal-dialog .modal-content .equip-model .equip-model-set h4 {
  font-size: 12px;
}
body section.filter-section .filter-tabs-content .equip .equipModal .modal-dialog .modal-content .equip-model .equip-model-set p {
  font-size: 10px;
}
body section.filter-section .filter-tabs-content .equip .equipModal .modal-dialog .modal-content .equip-model .equip-model-set ul {
  padding-left: 8px;
}
body section.filter-section .filter-tabs-content .equip .equipModal .modal-dialog .modal-content .equip-model .equip-model-set ul li {
  font-size: 8px;
}
body section.filter-section .filter-tabs-content .engines {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  text-transform: uppercase;
  color: #191919;
}
body section.filter-section .filter-tabs-content .engines .filter-items div {
  padding-left: 0px;
  width: auto;
}
body section.filter-section .filter-tabs-content .engines .filter-items .ui-button {
  padding: 4px 8px 4px 8px;
}
body section.filter-section .filter-tabs-content .engines .filter-items .ui-button.ui-state-active {
  background-color: white;
}
body section.filter-section .filter-tabs-content .engines .filter-items ul {
  margin: 0;
  padding: 0;
}
body section.filter-section .filter-tabs-content .engines .filter-items ul li {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  padding: 4px 8px 4px 8px;
}
body section.filter-section .filter-tabs-content .engines .filter-items ul li.ui-state-highlight {
  padding: 4px 8px 4px 16px;
  background-color: white;
}
body section.filter-section .filter-tabs-content .engines .slider-power, body section.filter-section .filter-tabs-content .engines .slider-cons {
  margin-bottom: 4rem;
}
body section.filter-section .filter-tabs-content .colors {
  font-size: 14px;
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  text-transform: uppercase;
  color: #191919;
}
body section.filter-section .filter-tabs-content .colors a div {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  text-align: center;
  padding: 10px 0 15px 0;
}
body section.filter-section .filter-tabs-content .colors a div span {
  text-transform: uppercase;
}
body section.filter-section .filter-tabs-content .price {
  /*min-height:500px;*/
}
body section.filter-section .filter-tabs-content .price div {
  text-align: left;
}
body section.filter-section .filter-tabs-content .price div .ui-buttonset {
  margin-bottom: 4rem;
}
body section.filter-section .filter-tabs-content .price div .ui-buttonset .ui-button {
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 16px 32px;
  border: 1px solid #fff;
}
body section.filter-section .filter-tabs-content .price div .ui-buttonset .ui-button.ui-state-active {
  background-color: white;
}
body section.filter-section .filter-tabs-content .price .filter-offer {
  display: inline-block;
  /*margin-left:1rem;
          margin-right:1rem;*/
}
body section.filter-section .filter-tabs-content .price .filter-offer .cta-secondary {
  font-size: 0.8rem;
  float: right;
}
body section.filter-section .filter-tabs-content .price .filter-offer .cta-primary {
  font-size: 0.8rem;
}
body section.filter-section .filter-tabs-content .price .filter-offer .filter-offer-content {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  padding: 16px 0 16px 0;
  border: 1px solid #fff;
}
body section.filter-section .filter-tabs-content .price .filter-offer .filter-offer-content h4 {
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  padding: 0 0 0 32px;
}
body section.filter-section .filter-tabs-content .price .filter-offer .filter-offer-content p {
  text-align: center;
  margin: 0;
  padding: 0 32px;
  font-size: 12px;
}
body section.filter-section .filter-tabs-content .price .filter-offer.selected {
  background-color: transparent;
}
body section.filter-section .filter-tabs-content .price .filter-offer.selected .filter-offer-content {
  background-color: white;
}
body section.filter-section .filter-tabs-content .location .input {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
}
body section.filter-section .filter-tabs-content .location .location-finder {
  display: inline-block;
  position: absolute;
  background-color: #d9d9d9;
  padding: 0.5rem;
  padding-left: 1rem;
  right: 16px;
}
body section.filter-section .filter-tabs-content .location .location-finder img {
  width: 32px;
}
body section.filter-section .filter-tabs-content .location .locator-geo, body section.filter-section .filter-tabs-content .location .locator-dealer {
  margin-top: 2rem;
}
body section.filter-section .filter-tabs-content .location .locator-geo .filter-selected-group, body section.filter-section .filter-tabs-content .location .locator-dealer .filter-selected-group {
  display: block;
}
body section.filter-section .filter-tabs-content .cars .ui-outputpanel {
  text-align: center;
}
body section.filter-section .filter-tabs-content .cars .ui-outputpanel .model-icon .model {
  cursor: pointer;
  padding: 1rem 0 0 0;
}
body section.filter-section .filter-tabs-content .cars .ui-outputpanel .model-icon .model h2 {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 0.5rem;
  line-height: 1.5rem;
}
body section.filter-section .filter-tabs-content .cars .ui-outputpanel .model-icon .model .img-fluid {
  padding: 1.2rem 0 1.2rem 0;
}
body section.filter-section .filter-tabs-content .cars .ui-outputpanel .model-icon .body {
  display: inline-block;
  padding: 4px 16px;
  text-transform: uppercase;
  font-size: 12px;
}
body section.filter-section .filter-tabs-content .cars .ui-outputpanel .model-selected {
  background: rgb(184, 184, 184);
  background: radial-gradient(ellipse, rgb(255, 255, 255) 0%, rgb(217, 217, 217) 54%);
}
body section.filter-section .filter-tabs-content .cars .ui-outputpanel .model-selected h2 {
  color: #910a2d;
}
body section.filter-section .filter-tabs-content .cars .ui-outputpanel .ui-buttonset {
  margin-bottom: 1rem;
}
body section.filter-section .filter-tabs-content .cars .ui-outputpanel .ui-buttonset .ui-button {
  margin-left: 1rem;
  /*margin-right:1rem;*/
  margin-bottom: 2rem;
  padding: 16px 32px;
  border: 1px solid #fff;
}
body section.filter-section .filter-tabs-content .cars .ui-outputpanel .ui-buttonset .ui-button span {
  text-transform: uppercase;
}
body section.filter-section .filter-tabs-content .cars .ui-outputpanel .ui-buttonset .ui-button.ui-state-active {
  background-color: white;
}
body section.filter-section .card-body {
  padding-left: 0px;
  padding-bottom: 0px;
}
body section.filter-section .filter {
  /*.filter-rest{display:inline-block;}


  .filter-item{
      float:left;
      text-align:left;
      display:inline-block;
      text-transform:uppercase;
      font-size: 0.8rem;
      min-width:130px;
      cursor:pointer;
      padding-right:16px;
      padding-bottom:16px;

      .filter-item-content{ background-color:white; border:1px solid #e5e5e5;}


      a{color:black;font-family: "MazdaTypeBold", sans-serif;}

      img{height:20px;width:auto;margin-top:-6px;}

      span{font-family: "MazdaTypeBold", sans-serif;padding-bottom:12px;font-size: 1rem;text-transform:none; display:block;}
      span:first-child{cursor:pointer;}

      .reset{margin-right:-16px;margin-top:-8px;}



   }  

      .swatch{
          font-size:18px;
          border-radius:50%;
          border:1px solid transparent;
          display: inline-block;


      }
      .swatch div{height: 12px;
                  width: 12px;border-radius: 50%;}
      .black-titanium div{background-color: $black-titanium;}
      .grey-polymetal div{background-color: $grey-polymetal;}
      .red div{background-color: $red;}*/
  /*.filter-more{
      cursor:pointer;
      float:left;
      background-color:transparent; 
      border:1px solid black;
      margin-top:0px;
      height:100%;
      max-height:87px;
      min-width: none;
      display:inline-block;
      padding:16px;
      img{width:55px;min-height:55px; margin-top:0px; margin:auto;}

      span{
          color:black;

      }
  }*/
}
body section.filter-section .filter .filter-color {
  opacity: 0;
  display: none;
}
body section.filter-section .filter .filter-packs-extra {
  opacity: 0;
  display: none;
}
body section.filter-section .filter .filter-performance {
  opacity: 0;
  display: none;
}
body section.filter-section .filter .model-selection {
  float: none;
  background-color: transparent;
  background-image: url();
  background-repeat: no-repeat;
  background-size: 150px auto;
  background-position: right 15px;
}
body section.filter-section .filter .model-selection .filter-item-content {
  background-color: transparent;
}
body section.filter-section .filter .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #f1f1f1;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
body section.filter-section .filter .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #910a2d;
  cursor: pointer;
}
body section.filter-section .filter .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #910a2d;
  cursor: pointer;
}
body section.filter-section .filter button.collapsed {
  padding-bottom: 1rem;
  font-size: 1.1rem;
  letter-spacing: normal;
}
body section.filter-section .filter button.collapsed .icon {
  display: inline;
  position: relative;
  font-size: 2.2rem;
  margin: 0rem 0.375rem 0 0;
  line-height: 5rem;
  top: 0.375rem;
}
body section.filter-section .filter button {
  width: 100%;
  background-color: #f3f3f3;
  color: #000;
  text-transform: uppercase;
  font-family: "MazdaTypeMedium", Arial, sans-serif;
  font-size: 1.4rem;
  cursor: pointer;
  border-radius: 0;
  padding-bottom: 0rem;
  padding-left: 0.5rem;
  transition: none !important;
  letter-spacing: 0.125rem;
}
body section.filter-section .filter button .icon {
  display: block;
  position: relative;
  font-size: 3.6rem;
  margin: 0rem 0.25rem 0 0;
  line-height: 5rem;
  top: 0.125rem;
}
body section.filter-section .filter button:hover {
  text-decoration: none;
}
body section.filter-section .filter button:focus {
  outline: none;
  box-shadow: none;
}
body section.filter-section .filter .collapsing {
  transition: opacity 0.35s;
  transition-duration: 0s, 0s;
}
body section.stock-list, body section.parking-list {
  margin: 0em 0px 0em 0px;
  width: 100%;
  background-color: #191919;
}
body section.stock-list .stock-list-item, body section.parking-list .stock-list-item {
  margin-bottom: 2em;
}
body section.stock-list .stock-list-item .carousel, body section.parking-list .stock-list-item .carousel {
  height: 100%;
}
body section.stock-list .stock-list-item .carousel .carousel-inner, body section.parking-list .stock-list-item .carousel .carousel-inner {
  height: 100%;
}
body section.stock-list .stock-list-item .carousel .carousel-inner .carousel-item, body section.parking-list .stock-list-item .carousel .carousel-inner .carousel-item {
  height: 100%;
}
body section.stock-list .stock-list-item .carousel .carousel-inner .carousel-item .carousel-caption, body section.parking-list .stock-list-item .carousel .carousel-inner .carousel-item .carousel-caption {
  top: 0px;
  padding-top: 3.5rem;
  left: auto;
  right: auto;
  text-transform: uppercase;
}
body section.stock-list .stock-list-item .carousel .carousel-inner .carousel-item .carousel-caption h3, body section.parking-list .stock-list-item .carousel .carousel-inner .carousel-item .carousel-caption h3 {
  font-size: 28px;
  line-height: initial;
  padding-bottom: 1rem;
}
body section.stock-list .stock-list-item .carousel .carousel-inner .carousel-item .carousel-caption h4, body section.parking-list .stock-list-item .carousel .carousel-inner .carousel-item .carousel-caption h4 {
  font-size: 14px;
  padding: 0 3rem 1rem 3rem;
  line-height: 1.2rem;
}
body section.stock-list .stock-list-item .carousel .carousel-inner .carousel-item .carousel-caption p, body section.parking-list .stock-list-item .carousel .carousel-inner .carousel-item .carousel-caption p {
  font-size: 16px;
  line-height: 1.6rem;
  padding: 0 3rem 0 3rem;
}
body section.stock-list .stock-list-item .carousel .carousel-inner .carousel-item .carousel-caption.white, body section.parking-list .stock-list-item .carousel .carousel-inner .carousel-item .carousel-caption.white {
  color: black;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 60%);
}
body section.stock-list .stock-list-item .carousel .carousel-inner .carousel-item .carousel-caption.black, body section.parking-list .stock-list-item .carousel .carousel-inner .carousel-item .carousel-caption.black {
  color: white;
  background: rgb(0, 0, 0);
  background: radial-gradient(circle at top, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 60%);
}
body section.stock-list .stock-list-item .carousel-indicators, body section.parking-list .stock-list-item .carousel-indicators {
  margin-left: 15px;
  margin-right: 15px;
  bottom: 8px;
  height: 78px;
  overflow: hidden;
  background-color: black;
}
body section.stock-list .stock-list-item .carousel-indicators .carousel-indicators-item, body section.parking-list .stock-list-item .carousel-indicators .carousel-indicators-item {
  position: relative;
  color: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  /*webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);*/
  cursor: pointer;
}
body section.stock-list .stock-list-item .carousel-indicators .carousel-indicators-item .carousel-indicators-item-caption, body section.parking-list .stock-list-item .carousel-indicators .carousel-indicators-item .carousel-indicators-item-caption {
  position: absolute;
  top: 0px;
  height: 78px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 1rem 0 0 0;
  font-size: 14px;
}
body section.stock-list .stock-list-item .carousel-indicators .carousel-indicators-item .carousel-indicators-item-caption span, body section.parking-list .stock-list-item .carousel-indicators .carousel-indicators-item .carousel-indicators-item-caption span {
  display: block;
  font-size: 10px;
}
body section.stock-list .stock-list-item .carousel-indicators .active, body section.parking-list .stock-list-item .carousel-indicators .active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
body section.stock-list .stock-list-item .carousel-indicators li, body section.parking-list .stock-list-item .carousel-indicators li {
  width: initial;
  height: initial;
  margin: 2px;
  margin-top: 3px;
  box-sizing: border-box;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
  /*border-radius: 50%;
  border-width: 2px;*/
  transition: all 0.25s ease 0s;
  cursor: pointer;
  background: rgb(153, 153, 153);
  border-color: rgb(25, 25, 25);
}
body section.stock-list .stock-list-item .carousel-indicators li.active, body section.parking-list .stock-list-item .carousel-indicators li.active {
  margin: 2px;
  box-sizing: border-box;
  width: 1em;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
  height: 1em;
  /*border-radius: 50%;
  border-width: 2px;*/
  transition: all 0.25s ease 0s;
  cursor: pointer;
  background: transparent;
  border-color: rgb(25, 25, 25);
  border-style: solid;
}
body section.stock-list .stock-list-item .card, body section.parking-list .stock-list-item .card {
  background-color: rgb(255, 255, 255);
  border: 1px solid #474747;
  transition: box-shadow 0.2s ease 0s;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
body section.stock-list .stock-list-item .card .cta, body section.parking-list .stock-list-item .card .cta {
  text-align: center;
  width: 100%;
  font-family: "MazdaTypeRegular", "Arial", sans-serif, sans-serif;
  text-transform: uppercase;
  padding: 1rem 0 3rem 0;
}
body section.stock-list .stock-list-item .card .cta .quaternary, body section.parking-list .stock-list-item .card .cta .quaternary {
  color: #191919;
  margin: 0 4px 0 4px;
  padding: 0 0 2px 0;
  border-bottom: 3px solid black;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
body section.stock-list .stock-list-item .card .cta .quaternary:hover, body section.parking-list .stock-list-item .card .cta .quaternary:hover {
  padding: 0 0 0px 0;
  margin-bottom: 2px;
}
body section.stock-list .stock-list-item .card .stock-car-save, body section.parking-list .stock-list-item .card .stock-car-save {
  opacity: 0;
  position: absolute;
  top: 200px;
  right: 10px;
}
body section.stock-list .stock-list-item .card .stock-car-save img, body section.parking-list .stock-list-item .card .stock-car-save img {
  padding-top: 0px;
  width: 40px;
  height: 40px; /*background-color:red;*/
}
body section.stock-list .stock-list-item .card .stock-car-save #icon-heart, body section.parking-list .stock-list-item .card .stock-car-save #icon-heart {
  fill: red;
}
body section.stock-list .stock-list-item .card .stock-list-item-image, body section.parking-list .stock-list-item .card .stock-list-item-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  flex: 0 0 auto;
}
body section.stock-list .stock-list-item .card .stock-list-item-image img, body section.parking-list .stock-list-item .card .stock-list-item-image img {
  width: 100%;
  display: none;
}
body section.stock-list .stock-list-item .card .stock-list-item-image .monthly, body section.parking-list .stock-list-item .card .stock-list-item-image .monthly {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  border-radius: 20px;
  margin-bottom: -22px;
}
body section.stock-list .stock-list-item .card .stock-list-item-image .monthly .tag, body section.parking-list .stock-list-item .card .stock-list-item-image .monthly .tag {
  padding: 12px 24px;
  color: black;
  background-color: white;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1.93px;
}
body section.stock-list .stock-list-item .card .stock-list-item-image .monthly span, body section.parking-list .stock-list-item .card .stock-list-item-image .monthly span {
  font-size: 16px;
  margin-bottom: -6px;
  color: #910a2d;
}
body section.stock-list .stock-list-item .card .stock-list-item-header, body section.parking-list .stock-list-item .card .stock-list-item-header {
  padding: 2em 0 1em 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
body section.stock-list .stock-list-item .card .stock-list-item-header h3, body section.parking-list .stock-list-item .card .stock-list-item-header h3 {
  padding: 2rem 0 0.5rem 0;
}
body section.stock-list .stock-list-item .card .stock-list-item-header .tag, body section.parking-list .stock-list-item .card .stock-list-item-header .tag {
  background-color: #f06735;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1.93px;
  line-height: 21px;
}
body section.stock-list .stock-list-item .card .stock-list-item-header p, body section.parking-list .stock-list-item .card .stock-list-item-header p {
  padding: 0 2em 0 2em;
}
body section.stock-list .stock-list-item .card .stock-list-item-header .red, body section.parking-list .stock-list-item .card .stock-list-item-header .red {
  background-color: #910a2d;
}
body section.stock-list .stock-list-item .card .stock-list-item-content, body section.parking-list .stock-list-item .card .stock-list-item-content {
  text-align: center;
  padding: 0em 2em 1em;
}
body section.stock-list .stock-list-item .card .stock-list-item-content .dealer, body section.parking-list .stock-list-item .card .stock-list-item-content .dealer {
  color: #bccdcf;
}
body section.stock-list .stock-list-item .card .stock-list-item-content .dealer h5, body section.parking-list .stock-list-item .card .stock-list-item-content .dealer h5 {
  font-size: 1rem;
}
body section.stock-list .stock-list-item .card .stock-list-item-content .discount, body section.parking-list .stock-list-item .card .stock-list-item-content .discount {
  font-family: "MazdaTypeBold", Arial, sans-serif;
  color: #910a2d;
}
body section.stock-list .stock-list-item .card .stock-list-item-content .content-aligner, body section.parking-list .stock-list-item .card .stock-list-item-content .content-aligner {
  border-top: 1px solid rgb(229, 229, 229);
  padding-top: 1.2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  min-height: 2em;
}
body section.stock-list .stock-list-item .card .stock-list-item-content .content-aligner .price, body section.parking-list .stock-list-item .card .stock-list-item-content .content-aligner .price {
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 80%;
  margin-bottom: 0.5em;
}
body section.stock-list .stock-list-item .card .stock-list-item-content .content-aligner .color-swatch, body section.parking-list .stock-list-item .card .stock-list-item-content .content-aligner .color-swatch {
  position: relative;
  cursor: pointer;
  padding-left: 1em;
}
body section.stock-list .stock-list-item .card:hover .stock-car-save, body section.stock-list .stock-list-item .card.selected .stock-car-save, body section.parking-list .stock-list-item .card:hover .stock-car-save, body section.parking-list .stock-list-item .card.selected .stock-car-save {
  opacity: 1;
}
body section.stock-list .promotion-item, body section.parking-list .promotion-item {
  height: 100%;
  margin-bottom: 0em;
}
body section.stock-list .promotion-item .carousel .carousel-inner .carousel-item, body section.parking-list .promotion-item .carousel .carousel-inner .carousel-item {
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 0.2rem;
}
body section.stock-list .promotion-item .carousel .carousel-inner .carousel-item img, body section.parking-list .promotion-item .carousel .carousel-inner .carousel-item img {
  visibility: hidden;
}
body section.stock-list .container .filter-item-content a, body section.parking-list .container .filter-item-content a {
  color: #999;
}
body section.stock-list .container .reset-all, body section.parking-list .container .reset-all {
  cursor: pointer;
  color: #999 !important;
  text-transform: uppercase;
}
body section.stock-list .container .reset-all .filter-selected-group img, body section.parking-list .container .reset-all .filter-selected-group img {
  height: 12px;
  margin-top: -2px;
  margin-right: 2px;
  color: #000;
}
body section.stock-list .container .order span, body section.parking-list .container .order span {
  margin: 0 4px 0 4px;
  padding: 0 0 2px 0;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
body section.stock-list .container .order span a, body section.parking-list .container .order span a {
  color: #999;
}
body section.stock-list .container .order span.active, body section.parking-list .container .order span.active {
  border-bottom: 1px solid white;
}
body section.stock-list .container .order span.active a, body section.parking-list .container .order span.active a {
  color: white;
}
body section.stock-list .container .order span.sort-type a, body section.parking-list .container .order span.sort-type a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
body section.stock-list .container .order span.sort-type a.active, body section.parking-list .container .order span.sort-type a.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
body section.stock-list .container .order span:hover, body section.parking-list .container .order span:hover {
  margin: 0 4px 2px 4px;
  padding: 0 0 0px 0;
}
body section.stock-list .container .select-kind, body section.parking-list .container .select-kind {
  font-family: "MazdaTypeBold", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  color: white;
  letter-spacing: 0.1rem;
  display: inline-block;
  max-width: 100%;
  /*height: calc(1.25rem + 2px);*/
  /*padding: 0 1.75rem 0.175rem 0.75rem;
  margin:0 1rem 0 0;*/
  margin: 0 4px 0 4px;
  padding: 0 1.75rem 2px 1.75rem;
  cursor: pointer;
  color: white;
  vertical-align: middle;
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: auto;
  background-size: 15px;
  background-position: center right;
  border: 1px solid #191919;
  /*border-radius: 0.25rem;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 25px;
}
body section.stock-list .container .select-kind option, body section.parking-list .container .select-kind option {
  background-color: #191919;
  font-family: "MazdaTypeMedium", Arial, sans-serif;
  color: white;
}
body section.stock-list .container .select-kind select option:focus, body section.stock-list .container .select-kind select option:selected, body section.stock-list .container .select-kind select option:focused, body section.parking-list .container .select-kind select option:focus, body section.parking-list .container .select-kind select option:selected, body section.parking-list .container .select-kind select option:focused {
  background: #910a2d;
}
body section.stock-list .container .select-kind select option:hover, body section.parking-list .container .select-kind select option:hover {
  background: #910a2d;
}
body section.stock-list .container .filter-item-content, body section.parking-list .container .filter-item-content {
  font-family: "MazdaTypeRegular", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  padding: 16px 24px 16px 24px;
  text-align: center;
  color: white;
  padding: 1rem 0 1rem 0;
  margin: 4.5rem 0 2rem 0;
  letter-spacing: 0.1rem;
}
body section.stock-list .container .filter-item-content span, body section.parking-list .container .filter-item-content span {
  font-family: "MazdaTypeBold", Arial, sans-serif;
}
body section.stock-list .container .filter-item-count, body section.parking-list .container .filter-item-count {
  margin-top: 3.1rem !important;
  padding-top: 0rem !important;
  padding-right: 0.2rem;
  font-size: 13px;
}
body section.stock-list .container .filter-item-count span, body section.parking-list .container .filter-item-count span {
  font-family: "MazdaTypeBold", Arial, sans-serif;
  font-size: 48px;
  padding-right: 0.5rem;
}
body section.stock-list .container .promotion-item .carousel, body section.parking-list .container .promotion-item .carousel { /*height:472px;*/
  overflow: hidden;
}
body section.parking-list .table {
  color: white;
}
body section.parking-list .table .tag {
  padding-left: 1rem;
}
body section.parking-list .table td, body section.parking-list .table th {
  border: 0;
  border-right: 2px solid #d9d9d9;
  /*border-image: linear-gradient(#910a2d, #d9d9d9) 8;*/
}
body section.parking-list .table td {
  border-right: 1px solid #999;
}
body section.parking-list .table th {
  font-family: "MazdaTypeMedium", Arial, sans-serif;
  text-transform: uppercase;
  padding-right: 4rem;
}
body section.parking-list .table tr:nth-child(2) th, body section.parking-list .table tr:nth-child(2) td {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body section.parking-list .table tr:first-child th, body section.parking-list .table tr:nth-child(2) th {
  border-right: 1px solid #910a2d;
}
body section.parking-list .table tr:first-child td, body section.parking-list .table tr:nth-child(2) td {
  border-right: 1px solid #910a2d;
}
body section.parking-list .table table.compare {
  width: auto !important;
}
body section.parking-list .table table.compare a {
  color: white;
}
body section.parking-list .table table.compare img {
  max-width: 20rem;
}
body section.disclaimer {
  padding: 60px 0 0px 0;
  background-color: #f8f9fa;
}
body section.disclaimer .disclaimer-content {
  background-color: #d9d9d9;
  font-size: 14px;
  text-align: left;
  padding-top: 60px;
  padding-bottom: 40px;
}
body section.disclaimer .disclaimer-content sup {
  position: absolute;
  top: 12px;
}
body section.disclaimer .disclaimer-content p {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  line-height: 1.625;
  padding-left: 20px;
  padding-bottom: 20px;
  display: inline-block;
}
body h2 {
  display: block;
  font-family: "MazdaTypeBold", Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 2.8125rem;
  text-transform: uppercase;
}
body h3 {
  display: block;
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  font-size: 1.5rem;
  line-height: 1.1667rem;
}
body ul li {
  padding-bottom: 0.5rem;
}
body .button {
  padding: 0.6875rem 1.125rem 0.6875rem 1.125rem;
  background-color: #910a2d;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
body .button .icon {
  font-size: 0.875rem;
}
body .button:hover, body .button.black:hover {
  color: #606060;
  text-decoration: none;
}
body .button.black {
  background-color: #000;
  color: #fff;
}
body .download {
  border: 1px solid #f3f3f3;
  background-color: #fff;
  padding: 0.5rem;
  margin: 0 0 1rem 0;
}
body .download a {
  font-weight: bold;
  text-transform: uppercase;
}
body .download a .icon {
  font-size: 1rem;
  position: relative;
  top: 0.1875rem;
  margin-right: 0.5rem;
}
body .table td, body .table th {
  border: none;
  border-right: 4px solid #fff;
  min-height: 2.25rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
body .table caption {
  caption-side: top;
  font-family: "MazdaTypeMedium", Arial, sans-serif;
  color: #000;
  border-bottom: 4px solid #910a2d;
  font-size: 1.125rem;
  padding: 0 0 0rem 0.75rem;
  margin-bottom: 4px;
}
body .table.table-striped tr:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0.04);
}
body .jumbotron {
  background-color: #fff;
  border-radius: 0;
  background-color: #910a2d;
}
body .jumbotron h3 {
  font-size: 3rem;
  font-family: "MazdaTypeBold", Arial, sans-serif;
  line-height: 1.1;
}
body dl dt {
  color: #999999;
  font-size: 1.125rem;
}
body .favorities {
  background-color: #000;
  padding: 0.5rem 0.75rem 0.375rem 0.75rem;
  color: #fff;
}
body .favorities:hover {
  opacity: 0.7;
}
body footer.main-footer {
  clear: both;
  background-color: #191919;
  color: #fff;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 0.875rem;
  text-align: center;
}
body footer.main-footer .footer-first-level {
  padding: 100px 0 0;
  text-align: left;
  padding-bottom: 80px;
  border-bottom: 1px solid #6e6e6e;
}
body footer.main-footer .footer-first-level .footer-content .title {
  border-bottom: 1px solid #6e6e6e;
  padding-bottom: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: "MazdaTypeMedium", Arial, sans-serif;
  line-height: 1.6;
  font-size: 15px;
}
body footer.main-footer .footer-first-level .footer-content .links {
  padding: 0;
  margin: 0;
}
body footer.main-footer .footer-first-level .footer-content ul {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
  text-indent: 0;
}
body footer.main-footer .footer-first-level .footer-content ul li {
  color: #d5d5d5;
  margin: 30px 0;
}
body footer.main-footer .footer-first-level .footer-content ul li a {
  font-size: 13px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body footer.main-footer .footer-first-level .footer-content ul li a img {
  margin-right: 20px;
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
  fill: #6e6e6e;
}
body footer.main-footer .footer-first-level .footer-content ul li.title {
  padding: 0;
  border-bottom: 0px solid transparent;
}
body footer.main-footer .footer-first-level .footer-content:first-of-type {
  margin-left: 0;
}
body footer.main-footer .footer-second-level {
  text-align: left;
  padding: 36px 0;
}
body footer.main-footer .footer-second-level div ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  list-style: none;
  line-height: 20px;
  text-indent: 0;
  margin: 0;
  padding: 0;
}
body footer.main-footer .footer-second-level div ul li {
  margin-right: 30px;
  margin-left: 0;
  display: inline-block;
}
body footer.main-footer .footer-second-level div ul li a {
  line-height: 20px;
  display: block;
  color: #d5d5d5;
  font-size: 15px;
}
body footer.main-footer .footer-second-level div ul li a span {
  line-height: 20px;
  display: block;
  color: #d5d5d5;
  font-size: 15px;
}
body footer.main-footer a {
  color: #fff;
}
body footer.main-footer a:hover {
  color: #606060;
  outline: 0;
}
body footer.main-footer .claim {
  padding: 0 8px 0 8px;
  background-color: #910a2d;
  color: black;
  text-transform: uppercase;
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  margin-right: 1rem;
}
body section.filter-section .filter .tab-content .ui-slider-horizontal {
  height: 0.2rem !important;
}
body section.filter-section .gas .ui-slider-handle::before {
  content: "" !important;
}
body section.filter-section .price .ui-slider-horizontal {
  margin-right: 0.2rem;
}
body section.filter-section .ui-slider {
  background-color: black;
  border: 1px solid #dddddd;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body section.filter-section .ui-slider .ui-slider-range {
  top: -2px;
  background-color: #191919;
  border: 2px solid #191919;
}
body section.filter-section .ui-slider .ui-slider-handle {
  top: -0.5rem;
  background-color: #191919;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  text-align: center;
}
body section.filter-section .ui-slider .gas .ui-slider-handle {
  top: -0.5rem;
}
body section.filter-section .ui-slider .ui-slider-handle:nth-of-type(2)::before {
  content: "";
}
body section.filter-section .ui-slider .ui-slider-handle::before {
  content: "";
  font-size: 1.75rem;
  position: relative;
  top: -0.125rem;
  font-family: "MazdaTypeBold", Arial, sans-serif;
}
body div#equipment-filter .eqp-select {
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #910a2d;
  padding: 8px 16px 8px 16px;
}
body div#equipment-filter .eqp-select:first-child {
  border: 1px solid white;
}
body div#equipment-filter .selected {
  color: #910a2d !important;
}

@media (min-width: 992px) {
  .alignrl-swap-xs {
    text-align: right;
  }
  nav [type=radio]:checked,
  nav [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
  }
  nav [type=radio]:checked + label,
  nav [type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
  }
  nav [type=radio]:checked + label:before,
  nav [type=radio]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
  }
  nav [type=radio]:checked + label:after,
  nav [type=radio]:not(:checked) + label:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #000;
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  nav [type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  nav [type=radio]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .footer-second-level {
    text-align: left;
    padding: 36px 0;
  }
  .footer-second-level div ul {
    text-transform: uppercase;
    text-align: left !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .footer-second-level div ul li {
    padding-bottom: 1rem;
    font-size: 12px !important;
  }
  html {
    font-size: 14px;
  }
  html .center-xs {
    text-align: center;
  }
  html .alignrl-swap-xs {
    text-align: left;
  }
  html .model-specs div { /*text-align:center !important;*/ }
  html .model-specs div span {
    /*display:inline-block !important;*/
    /*text-align:center !important;*/
  }
  html section.model-section .cta-primary {
    margin: 1rem 0 1rem 0;
  }
  html section.model-section .model-detail .detail-tags {
    position: relative;
    margin-left: auto;
    margin: 2rem 0 1rem 0;
  }
  html section.model-section .hero {
    color: white;
    padding: 2rem 3rem;
  }
  html section.model-section .hero h1.subheading {
    color: white;
    font-size: 12px;
    letter-spacing: 7px;
  }
  html section.model-section .hero h1.heading {
    color: white;
    font-size: 30px;
    padding: 1rem 0;
    letter-spacing: 7px;
  }
  html section.filter-section {
    position: static;
    /*.smdn {display: none;}*/
  }
  html section.filter-section .filter-tabs {
    padding: 0 0 0 0;
  }
  html section.filter-section .filter header {
    padding-top: 1rem;
  }
  html section.filter-section .filter header span {
    padding-bottom: 1rem;
    padding-top: 0.3125rem;
  }
  html section.filter-section .filter header .filter-selected-group {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  html section.filter-section .filter .nav-tabs .nav-item {
    /*max-width:initial;
       padding-left:initial;
       padding-right:initial;*/
    height: initial;
  }
  html section.filter-section .filter .nav-tabs .nav-item .filter-preselect a {
    padding-bottom: 8px;
  }
  html section.filter-section .filter .nav-tabs .nav-item .nav-link {
    /*padding-top:10px;  */
  }
  html section.filter-section .filter .nav-tabs .nav-item .nav-link h3 {
    letter-spacing: normal;
    font-size: 1.225rem;
  }
  html section.filter-section .filter .nav-tabs .nav-item .nav-link.active {
    border: 0;
    border-image: none;
    /*background-color:$grey-medium;*/
    /*background: rgb(184,184,184);
     background: radial-gradient(ellipse, rgba(255,255,255,1) 20%,rgba(217,217,217,1) 100%); */
  }
  html section.filter-section .filter .nav-tabs .nav-item .nav-link.active h3 {
    font-size: 1.225rem;
    letter-spacing: 2px;
  }
  html section.filter-section .filter .nav-tabs .nav-item .nav-link.active .icon {
    font-size: 2.5rem;
  }
  html section.filter-section .filter .tab-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  html section.filter-section .filter .tab-content .tab-pane .tab-close {
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 998;
  }
  html section.filter-section .filter .tab-content .tab-pane .tab-close .button {
    padding: 2rem;
  }
  html section.filter-section .filter .tab-content .ui-slider-horizontal {
    margin-left: 1rem;
  }
  html section.filter-section .filter .tab-content .engines .segment-name {
    margin-bottom: 1rem !important;
  }
  html section.filter-section .filter .tab-content .price .ui-slider-horizontal {
    margin-right: 2rem;
  }
  html section.stock-list .container .filter-item-content {
    margin-top: 0rem;
  }
  html section.model-detail-more .model-detail-finance .promotion-finance {
    text-align: center;
  }
  html section.cars-preferences {
    padding-left: 0.75rem;
    padding-right: 0;
    padding-bottom: 1.5rem;
  }
  html section.cars-preferences ul li {
    margin-right: 0.75rem !important;
    margin-left: 0 !important;
  }
  html section.cars-preferences ul li:first-child {
    float: none !important;
  }
  html section.cars-preferences ul li:first-child span {
    display: block;
    margin-bottom: 0.25rem;
  }
  html section.cars-preferences ul li .sort-type {
    margin-right: 0.25rem !important;
  }
  html section.cars-preferences .views {
    text-align: right;
  }
  html section.cars-preferences .views li {
    float: right;
  }
  html section.cars-preferences .views li .icon {
    font-size: 2rem !important;
  }
  html section.cars-section h2 {
    padding-left: 1rem;
    font-family: "MazdaTypeBold", Arial, sans-serif;
    font-size: 1.125rem;
  }
  html section.cars-section .opeldemo {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  html section.cars-section .opeldemo h2 {
    font-size: 2.25rem;
    padding: 2rem 0 0rem 0;
  }
  html section.cars-section .opeldemo h3 {
    padding: 0.5rem 0 0rem 0;
  }
  html section.cars-section .opeldemo p {
    padding: 1rem 0 0rem 0;
  }
  html section.cars-section .opeldemo img {
    padding: 0 0 1rem 0;
  }
  html section.cars-section .content .cars.ui-datascroller .ui-datascroller-content ul.ui-datascroller-list {
    margin-right: 0px;
    margin-left: 0px;
  }
  html section.cars-section .content .cars.ui-datascroller .ui-datascroller-content ul.ui-datascroller-list li.ui-datascroller-item {
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  html .container-main {
    border: none;
  }
  html .container-main .inner-wrap header section.top .number-selected {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
  }
  html .container-main .inner-wrap header section.top .number-selected span {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
  }
  html .container-main .inner-wrap header section.top .navbar-nav {
    display: inline;
  }
  html .container-main .inner-wrap header section.top .nav-link {
    margin-right: 1rem;
  }
  html .container-main .inner-wrap header section.top .nav-item {
    padding: 0;
  }
  html .container-main .inner-wrap header section.top .form-inline .form-check {
    width: auto;
    margin-right: 2rem;
  }
  html .container-main .inner-wrap header section.top .form-check-label {
    padding-left: 0;
  }
  html .container-main .inner-wrap header section.top .preselection {
    padding-top: 0.25rem;
    padding-right: 0.5rem;
  }
  html .container-main .inner-wrap main .content {
    padding: 1rem;
  }
  html .container-main .inner-wrap main .container .specs section.model-detail .model-specs div {
    text-align: center !important;
  }
  html .container-main .inner-wrap main .container .specs section.model-detail .model-specs div span {
    display: inline-block !important;
    text-align: center !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .cars .ui-buttonset .ui-button {
    margin-bottom: 1rem !important;
    padding: 8px 16px !important;
  }
  .cars .ui-buttonset .ui-button span {
    font-size: 12px;
  }
  .pr-md-20, .pr-20 {
    padding-right: 16px !important;
    text-align: center;
  }
  section.model-detail .model-gallery-thumbs .model-name-dealer, section.model-detail .model-gallery-thumbs .model-loc-dealer {
    margin: initial;
    padding: initial;
  }
  section.model-detail .model-gallery-thumbs .thumbs {
    /*padding-left:initial;*/
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  body section.model-detail .model-head {
    border-bottom: 0px solid transparent !important;
  }
  section.stock-list .container .order, section.parking-list .container .order {
    margin-top: 2rem;
  }
  section.stock-list .container .order .select-kind, section.parking-list .container .order .select-kind {
    margin-bottom: 1rem;
  }
  section.model-section .hero {
    color: white;
    padding: 1rem 3rem;
  }
  section.model-section .hero h1.subheading {
    color: white;
    font-size: 12px;
    letter-spacing: 7px;
  }
  section.model-section .hero h1.heading {
    color: white;
    font-size: 30px;
    padding: 1rem 0;
    letter-spacing: 7px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body section.model-section .hero {
    color: white;
    padding: 2rem 3rem;
  }
  body section.model-section .hero h1.subheading {
    color: white;
    font-size: 14px;
    letter-spacing: 7px;
  }
  body section.model-section .hero h1.heading {
    color: white;
    font-size: 30px;
    padding: 1rem 0;
    letter-spacing: 7px;
  }
  section.model-detail .carousel-indicators li.carousel-photos-more .carousel-photos-more-count div {
    /*padding: .75rem 2.5rem 0 0 !important;*/
    font-size: 40px !important;
  }
  section.model-detail .model-gallery-thumbs .model-loc-dealer span img {
    height: 35px !important;
  }
  .stock-list-item-content h4 {
    font-size: 1.1rem;
  }
  .stock-list-item-content h6 {
    font-size: 0.9rem;
  }
}
@media (min-width: 300px) {
  .container-equip {
    max-width: 286px;
  }
  .stock-list-item-image {
    min-height: 223px;
    background-size: contain;
  }
  .section.model-section .tab-content {
    min-height: 150px;
  }
}
@media (min-width: 576px) {
  .container-equip {
    max-width: 540px;
  }
  .stock-list-item-image {
    min-height: 298px;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .container-equip {
    max-width: 720px;
  }
  .stock-list-item-image {
    min-height: 225px;
  }
  .section.model-section .tab-content {
    padding-top: 2rem;
    min-height: 210px;
  }
  .container-fullw {
    height: fit-content;
  }
}
@media (min-width: 992px) {
  .map-responsive {
    height: 300px;
  }
  .container-fullw {
    height: calc(100% - 200px);
  }
  .container-equip {
    max-width: 960px;
  }
  .stock-list-item-image {
    min-height: 203px;
  }
  .inline-lg {
    display: inline;
  }
  .detail-tags { /*position:absolute; bottom:-3rem;*/ }
  .model-detail-content section {
    min-height: 190px;
  }
}
@media (min-width: 1200px) {
  .map-responsive {
    height: 300px;
  }
  .container-equip {
    max-width: 1140px;
  }
  .stock-list-item-image {
    min-height: 248px;
  }
}
@media (min-width: 1400px) {
  .map-responsive {
    height: 300px;
  }
  .container-equip {
    max-width: 1340px;
  }
  .stock-list-item-image {
    min-height: 248px;
  }
  .detail-tags { /*bottom:-1rem;*/ }
}
@media (min-width: 1600px) {
  .container-equip {
    max-width: 1540px;
  }
  .stock-list-item-image {
    min-height: 248px;
  }
}
@media (max-width: 1200px) {
  .navbar, .navbar .navbar-nav {
    justify-content: center !important;
  }
  .logo {
    padding: 12px 0 12px 0;
  }
  .title {
    padding: 12px 0 24px 0;
    text-align: center;
  }
  section.banner-landing h1 {
    font-size: 1.6rem !important;
  }
  section.banner-landing h2 {
    font-size: 0.8rem !important;
  }
  section.banner-landing .cta-primary {
    font-size: 0.7rem !important;
    padding: 6px 18px;
  }
}
@media (max-width: 992px) {
  section.filter-section .filter .nav-tabs .nav-item .nav-link.active + div .triangle-mob {
    display: inline-block;
  }
  body section.top .dealer-kontakt-content {
    padding: 8px 16px 8px 16px;
  }
  section.banner-landing h1 {
    font-size: 1.4rem !important;
  }
  section.banner-landing h2 {
    font-size: 0.7rem !important;
  }
  section.banner-landing .cta-primary {
    font-size: 0.5rem !important;
    padding: 4px 12px;
  }
  .submit-section {
    text-align: center;
  }
  .submit-section .row {
    text-align: left;
  }
  body section.model-section .hero {
    color: white;
    padding: 2rem 3rem;
  }
  body section.model-section .hero h1.subheading {
    color: white;
    font-size: 12px;
    letter-spacing: 7px;
  }
  body section.model-section .hero h1.heading {
    color: white;
    font-size: 30px;
    padding: 1rem 0;
    letter-spacing: 7px;
  }
}
@media (max-width: 767px) {
  .galleryModal-close-container {
    position: absolute;
  }
  .cars .ui-buttonset {
    margin-left: -30px;
    margin-right: -30px;
  }
  .cars .ui-buttonset .ui-button {
    margin-left: 0.5rem;
    margin-bottom: 1rem !important;
    padding: 4px 8px !important;
  }
  .cars .ui-buttonset .ui-button span {
    font-size: 12px;
  }
  section.model-section {
    padding-top: 1.5rem;
  }
  section.model-section {
    padding: 0.5rem 0 0.5rem 0 !important;
  }
  section.model-section .model-detail-intro-content {
    text-align: center;
  }
  section.model-section .model-detail-intro-content h2 {
    font-size: 1.2rem;
  }
  section.model-section .model-detail-intro-content h3 {
    font-size: 1.4rem;
    line-height: initial;
  }
  section.model-section .model-detail-intro-content h6 {
    font-size: 1rem;
  }
  .container-fullw {
    height: auto;
  }
  .footer-content div.title {
    min-height: 81px;
  }
  .footer-content .links ul li.title {
    align-items: center;
    justify-content: center;
  }
  .content.white {
    color: black;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle at top, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 60%);
  }
  .content.black {
    color: white;
    background: rgb(0, 0, 0);
    background: radial-gradient(circle at top, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0) 35%) !important;
  }
}
@media (max-width: 576px) {
  body section.model-section .hero {
    color: white;
    padding: 1rem 2rem;
  }
  body section.model-section .hero h1.subheading {
    color: white;
    font-size: 12px;
    letter-spacing: 5px;
  }
  body section.model-section .hero h1.heading {
    color: white;
    font-size: 24px;
    padding: 0.5rem 0;
    letter-spacing: 5px;
  }
  body section.model-section .hero .cta-primary-white {
    font-size: 0.8rem;
    padding: 6px 12px;
  }
}
@font-face {
  font-family: "MazdaTypeRegular";
  src: url("../fonts/mazda-type-regular.eot");
  src: url("../fonts/mazda-type-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/mazda-type-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazdaTypeMedium";
  src: url("../fonts/mazda-type-medium.eot");
  src: url("../fonts/mazda-type-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/mazda-type-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazdaTypeBold";
  src: url("../fonts/mazda-type-bold.eot");
  src: url("../fonts/mazda-type-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/mazda-type-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Cookie Dialog */
#gdpr-cookie-message {
  font-family: "MazdaTypeRegular", "Arial", sans-serif;
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 375px;
  background-color: #910a2d;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
}

#gdpr-cookie-message h4 {
  color: white;
  font-family: "MazdaTypeMedium", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
  color: var(--red);
  font-family: "MazdaTypeMedium", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
  color: white;
  font-size: 15px;
  line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}

#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}

#gdpr-cookie-message a {
  color: var(--red);
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: var(--red);
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: none;
  background: var(--red);
  color: white;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
  background: white;
  color: var(--red);
  transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
  background: white;
  color: var(--red);
}

#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}

#gdpr-cookie-message input[type=checkbox] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}/*# sourceMappingURL=style.css.map */