.cart-wrapper .empty-cart{flex-direction:column;align-items:center;gap:20px;display:flex}.cart-wrapper .empty-cart .empty-cart-title{font-size:2rem}.cart-wrapper .empty-cart button{text-align:center;background-color:var(--primary-color);justify-content:center;width:200px;padding:5px;font-size:1.4rem;font-weight:500;display:flex}.cart-wrapper .empty-cart button span{margin-right:10px;font-size:1.8rem}.cart-wrapper .export-button{margin:auto;display:block}@media screen and not (min-width:750px){.cart-wrapper .export-button{font-size:1.4rem}}
