@view-transition { navigation: auto; }

/* SOF CONTACT PAGE */
.nd-info-block .module-body {
    height: 250px;
}

.nd-info-block .info-blocks-grid {
    display: flex;
    height: 100%;
    align-items: stretch;
}

.module-info_blocks-1150.nd-info-block .module-item {
    flex: 1;
    display: flex;
}

.nd-info-block .info-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.nd-info-block .info-block-title {
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
    width: 200px;
}

.contact-button .buttons {
    text-align: center;
}

.contact-button .buttons .pull-right {
    float: none !important;
    display: inline-block !important;
}

/* EOF CONTACT PAGE */

/* SOF HOME PAGE */
.grid-item.grid-module-top-1-1-1 .mmy_box{
    background-color: #fafafa;
    border-radius: 10px;
    height: 360px;
}

.grid-item.grid-module-top-1-1-1 .button_panel {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
}

.grid-item.grid-module-top-1-1-1 .apf-button-search {
    background-color: #E21C23 !important;
    color: #ffffff !important;
}

.grid-item.grid-module-top-1-1-1 .apf-button-search:hover {
    background-color: #373737 !important;
}

.grid-item.grid-module-top-1-1-1 label.control-label {
    display: none !important;
}

.grid-item.grid-module-top-1-1-1 select.form-control {
    height: 60px !important;
    margin-bottom: 8px !important;
}
.module-banners_grid .banners-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 130px;
    grid-auto-flow: dense;
    gap: 20px;
}

.module-banners_grid .module-item {
    height: auto !important;
    min-height: 0 !important;
    position: relative;
}

.module-item-1 {
    grid-column: 1;
    grid-row: span 1;
}

.module-item-2 {
    grid-column: 1;
    grid-row: span 1;
}

.module-item-3 {
    grid-column: 1;
    grid-row: span 4;
}

.module-item-4 {
    grid-column: 2;
    grid-row: span 4;
}

.module-item-5 {
    grid-column: 2;
    grid-row: span 2;
}

.module-item-6 {
    grid-column: 3;
    grid-row: span 2;
}


.module-item-7 {
    grid-column: 3;
    grid-row: span 4;
}

.j-menu .c--header-phones {
  display: none;
  opacity: 0;
  transition: opacity 400ms ease;
}

.j-menu .c--header-phones.visible {
  opacity: 1;
}

.makes, .models {
  display: none;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: end;

  a {
    width: 250px;
    border: solid;
    border-width: 2px;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 44px;
  }
}

.makes.active, .models.active {
  display: flex;
}

.models a {
  display: flex;
  justify-content: center;
}

/* EOF HOME PAGE */
