/* ------------------------------------------------------------------------ */
/* Tags */
/* ------------------------------------------------------------------------ */

#twint-payment-mask {
	width: 100%;
	font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: rgb(89, 89, 89);
	background-color: rgb(245, 245, 245);
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	min-height: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

#twint-payment-mask h1 {
	font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 20px 0 10px 0;
	padding: 0;
}

#twint-payment-mask h1 {
	font-size: 20px;
	line-height: 24px;
}

#twint-payment-mask a,
#twint-payment-mask a:link,
#twint-payment-mask a:visited {
	color: rgb(89, 89, 89);
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

#twint-payment-mask a:active {
	color: rgb(38, 38, 38);
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

#twint-payment-mask a:hover,
#twint-payment-mask a:focus {
	color: #000000;
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

#twint-payment-mask p {
	margin: 10px 0 10px 0;
}

#twint-payment-mask img {
	max-width: 100%;
	height: auto;
}

/* ------------------------------------------------------------------------ */
/* Layout */
/* ------------------------------------------------------------------------ */
.twint-section,
.twint-nav,
.twint-header,
.twint-page,
.twint-row {
	display: block;
}

.twint-section {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.twint-section:after {
	content: "\0020";
	height: 0;
	clear: both;
	visibility: hidden;
}

.twint-wrap {
	width: 95%;
	margin: 0 auto;
	position: relative;
	padding: 0;
	height: inherit;
}

.twint-nav {
	height: 82px;
	background: #ffffff;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	border-bottom: solid;
	border-bottom-width: 3px;
	border-image: url('../img/line.png') 30 stretch;
}

.twint-header {
	height: 100px;
	margin-top: 40px;
}

.twint-.twint-page {
	height: auto;
	margin-top: -24px;
}

#twint-payment-mask .twint-column {
	float: left;
	display: inline;
	margin: 0 auto;
	padding: 0;
}

#twint-payment-mask .one-third {
	width: 33.33%;
	margin: 0 auto;
}

#twint-payment-mask .one-merge {
	width: 100%;
	margin: 0 auto;
}

#twint-payment-mask .text-right {
	text-align: right;
}

#twint-payment-mask .text-left {
	text-align: left;
}

#twint-payment-mask .text-center {
	text-align: center;
}

#twint-payment-mask .text-uppercase {
	text-transform: uppercase;
}

#twint-payment-mask .float-rt {
	float: right;
}

#twint-payment-mask .float-lt {
	float: left;
}

.twint-row {
	height: auto;
	margin: 10px 0 10px 0;
}

.twint-row:before,
.twint-row:after {
	content: '\0020';
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.twint-row:after,
#twint-payment-mask .clearfix {
	clear: both;
}

#twint-payment-mask .hidden {
	display: none;
}

#twint-payment-mask .grey-bg {
	background-color: rgb(245, 245, 245);
}

#twint-payment-mask .white-bg {
	background-color: white;
}

#twint-credentials-wrapper {
	max-width: 670px;
	margin: 0 auto;
}

#twint-description-box {
	max-width: 800px;
	margin: 0 auto;
}

/* ------------------------------------------------------------------------ */
/* Fonts */
/* ------------------------------------------------------------------------ */
/*@font-face {*/
/*font-family: robotoRegular;*/
/*src: url('../assets/fonts/Roboto-Regular-webfont.eot');*/
/*src: url('../assets/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),*/
/*url('../assets/fonts/Roboto-Regular-webfont.woff') format('woff'),*/
/*url('../assets/fonts/Roboto-Regular-webfont.ttf') format('truetype');*/
/*}*/
/*@font-face {*/
/*font-family: robotoBold;*/
/*src: url('../assets/fonts/Roboto-Bold-webfont.eot');*/
/*src: url('../assets/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),*/
/*url('../assets/fonts/Roboto-Bold-webfont.woff') format('woff'),*/
/*url('../assets/fonts/Roboto-Bold-webfont.ttf') format('truetype');*/
/*}*/

/* ------------------------------------------------------------------------ */
/* Navigation */
/* ------------------------------------------------------------------------ */
#twint-payment-mask .menu-item,
#twint-payment-mask .header-item {
	vertical-align: middle;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#twint-payment-mask .menu-item.img,
#twint-payment-mask .header-item.img,
#twint-payment-mask p img {
	vertical-align: middle;
}

