/*--- standard variables ---*/
/*--- media queries. When using responsive ---*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*----- CSS3 Animation 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;
  -webkit-box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
}
.overlayBox.overwriteWidth {
  top: 2%;
  right: 2%;
  left: 2%;
  bottom: 2%;
  margin: 0!important;
  width: 96%!important;
  height: 96%!important;
}
.overlayClose {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 35px;
  width: 35px;
  z-index: 2;
  color: white;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 32px;
  background: #c2d4eb;
}
.overlayClose:hover {
  color: #c2d4eb;
  text-decoration: none;
  background: #9cb9de;
}
.overlayTitle {
  padding: 10px 20px;
  height: 50px;
  font-size: 17px;
  font-weight: 600;
  line-height: 50px;
}
.overlayInner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  text-align: left;
  margin: 70px 0 10px;
  padding: 0 20px 10px;
  overflow-y: auto;
  line-height: 18px;
}
.overlayInner .loading {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -110px;
  height: 50px;
  width: 220px;
  background: transparent url(../../../images/popup_ajax-loader.gif) no-repeat center bottom;
}
.overlayInner iframe {
  overflow: hidden;
  display: block;
}
/* image zoom popup */

#dividePopupWrap .thumbListPopup {
  margin: 20px auto 0;
  overflow: hidden;
}
#dividePopupWrap .thumbListPopup li {
  float: left;
  margin: 0 10px 0 0;
}
#dividePopupWrap .thumbListPopup li a {
  margin: 0;
}
.mainImageContainer {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.overlayInner .noLoader {
  background: none;
}
.overlayInner .withLoader {
  background: transparent url(../../../images/zoomloader.gif) no-repeat center center;
}
.ax-container {
  margin: 0 auto;
}
.overlayInner .zoomImageWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
}
.overlayInner .zoomControls {
  position: absolute;
  width: 56px;
  height: 22px;
  bottom: 4px;
  right: 20px;
  background: none;
  z-index: 3;
}
.btnReset {
  display: none;
}
.overlayInner .zoomImageWrap a.btnZoomIn,
.overlayInner .zoomImageWrap a.btnZoomOut {
  width: 22px;
  height: 23px;
  background-image: url(../../../images/btnSpriteZoom.png);
  background-repeat: no-repeat;
  text-indent: -5000px;
  display: block;
  position: relative;
  float: left;
  margin-right: 6px;
}
.overlayInner .zoomImageWrap a.btnZoomIn {
  background-position: -28px 0;
}
.overlayInner .zoomImageWrap a.btnZoomIn:hover {
  background-position: -28px -23px;
}
.overlayInner .zoomImageWrap a.btnZoomOut {
  background-position: 0 0;
}
.overlayInner .zoomImageWrap a.btnZoomOut:hover {
  background-position: 0 -23px;
}
.overlayInner .prevImg,
.overlayInner .nextImg {
  height: 355px;
}
.overlayInner .prevImg span,
.overlayInner .nextImg span {
  top: 160px;
}
.thumbListPopup {
  margin: 20px auto 0;
  overflow: hidden;
}
.thumbListPopup li {
  float: left;
  margin: 0 10px 0 0;
  height: 68px;
  width: 68px;
}
.thumbListPopup li a {
  margin: 0;
}
/* shoppingbag popup */

.shoppingbagPopupTop {
  overflow: hidden;
  height: 122px;
  padding: 18px 0 32px 7px;
}
.shoppingbagPopupTop h3 {
  color: #454545;
  font-weight: 700;
  font-size: 12px;
  padding: 0;
  margin: 0 0 10px 0;
}
.shoppingbagPopupTop p {
  padding: 0;
  margin: 0;
}
.shoppingbagPopupTop .artImg {
  float: left;
  background-color: white;
  border: 1px solid #dddddd;
  height: 100px;
  width: 100px;
  margin: 0 25px 0 0;
  padding: 1px;
}
.shoppingbagPopupTop .artImg .centerImg {
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.shoppingbagPopupTop .artDescription {
  float: left;
  border-right: 1px solid #e6ebf0;
  margin: 0 12px 0 0;
  width: 148px;
  height: 100%;
}
.shoppingbagPopupTop .artSize {
  float: left;
  border-right: 1px solid #e6ebf0;
  width: 80px;
  height: 100%;
  margin: 0 12px 0 0;
}
.shoppingbagPopupTop .artPrice {
  float: left;
  height: 100%;
  width: 92px;
}
.shoppingbagPopupBottom {
  height: 60px;
  width: 520px;
  position: absolute;
  bottom: 12px;
  left: 0;
  overflow: hidden;
  background: transparent url(../../../images/popupBgRep.gif) repeat-x 0 0;
}
.shoppingbagPopupBottom .shopMore {
  float: left;
  margin: 25px 0 0 30px;
}
.shoppingbagPopupBottom .gotoCheckout {
  float: right;
  margin: 25px 30px 0 0;
}
/** store column lock popup **/

#dividePopupWrap.lockPopup .bgCover {
  background-image: url(../../../images/transpBG80.png);
}
/* image gallery */

#dividePopupWrap #slideCounter {
  float: right;
  color: #666666;
  font-size: 13px;
  font-weight: normal;
  margin: 0 50px 0 0;
}
#dividePopupWrap .albumWrapper {
  text-align: center;
  position: relative;
}
#dividePopupWrap .albumWrapper .loadingIcon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
}
#dividePopupWrap .albumWrapper img {
  min-height: 50px;
  min-width: 200px;
}
#dividePopupWrap .albumWrapper .prevBtn,
#dividePopupWrap .albumWrapper .nextBtn {
  display: block;
  width: 40px;
  height: 86px;
  margin-top: -43px;
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  line-height: 100%;
}
#dividePopupWrap .albumWrapper .prevBtn:after,
#dividePopupWrap .albumWrapper .nextBtn:after {
  position: absolute;
  top: 40%;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  color: white;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 30px;
  text-align: center;
}
#dividePopupWrap .albumWrapper .prevBtn:hover,
#dividePopupWrap .albumWrapper .nextBtn:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
#dividePopupWrap .albumWrapper .prevBtn {
  left: 0;
}
#dividePopupWrap .albumWrapper .prevBtn:after {
  content: "\2039";
}
#dividePopupWrap .albumWrapper .nextBtn {
  right: 0;
}
#dividePopupWrap .albumWrapper .nextBtn:after {
  content: "\203A";
}
/* ==========================================================================
   mobile styles
   ========================================================================== */

@media only screen and (max-width: 768px) {
  .overlayBox {
    top: 10%;
    right: 2%;
    left: 2%;
    bottom: 2%;
    margin: 0!important;
    width: 96%!important;
    height: 50%!important;
  }
  .overlayInner iframe {
    height: 100%!important;
    width: 100%!important;
    overflow-y: auto;
  }
  /* image gallery */
  
  #dividePopupWrap.album .overlayInner {
    height: auto!important;
    width: auto!important;
  }
  #dividePopupWrap.album .albumWrapper {
    height: 100%;
    width: 100%;
  }
  #dividePopupWrap.album .albumWrapper img {
    max-width: 100%!important;
    max-height: 100%!important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* ==========================================================================
   tablet + desktop styles
   ========================================================================== */

@media only screen and (min-width : 768px) {
  .overlayBox {
    left: 50%;
    top: 50%;
  }
  #dividePopupWrap.album .overlayInner {
    overflow: hidden;
  }
}
