.universal-search-grid {
  display: grid;
  grid-template-columns: 250px auto;
  grid-template-rows: 40px auto;
  grid-template-areas:
    "filter input"
    "filter output";
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

@media (max-width: 767px) {
  .universal-search-grid {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas:
      "input"
      "filter"
      "output";
  }
}

#universal-search-filter {
  font-family: EurostileBold,Helvetica,Arial,sans-serif;
  grid-area: filter;
}

#universal-search-input {
  font-family: EurostileBold,Helvetica,Arial,sans-serif;
  grid-area: input;
}

#universal-search-output {
  font-family: EurostileBold,Helvetica,Arial,sans-serif;
  grid-area: output;
}
.oxomi-h2 {
  color: #dd0935;
  margin-bottom: 15px;
  margin-left: 0px;
  font-weight: 800;
  font-size: 20px;
}

.oxomi-link {
  color: #000;
    display: inline-block;
    padding: 3px 5px;
    text-transform: capitalize;
    font-size: 16px;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    font-weight: 400;
}

.oxomi-nav > li > a:hover {
  background-color: #dd0935;
  color: #FFF;
  border-radius: 0px;
  border-top: 3px solid #dd0935;
  border-bottom: 3px solid #dd0935;
  transition: all 0.5s ease-in-out 0s;
  margin-left: 0px;
}

.oxomi-nav li {
    border-bottom: 1px solid #dd0935;
    display: inline-block;
    margin: 0;
    position: relative;
    width: 100%;
    margin-left: 0px;
}

.oxomi-nav li:before {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0;
    border-radius: 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 70%;
    z-index: 2;
}



.oxomi-catalog-icon {
  display:none
}

.oxomi-home-icon {
  display:none
}

.oxomi-category-icon {
  display:none
}

.oxomi-video-icon {
  display:none
}

.oxomi-gallery-icon {
  display:none
}

.oxomi-well {
    min-height: 100%;
    padding: 7px;
    background-color: #fff;
    border: 0px solid #e3e3e3;
    border-radius: 0px;
    padding-bottom: 18px;
}


.oxomi-form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 12px;
    font-size: 18px !important;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.oxomi-border {
    border: 1px solid #ddd;
    border-radius: 0px;
    background-color: #fff;
    padding: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.oxomi-border:hover {
    border: 1px solid #dd0935;
    transition: all 0.9s ease-in-out 0s;
    box-shadow: 0 0 14px rgba(214, 58, 72, 0.3);
}


.oxomi-search-catalog-cover .oxomi-catalog:hover {
    border: none;
}


.oxomi-nav-header {
  color: #dd0935;
  margin-bottom: 10px;
  font-size: 16px;
}

.oxomi-dropdown {
    width: 100px;
    height: 44px;
    display: none;
}

.ms-res-ctn .ms-res-item-active {
    background-color: #ededed;
    color: #dd0935;
}


.oxomi-search-bar.ms-ctn .ms-sel-ctn {
    margin-left: 30px;
    margin-top: -3px;
}

.oxomi-vertical-transformer img:first-of-type {
    max-height: 100%;
    max-width: 100%;
    position: relative;
    display: inline-block;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: none;
    z-index: 2;
}

.oxomi-gallery img:first-of-type {
    max-height: 200px;
    transform: translateY(-2%);
}

.oxomi-masterdata-img {
    width: 150px;
    height: 150px;
    background-color: transparent;
    margin-top: -50px;
}

.oxomi-top-items .oxomi-masterdata-img {
    height: 120px;
    margin-bottom: 50px;
}

.oxomi-top-items .oxomi-masterdata-shorttext {
    margin-bottom: 0;
    padding: 10px;
}




