.discount {
	width: auto;
	color: #fff
}

.discount-deleted {
	text-align: center;
	position: relative
}

.discount-deleted:before {
	border-top: 3px solid;
	border-color: red;
	top: 50%;
	left: 0;
	right: 0;
	position: absolute;
	content: "";
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg)
}

.popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, .8)
}

.popup-box-wrapper {
	background: #141b3d;
	width: 390px;
	height: auto;
	margin: 50px auto;
	margin-top: 15%;
	text-align: center;
	font-family: dinm;
	color: #fff;
	border-radius: 15px;
	position: relative
}

.popup-box-navbar {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	padding: 10px;
	border-bottom: 1px solid #202747;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.popup-box-navbar-title {
	color: #fff;
	font-size: 22px;
	font-family: dinm;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px
}

.popup-box-alert-checking {
	width: 95%;
	height: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	padding-bottom: 30px;
	color: #fff;
	font-size: 18px;
	font-family: dinm;
	text-align: center;
	display: block
}

.popup-box-alert-checking i {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 40px;
	text-align: center
}

.popup-box-alert-processing {
	width: 95%;
	height: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 5px;
	color: #fff;
	font-size: 15px;
	font-family: dinm;
	text-align: left;
	display: block
}

.popup-box-wrapper button {
	background: #01bddf;
	background: linear-gradient(173deg, rgba(1, 189, 223, 1) 0%, rgba(10, 156, 234, 1) 45%, rgba(25, 90, 253, 1) 100%);
	width: 90%;
	height: auto;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 13px;
	color: #fff;
	font-size: 15px;
	font-family: Roboto, sans-serif;
	text-align: center;
	border: none;
	border-radius: 7px;
	outline: none
}

.popup-btn-login {
	width: 84%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
	color: #000;
	font-size: 17px;
	font-family: Roboto, sans-serif;
	border: none;
	border-radius: 7px;
	outline: none;
	display: block
}

.popup-btn-login i {
	margin-top: -3px;
	margin-left: 2px;
	color: #fff;
	font-size: 25px;
	float: left
}

.popup-btn-login img {
	width: 25px;
	margin-top: -3px;
	margin-left: 2px;
	float: left
}

.popup-btn-facebook {
	background: #3a7bfc;
	color: #fff;
	margin-bottom: 3px
}

.popup-btn-twitter {
	background: #3a7bfc;
	color: #fff;
	margin-bottom: 3px
}

.popup-btn-linked {
	background: #3a7bfc;
	color: #fff;
	margin-bottom: 10px
}

.popup-login {
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999
}

.popup-box-login-fb {
	background: #eceff6;
	max-width: 330px;
	height: auto;
	position: relative;
	margin: 50px auto;
	margin-top: 6%;
	text-align: center;
	font-family: dinm;
	color: #000;
	border-radius: 10px
}

.popup-box-login-twitter {
	background: #fff;
	max-width: 330px;
	height: auto;
	position: relative;
	margin: 50px auto;
	margin-top: 10%;
	border-radius: 10px
}

.close-fb {
	background: #3b5998;
	width: 25px;
	height: 25px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	top: -10px;
	right: -10px;
	position: absolute;
	display: block
}

.close-fb i {
	padding-top: 3px
}

.close-other {
	background: #fff;
	width: 25px;
	height: 25px;
	color: #000;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	top: -12px;
	right: -12px;
	position: absolute;
	z-index: 9999999;
	display: block
}

.close-other i {
	color: #20px;
	padding-top: 3px
}

.MobilePlayerIdLoginBox {
	display: none
}

@media only screen and (max-width:600px) {
	.MobilePlayerIdLoginBox {
		display: block
	}

	.popup-box-wrapper {
		width: 100%;
	}

	.popup-box-login-fb {
		width: 330px;
		margin-top: 10%
	}

	.popup-box-login-twitter {
		margin-top: 5%
	}
}