All prices are in USD
Copyright 2026 Klassics by Kurtis, Inc..
Sitemap |
E-Commerce Software by BigCommerce
/* Center the BigCommerce footer */
#Footer {
text-align: center !important;
}
/* Center the text inside the footer */
#Footer p,
#Footer a {
display: block !important;
text-align: center !important;
margin-left: auto !important;
margin-right: auto !important;
}
/* FINAL OVERRIDE — FORCE CENTER BIGCOMMERCE FOOTER */
body #Footer {
text-align: center !important;
}
body #Footer p {
width: 100% !important;
text-align: center !important;
margin: 0 auto !important;
float: none !important;
}
body #Footer a {
display: inline-block !important;
text-align: center !important;
margin-left: auto !important;
margin-right: auto !important;
float: none !important;
}