.close {
  display: none;
}
.notify-slider-wrapper {
  z-index: 90;
  position: fixed;
  top: auto;
  right: unset;
  bottom: 150px;
  left: 25px;
}
.notify-slider-wrapper .activated .notify-slider .slider .actived {
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  transition: 1s linear !important;
  -webkit-transition: 1s linear !important;
  -moz-transition: 1s linear !important;
  -o-transition: 1s linear !important;
}
.notify-slider-wrapper .activated .notify-slider .slider > .item {
  width: 380px;
  position: absolute;
  top: -20px;
  right: unset;
  bottom: unset;
  left: 0;
  margin: 0;
  text-align: center;
  line-height: normal;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  transform: translateY(300%);
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -o-transform: translateY(300%);
  transition: 1s ease-out;
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
}
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info {
  margin-bottom: 5px;
}
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info .images-container {
  width: 25%;
}
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info .images-container .product-hover {
  margin-bottom: 0;
}
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info .images-container .product-hover .product-item-photo img {
  padding: 10px;
  display: inline;
}
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info .product-item-details {
  text-align: left;
  font-size: 13px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: unset;
  left: unset;
  width: 75% !important;
}
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info .product-item-details .price-box {
  display: none;
}
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info .product-item-details .product-name {
  margin: 0 !important;
  letter-spacing: 0.3px;
  font-family: "Poppins", arial, tahoma;
  position: absolute;
  top: 52px;
  right: unset;
  bottom: unset;
  left: unset;
}
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info .product-item-details .product-name a {
  font-size: 17px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 245px;
  white-space: nowrap;
}
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info .product-item-details .product-name a:hover {
  color: #56cfe1;
}
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info .product-item-details .address-purchased:before {
  content: '(';
}
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info .product-item-details .address-purchased:after {
  content: ')';
}
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info .product-item-details .address-purchased,
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info .product-item-details .someone-purchased {
  color: #000;
  font-size: 13px;
}
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info .product-item-details .purchase-text {
  font-size: 12px;
  color: #0ca940;
}
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info .product-item-details .time-purchased,
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info .product-item-details .address-purchased,
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info .product-item-details .someone-purchased {
  display: inline-block;
}
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info .product-item-details .time-purchased {
  font-size: 11px;
  position: absolute;
  top: 92px;
  right: unset;
  bottom: unset;
  left: unset;
  left: 0;
}
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info .product-item-details .quick-view {
  position: absolute;
  top: 92px;
  right: 15px;
  bottom: unset;
  left: unset;
}
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info .product-item-details .quick-view .mgs-quickview {
  background: none;
  border: none;
}
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info .product-item-details .quick-view .mgs-quickview .pe-7s-search:before {
  font-weight: 800;
  font-size: 18px;
  color: #000;
}
.notify-slider-wrapper .activated .notify-slider .slider > .item .product-item-info .product-item-details .quick-view .mgs-quickview:hover .pe-7s-search:before {
  color: #56cfe1;
  transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
}
.notify-slider-wrapper .x-close {
  position: absolute;
  top: 10px;
  right: 5px;
  bottom: unset;
  left: unset;
  font-size: 0;
  z-index: 999;
  height: 30px;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: 'Pe-icon-7-stroke';
}
.notify-slider-wrapper .x-close:hover:before {
  color: #56cfe1;
  transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
}
.notify-slider-wrapper .x-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 20px;
  color: #000;
  content: '\e680';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  cursor: pointer;
}
.notify-slider-wrapper .x-close:hover {
  color: #f3f3f3;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMgs%5C%2Fclaue%5C%2Fen_GB%5C%2FMGS_PurchasedProduct%5C%2Fcss%5C%2Frecentorder.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AA6CA%3BEACI%2CaAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEAVA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CsBAGI%2CWACI%2CeACI%2CQACI%3BEApDZ%2CWAqD2B%2CaArD3B%3BEACA%2CmBAoD2B%2CaApD3B%3BEACA%2CgBAmD2B%2CaAnD3B%3BEACA%2CcAkD2B%2CaAlD3B%3BEAGA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CwBAAA%3B%3BAAqCJ%2CsBAGI%2CWACI%2CeACI%2CQAKG%3BEACK%2CYAAA%3BEApBhB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEAkBgB%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEA5ChB%2CkDAAA%3BEACA%2C%2BCAAA%3BEACA%2C0CAAA%3BEArBA%2CWAiE2B%2CgBAjE3B%3BEACA%2CmBAgE2B%2CgBAhE3B%3BEACA%2CgBA%2BD2B%2CgBA%5C%2FD3B%3BEACA%2CcA8D2B%2CgBA9D3B%3BEAGA%2CuBAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3B%3BAAqCJ%2CsBAGI%2CWACI%2CeACI%2CQAKG%2CQAWG%3BEACI%2CkBAAA%3B%3BAAtBtB%2CsBAGI%2CWACI%2CeACI%2CQAKG%2CQAWG%2CmBAEI%3BEACM%2CUAAA%3B%3BAAxB5B%2CsBAGI%2CWACI%2CeACI%2CQAKG%2CQAWG%2CmBAEI%2CkBAEM%3BEACI%2CgBAAA%3B%3BAA1BhC%2CsBAGI%2CWACI%2CeACI%2CQAKG%2CQAWG%2CmBAEI%2CkBAEM%2CeAEI%2CoBACI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAA9BxC%2CsBAGI%2CWACI%2CeACI%2CQAKG%2CQAWG%2CmBAcI%3BEACE%2CgBAAA%3BEACA%2CeAAA%3BEA9CpB%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEA4CoB%2CqBAAA%3B%3BAAvCxB%2CsBAGI%2CWACI%2CeACI%2CQAKG%2CQAWG%2CmBAcI%2CsBAKE%3BEACI%2CaAAA%3B%3BAAzC5B%2CsBAGI%2CWACI%2CeACI%2CQAKG%2CQAWG%2CmBAcI%2CsBAQE%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CwBAAb%3BEAvDxB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CsBAGI%2CWACI%2CeACI%2CQAKG%2CQAWG%2CmBAcI%2CsBAQE%2CcAKI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CsBApD5B%2CWACI%2CeACI%2CQAKG%2CQAWG%2CmBAcI%2CsBAQE%2CcAKI%2CEAOK%3BEACG%2CcAAA%3B%3BAAKR%2CsBA1DxB%2CWACI%2CeACI%2CQAKG%2CQAWG%2CmBAcI%2CsBAyBE%2CmBACK%3BEACG%2CSAAS%2CGAAT%3B%3BAAEJ%2CsBA7DxB%2CWACI%2CeACI%2CQAKG%2CQAWG%2CmBAcI%2CsBAyBE%2CmBAIK%3BEACG%2CSAAS%2CGAAT%3B%3BAAjEhC%2CsBAGI%2CWACI%2CeACI%2CQAKG%2CQAWG%2CmBAcI%2CsBAiCE%3BAApExB%2CsBAGI%2CWACI%2CeACI%2CQAKG%2CQAWG%2CmBAcI%2CsBAiCsB%3BEAChB%2CWAAA%3BEACA%2CeAAA%3B%3BAAtE5B%2CsBAGI%2CWACI%2CeACI%2CQAKG%2CQAWG%2CmBAcI%2CsBAqCE%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAA1E5B%2CsBAGI%2CWACI%2CeACI%2CQAKG%2CQAWG%2CmBAcI%2CsBAyCE%3BAA5ExB%2CsBAGI%2CWACI%2CeACI%2CQAKG%2CQAWG%2CmBAcI%2CsBAyCmB%3BAA5EzC%2CsBAGI%2CWACI%2CeACI%2CQAKG%2CQAWG%2CmBAcI%2CsBAyCuC%3BEACjC%2CqBAAA%3B%3BAA7E5B%2CsBAGI%2CWACI%2CeACI%2CQAKG%2CQAWG%2CmBAcI%2CsBA4CE%3BEACI%2CeAAA%3BEAzFxB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEAuFwB%2COAAA%3B%3BAAlF5B%2CsBAGI%2CWACI%2CeACI%2CQAKG%2CQAWG%2CmBAcI%2CsBAkDE%3BEA9FpB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CsBAGI%2CWACI%2CeACI%2CQAKG%2CQAWG%2CmBAcI%2CsBAkDE%2CYAEI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEI%2CsBAxFhC%2CWACI%2CeACI%2CQAKG%2CQAWG%2CmBAcI%2CsBAkDE%2CYAEI%2CeAGI%2CcACK%3BEACG%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAKA%2CsBAhGpC%2CWACI%2CeACI%2CQAKG%2CQAWG%2CmBAcI%2CsBAkDE%2CYAEI%2CeAUK%2CMACG%2CcACK%3BEACG%2CcAAA%3BEA5IxC%2CwBAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2C2BAAA%3B%3BAAqCJ%2CsBAiHI%3BEA1HA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEAwHI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C0CAAA%3BEACA%2CaAAa%2CkBAAb%3B%3BAAEG%2CsBATP%2CSAQK%2CMACG%3BEACG%2CcAAA%3BEAnKX%2CwBAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2C2BAAA%3B%3BAAoKI%2CsBAdJ%2CSAcK%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CsBA9BJ%2CSA8BK%3BEACG%2CcAAA%22%7D */