.tws-checkout--checkout-container .tws-checkout--overlay>div {
	padding-top: 0 !important;
}

.fabrikk--footer, .tws-custom-html--content, .tws-contact-info--email a {
    color: #000000 !important;
    text-decoration: none; /* Optional: removes the underline */
}

/* Ensures the color stays black even after being visited */
.tws-contact-info--email a:visited {
    color: #000000 !important;
}

.tws-contact-info--terms-and-conditions a {
    color: #000000 !important;
    text-decoration: none; /* Optional: keeps the link from being underlined */
}

/* This prevents the link from turning purple after it has been clicked */
.tws-contact-info--terms-and-conditions a:visited {
    color: #000000 !important;
}