

/* ////////////////////////////////////////////////////////////////// */
/* cart popup */
/* ////////////////////////////////////////////////////////////////// */

.addToCart{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(10, 11, 15, 0.55);
  display: none;
}
.addToCart .addToCartInner {
  width: 690px;
  background: #fff;
  padding: 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.addToCart .popClose {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url("images/icon-popup-close.png") no-repeat center center;
      background-size: auto;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
}



.addToCart .pointsWrapper {
  width: 80px;
  height: 80px;
  background: #73b79d;
  padding: 28px 0 0 0;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 25px;
  top: 25px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-family: 'PFEncoreSansPro-Bold';
  line-height: 16px;
} 
.addToCart .pointsWrapper .txt {
  display: block;
  font-size: 10px;
}



.addToCart .couponWrapper{
  font-size: 0px;
  padding: 0 0 25px 0;
}

.addToCart .couponWrapper .img{
  display: inline-block;
  vertical-align: middle;
  margin: 0 0px 0 0;
}

.addToCart .couponWrapper .img img{
  width: auto;
  height: 150px;
}

.addToCart .couponWrapper .txts{
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
  color: #58ba9b;
  font-size: 16px;
  font-family: 'PFEncoreSansPro-Bold';
  max-width: 160px;
  text-align: left;
}

.addToCart .couponWrapper .txts .cashback{
  font-size: 31px;
  color: #161616;
  font-family: 'PFEncoreSansPro-Thin';
  display: block;
}

.addToCart .couponWrapper .txts .desc{
  font-size: 14px;
  line-height: 18px;
  color: #828282;
  font-family: 'PFEncoreSansPro-Medium';
  display: block;

}

.addToCart .bottom{
  background: #e5efea;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 23px 20px 15px 20px;
}

.addToCart .bottom .pointsTitle{
  color: #161616;
  font-size: 21px;
  padding: 0 0 10px 0;
  font-family: 'PFEncoreSansPro-Medium';
}

.addToCart .bottom .subtitle{
  font-size: 17px;
  line-height: 25px;
  color: rgba(0,0,0,0.7);
}

.addToCart .bottom .quantityWrappper{
  font-size: 0px;
  padding: 15px 0;
}

.addToCart .bottom .quantityWrappper .quantity,
.addToCart .bottom .quantityWrappper .qAction{
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 55px;
  text-align: center;
  line-height: 41px;
  color: #73b89d;
  font-size: 31px;
  font-family: 'PFEncoreSansPro-Medium';
}

.addToCart .bottom .quantityWrappper .qAction{
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
}



.addToCart .cta.submit{
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 40px 0 40px;
  font-size: 16px;
  font-family: 'PFEncoreSansPro-Bold';
  font-size: 16px;
  background: #73b89d;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.addToCart .cta.submit:hover {
  opacity: 0.7;
}




@media screen and (max-width: 767px) {

  .addToCart .addToCartInner{
      width: calc(100% - 20px);
      padding: 20px 10px 10px 10px;
  }

  .addToCart .couponWrapper .img img{
    height: 100px;
  }

  .addToCart .couponWrapper{
    text-align: left;
  }

  .addToCart .couponWrapper .txts{
    font-size: 14px;
    margin: 0 0 0 10px;
  }

  .addToCart .couponWrapper .txts .cashback{
    font-size: 26px;
  }

  .addToCart .couponWrapper .txts .desc {
    font-size: 12px;
    line-height: 16px;
  }

  .addToCart .bottom .pointsTitle{
    font-size: 17px;
  }

  .addToCart .bottom .subtitle {
    font-size: 15px;
    line-height: 22px;
  }

  .addToCart .bottom .quantityWrappper{
    padding: 10px 0 15px 0;
  }

  .addToCart .pointsWrapper {
    width: 66px;
    height: 66px;
    padding: 22px 0 0 0;
    font-size: 17px;
    line-height: 13px;
}

}


/* ////////////////////////////////////////////////////////////////// */
/* sidebar */
/* ////////////////////////////////////////////////////////////////// */

#couponsSidebar {
  position: fixed;
  right: 0px;
  top: 70px;
  z-index: 100;
  width: 100%;
  height: calc(100% - 70px);
  display: none;
  z-index: 90;
}
#couponsSidebar .back-close {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(10, 11, 15, 0.55);
  z-index: 1;
}
body.theme-lm #couponsSidebar {
  top: 50px;
  height: calc(100% - 50px);
  z-index: 190;
}
body.theme-gs #couponsSidebar {
  top: 110px;
  height: calc(100% - 110px);
  z-index: 190;
}
#couponsSidebar .wrapperInner {
  position: absolute;
  right: 0px;
  width: 430px;
  top: 0px;
  height: 100%;
  background: #fff;
  z-index: 10;
  overflow: auto;
  -ms-transform: translate(100%, 0%);
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
  -webkit-transition: all 700ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -moz-transition: all 700ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -o-transition: all 700ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  transition: all 700ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
  transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
