#bigbanner {
	width: 100%;
}
.owl-theme .owl-nav {
	margin-top: 0px!important;
}
#bigbanner-carousel {
	position: relative;
}
#bigbanner-carousel button.owl-next {
	position: absolute;
	top: 0rem;
	right: 2rem;
	font-size: 50px!important;
	height: 90%;
	line-height: 1rem!important;
	background-color: transparent;
}
#bigbanner-carousel button.owl-prev {
	position: absolute;
	top: 0rem;
	left: 2rem;
	font-size: 50px!important;
	height: 90%;
	line-height: 1rem!important;
	background-color: transparent;
}
#bigbanner-carousel .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}
.voucher-container {
	width: 100%;
	background-color: #e1e7e8;
	padding: 2rem 1rem;
	border-bottom: 10px solid #954191;
}
.voucher-container h1 {
	color: #51bdd2;
	text-align: center;
	margin-bottom: 1rem;
}
.voucher-container .item {
	padding-bottom: 22px;
	padding-left: 7px;
	padding-right: 7px;
	background-image: url(../../images/shadow.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#voucher-carousel button.owl-next {
	position: absolute;
	top: 0rem;
	right: -2rem;
	font-size: 50px!important;
	height: 90%;
	line-height: 1rem!important;
	background-color: transparent;
}
#voucher-carousel button.owl-prev {
	position: absolute;
	top: 0rem;
	left: -2rem;
	font-size: 50px!important;
	height: 90%;
	line-height: 1rem!important;
	background-color: transparent;
}
.desc {
	background-color: #fff;
	padding: 10px;
}
.price-div {
	position: relative;
	top: -20px;
}
.price-div .special {
	background-color: #51bdd2;
	color: #fff;
	padding: 12px 16px;
	padding-top: 20px;
	padding-left: 1.5rem;
	top: 0;
	width: auto;
	height: 60px;
	font-size: 1.5rem;
	line-height: 1.2rem;
	text-align: right;
	display: inline-block;
	position: absolute;
	right: -10px;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.price-div .special span {
	font-size: 2.7rem;
	font-weight: 600;
	line-height: 1.2rem;
}
.price-div .normal {
	padding-top: 20px;
	color: #777b7c;
	font-size: 1.3rem;
	font-weight: 500;
}
.price-div .normal span {
	text-decoration: line-through;
}
.time-div {
	position: relative;
	display: flex!important;
	justify-content: space-between!important;
}
.time-div .time-comment {
	top: 0;
	color: #000;
	font-size: 1.1rem;
	line-height: 1rem;
	text-align: right;
	right: -10px;
	width: 150px;
	padding-top: 5px;
	margin-bottom: 1rem;
}
.endtime-div {
	width: calc(100% - 150px);
	max-width: 350px;
}
.endtime-icon {
	width: 110px!important;
	display: inline-block!important;
	margin-top: -2.3rem;
}
.is-countdown {
	width: calc(100% - 120px);
	display: inline-block!important;
}
.btn-v {
	background-color: #955c91;
	color: #fff;
	padding: 7px 40px;
	border-radius: 45px;
	box-shadow: none;
	display: block;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 1rem;
	margin-bottom: 1rem;
	width: 240px;
	margin: auto;
	box-shadow: 1px 10px 20px -15px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 10px 20px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 10px 20px -15px rgba(0, 0, 0, 0.75);
	background: linear-gradient(-45deg, #955c91, #c060ba, #955c91, #a55ba0);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}
 @keyframes gradient {
 0% {
 background-position: 0% 50%;
}
 25% {
 background-position: 100% 50%;
}
 50% {
 background-position: 0% 50%;
}
 75% {
 background-position: 100% 50%;
}
 100% {
 background-position: 0% 50%;
}
}
.btn-v:hover {
	color: #fff;
	background-color: #7b4477;
}
.end .end-txt {
	font-size: 2rem;
	padding-left: 20px;
	margin-top: 5px;
	color: #f44336;
	width: calc(100% - 120px);
	display: inline-block!important;
}
.end .endtime-icon {
	width: 110px!important;
	display: inline-block!important;
	margin-top: 0rem;
}

@media (max-width: 768px) {
.time-div {
	display: inline-block!important;
	width: 100%!important;
	padding-top: 0px;
}
.endtime-div {
	width: 100%!important;
	max-width: 100%;
}
.time-div .time-comment {
	float: right;
	display: block;
	margin-top: -105px;
	font-size: .85rem;
	line-height: .8rem;
}
.price-div .normal {
	width: calc(100% - 110px);
	padding-top: 70px;
	display: inline-block;
}
.price-div .special {
	width: 99%;
	text-align: center;
	font-size: 1.15rem;
}
.end .time-div .time-comment {
	float: right;
	display: block;
	margin-top: -85px;
}
.end .end-txt {
	position: absolute;
	right: 0;
	text-align: right;
	width: 100%;
	font-size: 2rem;
	color: #f44336;
}
.end .desc {
	padding-bottom: 2rem;
}
}
