
.popup ol,
.popup ul {
	padding-left: 20px!important;
	display: table;
	margin-bottom: 10px;
	list-style-type: circle
}

.popup ol li,
.popup ul li {
	list-style-type: circle;
	line-height: normal
}

.blocker {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-ms-overflow-x: scroll;
	z-index: 9999;
	-webkit-overflow-scrolling: touch;
	transition: all .2s;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .8);
	text-align: center;
	overflow: scroll;
	overflow-x: hidden
}

.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.05em
}

.blocker.behind {
	background-color: transparent
}

.modal .button {
	margin: 31px auto 15px auto;
	font-size: 25px;
	display: inline-block;
	padding: 0 25px;
	height: 50px;
	line-height: 50px!important
}

.modal .button:hover {
	color: #fff;
	background: #f60
}

.modal footer {
	text-align: center
}

.choose-page .modal {
	zoom: 50%
}

.modal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	overflow: visible;
	max-width: 900px;
	box-sizing: border-box;
	width: 90%;
	padding: 34px 40px 40px;
	position: relative;
	border-radius: 10px;
	-webkit-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .15);
	-o-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .15);
	background: #fff;
	text-align: left
}

.modal p {
	margin-top: 0
}

.modal br {
	height: 0;
	line-height: 0
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('')
}

.modal-spinner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 12px 16px;
	border-radius: 5px;
	background-color: #111;
	height: 20px
}

.modal-spinner>div {
	border-radius: 100px;
	background-color: #fff;
	height: 20px;
	width: 2px;
	margin: 0 1px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.modal-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.modal-spinner .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.modal-spinner .rect4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

@-webkit-keyframes sk-stretchdelay {
	0%,
	100%,
	40% {
		-webkit-transform: scaleY(.5)
	}
	20% {
		-webkit-transform: scaleY(1)
	}
}

@keyframes sk-stretchdelay {
	0%,
	100%,
	40% {
		transform: scaleY(.5);
		-webkit-transform: scaleY(.5)
	}
	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1)
	}
}

.modal h1 {
	font-size: 36px;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 10px;
	color: #313131
}

.modal h3,
.modal h4 {
	font-weight: 700;
	padding: 0 0 15px;
	margin: 0;
	line-height: normal;
	color: #313131;
	font-size: 18px
}

.modal ol li,
.modal ul li {
	line-height: normal
}

.modal p,
.modal p span {
	padding: 0 0 17px;
	color: #313131;
	line-height: normal
}

.modal {
	font-size: 14px;
	/* height: auto!important; */
	line-height: 20px;
	color: #313131;
	-webkit-overflow-scrolling: touch;
}

@media (max-width:767px) {
	.modal {
		max-width: 100%;
		padding: 30px 20px
	}
	.modal h1 {
		font-size: 30px;
		line-height: normal
	}
	.blocker {
		padding: 20px 0
	}
}

.declined .logo img {
	display: block;
	margin: 20px 0 0;
	max-width: 172px;
	max-height: 70px;
	object-fit: contain
}

.popup-pre-loading-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1100;
	background: rgba(0, 0, 0, .95)
}

.popup-pre-loading-wrapper .popup {
	min-width: 300px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.popup-pre-loading-wrapper .popup {
	text-align: center!important
}

.popup-pre-loading-wrapper .popup .pre-loading-image {
	width: 80px;
	height: 80px;
	margin: auto;
	-webkit-animation: spin 3s linear infinite;
	-moz-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite
}

.popup-pre-loading-wrapper .popup .loading-image {
	width: 70px;
	height: 70px;
	margin: auto;
	-webkit-animation: spin 3s linear infinite;
	-moz-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite
}

.popup-pre-loading-wrapper .popup h2 {
	padding: 0 0 16px;
	font-size: 34px;
	margin: 0;
	line-height: normal
}

.popup-pre-loading-wrapper .popup p {
	opacity: .5;
	font-size: 18px;
	padding: 8px 0 3px
}

.popup-pre-loading-wrapper .popup h2 {
	/* width: 300px; */
	font-size: 32px;
	color: #fff;
	line-height: 36px;
	/* padding: 7px 0 22px; */
	margin: 0;
	text-align: center;
}

.popup-pre-loading-wrapper .popup .product-image {
	width: 114px;
	height: 207px;
	margin: 0 auto 6px;
	position: relative;
	background-size: contain!important
}
