/* #####################################################################################################
   Searchpage and the results
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)";

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
#DoSearch {
  margin: 0 auto;
}
.searchPage .siteForm .row.inputtype-2 > label,
.searchPage .siteForm .row.type-dropdown > label {
  float: none;
  width: 100%;
}
.searchPage .siteForm .row.inputtype-2 .optionWrap,
.searchPage .siteForm .row.type-dropdown .optionWrap {
  width: 100%;
  margin-bottom: 15px;
  float: left;
}
.searchPage .siteForm .row.inputtype-2 .optionWrap label,
.searchPage .siteForm .row.type-dropdown .optionWrap label {
  font-weight: normal;
}
#searchList .pageItem {
  margin: 0 0 15px;
  padding: 20px 25px;
  border: 1px solid #afafaf;
  overflow: hidden;
}
#SearchResultsSummary h2 {
  margin: 0 0 5px;
}
#SearchResultsSummary span {
  font-size: 11px;
  color: black;
  margin: 0 0 20px;
}
#searchPage #SearchResultsSummary h2 {
  margin: 20px 0 0 0;
}
#searchPage .productConfig {
  margin: 20px 0;
}
#searchPage #filterButtonWrapper {
  display: none;
}
@media only screen and (max-width: 767px) {
  .searchPage .siteForm .row.type-radio > label {
    float: none;
    width: auto;
    font-weight: bold;
  }
}
@media only screen and (min-width: 1024px) {
  #searchPage .productList {
    overflow: hidden;
  }
  #searchPage .productList > .item {
    float: left;
    margin-right: 1.171875%;
    margin-bottom: 1.171875%;
    width: 15.690104167%;
  }
  .lt-ie9 #searchPage .productList > .item {
    /*IE 8*/
    width: 15.494791667%;
  }
  #searchPage .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.171875%;
  }
  #searchPage .productList > .item:nth-of-type(6n) {
    margin-right: 0;
  }
}
