.shopping-cart .cart{cursor:pointer;transition:.2s ease-in;position:relative;display:block;color:#f5f5f5}.shopping-cart .cart:focus-visible i,.shopping-cart .cart:hover i{color:var(--patriot-whitesmoke-dark)}.shopping-cart .cart i{font-size:45px}.shopping-cart .cart .num-cart-items{height:25px;width:25px;position:absolute;bottom:-5px;right:-5px;background-color:var(--patriot-red);border-radius:50%;padding:2.5px;font-weight:900;display:flex;justify-content:center;align-items:center;transition:.5s ease-in;font-size:16px}.shopping-cart .cart .num-cart-items.none{display:none}.shopping-cart .cart .num-cart-items.shrink{font-size:13px}.shopping-cart .cart .pulse{animation:.5s ease-in-out pulse}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.5)}}.shopping-cart .cart-notifications{position:absolute;right:10px;top:calc(100% + 15px);width:min(calc(100% - 20px),420px);display:flex;flex-direction:column}.shopping-cart .cart-notifications .cart-notification{margin-bottom:0;padding:0;width:100%;background:linear-gradient(#171717,#080808);box-shadow:0 0 4px 5px #080808;border-radius:7px;display:flex;flex-direction:column;font-size:20px;font-weight:600;overflow:hidden;transition:height 250ms ease-in-out;opacity:0;flex-shrink:0;z-index:250}.shopping-cart .cart-notifications .show-cart-notification{margin-bottom:10px;padding:5px 10px 10px;opacity:1;animation:250ms ease-in-out showNotification}.shopping-cart .cart-notifications .hide-cart-notification{animation:.5s ease-in-out hideNotification}.shopping-cart .cart-notifications .overflow-cart-notification{position:absolute;bottom:0;left:0;z-index:-100;box-shadow:none;opacity:0}@keyframes showNotification{0%{opacity:0}100%{opacity:1}}@keyframes hideNotification{0%{opacity:1;padding:5px 10px 10px;margin-bottom:10px}50%{opacity:0;padding:5px 10px 10px;margin-bottom:10px}100%{opacity:0;padding:0;margin-bottom:0}}.shopping-cart .cart-notifications .cart-notification .notification{display:flex;width:100%}.shopping-cart .cart-notifications .cart-notification .notification .text{text-align:left}.shopping-cart .cart-notifications .cart-notification .notification .close{margin-left:-5px;margin-top:-2.5px;margin-right:0;font-size:30px;background:0 0;border:none;display:flex;justify-content:flex-start;align-items:flex-start}.shopping-cart .cart-notifications .cart-notification .notification .close:focus-visible,.shopping-cart .cart-notifications .cart-notification .notification .close:hover{color:var(--patriot-whitesmoke-dark)}.shopping-cart .cart-notifications .cart-notification .links{width:100%;display:flex;justify-content:flex-end;margin-top:10px}.shopping-cart .cart-notifications .cart-notification .links>*{margin-right:10px;font-size:20px}.shopping-cart .cart-notifications .cart-notification .links>:last-child{margin-right:0}