/* put your own styles to customize and override the theme */

.brand_selector_label {
  background-color: #d3c7c4;
  padding: 5px 0 0 1rem;
  font-size: 0.8rem;
}
.select-marque .select2-container--default .select2-selection--single {
  border-radius: 0 !important;
  background-color: #d3c7c4;
  border: 0;
}

.select-marque .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: black;
}

.select-marque .select2-dropdown,
.select-marque .select2-container--focus .select2-selection--single, 
.select-marque .select2-container--open .select2-selection--single {
  border: 0px;
  box-shadow: unset !important;
}

.select-marque .form-label-group {
  border-bottom: 1px solid #7a6a45;
}

.select-marque .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1rem;
}