/* #####################################################################################################
   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 -----*/
/* ==========================================================================
   Default / Mobile styles
   ========================================================================== */

.productOverview #filterButtonWrapper,
.productOverview #filterButtonWrapperBottom {
  float: right;
  overflow: hidden;
  margin: 1% 0;
}
.productOverview #filterButtonWrapper > a,
.productOverview #filterButtonWrapperBottom > a {
  width: 130px;
  text-align: center;
}
.productOverview #filterButtonWrapper #filterButton,
.productOverview #filterButtonWrapperBottom #filterButton {
  float: right;
}
/*end .productOverview*/

.itemBlock.fg-Brand a {
  margin: 0;
  height: 30px;
  width: 50px;
  text-align: center;
  overflow: hidden;
}
.itemBlock.fg-Brand a img {
  margin: 0 auto;
  display: block;
}
/*end .itemBlock.fg-Brand*/

.selectedFilters {
  background-color: white;
  margin: 15px 0;
}
.selectedFilters .items {
  padding: 5px 0 0 0;
  overflow: hidden;
}
.selectedFilters .title {
  display: inline-block;
  font-weight: bold;
  float: left;
  line-height: 22px;
  width: 60px;
}
.selectedFilters a {
  float: left;
  display: inline-block;
  width: auto;
  line-height: 14px;
  padding: 3px 6px;
  margin: 0 0 0 3px;
}
.selectedFilters a span {
  color: #454545;
  text-transform: lowercase;
  margin-left: 3px;
}
/*end .selectedFilters*/

#removeFilter {
  display: block;
  margin: 2% 0;
  position: relative;
}
/* ==========================================================================
   styles for mobile and tablet
   ========================================================================== */

@media only screen and (max-width: 1023px) {
  .productOverview #sidecol {
    display: block;
    padding: 0 3% 15px;
  }
  .productOverview #sidecol #filterNav {
    display: none;
  }
  .productOverview #sidecol #filterNav #categoryNav ul li.active > a {
    color: #ee7f01;
  }
  .productOverview #sidecol #filterNav #categoryNav ul li a {
    display: block;
    padding: 0 1%;
    color: #222222;
  }
  .productOverview #sidecol #filterNav ul {
    height: auto!important;
  }
  .productOverview #sidecol #filterNav ul li {
    border-bottom: 1px solid #dedede;
    line-height: 40px;
    clear: both;
  }
  .productOverview #sidecol #filterNav ul li input {
    float: left;
    margin: 14px 2% 0 1%;
  }
  .productOverview #sidecol #filterNav ul li label {
    display: block;
    cursor: pointer;
  }
  .productOverview #sidecol #filterNav ul li ul.ul-2 {
    margin-left: 20px;
  }
  .productOverview #sidecol #filterNav ul li ul.ul-2 > li {
    border: 0 none;
  }
  .productOverview #sidecol #filterButton {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .productOverview #sidecol #filterBlock .itemBlock {
    overflow: hidden;
  }
  .productOverview #sidecol #filterBlock .itemBlock ul {
    width: 100%;
  }
  .productOverview #sidecol #filterBlock .itemBlock a {
    display: block;
    color: #222222;
    overflow: hidden;
  }
  .productOverview #sidecol #filterBlock .itemBlock a .itemBlockColor {
    display: block;
    border: 1px solid #dedede;
    float: left;
    min-width: 20px;
    min-height: 20px;
    margin: 1% 0;
  }
  .productOverview #sidecol #filterBlock .itemBlock a .itemBlockSpanTxt {
    text-transform: capitalize;
    line-height: 29px;
    margin-left: 8px;
    display: block;
    float: left;
  }
  .productOverview #sidecol #filterBlock .itemBlock .active a {
    color: #ee7f01;
  }
  .productOverview #sidecol #filterBlock .itemBlock .active a .itemBlockColor {
    border: 2px solid #00519e;
    min-width: 18px;
    min-heigth: 18px;
  }
  body#responsiveMaster.showFilter #cols:after,
  body#responsiveMaster.showFilter #footer:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
  }
  body#responsiveMaster.showFilter #sidecol #filterNav {
    display: block;
  }
  body#responsiveMaster.showFilter #sidecol #filterNav .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 2% 3% 0 0;
    color: #222222;
    font-family: Tahoma, Geneva, sans-serif;
    display: block;
    font-size: 32px;
    line-height: 24px;
  }
  body#responsiveMaster.showFilter #sidecol #filterNav .closeBtn:hover {
    color: #ee7f01;
  }
  body#responsiveMaster.showFilter #filterNav {
    display: block;
    background-color: #fbf8f4;
    margin: 0;
    padding: 2% 2.5%;
    position: absolute;
    top: 4.5%;
    left: 3%;
    right: 3%;
    z-index: 110;
  }
  body#responsiveMaster.showFilter #filterNav h2,
  body#responsiveMaster.showFilter #filterNav h3,
  body#responsiveMaster.showFilter #filterNav .kop2,
  body#responsiveMaster.showFilter #filterNav .kop3 {
    border-bottom: 1px solid #dedede;
    padding: 8px 1%;
    margin: 0;
    position: relative;
  }
  body#responsiveMaster.showFilter #filterNav h2,
  body#responsiveMaster.showFilter #filterNav .kop2 {
    padding-top: 0;
  }
  body#responsiveMaster.showFilter #filterNav > div {
    position: relative;
  }
  /*end #cols.showFilter*/
}
/* ==========================================================================
   Tablet styles
   ========================================================================== */