#twint-payment-mask .back-link,
#twint-payment-mask .back-link:link,
#twint-payment-mask .back-link:visited {
	display: inline-block;
	left: 0;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	text-indent: 30px;
	background: url('../img/header-icon.svg') 0 0 no-repeat;
}

#twint-payment-mask .back-link:hover,
#twint-payment-mask .back-link:focus {
	background: url('../img/header-icon.svg') 0 0 no-repeat;
	pointer: hand;
}

#twint-payment-mask .back-link:active {
	background: url('../img/header-icon.svg') 0 0 no-repeat;
}

/* ------------------------------------------------------------------------ */
/* Elements */
/* ------------------------------------------------------------------------ */
#twint-payment-mask .twint-icon-info {
	background: url('../img/twint-icon-info.svg');
	background-repeat: no-repeat;
	background-size: 32px 32px;
	width: 32px;
	height: 32px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}

#twint-payment-mask .twint-section.twint-nav .twint-icon-info {
	margin-left: 265px;
}

#twint-payment-mask .datatrans-logo {
	background: url('../img/datatrans_logo.png');
	background-repeat: no-repeat;
	background-size: 180px 40px;
	width: 180px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
}

.twint-logo {
	background: url('../img/twint_logo_q_pos_bg.png');
	background-repeat: no-repeat;
	background-size: 140px 53px;
	width: 140px;
	height: 53px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	margin-left: -74px;
	top: -10px;
}

#twint-payment-mask .credentials {
	position: relative;
	display: block;
	/*height: 350px;*/
	overflow: hidden;

}

#twint-payment-mask .credentials-box {
	position: relative;
	display: inline-block;
	padding: 0 20px 0px 20px;

	position: relative;
	width: 50%;
	padding-bottom: 50%;
	height: 0;
	float: left;

	margin-bottom: 25px;
}

#twint-payment-mask .credentials-item {
	background-color: rgb(254, 254, 254);
	vertical-align: middle;
	position: relative;
	height: 300px;
	width: 300px;
	margin: 0 auto;

	margin: 0 auto;
	width: 90%;
	height: 90%;
	position: absolute;
	top: 5%;
	left: 5%;
}

#twint-payment-mask .credentials-item img {
	vertical-align: middle;
	position: relative;
	margin: 0 auto;
}

#twint-payment-mask .credential-number {
	background-color: #cdcccc;
	font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: black;
	height: 54px;

	width: 16%;
	line-height: 56px;
	position: relative;
	display: inline-block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
}

#twint-payment-mask .manualSwitch .twint-wrap {
	width: 100%;
}

#twint-payment-mask .manualSwitch .credentials {
	box-sizing: content-box;
	width: 100%;
}

#twint-payment-mask .manualSwitch .credentials .credentials-box {
	margin: 0 auto;
}

#twint-payment-mask .value {
	font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: rgb(255, 255, 255);
	font-size: 54px;
	line-height: 36px;
	font-weight: bold;
	background-color: rgb(0, 0, 0);
	padding: 9px 26px;
	margin-top: 20px;
}

#twint-payment-mask .value .woocommerce-Price-amount {
	color: rgb(255, 255, 255) !important;
	font-size: 54px !important;
	font-weight: bold !important;
}

#twint-payment-mask .description-box {
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
}

#twint-payment-mask .description-title {
	color: #00d76e;
	font-weight: bold;
}

#twint-payment-mask .description-icon {
	background-repeat: no-repeat;
	background-size: 46px 46px;
	width: 46px;
	height: 46px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
	position: relative;
}

#twint-payment-mask .description-icon-cam {
	background-repeat: no-repeat;
	background-size: 62px 42px;
	width: 62px;
	height: 42px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
	position: relative;
}

#twint-payment-mask .icon-app {
	background: url('../img/twint_logo_q_pos_bg.png');
	background-repeat: no-repeat;
	background-size: 116px 46px;
	width: 43px;
	margin-top: -4px;
	border-radius: 10px;
}

#twint-payment-mask .icon-pay {
	background: url('../img/twint-icon-qr_code.svg');
	margin-top: -5px;
}

#twint-payment-mask .icon-cam {
	background: url('../img/twint-icon-kamera.svg');
	margin-top: 0px;
	height: 42px;
	width: 59px;
}

#twint-payment-mask .description-image {
	width: 100%;
	display: inline-block;
	height: 60px;
	text-align: center;
}

