html,
body{
	height:100%;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 20px;
	scroll-behavior: smooth;
	background-color: rgb(190, 215, 71);
}


/* ============================ GLOBAL ============================ */

.center-self{
	margin-left: auto;
	margin-right: auto;
}

.center{
	text-align: center;
}

.middle{
	display: flex;
	align-items: center;
	justify-content: center;
}

.title {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 0.9rem;
	line-height: initial;
	letter-spacing: 0.3px;
	color: rgb(239,202,0);
}

.title.big{
	font-size: 1rem;
	letter-spacing: 0.96px;
}


.title.small1{
	font-size: 0.8rem;
	line-height: 18px;
	letter-spacing: 0.46px;
}

.title.small2{
	font-size: 0.8rem;
	line-height: 26px;
	letter-spacing: 0.68px;
}

.title.smaller{
	font-size: 0.7rem;
	line-height: 18px;
	letter-spacing: 0.16px;
}

.title.smaller.narrow {
	letter-spacing : 0.4px;
}




.content {
	font-size: 0.8rem;
	line-height: 16px;
	letter-spacing: 0.77px;
	color: rgb(153, 153, 153);
}

.content.biggest {
	font-size : 1.6rem;
	line-height: 32px;
	letter-spacing : 1px;
}

.content.bigger {
	font-size : 1rem;
	line-height: initial;
	letter-spacing : 0.62px;
}

.content.small1 {
	font-size : 0.7rem;
	line-height: initial;
	letter-spacing : 0.23px;
}

.content.small2 {
	font-size : 0.7rem;
	line-height: 14px;
	letter-spacing : 0.26px;
}

.content.small3 {
	font-size : 0.7rem;
	line-height: 22px;
	letter-spacing : 0.77px;
}

.content.little1 {
	font-size : 0.6rem;
	line-height: 18px;
	letter-spacing : 0.22px;
}

.content.little2 {
	font-size : 0.6rem;
	line-height: initial;
	letter-spacing : 0.58px;
}

.content.smallest {
	font-size : 0.56rem;
	line-height: 16.8px;
	letter-spacing : 0.7px;
}

.content.super-small {
	font-size : 0.49rem;
	line-height: 8.4px;
	letter-spacing : 0px;
}

.content.line-initial {
	line-height: initial;
}

.text-med {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 0.8rem;
	line-height: 16px;
	letter-spacing: 0.77px;
	color: rgb(56, 114, 59);
}

