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

.productOverview .top-text .contentSnippet {
  margin: 15px 0;
}
.productOverview #sidecol {
  width: 100%;
}
.productOverview .seoTitle {
  text-transform: lowercase;
}
.productOverview .seoTitle:first-letter {
  text-transform: capitalize;
}
.productOverview .productList .valuta {
  display: none;
}
.productOverview .flexibleContent {
  margin: 20px 0 0;
}
.productOverview .topContainer + #cols {
  margin: 0 auto 15px;
}
.productOverview .overviewMeta {
  margin-bottom: 15px;
}
.productOverview .overviewMeta:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
@media only screen and (min-width: 1024px) {
  .productOverview .overviewMeta {
    display: inline-block;
    width: 70%;
  }
}
.productOverview .overviewMeta .productCount {
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .productOverview .overviewMeta .productCount {
    display: none;
    width: 50%;
    float: left;
    margin: 0;
  }
}
.productOverview .overviewMeta #filterButtonWrapper,
.productOverview .overviewMeta #filterButtonWrapperBottom {
  display: block;
}
@media only screen and (min-width: 768px) {
  .productOverview .overviewMeta #filterButtonWrapper,
  .productOverview .overviewMeta #filterButtonWrapperBottom {
    float: right;
    overflow: hidden;
    margin: 1% 0;
  }
}
@media only screen and (min-width: 1024px) {
  .productOverview .overviewMeta #filterButtonWrapper,
  .productOverview .overviewMeta #filterButtonWrapperBottom {
    float: none;
    vertical-align: middle;
    margin: 0 -4px 0 0;
  }
  .productOverview .overviewMeta #filterButtonWrapper select,
  .productOverview .overviewMeta #filterButtonWrapperBottom select {
    float: right;
    margin: 0 0 0 2%;
  }
}
.productOverview .overviewMeta #filterButtonWrapper > a,
.productOverview .overviewMeta #filterButtonWrapperBottom > a {
  width: 130px;
  text-align: center;
}
.productOverview .overviewMeta #filterButtonWrapper .filterButton,
.productOverview .overviewMeta #filterButtonWrapperBottom .filterButton {
  width: 49%;
  float: right;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-size: 16px;
}
.productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock,
.productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock {
  display: block;
  width: 50%;
}
.productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock span,
.productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock span {
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock.sortByFilter,
  .productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock.sortByFilter {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock,
  .productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock {
    float: left;
  }
  .productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock.amountFilter,
  .productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock.amountFilter {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock,
  .productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock {
    display: inline-block;
    width: 49%;
    max-width: 320px;
  }
  .productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock + .pageFilterBlock,
  .productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock + .pageFilterBlock {
    margin-left: 1%;
  }
}
.productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock span,
.productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock span {
  padding-left: 0%;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock span,
  .productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock span {
    display: inline-block;
  }
}
@media only screen and (min-width: 1280px) {
  .productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock span,
  .productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock span {
    padding-left: 0%;
  }
}
.productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock select,
.productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock select {
  display: inline-block;
  float: none;
  height: 40px;
  line-height: 40px;
}
@media only screen and (min-width: 1024px) {
  .productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock select,
  .productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock select {
    height: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .productOverview .overviewMeta #filterButtonWrapper .pageFilterBlock select,
  .productOverview .overviewMeta #filterButtonWrapperBottom .pageFilterBlock select {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .productOverview .topPager {
    display: inline-block;
    float: right;
  }
}
.productOverview .nowContent {
  margin: 0 0 40px;
}
.productOverview .subBanners h3 {
  font-size: 24px;
  line-height: 26px;
}
@media only screen and (min-width: 1280px) {
  .productOverview .subBanners h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
.productOverview .subBanners h3:after {
  font-size: 16px;
}
/* ==========================================================================
   styles for mobile and tablet
   ========================================================================== */

@media only screen and (max-width: 1023px) {
  .productOverview #sidecol {
    display: none;
  }
  .productOverview .overviewMeta #filterButtonWrapper {
    position: relative;
    width: 100%;
    margin: 0;
    height: 60px;
    padding: 10px 0;
  }
  .productOverview .overviewMeta #filterButtonWrapper .filterButtons,
  .productOverview .overviewMeta #filterButtonWrapper #filterButtonsFixed {
    border-bottom: 1px solid transparent;
    -webkit-transition: border 200ms ease-in-out;
    -moz-transition: border 200ms ease-in-out;
    -o-transition: border 200ms ease-in-out;
    transition: border 200ms ease-in-out;
  }
  .productOverview .overviewMeta #filterButtonWrapper .filterButtons:after,
  .productOverview .overviewMeta #filterButtonWrapper #filterButtonsFixed:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    *zoom: 1;
  }
  .productOverview .overviewMeta #filterButtonWrapper .filterButtons .orderByItem,
  .productOverview .overviewMeta #filterButtonWrapper #filterButtonsFixed .orderByItem {
    float: left;
    width: 40%;
    display: block;
    margin: 0;
    height: 40px;
  }
  .productOverview .overviewMeta #filterButtonWrapper .filterButtons .filterButton,
  .productOverview .overviewMeta #filterButtonWrapper #filterButtonsFixed .filterButton {
    float: right;
    width: 100%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
  }
  .productOverview .overviewMeta #filterButtonWrapper .filterButtons .filterButton:before,
  .productOverview .overviewMeta #filterButtonWrapper #filterButtonsFixed .filterButton:before {
    content: "\f0b0 ";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 16px;
    height: 16px;
    line-height: 16px;
    padding-right: 5px;
  }
  .productOverview .overviewMeta #filterButtonWrapper #filterButtonsFixed .filterButton {
    width: 55%;
  }
  .productOverview .overviewMeta #filterButtonWrapper .filterButtons .orderByItem {
    width: 98%;
  }
  .productOverview .overviewMeta #filterButtonWrapper #filterButtonsFixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 10px 3%;
    left: 0;
    top: 60px;
    border-bottom: 1px solid #afafaf;
    z-index: 80;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    visibility: hidden;
    opacity: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .stick--filterButtonsFixed .productOverview .overviewMeta #filterButtonWrapper #filterButtonsFixed {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 1024px) {
  .productOverview #filterButtonsFixed {
    display: none;
  }
}
.productOverview .productFilters .item.filter-category .filterContainer .ul-1 .li-1 {
  display: none;
}
.productOverview .productFilters .item.filter-category .filterContainer .ul-1 .li-1.active {
  display: block;
}
.productOverview .productFilters .item.filter-category .filterContainer .ul-1 .li-1 > a {
  padding-left: 5px;
}
.productOverview .productFilters .item.filter-category .filterContainer .ul-1 .li-1 > a:before,
.productOverview .productFilters .item.filter-category .filterContainer .ul-1 .li-1 > a:after {
  display: none;
}
.productOverview .productFilters .item.filter-category .filterContainer .li-2 .ul-3 {
  display: none;
  padding-left: 15px;
}
.productOverview .productFilters .item.filter-category .filterContainer .li-2.active.more .ul-3 {
  display: block;
}
