/* Continue Shopping Button Styles */ .continue-shopping-button { display: inline-block; padding: 0px 0px; background-color: #674677; /* Adjust the color as needed */ color: #000000; /* Adjust the text color as needed */ border: none; border-radius: 5px; text-align: center; text-decoration: none; font-size: 14px; cursor: pointer; } .continue-shopping-button:hover { background-color: #005580; /* Adjust the hover color as needed */ }