.text-med.special {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.text-med.big {
	font-size: 1.2rem;
	line-height: initial;
	letter-spacing: 1.16px;
}

.text-med.taller {
	line-height: 48px;
}

.text-med.line-initial {
	line-height: initial;
}

.text-med.narrow {
	letter-spacing: 0.88px;
}

.btn-text {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 0.8rem;
	line-height: 26px;
	letter-spacing: 0.68px;
	color: rgb(255, 255, 255);
}

.btn-text.small	{
	font-size: 0.7rem;
	line-height: 22px;
	letter-spacing: 0.77px;
}

.intro {
	font-family: 'Open Sans', sans-serif;
	font-weight: light;
	font-size: 0.85rem;
	line-height: 20px;
	letter-spacing: 0.82px;
	color: rgb(85, 85, 85);
}

.zho {
	font-family: 'Noto Sans TC';
	font-size: 0.8rem;
	letter-spacing: 0.88px;
	color: rgb(255, 255, 255);
}


.dark-green {
	color: rgb(71, 125, 64);
}

.green {
	color: rgb(56, 114, 59);
}

.orange {
	color: rgb(255, 169, 0);
}

.white {
	color: rgb(255, 255, 255)
}

.black {
	color : rgb(0, 0, 0);
	color: #38723b;
}

.red {
	color : rgb(255, 0, 0);
}

.darker-grey {
	color : rgb(163, 163, 163);
}

.light-grey {
	color : rgb(107, 107, 107);
}

.white-grey {
	color : rgb(85, 85, 85);
}

.pale-grey {
	color : rgb(96, 96, 96);
}

.bg-green{
	background-color: rgb(56, 114, 59);
}

.bg-light-green{
	background-color: rgb(190, 215, 71);
}

.bg-grey{
	background-color: rgb(153, 153, 153);
}

button:focus{
	outline: none !important;
}

a:hover{
	cursor: pointer !important;
}

/* ============================ END OF GLOBAL ============================ */

.btn-change-language:hover{
	cursor: pointer;
}

.menu {
	margin-right: 0.966%;
	margin-top: 7.2464%;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.menu img{
	width: 25%;
	margin-left: 6.4825%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.menu div{
	height: 21px;
	padding: 0px 16px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.menu div a{
	display: block;
}

.menu div a:hover{
	text-decoration: none;
}

.menu div:first-child{
	border-left: none;
}



.frontpage{
	width: 100%;
	margin-top: 10.628%;
	padding-left: 3.8647%;
	padding-right: 3.8647%;
}

.frontpage .container{
	width: 100%;
	margin-bottom: 3.8647%;
	padding: 0px 1.5707%;
	position: relative;
	border-radius: 16px;
	background-color: #FFFFFF;
}

.pagetitle{
	margin-top: 14.66%;
	margin-bottom: 6.2827%;
	text-align: center;
}

.div-form-container{
	width: 100%;
	/* height: 100px; */
	padding: 1px;
	background-image: linear-gradient(to bottom, rgba(243, 223, 169, 0.5) 0%, rgba(235, 189, 64, 0.5) 100%);
}

.div-form{
	width: 100%;
	/* height: 100%; */
	padding : 6.4865% 2.703%;
	position: relative;
	background-color: #FFFFFF;
}

.label-input{
	margin-bottom: 4.054%;
	display: inline-block;
}

.div-form input{
	width: 100%;
	height: 48px;
	padding-left: 21px;
	padding-right: 12px;
	border: 0.5px solid rgba(153, 153, 153, 0.5);
}

.selectpicker.short{
	width: 28.5714%;
	height: 48px;
	padding-left: 21px;
	padding-right: 12px;
	margin-right: 2.2857%;
}

.div-form .input-long{
	width: 67%;
}

.frontpage-term{
	margin: 9.1429% -4px;
}

.btn-submit{
	width: 100%;
	height: 48px;
	border: none;
	border-radius: 4px;
}

.verification-form{
	margin-top: 8.5714%;
}

.btn-send-code{
	margin-bottom: 5.1429%;
}

.btn-signin-with-code{
	margin-top: 8.5714%;
}

.verification-notes{
	margin-bottom: 7.5714%;
}

.frontpage .div-line{
	width: 100%;
	height: 1px;
	margin-bottom: 5.4286%;
	background-color: rgba(0, 0, 0, 0.2);
}

.verification-input-group{
	margin-top: 5.2857%;
	margin-bottom: 7.5714%;
}

.reset-password-form .verification-input-group{
	margin-top: 1%;
}

.verification-input-group input{
	width: 60px;
	height: 61px;
	padding: 0px;
	margin-left: 4.5714%;
	text-align: center;
	border: 0.5px solid rgba(153, 153, 153, 0.1);
	background-color: rgba(153, 153, 153, 0.1);
}

.verification-input-group input:first-child{
	margin-left: 0px;
}

.verification-input-group input.input-password{
	width: 100%;
	padding-left: 20px;
	text-align: left;
}

.mandatory-info{
	padding-top: 1.7143%;
}

.form-input{
	margin-top: 6.8571%;
	padding-top: 1px;
	padding-bottom: 5.5714%;
	position:relative;
}

.form-input label{
	margin-bottom: 2.7143%;
}

.form-input select{
	width: 100%;
	height: 48px;
}

.password-tips{
	text-align: left;
}

.form-input .btn-change-password{
	padding-bottom: 5%;
	display: block;
	position: absolute;
	right: 15px;
	bottom: 8px;
}

.form-input .btn-change-password:hover{
	cursor: pointer;
}

.custom-checkbox{
	width: 24px;
	height: 24px;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.custom-checkbox.uncheck{
	background-image: url(../img/frontpage/uncheck.png);
}

.custom-checkbox.checked{
	background-image: url(../img/frontpage/checked.png);
}

.form-input.flex{
	padding-bottom: 0px;
	display: flex;
	flex-direction: row;
}

.signup-form .form-input:last-child{
	margin-bottom: 8.5714%;
}

.div-footer-container{
	width: calc(100% + 3.1414%);
	margin-left: -1.5707%;
	margin-right: -1.5707%;
	margin-bottom: 4.1884%;
	padding-bottom: 0.1px;
}

.div-line-footer{
	width: 100%;
	height: 1px;
	background-color: rgba(151, 151, 151, 0.3);
}

.div-logo{
	margin-top: 4.1884%;
	margin-bottom: 5.7592%;
}

.div-logo img{
	width: 50%;
}

.div-term-policy{
	width: 94.7644%;
	/* padding-left : 3.3149%; */
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.div-term-policy div{
	padding: 0px 4.4199%;
}

.div-term-policy a:focus{
	text-decoration: none;
}

.div-term-policy div:last-child{
	border-left: 0.7px solid rgba(0, 0, 0, 0.5);
}

.div-copyright{
	margin-top: 2.0942%;
	margin-bottom: 2.8796%;
}


.termspage{
	width: 100%;
	margin-top: 7.4879%;
	padding-left: 3.8647%;
	padding-right: 3.8647%;
}

.termspage .container {
	width: 100%;
	margin-bottom: 3.8647%;
	padding: 0px 1.5707%;
	position: relative;
	border-radius: 16px;
	background-color: #FFFFFF;
}

.btn-left {
	margin-bottom: 8px;
	margin-left: 1.0471%;
}

.btn-left img{
	width: 24px;
	margin-right: 3px;
}

.btn-left a{
	display: flex;
	align-items: center;
}

.btn-left a:hover{
	text-decoration: none;
}

.terms-content{
	margin-left: 2.7027%;
	margin-right: 2.7027%;
}

.termspage .pagetitle{
	margin-top: 6.8571%;
	margin-bottom: 3.7143%;
	text-align: left;
}




.homepage{
	width: 100%;
	margin-top: 18.3246%;
	padding-left: 3.8647%;
	padding-right: 3.8647%;
}

.homepage .container {
	width: 100%;
	margin-bottom: 3.8647%;
	padding: 0px;
	position: relative;
	border-radius: 16px;
	background-color: #FFFFFF;
}

.homepage .subcontainer{
	padding: 0px 1.5707%;
}

.member-header{
	margin-left: 2.6178%;
	margin-right: 2.6178%;
}

.member-greating{
	margin-bottom: 4.8485%;
	display: flex;
	flex-direction: row;
}

.member-greating a{
	margin-left: auto;
}

.member-greating img{
	width: 24px;
	margin-top: -3px;
}

.member-code{
	margin-bottom: 8.4848%;
	display: flex;
	flex-direction: row;
}

.member-code a{
	margin-left: auto;
}

.member-code img{
	width: 24px;
	margin-top: -3px;
}

.homepage .tab-panel{
	width: 100%;
	display: flex;
	flex-direction: row;
}

.homepage .tab-panel a{
	width: 50%;
	display: block;
}

.homepage .tab-panel a:hover{
	text-decoration: none;
}

.homepage .tab-panel div{
	padding: 9.9476% 0px;
}

.homepage .tab-panel div.active{
	border-bottom: 1px solid rgb(255, 169, 0);
}

.homepage .form-input{
	padding-top: 0px;
	margin-bottom: 12.5714%;
	display: flex;
	flex-direction: column;
}

.homepage .form-input select{
	width: 100%;
	height: 48px;
	padding-left: 8px;
}

.homepage .label-category-select{
	margin-top: 20px;
	display: block;
}


.panel-voucher{
	padding: 0px 3px;
	margin-bottom: 7.967%;
}

.voucher-container{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 48.6264%);
	column-gap: 10px;
	row-gap: 17px;
}

.voucher-item{
	width: 100%;
	position: relative;
	border: 1px solid rgba(151, 151, 151, 0.6);
}

.img-container{
	width: 100%;
	margin-bottom: 7.3446%;
	padding-top: 87.5706%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.voucher-info{
	padding: 0px 4.5198%;
	padding-bottom: 44.0678%;
}

.voucher-name{
	min-height: 36px;
	margin-bottom: 2px;
}

.voucher-validity{
	margin-bottom: 2px;
}

.voucher-qty-left{
	min-height: 18px;
	margin-top: 10px;
}

.btn-redeem{
	width: 90.396%;
	height: 34px;
	margin-top: 15.8192%;
	margin-bottom: 9.0395%;
	margin-left: 4.5198%;
	margin-right: 4.5198%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	border-radius: 2px;
}

.btn-redeem:hover{
	outline: none;
	text-decoration: none;
}

.btn-redeem:visited{
	color: rgb(255, 255, 255);
}

.panel-coupon{
	padding: 0px 2px;
	margin-bottom: 5.1913%;
}

.panel-menu{
	width:87.5676%;
	margin-top: 5.9459%;
	margin-bottom: 6.4865%;
	display: flex;
	flex-direction: row;
}

.panel-menu a{
	width: 33.3333%;
	display: block;
}

.panel-menu a:hover{
	text-decoration: none;
}

.panel-menu div{
	padding: 14.8148% 0px;
	border: 0.5px solid rgba(153, 153, 153, 0.5);
	border-left: none;
}

.panel-menu a:first-child div{
	border-left: 0.5px solid rgba(153, 153, 153, 0.5);
}

.panel-menu div.active{
	background-color: rgb(56, 114, 59);
	color: rgb(255, 255, 255);
}

.coupon-container{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(1, 100%);
	row-gap: 16px;
}

.coupon-item{
	width: 100%;
	padding: 5.1913% 4.3716% 6.5574% 4.3716%;
	border: 1px solid rgba(151, 151, 151, 0.6);
}

.coupon-name{
	height: 52px;
	display: flex;
	align-items: center;
}

.coupon-location{
	margin-bottom: 2.459%;
}

.coupon-validity{
	margin-bottom: 5.4645%;
}

.btn-promotion{
	width: 100%;
	height: 34px;
	border: 1px dashed rgb(129, 180, 193);
	border-radius: 2px;
	background-color: rgb(255, 255, 255);
}

.btn-promotion:focus{
	outline: none;
}

.div-copy-info{
	width: 29.227%;
	height: 34px;
	margin-left: -14.6135%;
	margin-top: -17px;
	position: fixed;
	top: 50%;
	left: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	background-color: rgb(190, 215, 71);
}

.div-copy-info img{
	width: 18px;
	margin-right: 2px;
}

.img-qrcode{
	width: 88.4058%;
	margin-top: 38.6473%;
	margin-bottom: 3.8647%;
	display: block;
}

.membercode .div-label{
	opacity: 0.5;
	margin-bottom: 4px;
}

.membercode a{
	margin-top: 28.9856%;
	margin-bottom : 28.2609%;
	display: flex;
	justify-content: center;
}

.membercode a img{
	width: 13.5266%;
}



.voucherdetail{
	width: 100%;
	margin-top: 14.4928%;
	padding-left: 3.8647%;
	padding-right: 3.8647%;
	padding-bottom: 0.1px;
}

.voucherdetail .container{
	width: 100%;
	margin-bottom: 3.8647%;
	padding: 0px;
	position: relative;
	border-radius: 16px;
	background-color: #FFFFFF;
}

.voucherdetail .subcontainer{
	padding: 0px 1.5707%;
}

.voucherdetail .img-container{
	width: 100%;
	height: 155px;
	margin-bottom: 3.9267%;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.voucherdetail .div-info{
	margin-bottom: 4px;
	margin-left: 2.0157%;
}

.voucherdetail .div-info ul li{
	list-style-position: inside;
}

.voucherdetail .div-info.coupon-code{
	margin-right: 20px;
	margin-bottom: 30px;
	text-align: right;
}

.voucherdetail .div-line{
	width: 100%;
	height: 1px;
	margin-top: 5.4974%;
	margin-bottom: 10.2827%;
	position: relative;
	background-color: rgba(151, 151, 151, 0.6);
}

.voucherdetail .subcontainer-box div.div-line{
	margin-bottom: 9.2827%;
}

.voucherdetail .div-line-notes{
	width: 60%;
	margin-left: -30%;
	position: absolute;
	top: -7.5px;
	left: 50%;
	text-align: center;
	background-color: white;
}


.subcontainer-box{
	width: 100%;
	padding: 0px 2.7027%;
	margin-bottom: 28.6486%;
}

.voucherdetail .subcontainer-box{
	margin-bottom: 10%;
}

.subcontainer .div-label {
	padding: 0px;
}

.div-terms-title{
	margin-bottom: 8px;
}

.div-terms-content ol{
	list-style: decimal none;
	padding-left: 20px;
}

.div-terms-content ul{
	list-style: disc none;
	padding-left: 20px;
}

.subcontainer-box .div-line{
	width: 100%;
	height: 1px;
	margin: 7.1429% 0px;
	background-color: rgba(0, 0, 0, 0.2);
}

.div-dialog-redeem .btn-back,
.voucherdetail .btn-back{
	/* width: 41.623%; */
	width: 80%;
	height: 40px;
	margin-bottom: 6.2827%;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 4px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.voucherdetail .btn-use{
	width: 100%;
	height: 40px;
	margin-bottom: 6.2827%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 4px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.btn-back img{
	width: 15.0943%;
}

.btn-back:focus{
	outline: none;
}

.voucherdetail .verification-input-group input{
	width: 60px;
	height: 60px;
	padding: 0px;
	margin-left: 1.1429%;
	text-align: center;
	border: 0.5px solid rgba(153, 153, 153, 0.1);
	background-color: rgba(153, 153, 153, 0.1);
}

.voucherdetail .verification-input-group .input-text-spending{
	width: 78%;
}

.verification-input-group input:first-child{
	margin-left: 0px;
}

.div-dialog-redeem{
	width: 64.2512%;
	min-height: 98px;
	margin-left: -32.1256%;
	margin-top: -49px;
	padding-top: 20px;
	position:fixed;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 8px;
	z-index: 100;
	transform: translate(-50%, -50%);
	margin: 0 !important;
}

.div-dialog-redeem img{
	width: 32px;
	margin-bottom: 8px;
}

.div-dialog-redeem .div-redeem-trans-number{
	margin-top: 10px;
	margin-bottom: 10px;
}

.profilepage{
	width: 100%;
	margin-top: 10.628%;
	padding-left: 3.8647%;
	padding-right: 3.8647%;
}

.profilepage .container{
	width: 100%;
	margin-bottom: 3.8647%;
	padding: 0px 1.5707%;
	position: relative;
	border-radius: 16px;
	background-color: #FFFFFF;
}

.profilepage .pagetitle{
	margin-top: 6.2827%;
	margin-bottom: 6.2827%;
}

.profilepage .div-form{
	padding : 0px 2.7027%;
}

.profilepage .mandatory-info{
	padding-top: 0px;
	margin-bottom: 6.4865%;
}

.profilepage .form-input{
	padding-bottom: 4.8571%;
}

.profilepage .form-input.flex{
	padding-bottom: 0px;
}

.profilepage .btn-submit{
	margin-bottom: 2.2857%;
}

.profilepage .btn-submit.btn-cancel{
	margin-bottom: 10.5714%;
}

.div-dialog-container{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
}

.div-dialog-update-success{
	width: 59.9034%;
	height: 98px;
	margin-left: -29.9517%;
	margin-top: -49px;
	position:fixed;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 8px;
}

.div-dialog-update-success img{
	width: 12.9032%;
	margin-bottom: 3.2258%;
}

.div-dialog-verification{
	width: 92.2705%;
	padding: 0px 1.5707%;
	margin-left: -46.1353%;
	margin-top: -282.5px;
	position:fixed;
	top: 50%;
	left: 50%;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
}

.btn-close{
	position: absolute;
	top: 0px;
	right: 0px;
}

.btn-close img{
	width: 56px;
}

.div-dialog-verification input:disabled,
.div-dialog-verification select:disabled{
	background-color: rgb(225, 225, 225);
}

.div-dialog-verification .btn-send-code{
	margin-bottom: 0px;
}

.div-dialog-verification .verification-notes{
	margin-bottom: 0px;
	margin-top: 5.1429%;
}

.div-dialog-verification .div-line{
	width: 100%;
	height: 1px;
	margin-top: 8.5714%;
	margin-bottom: 9.1429%;
	background-color: rgba(0, 0, 0, 0.2);
}

.div-dialog-verification .verification-input-group{
	margin-bottom: 8.5714%;
}

.div-dialog-verification .div-form-container{
	margin-bottom: 7.5916%;
}

.btn-submit:disabled,
.btn-send-code:disabled{
	background-color: rgb(96, 96, 96);
}

select#country_code,
select#country_code-verification{
	padding: 0px;
	text-align: center;
	text-align-last: center;
	-moz-text-align-last: center;
	-webkit-appearance: menulist-button;
}


.link-forgot-password{
	width: 100%;
	margin-top: 20px;
	display: block;
	text-align:center;
}

.link-forgot-password:hover{
	text-decoration: none;
	cursor: pointer;
}

.login-form .link-forgot-password{
	text-align: right;
	margin-bottom: 20px;
}

.dialog-change-password .btn-submit{
	margin-top: 20px;
}

.voucherdetail.coupon-detail .container {
	min-height: 800px;
}

.voucherdetail.coupon-detail .div-line{
	margin-bottom: 5.4974%;
}

.coupon-detail .div-coupon-notes{
	margin-top: 10px;
	margin-bottom: 30px;
}

.div-how-to-use-coupon{
	width: 85%;
	height: 34px;
	margin-left : auto;
	margin-right: auto;
	border-radius: 4px;
	color: #FFFFFF;
}


.groupon-coupon-detail .container.div-logo-container{
	margin-bottom: 10px;
}

.groupon-coupon-detail .div-logo-container .img-coupon{
	width: 100%;
	border-radius: 16px 16px 0px 0px;
}

.groupon-coupon-detail .div-logo-container .div-coupon-title{
	margin: 3%;
}

.groupon-coupon-detail .div-coupon-dtl {
	padding: 1%;
}

.groupon-coupon-detail .div-coupon-dtl .div-section-title{
	margin-top: 2%;
	margin-bottom: 2%;
	display: flex;
	align-items: flex-end;
}

.groupon-coupon-detail .div-coupon-dtl .div-section-title img {
	width: 20px;
	margin-right: 8px;
}

.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container{
	display: grid;
	grid-template-columns: repeat(1, 100%);
	row-gap: 17px;
}

.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item{
	width: 100%;
	min-height: 150px;
	position: relative;
	display: flex;
	flex-direction: row;
	position: relative;
	border: 1px solid rgba(151, 151, 151, 0.6);
	border-radius: 10px;
}

.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item .div-item-container{
	width: 100%;
	display: flex;
	flex-direction: row;
	position: relative;
	overflow: hidden;
}

.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item .div-item-qty-container{
	width: 10%;
	padding-left: 6px;
	padding-top: 8px;
	position: absolute;
	top: -6px;
	left: 4px;
	display: flex;
	justify-content: center;
	z-index: 5;
}

.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item .img-qty{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}

.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item .img-coupon-container{
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item .img-coupon{
	width: 100%;
	max-width: 220px;
}

.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item .link-detail{
	width: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -45%;
	background-color : rgba(0,0,0,0.2);
	position: absolute;
	left: 50%;
	bottom: 10px;
	text-align: center;
	z-index: 5;
    background-color: #41723e;
    color: #ffffff;
}

.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item .div-coupon-content{
	width: 60%;
	padding-left: 2%;
	padding-top: 0.5%;
	position: relative;
}


.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item .div-coupon-content .div-qty-input-container{
	margin-bottom: 8px;
	margin-left: 4%;
	width: 150px;
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item .div-coupon-content .div-qty-input{
	width: 180px;
	display: flex;
	flex-direction: row;
	max-width: 50vw;
}
.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item .div-coupon-content .btn-share{
	position: absolute;
	right: 13px;
	bottom: 13px;
	width: 44px;
	height: 44px;
	background-image: url('./../img/homepage/btn-share.svg');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item .div-coupon-content .btn-share.btn-share-eng{
	background-image: url('./../img/homepage/btn-share-en@3x.png');
}
.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item .div-coupon-content .btn-share.btn-share-zho,
.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item .div-coupon-content .btn-share.btn-share-chi{
	background-image: url('./../img/homepage/btn-share-chn@3x.png');
}

.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item .div-coupon-content button{
	width: 36px;
	height: 36px;
	border: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F7F7F7;
	border: 1px solid #E0E0E0;
}

.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item .div-coupon-content .btn-decrease{
	border-radius: 5px 0 0 5px;
}

.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item .div-coupon-content .btn-increase{
	border-radius: 0 5px 5px 0;
}

.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item .div-coupon-content button:focus{
	outline: none;
}

.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item .div-coupon-content input:focus{
	outline: none;
}

.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item .div-coupon-content .div-qty-input img{
	width: 15px;
}

.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item .div-coupon-content .txt-qty{
	width: calc(100% - 120px);
	height: 36px;
	border: 0px;
	text-align: center;
	color: rgba(39,34,34,0.8);
	background-color: #F7F7F7;
	border: 1px solid #E0E0E0;
	border-left: none;
	border-right: none;
}

.groupon-coupon-detail .div-coupon-dtl .btn-use-coupon{
	width: 100%;
	height: 48px;
	margin-top:5%;
	margin-bottom:2%;
	border: none;
	border-radius: 4px;
}

.groupon-coupon-detail .div-coupon-dtl .btn-use-coupon.active{
	background-color: rgb(56, 114, 59);
}

.voucherdetail.groupon-coupon-detail .div-line{
	margin-bottom: 5.4974%;
}

.div-dialog-redeem.redeem-groupon-detail{
	margin-top: -10%;
}

.div-dialog-redeem .div-redeem-code{
	width: 90%;
	margin-top:3%;
	margin-bottom: 2%;
	background-color: #CBE061;
	border-radius: 5px;
}

.div-dialog-redeem .div-redeem-code ul{
	margin-top: 6%;
	margin-bottom: 6%;
}

.div-dialog-redeem .div-redeem-code ul li{
	margin-bottom: 3%;
}



.loading-div{
	width: 100%;
	margin-top: -9.2827%;
	padding-top: 15.75%;
	position: relative;
}

.groupon-coupon-detail .loading-div{
	margin-top: 0px;
	padding-top: 0px;
}

.ajax-loader {
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 5px solid rgba(26, 26, 26, 0.7);
	width: 25px;
	height: 25px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}




.div-error-container{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
}

.div-dialog-error{
	width: 40%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	min-height: 98px;
	margin-left: -20%;
	margin-top: -49px;
	position:fixed;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 8px;
}

.div-dialog-error .fa{
	margin-bottom: 5px;
	color: red;
}


.div-dialog-error .div-error-content{
	margin-top: 5px;
	text-align: center;
}


@media(min-width: 440px){
	.frontpage .container,
	.termspage .container,
	.homepage .container,
	.voucherdetail .container,
	.profilepage .container,
	.container{
		width: 382px;
	}
}

@media(min-width: 599px){
	html, body{
		font-size: 24px;
	}

	.frontpage .container,
	.termspage .container,
	.homepage .container,
	.voucherdetail .container,
	.profilepage .container,
	.container{
		width: 500px;
	}

	.menu {
		width: 500px;
		margin-top: 2.2464%;
		margin-right: auto;
		margin-left: auto;
	}

	.menu img{
		width: 15%;
		margin-left: 0px;
	}

	.pagetitle {
		margin-top: 8.66%;
	}

	.profilepage .form-input,
	.form-input{
		padding-bottom: 0px;
	}

	.homepage {
		margin-top: 3.3246%;
	}

	.member-header{
		width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.member-greating {
		margin-bottom: 1.8485%;
	}

	.member-greating img{
		width: 35px;
	}

	.member-code{
		margin-bottom: 1.4848%;
	}

	.member-code img{
		width: 35px;
	}

	.membercode a{
		margin-top: 8.9856%;
		margin-bottom: 8.2609%;
	}

	.membercode a img{
		width: 30px;
	}

	.img-qrcode{
		width: 300px;
		margin-top: 5.6473%;
	}

	.btn-left{
		width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.profilepage{
		margin-top: 3.628%;
	}

	.div-dialog-verification{
		width: 500px;
		top: 40%;
		margin-left: -250px;
	}

	.frontpage{
		margin-top: 2.628%;
	}

	.termspage {
		margin-top: 2.4879%;
	}

	.voucherdetail {
		margin-top: 2.4928%;
	}

	.form-input .btn-change-password{
		padding-bottom: 0px;
	}

	.div-terms-content ol{
		padding-left: 30px;
	}

	.div-terms-content ul{
		padding-left: 30px;
	}
}

@media(min-width: 767px) {
	.div-dialog-update-success{
		width: 427.5px;
		height: 210px;
		margin-left: -213.75px;
	}

	.div-copy-info{
		width: 427.5px;
		margin-left: -213.75px;
	}

	.div-dialog-redeem{
		width: 427.5px;
		margin-left: -213.75px;
	}
}

@media(min-width: 992px) {
	.menu img{
		width: 17%;
	}
}

@media(min-width: 1366px) {
	.menu img{
		width: 20%;
	}
}

@media (max-width: 460px) {
	.groupon-coupon-detail .div-coupon-dtl .div-coupon-detail-container .div-coupon-detail-item .div-coupon-content .btn-share{
		right: 6px;
		bottom: 9px;
		width: 32px;
		height: 32px;
	}
}

@media(max-width: 400px){
	html, body{
		font-size: 16px;
	}
}

@media(max-width: 340px){
	html, body{
		font-size: 14px;
	}
}

.page-share-title {
    margin: 20px 0;
    padding: 0 10px;
	color: #38723b;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.46px;
}
.page-share-title>* {
	vertical-align: middle;
}
.page-share-title>img {
	margin-right: 6px;
}
#receiver_count {
	width: 100%;
    height: 48px;
    background: transparent;
}
#CouponShareFormDiv .btn-submit {
	margin: 50px 0 60px;
}
#CouponShareFormDiv .btn-back {
	background-color: #FFFFFF;
	color: rgb(56, 114, 59);
    box-shadow: rgb(56 114 59) 0px 0px 1px 1px;
    margin: 0;
    width: 100%;;
}
#CouponShareFormDiv .btn-next {
	margin-top: 12px;
}

.panel-history{
	padding: 0px 2px;
	margin-bottom: 5.1913%;
}