#makeModelYearShopByBikeModalContainer {
  position: relative;
  display: inline-block;
  padding: 8px;
}
#makeModelYearShopByBikeModal {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  border: 1px solid rgba(0,0,0,0.4);
  border-radius: 4px;
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#makeModelYearShopByBikeModalContent {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -40px
  z-index: 1; /* Sit on top */
}
#makeModelYearShopByBikeModalLoader {
  border: 5px solid #f3f3f3;
  animation: mmy-loader-spin 1s linear infinite;
  border-top: 5px solid #f00;
  border-bottom: 5px solid #f00;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: mmy-loader-spin 2s linear infinite;
}
@keyframes mmy-loader-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#similar-mmy-click {
  color: #f37c29;
  text-decoration: underline;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.\2e similar-mmy-menu-dialog > div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > span {
  display: none !important;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.\2e mmy-universal-dialog > div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > span {
  display: none !important;
}
/* 
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.\2e mmy-universal-dialog > div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > button {
  color: #f00;
}
*/
#mmy-universal-dialog-click, #mmy-universal-dialog-click:visited {
  color: #f00;
  font-weight: bold;
}

#makemodelyear-universal {
  background-color: #ff0000;
}

div.MMYgarage {
  position: relative;
  float: right;
  vertical-align: right;
  z-index: 10;
}

div.MMYcol {
  position: relative;
  float: right;
}

#MMYgarageMenu {
  background-color: #222222;
  color: #ffffff;
/*  border-color: #222222; */
  border: none;
}

#MMYgarageButton {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

#MMYgarageCount {
  font-size: 0.9em;
}

li.MMYgarageLi {
  min-width: 340px;
  color: #ffffff;
/*
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
*/
}

li.MMYgarageLi a {
  color: #ffffff;
  text-decoration: none;
}

li.MMYgarageLi a:visited {
  color: #ffffff;
  text-decoration: none;
}

li.MMYgarageLi a:hover {
  color: #ff0000;
  background-color: #999999;
  text-decoration: none;
}

.MMYgarageLiRight {
  float: right;
}

.glyphicon-none:before {
/*      content: "\2122"; */
  content: "\e094";
  color: transparent !important;
}

.MMYglyphicon {
  padding: 3px 5px 1px 3px;
}

.dropdown-menu .divider {
    background-color: #404040;
}

#MMYgarageForm {
  display: none;
}

#makeModelYearForm.navbar-form {
  margin: 0;
}

#MMYgarageMsg {
  display: none;
  padding: 7px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

#MMYgarageRight {
  margin-left: 4px;
}

.MMYsubBtn {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.option-name.title-category.title-makemodelyear {
  padding-right: 16px;
}

.mmyFloatL {
  float: left;
  padding-right: 4px;
}
.mmyFloatR {
  float: right;
  padding-left: 4px;
}

.MMY-dropdown-menu {
  z-index: 1100;
}

.MMY-no-border {
  font-family: Arial, Verdana, Helvetica, Jamrul, sans-serif;
  text-transform: none;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: none;
  border-style: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.MMY-no-border:hover {
  text-transform: none;
  color: #000;
  background-color: #fff;
  background-image: none;
}

.MMY-no-border:active {
  text-transform: none;
  color: #000;
  background-color: #fff;
  background-image: none;
}

.MMY-no-border:focus {
  text-transform: none;
  color: #000;
  background-color: #fff;
  background-image: none;
}

.MMY-no-border.open {
  text-transform: none;
  color: #000;
  background-color: #fff;
  background-image: none;
}

.MMY-no-border.btn-default:hover, .MMY-no-border.btn-default:focus, .MMY-no-border.btn-default:active, .MMY-no-border.btn-default.active, .MMY-no-border.open .MMY-no-border.dropdown-toggle.btn-default {
  color: #000;
  background-color: #fff;
  background-image: none;
}

/* Dirty fix for overflow issue that causes the menu to tuck behind the bottom of the parent */
div.products > ul > li:nth-last-child(2) > div > div.description.product-description.MMY-product-description > div > ul,
div.products > ul > li:last-child > div > div.description.product-description.MMY-product-description > div > ul {
  position: static;
}

.MMYothersCount {
  font-family: Arial, Verdana, Helvetica, Jamrul, sans-serif;
  text-transform: none;
  font-size: 0.9em;
}

.MMY-description-grid {
  text-align: left;
  font-size: 12px;
}

.MMY-product-description {
  min-height: 40px;
}

.mmySearchPart {
  clear: both;
  padding-top: 12px;
}

.makeModelYearFitsF {
  line-height: 33px;
}

.makeModelYearFits {
  font-size: 15px;
  font-weight: normal;
  vertical-align: middle;
  padding-right: 8px;
}

.makeModelYearFitsUniF {
  line-height: 33px;
  margin-left: 0.5em;
}

.makeModelYearFitsUniC {
  vertical-align: middle;
}

.makeModelYearFitsUni {
  font-size: 15px;
  font-weight: normal;
  vertical-align: middle;
}

.MMY-no-border.dropdown-menu {
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
}

.MMY-no-border a.dropdown-toggle {
    position: relative;
}

.MMY-no-border a.dropdown-toggle::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -2px;
    right: 7px;
    display: none;
}
.MMY-no-border a.dropdown-toggle::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -2px;
    right: 8px;
    z-index: 1001;
    display: none;
}