#couponsSidebar.onlyLockedCoupons .wrapperInner{
  padding-top: 30px;
}
#couponsSidebar .wrapperInner.active {
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
#couponsSidebar .close {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url("images/icon-close.png") no-repeat center center;
  width: 70px;
  height: 70px;
  z-index:10;
}
#couponsSidebar .wrapperInner header {
  color: #58ba9b;
  font-family: 'PFEncoreSansPro-Bold';
  padding: 25px 0 10px 20px;
}

/*COUPONS*/
#couponsSidebar .couponWrapper {
  padding: 20px 0 13px 15px;
  border-bottom: 1px solid #e1ece7;
  font-size: 0px;
  position: relative;
}
#couponsSidebar .couponWrapper .imgWrapper {
  display: inline-block;
  vertical-align: top;
  width: 114px;
}
#couponsSidebar .couponWrapper .imgWrapper img {
  width: 100%;
  height: auto;
}
#couponsSidebar .couponWrapper .textWrapper {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 134px);
  padding: 0 0 0 10px;
  font-size: 15px;
  position: relative;
}
#couponsSidebar .couponWrapper .textWrapper .desc {
  font-size: 14px;
  color: #73b89d;
  font-family: 'PFEncoreSansPro-Medium';
  padding: 15px 0 0 0;
}
#couponsSidebar .couponWrapper .textWrapper .pointsWrapper {
  width: 60px;
  height: 60px;
  background: #73b79d;
  padding: 21px 0 0 0;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 22px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: 'PFEncoreSansPro-Bold';
  line-height: 13px;
}
#couponsSidebar .couponWrapper .textWrapper .pointsWrapper span {
  display: block;
  font-size: 9px;
}
#couponsSidebar .couponWrapper .textWrapper .price {
  color: #161616;
  font-size: 28px;
  font-family: 'PFEncoreSansPro-Book';
  padding: 0 0 15px 0;
  position: absolute;
  right: 0px;
  top: 7px;
}
#couponsSidebar .couponWrapper .title {
  color: #161616;
  font-size: 18px;
  font-family: 'PFCentroSerifPro-Medium';
  padding: 15px 30px 8px 0;
}
#couponsSidebar .couponWrapper .title p{
  margin: 0px;
  padding: 0px;
}
#couponsSidebar .couponWrapper .textWrapper .expire {
  color: #828282;
  font-size: 16px;
  font-family: 'PFEncoreSansPro-Book';
  padding: 0 30px 0 0;
}
#couponsSidebar .couponWrapper .textWrapper .removeCoupon {
  position: absolute;
  right: 0px;
  bottom: 16px;
  background: url("images/icon-cart-remove.png") no-repeat center center;
  background-size: contain;
  width: 19px;
  height: 25px; 
}
#couponsSidebar .couponWrapper .withOffer{
  padding: 10px 20px 0 0;
  font-size: 0px;
}
#couponsSidebar .couponWrapper .withOffer .title{
  color: #73b89d;
  font-size: 14px;
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: left;
  white-space: nowrap;
}
#couponsSidebar .couponWrapper .withOffer .price{
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: right;
}
#couponsSidebar .couponWrapper .withOffer .price .ammount{
  font-size: 21px;
  color: rgba(0,0,0,0.7);
   display: block;
}
#couponsSidebar .couponWrapper .withOffer .price .txt{
  font-size: 12px;
  display: block;
  color: rgba(0,0,0,0.7);
}

