/** Shopify CDN: Minification failed

Line 11:0 Unexpected "{"
Line 11:1 Unexpected "{"
Line 11:3 Expected identifier but found "'brands.css'"

**/


/* CSS from section stylesheet tags */
{{ 'brands.css' | asset_url | stylesheet_tag }}
.sema-search-bar {
      flex-flow: nowrap;
      width: 100%;
      padding: 8px;
  }
  .dba-search-btn{
      background: #1a1a1a none repeat scroll 0 0;
      border: 0 none;
      border-radius: 2px;
      color: #fff;
      font-family: Montserrat,"Helvetica Neue",sans-serif;
      font-weight: 100;
      letter-spacing: 0.046875em;
      line-height: 1;
      padding: 9px;
      text-transform: uppercase;
      margin:1px;
      width: 10%;
      font-size:14

  }
  button.dba-search-btn:disabled {
    background: #777;
    cursor: not-allowed;
  }    
  .catalog-select{
      width: 18%;
      padding: 5px;
      border-radius: 0;
      border-width: 1px;
      border-style: solid;
    display:inline-block;
  }
  @media only screen and (max-width: 768px) {
      #year-select, #make-select, #model-select, #sub-model-select, #search,#reset{
            width: 100%;
            margin: 1px;
      }
  }