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

/*
** app/assets/stylesheets/_core.scss
** installed by ./script/activate-theme snowplows
** at Fri Jul 17 07:25:14 PM UTC 2026 on misterplow03
*/
@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; } }

body#vehicle_models-index #content {
  background: none;
  border: none; }

body#vehicle_models-index #top-products {
  padding-bottom: 20px; }
  body#vehicle_models-index #top-products h2 {
    color: #24346f;
    font-size: 1.5rem;
    padding: 0px 0 5px 0px; }

body#vehicle_models-index .review-text {
  padding: 4px 30px; }

body#vehicle_models-index section {
  background-color: #FFF;
  padding: 10px;
  border: 1px solid #DDD;
  min-height: 30px;
  margin: 12px 0; }

body#vehicle_models-index .text-section p {
  clear: left; }

body#vehicle_models-index .text-section p + p {
  clear: left;
  padding-top: 12px; }

body#vehicle_models-index #vehicle-list-wrapper {
  margin-top: 10px; }
  body#vehicle_models-index #vehicle-list-wrapper ul {
    float: left; }
  body#vehicle_models-index #vehicle-list-wrapper li {
    float: left;
    width: 33.3%;
    line-height: 1.7rem;
    margin: 0;
    padding: 0 2px 0;
    display: inline;
    font-size: 11px; }

@media screen and (max-width: 700px) {
  body#vehicle_models-index #vehicle-list-wrapper ul {
    float: none;
    width: 100%; }
  body#vehicle_models-index #vehicle-list-wrapper li {
    float: none;
    display: block;
    line-height: 3rem;
    width: 100%;
    border-bottom: 1px solid #DDD;
    margin-bottom: 10px; }
    body#vehicle_models-index #vehicle-list-wrapper li a {
      font-size: 2rem; } }

body#vehicle_models-index #bottom-text p {
  padding-bottom: 10px; }

body#vehicle_models-index #bottom-text p:nth-last-child(1) {
  padding-bottom: 0px; }

body#vehicle_models-index #model-list li {
  list-style: none;
  font-size: 1rem; }
  body#vehicle_models-index #model-list li a {
    color: #24346f; }
