#coupons_wrapper {
	color: #fff;
	min-width: 300px;
	clear: both;
	display: block;
}

#coupons_wrapper .coupon {
	padding: 15px;
}

#coupons_wrapper a,
.coupon a {
	/*color: #c69c6d;*/
}

.coupon .gift-icon {
	height: 40px;
	width: 40px;
	padding: 10px 5px;
}

.coupon .tit {
	position: absolute;
	width: 100%;
	left: 0;
	top: -20px;
}

.coupon .more-info-btn {
	margin-top: 10px;
	display: block;
	color: #666;
	text-decoration: underline;
}

.coupon .coupon-image {
	font-size: 30px;
	font-weight: 600;
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0 0 60px 30px #101161;
	box-shadow: inset 0 0 60px 30px #101161;
}

.locked.coupon {

}

.coupon.locked.used,
.coupon.locked.used .theme-color-text {
	-webkit-filter: saturate(0%);
	filter: saturate(0%);
	color: #ccc;
}

.coupon.locked.used.available {
	-webkit-filter: saturate(100%);
	filter: saturate(100%);
	color: inherit;
}

.coupon.locked.used .gift-icon {
	background: #ccc;
}

.coupon {
	margin-bottom: 30px;
	border: 2px dashed #8d8d8d;
	padding: 0;
	border-radius: 6px;
	font-size: 20px;
	line-height: 20px;
	position: relative;
	/*min-height: 155px;*/
	min-height: 100px;
}

.coupon.tall-coupon {
	padding: 15px 15px 80px;
	min-height: 400px;
}

.coupon.mid-coupon {
	padding: 15px 15px 90px;
	min-height: 280px;
}


.coupon .front {
	top: 0;
	left: 0;
	z-index: 1;
	padding: 30px 30px 25px;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.95);
	position: relative !important;

}

.coupon .back {
	top: 0;
	left: 0;
	position: absolute !important;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.95);
	padding: 30px 30px 25px;

}

.coupon .backterms {
	font-size: 14px;
	color: #8d8d8d;

}

.coupon .backterms .coupcol .yel {
	font-size: 20px;
	display: block;
	text-align: left;
	max-width: 75%;
}

.coupon .backterms .coupcol {
	/*text-align: center;*/

}

.coupon .backterms .table {
	vertical-align: top;
}

.coupon .backterms .table > thead > tr > th {
	padding-top: 0;
	vertical-align: top;

}

.coupon .white {
	color: #8d8d8d;
}

.coupon.available .white {
	color: #fff;
}

.coupon .yel {
	color: #b2b2b2;
}

.coupon.available .yel {
	color: inherit;
}

.coupon .thecode {
	clear: both;
	font-size: 10px;
	display: block;
	margin-top: 5px;
	text-align: left;
}

.coupon .backterms .thecode {
	max-width: 75%;
}

.miniterms {
	list-style: none;
	font-size: 14px;
	color: #8d8d8d;
	padding-left: 0;
}

.miniterms li {
	display: inline-block;
	width: 45%;
	float: left;
	margin-top: 12px;
}


.miniterms li:nth-child(even) {
	width: auto;
}

.used .miniterms li {
	margin-top: 0;
	width: 100%;
	display: block;
	float: none;
}

.coupon .terms {
	display: none;
}

.coupon p {
	margin-bottom: 10px;
}

.coupon p,
.coupon p span {
	vertical-align: middle;

}

.coupon .amount {
	background: rgba(141, 141, 141, 0.7);
	color: #000;
	border: 2px solid transparent;
	border-radius: 8px;
	padding: 10px 5px;
	width: 100%;
	display: inline-block;
	font-size: 36px;
	line-height: 40px;
	text-align: center;

}

.coupon span.lock {
	background-position: -46px -1px;
	height: 32px;
}

.coupon .close-btn {
	width: 50px;
	height: 50px;
	line-height: inherit;
	position: relative;
	right: 0;
	top: 0;
	margin: 0 auto;
	color: #fff;
	border-style: solid;
	border-width: 1px;
	font-size: 26px;
	border-color: #8d8d8d;
	opacity: 1 !important;

}

.coupon.flip .close-btn {
	line-height: 40px;
	position: absolute;
	right: -26px;
	top: 50%;
	margin-top: -26px;
	background: #000;
	border-width: 2px;
}

.coupon.available .close-btn {
	line-height: 46px;
	border-color: inherit;

}

.coupon .close-btn::before,
.coupon .close-btn::after {
	content: none;


}

