/* #####################################################################################################
   This stylesheet describes a list of products
   ##################################################################################################### */

/*--- 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 -----*/
/*----- Responsive functions -----*/
@media only screen and (max-width: 1023px) {
  .productOverview #filterBlock {
    clear: both;
    z-index: 91;
    position: relative;
  }
  .productOverview #filterBlock #filterButton {
    margin-bottom: 15px;
  }
  .productOverview #filterBlock > h3,
  .productOverview #filterBlock > .kop3 {
    float: left;
    margin: 0 8px 0 0;
    text-transform: none;
    font-family: 'Lato', sans-serif;
    line-height: 40px;
  }
  .productOverview #filterBlock .item {
    background: #dedede;
    width: 50%;
    float: left;
    position: relative;
  }
  .productOverview #filterBlock .item .removeGroupFilterSeo,
  .productOverview #filterBlock .item .removeGroupFilter {
    float: right;
    color: #222222;
    background: url("../../images/default/close.png") no-repeat center center;
    display: block;
    width: 22px;
    height: 22px;
    text-indent: -9999em;
    overflow: hidden;
    margin: 9px;
  }
  .productOverview #filterBlock .item .removeGroupFilterSeo + h3,
  .productOverview #filterBlock .item .removeGroupFilter + h3 {
    background-image: none;
    color: #ee7f01;
  }
  .productOverview #filterBlock .item h3 {
    text-transform: none;
    font-weight: normal;
    font-family: Tahoma, Geneva, sans-serif;
    padding: 9px 4%;
    margin: 0;
    border-bottom: 1px solid #fbf8f4;
    border-right: 1px solid #fbf8f4;
    cursor: pointer;
    background: url("../../images/default/arrowDown.png") no-repeat right center;
    font-size: 16px;
    line-height: 22px;
  }
  .productOverview #filterBlock .item .filterContainer {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 10;
    padding: 0 4% 4%;
    right: 0;
    border-right: 1px solid #fbf8f4;
    background: #dedede;
  }
  .productOverview #filterBlock .item .itemList .filterSearch {
    min-height: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 97%;
  }
  .productOverview #filterBlock .item .itemList > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 220px;
    overflow-y: auto;
  }
  .productOverview #filterBlock .item .itemList > ul li input {
    display: none;
  }
  .productOverview #filterBlock .item .itemList > ul li input:checked + label {
    color: #ee7f01;
  }
  .productOverview #filterBlock .item .itemList > ul li label {
    cursor: pointer;
    line-height: 22px;
    display: block;
  }
  .productOverview #filterBlock .item #priceList {
    padding-top: 50px;
  }
  .productOverview #filterBlock .item.active,
  .productOverview #filterBlock .item.active .filterContainer {
    background: #e6e6e6;
  }
}
