.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: .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;
}
