div.search-container > div {
  display: flex;
  flex-direction: column;
}
div.search-container > div > div.com-search-input {
  display: flex;
  flex-direction: row;
}
div.search-container > div > div.com-search-input> input {
  flex: 1;
}
div.search-container > div > div.com-search-input> button {
  padding: 6px 20px;
}
div.search-container > div > div.com-search-result {
  display: flex;
}
div.search-container > div > div.com-search-result > div:empty {
  display: none;
}
div.search-container > div > div.com-search-result > div {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  box-shadow: -5px 5px 5px rgba(0,0,0,0.15), 5px 5px 5px rgba(0,0,0,0.15);
  padding: 10px 5px 10px 5px;
}

div.search-container > div > div.com-search-result > div > div.result {
  display: flex;
  flex-direction: row;
  margin: 5px 5px 2.5px 5px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  transition: border .3s ease;
}
div.search-container > div > div.com-search-result > div > div.result:hover {
  border: 1px solid #c1c1c1;
}
div.search-container > div > div.com-search-result > div > div.result > div.result-image {
  width: 10%!important;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}
div.search-container > div > div.com-search-result > div > div.result > div.result-image > img {
  height: 100% !important;
  max-width: 100%;
  margin: auto;
  display: block; 
}
div.search-container > div > div.com-search-result > div > div.result > div.result-text {
  width: 90%!important;
  height: 100%!important;
  float: left;
  padding-left: 10px;
  font-size: 11px;
  font-weight: 700;
  height: 150px;
  position: relative;
  overflow: hidden;
}
div.search-container > div > div.com-search-result > div > div.result > div.result-text > div.result-headline {
  font-size: 15px;
  max-height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  max-width: 76%;  
}
div.search-container > div > div.com-search-result > div > div.result > div.result-text > div.result-description {
  width: 75%;
  height: 15px;
  overflow: hidden;
  font-weight: 400;  
}
div.search-container > div > div.com-search-result > div > div.result > div.result-text > div.result-price {
  position: absolute;
  right: 5px;
  top: 0px;
  font-weight: 400;
  font-size: 16px;
}
div.search-container > div > div.com-search-result > div > div.result > div.result-text > div.result-itemnumber {
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
div.search-container > div > div.com-search-result > div > div.result > div.result-text > div.result-read-more {
  text-align: right;
  padding-top: 15px;
  position: absolute;
  right: 0;
  bottom: 10px;  
}
div.search-container > div > div.com-search-result > div > div.result > div.result-text > div.result-read-more > a {
  border: 1px solid #e9e9e9;
  padding: 6px 12px;  
  cursor: pointer;
  
}




div.com-search-input {
  display: flex;
  flex-direction: row;
}
div.com-search-input> input {
  flex: 1;
}
div.com-search-input> button {
  padding: 6px 20px;
}
div.com-search-result-solid {
  display: flex;
  z-index: 9999999999999 !important;
  width: 100%;
}
div.com-search-result-solid > div:empty {
  display: none;
}
div.com-search-result-solid > div {
  display: flex;
  flex-direction: column;
  flex: 1;
}

div.com-search-result-solid > div > div.result {
  display: flex;
  flex-direction: row;
  margin: 5px 5px 2.5px 5px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
}
div.com-search-result-solid > div > div.result:not(.empty) {
  cursor: pointer;
}
div.com-search-result-solid > div > div.result.empty {
  border: none !important;
  padding: 5px 0;
  margin: 0px 5px 2.5px 0px;
}
div.com-search-result-solid > div > div.result > div.result-image {
  width: 10%!important;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}
div.com-search-result-solid > div > div.result > div.result-image > img {
  height: 100% !important;
  max-width: 100%;
  margin: auto;
  display: block; 
}
div.com-search-result-solid > div > div.result > div.result-text {
  width: 90%!important;
  height: 100%!important;
  float: left;
  padding-left: 10px;
  font-size: 11px;
  font-weight: 700;
  height: 150px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
div.com-search-result-solid > div > div.result > div.result-text > div.result-headline {
  font-size: 15px;
  max-height: 20px;
  margin-bottom: 5px;
  overflow: hidden;
  max-width: 76%;  
}
div.com-search-result-solid > div > div.result > div.result-text > div.result-description {
  width: 75%;
  height: 15px;
  overflow: hidden;
  font-weight: 400;  
}
div.com-search-result-solid > div > div.result > div.result-text > div.result-price {
  position: absolute;
  right: 5px;
  top: 0px;
  font-weight: 400;
  font-size: 16px;
}
div.com-search-result-solid > div > div.result > div.result-text > div.result-itemnumber {
  margin-top: auto;
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
div.com-search-result-solid > div > div.result > div.result-text > div.result-stock {
  margin-top: 5px;
}
div.com-search-result-solid > div > div.result > div.result-text > div.result-read-more {
  text-align: right;
  padding-top: 15px;
  position: absolute;
  right: 0;
  bottom: 10px;  
}
div.com-search-result-solid > div > div.result > div.result-text > div.result-read-more > a {
  border: 1px solid #e9e9e9;
  padding: 6px 12px;  
  cursor: pointer;
  font-size: 14px;
}
div.com-search-result-solid > div > div.result > div.no-results {
  display: flex;
}
div.com-search-result-solid > div > div.result > div.no-results > p {
  margin: auto;
}  

@media (max-width:1199px) {
  div.com-search-result-solid > div > div.result > div.result-image {
    width: 20% !important;
    display: flex !important;
  }
  div.com-search-result-solid > div > div.result > div.result-image > img {
    max-height: 100% !important;
    height: auto !important;
  }
  div.com-search-result-solid > div > div.result > div.result-text {
    width: 80% !important;
  }
  div.com-search-result-solid {
    top: 110% !important;
  }
}