/*NO COUPONS*/
#couponsSidebar .noCoupons{
  margin-bottom: 40px;
}
#couponsSidebar .noCoupons .title {
  font-size: 18px;
  color: #58ba9b;
  font-family: 'PFEncoreSansPro-Bold';
  padding: 25px 0 30px 20px;
}
#couponsSidebar .noCoupons .desc {
  font-family: 'PFCentroSerifPro-Medium';
  font-size: 18px;
  padding: 0 20px 40px 20px;
}
#couponsSidebar .noCoupons a,
#couponsSidebar .receiptUpload a#sidebarCartExargyrosi{
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto 0 auto;
  height: 50px;
  line-height: 50px;
  padding: 0 10px 0 10px;
  font-size: 16px;
  font-family: 'PFEncoreSansPro-Bold';
  font-size: 16px;
  background: #73b89d;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#couponsSidebar .noCoupons a:hover,
#couponsSidebar .receiptUpload a#sidebarCartExargyrosi:hover {
  opacity: 0.9;
}

/*COUPONS RETURN*/
#couponsSidebar .couponsReturn {
  color: #58ba9b;
  font-family: 'PFEncoreSansPro-Bold';
  font-size: 0;
  padding: 20px;
  background:#f2faf6;
}
#couponsSidebar .couponsReturn .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 50%;
}
#couponsSidebar .couponsReturn .amount {
  font-size: 31px;
  color: #161616;
  font-family: 'PFEncoreSansPro-Reg';
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: right;
}

/*RECEIPT UPLOAD*/
#couponsSidebar .receiptUpload{
  padding:20px;
  background:#f2faf6;
}
#couponsSidebar .receiptUpload .pockeeDesc {
  height: 110px;
  text-align: center;
  font-size: 16px;
  color: #828282;
  font-family: 'PFEncoreSansPro-Book';
  padding: 12px 40px 0 40px;
}
#couponsSidebar .receiptUpload .pockeeDesc .txt {
  display: block;
  padding: 0 0 12px 0;
}
#couponsSidebar .receiptUpload .pockeeDesc .powered {
  background: url("images/logo-pockee.png") no-repeat right center;
  padding: 0 112px 0 0;
  font-size: 16px;
  color: #000;
  font-family: 'PFEncoreSansPro-Reg';
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #couponsSidebar {
    top: 60px; 
  }
  body.theme-lm #couponsSidebar {
    top: 55px;
  }
  body.theme-gs #couponsSidebar {
    height: calc(100% - 60px);
  }
  #couponsSidebar .wrapperInner {
    width: 100%;
  }
  #couponsSidebar .couponWrapper .imgWrapper {
    width: 95px;
  }
  #couponsSidebar .couponWrapper .textWrapper {
    width: calc(100% - 114px);
  }
  #couponsSidebar .couponWrapper .textWrapper .expire {
    font-size: 13px;
  }
  #couponsSidebar .couponWrapper .textWrapper .price{
    font-size: 23px;
    top: 9px;
  }
  #couponsSidebar .couponWrapper .title {
    font-size: 15px;
  }
  #couponsSidebar .couponWrapper .withOffer .title{
    font-size: 12px;
  }
  #couponsSidebar .noCoupons a,
  #couponsSidebar .receiptUpload a#sidebarCartExargyrosi {
    font-size: 15px;
  }
  #couponsSidebar .receiptUpload .pockeeDesc {
    padding: 12px 20px 0 20px;
  }
}
@media screen and (max-width: 374px) {
  #couponsSidebar .noCoupons a,
  #couponsSidebar .receiptUpload a#sidebarCartExargyrosi {
    font-size: 13px;
  }
}

#couponsSidebar .noCoupons,
#couponsSidebar .couponsReturn,
#couponsSidebar .receiptUpload{
  display:none;
}






























