.popup-heading {
	text-align: center !important;
}

@media (min-width:1025px) {
	.option-danger {
		animation: 0.3s ease-in-out 0s normal slider;
		min-height: 38px;
		padding: 8px 14px;
		position: fixed;
		right: 655px;
		top: 630px;
		width: 310px;
		z-index: 999999999;
		background:#FC6262;
		border:1px solid #FC6262;
		color:#fff;
		border-radius:2px;
	}
}

.additional-tel a {
    font-size: 25px;
}

.info-text {
	width: 10%;
}

@media (max-width: 768px) {
	.info-text {
		width: 80%;
	    text-align: center;
	    padding-left: 50px;
	}

	.win-text {
		display: none !important; 
	}

	.win-img {
		display: none !important;
	}
}

#simplecheckout_button_confirm {
	font-size: 20px !important;
}

.win-text {
	float: right;
	display: block;
	margin-top: -30px;
	padding-right: 200px;
}

.win-img {
	width: 35%; 
	float: right;
}