.coupon.available .close-btn:focus,
.coupon.available .close-btn:hover {
	color: #fff;
	opacity: 1;

}

.coupon.available .close-btn:focus .lock-icon,
.coupon.available .close-btn:hover .lock-icon {
	fill: #000 !important;
}

.close-btn .lock-icon {
	float: none;
	line-height: 42px;
}

.close-btn .lock-icon svg {
	vertical-align: middle;
	opacity: 0.7;
}

.coupon .close-btn .lock-icon svg,
.coupon .close-btn .lock-icon svg,
.coupon .close-btn .lock-icon svg .v,
.coupon .close-btn .lock-icon svg .x {
	fill: inherit;
}

.coupon p.complex {
	font-size: 26px;
}

.coupon p.complex span {
	margin-right: 10px;
}

.coupon.available {
	border-color: #fcaf1b;
}

.coupon.available .lock-icon {

}

.coupon.available.used .lock-icon {
	display: block;
}

.coupon.available.used .lock-icon #used {
	opacity: 1;
	width: 24px;
	height: 22px;
}

.lock::before {
	content: "";

}

.coupon.available p {
	color: #fff;

}

.coupon.available p span {

}

.coupon.available .amount {
	background: #3e3f44;
	border-width: 2px;
	border-style: solid;
	color: #fff;
}


.lock-icon {
	float: right;
}

.lock-icon svg {
	width: 16px;
	height: 22px;
}

.lock-icon svg .lock-locked {
	display: none;
}

.lock-icon.locked svg .lock-locked {
	display: block;
	fill: none;
}

.lock-icon.locked svg .lock-opened {
	display: none;
}

.lock-icon.locked svg .lock-stroke {
	fill: #ffffff;
}

.lock-icon.locked svg .lock-key-line {
	stroke: #000000;
}

.lock-icon.locked svg .lock-circle {
	stroke: #000000;
}


.coupons-selection .coupon-select {
	margin-bottom: 10px;
	position: relative;
}

.coupons-selection .coupon-select.selected .panel.btn {

}

.coupons-selection .coupon-select.selected::after {
	content: url(/images/icons/userflow/validation-v.svg);
	width: 20px;
	height: 20px;
	/*background: url("/images/icons/userflow/validation-v.svg") no-repeat center center;*/
	/*background-size: 50%;*/
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(500%) contrast(100%);
	position: absolute;
	right: 55px;
	top: 14px;
}

#coupon_input.form-control.valid {
	background: none !important;
}

#coupon_input.form-control.valid.check {
	background: url(/images/icons/userflow/validation-v.svg) no-repeat right 5px !important;
	background-size: 18px !important;
	background-position: calc(100% - 15px) 17px !important;
}

.coupons-selection .coupon {
	margin-bottom: 0;
}

.coupons-selection .use_coupon_btn .showArrow {
	/*display: none;*/
}

.coupons-selection .ver-y {
	background: url("/images/icons/userflow/validation-v.svg") no-repeat center center;
	background-size: 50%;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(500%) contrast(100%);
	display: none;
	min-height: 20px;
	max-width: 40px;
	margin: 0 auto;
}

.coupons-selection .flip .ver-y {
	/*display: block;*/
}

.coupons-selection .panel.btn {
	font-size: 16px;
	font-weight: 700;
	border: 0;
	background: #3e3f44 !important;
	border-radius: 0;
	color: #fff !important;
	/*opacity: 0.5;*/
	padding: 5px 10px 5px 20px;
}

.coupons-selection .panel.btn:hover,
.coupons-selection .panel.btn:focus {
	background: #3e3f44 !important;
}

.coupons-selection .panel.btn.available {
	opacity: 1;

}

.coupons-selection .panel.btn span {
	display: inline-block;
	vertical-align: middle;
	line-height: 35px;
	white-space: nowrap;
}

.coupons-selection .panel.btn .expand-icon {
	padding: 9px;
	background: #000;
	width: 35px;
	height: 35px;
	font-size: 15px;
	line-height: 17px;
}

[aria-expanded=true] .expand-icon.icon-arrow-down:before {
	content: "\e607";
}

.collapsable-coupon {
	border: 2px solid #3e3f44;
	border-top: 0;
	padding: 5px;
}

.collapsable-coupon .coupon {
}

.claim-here {
	position: absolute !important;
	z-index: 100;
	font-size: 15px;
	line-height: 16px;
	right: 6%;
	border: none;
	top: 54%;
	width: 50px;
	height: 50px;
	margin-top: -26px;
	color: #fff;
}

