#widget-global-side-buttons .aside-buttons {
  z-index: 50000;
}
#dealer-search {
  width: 40%;
  float: left;
  margin-top: 100px;
}
#dealer-search-map {
  width: 60%;
  min-height: 400px;
  height: 100%;
  float: left;
}
#dealer-search-map .leaflet-top {
  top: 100px;
  position: fixed;
}
#dealer-search-map .leaflet-popup-content-wrapper {
  border-radius: 0;
  padding: 20px;
  text-align: center;
}
#dealer-search-map .leaflet-popup-close-button {
  margin: 10px 10px 0 0;
}
#dealer-search-map .map-icon-simple {
  margin-top: -25px !important;
  margin-left: -9px !important;
  width: 18px !important;
  height: 25px !important;
}
#dealer-search-map img.leaflet-marker-icon {
  display: none !important;
}
#dealer-search-map .map-icon-special {
  font-family: 'mcg-icons', sans-serif;
  margin-top: -50px !important;
  margin-left: -17.5px !important;
  width: 35px !important;
  height: 50px !important;
}
#dealer-search-form {
  margin: 0 50px;
}
#dealer-search-list {
  text-align: center;
  margin: 25px 50px;
  max-height: 75vh;
  overflow: auto;
}
#dealer-search-list .fa-spinner {
  font-size: 50px;
}
#dealer-search-list .dealer {
  text-align: left;
  position: relative;
}
#dealer-search-list .dealer .type {
  position: absolute;
  text-align: right;
  bottom: 20px;
  right: 25px;
}
.dealer {
  padding: 25px;
  margin-bottom: 25px;
  background: #f7f7f7;
}
.dealer .distance {
  float: right;
}
.dealer .distance .fa-map-marker {
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}
.dealer:hover {
  background: #f1f1f1;
}
.dealer.marker-active {
  background-color: #f1f1f1;
}
@media (max-width: 767px) {
  #dealer-search {
    width: 100%;
    margin: 50px 0 0 0;
  }
  #dealer-search-form {
    margin: 0 75px 0 25px;
  }
  #dealer-search-list {
    margin: 25px;
  }
  #dealer-search-map {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
}
@media (max-width: 990px) {
  #dealer-search-list {
    max-height: 75vh;
    overflow-y: scroll;
  }
}
.frontend-bike-compare-view .bike-card .button-wrapper .COMPARE_LIST {
  display: none;
}
.frontend-bike-watchlist-view .bike-card .button-wrapper .BIKE_LIST {
  display: none;
}
.frontend-accessory-watchlist-view .product-card .button-wrapper .ACCESSORY_LIST {
  display: none;
}
.bookmark-overlay {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.bookmark-overlay-body {
  padding: 2em;
  max-height: 100%;
  background-color: #ffffff;
  -webkit-transition: max-height 100ms ease-in-out;
  -moz-transition: max-height 100ms ease-in-out;
  -ms-transition: max-height 100ms ease-in-out;
  -o-transition: max-height 100ms ease-in-out;
  transition: max-height 100ms ease-in-out;
}
.bookmark-overlay-body .mini-bike-card-wrap {
  float: left;
}
.bookmark-overlay.closed .bookmark-overlay-body {
  max-height: 0;
  overflow: hidden;
  padding: 0;
}
.mini-bike-card-wrap {
  width: 25%;
}
.mini-bike-card-wrap .btn-update-bookmark {
  text-align: center;
}
.mini-bike-card .mini-bike-card-image {
  display: block;
  margin: 0 auto;
}
.mini-bike-card .mini-bike-card-bike-name {
  font-weight: 700;
  color: #000000;
}
.mini-bike-card .mini-bike-card-bike-name:hover {
  color: #000000;
}
.bookmark-overlay-head {
  position: relative;
  font-size: 14px;
}
.bookmark-overlay-head:after,
.bookmark-overlay-head:before,
.bookmark-overlay-body:after,
.bookmark-overlay-body:before {
  content: " ";
  display: table;
  clear: both;
}
.bookmark-overlay-toggler {
  font-size: 1.5em;
  line-height: 11px;
  cursor: pointer;
}
.bookmark-overlay-toggler,
.bookmark-overlay-buttons {
  width: 25%;
}
.bookmark-overlay-title {
  width: 50%;
  font-weight: 700;
}
.bookmark-overlay-title a {
  color: #ffffff;
}
.bookmark-overlay-toggler,
.bookmark-overlay-title,
.bookmark-overlay-buttons {
  float: left;
  padding: 0.5em;
}
.bookmark-overlay-head-inner {
  padding: 0 5vw;
}
/* accessory-variants (eventually this can go in db Less) */
/* there are still wrong css rules in DB to correct */
.accessory-variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0;
}
.accessory-variants-thumbnail {
  cursor: pointer;
  height: 10vw;
  width: 10vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.accessory-variants-thumbnail.active {
  opacity: 0.4;
}
.adj-mobile-wrap-next {
  text-align: right;
}
/*# sourceMappingURL=mcg-brand.css.map */