/*
** DO NOT EDIT THIS FILE! All changes will be overwritten.
** edit the master in app/assets/stylesheets/themes/aagarage/templates/_core.scss,
** then run script/activate-theme aagarage
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
** app/assets/stylesheets/_core.scss
** installed by ./script/activate-theme aagarage
** at Tue Jul 28 05:08:52 PM UTC 2026 on homer07
*/
@media screen and (max-width: 700px) {
  .side-slide-menu {
    position: fixed;
    top: 1rem;
    bottom: 1rem;
    right: 3rem;
    left: 0.5rem;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    z-index: 20;
    visibility: hidden;
    opacity: 0; }
  .slide-in {
    transform: translateX(100%);
    -webkit-transform: translateX(0%);
    outline: 100rem solid rgba(0, 0, 0, 0.7);
    visibility: visible;
    opacity: 1;
    z-index: 9999999999; }
  .slide-out {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    outline: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s 0.5s, visibility 0.5s 0.5s; } }

#top-text, #bottom-text, #categories {
  border: 1px solid #DDD;
  background: #FFF;
  padding: 1rem; }

#lists-of-makes {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap; }
  @media screen and (min-width: 701px) {
    #lists-of-makes .make-list {
      flex-basis: 20%;
      padding: 1rem 1rem 1rem 0; }
      #lists-of-makes .make-list:nth-of-type(5) {
        padding: 1rem 0; } }
  @media screen and (max-width: 700px) {
    #lists-of-makes .make-list {
      flex-basis: 50%;
      padding: 0.5rem 0.5rem 0 0; }
      #lists-of-makes .make-list:nth-of-type(even) {
        padding: 0.5rem 0 0 0; } }
  #lists-of-makes .make-list .inner {
    padding: 0.5rem;
    height: 100%;
    background: #FFF;
    border: 1px solid #ddd; }
    #lists-of-makes .make-list .inner a {
      color: #24346f; }
      #lists-of-makes .make-list .inner a:hover {
        text-decoration: underline; }

#bottom-text {
  margin: 1rem 0; }

#best-vehicle-image {
  float: right;
  max-height: 190px;
  margin: 0rem 3rem; }

#featured-groups h2 {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  background: #f7f7f7;
  padding: 1rem 0 0;
  font-size: 1.5rem;
  color: #233571; }

#categories {
  margin-bottom: 2rem; }
  #categories:after {
    content: "";
    display: table;
    clear: both; }
  #categories .make-topcat-link, #categories .make-subcat-link {
    text-align: center;
    height: 195px; }
    #categories .make-topcat-link a, #categories .make-subcat-link a {
      color: #24346f; }
    #categories .make-topcat-link a:hover, #categories .make-subcat-link a:hover {
      text-decoration: underline; }
    @media screen and (min-width: 701px) {
      #categories .make-topcat-link, #categories .make-subcat-link {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 23.4042553191%; }
        #categories .make-topcat-link:last-child, #categories .make-subcat-link:last-child {
          margin-right: 0; }
        #categories .make-topcat-link:nth-of-type(4n), #categories .make-subcat-link:nth-of-type(4n) {
          margin-right: 0; } }
    @media screen and (max-width: 700px) {
      #categories .make-topcat-link, #categories .make-subcat-link {
        float: left;
        display: block;
        margin-right: 4.347826087%;
        width: 47.8260869565%; }
        #categories .make-topcat-link:last-child, #categories .make-subcat-link:last-child {
          margin-right: 0; }
        #categories .make-topcat-link:nth-of-type(2n), #categories .make-subcat-link:nth-of-type(2n) {
          margin-right: 0; } }
section.vehicle-models {
  margin-bottom: 1rem; }
  section.vehicle-models:after {
    content: "";
    display: table;
    clear: both; }
  section.vehicle-models li {
    margin-bottom: 1rem; }
    @media screen and (min-width: 701px) {
      section.vehicle-models li {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 23.4042553191%; }
        section.vehicle-models li:last-child {
          margin-right: 0; }
        section.vehicle-models li:nth-of-type(4n) {
          margin-right: 0; } }
    @media screen and (max-width: 700px) {
      section.vehicle-models li {
        float: left;
        display: block;
        margin-right: 4.347826087%;
        width: 100%; }
        section.vehicle-models li:last-child {
          margin-right: 0; } }
    section.vehicle-models li a {
      background: white;
      border: 1px solid #F7F7F7;
      padding: 1rem;
      display: inline-block;
      width: 100%;
      position: relative;
      color: #666; }
      section.vehicle-models li a:after {
        content: '>';
        font: 1.5rem "Consolas", monospace;
        color: #666;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        right: 1rem;
        position: absolute;
        pointer-events: none; }
