/*
** 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
*/
/* line 2, ../../../../../usr/local/rvm/gems/ruby-3.3.1@canyonero7/gems/neat-1.6.0/app/assets/stylesheets/grid/_grid.scss */
* {
  -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 Mon Jun 16 04:16:44 PM UTC 2025 on homer07
*/
@media screen and (max-width: 700px) {
  /* line 4, app/assets/stylesheets/product_grid/_sliding_menu.scss */
  .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;
  }
  /* line 25, app/assets/stylesheets/product_grid/_sliding_menu.scss */
  .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;
  }
  /* line 36, app/assets/stylesheets/product_grid/_sliding_menu.scss */
  .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;
  }
}

/* line 11, app/assets/stylesheets/vehicle_makes.scss */
#top-text, #bottom-text, #categories {
  border: 1px solid #DDD;
  background: #FFF;
  padding: 1rem;
}

/* line 25, app/assets/stylesheets/vehicle_makes.scss */
#lists-of-makes {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

@media screen and (min-width: 701px) {
  /* line 30, app/assets/stylesheets/vehicle_makes.scss */
  #lists-of-makes .make-list {
    flex-basis: 20%;
    padding: 1rem 1rem 1rem 0;
  }
  /* line 35, app/assets/stylesheets/vehicle_makes.scss */
  #lists-of-makes .make-list:nth-of-type(5) {
    padding: 1rem 0;
  }
}

@media screen and (max-width: 700px) {
  /* line 30, app/assets/stylesheets/vehicle_makes.scss */
  #lists-of-makes .make-list {
    flex-basis: 50%;
    padding: 0.5rem 0.5rem 0 0;
  }
  /* line 41, app/assets/stylesheets/vehicle_makes.scss */
  #lists-of-makes .make-list:nth-of-type(even) {
    padding: 0.5rem 0 0 0;
  }
}

/* line 43, app/assets/stylesheets/vehicle_makes.scss */
#lists-of-makes .make-list .inner {
  padding: 0.5rem;
  height: 100%;
  background: #FFF;
  border: 1px solid #ddd;
}

/* line 49, app/assets/stylesheets/vehicle_makes.scss */
#lists-of-makes .make-list .inner a {
  color: #24346f;
}

/* line 51, app/assets/stylesheets/vehicle_makes.scss */
#lists-of-makes .make-list .inner a:hover {
  text-decoration: underline;
}

/* line 59, app/assets/stylesheets/vehicle_makes.scss */
#bottom-text {
  margin: 1rem 0;
}

/* line 65, app/assets/stylesheets/vehicle_makes.scss */
#best-vehicle-image {
  float: right;
  max-height: 190px;
  margin: 0rem 3rem;
}

/* line 72, app/assets/stylesheets/vehicle_makes.scss */
#featured-groups h2 {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  background: #f7f7f7;
  padding: 1rem 0 0;
  font-size: 1.5rem;
  color: #233571;
}

/* line 84, app/assets/stylesheets/vehicle_makes.scss */
#categories {
  margin-bottom: 2rem;
}

/* line 15, ../../../../../usr/local/rvm/gems/ruby-3.3.1@canyonero7/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
#categories:after {
  content: "";
  display: table;
  clear: both;
}

/* line 87, app/assets/stylesheets/vehicle_makes.scss */
#categories .make-topcat-link, #categories .make-subcat-link {
  text-align: center;
  height: 195px;
}

/* line 90, app/assets/stylesheets/vehicle_makes.scss */
#categories .make-topcat-link a, #categories .make-subcat-link a {
  color: #24346f;
}

/* line 91, app/assets/stylesheets/vehicle_makes.scss */
#categories .make-topcat-link a:hover, #categories .make-subcat-link a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 701px) {
  /* line 87, app/assets/stylesheets/vehicle_makes.scss */
  #categories .make-topcat-link, #categories .make-subcat-link {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 23.4042553191%;
  }
  /* line 38, ../../../../../usr/local/rvm/gems/ruby-3.3.1@canyonero7/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  #categories .make-topcat-link:last-child, #categories .make-subcat-link:last-child {
    margin-right: 0;
  }
  /* line 95, app/assets/stylesheets/vehicle_makes.scss */
  #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) {
  /* line 87, app/assets/stylesheets/vehicle_makes.scss */
  #categories .make-topcat-link, #categories .make-subcat-link {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%;
  }
  /* line 38, ../../../../../usr/local/rvm/gems/ruby-3.3.1@canyonero7/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  #categories .make-topcat-link:last-child, #categories .make-subcat-link:last-child {
    margin-right: 0;
  }
  /* line 102, app/assets/stylesheets/vehicle_makes.scss */
  #categories .make-topcat-link:nth-of-type(2n), #categories .make-subcat-link:nth-of-type(2n) {
    margin-right: 0;
  }
}

/* line 109, app/assets/stylesheets/vehicle_makes.scss */
section.vehicle-models {
  margin-bottom: 1rem;
}

/* line 15, ../../../../../usr/local/rvm/gems/ruby-3.3.1@canyonero7/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
section.vehicle-models:after {
  content: "";
  display: table;
  clear: both;
}

/* line 113, app/assets/stylesheets/vehicle_makes.scss */
section.vehicle-models li {
  margin-bottom: 1rem;
}

@media screen and (min-width: 701px) {
  /* line 113, app/assets/stylesheets/vehicle_makes.scss */
  section.vehicle-models li {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 23.4042553191%;
  }
  /* line 38, ../../../../../usr/local/rvm/gems/ruby-3.3.1@canyonero7/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  section.vehicle-models li:last-child {
    margin-right: 0;
  }
  /* line 117, app/assets/stylesheets/vehicle_makes.scss */
  section.vehicle-models li:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  /* line 113, app/assets/stylesheets/vehicle_makes.scss */
  section.vehicle-models li {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 100%;
  }
  /* line 38, ../../../../../usr/local/rvm/gems/ruby-3.3.1@canyonero7/gems/neat-1.6.0/app/assets/stylesheets/grid/_span-columns.scss */
  section.vehicle-models li:last-child {
    margin-right: 0;
  }
}

/* line 124, app/assets/stylesheets/vehicle_makes.scss */
section.vehicle-models li a {
  background: white;
  border: 1px solid #F7F7F7;
  padding: 1rem;
  display: inline-block;
  width: 100%;
  position: relative;
  color: #666;
}

/* line 133, app/assets/stylesheets/vehicle_makes.scss */
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;
}
