a.button,
button.button,
input.button,
.wc-forward,
.wc-backward
{
	padding: 8px 16px !important;
    border: 2px solid #111111 !important;
    border-radius: 6px !important;
    color: #111111 !important;
    text-decoration: none !important;
    transition: all 0.6s ease 0s !important;
    font-size: 18px !important;
    margin-bottom: 5px !important;
    background-color: transparent !important;
	font-weight: 400 !important;
}
a.button:hover, button.button:hover, input.button:hover, .wc-forward:hover, .wc-backward:hover {
	background-color: #111111 !important;
    color: white !important;
    transition: all 0.6s ease 0s !important;
}
.wc-proceed-to-checkout .checkout-button {
	padding: 16px 32px !important;
	font-weight: 700 !important;
	background-color: #111111 !important;
	color: white !important;
}
.wc-proceed-to-checkout .checkout-button {
	background-color: transparent !important;
	color: #111111 !important;
}
li[role="tab"] {
	background-color: transparent !important;
	transition: all 0.3s ease 0s !important;
}
li[role="tab"].active {
	background-color: #111111 !important;
	color: white !important;
	transition: all 0.3s ease 0s !important;
}
li[role="tab"] a:hover {
	color: #111111 !important;
	transition: all 0.3s ease 0s !important;
}
li[role="tab"].active a:hover {
	color: white !important;
	transition: all 0.3s ease 0s !important;
}
.checkout-button {
	padding: 16px 32px !important;
	background-color: #111111 !important;
	color: white !important;
}