/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   VARIABLES - 2 - Intersport Theo Tol
   ##################################################################################################### */
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.offerText {
  position: relative;
  color: #454545;
  margin: 0 0 -3px;
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lineThrough .valuta,
.lineThrough .main,
.lineThrough .separator,
.lineThrough .cents {
  text-decoration: line-through;
}
.priceOld {
  position: relative;
}
.priceOld .valuta,
.priceOld .main,
.priceOld .separator,
.priceOld .cents {
  text-decoration: line-through;
}
.priceNew {
  position: relative;
}
.priceNew .lineThrough {
  display: none;
}
.newPrice {
  color: #ed1c24;
  font-weight: 700;
  display: block;
}
.productList {
  margin-bottom: 15px;
  clear: both;
  overflow: hidden;
}
.productList > .item {
  float: left;
  margin-right: 2.077562327%;
  margin-bottom: 2.077562327%;
  width: 48.961218837%;
}
.lt-ie9 .productList > .item {
  /*IE 8*/
  width: 47.922437673%;
}
.productList > .item:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 2.077562327%;
}
.productList > .item:nth-of-type(2n) {
  margin-right: 0;
}
.productList .item {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid transparent;
}
.productList .item.item--loading .thumb:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -14px;
  height: 20px;
  width: 20px;
  border: 4px solid #034ea2;
  border-right-color: transparent;
  border-radius: 50%;
  z-index: 5;
  -webkit-animation: rotate 0.8s infinite linear;
  -moz-animation: rotate 0.8s infinite linear;
  -ms-animation: rotate 0.8s infinite linear;
  -o-animation: rotate 0.8s infinite linear;
  animation: rotate 0.8s infinite linear;
}
.productList .item.item--focus {
  opacity: 0.5;
  border: 1px solid #034ea2;
}
.productList .item > .inner {
  display: none;
}
.productList .item > .inner.active {
  display: block;
}
.productList .item > .inner .directOrder .directOrderButton {
  display: none;
}
.productList .item > .inner.directOrderSizeSelected .directOrder .directOrderButton {
  display: block;
}
.productList .item .offergroup {
  position: absolute;
  left: 4%;
  top: 0;
  z-index: 9;
}
.productList .item .thumb {
  width: auto;
  overflow: hidden;
  margin: 0 0 5px;
  position: relative;
  padding-bottom: 130%;
  height: 0;
}
.productList .item .thumb > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  display: block;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}
.productList .item .thumb > a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
  margin-right: -1px;
}
.productList .item .thumb > a img {
  display: inline-block;
  vertical-align: middle;
  /*align image*/

}
.productList .item .thumb > a img.hoverImg {
  display: none;
}
.productList .item .thumb > a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.productList .item .thumb .image-unavailable {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fbfbfb;
}
.productList .item .thumb .image-unavailable p {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0;
  text-align: center;
  font-size: 11px;
  line-height: 19px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 400px) {
  .productList .item .thumb .image-unavailable p {
    font-size: 14px;
    line-height: 22px;
  }
}
.productList .item:hover .thumb > a img.hoverImg + img {
  display: none;
}
.productList .item:hover .thumb > a img.hoverImg {
  display: inline-block;
}
.productList .item .content {
  overflow: hidden;
  text-align: center;
  padding: 0 4%;
  position: relative;
}
.productList .item .content .title {
  display: block;
  font-size: 14px;
  line-height: 18px;
  height: 18px;
  color: #454545;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productList .item .content .priceBlock {
  height: 44px;
}
.productList .item ul.availableColors,
.productList .item ul.availableSizes {
  display: none;
}
.productList .item .price {
  font-size: 0;
  overflow: hidden;
  width: 100%;
}
.productList .item .price span {
  font-size: 14px;
}
.productList .item .priceWrap .prefix,
.productList .item .priceWrap .old,
.productList .item .priceWrap .valuta {
  margin: 0 4px 0 0;
}
.productList .item .priceWrap .old {
  color: #454545;
  font-size: 14px;
  font-weight: normal;
  text-decoration: line-through;
}
.productList .item .brand {
  position: absolute;
  top: 5px;
  right: 5px;
}
.loading .productList .item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white url(https://intersport-theotol.staging-03.divide.nl//images/svg/loading.svg) no-repeat center center;
  background-color: rgba(255, 255, 255, 0.5);
}
.label {
  display: block;
  width: 40px;
  height: auto;
  line-height: 40px;
  color: white;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .label {
    width: 60px;
    height: auto;
    line-height: 60px;
    font-size: 15px;
  }
}
.label.image {
  min-width: 40px;
  min-height: 40px;
  width: 12.5%;
  height: 12.5%;
  line-height: initial;
}
@media only screen and (min-width: 1024px) {
  .label.image {
    min-width: 60px;
    min-height: 60px;
  }
}
.label.text:after {
  content: attr(data-label);
}
.label.new {
  background: #242b49;
  width: 70px;
  height: 30px;
  line-height: 30px;
}
.label.sale {
  background: url('../../images/saleLabel.png');
  width: 80px;
  height: 46px;
  right: 0;
}
.label.round {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.label.height {
  height: 40px;
}
@media only screen and (min-width: 1024px) {
  .label.height {
    height: 60px;
  }
}
.label.TopLeft {
  top: 5px;
  left: 5px;
}
.label.TopRight {
  top: 5px;
  right: 5px;
}
.label.BottomLeft {
  bottom: 5px;
  left: 5px;
}
.label.BottomRight {
  bottom: 5px;
  right: 5px;
}
@media only screen and (min-width: 768px) {
  .productList {
    overflow: hidden;
  }
  .productList > .item {
    float: left;
    margin-right: 1.557632399%;
    margin-bottom: 1.557632399%;
    width: 32.294911734%;
  }
  .lt-ie9 .productList > .item {
    /*IE 8*/
    width: 31.775700935%;
  }
  .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.557632399%;
  }
  .productList > .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .productList {
    overflow: hidden;
  }
  .productList > .item {
    float: left;
    margin-right: 1.46484375%;
    margin-bottom: 1.46484375%;
    width: 23.901367188%;
  }
  .lt-ie9 .productList > .item {
    /*IE 8*/
    width: 23.53515625%;
  }
  .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.46484375%;
  }
  .productList > .item:nth-of-type(4n) {
    margin-right: 0;
  }
  ul.availableColors,
  ul.availableSizes {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20%;
    padding: 10px 4%;
    margin: 0;
    list-style: none;
  }
  .item:hover ul.availableColors,
  .item:hover ul.availableSizes {
    display: block;
  }
  ul.availableColors:before,
  ul.availableSizes:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
  }
  ul.availableColors > li,
  ul.availableSizes > li {
    padding-bottom: 100%;
    height: 0;
    position: relative;
    width: 100%;
  }
  ul.availableColors > li > a,
  ul.availableSizes > li > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #dedede;
    display: block;
    background: white;
  }
  ul.availableColors > li > a.active,
  ul.availableSizes > li > a.active {
    border-color: #034ea2;
  }
  ul.availableColors:before {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  ul.availableColors > li {
    margin-bottom: 10px;
    position: relative;
  }
  ul.availableColors > li > a {
    overflow: hidden;
  }
  ul.availableColors > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0 0 0 15px;
    padding: 5px 7px;
    font-size: 12px;
    list-style: none;
    width: 120px;
    background: white;
    border: 1px solid #dedede;
  }
  ul.availableColors > li ul:before {
    content: attr(aria-title);
    display: block;
  }
  ul.availableColors > li ul li {
    display: inline-block;
  }
  ul.availableColors > li ul li a {
    line-height: 22px;
    color: #454545;
  }
  ul.availableColors > li:hover ul {
    display: block;
  }
  ul.availableSizes {
    width: 100%;
    overflow: hidden;
  }
  ul.availableSizes > li {
    float: left;
    margin-right: 3.90625%;
    margin-bottom: 3.90625%;
    width: 16.875%;
  }
  .lt-ie9 ul.availableSizes > li {
    /*IE 8*/
    width: 16.09375%;
  }
  ul.availableSizes > li:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 3.90625%;
  }
  ul.availableSizes > li:nth-of-type(5n) {
    margin-right: 0;
  }
  ul.availableSizes > li {
    padding-bottom: 22px;
  }
  ul.availableSizes > li > a {
    color: #454545;
  }
}
.inner .price {
  font-size: 14px !important;
  line-height: 20px !important;
}
.inner.offer .upwardsOf {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  position: relative;
  top: -5px;
}
.inner.offer .upwardsOf + .newPrice {
  display: inline-block !important;
  width: auto;
}
.inner.offer .price {
  font-size: 14px;
  line-height: 20px;
}
.inner.offer .price.priceOld.newPrice {
  font-weight: 400;
  color: black;
}
.inner.offer .offerText {
  display: none;
}
.inner.PercentualGroup .offerText {
  display: none;
}
.inner.PercentualGroup .price.priceOld.newPrice {
  font-weight: 400;
  color: black;
}
