@import "https://fonts.dia.ovh/css?family=Signika|Viga";
/*
 Quicksearch
 */
/* line 8 */
#dia-search .dia-search-container, .search .search-container {
  margin: 4% auto 0;
  width: 100%;
  max-width: 1200px;
}
/* line 14 */
#dia-search .dia-search-container h2, .search .search-container h2 {
  color: rgba(0, 0, 0, 0.8);
}
/* line 18 */
#dia-search #dia-search-form, .search .search-form {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
/* line 24 */
.dia-search-input-container {
  position: relative;
}
/* line 27 */
.dia-search-input-container .dia-search-quicksearch-icon {
  position: absolute;
  font-size: 24px;
  right: 0;
  width: 40px;
  cursor: pointer;
  height: 40px;
}
/* line 37 */
#dia-search .dia-search-form-input, .search .search-form-input {
  width: 98%;
  color: #444;
  font-size: 2.2rem;
  font-weight: 300;
  text-align: center;
  border: none;
  border-bottom: 3px solid #868686;
  margin: 0 auto;
  outline: none;
}
/* line 49 */
#dia-search .dia-search-form-input:focus, #dia-search .dia-search-form-input:active, .search .search-form-input:focus, .search .search-form-input:active {
  color: #000;
}
/* line 56 */
#dia-search .close, .search .close {
  color: #fff;
  background-color: #868686;
  border-color: #868686;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}
/* line 65 */
#dia-search #dia-search-result, .search .search-result {
  margin: 0 auto;
  padding: 20px;
}
/* line 70 */
/* line 72 */
.quicksearch-product-item .quicksearch-product-image {
  max-height: 60px;
}
/* line 76 */
.quicksearch-product-item .addProductToCart {
  padding: 3px 10px;
}
/* line 81 */
.quicksearch-categories {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
/* line 89 */
/* line 91 */
.quicksearch-product-item .media-left .quicksearch-image-box {
  width: 125px;
}
/* line 93 */
.quicksearch-product-item .media-left .quicksearch-image-box .quicksearch-product-image {
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
}
/* line 100 */
.quicksearch-product-item .media-body {
  box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.16) inset;
  padding-left: 15px;
}
/* line 106 */
/* line 109 */
#dia-search .into-cart-panel, #normal-search .into-cart-panel {
  display: table-cell;
  justify-content: center;
  width: 16%;
}
/* line 115 */
#dia-search .priceblock-quicksearchview, #normal-search .priceblock-quicksearchview {
  text-align: center;
  padding-top: 3px;
}
/* line 121 */
#modalClose {
  position: relative;
  z-index: 999;
}
@media (max-width: 600px) {
  /* line 128 */
  /* line 130 */
  .quicksearch-product-item .input-group {
    margin: 0 auto;
  }
  /* line 132 */
  .quicksearch-product-item .input-group .price-input {
    display: none;
  }
}
/* line 139 */
.searchHighlightValue {
  color: #000;
}
/* line 143 */
.searchHighlightLabel {
  color: #000;
}
