@font-face {
    font-family: 'tt_commonsbold_bg';
    src: url('TypeType - TT Commons Bold.woff2') format('woff2'),
         url('TypeType - TT Commons Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'tt_commonsregular_bg';
    src: url('TypeType - TT Commons Regular.woff2') format('woff2'),
         url('TypeType - TT Commons Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'tt_commonslight_bg';
    src: url('TypeType - TT Commons Light.woff2') format('woff2'),
         url('TypeType - TT Commons Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* bnpl float */
.bnpl_float{
	z-index:999;
	position:fixed;
	width:60px;
	height:60px;
	top:calc(100% / 2 - 30px);
	left:0px;
	background-color:#ffffff;
	border-top:1px solid #f18900;
	border-right:1px solid #f18900;
	border-bottom:1px solid #f18900;
	color:#FFF;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	cursor:pointer;
}
.bnpl-my-float{
	margin-top:12px;
}
.bnpl-label-container{
	z-index:999;
	position:fixed;
	top:calc(100% / 2 - 130px);
	left:67px;
	display:table;
	visibility: hidden;
}
.bnpl-label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#f5f5f5;
	opacity:1;
}
.bnpl-label-text{
	width:410px;
	height:260px;
	color:#696969;
	background:#f5f5f5;
	vertical-align:top;
	padding-left:5px;
	border-radius: 14.5px;
	background-color: #ffffff;
	overflow: none;
}
.bnpl-label-text-mask{
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 14.5px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 30px 0px #000000; 
	box-shadow: 0px 0px 30px 0px #000000;
	background-image: url("tbi_bg1.png");
	background-repeat: no-repeat;
	background-position: left 220px top 90px;
}
.bnpl_header {
	width: 100%;
	margin: 0 0 7.7px;
	border-radius: 14.5px 14.5px 0px 0px;
	object-fit: contain;
}
p.bnpl_txt1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	padding: 5px 15px 5px 15px;
	margin: 0px;
	font-family: tt_commonsbold_bg;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #414546;
	background-color: white;
}
p.bnpl_txt2 {
	width: 100%;
	padding: 0px 15px;
	margin: 0px;
	font-family: tt_commonsregular_bg;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #414546;
	background-color: white;
}
.bnpl-label-text-a{
	font-family: tt_commonslight_bg;
	font-weight: 300;
	font-size: 16px;
	padding: 5px 15px 0px 15px;
	text-align: center;
	text-decoration: underline;
	color: #003eff;
	cursor: pointer;
}
.bnpl-label-text-a:hover{
	color: #003eff;
	text-decoration: underline;
}
/* bnpl float */