/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   VARIABLES - 3 - Ot en sien
   ##################################################################################################### */
/*--- 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 -----*/
.offerText {
  position: relative;
  color: #929292;
  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;
}
.item .upwardsOf {
  display: inline-block;
  margin-right: 5px;
}
.item .price {
  font-size: 0;
  overflow: hidden;
  width: 100%;
}
.item .price span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.item .SimpleDiscount .offerText {
  height: 0;
  width: 0;
}
.item .SimpleDiscount .priceOld span {
  font-size: 18px;
}
.item .SimpleDiscount .priceOld + .price {
  color: #262626;
  margin-left: 5px;
}
.item .PercentualDiscount .offerText {
  color: #262626;
  font-size: 15px;
}
.item .PercentualDiscount .priceOld span {
  font-size: 18px;
}
.item .PercentualDiscount .priceOld + .price {
  color: #262626;
  font-size: 18px;
  margin-left: 5px;
}
.item .PercentualGroup .offerText {
  margin-right: 5px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  top: -7px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .item .PercentualGroup .offerText {
    font-size: 15px;
    line-height: 24px;
  }
}
.item .PercentualGroup .newPrice {
  width: auto;
  display: inline-block;
}
.item .PercentualGroup .newPrice span {
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .item .PercentualGroup .newPrice span {
    font-size: 18px;
  }
}
.item .NItemsForFixedPriceOffer .offerText {
  color: #262626;
  font-size: 15px;
}
ul.availableSizes {
  display: none;
}
ul.availableSizes > li > a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.productList {
  margin-bottom: 15px;
  clear: both;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
}
.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;
  -webkit-box-shadow: inset 0 0 0 0 #ebebeb;
  -moz-box-shadow: inset 0 0 0 0 #ebebeb;
  box-shadow: inset 0 0 0 0 #ebebeb;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
.productList .item:hover {
  -webkit-box-shadow: inset 0 0 0 1px #ebebeb;
  -moz-box-shadow: inset 0 0 0 1px #ebebeb;
  box-shadow: inset 0 0 0 1px #ebebeb;
}
.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 #262626;
  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 #262626;
}
.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;
  padding-bottom: 100%;
}
.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: 95%;
  max-height: 95%;
}
.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: 10px 4% 0;
  position: relative;
}
.productList .item .content .title {
  display: block;
  font-size: 13px;
  line-height: 19px;
  min-height: 38px;
  color: #454545;
}
@media only screen and (min-width: 768px) {
  .productList .item .content .title {
    font-size: 15px;
    line-height: 21px;
    min-height: 42px;
  }
}
.productList .item .content .priceBlock {
  height: 48px;
  margin-top: 10px;
}
.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: 15px;
  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://otensien-development.staging-03.divide.nl//images/svg/loading.svg) no-repeat center center;
  background-color: rgba(255, 255, 255, 0.5);
}
.owl-carousel .owl-item .labels .label img {
  width: auto;
}
.labels .label {
  display: block;
  height: auto;
  line-height: 40px;
  color: white;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .labels .label {
    height: auto;
    font-size: 15px;
  }
}
.labels .label img {
  width: auto;
  max-width: 100%;
}
.labels .label.image {
  line-height: initial;
}
.labels .label.text:after {
  content: attr(data-label);
}
.labels .label.new {
  background: #f1f0f2;
  font-weight: 400;
  width: 65px;
  height: 30px;
  line-height: 32px;
  font-size: 13px;
}
@media only screen and (min-width: 1024px) {
  .labels .label.new {
    width: 80px;
    height: 35px;
    line-height: 38px;
    font-size: 15px;
  }
}
.labels .label.sale {
  background: #262626;
  font-weight: 400;
  width: 65px;
  height: 30px;
  line-height: 32px;
  font-size: 13px;
}
@media only screen and (min-width: 1024px) {
  .labels .label.sale {
    width: 80px;
    height: 35px;
    line-height: 38px;
    font-size: 15px;
  }
}
.labels .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;
}
.labels .label.height {
  height: 40px;
}
@media only screen and (min-width: 1024px) {
  .labels .label.height {
    height: 60px;
  }
}
.labels .label.TopLeft {
  top: 5px;
  left: 5px;
}
.labels .label.TopRight {
  top: 5px;
  right: 5px;
}
.labels .label.BottomLeft {
  bottom: 5px;
  left: 5px;
}
.labels .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 (max-width: 1023px) {
  ul.availableSizes {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .productList {
    overflow: hidden;
  }
  .productList > .item {
    float: left;
    margin-right: 1.521915584%;
    margin-bottom: 1.521915584%;
    width: 23.858563312%;
  }
  .lt-ie9 .productList > .item {
    /*IE 8*/
    width: 23.478084416%;
  }
  .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.521915584%;
  }
  .productList > .item:nth-of-type(4n) {
    margin-right: 0;
  }
  ul.availableColors,
  ul.availableSizes {
    position: absolute;
    left: 1px;
    bottom: 70px;
    width: 20%;
    padding: 0 4%;
    margin: 0;
    list-style: none;
    background: white;
  }
  ul.availableColors:before,
  ul.availableSizes:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  ul.availableColors > li,
  ul.availableSizes > li {
    display: inline;
  }
  ul.availableColors > li > a,
  ul.availableSizes > li > a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    display: inline-block;
    background: #ebebeb;
    color: #454545;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    /*-moz-backface-visibility: hidden;*/
  
  }
  ul.availableColors > li > a:hover,
  ul.availableSizes > li > a:hover {
    background: #262626;
    color: white;
  }
  ul.availableColors > li > a.active,
  ul.availableSizes > li > a.active {
    border-color: #262626;
  }
  ul.availableColors > li.full,
  ul.availableSizes > li.full {
    width: 100%;
    font-size: 13px;
  }
  ul.availableColors > li.full a,
  ul.availableSizes > li.full a {
    width: 100%;
    line-height: 16px;
  }
  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: 13px;
    list-style: none;
    width: 120px;
    background: white;
    border: 1px solid #ebebeb;
  }
  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: 24px;
    color: #454545;
  }
  ul.availableColors > li:hover ul {
    display: block;
  }
  ul.availableSizes {
    width: calc(100% - 2px);
  }
}
@media only screen and (min-width: 1280px) {
  ul.availableSizes > li > a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  ul.availableSizes > li.full > a {
    font-size: 13px;
  }
}
.labels .label {
  z-index: 1;
  position: absolute;
  top: 5px;
  display: inline-block;
}
.labels .label img {
  max-width: 55px;
}
.labels .label.TopRight {
  right: 5px;
}
.labels .label.TopLeft {
  left: 5px;
}
