/** Shopify CDN: Minification failed

Line 191:16 Unexpected "`"

**/
#cm-garage:empty {
  width: 40px;
  height: 35px;
}

#cm-ymm-tab:empty{
  min-height: 74px;
}

@media(max-width: 940px) {
  #cm-ymm-tab:empty{
    min-height: 194px;
  }
}

#cm-garage .cm_garage{
    .garage-icon-container .garage-icon{
        filter:invert(1);
    }
    .garage-label{
        display:none;
    }
    .garage-size {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgb(var(--header-text-color));
        color: rgb(var(--header-background));
        font-weight: var(--text-font-bold-weight);
        font-family: var(--text-font-family);
        font-style: var(--text-font-style);
        font-size: 9px;
        height: 21px;
        min-width: 21px;
        line-height: 1;
        border-radius: 21px;
        letter-spacing: 0;
        transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
        top: 0;
    }
}

.cm_searchBoxDialogButton{
    filter: invert(1);
}

#cm-search-box {
  .cm_search-box-root {
    background-color: unset;

    .cm_search-box_submit {
      background-color: unset;
      fill: black;

      .icon-search {
        height: 18px;
        width: 18px;
      }
    }

    .cm_searchInput {
      border: none;
      min-width: 300px;
      color: white;
    }
  }
}

.convermax-tabs {
  background-color: #000;
}

.cm_tabs{
  position: relative;
  z-index: 1;
}

.cm_tabs_header {
  display: flex;
}

.cm_tab-title {
  background-color: #26282C;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 10px 40px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;

  transition: background-color 0.2s ease-in-out;
}

.cm_tab-title span {
  font-size: 16px;
  font-weight: 700;
}

.cm_tab-title.active {
  background-color: #36393E;
  box-shadow: 0 -3px 0 #EA0029;
}

.cm_tab-title:hover {
  background-color: #36393E;
}

.cm_tabs_content {
  min-height: 58px;
  padding: 20px 0;
  background-color: #36393E;
  color: #fff;
}

@media (max-width: 424px) {
  .cm_tab-title {
    padding: 10px;
    flex: 1;
  }
}

/* TABS STYLES*/

.cm_vehicle-search_title{
  font-weight: 600;
  text-transform: uppercase;
}

.cm_tab-content {
  display: none;
}

.cm_tab-link{
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: #ededed!important;
}

.cm_tab-link:hover {
  color: #ededed!important;
  text-decoration-color: #ededed!important;
}

.cm_tab-content.active {
  display: block;
}

.cm_tabs_title{
  margin: 0;
  color: white;
  padding: 30px 0;
  font-size: 27px;
  font-style: italic;
  font-family: 'Impact', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.cm_tabs_title:not(:last-of-type){
  margin-right: 5px;
}

.cm_tabs_title, .cm_tabs_header,.cm_tab-content{
    margin: 0 auto;
    max-width: var(--container-max-width);
    padding-left: 5rem;
    padding-right: 5rem;
}

@media (max-width: 749px) {
  .cm_tabs_title, .cm_tabs_header,.cm_tab-content{
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }

  .cm_tab-title {
    padding: 10px 20px;
    font-size: 13px;
    flex: auto;
  }
}

/* TABS STYLES*/`