.plu-acceptance-notification {
	position: fixed;
	z-index: 99990;
}

.plu-acceptance-notification.acceptance-new-theme-annoucement {
	z-index: 99989;
}

.plu-acceptance-notification .acceptance-notification-close {
	position: absolute;
	right: 0;
	top: 0;
}

.plu-acceptance-notification .acceptance-notification-close .acceptance-close {
	cursor: pointer;
	padding: 10px;
}

.plu-acceptance-notification .acceptance-notification-inner .acceptance-notification-details .acceptance-title {
	margin: 0;
	padding: 0;
	font-family: "Aleo", serif;
	color: #000;
	font-size: 14px;
}

.plu-acceptance-notification .acceptance-notification-inner .acceptance-notification-details .acceptance-details {
	margin: 10px 0 0 0;
	padding: 0;
	color: #000;
	font-size: 14px;
}

.plu-acceptance-notification .acceptance-notification-inner .acceptance-notification-details .acceptance-details a {
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid;
}

.plu-acceptance-notification .acceptance-notification-inner .acceptance-notification-button .acceptance-button .acceptance-check-icon {
	margin-left: 5px;
}

.plu-acceptance-notification .acceptance-notification-inner .acceptance-notification-button .acceptance-button {
	color: #fff;
	background: #000;
	padding: 10px 12px;
	border-radius: 5px;
	border: 0;
	font-size: 12px;
	font-family: "Aleo", serif;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0 10px 0 0;
	transform: none;
	line-height: 1.3;
}

.plu-acceptance-notification .acceptance-notification-inner .acceptance-notification-button .acceptance-button:last-child {
	margin-right: 0;
}

/*** ACKNOWLEDGEMENTS -- FULL ***/

.plu-acceptance-notification.full {
	bottom: 0;
	width: 100%;
	padding: 1.75em;
}

.plu-acceptance-notification.full .acceptance-notification-inner .acceptance-notification-details {
	width: 100%;
}

.plu-acceptance-notification.full .acceptance-notification-inner .acceptance-notification-button {
	margin-top: 1em;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

/*** ACKNOWLEDGEMENTS -- SLIM ***/

.plu-acceptance-notification.slim {
	bottom: 0;
	width: 100%;
	padding: 1.75em;
	box-shadow: 0px 1px 20px -4px rgba(0,0,0,0.15);
}

.plu-acceptance-notification.slim.top,
.plu-acceptance-notification.slim.top-middle {
	top: 0;
	bottom: unset;
	z-index: 9999999;
}

.plu-acceptance-notification.slim .acceptance-notification-inner {
	display: flex;
	flex-direction: column;
}

.plu-acceptance-notification.slim .acceptance-notification-inner .acceptance-notification-details .acceptance-details {
	margin: 0;
}

.plu-acceptance-notification.slim .acceptance-notification-inner .acceptance-notification-button {
	margin-top: 5px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}


/* MEDIUM SCREENS */

@media only screen and (min-width: 48em) {
	
	.plu-acceptance-notification.acceptance-new-theme-annoucement {
		z-index: 99991;
	}
	
	.plu-acceptance-notification.full {
		width: 400px;
		border-radius: 3px;
	}
	
	.plu-acceptance-notification.full.top-left {
		top: 1em;
		left: 1em;
		bottom: unset;
	}
	
	.plu-acceptance-notification.full.middle-left {
		top: 50%;
		left: 1em;
		bottom: unset;
		transform: translateY(-50%);
	}
	
	.plu-acceptance-notification.full.bottom-left {
		bottom: 1em;
		left: 1em;
	}
	
	.plu-acceptance-notification.full.top-right {
		top: 1em;
		right: 1em;
		bottom: unset;
	}
	
	.plu-acceptance-notification.full.middle-right {
		top: 50%;
		right: 1em;
		bottom: unset;
		transform: translateY(-50%);
	}
	
	.plu-acceptance-notification.full.bottom-right {
		bottom: 1em;
		right: 1em;
	}
	
	.plu-acceptance-notification.full.middle {
		top: 50%;
		left: 50%;
		bottom: unset;
		transform: translate(-50%,-50%);
	}
	
	.plu-acceptance-notification.full.top-middle {
		top: 1em;
		left: 50%;
		bottom: unset;
		transform: translateX(-50%);
	}
	
	.plu-acceptance-notification.full.bottom-middle {
		bottom: 1em;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.plu-acceptance-notification.slim {
		padding: 10px 2.5em 10px 15px;
	}
	
	.plu-acceptance-notification.slim .acceptance-notification-inner {
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
	}
	
	.plu-acceptance-notification.slim.top-middle .acceptance-notification-inner,
	.plu-acceptance-notification.slim.middle .acceptance-notification-inner {
		justify-content: center;
	}
	
	.plu-acceptance-notification.slim .acceptance-notification-inner .acceptance-notification-button {
		margin-top: 0;
		width: auto;
	}
	
	.plu-acceptance-notification.slim .acceptance-notification-inner .acceptance-notification-button .acceptance-button {
		width: unset;
	}
	
	.plu-acceptance-notification.slim.top-middle .acceptance-notification-inner .acceptance-notification-details,
	.plu-acceptance-notification.slim.middle .acceptance-notification-inner .acceptance-notification-details {
		max-width: 65%;
		margin-right: 10px;
	}

}


/* SEMI-LARGE SCREENS */

@media only screen and (min-width: 64em) {}


/* LARGE SCREENS */

@media only screen and (min-width: 71.563em) {}