.nncorp-stickycart .sticky-cart{position:fixed;left:44px;bottom:44px;background-color:#005ad2;width:60px;height:60px;border-radius:60px;display:flex;align-items:center;justify-content:center;z-index:3;cursor:pointer}
.nncorp-stickycart .sticky-cart .cart-info{position:absolute;width:30px;height:30px;border-radius:30px;background-color:var(--primary-color,#001965);color:white;top:-10px;right:-10px;display:none}
.nncorp-stickycart .sticky-cart .cart-info.loaded{display:flex}
@media only screen and (max-width:1280px){.nncorp-stickycart .sticky-cart{right:calc(((100vw / 24)) * 2);margin-right:60px;left:unset;top:30px}
}