.quick-checkout-payment{text-align: center;}

.quick-checkout-payment h2{
	font-size: 15px !important;
	margin-top: 25px;
}

#modal-buy-checkout {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 6%;
	transform: translateX(-50%);
	width: 90%;
	max-width: 320px;
	box-sizing: border-box;
	z-index: 99999;
	background: #ff6600;
	color: #ffffff;
	border: 0;
	border-radius: 6px;
	padding: 14px 18px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	white-space: normal;
	line-height: 1.25;
	box-shadow: 0 6px 14px rgba(255, 102, 0, 0.28);
}

#modal-buy-checkout:hover {
	background: #e65c00;
	box-shadow: 0 8px 18px rgba(255, 102, 0, 0.42);
	transform: translateX(-50%) translateY(-2px);
}

#modal-confirm-checkout {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 6%;
	transform: translateX(-50%);
	width: 90%;
	max-width: 320px;
	box-sizing: border-box;
	z-index: 99999;
	background: #ff6600;
	color: #ffffff;
	border: 0;
	border-radius: 6px;
	padding: 14px 18px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	white-space: normal;
	line-height: 1.25;
	box-shadow: 0 6px 14px rgba(255, 102, 0, 0.28);
}

#modal-confirm-checkout:hover {
	background: #e65c00;
	box-shadow: 0 8px 18px rgba(255, 102, 0, 0.42);
	transform: translateX(-50%) translateY(-2px);
}

.mfp-content {
	position: relative;
}

#tbibank_popup_iframe{
	display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
}

.tbibank_popup_container iframe {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}

.tbi-custom-footer {
	max-width:768px;
	position: absolute;
	bottom: 80px;
	width:100%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	padding: 30px;
	background: #fff;
	z-index: 1000;
	border-top: solid 1px #cccccc;
}

.tbi-container{
	display: block;
	background: #ffffff;
	transition: background-position 0.45s ease;
	margin-bottom: 15px;
	cursor: pointer;
	border: 1px solid #d3d3d3;
	border-radius: 50px;
}
.tbi-container:hover{
	border-color: #ff6600;
	position: relative;
	overflow: hidden;
	background-position: 0 0;
}

#tbibank_button_container1{
	display: block;
	background: #ffffff;
	transition: background-position 0.45s ease;
	margin-bottom: 15px;
	cursor: pointer;
	border: 1px solid #d3d3d3;
	border-radius: 50px;
}
#tbibank_button_container1:hover{
	border-color: #ff6600;
	position: relative;
	overflow: hidden;
	background-position: 0 0;
}

#tbibank_button1{
	margin: 0;
	max-width: 100%;
	display: block;
}

#tbibank_button_body1{
	border: none;
	border-radius:0;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

#tbibank_button_body1 img {
	flex: 0 0 40%;
	max-width: 40%;
	max-height: 35px;
	width: auto;
	object-fit: contain;
	display: block;
	align-self: center;}

.tbibank_button_line {
	font-family: unset;
	font-size: unset;
	min-width: 0;
	overflow: hidden;
	white-space: normal;
	overflow-wrap: break-word;
	padding: 0;	flex: 0 0 60%;
	max-width: 60%;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#tbibank_button1,#tbibank_button_body1 {
	overflow: hidden;
}

html.preferred-payment-loading,
body.preferred-payment-loading {
	overflow: hidden !important;
}

body.preferred-payment-loading > *:not(#preferred-payment-loader) {
	visibility: hidden !important;
}

#preferred-payment-loader {
	position: fixed;
	inset: 0;
	z-index: 999999;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.preferred-payment-loader-box {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	text-align: center;
	padding: 20px;
}
	
@media (max-width: 768px) {
	#tbibank_popup_container.container{
		width:100% !important;
	}
	#tbibank_button_body1 img {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.tbibank_button_line{
		flex: 0 0 80%;
		max-width: 80%;
		font-size:13px;	
	}		
	#tbibank_button1{
		overflow-x: hidden !important;
	}
}