.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: #14182b;
	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 #14182b;
	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
}

.bgitem {
    background: url(../img/bg-item.png) no-repeat;
    background-size: 100% 100%;
    width: 66px;
    height: 62px;
    margin-top: 3px;
    margin-left: 9px;
    margin-right: 7px;
    float: left;
    border: 1px solid;
    --angle: 360deg;
    border-image: linear-gradient(var(--angle), #21345c, #9d8c72, #20253b, #327cac) 1;
    animation: 3s rotate linear infinite;
}

.balance {
    background: linear-gradient(173deg, rgb(32 37 59) 0%, rgb(32 37 59) 45%, rgb(21 24 38) 100%);
    background-size: 100% 100%;
    width: 100%;
    height: 78px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 12px;
    padding: 5px;
    display: block;
    border-radius: 13px;
    box-shadow: 5px 4px 2px 0px #00000066;
}


.balance img {
	width: 62px;
    height: 58px;
    margin-top: 2px;
    margin-left: 1px;
    margin-right: 7px;
    float: left;
}


.balance button {
	background: linear-gradient(173deg, rgba(1, 189, 223, 1) 0%, rgba(10, 156, 234, 1) 45%, rgba(25, 90, 253, 1) 100%);
    background-size: 100% 100%;
    width: 24%;
    height: 24px;
    margin-top: -31px;
    margin-right: 14px;
    padding-top: 1px;
    padding-left: 0px;
    color: #fff;
    font-size: 16px;
    font-family: 'dinm';
    font-weight: 500;
    text-align: center;
    text-shadow: 1px 1px 0 #000000;
    border: none;
    outline: none;
    position: relative;
    float: right;
    animation: pulse .900s infinite alternate;
    border-radius: 9px;
}

.balance button img {
	background: none;
    width: 17px;
    height: auto;
    margin-left: 4px;
    margin-right: -12px;
    margin-top: 0px;
    border: none !important;
    float: left;
}

.balance-name {
    color: #ffffff;
    font-size: 14px;
    padding-top: 17px;
    padding-bottom: 4px;
    font-family: 'dinm';
    font-weight: 500;
    text-align: left;
    text-shadow: 1px 1px 1px #000000;
}

.balance-total {
	color: #ffffff;
    font-size: 13px;
    padding-top: 48px;
    padding-left: 14px;
    padding-bottom: 4px;
    font-family: 'dinm';
    font-weight: 500;
    text-align: left;
    text-shadow: 1px 1px 1px #000000;
    position: absolute;
}

.balance-detail {
	background: linear-gradient(to right, #0000006b, #66000000);
    background-size: 100% 100%;
    width: auto;
    height: auto;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 8px;
    padding-bottom: 3px;
    color: #ffffff;
    font-size: 13px;
    font-family: 'dinm';
    text-align: center;
    text-shadow: 2px 0px 1px #000000;
    border-left: 2px solid #38c9f8;
    line-height: 15px;
    float: left;
}

.balance-detail1 {
    background: linear-gradient(to right, #6e0702, #66000000);
    background-size: 100% 100%;
    width: auto;
    height: auto;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 8px;
    padding-bottom: 3px;
    color: #ffffff;
    font-size: 15px;
    font-family: 'dinm';
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    border-left: 3px solid #df0700;
    line-height: 15px;
    float: left;
}

.balance-detail2 {
    background: linear-gradient(to right, #7f3073, #66000000);
    background-size: 100% 100%;
    width: auto;
    height: auto;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 8px;
    padding-bottom: 3px;
    color: #ffffff;
    font-size: 15px;
    font-family: 'dinm';
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    border-left: 3px solid #b62da1;
    line-height: 15px;
    float: left;
}

.balance-detail3 {
    background: linear-gradient(to right, #663d89, #66000000);
    background-size: 100% 100%;
    width: auto;
    height: auto;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 8px;
    padding-bottom: 3px;
    color: #ffffff;
    font-size: 15px;
    font-family: 'dinm';
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    border-left: 3px solid #6505c7;
    line-height: 15px;
    float: left;
}
.balance-detail4 {
    background: linear-gradient(to right, #663d89, #66000000);
    background-size: 100% 100%;
    width: auto;
    height: auto;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 8px;
    padding-bottom: 3px;
    color: #ffffff;
    font-size: 15px;
    font-family: 'dinm';
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    border-left: 3px solid #6505c7;
    line-height: 15px;
    float: left;
}

@media only screen and (max-width:600px) {
	.MobilePlayerIdLoginBox {
		display: block
	}

	.popup-box-wrapper {
		width: 340px
	}

	.popup-box-login-fb {
		width: 330px;
		margin-top: 10%
	}

	.popup-box-login-twitter {
		margin-top: 5%
	}
}