.vtr #search-results-container {
   min-height: 160px;
   background: white;
}

.vtr #search-results-container .result {
   display: none;
}

.vtr #search-results-container.is-searching .result {
   display: block;
}

.vtr #search-results-container li:hover,
.vtr #custom-input:hover {
   cursor: pointer;
   background: #0067CE;
   color: white !important;
}

.vtr #search-results-container li:hover .color-grey {
   color: white !important;
}

.vtr .input-holder {
   height: 36px;
   line-height: 36px;
}

.vtr .input-holder .search-small-grey {
   margin: 0 7px;
}

.vtr .input-holder .close {
   right: 7px;
}

/* Shared mobile/Desktop wrapper spacing */
.vtr .wrapper {
   margin-bottom: 40px;
}

.mobile.vtr .wrapper {
   margin-bottom: 30px;
}

/* Promotion List images */
.vtr ul.wrapper img {
   height: 45px;
   top: 10px;
   left: 15px;
}