#twint-payment-mask .description-item {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	vertical-align: top;
	width: 32%;
}

#twint-payment-mask .description-text {
	text-align: center;
}

#twint-payment-mask a.button,
#twint-payment-mask a.button:link,
#twint-payment-mask a.button:visited {
	display: inline-block;
	padding: 15px 20px 10px 20px;
	background: #00d76e;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	font-size: 14px;
	color: white;
	text-decoration: none;
	line-height: 14px;
	cursor: pointer;
	border: 0;
	margin-left: 5px;
	margin-right: 5px;
	height: 15px;
}

#twint-payment-mask a.button:hover,
#twint-payment-mask a.button:focus,
#twint-payment-mask a.button:active {
	background: #00d76e;
	text-decoration: none;
	color: rgb(89, 89, 89);
}

#twint-payment-mask a.button.back-button {
	background: url('../img/arrow_back_white.png') no-repeat 5px center;
}

#twint-payment-mask a.button.info-button {
	background: url('../img/info_icon_white.png') no-repeat 5px center;
}

#twint-payment-mask .btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: robotoRegular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #FFF;
	font-size: 19px;
	background: #262626;
	padding: 14px 50px 14px 60px;
	text-decoration: none;
	border: 0px;
	min-height: 56px;
}

#twint-payment-mask .secondary {
	background: #ffffff;
	border: 1px solid #000000;
	padding: 10px 20px 10px 20px;
	color: #000000;
	min-height: 43px;
}

#twint-payment-mask .btn:hover {
	background-color: #000000;
}

#twint-payment-mask .secondary.btn:hover {
	background-color: #ffffff;
}

#twint-payment-mask button.btn:disabled,
#twint-payment-mask button.btn[disabled] {
	border: 1px solid #cccccc;
	background-color: #999999;
	color: #cccccc;
}

#twint-payment-mask .app-chooser {
	min-height: 56px;
	padding: 0 20px 1px 18px;
	width: 100%;
	text-align-last: center;
	border: none !important;
	border-radius: 0 !important;
	font-family: robotoRegular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 19px;
	-webkit-appearance: none;
	background: white url('../img/arrow.svg') no-repeat right 12px top 22px;
}

#twint-payment-mask .app-chooser-title {
	text-align: center;
	font-size: 20px;
	color: #000;
	margin-top: 30px;
	margin-bottom: 24px;
}

#twint-payment-mask .app-logos-container {
	margin: 0 auto;
	margin-bottom: 32px;
	width: 250px;
	display: grid;
	grid-template-columns: 60px 60px 60px;
	grid-gap: 32px;
	grid-row-gap: 24px;
}

#twint-payment-mask .bank-logo {
	float: right;
	-webkit-filter: drop-shadow(0px 0px 4px #929292);
	filter: drop-shadow(0px 0px 4px #929292);
}

#twint-payment-mask .bank-ubs {
	background: url('../img/ubs.svg') no-repeat;
	background-size: 60px 60px;
	height: 60px;
	width: 60px;
}

#twint-payment-mask .bank-raiffeisen {
	background: url('../img/raiffeisen.svg') no-repeat;
	background-size: 60px 60px;
	height: 60px;
	width: 60px;
}

#twint-payment-mask .bank-pf {
	background: url('../img/pf.svg') no-repeat;
	background-size: 60px 60px;
	height: 60px;
	width: 60px;
}

#twint-payment-mask .bank-zkb {
	background: url('../img/zkb.svg') no-repeat;
	background-size: 60px 60px;
	height: 60px;
	width: 60px;
}

#twint-payment-mask .bank-cs {
	background: url('../img/cs.svg') no-repeat;
	background-size: 60px 60px;
	height: 60px;
	width: 60px;
}

#twint-payment-mask .bank-bcv {
	background: url('../img/bcv.svg') no-repeat;
	background-size: 60px 60px;
	height: 60px;
	width: 60px;
}

#twint-payment-mask h2 {
	display: flex;
	flex-direction: row;
}

#twint-payment-mask h2:before,
#twint-payment-mask h2:after {
	content: "";
	flex: 1 1;
	border-bottom: 2px solid rgb(216, 216, 216);
	margin: auto;
}

#twint-payment-mask .or-wrapper {
	width: 88%;
	margin-top: 30px;
	margin-bottom: 30px;
}