@media (max-width: 768px) {
	.claim-here {
		width: 40px;
		height: 35px;
		top: auto;
		bottom: 10px;
		right: 70px;
	}

	.coupon.flip .close-btn {
		right: 10px;
		margin: 0;
		width: 40px;
		height: 40px;
		top: auto !important;
		bottom: 10px;
		line-height: 30px;
		font-size: 20px;


	}

	.coupon.flip .close-btn {
		top: auto !important;
		bottom: 10px;
		right: 10px;
	}

	.coupon.flip {
		padding-bottom: 50px;
	}

	.coupon.available .close-btn {
		line-height: 36px;

	}

	.close-btn .lock-icon svg {

	}

	.coupon {
		min-height: 115px;
	}

	.xs-center {
		text-align: center;
	}

	.coupon .amount {
		font-size: 24px;
		line-height: 20px;
	}

	.coupon .font30 {
		font-size: 20px;
	}

	.miniterms li {
		margin-top: 2px;
		width: 100%;
		padding: 0 !important;
	}

	.coupon .backterms {
		font-size: 12px;
		color: #8d8d8d;

	}
}

@media (max-width: 480px) {

	.coupon .backterms .coupcol .yel,
	.coupon .backterms .coupcol .thecode {
		max-width: none;
	}

	.coupon .col-xs-6 {
		width: 100%;
		float: none;
	}

	.miniterms li:nth-child(even) {
		width: auto;
	}
}

@media (min-width: 480px) {

	.coupons-selection, .deposit-sum-table {
	}
}

@media (min-width: 769px) {

	.coupons-selection .panel.btn {
		font-size: 20px;
	}
}


.coupon-package-name {
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	text-align: center;
	display: block;
	z-index: 10;
}

.coupon-package-name span {
	padding: 10px 30px;
	color: #fff;
	display: inline-block;
}

.coupon.locked.used .coupon-image {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	-webkit-filter: opacity(50%);
}

.coupon-button {
	width: 100%;
	left: 0;
	bottom: 0;
	/*padding: 20px;*/
}

.coupon-button.absolute {
	bottom: 20px;
}

.coupon-button .btnRegister.btn-block {
	display: inline-block;
	max-width: 220px;
}

.coupon.full-width-coupon {
	padding: 0;
	min-height: auto;
	overflow: hidden;
}

@media (min-width: 992px ) {
	.coupon.full-width-coupon {
		margin-left: 6%;
		margin-right: 6%;
	}
}

@media (min-width: 1200px ) {
	.coupon.full-width-coupon {
		margin-left: 12%;
		margin-right: 12%;
	}
}

.full-width-coupon .coupon-button {
	width: auto;
	padding: 0;
	display: inline-block;
	min-width: 180px;
	position: relative;
}

.full-width-coupon .coupon-text {
	padding-bottom: 20px;
}

.full-width-coupon .coupon-text .table {
	padding: 0 15px;
}

.full-width-coupon .coupon-name {
	color: inherit;
}

@media (min-width: 480px) {
	.full-width-coupon .coupon-name {
		font-size: 32px;
	}
}

.coupon.full-width-coupon .coupon-image {
	position: relative;
	overflow: hidden;
	height: 100%;
	min-height: 260px;
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: cover;
}

.full-width-coupon .coupon-image img {
	width: 100%;
}

.modal-table button.close::before,
.modal-table button.close::after {
	background: #ccc;
}

.coupon.mid-coupon .close-btn .lock-icon {
	line-height: 34px;
}

.coupon.mid-coupon .close-btn {
	width: 40px;
	height: 40px;
}

.coupon-name {
	line-height: 90%;
}

.package-coupon .coupon-name {
	margin-top: 0;
}

.coupon .bignum {
	font-size: 70px;
	font-weight: lighter;
	letter-spacing: -5px;
	line-height: 56px;
}

.coupon .plus-sign {
	position: absolute;
	font-size: 30px;
	width: 30px;
	height: 30px;
	top: -32px;
	margin-left: -15px;
	left: 50%;
}

@media (min-width: 768px) {
	.coupon .plus-sign {
		top: 50%;
		margin-top: -15px;
		margin-left: 0;
		left: -16px;
	}
}

.coupon .plus-sign::after {
	content: "+";
	line-height: 30px;
}

.package-coupon.item-1 .plus-sign,
.package-coupon .used .plus-sign {
	display: none;
}