.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-notifications-1{display:block}.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-notifications-1 .sale-basket-small-content{position:fixed;top:95px;right:0;z-index:11111}.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-notifications-1 .sale-basket-small-content .sale-basket-small-products{display:block}.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-notifications-1 .sale-basket-small-content .sale-basket-small-product{display:block;padding:12px 14px;background:#fff;box-shadow:0 1px 5px rgba(172,172,172,.64);width:99px;height:99px;margin-right:30px;margin-bottom:20px;text-decoration:none;transform:scale(0);border-radius:50px}.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-notifications-1 .sale-basket-small-content .sale-basket-small-product[data-active="true"]{animation:scale-in .3s ease-out forwards , expand .35s .25s ease-out forwards}.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-notifications-1 .sale-basket-small-content .sale-basket-small-product[data-active="true"] .sale-basket-small-product-wrapper{animation:fade-in .65s ease-in forwards}.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-notifications-1 .sale-basket-small-content .sale-basket-small-product[data-active="false"]{animation:close .3s ease-out forwards}.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-notifications-1 .sale-basket-small-content .sale-basket-small-product-btn-close{position:absolute;top:0;right:4px;border-radius:50%;width:24px;height:24px;background:#fff;text-align:center;line-height:24px;font-size:11px;color:#fff;cursor:pointer}.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-notifications-1 .sale-basket-small-content .sale-basket-small-product-wrapper{overflow:hidden}.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-notifications-1 .sale-basket-small-content .sale-basket-small-product-image-wrap{font-size:0}.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-notifications-1 .sale-basket-small-content .sale-basket-small-product-image{display:inline-block;width:75px;height:75px;background-size:contain;background-repeat:no-repeat;background-position:center center;border-radius:50%;margin-right:15px}.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-notifications-1 .sale-basket-small-content .sale-basket-small-product-name{display:block;margin-top:5px;font-size:14px;line-height:19px;color:#888;max-height:38px;overflow:hidden}.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-notifications-1 .sale-basket-small-content .sale-basket-small-product-added-text{display:block;font-weight:bold;font-size:13px;color:#222}@media all and (max-width:720px){.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-notifications-1{display:none}}@keyframes scale-in {
  100% {
    transform: scale(1);
    opacity: 1;
  }
}@keyframes expand {
  50% {
    width: 400px;
  }
  100% {
    width: 350px;
  }
}@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}@keyframes close {
  from {
    transform: scale(1);
    opacity: 1;
    width: 350px;
  }
  to {
    transform: scale(0);
    opacity: 0;
    width: 350px;
  }
}