.search-result-page {
  padding-top: 15px; }
  .search-result-page .white-block {
    box-shadow: none;
    border: 1px solid #dfe2e4; }

.form-container {
  max-width: 1030px;
  margin: 0 auto; }

.result-page-form .row-inline {
  margin-top: 20px; }

.search-row {
  position: relative; }
  .search-row input {
    padding-right: 60px; }

.search-page-button {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 0%;
  text-align: center;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 1; }
  .search-page-button:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/templates/me/images/search-icon.png?ver=1.2.3");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px; }

.search-filter-item {
  font-size: 0; }
  .search-filter-item label {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    max-width: 80px;
    vertical-align: middle;
    margin-right: 25px; }
  .search-filter-item select {
    display: inline-block;
    width: -webkit-calc(100% - 105px);
    width: calc(100% - 105px);
    vertical-align: middle; }

.search-filter .custom_radio {
  width: 33.33333%;
  font-size: 1rem;
  line-height: 1; }

.quantity-col {
  width: 20%; }

.display-by {
  width: 28.33333%; }

.search-filter {
  width: 51.66667%; }

.result-block {
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 1; }

.search-result-container {
  margin: 30px; }

.search-result-item {
  position: relative;
  margin-top: 15px;
  margin-right: -15px;
  margin-left: -15px;
  padding: 20px 30px 20px 70px;
  background-color: #edeff2; }
  .search-result-item .more {
    display: block;
    margin-top: 20px;
    font-size: 0.75rem;
    line-height: 1;
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 300;
    color: #0061af;
    position: relative;
    padding-left: 20px;
    background: url("/templates/me/images/red-arrow.svg") no-repeat;
    background-position: 0% 50%;
    background-size: 10px auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

.item-number {
  position: absolute;
  top: 23px;
  left: 30px;
  font-size: 1rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900;
  color: #0061af; }

.item-headline {
  font-size: 1rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 600; }

.item-description {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.25;
  overflow: hidden;
  height: 40px; }
