#cboxLoadedContent{
	height: auto;
	padding: 2%;
	background: #fff !important;
	border-radius: 6px;
}
.nopay{
	height: auto;
	padding: 2%;
	background: #fff;
	border-radius: 6px;
}
.nopay p{
	padding: 0% 2%;
}
.nopay img{
	width: 100%;
	height: auto;
}
.nopay_flex{
	display: flex;
}
.btn_nopay{
	margin: 10px auto;
	display: block;
	text-align: center;
	background: #ff5454;
	color: #fff;
	padding: 10px 10px;
	text-decoration: none;
	border-radius: 50px;
	font-weight: bold;
	font-size:14px;
	width: 160px;
}

.btn_nopay:hover{
	background: #ff9191 !important;
	text-decoration: none !important;
}

@media screen and (max-width: 480px) {
	body{
}
.nopay{
	height: auto;
	padding: 2%;
}
.nopay img{
	width: 100%;
	height: auto;
}

}