.wocookies-wrapper {
	/* max-width: 32em; */
}

.wocookies-wrapper h1 + p,
.wocookies-wrapper h2 + p,
.wocookies-wrapper h3 + p {
	margin-top: 0.3em;
}

.wocookies-wrapper > p,
.wocookies-toggle-switch {
	margin: 1em 0;
}

.wocookies-wrapper > ul {
	margin: 1em 0;
}

.wocookies-wrapper h2,
.wocookies-wrapper h3 {
	margin-top: 1.5em;
}

.wocookies-seperator {
	display: block;
	height: 1px;
	width: 100%;
	background: currentColor;
	opacity: 0.4;
	margin: 2.5em 0;
}

.wocookies-toggles {}

.wocookies-toggle-switch {
	display: block;
	text-decoration: underline;
}

.wocookies-toggle-switch:before {
	content: '+';
	width: 0.7em;
	display: inline-block;
	margin-right: 0.2em;
}

.wocookies-toggle-switch.showing:before {
	content: '-';
}

.wocookies-toggle-content {
	height: 0;
	overflow: hidden;
}

.wocookies-toggle-content.show {
	height: auto;
}

.wocookies-table {
	width: 100%;
	position: relative;
	font-size: 90%;
	border: 0;
}

.wocookies-table:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: currentColor;
	opacity: 0.06;
	z-index: -1;
}

.wocookies-table + .wocookies-table {
	margin-top: 1em;
}

.wocookies-table tr:first-child td {
	padding-top: 0.5em;
}

.wocookies-table tr:last-child td {
	padding-bottom: 0.5em;
}

.wocookies-table td {
	border: 0;
	padding: 0.2em 0.7em;
	vertical-align: top;
}

.wocookies-table td:first-child {
	width: 150px;
	width: 8em;
	font-weight: bold;
}

.wocookies-table:last-child {
	margin-bottom: 2em;
}

.wocookies-choice {
	display: flex;
	position: relative;
	cursor: pointer;
}

.wocookies-choice+.wocookies-choice {
	margin-top: 0.5em;
}

.wocookies-choice-input {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.wocookies-choice-input-faux {
	position: relative;
	display: inline-block;
	flex-shrink: 0;
	width: 27px;
	height: 27px;
	border: 2px solid currentColor;
	border-radius: 30px;
	margin-right: 0.7em;
}

.wocookies-choice-input-faux:before {
	content: '';
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	background: currentColor;
	border-radius: 30px;
	opacity: 0;
}

.wocookies-choice-input:checked + .wocookies-choice-input-faux:before {
	opacity: 1;
}

.wocookies-choice-label {
	margin: 0 !important;
	display: inline-block;
}

.wocookies-save {
	margin-top: 3em;
	cursor: pointer;
	border: 0;
	padding: 0;
	background-color: transparent;
}

.wocookies-user-box {
	position: fixed;
	z-index: 1000;
	bottom: 1.2em;
	left: 1.2em;
	right: 1.2em;
	padding: 1.2em;
	background-color: #f5f5f5;
	max-width: 460px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.wocookies-user-box.wocookies-user-box-show {
	display: block !important;
}

.wocookies-user-box form {
	display: inline;
}

.wocookies-user-box h2 {
	font-size: 23px;
	font-weight: normal;
	line-height: 1;
}

.wocookies-user-box p {
	font-size: 16px;
	line-height: 21px;
	margin: 0.7em 0 1em 0;
}

.wocookies-user-box button {
	border: 2px solid #000;
	background-color: #000;
	color: #fff;
	min-width: 1px;
	cursor: pointer;
	margin-right: 1em;
	font-size: 16px;
	padding: 0.7em 1.2em;
}

.wocookies-user-box button:hover {
	background-color: #f5f5f5;
	color: #000;
}

.wocookies-user-box a {
	font-size: 15px;
	display: inline-block;
	text-decoration: underline;
}

.wocookies-saved-message {
	display: none;
}

.wocookies-saved-message-fade-out {
	opacity: 0;
	transition: opacity 0.5s ease;
}

.wocookies-saved-message p {
    margin-top: 1em !important;
    padding: 9px 14px;
    background-color: #efefef;
    display: inline-block;
    color: #222222;
}