#ethikdo-button {
	background-color: white;
	color : #00245b;
	border : 1px solid #00245b;
	font-size: 15px;
	display : inline-block;
	font-family: Font-1681224832545;
	margin-left: 14.5px;
	margin-right: 15px;
	border-radius: 40px !important;
	margin-top: 21px;
	font-weight: 400;
	margin-top: 20.3px;
	padding: 0px 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-top: 16px;
	padding-bottom: 10px;
	transition: opacity .3s, color .3s, background-color .3s, border-color .3s, transform .3s;
}

#ethikdo-button:hover {
	background-color: #00245b;
	color: white;
}

.tt-modal-addtocart.mobile #ethikdo-button {
	background-color: transparent;
	border: none;
}

.ethikdo-logo {
	display: inline-block;
	position: relative;
	width: 4.2rem;
	height: auto;
	margin-top: 4px;
	transition: filter .3s;	
}

#ethikdo-button:hover .ethikdo-logo {
	filter: grayscale(100%) invert(100%) brightness(1000%);
}

.ethikpay-logo {
	display: inline-block;
	width: 5.3em;
	margin-left: 1px;
	height: auto;
	margin-top: -2.3px;
	transition: filter .3s;
}

#ethikdo-button:hover .ethikpay-logo {
	filter: brightness(1000%);
}

#ethikdo-iframe-container {
	position: fixed;
	left: 0; top: 0;
	height: 100%; width: 100%;
	z-index: 9999999999;
	background-color: rgba(0,0,0,.8);
	font-family: sans-serif;
	padding: calc((100dvh - 280px) / 2) calc(max(100dvw - 500px, 2rem) / 2) 0;
}

#ethikdo-iframe-container iframe {
	width: 100%;
	height: 280px;
	margin: auto;
	box-shadow: 2px 2px 20px rgba(0,0,0,.2);
	border: none;
	border-radius: 2px;
	background-color: rgba(255,255,255,.6);
}

#ethikdo-iframe-close {
	position: relative;
	top: -2px;
	right: 0;
	font-size: .8rem;
	color: white;
	text-transform: uppercase;
	margin-left: auto;
	display: block;
	background-color: transparent;
  border: none;
}

#ethikdo-iframe-close:hover {
	text-decoration: underline;
}