@media only screen and (min-width: 768px) {
  body#responsiveMaster.showFilter #filterNav.hasActiveFilter .theActiveFilter .itemList ul,
  body#responsiveMaster.showFilter #filterNav.hasActiveFilter .theActiveFilter ul.navUl-2 {
    overflow: hidden;
  }
  body#responsiveMaster.showFilter #filterNav.hasActiveFilter .theActiveFilter .itemList ul > li,
  body#responsiveMaster.showFilter #filterNav.hasActiveFilter .theActiveFilter ul.navUl-2 > li {
    width: 32.3%;
    float: left;
    clear: none;
    margin-right: 1%;
  }
  .searchPage .pageFilterList,
  .productOverview .pageFilterList {
    position: relative;
    margin: 0 0 15px;
  }
  .searchPage h1,
  .productOverview h1,
  .searchPage .kop1,
  .productOverview .kop1 {
    display: block;
  }
  .searchPage .productCount,
  .productOverview .productCount {
    line-height: 22px;
    margin: 0 0 10px;
  }
  .searchPage .productConfig,
  .productOverview .productConfig {
    position: absolute;
    right: 0;
    top: 8px;
  }
  /*end .productOverview*/
}
/* ==========================================================================
   Desktop styles
   ========================================================================== */

@media only screen and (min-width: 1024px) {
  .searchPage #filterButtonWrapper,
  .productOverview #filterButtonWrapper,
  .searchPage #filterButtonWrapperBottom,
  .productOverview #filterButtonWrapperBottom {
    width: 52%;
    margin: 2% 0 0;
  }
  .searchPage #filterButtonWrapper select,
  .productOverview #filterButtonWrapper select,
  .searchPage #filterButtonWrapperBottom select,
  .productOverview #filterButtonWrapperBottom select {
    float: right;
    margin: 0 0 0 2%;
  }
  .searchPage #filterButtonWrapper,
  .productOverview #filterButtonWrapper {
    margin: 2px 0 0;
  }
  .searchPage #sidecol,
  .productOverview #sidecol {
    padding: 0;
  }
  .searchPage #sidecol .closeBtn,
  .productOverview #sidecol .closeBtn {
    display: none;
  }
  .searchPage #filterNav,
  .productOverview #filterNav {
    padding: 0;
  }
  .searchPage #filterNav #categoryNav,
  .productOverview #filterNav #categoryNav {
    margin: 0 0 15px;
    padding: 5%;
  }
  .searchPage #filterNav #categoryNav ul li a,
  .productOverview #filterNav #categoryNav ul li a {
    color: #222222;
    display: block;
  }
  .searchPage #filterNav #categoryNav .ul-1 .li-1.active > a,
  .productOverview #filterNav #categoryNav .ul-1 .li-1.active > a {
    color: #ee7f01;
  }
  .searchPage #filterNav #categoryNav .ul-1 .li-1 > a,
  .productOverview #filterNav #categoryNav .ul-1 .li-1 > a {
    line-height: 20px;
    padding: 0 1%;
  }
  .searchPage #filterBlock .item,
  .productOverview #filterBlock .item {
    padding: 5%;
    margin-bottom: 15px;
  }
  .searchPage #filterBlock .item .filterSearch,
  .productOverview #filterBlock .item .filterSearch {
    width: 93%;
    margin-bottom: 8px;
  }
  .searchPage #filterBlock .item .itemList ul,
  .productOverview #filterBlock .item .itemList ul {
    margin-bottom: 5px;
  }
  .searchPage #filterBlock .item .itemList li,
  .productOverview #filterBlock .item .itemList li {
    line-height: 30px;
  }
  .searchPage #filterBlock .item .itemList li label,
  .productOverview #filterBlock .item .itemList li label {
    line-height: 10px;
    margin: 0 0 0 5px;
  }
  .searchPage .removeGroupFilter,
  .productOverview .removeGroupFilter {
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    font-weight: normal;
    color: #ee7f01;
  }
  .searchPage .removeGroupFilter:hover,
  .productOverview .removeGroupFilter:hover {
    text-decoration: underline;
  }
  .searchPage .itemBlock,
  .productOverview .itemBlock {
    overflow: hidden;
  }
  .searchPage .itemBlock ul,
  .productOverview .itemBlock ul {
    width: 100%;
    overflow: hidden;
  }
  .searchPage .itemBlock ul > li,
  .productOverview .itemBlock ul > li {
    float: left;
    margin-right: 2.304147465%;
    margin-bottom: 2.304147465%;
    width: 14.746543779%;
  }
  .lt-ie9 .searchPage .itemBlock ul > li,
  .lt-ie9 .productOverview .itemBlock ul > li {
    /*IE 8*/
    width: 14.362519201%;
  }
  .searchPage .itemBlock ul > li:nth-of-type(n),
  .productOverview .itemBlock ul > li:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 2.304147465%;
  }
  .searchPage .itemBlock ul > li:nth-of-type(6n),
  .productOverview .itemBlock ul > li:nth-of-type(6n) {
    margin-right: 0;
  }
  .searchPage .itemBlock ul li a,
  .productOverview .itemBlock ul li a {
    padding-bottom: 100%;
    height: 0;
    position: relative;
  }
  .searchPage .itemBlock a,
  .productOverview .itemBlock a {
    display: block;
    border: 1px solid #dedede;
    position: relative;
  }
  .searchPage .itemBlock a .last,
  .productOverview .itemBlock a .last {
    margin-right: 0;
  }
  .searchPage .itemBlock a .itemBlockColor,
  .productOverview .itemBlock a .itemBlockColor {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .searchPage .itemBlock a .itemBlockSpanTxt,
  .productOverview .itemBlock a .itemBlockSpanTxt {
    display: none;
  }
  .searchPage .itemBlock .active a,
  .productOverview .itemBlock .active a {
    border: 2px solid #00519e;
  }
  /*end .productOverview*/
}
