/* reset */
html{
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
address,
caption,
cite,
code,
dfn,
/* em, */
th,
var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,
textarea,
select {
	*font-size:100%;
}
legend {
	color:#555;
}

blockquote {
	color:#999;
	margin-left: 20px;
	padding-left: 20px;
	border-left:2px solid #ccc;
}
#wrapper{background-color:#eee;}
body{color:#545454}
em{font-style: italic;}
.ui-content .ui-content-container {
    padding: 0 35px;
    margin-bottom: 10px;
}
/* ui icon */
.topbar-logo,
.ui-icon-topbar-menu,
.ui-icon-footer-facebook,
.ui-icon-footer-wechat,
.ui-icon-topbar-search,
.ui-icon-topbar-im,
.ui-icon-topbar-search-back,
.ui-icon-footer-appicon,
.ui-icon-footer-download,
.ui-icon-date,
.ui-list-arrow li:after,
.ui-icon-pagination-prev,
.ui-icon-pagination-next,
.ui-pagination-current:after,
.product-list-content:after,
.product-detail-spec-arrow span,
.ui-icon-address,
.ui-icon-btn-im,
.ui-icon-btn-referral,
.ui-icon-nearby,
.ui-icon-filter,
.ui-icon-address-online,
.ui-icon-btn-external-link,
.ui-icon-eclist-more{
	background:url(../images/ui-icon.png);
	background-size:500px;
}
/* ui */
.ui-div{clear:both;}

.ui-div h2{
	height:30px;
	color:#8e8e93;
	font-size:13px;
	line-height:13px;
	padding:10px 8px 0;
	margin:0;
	background:#eee;
}
.ui-div-content{background:#fff;}
ul.ui-list li{
	padding:10px 5px;
	border-bottom:1px solid #eee;
	overflow : hidden;
	text-overflow : ellipsis;
	white-space : nowrap;
	color:#111111;
	font-size:15px;
}
ul.ui-list li.ui-list-disabled{color:#8e8e93;}
ul.ui-list li.ui-list-disabled:after{display:none;}
ul.ui-list li:hover{color:#8e8e93;}

ul.ui-list-arrow li{
	padding:10px 32px 10px 8px;
	overflow:inherit;
	text-overflow:inherit;
	white-space:inherit;
	height:inherit;
	line-height:inherit;
	position:relative;
}
ul.ui-list-arrow li:after{
	content:"";
	width:32px;
	height:32px;
	display:block;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-16px;
	background-position:-208px 0px;
}

.ui-btn-noborder{
	width:100%;
	text-align:center;
	border:none;
	color:#00a499;
	height:40px;
	line-height:40px;
	font-weight:bold;
	background:none;
}
.text-color-gray{color:#8e8e93;}
.text-font-size-small{font-size:12px;}
.ui-vr{
	height: 50%;
    width: 1px;
    background: #d1d1d1;
    display: inline-block;
    vertical-align: sub;
}
/*按鈕的定義樣式*/
.green-max-radius-btn {
    color: #00a499;
    background: none;
    border:0px;
    margin-top:4px;
    /* border-radius: 17px;*/
}
/* header topbar */
.header-topbar{
	width:100%;
	padding:9px 5px;
	height:50px;
	display:block;
	background:#00a499;
	position:relative;
}
.header-topbar .ui-icon-topbar-menu{
	height:32px;
	width:32px;
	position:absolute;
}
.header-topbar .topbar-logo{
	height:32px;
	width:80px;
	position: absolute;
    left: 37px;
	background-position:-32px 0;
}
.header-topbar .topbar-searchbox{
	height:32px;
	margin-left:117px;
	background-color:#fff;
	border-radius:3px;
	padding: 0 32px 0 8px;
    line-height: 32px;
    font-size: 13px;
    color: #8e8e93;
	position:relative;
	cursor:text;
	overflow: hidden;
}
.header-topbar .ui-icon-topbar-search{
	height:32px;
	width:32px;
	background-position:-112px 0;
	position:absolute;
	right:0;
	top:0;
}
.header-topbar .ui-icon-topbar-im{
	display:none;
	height:32px;
	width:32px;
	position:absolute;
	right:5px;
	top:9px;
	background-position:-144px 0;
}
.header-topbar.header-topbar-logged .topbar-searchbox{margin-right:37px;}
.header-topbar.header-topbar-logged .ui-icon-topbar-im{display:block;}
.header-topbar .topbar-searchbox p{margin: 0;font-size: 13px;color: #8e8e93;}
/* header search */
#search-overlay{
	display:none;
	width: 100%;
    height: 100%;
    z-index: 9999;
    position: absolute;
    top: 0;
    background: #eee;
}
.search-overlay-header{
	height:50px;
	width:100%;
	background:#fff;
	position:relative;
}
.ui-icon-topbar-search-back{
	width:32px;
	height:32px;
	position:absolute;
	left:5px;
	top:9px;
	display:block;
	background-position:-176px 0;
}
.search-overlay-input-container{
	height:32px;
	margin: 0 90px 0 42px;
    padding: 9px 0;
}
.search-overlay-input{
	width:100%;
	line-height:32px;
	height:32px;
	padding:2px 8px;
	font-size:15px;
	border:none;
}
.search-overlay-btn{
	width:90px;
	height:50px;
	display:block;
	position:absolute;
	right:0;
	top:0;
	background:#00a499;
	border:none;
	border-radius:0;
	color:#fff;
}

/* footer */
footer{
	background:#00a499;
	width:100%;
	margin-top:10px;
}
footer .footer-bktotop{
	width:100px;
	margin:0 auto;
	color:#fff;
	text-align:center;
	font-size:13px;
	line-height:35px;
	height:35px;
	border-bottom:1px solid #4fb8b1;
}
footer .footer-bktotop a { color: #FFF; }
footer .footer-bktotop button { color: #FFF; }
footer .footer-bktotop button:focus{outline: none; }
footer .footer-socialmedia-icon{margin-top:10px; text-align:center;}

footer .ui-icon-footer-facebook{
	width:80px;
	height:24px;
	display:inline-block;
	background-position:0px 24px;
}
footer .ui-icon-footer-wechat{
	width:80px;
	height:24px;
	display:inline-block;
	background-position:-80px 24px;
}
footer .footer-nav{
    font-size: 12px;
    margin: 0 auto;
    margin-top: 5px;
    text-align: center;
    color: #fff;
    width: 90%;
    padding: 0px 20px;
}
footer .footer-nav a{
	color:#fff;
	padding: 4px 2px;
	margin:0 3px;
	display:inline-block;
}
footer .footer-link{
	font-size:12px;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
footer .footer-link a,.footer-link p{
    color:#00534d;
    padding: 6px 0px;
    display: inline-block;
}

/* pagination */
.ui-pagination{
	margin-top:10px;
	height:50px;
	width:100%;
	display:block;
	background:#fff;
	position:relative;
}
.ui-pagination-current{
	padding: 0 0 0 25px;
    width: 130px;
    margin: 0 auto;
	line-height:50px;
	overflow: hidden;
	position:relative;
}
.ui-pagination-current select{
	background:url(../images/ui-icon-pagination-arrow.png) 60px 10px no-repeat;
	background-size:32px;
    width: 100px;
    border: 0;
    border-radius: 0;
    height: 50px;
    -webkit-appearance: none;
}

.ui-pagination-prev{
	width:80px;
	height:50px;
	display:block;
	position:absolute;
	left:0;
	top:0;
}
.ui-icon-pagination-prev{
	width:32px;
	height:32px;
	background-position:-240px 0;
	margin: 9px auto;
}
.ui-pagination-next{
	width:80px;
	height:50px;
	display:block;
	position:absolute;
	right:0;
	top:0;
}
.ui-icon-pagination-next{
	width:32px;
	height:32px;
	background-position:-272px 0;
	margin: 9px auto;
}

/* app download */
.footer-app-download{
	height:50px;
	width:100%;
	background:#fff;
	padding:5px 8px;
	border-bottom:1px solid #eee;
}
.ui-icon-footer-appicon{
	float:left;
	width:40px;
	height:40px;
	display:block;
	background-position:0 64px;
}
.footer-app-text{float:left; color:#555; padding:0 10px; margin-top:-2px;}
.footer-app-text span{font-size:13px; line-height:13px;}
.footer-app-text p{font-size:16px; font-weight:bold; margin-top:-1px; margin-bottom: 0px;}
.ui-icon-footer-download{
	border:1px solid #00a499;
	width:38px;
	height:38px;
	display:block;
	float:right;
	background-position:-42px 63px;
	border-radius:4px;
}

/* ads */
.ui-div-ads .ui-div-content{text-align:center; margin-top:10px;background:#eee;text-align:center;}
.ui-div-ads-top .ui-div-content{
	text-align:center;
	margin:5px 0;
	background:#eee;
}

/* news */
article{background:#fff; padding-bottom:10px;}
article header, .news-content-container{clear:both;}
article header:before, article header:after, .news-content-container:before, .news-content-container:after{
    display: table;
    content: " ";
	clear:both;
}

article .news_fb iframe{width:inherit;margin:inherit;}
.ui-news-detail article h1{
	padding:10px 8px;
	font-size:18px;
	color:#111;
	font-weight:bold;
	line-height:1.4;
}
.ui-news-detail article img{width:100%;margin: 5px 0;}
/* pdv- 4356 Tail picture display problem*/
.ui-news-detail article .custom_footer img{width: auto!important;}
.ui-news-detail article p{margin: 5px 15px 25px 15px;line-height: 1.6;word-wrap: break-word;}
.ui-news-detail article ul,.ui-news-detail article ol{padding: 0 35px;}
.ui-news-detail article li{padding-left: 0px;list-style: inherit;line-height: 1.6;}
.ui-news-detail article table {margin: 5px 15px 25px 15px;width: calc(100% - 30px) !important;}
.ui-news-detail article p.news-img-wrapper{margin:0;max-width:100%;max-height:100%;}
.ui-news-detail article p.news-img-wrapper img{width:100%;margin:5px 0;}
.ui-news-detail article p.news-img-wrapper iframe{width:100%;margin:5px 0;}

article .article-date{
	float: left;
    margin-right: 10px;
    line-height: 20px;
    color: #8e8e93;
    font-size: 12px;
    padding-left: 5px;
}
.ui-icon-date{
	width: 12px;
    height: 12px;
    display: block;
    background-position: 0px -32px;
    float: left;
    margin-right: 2px;
	margin-top: 4px;
}
article .fb-like{float:right; margin-right:5px;}

.stick{
	margin-top: 0 !important;
	position: fixed !important;
	top: 0;
	z-index: 9999;
}

/* tabbar */
.tabbar-anchor{display:block;}
.tabbar-container{
    width: 100%;
    height: 40px;
    display: block;
}
.tabbar{
	width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    height: 40px;
    display: block;
    background: #fff;
}
.tabbar a{color:#111;flex: 1;text-align: center;}
.tabbar ul{
    display: flex;
}
.tabbar li {
    display: inline-block;
    line-height: 40px;
    width: 100%;
    font-size: 14px;
}
.tabbar .active{
	border-bottom: 3px solid #f0c400;
    line-height: 34px;
    color: #00a499;
}
.news-listing-card{
	background:#fff;
	padding-bottom:5px;
	margin-top:5px;
}
.ui-div a:first-of-type .news-listing-card{margin-top:0;}
.news-listing-card img{width:100%; height:auto;}
.news-row-view img {width:auto; height:auto; vertical-align: text-top;}
.news-listing-card h2{background:#fff;font-size:18px;font-weight:bold;color:#111;height:inherit;line-height:1.3;padding: 5px 5px 2px 5px;}
.news-listing-card .article-date{
    line-height: 20px;
    color: #8e8e93;
    font-size: 12px;
    padding-left: 5px;
}

/*zone group cate*/
.list-group-title{background:#fff; padding:2px 5px;}
.list-group-title h2{
	background: #8e8e93;
    color: #fff;
    border-radius: 4px;
    height: inherit;
    font-size: 15px;
    line-height: inherit;
    padding: 8px 10px 8px 8px;
}
.list-zone-title{padding: 5px 5px 10px 5px;background: #fff;}
.list-zone-title h2{
	background:#fff;
	font-size: 18px;
    padding: 5px;
	border-bottom:1px solid #eee;
}
.list-zone-title img{height:26px;vertical-align:text-bottom; margin-right:5px;}
.ui-list a li img{width:20px;float:right;margin-left: 5px;}
ul.ui-list-arrow li span{margin-left:4px;}

/* update:20160823 */
.tnc-page{padding: 10px 15px;margin: 0;width: 100%;}
.tnc-page h3{font-size: 18px;font-weight: bold;color: #111;margin: 10px 0 30px;}
.tnc-page h4{font-size: 16px;font-weight: bold;color: #111;padding-bottom: 8px;border-bottom: 1px solid #ccc;margin: 20px 0 5px 0;}

/* quotation */
.ui-div-product-detail{color:#111;}
.ui-div-product-detail a{display:block;}
.ui-div-product-detail .product-detail-image{text-align:center;}
.ui-div-product-detail .product-detail-info{ padding:10px 8px 5px; border-bottom: 1px solid #eeeeee; } 
.ui-div-product-detail .product-detail-info h1{
	font-size:18px;
	font-weight:bold;
	color:#111;
	margin-bottom:2px;
}
.ui-div-product-detail .product-detail-info p{font-size:12px;color:#8e8e93;}
.product-detail-info .product-label img{width:20px;height:20px;vertical-align:top;}
.product-detail-info-price{position:relative;}
.product-detail-info-fb{position: absolute;right: 0;top: 4px;}
.product-detail-spec {padding: 8px 8px 0 8px;}
.product-detail-spec table tbody tr td{font-size:12px;color:#8e8e93;}
.product-detail-spec table tbody tr td:first-of-type{padding-right:20px;color:#545454;}
.product-detail-spec-arrow{ width:100%; height:32px; border-bottom: 1px solid #eeeeee; } 
.product-detail-spec-arrow-active{ -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); } 
.product-detail-spec-arrow span{
	display:block;
	height:32px;
	width:32px;
	margin:0 auto;
	transition: 0.25s;
	background-position: -336px 0;
}
.product-detail-function{margin: 8px 0 0 0px;}
.icon-list-container{
    margin: 0;
    width: 100%;
    height: 80px;
    line-height: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
	-webkit-overflow-scrolling: touch;	
}
.icon-list .icon{width: 50px;height: 50px;}
.icon-list {width: 63px;}
.icon-list a{color:#545454;}
@media screen and (max-width: 320px){.icon-list {width: 57px;}}

/* quotation card */
.ui-div-quotation{margin-top:10px;}
.ui-div-quotation .ui-div-content{padding:8px;}
/*.ui-div-quotation .ui-div-content div:last-of-type{border-bottom:none;}*/
.quotation-merchant-wrapper{border-bottom:1px solid #eee; padding-bottom:5px;position:relative;}
.quotation-merchant-name{font-size:15px;color:#111;}
/* .quotation-merchant-rating{display:inline-block;vertical-align: text-bottom;} */
.quotation-merchant{position: relative;padding-right: 50px;}
.quotation-merchant-im-status{
	position: absolute;
    right: 0;
    top: 3px;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 2px;
}
.quotation-merchant-im-status-online{background: #00a499;color: #fff;}
.quotation-merchant-im-status-away{background: #f9b62c; color: #fff;}
.quotation-merchant-address{
	font-size:12px;
	color:#8e8e93;
	line-height:20px;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow:hidden;
}
.ui-icon-address{
	width: 12px;
    height: 12px;
    display: block;
    background-position: -12px -32px;
    float: left;
    margin-right: 2px;
    margin-top: 4px;
}
.ui-icon-address-online{
	width: 12px;
    height: 12px;
    display: block;
    background-position: -24px -32px;
    float: left;
    margin-right: 2px;
    margin-top: 4px;
}
.original-price{color:#8e8e93;} 
.quotation-price{
	position:relative;
	padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.quotation-price-date{
	position:absolute;
	top:14px;
	right:0;
	font-size:12px;
	color:#8e8e93;
	line-height:20px;
}
.quotation-btn{padding:8px 0 0 0;text-align:center;}
.btn-container-50{width:49%; display:inline-block;}
.btn-container-50:first-of-type{padding-right:2px;}
.btn-container-50:last-of-type{padding-left:2px;}
.btn-quotation-im{
	display:block;
	width:100%;
	height:36px;
	line-height:36px;
	font-size:14px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0.5px 2px rgba(0,0,0,0.15);
    box-shadow: 0 0.5px 2px rgba(0,0,0,0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
}
.btn-quotation-im:hover, .btn-quotation-im:focus{background-color:#eee;color:#00a499;}
.btn-quotation-referral{
	display:block;
	width:100%;
	height:36px;
	line-height:36px;
	font-size:14px;
	color:#fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #00a499;
    text-align: center;
}
.btn-quotation-referral:hover, .btn-quotation-referral:focus{background-color:#008a82;color:#fff;}
.ui-icon-btn-im{
	width:18px;
	height:18px;
	display:inline-block;
	background-position: 0px -44px;
    vertical-align: sub;
    margin-right: 5px;
}
.ui-icon-btn-referral{
	width:18px;
	height:18px;
	display:inline-block;
	background-position: -18px -44px;
    vertical-align: sub;
    margin-right: 5px;
}
.ui-icon-btn-external-link{
	width:18px;
	height:18px;
	display:inline-block;
	background-position: -72px -44px;
    vertical-align: sub;
    margin-right: 5px;
}
.ui-div-filter{height:36px; position:relative; padding:2px 4px;text-align: center;}
.quotation-nearby, .quotation-filter{
	display:inline-block;
	width:48%;
	height:32px;
	line-height:32px;
	text-align:center;
	font-size:15px;
}
.quotation-filter-opened{background:#eee;border-radius: 3px;}
.filter-content{
	position: absolute;
    width: 100%;
    top: 36px;
	left:0;
    display: none;
    background: #fff;
    z-index: 999;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
	box-shadow: 0 10px 15px rgba(0,0,0,0.3);
}
.ui-icon-nearby{
	width:18px;
	height:18px;
	display:inline-block;
	background-position:-54px -44px;
	vertical-align: text-top;
    margin-right: 3px;
}
.ui-icon-filter{
	width:18px;
	height:18px;
	display:inline-block;
	background-position:-36px -44px;
	vertical-align: text-top;
    margin-right: 3px;
}
.filter-content form{padding:8px;}
.filter-content form select{
	-webkit-animation-duration: .1ms;
    animation-duration: .1ms;
    -webkit-animation-name: mui-node-inserted;
    animation-name: mui-node-inserted;
    display: block;
    height: 32px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.26);
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNiIgd2lkdGg9IjEwIj48cG9seWdvbiBwb2ludHM9IjAsMCAxMCwwIDUsNiIgc3R5bGU9ImZpbGw6cmdiYSgwLDAsMCwuMjQpOyIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    color: rgba(85,85,85);
    font-size: 15px;
    padding: 0 25px 0 0;
	margin-bottom:5px;
}
.filter-btn{width:100%;}
.btn-filter-clear{
	background: #8e8e93;
    color: #fff;
    width: 100%;
    border: none;
    border-radius: 3px;
    height: 36px;
	margin-bottom:5px;
	font-size:15px;
}
.btn-filter-apply{
	background: #00a499;
    color: #fff;
    width: 100%;
    border: none;
    border-radius: 3px;
    height: 36px;
	font-size:15px;
}
.product-detail-report{
	font-size:12px;
	line-height:1.2;
	margin:5px 0 0 0;
	color:#8e8e93;
}
.product-detail-report a{display:inline;}
.product-list-remark-container{margin-top:10px;padding: 5px 8px 0 8px;}
.investigation_label{color: #f13200;font-size: 0.7em;margin: 0;}
.star-label{font-size:12px;color:#8e8e93;}
.affiliate-link{position:absolute; top:0; right:0}
.affiliate-link img{height:40px; width:80px;}
/*temp*/
.product-list-content{background:none;}
.product-list-content:after{
	content:"";
	width:32px;
	height:32px;
	display:block;
	position:absolute;
	top:50%;
	right:0;
	margin-top:-16px;
	background-position:-208px 0px;
}
.product-list-content .product-list-title{color:#111111;}
.ui-pagination{margin-top:0;}
.container, .container-grey{padding: 10px 0px 0px 0px;}
.product-list{margin: 10px 0 0 0;}

/* 10533 popup modal style */
.modal, .modal-custom {
    display: none;
    position: fixed;
    z-index: 7;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: #000;
    background-color: rgba(0,0,0,0.4);
}
/* Modal Header */
.modal-header {
    padding: 2px 16px;
}

/* Modal Body */
.modal-body {
    padding: 2px 16px;
    text-align: center;
}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
}

/* Modal button */
.modal-content button{
    width: 40%;
    height:40px;
    display:block;
    margin:10px auto;
    text-align:center;
    padding:0;
}

.btn-width {
	min-width: 150px;
}

/* Modal Content */
.modal-content, .modal-custom-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    padding: 0;
    border: none;
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
    color: #434a54;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.modal-option-wrapper{
    margin: 10px;
}

.modal-content button,
.modal-custom-content button {
    width: 40%;
    height: 40px;
    display: block;
    margin: 10px auto;
    text-align: center;
    padding: 0;
}
.modal-option {
    border: 2px solid black;
    border-bottom: 0;
    padding: 10px;
}
.modal-option:last-of-type {
    border-bottom: 2px solid black;
}
.modal-option.selected {
    background: #00a499;
    color: #fff;
}

/* Add Animation */
/*@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 40%; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 40%; opacity: 1}
}*/

/* The Close Button */
.modal-close {
    position:absolute;
    right:0px;
    height:30px;
    width:30px;
	background:url(../images/btn_close.png) no-repeat;
    z-index:1;
}

.modal-close:hover,
.modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/*14159 youtube width*/
.ui-news-detail article p.youtube-wrapper{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 5px 0;
}
.ui-news-detail article p.youtube-wrapper iframe.youtubevideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*15062 msite iframe cosmetic*/
.ui-news-detail article p.iframe-wrapper{margin: 5px 0;}
.ui-news-detail article p.iframe-wrapper iframe{width: 100%;}
@media only screen and (min-width:240px) and (max-width:319px) {.ui-news-detail article p.iframe-wrapper iframe{ width:100%; height:150px; }}
@media only screen and (min-width:320px) and (max-width:479px) {.ui-news-detail article p.iframe-wrapper iframe{ width:100%; height:230px; }}
@media only screen and (min-width:480px) and (max-width:579px) {.ui-news-detail article p.iframe-wrapper iframe{ width:100%; height:290px; }}

/*error 410*/
.error-410-wrapper{text-align: center;padding: 40px 20px 40px 20px;}
.error-410-wrapper img{width: 124px; height: 124px;}
.error-410-wrapper p{padding: 10px;}
.error-410-wrapper a{display: block; width: 100%;font-size: 1rem;}
.error-410-wrapper .btn-default{background: #fff; border: 0;}

/*20170307*/
.ec-410-pdlist .product-list-item {height: inherit;}
.ec-410-pdlist .ec-grid-2{padding: 0;margin-bottom: -5px;}
.ec-410-register{text-align: center;padding:10px;}
.ec-410-register a{width: 100%;}

.ui-news-detail article p.iframe-wrapper{margin: 5px 0;}
.ui-news-detail article p.iframe-wrapper iframe{width: 100%;}
@media only screen and (min-width:240px) and (max-width:319px) {.ui-news-detail article p.iframe-wrapper iframe{ width:100%; height:150px; }}
@media only screen and (min-width:320px) and (max-width:479px) {.ui-news-detail article p.iframe-wrapper iframe{ width:100%; height:230px; }}
@media only screen and (min-width:480px) and (max-width:579px) {.ui-news-detail article p.iframe-wrapper iframe{ width:100%; height:290px; }}

/*20170308 merchant label*/
.quotation-merchant-label img{height: 19px; margin-right: 5px;}
.shop_store_business_hour span{color: #8e8e93;}

/*20170307 bookmark*/
.my-bookmark-empty {
    text-align: center;
    padding: 20px 0;
    background: #fff;
}
.my-bookmark-empty a.btn{width: 180px;}
.my-bookmark-empty p {
    margin: 0;
    font-size: 15px;
    color: #8e8e93;
}
p.my-bookmark-empty-hl {
    color: #00a499;
    margin: 10px 0 0px 0;
    font-size: 18px;
    font-weight: bold;
}
.tabbar-bookmark ul li{width: 33.33%; text-align: center;}
.product-list-checkbox{position: initial;}
.my-profile-bookmark-wrapper{background: #fff;}
.my-profile-bookmark-wrapper .product-list-control, .product-list-view .product-list-control{background: #fff;}
.ec-list-price-wrapper{display: inline-block;}
.qty-remain-wrapper{display: inline-block;vertical-align:top;}
.ec-list-ori-price, .ec-list-ori-price .text-price-number{
    font-size: 13px;
    color: #aaa;
}
.my-profile-bookmark-wrapper .product-list-content{margin-left: 140px;}
.my-profile-bookmark-wrapper .product-list-thumbnail{left: 50px;}
.my-profile-bookmark-wrapper .product-list-checkbox{top: 0px;}
.my-profile-bookmark-wrapper .product-list-item{
    min-height: 120px;
    height: inherit;
}
.my-profile-bookmark-wrapper .discounted-price{color: #e02152;}
.my-profile-bookmark-wrapper .ec-deposit-unit {
    color: #77665f;
    margin-right: 2px;
    font-size: 15px;
}
.my-profile-bookmark-wrapper .deposit-ori-price, .my-profile-bookmark-wrapper .deposit-selling-price {
    color: #ff7930;
    font-size: 13px;
}
.my-profile-bookmark-wrapper .deposit-selling-price .text-price-unit {
    font-size: 15px;
}
.my-profile-bookmark-wrapper .deposit-selling-price .text-price-number{font-size: 21px;}
.my-bookmark-ec-product-expired{
    position: absolute;
    right: 10px;
    bottom: 20px;
    z-index: 1;
    background: #8e8e93;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    padding: 2px 4px;
}
.my-profile-bookmark-wrapper .product-list-item-2ndhand{
    min-height: 100px;
}
.my-profile-bookmark-wrapper .product-list-item-2ndhand .product-list-title{
    height: 44px;
}
.my-profile-bookmark-wrapper .product-list-item-2ndhand .my-bookmark-ec-product-expired{
    bottom:12px;
}
.my-profile-bookmark-wrapper .product-list-item-2ndhand .product-price{
    color: #00a499;
    font-weight: normal;
}
.my-profile-bookmark-wrapper .product-list-content .product-list-title{display: inline-block;vertical-align: middle;}
.my-profile-bookmark-wrapper .ec-list-label{
    display: inline-block;
    border: 1px solid #f63969;
    padding: 1px 4px;
    background-color: #f63969;
    color: #ffffff;
    position:inherit;
    bottom:inherit;
    right:inherit;
    margin:0 5px 0 0;
    font-size: 13px;
}

/*#15377 product review new flow*/
.icon-list.icon-list-user-review .icon-circle{border-color:#FFA828; background-color: #FFA828;}
.product-detail-info .product-rating{font-size: 12px; color: #8e8e93;}
.product-detail-info .product-rating img{margin-top:-1px; margin-right: 5px;}
.product-detail-info .product-rating.empty {color: #00a499 !important;border-bottom: none !important;}
.product-rating.no-review{color: #00a499;}
.product-bookmark{ width:30px;height:30px; background: url('/images/referral_bookmark.png') center; position: absolute; right: 10px;}
.product-bookmark.active{background: url('/images/referral_bookmarked.png') center;}
.filter-unit.review{text-align: left; color: #00A499;}
.product-detail-tab-comment{margin:0;}
.page-product.comment-user-list{margin: 0;}
.page-product.comment-user-list li{border-top: 10px #eee solid; padding-bottom:15px; }
.page-product.comment-user-list  .item{margin: 0 10px;}
.comment-user-img{width: 45px; height: 45px; float: left; margin-top: 10px;}
.comment-user-name{float: left; font-size: 14px; position: relative; top:20px; width: calc(100% - 55px); word-break: break-all; }
.comment-user-list li{padding:0 0 20px 0;}
.comment-user-content{font-size: 14px;margin-top: 15px;}
.comment-user-date{float: right;}
.star-img{font-size: 13px; position:relative; top:10px; display: block;}
.star-img img{margin: 0 5px; position:relative; top:-2px;}
.comment-user-date{color: #aaa; font-size: 12px; margin-top: -50px;}
.comment-user-function{text-align: left; float: left;}
.btn-yes, .btn-no{border: none; padding: 0px; margin:8px 8px 0 0;}
.btn-yes img, .btn-no img{margin-top: -4px;margin-right: 4px;width:20px;}
.comment-more, .comment-less{float:right; width:55px; text-align:right; padding-right:10px; font-size: 12px; margin-top: 4px;}
.comment-more img, .comment-less img{display: inline-block;}
.write-comment-button{color: #fff; background-color: #00a499; padding:2px 8px 2px 6px; border-radius: 3px; font-size:14px; position: absolute; top:6px; right:10px;}
.write-comment-button img{margin-right: 4px;}
.comment-user-img img{border-radius: 36px;-webkit-border-radius: 36px;}

/*#15377 product review new flow review form*/
.container-grey.review_container{padding:0}
.review_title{font-size:16px; padding:8px 10px; border-bottom: 10px #eee solid;}
.review_container .field_title, .review_container .rating-row, .review_container .field_content{width: auto; margin:0 10px;}
.review_container .field_title{font-size: 14px;}
.field_title.inline div{display: inline-block;}
.rating-respond{margin: 0 10px;}
.btn-block.btn-outline{color:#00a499; background-color: transparent; border: 1px solid #00a499; box-shadow:none;}
.form-close-btn{float: right; margin-top: -5px; margin-right: -5px;}
.dialog-footer{padding-bottom: 50px;}
.row.last{margin-bottom: 40px;}
/*switch*/
/*toggle user name checkbox*/
.show-user-name {position: relative; width: 45px;-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;}
.show-user-name-checkbox {display: none;}
.show-user-name-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 20px; padding: 0; line-height: 20px;
    border: 2px solid #E3E3E3; border-radius: 20px;
    background-color: #FFFFFF;
    transition: background-color 0.18s ease-in;
}
.show-user-name-label:before {
    content: "";
    display: block; width: 20px; height: 20px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 23px;
    border: 2px solid #E3E3E3; border-radius: 20px;
    transition: all 0.18s ease-in 0s;
}
.show-user-name-checkbox:checked + .show-user-name-label {background-color: #00a499;}
.show-user-name-checkbox:checked + .show-user-name-label, .show-user-name-checkbox:checked + .show-user-name-label:before {border-color: #00a499;}
.show-user-name-checkbox:checked + .show-user-name-label:before {right: 0px;}
/* thanks */
.thanks-message{text-align: center;}
.thanks-message img{ width: 180px; height: auto; margin-top: 30px;}
.thanks-message p{ font-size:14px; margin-bottom: 30px;}
.thanks-message .title{font-size:22px; line-height: 16px; margin-top: 20px; margin-bottom: 10px;}

/*chart*/
.chart-wrap {max-width: 900px;margin: 0 auto;}
.chart-wrap .chart{margin: auto;}
.chart-wrap .chart-title {margin-bottom: 10px;font-size: 16px;text-align: center;text-transform: uppercase;}
.chart-wrap .row {position: relative;height: 10px;margin-bottom: 9px;width: calc(100% - 20px);margin-left: 0px;left: 25px;}
.chart-wrap .bar-wrap {position: relative;background: #eee;width: 100%;height: 100%;overflow: hidden;}
.chart-wrap .bar-wrap .bar {position: absolute;top: 0;left: 0;height: 100%;background: #ffc821;transition: all 1s;transform:translateX(-100%);}
.chart-wrap .bar-wrap .bar.in {	transform: translateX(0%);}
.chart-wrap .row .bar {	transition: 1s 400ms;}
.chart-wrap .label {
	position: absolute;
	width: calc(100% - 25px);
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color:#000;
	z-index: 1;
	background-color: transparent;
	top: -10px;
	left: -28px;
	font-weight: normal;
	text-align: initial;
	padding: 0;
}
.chart-wrap .label img{width:12px; height: 12px; margin-top: -1px;}
.product-rating-popover, .product-prop-popover{border-color: transparent; padding:8px;}
.product-rating-popover .arrow:before, .product-prop-popover .arrow:before{border-bottom-color:#d2d2d2;margin-top: -8px; }
.product-rating-popover .arrow:after, .product-prop-popover .arrow:after{border-bottom-color:#eee;}
.product-rating-popover .arrow, .product-prop-popover .arrow{margin-top: -8px; margin-left:66px;}
.product-rating-popover .chart-wrap{width:calc(100% - 80px); border-radius: 6px; padding:14px 10px 6px 10px; margin-right: 0px;}
.comment-average{display: block; float: left; text-align: center; width:70px; line-height:18px; margin-top: 8px;display: flex;justify-content: center;flex-direction: column;height: 100px;}
.comment-average-label{padding-bottom: 7px; font-weight: normal; margin-bottom: 0px;}
.comment-average-count{padding-top: 7px;}
.comment-total{font-size: 13px;}
.comment-average-mark {font-size:20px;font-weight: bold;}

/*20170511 merchant comment*/
.merchant-detail-tab-bar.merchant-product-detail-tab-bar ul li.two-equal{
    width: 50%;
}
.merchant-detail-tab-bar.merchant-product-detail-tab-bar{margin: 10px 0 0;}
.product-detail-tab-comment .filter-unit{
	background: #f9f9f9;
    margin: 0;
    width: calc(100% + 10px);
    margin-left: -5px;
    padding: 0 10px;
}

.product-rating-popover{
    top:0;
    padding: 0 5px;
    /* border-bottom: 10px #eee solid; */
    width: calc(100% + 10px);
    margin-left: -5px;
}
.merchant-comment-wrapper.comment-user-list li{
    border-bottom: 10px #eee solid;
    padding: 0 0 15px 0;
    width: calc(100% + 10px);
    margin-left: -5px;
    border-top: none;
}
.merchant-comment-wrapper.comment-user-list li:last-child{
    border-bottom: none;
}
.merchant-comment-wrapper.comment-user-list .item {
    margin: 0 10px;
}
.merchant-comment-wrapper .comment-user-img {
    width: 45px;
    height: 45px;
    float: left;
    margin-top: 10px;
}
.merchant-comment-wrapper .comment-user-img img {
    border-radius: 36px;
    -webkit-border-radius: 36px;
}
.merchant-comment-wrapper .comment-user-name {
    float: left;
    font-size: 14px;
    position: relative;
    top: 20px;
    width: calc(100% - 55px);
    word-break: break-all;
    white-space: normal;
    padding-right: 80px;
}
.merchant-comment-wrapper .star-img {
    font-size: 13px;
    position: relative;
    top: 10px;
    display: block;
    display: inline-block;
    width: 140px;
    color:#8e8e93;
}
.merchant-comment-wrapper .star-img img {
    margin: 0 5px;
    position: relative;
    top: -2px;
}
.merchant-comment-wrapper .list-inline{
    padding: 0;
}
.merchant-comment-wrapper .comment-user-date {
    color: #8e8e93;
    font-size: 12px;
    margin-top: -50px;
    float: right;
}
.comment-user-content {
    font-size: 14px;
    margin-top: 15px;
}
.comment-user-function {
    text-align: left;
    float: left;
}
.comment-user-action {
    float: right;
    font-size: 0.8em;
}
.btn-yes, .btn-no {
    border: none;
    padding: 0px;
    margin: 8px 8px 0 0;
}
.btn-yes img, .btn-no img {
    margin-top: -4px;
    margin-right: 4px;
    width: 20px;
}
.comment-merchant-reply{
    background: #f1f1f1;
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
    border-radius: 4px;
    position:relative;
    margin-top: 10px;
}
.comment-merchant-reply:before{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f1f1f1 transparent;
    position: absolute;
    top: -8px;
    left: 20px;
}
.comment-merchant-reply p{
    margin: 5px 0 0;
    font-size: 12px;
    color: #8e8e93;
    text-align: right;
}
.merchant-comment-question{
    display: inline-block;
    font-size: 13px;
    position: relative;
    top: 10px;
}
.merchant-comment-question p{
    color: #8e8e93;
}
.merchant-comment-question p span{
    color: #545454;
    margin-left: 5px;
}

/*20170518 update*/
.merchant-comment-product{
    color: #00a499;
    font-size: 13px;
    margin: 15px 0 -5px 0;
    white-space: initial;
}
.merchant-comment-wrapper .item-inner{position: relative;}
.merchant-comment-wrapper .comment-user-date {
    margin: 0;
    position: absolute;
    top: 20px;
    right: 0;
}
/*Prie History Update 20171129*/
.product-detail-info .product-rating { position: relative; }
.product-history { position: absolute; top: 0px; right: 0px; font-size: 13px; z-index: 5; color: #000; height: 18px; }


/*Start of sprint-81/20416-product-attribute-handling-ui*/

.filterBtn { display: block; text-align: center; }
.filter-panel { position: fixed; top: 0px; left: 0px; height: 100vh; width: 100%; z-index: 101; font-size: 16px; background-color: rgb(238, 238, 238); display: none; }
.filter-panel .filter-panel-warpper { display: none; }
.filter-panel .filter-panel-header { position: relative; background-color: #00a499; color: #FFF; overflow: hidden; border-width: 0 0 1px; border-color: rgb(145, 179, 178); border-style: solid; }
.filter-panel .filter-panel-header .filter-panel-back { position: absolute; top: 10px; left: 20px; height: 22px; }
.filter-panel .filter-panel-header .filter-panel-header-text { margin: 10px auto; text-align: center; width: 100%; }
.filter-panel .filter-panel-header .filter-panel-header-button { position: absolute; top: 10px; right: 20px; }
.filter-panel .filter-panel-header .filter-panel-reset { display: none; }
.filter-panel .filter-panel-item-list { background-color: #FFF; max-height: calc(100vh - 94px); overflow: auto; }
.filter-panel .filter-panel-item-list .filter-panel-item-wrapper { height: 45px; line-height: 45px; width: 100%; border-width: 0 0 1px; border-style: solid; border-color: rgb(236, 236, 236);  margin: 0 10px 0 0; display: block; position: relative; padding-left: 10px; box-sizing: border-box; }
.filter-panel .filter-panel-item-list .filter-panel-item-wrapper-main { background-image: url('../images/arrow_right2.png'); background-repeat: no-repeat; background-position: calc(100% - 10px) 50%; }
.filter-panel .filter-panel-item-list .filter-panel-item-wrapper-main .filter-panel-selected_text { color: #00a499; position: absolute; right: 40px; top: 0px; max-width: 60%; text-overflow: ellipsis; pointer-events: none; white-space:nowrap; overflow: hidden; }
.filter-panel .filter-panel-item-list .filter-panel-item-wrapper.filter-panel-item-checked {color: #00a499;}
.filter-panel .filter-panel-item-list .filter-panel-item-wrapper .filter-panel-check { height: 16px; width: 16px; position: absolute; right: 20px; top: 11px; }
.filter-panel .filter-panel-footer { height: 50px; position: absolute; bottom: 0px; left: 0px; right: 0px; background-color: #FFF; }
.filter-panel .filter-panel-footer .filter-panel-button { background-color: #00a499; color: #FFF; text-align: center; margin: 6px auto; border-radius: 5px; padding: 8px; width: 90%; font-size: 15px; }

/*End of sprint-81/20416-product-attribute-handling-ui*/
.ec-google-pay-complete-container { margin: 10px 0; text-align: center; }
.ec-google-pay-complete-container img { position: relative; top: -2px; margin: 0 3px; }


/* Price Range */
.filter-range-wrapper {
	text-align: center;
	padding: 40px 0 0;
}

.filter-range-wrapper .range-display-wrapper {
	height: 1.2em;
    width: 80%;
    margin: 0 auto 10px;
    position: relative;
}

.filter-range-wrapper .range-display-wrapper .range-display {
	    display: inline-block;
    position: absolute;
    transform: translateX(-50%);
}
.range-display-wrapper .range-display-min { left: 0%; }
.range-display-wrapper .range-display-max { left: 100%; }

.filter-range-wrapper .filter-range-input-wrappers {
	text-align: center;
    margin: 0 5px 20px;
}

.filter-range-wrapper .filter-range-input-wrappers .input-filter-range {
	width: 80px;
	outline: none;
}

.filter-range-wrapper .filter-button-wrapper {
	background-color: #f8f8f8;
    border-radius: 0 0 5px 5px;
    border-bottom: 1px solid #eaeaea;
}

/* Overwrite bootstrap-slider */
.filter-range-wrapper .slider.slider-horizontal {
	width: 80%;
	margin: 0 auto;
}

.filter-range-wrapper .slider-handle {
	background-color: #FFF;
	border: 1px solid #00a499;
	background-image: none;
}
.filter-range-wrapper .slider-selection {
	background: linear-gradient(to right, #00A499, #035550);
}
.filter-range-wrapper .slider .tooltip {
	display: none !important;
}
.filter-range-wrapper .slider.slider-horizontal .slider-track {
	height: 7px;
	margin-top: -3.5px;
}



.trade_move_to_car {
	text-align: center;
    margin: 0 auto 10px;
    overflow: hidden;
    font-size: 16px;
}
.trade_move_to_car sup {
    top: 0.5em;
}
.trade_move_to_car .price_car_image {
	max-width: 95%;
	margin-bottom: 10px;
}
.trade_move_to_car .disclaimers {
	margin: 10px auto;
    max-width: 96%;
    line-height: 26px;
}
.trade_move_to_car .link_to_price {
	margin-top: 20px;
    text-decoration: none;
    color: #00A499 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    cursor: pointer;
	display: block;
}
.trade_move_to_car .remarks_google {
	font-size: 13px;
}
.tarde-im-moved-to-car {
	text-align: center;
	margin: 20px auto;
}


/** 20181205 Liquor checkbox message **/
.label-checkbox-liquor-wrap {
	text-align: center;
}
.label-checkbox-liquor {
	width: 80%;
	margin: 0 auto 10px;
}
.label-checkbox-liquor input {
	display: inline-block !important;
	width: auto !important;
	height: 20px !important;
	vertical-align: top;
	margin: 0 auto 10px;
	margin-left: -6px !important;
}
.label-checkbox-liquor span {
	display: inline-block;
	width: 90%;
	vertical-align: top;
	font-size: 14px;
	color: #888;
	text-align: left;
	margin-top: 0;
	/*margin-top: 10px;*/
}

.product-list .ui-div-content.ui-div-filter{
	margin-top: -5px;
	margin-bottom: 6px;
}

.ui-icon-sort {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 3px;
	background: url(../images/icon/icon-sorting.png) no-repeat center/80%;
}

.filter-select-sort::-ms-expand {	display: none; }
.filter-select-sort{
	border: 0;
    -webkit-appearance: none;
    appearance: none;
}
.filter-select-sort:focus {
    outline: 0;
}

.ui-div-filter .filter-section {
    display: inline-block;
    width: 48%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 6px;
}

.filter-right{
	/*
	float: right;
	position: absolute;
	right: 0;
	*/
	text-align: right;
}

.filter-menu-item .filter-input{
	height: 70px;
}

.filter-menu-item .filter-input input{
	width: 100%;
	height: 40px;
	border: 0;
	border-bottom: 1px solid;
}

/* #00752 merchant tnc 29102019 */
.merchant-tnc {
    padding: 10px 15px;
    margin: 0;
    width: 100%;
}
.merchant-tnc {padding: 10px 15px;margin: 0;width: 100%;}
.merchant-tnc h1 {width: 100%;font-size: 18px;font-weight: bold;color: #111;margin: 10px 0 30px;}
.merchant-tnc p {font-size: 14px;color: #888;margin: 0;}
.merchant-tnc h4 {font-size: 16px;font-weight: bold;color: #111;padding-bottom: 8px;border-bottom: 1px solid #ccc;margin: 20px 0 5px 0;}
.merchant-tnc li {font-size: 14px;color: #888;margin: 0; padding: 0;}

/* web oauth login revamp, 2020-03-11 */
/*google login */
.google-container, .facebook-container, .apple-container{
	height: 45px;
	border-radius: 4px;
	border: solid 1px #999;
	background-color: #fff;
	cursor: pointer;
    margin: 10px auto;
    width: 80%;
}
.facebook-container {
	border: solid 1px #1877f2;
}
.google-text-box, .apple-text-box, .facebook-text-box {
	display: -webkit-box;
    display: -webkit-flex;
    display: flex; 
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-evenly;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    /* position: relative; */
    width: 100%
}
.google-text, .facebook-text, .apple-text{
	position: relative;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-webkit-flex-direction: row;
    flex-direction: row;
	-webkit-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
	font-family: inherit;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.22px;
	
}
/* .google-text span, .facebook-text span, .apple-text span {
	font-family: SFPro;
} */
.google-text {
	color: rgba(0, 0, 0, 0.54);
}
.facebook-text {
	color: #1877f2;
}
.apple-text{
	color: #121212;
}

.google-text-box span:before, .facebook-text-box span:before, .apple-text-box span:before{
	position: absolute;
	height: 22px;
	width: 22px;
	content: '';
	left: -35px;
}

.google-text-box span:before {
	background: url(../images/google/login-icon-google.png) no-repeat center;
}

.facebook-text-box span:before{
	background: url(../images/fb/fb_btn_icon.png) no-repeat center;
}
.apple-text-box span:before{
    background: url(../images/apple/apple_btn_icon_white.png) no-repeat center;
}


#appleid-signin {
    display: none;
}

#appleid-custom-signin {
    position: relative;
    width: 80%;
    max-width: 600px;
    height: 50px;
    margin: 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: black;
    border: 0;
    border-radius: 4px;
    padding: 0;
}

#appleid-custom-signin:before {
    content: '';
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../images/apple/apple_btn_icon_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
}

#appleid-custom-signin span {
    color: white;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: 1.5;
}

#facebook-signin.in-order span {
    font-size: inherit;
    font-weight: normal;
    line-height: 1.4;
}

#appleid-custom-signin.in-order span {
    font-size: inherit;
    font-weight: normal;
    line-height: 1.4;
}

#price-signin.in-order {
    border-radius: 4px;
    line-height: 1.4;
}
/* web oauth login revamp */
