.SearchResultHeader {
    /*margin-bottom: 10px;*/
}

    .SearchResultHeader span.SearchHeader {
        font: italic bold 16px 'Open Sans', sans-serif;
        color: #66b2d5;
    }

    .SearchResultHeader span.SearchSuggestion {
        font: italic 12px 'Open Sans', sans-serif;
    }

        .SearchResultHeader span.SearchSuggestion a {
            font: normal 12px 'Open Sans', sans-serif;
        }

.RightArrowLink {
    background: url('/Portals/_default/skinobjects/RightArrowBlack.png');
    width: 25px;
    height: 25px;
    display: block;
}

.BlueHeader {
    color: #66b2d5;
    font: bold 12px 'Open Sans', sans-serif;
}

.FitmentsHolder {
    margin-bottom: 10px;
}

.autocomplete-w1 {
    background: url(img/shadow.png) no-repeat bottom right;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 6px 0 0 6px; /* IE6 fix: */
    _background: none;
    _margin: 1px 0 0 0;
}

.autocomplete {
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    text-align: left;
    max-height: 350px;
    width: 300px;
    overflow: auto;
    margin: -40px 6px 6px -6px; /* IE6 specific: */
    _height: 350px;
    _margin: 0;
    _overflow-x: hidden;
}

    .autocomplete .selected {
        background: #f0f0f0;
    }

    .autocomplete div {
        padding: 2px 5px;
        white-space: nowrap;
        overflow: hidden;
    }

    .autocomplete strong {
        font-weight: normal;
        color: #f37120;
    }

.auto-style1 {
    width: 50px;
    height: 16px;
}

.auto-style2 {
    width: 80px;
    height: 16px;
}

.auto-style3 {
    width: 110px;
    height: 16px;
}

.auto-style4 {
    width: 100px;
    height: 16px;
}

.EnableFilterLabelWrapper {
    padding-left: 35px;
    padding-right:20px;
    width:100%;
}

input.cbticked {
float: left;
margin-top:0px !important;
}

.SideHolder {float:left;border-bottom: 1px solid #ddd;width:100%;}
.SideFeatureWrapper {
    float:left;
    width:100%;
}

.SideFeatureHeader {
background: #333;
width: 97%;
display: inline-block;
height: 2.5em;
line-height: 2.5em;
padding-left: 3%;
color: #fff;
font-weight: 700;
font-size: 1.2em;
margin-bottom: 10px;
}

.CategorySubToShow span {vertical-align: 4px;}
.EnableFilterLabelWrapper span {vertical-align:4px;display:inline-block;margin-bottom:6px;}

.engine-wrapper input[type="checkbox"] {
  display: none; /* Hide the default checkbox */
}

.custom-checkbox {
  width: 16px;
  height: 16px;
  background-color: #fff;
  display: inline-block;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  border: 2px solid #E13B40; /* Add a border */
}

.engine-wrapper input[type="checkbox"]:checked + .custom-checkbox {
  background-color: #E13B40; /* Color when checked */
  border: 2px solid #E13B40; /* Change border color */
}

.checkmark {
  position: absolute;
  top: -1px; /* Adjust position */
  left: 3px; /* Adjust position */
  width: 6px; /* Checkmark width */
  height: 12px; /* Checkmark height */
  border: solid white; /* Checkmark color */
  border-width: 0 2px 2px 0; /* Create the checkmark shape */
  transform: rotate(45deg); /* Rotate to form a tick */
  opacity: 0; /* Initially hidden */
  transition: opacity 0.2s;
}

.engine-wrapper input[type="checkbox"]:checked + .custom-checkbox .checkmark {
  opacity: 1; /* Show checkmark when checked */
}

.engine-wrapper {
  float: left;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif !important;
  color: #7e7e7e;
  outline: 0;
  border: 0;
  text-decoration: none;
  outline: none;
  font-size: 105%;
  line-height: .9rem
}

.save-in-garage-wrapper {
  display: flex;
  padding-bottom: .5rem;
  padding-top: .5rem;
  color: #E13B40;
  align-items: center;
}

.save-in-garage-inner {
  display: flex;
  align-items: center;
}

.save-in-my-garage-label {
  margin-left: .6rem;
}

.engine-spec-wrapper {
  display: flex;
  padding-bottom: .5rem;
}

.engine-spec-wrapper .capitalize {
  text-transform: capitalize;
}

.engine-spec-wrapper .lower {
    text-transform: lowercase;
}

.engine-spec-wrapper .upper {
    text-transform: uppercase;
}

.engine-spec-label {
  font-weight: 600;
  width: 100px;
}

.engine-name-holder {
  justify-content: space-between;
  display: flex;
  padding-bottom: 1rem;
}

.btn-engine-clear {
  background: none;
  border: none;
  color: #E13B40;
  cursor: pointer;
  font-size: 0.9rem;
  padding: 0;
  text-wrap-mode: nowrap;
  white-space: nowrap;
  font-weight: 600;
  margin-left: 20px;
}

.engine-name {
  padding-bottom: 1.2rem;
  text-transform: capitalize;
}

.engine-title {
  font-weight: 600;
  font-size: 1.1rem;
  padding-bottom: 1rem;
  color: #000;
}

.engine-new-search-wrapper {
  display: flex;
  padding-bottom: 1rem;
  padding-top: .8rem;
  margin-left: -5px;
  align-items: center;
  color: #E13B40;
}