#twint-payment-mask .or {
	background: rgb(245, 245, 245);
	padding: 0 16px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

#twint-payment-mask .twint-warning {
	display: flex;
	align-items: center;
	padding: 16px 0px 13px 0px;
	background-color: rgb(245, 166, 35);
	margin-bottom: 15px;
}

#twint-payment-mask .twint-icon-warning {
	background: url('../img/warning.svg');
	min-width: 36px;
	height: 30px;
	margin-left: 16px;
	background-repeat: no-repeat;
	background-size: 36px 30px;
}

#twint-payment-mask .twint-warning-message {
	color: white;
	margin-left: 13px;
}

#twint-payment-mask .copy-cache {
	width: 100%;
	display: inline-block;
	margin-bottom: 12px;
}

#twint-payment-mask img.pixelated {

	height: 100%;
	width: 100%;
	image-rendering: optimizeSpeed;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	-ms-interpolation-mode: nearest-neighbor;
}

#twint-loading-image {
	margin: 0 auto;
	display: block;
}

#twint-payment-processing-wrapper {
	text-align: center;
	display: block;
	float: left;
	padding-top: 1em;
	width: 100%;
}

#twint-payment-processing-wrapper p {
	margin-block-start: 0;
	font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

#payment-processing-loader {
	width: 60px;
}