.MMY-no-border.open > a.dropdown-toggle::before,
.MMY-no-border.open > a.dropdown-toggle::after {
    display: block;
}

.MMY-Related-Products {
  display: none;
  clear: both;
}

div.not-editable-attributes {
  text-align: left;
}

ul.attribute-values-not-editable {
  width: 302px;
  padding: 13px 20px 1px;
  background-color: #f4f4f4;
  list-style: none;
}

ul.attribute-values-not-editable.no-top-pad {
  padding-top: 0;
}

.ui-dialog ul.attribute-values-not-editable {
  width: auto;
  margin: 0 0 20px;
  padding: 20px 20px 1px;
}

ul.attribute-values-not-editable li {
  list-style: none;
  margin: 0 0 18px;
  background-image: none;
  padding: 0;
}

ul.attribute-values-not-editable span.title {
  display: block;
  margin: 0;
  font-size: 14px;
}

ul.attribute-values-not-editable select {
  margin: 4px 0 0;
  font-size: 14px;
}

ul.attribute-values-not-editable textarea {
  height: 100px;
  margin: 4px 0 0;
}

ul.attribute-values-not-editable label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

ul.attribute-values-not-editable span.title,
ul.attribute-values-not-editable label {
  color: #56768e;
}

ul.attribute-values-not-editable label div {
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #f8f8f8;
  border-radius: 3px;
  background: #fff;
  padding: 5px;
  margin-right: 6px;
}

ul.attribute-values-not-editable label span {
  color: #333;
}

span.attribute-value-not-editable {
  padding-left: 13px;
}

ul.attribute-values {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #makeModelYearForm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: none !important;
  }
  #MMYgarageButton {
    margin-bottom: 5px;
  }
}

ul.link-makes {
  list-style: none;
  list-style-type: none;
}

ul.link-makes li {
  width: 31%;
  float: left;
  text-align: center;
}

ul.link-make {
  list-style: none;
  list-style-type: none;
}

li.make-model {
  width: 31%;
  height: 90px;
  float: left;
  text-align: center;
  vertical-align: bottom;
}

li.make-model img {
/*  max-height: 70px; */
  width: auto;
  vertical-align: bottom;
  margin: 0;
  border: 0;
}

#MMYcategoriesAfter {
  color: #fff;
  clear: both;
  font-size: 0.75em;
  text-align: super;
  margin-top: -0.5em;
  padding-left: 0.5em;
  padding-bottom: 4px;
  border-bottom: 1px solid #404040;
  text-transform: uppercase;
}

#MMYomitUniversalIcon {
  cursor: pointer;
}

#MMYcategoriesRemove,
#MMYcategoriesRemove2 {
  color: #f00;
  cursor: pointer;
}

#MMYcategoriesMake {
  cursor: help;
  font-style: oblique;
  word-wrap: break-word;
}

#MMYcategoriesFits {
  font-weight: bold;
  font-style: oblique;
}

#MMYitemsListBody {
  clear: both;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
}

#MMYitemsListBody a {
  text-decoration: none;
  color: #333;
}

#MMYitemsListBody a:visited {
  text-decoration: none;
  color: #333;
}
.fitsMultiMmyWrap {
  width: 100%;
  line-height: 34px;
  border: 2px solid #f37c29;
  position: relative;
  margin-bottom: 6px;
}
.fitsMultiMmyIco {
  background-color: #f37c29;
  color: #ffffff;
  vertical-align: middle;
  font-size: 18px;
  padding: 12px;
  margin: 0 6px 0 0;
  top: 0;
  left: 0;
}
.fitsMultiMmyMsg {
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
  font-size: 13px;
}
.fitsMultiMmyMsg a, .fitsMultiMmyMsg a:visited {
  color: #f37c29;
}
