
.more_button {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 500ms ease 0;
  -o-transition: all 500ms ease 0;
  -moz-transition: all 500ms ease 0;
  transition: all 500ms ease 0; }

.more_button_up {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 500ms ease 0;
  -o-transition: all 500ms ease 0;
  -moz-transition: all 500ms ease 0;
  transition: all 500ms ease 0; }

.seatComponents-navbar .navbarcasaseat {
  margin: 0rem 2rem 2rem 2rem !important; }

.more {
  cursor: pointer;
  position: absolute !important;
  right: 0 !important; }
  .more p {
    line-height: 1.27 !important; }

@media (min-width: 1280px) {
  .dealersofferslidercomponent, .feature-details {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fafaf9; }
  .two-columns-full-bleed .cont-img img {
    height: 100vh;
    max-height: 100vh; }
  .two-columns-full-bleed .cont-img {
    overflow: hidden;
    height: 100vh;
    max-height: 100vh; }
  .hero .cont-img img {
    height: 100vh;
    max-height: 100vh; }
  .hero .cont-img {
    height: 100vh;
    max-height: 100vh; }
  .two-columns-slider .cont-img span img {
    height: 100vh;
    max-height: 100vh; }
  .two-columns-slider .cont-img {
    height: 100vh;
    max-height: 100vh; }
  .two-columns-70-30 .container-fluid .row .col-12 .cont-img img {
    height: 100vh;
    max-height: 100vh; }
  .two-columns-70-30 .container-fluid .row .col-12 .cont-img {
    height: 100vh;
    max-height: 100vh; }
  .two-columns-generic-50-50 .cont-img img {
    height: 100vh;
    max-height: 100vh; }
  .two-columns-generic-50-50 .cont-img {
    height: 100vh;
    max-height: 100vh; }
  .nav-link, .navbar {
    padding: 0px; } }

/*# sourceMappingURL=injector.css.map */

.modal-header button {
  width: 80px !important;
  height: 80px !important;
  padding: 20px 26px !important; }
