/*--- 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 -----*/
/*---{ popup styles }---------------------------------------------------------*/

.bgCover {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 99998;
  background-color: rgba(0, 0, 0, 0.4);
}
.overlayBox {
  display: none;
  position: fixed;
  z-index: 99999;
  background-color: white;
  box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
  border-radius: 10px;
}
.overlayBox.overwriteWidth {
  top: 2%;
  right: 2%;
  left: 2%;
  bottom: 2%;
  margin: 0 !important;
  width: 96% !important;
  height: 96.1% !important;
  overflow-y: Auto;
}
.overlayClose {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 60px;
  width: 50px;
  line-height: 55px;
  z-index: 2;
  color: #454545;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 24px;
  text-align: center;
}
.overlayClose:hover {
  color: #0175bb;
  text-decoration: none;
}
.overlayTitle {
  background: #f2f2f2;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
}
.overlayInner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  text-align: left;
  margin: 60px 0 0;
  padding: 30px 15px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .overlayInner {
    padding: 30px;
  }
}
.overlayInner .loading {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -110px;
  height: 50px;
  width: 220px;
  background: transparent url(https://www.otensien.nl//images/default/loader.gif) no-repeat center center;
  background-size: 20%;
}
.overlayInner iframe {
  display: block;
  overflow: hidden;
}
/* ==========================================================================
   mobile styles
   ========================================================================== */

@media only screen and (max-width: 767px) {
  #dividePopupWrap:not(.more-info-popup, .activate-popup, .claimed-popup) .overlayBox {
    top: 2%;
    right: 2%;
    left: 2%;
    bottom: 2%;
    margin: 0 !important;
    width: 96% !important;
    height: 96% !important;
  }
  .overlayInner iframe {
    height: 100% !important;
    width: 100% !important;
    overflow-y: auto;
  }
}
/* ==========================================================================
   tablet + desktop styles
   ========================================================================== */

@media only screen and (min-width: 768px) {
  .overlayBox {
    left: 50%;
    top: 50%;
  }
}
/* shoppingbag popup */

.shoppingbagPopupTop {
  overflow: hidden;
  height: 105px;
  padding: 20px 0 0;
}
.shoppingbagPopupTop h3,
.shoppingbagPopupTop .kop3 {
  color: #454545;
  padding: 0;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.shoppingbagPopupTop p {
  padding: 0;
  margin: 0;
}
.shoppingbagPopupTop .artImg {
  float: left;
  background-color: white;
  border: 1px solid #dedede;
  height: 100px;
  width: 100px;
  margin: 0 12px 0 0;
  padding: 1px;
}
.shoppingbagPopupTop .artImg .centerImg {
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.shoppingbagPopupTop .artDescription {
  float: left;
  border-right: 1px solid #dedede;
  margin: 0 12px 0 0;
  width: 188px;
  height: 100%;
}
.shoppingbagPopupTop .artDescription dt,
.shoppingbagPopupTop .artDescription dd {
  width: 50%;
  float: left;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shoppingbagPopupTop .artSize {
  float: left;
  border-right: 1px solid #dedede;
  width: 80px;
  height: 100%;
  margin: 0 12px 0 0;
}
.shoppingbagPopupTop .artPrice {
  float: left;
  height: 100%;
  width: 92px;
}
.shoppingbagPopupBottom {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  overflow: hidden;
}
.shoppingbagPopupBottom .shopMore {
  float: left;
  margin: 10px 0 10px 20px;
}
.shoppingbagPopupBottom .gotoCheckout {
  float: right;
  margin: 10px 20px 10px 0;
}
/** store column lock popup **/

#dividePopupWrap.lockPopup .bgCover {
  background: rgba(0, 0, 0, 0.8);
}
#dividePopupWrap.noSizePopup .overlayInner {
  margin: 38px 0 10px;
}
#dividePopupWrap.noSizePopup .outOfStock {
  display: none;
}
#dividePopupWrap.noSizePopup h4 {
  float: none !important;
}