/* ------------------------------------------------------------------------ */
/* Responsive design styles */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 767px) {

	#twint-payment-mask .twint-nav > .twint-wrap {
		width: 88%;
	}

	#twint-payment-mask .pay-btn > .twint-wrap {
		width: 88%;
	}

	#twint-payment-mask .twint-nav {
		height: 63px;
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 10;
		border-bottom: solid;
		border-bottom-width: 3px;
		border-image: url('../img/line.png') 30 stretch;
	}

	#twint-payment-mask .twint-page {
		margin-top: 0px;
	}

	#twint-payment-mask .nav-mobile {
		display: block;
		height: 100px;
		background-color: rgb(245, 245, 245);
		border: none;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d;
		margin-top: 10px;
		padding-top: 3px;
	}

	#twint-payment-mask .twint-logo {
		position: relative;
		margin-left: 0;
		left: 0;
	}

	#twint-payment-mask .twint-logo {
		background: url('../img/twint_logo_q_pos_bg.png');
		background-repeat: no-repeat;
		background-size: 140px 53px;
		width: 140px;
	}

	#twint-payment-mask .datatrans-logo {
		background: url('../img/datatrans_logo.png');
		background-repeat: no-repeat;
		background-size: 110px 25px;
		margin-top: -36px;
		width: 110px;
		height: 25px;
		border: 8px solid #FFF;
		display: inline-block;
		vertical-align: middle;
	}

	#twint-payment-mask .header-mobile {
		display: block;
		height: 125px;
		background: #ffffff;
	}

	#twint-payment-mask .nav-spacer {
		margin-top: 66px;
	}

	#twint-payment-mask .twint-nav,
	#twint-payment-mask .twint-header,
	#twint-payment-mask .credential-qrcode,
	#twint-payment-mask .credential-txt {
		display: inline-block;
	}

	/* Section Nav Header */
	#twint-payment-mask .twint-section.twint-nav .twint-wrap {
		height: 60px;
	}

	#twint-payment-mask .twint-section.twint-nav .hint {
		height: 80px;
	}

	#twint-payment-mask .twint-section.twint-nav .hint {
		display: table;
		background-color: #f6a623;
		color: #FFF;
		border-top: solid;
		border-top-width: 3px;
		border-image: url('../img/line.png') 30 stretch;
	}

	#twint-payment-mask .hint .image {
		width: 20%;
		display: table-cell;
		height: 100%;
	}

	#twint-payment-mask .hint .image .icon-tipp {
		background: url('../img/twint-icon-tipps.svg');
		background-repeat: no-repeat;
		margin: 20px auto;
		width: 35px;
		height: 36px;
		border-radius: 10px;
	}

	#twint-payment-mask .hint .text {
		width: 77%;
		font-size: 12px;
		display: table-cell;
		vertical-align: middle;
		padding-right: 20px;
	}

	#twint-payment-mask .hint .text span {
		vertical-align: middle;
	}

	#twint-payment-mask .twint-section.twint-nav .twint-wrap > div:nth-child(2) a > div:nth-child(1) {
		display: none;
	}

	#twint-payment-mask .twint-section.twint-nav .twint-wrap > div:nth-child(3) {
		display: none;
	}

	#twint-payment-mask .twint-section.twint-nav .twint-wrap > div:nth-child(1) {
		width: 75%;
	}

	#twint-payment-mask .twint-section.twint-nav .twint-wrap > div:nth-child(2) {
		width: 25%;
	}

	#twint-payment-mask .twint-section.twint-nav .twint-wrap > div:nth-child(2) a > div:nth-child(2) {
		float: right;
	}

	/* Section Nav Mobile */
	#twint-payment-mask .twint-section.nav-mobile .twint-wrap > div:nth-child(2) {
		display: none;
	}

	#twint-payment-mask .twint-section.nav-mobile .twint-wrap.hint {

	}

	#twint-payment-mask .twint-section.nav-mobile .twint-wrap > div:nth-child(1),
	#twint-payment-mask .twint-section.nav-mobile .twint-wrap > div:nth-child(3) {
		width: 46%;
	}

	#twint-payment-mask .twint-section.nav-mobile .twint-wrap > div:nth-child(1) {
		padding-left: 14px;
	}

	#twint-payment-mask .twint-section.nav-mobile .twint-wrap > div:nth-child(3) {
		padding-right: 14px;
	}

	/* Section Header Mobile */
	#twint-payment-mask .twint-section.header-mobile {
		display: none;
	}

	/* Section Page */
	#twint-payment-mask .credentials {
		display: block;
	}

	#twint-payment-mask .credentials-box {
		width: 100%;
		position: relative;
		padding: 0px 10px 0px 10px;

		position: relative;

		float: left;

		height: auto;
		padding-bottom: 0;

		margin-bottom: 25px;
	}

	#twint-payment-mask .credential-number {
		height: 60px;
		width: 46px;
		line-height: 62px;
		font-size: 34px;
		margin: 0 1px;
	}

	#twint-payment-mask .description-box {
		width: 344px;
		margin-top: 0px;
	}

	#twint-payment-mask .description-item {
		width: 100%;
		padding: 0;
	}

	#twint-payment-mask .description-image,
	#twint-payment-mask .description-text {
		display: inline-block;
	}

	#twint-payment-mask .description-image {
		width: 20%;
		vertical-align: top;
		padding-top: 14px;
		margin-right: 8px;
	}

	#twint-payment-mask .description-text {
		width: 72%;
		text-align: left;
		font-size: 16px;
		padding-top: 4px;
	}

	#twint-payment-mask .value {
		font-size: 45px;
		line-height: 88px;
		width: 214px;
		padding: 8px 20px;
	}

	#twint-payment-mask .icon-pay {
		margin-top: -10px;
	}

	#twint-payment-mask .icon-cam {
		margin-top: -15px;
		height: 34px;
		width: 48px;
	}

	#twint-payment-mask .description-icon-cam {
		background-repeat: no-repeat;
		vertical-align: middle;
		margin-top: -4px;
	}

	#twint-payment-mask .icon-app {
		background: url('../img/twint_logo_q_pos_bg.png');
		background-repeat: no-repeat;
		background-size: 116px 46px;
		margin-left: 2px;
		width: 43px;
		height: 45px;
		margin-top: -8px;
		border-radius: 10px;
	}

	#twint-payment-mask .icon-pay {
		width: 42px;
		height: 42px;
	}

	#twint-payment-mask .alternative-text {
		color: black;
		font-size: 20px;
		padding-top: 10px;
		line-height: 23px;
	}

	#twint-payment-mask .credential-token {
		margin-top: 20px;
		padding-bottom: 20px;
	}

	#twint-payment-mask .credential-token > .credentials-item {
		background-color: rgb(254, 254, 254);
		vertical-align: middle;
		position: relative;
		height: 105px;
		width: 300px;
		margin: 0 auto;
	}

	#twint-payment-mask .credentials-item {
		position: relative;
		height: 300px;
		width: 300px;
		left: 0;
	}
}

/* ------------------------------------------------------------------------ */
/* Retina optimization styles */
/* ------------------------------------------------------------------------ */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
}

/** Checkout */
.wc_payment_method.payment_method_mame_twint img {
	width: auto;
	height: 100%;
	max-height: 30px;
}