@charset "utf-8";


/* Font Face */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

@font-face {
	font-family: notoSans;
	src: url("fonts/NotoSans-Bold.ttf");
}
@font-face {
	font-family: "Glyphicons Halflings";
	src:	url("./fonts/glyphicons-halflings-regular.eot");
	src:	url("./fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
			url("./fonts/glyphicons-halflings-regular.woff") format("woff"),
			url("./fonts/glyphicons-halflings-regular.ttf") format("truetype"),
			url("./fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}




/*
Style Guideline

Price Green - #00a499
Price Red - #e02152
Text - #222
Unselected Text - #999999

*/


/*
	General
*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, * {
	-ms-overflow-style: scrollbar;
}
html {
	font-family: sans-serif;
	font-size: 10px;
	-webkit-tap-highlight-color: #0000;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;/***/
	text-size-adjust: 100%;/***/
}
body {
	/*font-family: "Helvetica Neue",Arial,"PingFang TC","蘋果儷中黑","Apple LiGothic Medium","微軟正黑體","Microsoft JhengHei","黑体",Hei,sans-serif;*/
	/* font-family: Arial, "Noto Sans"; */
	font-family: "system-ui", "sans-serif", Arial, "微軟正黑體","Microsoft JhengHei","Helvetica";
	font-size: 14px;
	line-height: 1.42857143;
	color: #121212;
	/*color: #111;*/
	background-color: #fff;
	margin: 0;
	/* font-family: helvetica neue,微軟正黑體,Microsoft JhengHei,蘋果儷中黑,Apple LiGothic Medium,黑体,SimHei;*/
}
a {
	color: #0062d0;
	background: #0000;
	text-decoration: none;
	/* Noraml Blue LInk for Sign Up/ Reg Page */
}
a:hover,
a:focus {
	color: #0078ff;
	text-decoration: underline;
}
a:focus {
	outline: 0;
}
h1, .h1 {
	font-weight: normal;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
img {
	border: 0;
	vertical-align: middle;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	cursor: pointer;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td,
th {
	padding: 0;
}
.list-inline,
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.clear_float {
	float: none !important;
	clear: both !important;
}
.clearfix {
	clear: both;
}
.clearfix.news-list {
    display: flex;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid;
	border-right-color: transparent;
	border-left: 4px solid;
	border-left-color: transparent;
}
.dropup .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px solid;
}





/*
	Element: Text Style
	Remark: -
*/
.text-color-green {
	color: #00a499;
}
.text-color-red {
	color: #da4453;
}
.header-top .column a,
.header-top .column.column-01,
.header-top .caret {
	color: #999;
	/*color: #777;*/
}
.header-top .pd-compare-box-viewall{
	color: #fff;
}
.header-top .column button{
	color: #999;
	font-size: 12px;
	border:none;
	/*color: #777;*/
	padding: 0px;
	background-color: transparent;
}
.header-top .column button:hover {
	/* color: #555; */
	text-decoration: none;
	/*text-decoration: underline;*/
}
.header-top .column a:hover {
	/* color: #555; */
	text-decoration: none;
	/*text-decoration: underline;*/
}
h1.product-name {
	display: inline;
	margin: 0;
}
h1.hp-name {
	display: inline;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 3px;
}
h1.zone-name-h01,
h1.cate-name-h01 {
	display: inline;
	line-height: 36px;
	font-size: 13px;
	margin: 0;
}
h1.group-name-h01 {
	display: inline;
	line-height: 36px;
	font-size: 13px;
	margin: 0;
}
.product-price {
	color: #e02152;
	/* font-weight: 400; */
	font-weight: bold;
}
.text-price-number {
	font-size: 1.2em;
}
.text-price-unit {
	margin-right: 2px;
}
.tab-new {
	background: #f35328;
	color: #fff;
	border-radius: 2px;
	padding: 1px 3px 1px 2px;
	margin-left: 5px;
}
.ec-label {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background: linear-gradient(-75deg, #fc6d7c, #eb3f51);
	border: 1px solid #eb3f51;
	border-radius: 12px;
	padding: 1px 7px;
}
.empty-search-btn {
	color: #00a499;
	cursor: pointer;
}
.empty-search-btn:hover {
	color: #08867d;
}
.quote-shop-info {
	float: right;
}
.quote-shop-source,
.quote-shop-date {
	height: 16px;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	padding: 0;
	/*color: #222;*/
}
.update_date {
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
}
.update_date span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px;
}
.line-merchat-detail {
    font-size: 12px;
}
.line-merchat-detail .merchant-head {
    width: 64px;
    color: #777;
    padding-right: 15px;
}
.line-merchat-detail .merchant-info {
    padding-right: 10px;
}
.line-merchat-detail .merchant-info img {
    vertical-align: unset;
}
.line-merchat-detail .merchant-info a {
    color: #777;
    /*color: #000 !important;*/
}
.line-merchat-detail .info-grey a {
    /*color: #888 !important;*/
}
.line-merchat-detail .merchant-info a:hover,
.line-merchat-detail .info-grey a:hover {
    text-decoration: none;
}
.text-report {
	text-decoration: none !important;
	font-size: 11px;
	color: #999 !important;
	float: right;
}
.text-report:hover {
	text-decoration: none;
}
.line.exclusive-remark {
	max-width: 640px;
	font-size: 12px;
	background-color: #def1f0;
	border-radius: 3px;
	padding: 5px 5px 5px 5px;
	margin: 5px 0;
}
.line.exclusive-remark.no-bottom-margin {
	max-width: 700px;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 167px;
	right: 0;
	border-radius: 3px;
	margin-bottom: 0;
}
.line.exclusive-remark .remark-title {
	display: inline-block;
	color: #00a499;
	vertical-align: top;
}
.line.exclusive-remark .remark-details {
	display: inline-block;
	max-width: calc(100% - 28px);
	padding-left: 5px;
}



/*
	Element: Icon Style
	Remark: -
*/
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-search:before {
	content: "\e003";
}
.header-top .pd-compare-box ul li a,
.header-top .lang-switch-dropdown ul li a,
.header-top .lang-switch-dropdown ul li a:hover,
.header-top .browse-history-box ul li a,
.header-top .browse-history-box ul li a:hover,
.header-top .annuncement-box ul li a,
.header-top .annuncement-box ul li a:hover,
.star-group ul li,
.news-related-wrapper ul li {
	background: url("../images/icon/list_bullet_01.png") no-repeat;
}
.header-top .pd-compare-box ul li a:hover,
.header-top .lang-switch-dropdown ul li a.active,
.header-top .lang-switch-dropdown ul li a.active:hover {
	background: url("../images/icon/list_bullet_02.png") no-repeat;
}
.header-top .column > ul > li.promote:before {
	content: "Hot";
	font-size: 11px;
	background: #ffd321;
	color: #4c4436;
}
.arrow:after,
.arrow:before {
	content: " ";
	width: 0;
	height: 0;
	border: solid #0000;
	position: absolute;
	bottom: 50%;
	left: 50%;
	pointer-events: none;
}
.arrow:after {
	border-color: #fff0;
	border-bottom-color: #777;
	border-width: 10px;
	margin-left: -10px;
}
.zone-flag {
	display: block;
	width: 17px;
	height: 17px;
	overflow: hidden;
	position: absolute;
	margin-top: 6px;
	left: 6px;
}
.zone-new,
.zone-hot {
	display: block;
	width: 17px;
	height: 17px;
	overflow: hidden;
}
.zone-new {
	background: url("../images/zh_HK/zone_new_26.png");
	background-repeat: no-repeat;
}
.zone-hot {
	background: url("../images/zh_HK/zone_hot_26.png");
	background-repeat: no-repeat;
}
.text-arrow {
	font-size: 11px;
	transform: scaleX(0.7);
	-webkit-transform: scaleX(0.7);
	display: inline-block;
}
.text-arrow.arrow-first {
	margin-left: -10px;
	/*▕◀*/
}
.text-arrow.arrow-last {
	margin-left: -4px;
	/*▶▏*/
}
.text-arrow.arrow-prev {
	margin-left: -2px;
	/*◀*/
}
.text-arrow.arrow-next {
	/*▶*/
}
.annuncement-box .arrow {
	position: absolute;
	top: 0;
	background: #777;
	margin-left: 25px;
	z-index: 140000;
}
.whatsapp-share {
	display: inline-block;
	min-width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #25d366;
	float: right;
	margin-top: 24px;
	margin-left: 5px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}
.whatsapp-share svg {
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.fb-news-share {
	height: 20px;
	float: right;
	right: 0;
	overflow: hidden;
	margin-top: 24px;
	padding: 0;
}
.fb-news-share.left {
	float: none;
}




/*
	Element: Button Style
	Remark: -
*/
.btn {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	padding: 6px 12px;
	margin-bottom: 0;
	border: 1px solid #0000;
	border-radius: 4px;
}
.btn:focus {
	outline: none;
}
.btn,
.btn.disabled,
.btn[disabled] {
	background-color: #00a499;
	border-color: #00a499;
}
.btn:hover,
.btn:focus {
	text-decoration: none;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.shop_nsp_detail_btn .nsp_detail_btn:hover,
.shop_nsp_detail_btn .nsp_detail_btn:focus,
.shop_nsp_detail_btn .nsp_detail_btn:active {
	color: #fff;
	background-color: #008a82;
	border-color: #008a82;
	outline: none;
}
.btn-group {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.btn-group input[type='text'] {
	width: 100%;
	height: 22px;
	outline: none;
	border: 0;
	border-radius: 0;
	border-bottom-style: solid;
	border-color: #ababab;
	border-bottom-width: 1px;
	margin: 0;
}
.product-detail-function .active .btn {
	background: #fff;
}
.product-detail-function .btn {
	display: block;
	height: 34px;
	min-width: 98px;
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #999;
	/*border: 1px solid #bbb;*/
	color: #999;
	/*color: #888;*/
	padding: 5px 10px 3px 25px;
	line-height: 22px;
}
.product-detail-tab-content .btn.btn-nearby {
	font-size: 13px;
	padding: 3px 6px 3px 21px;
	background-position: 2px 2.5px;
	background-image: url("../images/icon/view_map.png");
	background-repeat: no-repeat;
}
.function-bookmark .btn,
.body-product-list .product-list-item-list .function-bookmark a,
.merchant-detail-wrapper .merchant-detail-bookmark,
.body-product-list .list-shop li.function-bookmark a {
	background: url("../images/icon/item_function_02.png") no-repeat 6px 6px;
}
.function-bookmark .btn:hover,
.function-bookmark.active .btn,
.body-product-list .product-list-item-list .function-bookmark a:hover,
.merchant-detail-wrapper .merchant-detail-bookmark:hover,
.body-product-list .list-shop li.function-bookmark a:hover,
.body-product-list .list-shop li.function-bookmark.active a {
	background: url("../images/icon/item_function_02_hover.png") no-repeat 6px 6px;
}
.function-website .btn {
	background: url("../images/icon/item_function_website.png") no-repeat 6px 6px;
}
.function-website .btn:hover,
.function-website.active .btn {
	background: url("../images/icon/item_function_website_hover.png") no-repeat 6px 6px;
}
.function-quote .btn {
	background: url("../images/icon/item_function_01.png?v=2") no-repeat 6px 6px;
}
.function-quote .btn:hover,
.function-quote.active .btn {
	background: url("../images/icon/item_function_01_hover.png") no-repeat 6px 6px;
}
.function-comment .btn,
.body-product-list .product-list-item-list .function-comment a {
	background: url("../images/icon/item_function_03.png?v=2") no-repeat 6px 6px;
}
.function-comment .btn:hover,
.function-comment.active .btn,
.body-product-list .product-list-item-list .function-comment a:hover {
	background: url("../images/icon/item_function_03_hover.png?v=2") no-repeat 6px 6px;
}
.function-comment.write .btn {
	font-size: 13px;
	background: url("/images/icon/item_function_03_white.png") no-repeat 2px 2.5px #00a499;
	padding: 3px 6px 3px 21px;
}
.function-comment.write .btn:hover {
	text-decoration: none;
}
.function-rating .btn {
	background: url("../images/icon/item_function_04.png") no-repeat 6px 6px;
}
.function-rating .btn:hover,
.function-rating.active .btn {
	background: url("../images/icon/item_function_04_hover.png") no-repeat 6px 6px;
}
.function-contact .btn {
	background: url("../images/icon/item_function_contact.png") no-repeat 7px 9px;
	background-size: 18px auto;
}
.function-contact .btn:hover,
.function-contact.active .btn {
	background: url("../images/icon/item_function_contact_hover.png") no-repeat 7px 9px;
	background-size: 18px auto;
}
.filter-unit-grey .btn-group:after {
	content: "▼";
	color: #999;
	/*color: #707070;*/
	font-size: 11px;
	position: absolute;
	right: 10px;
	top: 6px;
	transform: scaleY(0.8);
	pointer-events: none;
	z-index: 1;
}
.filter-unit-grey .btn-reset {
	font-size: 13px;
	color: #00a499;
	background-color: #fff;
	border: 0;
}
.filter-unit-grey .btn-reset:hover {
	color: #08867d;
}
.btn-report {
	color: #999;
}
.btn-report img {
	width: 13px;
	margin: -3px 2px 0 5px;
}
.btn-report:hover {
	color: #00a499;
	text-decoration: none;
}
.quotation-merchant-im {
	display: inline-block;
	height: 18px;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	border-radius: 3px;
	text-decoration: none;
	padding: 0 12px 0 5px;
	margin-left: 10px;
	cursor: pointer;
}
.quotation-merchant-im.online,
.quotation-merchant-im.online:hover,
.quotation-merchant-im.away,
.quotation-merchant-im.away:hover,
.quotation-merchant-im.offline,
.quotation-merchant-im.offline:hover {
	background: url("../images/quotation-merchant-im-arrow.png") center right no-repeat;
	color: #fff;
	text-decoration: none;
}
.quotation-merchant-im.online {
	background-color: #00a499;
}
.quotation-merchant-im.away {
	background-color: #edab18;
}
.quotation-merchant-im.offline {
	background-color: #999;
}
.quotation-merchant-im.online:hover {
	background-color: #008a82;
}
.quotation-merchant-im.away:hover {
	background-color: #dd9505;
}
.quotation-merchant-im.offline:hover {
	background-color: #78787a;
}
.im_popover_yellow {
	display: none;
	position: absolute;
	overflow: visible;
}
.im_popover_yellow_bubble {
	min-width: 180px;
	max-width: 300px;
	min-height: 30px;
	font-size: 12px;
	background-color: #ffdd87!important;
	color: #8a6d3b!important;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #d6d6d6;
	overflow: visible;
	text-align: left;
	position: relative;
	top: -19px;
	right: -38px;
	margin-left: 6px;
	padding: 4px 8px;
	line-height: 18px;
	z-index: 2;
	/*min-width: 90px;*/
}
.im_popover_yellow_bubble:before {
	content: "";
	width: 6px;
	height: 12px;
	background-image: url("../images/im_popover_arrow.png");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 5px;
	left: -6px;
}
.im_popover_imhour {
	border-bottom: 1px solid #f1cf80;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.im_popover_imhour p,
.im_popover_replyrate p {
	color: #b29456;
	margin: 0;
}
.im_popover_imhour span,
.im_popover_replyrate p span {
	color: #8a6d3b;
}
.im_popover_replyrate_icon {
	padding-left: 28px;
	background: url("../images/im_popover_replyrate_icon.png") left center no-repeat;
}
.quotation-merchant-label {
	margin-top: 5px;
}
.merchant-label-monthlystar {
	position: relative;
	display: inline-block;
}
.merchant-label-monthlystar:hover .label_popover_yellow {
	display: block;
}
.merchant-label-monthlystar img{
	width: 79px;
	height: 19px;
}
.merchant-label-monthlystar-authorized {
	position: relative;
	display: inline-block;
}
.merchant-label-monthlystar-authorized:hover .label_popover_yellow {
	display: block;
}
.merchant-label-monthlystar-authorized img{
	width: 82px;
	height: 19px;
}
.label_popover_yellow .im_popover_yellow_bubble {
	min-height: inherit;
	min-width: 140px;
	top: -21px;
	right: -72px;
}
.quotation-merchant-im:hover .im_popover_yellow {
	display: block;
}
#view-switch .btn {
	display: block;
	width: 26px;
	height: 26px;
	float: left;
	background-size: 13px!important;
	border-radius: 2px;
	border-color: transparent;
	/*border-color: #ccd1d9;*/
}
#view-switch .btn:hover,
#view-switch .btn.view-list.active,
#view-switch .btn.view-list.active:hover,
#view-switch .btn.view-grid.active,
#view-switch .btn.view-grid.active:hover {
	background-color: #def1f0;
}
#view-switch .btn.view-grid:hover,
#view-switch .btn.view-list:hover {
	background-color: #bee8e6;
}
#view-switch .btn.view-grid:focus,
#view-switch .btn.view-list:focus {
	background-color: #b8dcda;
}
#view-switch .btn.view-list {
	background: url("../images/icon/view_switch_list_inactive.png") no-repeat 50% #fff;
	margin-right: 2px;
}
#view-switch .btn.view-list.active {
	background: url("../images/icon/view_switch_list_2.png") no-repeat 50% #def1f0;
	cursor: default;
}
#view-switch .btn.view-list:hover {
	background: url("../images/icon/view_switch_list_hover_2.png") no-repeat 50% #def1f0;
}
#view-switch .btn.view-grid {
	background: url("../images/icon/view_switch_grid_inactive_2.png") no-repeat 50% #fff;
}
#view-switch .btn.view-grid.active {
	background: url("../images/icon/view_switch_grid_2.png") no-repeat 50% #def1f0;
	cursor: default;
}
#view-switch .btn.view-grid:hover {
	background: url("../images/icon/view_switch_grid_hover_2.png") no-repeat 50% #def1f0;
}
.body-product-list .product-list-fucntion-bar .btn-group.grid-control-container-green .btn-default {
	border: 0;
}
.button-clear-filter {
	float: right;
	color: #00a498;
	text-decoration: underline;
	margin-right: 20px;
	padding-bottom: 6px;
	cursor: pointer;
}
.ec-product-btn .goto-ps-icon {
	width: 18px;
	margin-left: 3px;
	margin-top: -2px;
}
.shop_nsp_detail_btn {
    font-size: 12px;
    color: #000;
    padding-top: 4px;
}
.shop_nsp_detail_btn .nsp_detail_btn {
	background: #00a499;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
@media screen and (max-width: 1224px) {
	.product-detail-tab-content .btn.btn-nearby {
		width: 18px;
		background-position: 3px 2.5px;
		padding: 2px 0 4px 24px;
		overflow: hidden;
	}
	#view-switch .btn {
		width: 26px;
		height: 26px;
	}
}




/*
	Element: Dropdown/Selection box Style
	Remark: -
*/
.filter-unit-grey .dropdown-grey {
	font-size: 13px;
	/*font-weight: bold;*/
	position: relative;
	color: #999;
	/*color: #121212;*/
	border-radius: 3px;
	border: 1px solid #ededed;
	/*border: 1px solid #e1e1e1;*/
	background-color: #fff;
	padding: 3px 27px 3px 9px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.filter-unit-grey .dropdown-grey:hover {
	box-shadow: inset 0 0 10px 10px #f4f4f4;
	border-color: #ccc;
}




/*
	Element: Grid Style
	Remark: -
*/
.line,
.column {
	display: block;
	overflow: hidden;
}
.page-view-respond-control {
	display: block;
	width: 1206px;
	padding: 0 8px;
	margin: 0 auto;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .tab-pane .ec-banner img:before {
	content: "";
	display: block;
	border: 1px solid #ededed;
}
.tab-content > .active {
	display: block;
}
@media screen and (max-width: 1224px) {
	.page-view-respond-control {
		width: 990px;
		padding: 0;
	}
}
@media screen and (max-width: 1024px) {
	.page-view-header,
	.page-view-body,
	.page-view-footer {
		width: 990px;
	}
	.page-view-wrapper {
		width: 990px;
		margin: 0 auto;
	}
}




/*
	Element: Form Style
	Remark: -
*/
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #999;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 6px 12px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
	color: #999;
}
.form-control::-moz-placeholder {
	opacity: 1;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}





/*
	Element: Header Style
	Remark: -
*/
.page-view-header {
	overflow: inherit;
}
.page-view-header .column,
.page-view-header .line {
	overflow: inherit;
}
.header-top {
	height: 29px;
	/* border-bottom: 1px solid #e5e5e5; */
	background-color: #f2f2f2;
	line-height: 20px;
}
.header-top .page-view-respond-control .line.line-01 {
	overflow: hidden;
}
.header-top .column {
	display: block;
	font-size: 12px;
	overflow: inherit;
	/*font-size: 13px;*/
}
.header-top .column.column-00 {
	max-width: 130px;
	line-height: 29px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	padding-right: 10px;
}
.header-top .column ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.header-top .column > ul {
	padding-top: 5px;
}
.header-top .column > ul > li {
	display: inline-block;
	border-right: 0;
	/*border-right: 1px solid #bbb;*/
	padding-left: 7px;
	padding-right: 6px;
}
.header-top .column > ul > li:last-child {
	border-right: 0;
	padding-left:5px;
}
.header-top .column-05 li:nth-child(4) {
	border-right: 1px solid #bbb;
	padding-right:10px;
}
#currency-menu {
	padding-right:0;
}
.header-top .column > ul > li.promote:before {
	border-radius: 2px;
	padding: 0 2px;
	margin-right: 5px;
}
.header-top .caret {
	margin: -0.2em 0 0 0.2em;
}
.header-top .column.column-01 {
	width: auto;
	max-width: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px;
	line-height: 30px;
	float: left;
}
.header-top .column.column-01 img {
	width: 24px;
	height: 24px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	margin-right: 10px;
}
.header-top .column.column-02 {
	float: left;
}
.header-top .column.column-03 {
	float: right;
	padding-left: 5px;
	line-height: 27px;
}
.header-top .column.column-03 > a {
	line-height: 28px;
	cursor: pointer;
}
.header-top .column.column-03 .dlapp-box {
	display: block;
	position: absolute;
	background: #fff;
	margin-left: -40px;
	z-index: 140000;
}
.header-top .column.column-03 .dlapp-box .arrow {
	display: none;
}
.header-top .column.column-05 {
	float: right;
}
.header-top .browse-history-box .list-empty,
.header-top .pd-compare-box .list-empty {
	min-height: 0;
	height: 60px;
	padding-top: 0;
}
.header-top .browse-history-box .info-message,
.header-top .pd-compare-box .info-message {
	font-size: 13px;
	line-height: 60px;
	text-align: center;
	color: #666;
	padding-top: 0;
}
.header-top .pd-compare-box {
	display: none;
	width: 318px;
	position: absolute;
	background: #fff;
	margin-top: 6px;
	border: 1px solid #666;
	z-index: 140000;
}
.header-top .pd-compare-box ul {
	padding: 0;
}
.header-top .pd-compare-box ul li,
.header-top .pd-compare-box ul li:last-child {
	display: block;
	height: 60px;
	overflow: hidden;
	position: relative;
}
.header-top .pd-compare-box ul li {
	background: url("../images/icon/item_rank_line.png") repeat-x 0 59px;
}
.header-top .pd-compare-box ul li:last-child {
	background: none;
	border-bottom: 2px solid #e8e8e8;
}
.header-top .pd-compare-box .arrow {
	display: block;
	position: absolute;
	margin-top: 0;
	margin-left: 25px;
	background: #777;
	z-index: 140000;
	/*margin-left: 282px;*/
}
.header-top .pd-compare-box-bottom a {
	float: left;
	margin: 12px 10px;
}
.header-top .pd-compare-box-viewall {
	float: right;
	font-size: 13px;
	margin: 8px 10px;
	padding: 3px 6px;
}
.header-top .pd-compare-box ul li img {
	margin-right: 5px;
}
.header-top .pd-compare-box .list-unstyled .pd-compare-box-bottom .pd-compare-box-clear{
	float: left;
    margin: 12px 0px 12px;
    background-color: #fff;
	padding: 1px 6px;
}
.header-top .lang-switch-button.dropup {
    position: static !important;
}
.header-top .browse-history-box,
.header-top .lang-switch-dropdown {
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #666;
	margin-top: 6px;
	z-index: 140000;
}
.header-top .browse-history-box {
	width: 318px;
}
.header-top .lang-switch-dropdown {
	width: 110px;
}
.header-top .browse-history-box ul li,
.header-top .lang-switch-dropdown ul li {
	display: block;
	overflow: hidden;
	padding: 0;
	border: 0;
	background: url("../images/icon/item_rank_line.png") repeat-x;
}
.header-top .browse-history-box ul li {
	height: 27px;
	background-position: 0 26px;
}
.header-top .lang-switch-dropdown ul li {
	height: 23px;
	background-position: 0 21px;
}
.header-top .browse-history-box ul li:last-of-type,
.header-top .lang-switch-dropdown ul li:last-of-type {
	background: none;
}
.header-top .browse-history-box ul li a,
.header-top .browse-history-box ul li a:hover {
	background-position: 8px 10px;
}
.header-top .lang-switch-dropdown ul li a,
.header-top .lang-switch-dropdown ul li a:hover {
	background-position: 8px 7px;
}
.header-top .browse-history-box ul li a,
.header-top .lang-switch-dropdown ul li a,
.header-top .pd-compare-box ul li a {
	display: block;
	width: 100%;
	color: #666;
	margin: 0;
	padding-left: 20px;
}
.header-top .pd-compare-box ul li a {
	height: 60px;
	font-size: 11px;
	line-height: 60px;
	background-position: 8px 28px;
}
.header-top .browse-history-box ul li a {
	height: 27px;
	font-size: 11px;
	line-height: 25px;
}
.header-top .lang-switch-dropdown ul li a {
	font-size: 12px;
	line-height: 21px;
}
.header-top .pd-compare-box ul li a:hover {
	background-position: 8px 28px;
}
.header-top .pd-compare-box ul li a:hover,
.header-top .browse-history-box ul li a:hover,
.header-top .lang-switch-dropdown ul li a:hover {
	background-color: #eee;
	color: #00a499;
}
.header-top .lang-switch-dropdown ul li a.active {
	background-position: 8px 7px;
	color: #00a499;
}
.header-top .lang-switch-dropdown ul li a.active:hover {
	background-position: 8px 7px;
	background-color: #eee;
}
.header-top .browse-history-box .arrow,
.header-top .lang-switch-dropdown .arrow {
	position: absolute;
	margin-left: 25px;
	z-index: 140000;
}
.header-top .pd-compare-box .pd-compare-deleteitem {
	display: none;
	background: #fff;
	vertical-align: top;
	font-size: 12px;
	color: #545454;
	white-space: nowrap;
	word-break: keep-all;
	line-height: 24px;
	border-radius: 2px;
	position: absolute;
	top: 17px;
	right: 10px;
	padding: 0 5px;
	cursor: pointer;
	z-index: 140001;
}
.header-top .pd-compare-box .pd-compare-deleteitem:hover {
	background: #cacaca;
	text-decoration: none;
}
.header-top .pd-compare-box ul li:hover span.pd-compare-deleteitem {
	display: block !important;
}
.header-top #app_qr {
	display: none;
	position: absolute;
	top: 0;
	padding: 5px;
	background: #f9f9f9;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 2px 3px #ddd;
	overflow: hidden;
	z-index: 9999000;
}
.header-top .announcement-alert {
	line-height: 14px;
	font-size: 12px;
	color: #fff;
	border-radius: 10px;
	background: #f35328;
	padding: 0 4px;
	margin-left: 2px;
}
.header-top .annuncement-box {
	display: none;
	width: 318px;
	background: #fff;
	border: 1px solid #666;
	position: absolute;
	margin-top: 6px;
	z-index: 140000;
}
.header-top .annuncement-box .list-empty {
	min-height: 0;
	height: 60px;
	padding-top: 0;
	color: #222;
}
.header-top .annuncement-box .list-empty .empty-box {
/*
    display: block;
    position: absolute;
    margin-top: 0;
    margin-left: 25px;
    background: #777;
    z-index: 140000;
*/
	line-height: 60px;
	font-size: 13px;
	color: #666;
	text-align: center;
	padding-top: 0;
}
.header-top .annuncement-box ul li {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dashed #e8e8e8;
}
.header-top .annuncement-box ul li a {
	display: block;
	width: 100%;
	font-size: 13px;
	color: #666;
	margin: 0;
	padding-left: 20px;
}
.header-top .annuncement-box ul li a,
.header-top .annuncement-box ul li a:hover {
	background-position: 8px 5px;
}
.header-top .annuncement-box ul li a:hover {
	color: #00a499;
}
.header-top .annuncement-box .announcement-buttom {
	padding: 5px;
	text-align: center;
}
.header-top .annuncement-box .announcement-buttom a,
.header-top .annuncement-box .announcement-buttom a:hover,
.header-top .annuncement-box .announcement-buttom a:focus {
	color: #777;
}
.header-bottom {
	min-height: 112px;
	border-bottom: none;
}
.header-bottom .page-view-respond-control {
	background-color: #fff;
}
.header-bottom .column {
	float: left;
}
.header-bottom .column.column-01 {
	display: block;
	width: 304px;
}
.header-bottom .column.column-01 a img {
	width: 154px;
	height: 88px;
}
.header-bottom .column.column-02 {
	width: 586px;
	padding-right: 13px;
}
.header-bottom .column.column-03 {
	width: 300px;
}
.header-bottom #ad-inhouse-top {
	display: block;
	width: 300px;
	height: 100px;
}
.header-bottom #ad-inhouse-top a img {
	width: 300px;
	height: 100px;
}
.header-bottom .search-wrapper {
	display: block;
	width: 100%;
	margin-top: 17px;
	margin-bottom: 5px;
}
.header-bottom .search-wrapper .search-box {
	display: block;
	width: 573px;
	height: 42px;
	background-color: #00a499;
	border: 4px solid #00a499;
}
.header-bottom .search-wrapper .search-box .part-01 {
	display: none;
	width: 0;
	padding-right: 3px;
}
.header-bottom .search-wrapper .search-box .part-02 {
	width: 503px;
	padding-right: 3px;
	float: left;
}
.header-bottom .search-wrapper .search-box .part-03 {
	width: 59px;
	float: left;
}
.header-bottom .search-wrapper .search-box .part-03 button {
	display: block;
	width: 100%;
}
.header-bottom .search-wrapper .form-control {
	border-color: #fff;
	border-radius: 2px;
}
.header-bottom .hot-items-wrapper {
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	overflow: hidden;
	padding-top: 5px;
    color: #777;
}
.header-bottom .hot-items-wrapper .column {
	float: left;
	margin-bottom: 10px;
}
.header-bottom .hot-items-wrapper .column-left {
    max-width: 9%;
}
.header-bottom .hot-items-wrapper .column-right {
    max-width: 90%;
}
.header-bottom .hot-items-wrapper ul {
	margin: 0;
}
.header-bottom .hot-items-wrapper ul li {
	display: inline-block;
	/*border-right: 1px solid #bbb;*/
	padding-left: 7px;
	padding-right: 3px;
	line-height: 1.3em;
}
.header-bottom .hot-items-wrapper ul li a {
	color: #777;
}
.header-bottom .hot-items-wrapper ul li a:hover {
	text-decoration: none;
}
.header-bottom .keyword-search-box {
	display: none;
	width: 501px;
	position: absolute;
	background: #fff;
	border: 1px solid #aab1c4;
	margin-top: 0;
	z-index: 1200000;
}
.header-bottom .keyword-search-box a {
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
}
.header-bottom .keyword-search-box a:hover {
	background: #eee;
}
.header-bottom .keyword-search-box a.active {
	background: #cdcdcd;
}
.header-bottom .keyword-search-box .keyword-search-product {
	display: block;
	overflow: hidden;
	height: 61px;
	background: url("../images/icon/item_rank_line.png") repeat-x 0 60px;
}
.header-bottom .keyword-search-box .keyword-search-img,
.header-bottom .keyword-search-box .keyword-search-name,
.header-bottom .keyword-search-box .keyword-search-rating {
	display: block;
	float: left;
}
.header-bottom .keyword-search-box .keyword-search-img img,
.header-bottom .keyword-search-box .keyword-search-brand img {
	padding-top: 5px;
}
.header-bottom .keyword-search-box .keyword-search-img img {
	width: 50px;
	height: 50px;
}
.header-bottom .keyword-search-box .keyword-search-brand img {
	width: 100px;
	height: 50px;
}
.header-bottom .keyword-search-box .keyword-search-product a {
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
}
.header-bottom .keyword-search-product .keyword-search-name {
	width: 213px;
	padding: 0 5px;
	/*width: 195px; */
}
.header-bottom .keyword-search-box .keyword-search-img {
	display: block;
	width: 100px;
	text-align: center;
}
.header-bottom .keyword-search-box .keyword-search-name {
	width: 213px;
	padding: 0 5px;
}
.header-bottom .keyword-search-box .keyword-search-rating {
	width: 60px;
}
.header-bottom .keyword-search-name .keyword-search-product-name,
.header-bottom .keyword-search-name .keyword-search-shop-name {
	font-size: 12px;
	color: #444;
	padding-top: 4px;
}
.header-bottom .keyword-search-product-cat {
	font-size: 11px;
	color: #666;
}
.header-bottom .keyword-search-product-cat .quote-shop-star {
	padding-top: 3px;
}
.header-bottom .keyword-search-more {
	height: 30px;
	text-align: center;
}
.header-bottom .keyword-search-more a {
	display: block;
	height: 30px;
	font-size: 12px;
	text-align: center;
	color: #666;
	line-height: 30px;
}
.header-bottom .keyword-search-more a:hover {
	color: #444;
	text-decoration: none;
}
.header-bottom .keyword-search-box .keyword-search-history {
	display: block;
	overflow: hidden;
	background: url("../images/icon/item_rank_line.png") repeat-x 0 60px;
}
.header-bottom .keyword-search-box .keyword-search-history a {
	display: block;
	width: 100%;
	height: 25px;
	padding: 0 5px;
	overflow: hidden;
}
.header-bottom .keyword-search-box .keyword-search-history .keyword-search-product-name {
	width: 370px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.header-bottom .keyword-search-box .keyword-search-shop {
	height: 61px;
}
.header-bottom .keyword-search-box .keyword-search-shop .keyword-search-brand {
	display: block;
	width: 100px;
	text-align: center;
	float: left;
}
.keyword-search-brand img {
	width: 100px;
	height: 50px;
}
.header-bottom .keyword-search-box .keyword-search-shop .keyword-search-name {
	width: 247px;
	padding: 0 5px;
}

.header-bottom #ad0 {
	display: block!important;
	width: 100%!important;
	height: auto!important;
	margin: 0 auto 0!important;
	padding-bottom: 0!important;
	text-align: center!important;
	float: none!important;
}
.header-bottom #ad0 > div {
	margin: 0 auto;
}
@media screen and (max-width: 1224px) {
	.header-bottom .page-view-respond-control {
		width: 990px;
		padding: 0;
	}
	.header-bottom .column.column-01 {
		width: 170px;
	}
	.header-bottom .column.column-02 {
		width: 510px;
	}
	.header-bottom .search-wrapper .search-box {
		width: 507px;
	}
	.header-bottom .search-wrapper .search-box .part-02 {
		width: 433px;
	}
	.header-bottom .keyword-search-box {
		width: 431px;
	}
}




/*
	Element: Footer Style
	Remark: -
*/
.page-view-footer {
	clear: both;
}
.page-view-footer,
.footer-all {
	width: 100%;
}
.footer-all {
	display: block;
	font-weight: bold;
	background-color: #00a499;
	color: #005e5d;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-all a,
.footer-all p {
	color: #005e5d;
}
.footer-all a:hover {
	color: #fff;
	text-decoration: none;
}
.footer-all p {
	font-size: 16px;
}
.footer-all .part-01 ul li {
	display: block;
	width: 220px;
	font-size: 13px;
	float: left;
	padding-bottom: 3px;
	padding-right: 15px;
}
.footer-all .part-01 ul li.item-01 {}
.footer-all .part-01 ul li.item-01-b {
	width: 125px;
}
.footer-all .part-01 ul li.item-02 {
	width: 200px;
}
.footer-all .part-01 ul li.item-03 {
	width: 245px;
}
.footer-all .part-01 ul li.item-04 {
	width: 300px;
}
.footer-all .part-01 ul li ul li {
	display: inline-block;
	width: auto;
	float: none;
	padding-right: 2px;
}
.footer-all .part-01 ul li.item-01 ul li {
	padding-right: 15px;
}
.footer-all .part-02 ul li {
	display: inline-block;
	border-right: 1px solid #005e5d;
	padding-left: 5px;
	padding-right: 6px;
	font-size: 13px;
}
.footer-all .part-02 ul li.lang-switch-en-hk {
	border-right: 0;
}
.footer-all .part-02 ul li:last-child {
	border: 0;
}
.footer-all .part-02 .column-01 .line-01 {
	border-bottom: 1px solid #005e5d;
	line-height: 20px;
}
.footer-all .part-02 .column-01 .line-01 .column-01 > ul {
	margin-left: -5px;
}
.footer-all .part-02 .column-01 .line-02 .column-01 {
	width: 995px;
	display: block;
	float: left;
	font-size: 12px;
	padding-top: 10px;
}
.footer-all .part-02 .line-02 .column-01 p {
	font-size: 11px;
}
.footer-all .part-02 .line-02 .column-01 {
	display: block;
	float: left;
	padding-top: 20px;
}
.footer-all .part-02 .line-02 .column-02 {
	display: block;
	width: 174px;
	float: left;
	background: #00a499;
	padding-left: 20px;
}
.footer-all .part-02 .line-02 .column-02 .column-01 {
	width: auto;
}
.footer-all .part-02 .line-02 .column-02 .column-01 img {
	width: 154px;
	height: 88px;
}
.footer-all .footer-merchant {
	display: block;
	width: 180px;
	height: 75px;
	background-image: url("../images/footer-merchant.png");
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-color: #179C91;
	border-radius: 5px;
	margin-top: -10px;
	padding-left: 90px;
	padding-top: 10px;
}
.footer-all .footer-merchant:hover {
	background-color: #15948A;
}
.footer-all .footer-merchant span {
	display: block;
}
.footer-all .footer-merchant span.footer-merchant-bold {
	font-size: 15px;
}
#footer-fb-entry,
#footer-wechat-entry {
	width: 29px;
	height: 29px;
}
#footer-wechat-id {
	color: #005e5d;
	padding-left: 5px;
}
#footer-wechat-qr {
	width: 21px;
	height: 21px;
	margin-left: 5px;
}
.wc-qr-img {
	display: none;
	width: 100px;
	height: 120px;
	font-size: 14px;
	text-align: center;
	color: #121212;
	background: #fff;
	position: absolute;
	right: -110px;
	margin-top: -100px;
}
#footer-wechat {
	position: relative;
	cursor: pointer;
}
#footer-wechat:hover > .wc-qr-img {
	display: block;
}
@media screen and (max-width: 1224px) {
	.footer-all .part-01 ul li.item-01 {
		width: 160px;
	}
	.footer-all .part-01 ul li.item-01-b {
		width: 110px;
	}
	.footer-all .part-01 ul li.item-02 {
		width: 190px;
	}
	.footer-all .part-01 ul li.item-03 {
		width: 225px;
	}
	.footer-all .part-02 .line-02 .column-01 {
		width: 782px;
	}
	.footer-all .part-01 ul li:not(.item-01) ul li {
		padding-right: 2px;
	}
	.footer-all .part-01 ul li:not(.item-01) ul li a img {
		width: 120px;
		height: 40px;
	}
}




/*
	Element: Mega Menu
	Remark: -
*/
.menu-mega-label {
	display: block;
	width: 290px;
	height: 40px;
	background: #00a499;
	float: left;
}
.menu-mega-label h2 {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #fff;
	line-height: 40px;
	margin: 0;
	padding: 0 0 0 15px;
	/*font-size: 15px;
	font-weight: bold;*/
}
.menu-mega {
	display: block;
	float: left;
	position: absolute;
	margin-top: 40px;
	z-index: 1000;
}
.menu-mega .menu-mega-zone {
	display: block;
	width: 290px;
	min-height: 422px;
}
.menu-mega .menu-lv-zone {
	background: #fff;
}
.menu-mega .menu-lv-zone li {
	display: inline-block;
	height: 35.2px;
	font-size: 12px;
	position: relative;
	border: 0;
	z-index: 2;
}
.menu-mega .menu-lv-zone li:last-child {
	border-bottom: 1px solid #ededed;
	/*border-bottom: 1px solid #c6c6c6;*/
}
.menu-mega .menu-lv-zone > li {
	display: block;
	border-right: 1px solid #ededed;
	border-left: 1px solid #ededed;
	/*border-right: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;*/
}
.menu-mega .menu-lv-zone > li.active {
	width: 91px;
	overflow: hidden;
	border: 1px solid #ededed;
	/*border: 1px solid #666;*/
	border-right: 1px solid #fff;
	z-index: 4;
}
.menu-mega .menu-lv-zone > li:first-child.active {
	border-top: 0;
}
.menu-mega .menu-lv-zone > li:last-child.active {
	/*border-bottom: 0;*/
}
.menu-mega .menu-lv-zone > li.active .menu-zone-unit {
	border-bottom: 1px solid #fff;
}
.menu-mega .menu-lv-zone li .menu-zone-icon {
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 6px;
	left: 16px;
}
.menu-mega .menu-lv-zone li .menu-zone-unit {
	display: block;
	width: 262px;
	height: 35.2px;
	border: 0;
	margin: 0 0 0 9px;
	overflow: hidden;
}
.menu-mega .menu-lv-zone > li.active .zone-flag {
	margin-top: 5px;
}
.menu-mega .menu-lv-zone li .menu-zone-unit .zone-flag {}
.menu-mega .menu-lv-zone li .menu-zone-unit .zone-new {}
.menu-mega .menu-lv-zone li .menu-zone-unit .column-left,
.menu-mega .menu-lv-zone li .menu-zone-unit .column-right {
	float: left;
}
.menu-mega .menu-lv-zone li .menu-zone-unit .column-left {
	overflow: inherit;
	padding-left: 40px;
}
.menu-mega .menu-lv-zone li .menu-zone-unit .column-left h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 35.2px;
	padding-right: 10px;
	margin: 0;
}
.menu-mega .menu-lv-zone li .menu-zone-unit .column-left h3 a {
	font-weight: bold;
}
.menu-mega .menu-lv-zone li.active .menu-zone-unit .column-left h3 a,
.menu-mega .menu-lv-zone li .menu-zone-unit .column-left h3 a:hover {
	color: #00a499;
	text-decoration: none;
}
.menu-mega .menu-lv-zone li .menu-zone-unit .column-right {
	width: 180px;
	height: 20px;
	padding-left: 8px;
	margin-top: 7px;
}
.menu-mega .menu-lv-zone li .menu-zone-unit a {
	color: #121212;
}
.menu-mega .menu-lv-zone .menu-lv-cat {
	width: 175px;
	height: 16px;
	margin: 0;
}
.menu-mega .menu-lv-zone .menu-lv-cat li {
	margin-right: 3px;
	margin-top: 2px;
}
.menu-mega .menu-lv-zone .menu-lv-cat a {
	color: #121212;
}
.menu-mega .menu-lv-zone .menu-lv-cat li a {
	color: #777;
}
.menu-mega .menu-lv-zone .menu-lv-cat a:hover {
	color: #00a499;
	text-decoration: none;
}
.menu-mega .menu-mega-info {
	display: none;
	width: 786px;
	min-height: 462px;
	border: 1px solid #ededed;
	/*border: 1px solid #666;*/
	background: #fff;
	position: absolute;
	top: 0;
	left: 90px;
	padding: 0;
	margin: -40px 0 0 0;
	z-index: 3;
}
.menu-mega .mega-info-unit {
	display: none;
}
.menu-mega .mega-info-hot {
	display: block;
	height: 459px;
	width: 199px;
	float: right;
}
.menu-mega .mega-info-hot .mega-info-title span,
.menu-mega .mega-info-detail .mega-info-title span {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	padding-left: 10px;
}
.menu-mega .mega-info-hot .mega-info-title {
	display: block;
	width: 100%;
	height: 39px;
	background-color: #00a499;
}
.menu-mega .mega-info-hot .mega-info-title span {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	padding-left: 10px;
}
.menu-mega .mega-info-detail ul,
.menu-mega .mega-info-hot ul {
	margin: 0;
}
.menu-mega .mega-info-hot ul li {
	display: block;
	width: 199px;
	height: 105px;
	float: right;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ededed;
	/*border-bottom: 1px solid #ccc;*/
	text-align: center;
}
.menu-mega .mega-info-hot ul li:last-child .hot-item .hot-item-image {
	border-bottom: 0;
}
.mega-info-hot ul li:last-child div {
	border-bottom: 0;
}
.mega-info-hot-list img {
	padding-bottom: 4px;
}
.menu-mega .mega-info-hot ul li a {
	display: block;
	color: #777;
	/*color: #555;*/
}
.menu-mega .mega-info-hot ul li a:hover {
	color: #00a499;
}
.menu-mega .mega-info-hot .hot-item {
	width: 199px;
	height: 105px;
	position: relative;
	cursor: pointer;
}
.menu-mega .mega-info-hot .hot-item::after {
	opacity: 0.8;
}
.menu-mega .mega-info-hot .hot-item .hot-item-image {
	width: 199px;
	height: 105px;
	background-size: 100%;
	border-bottom: 1px solid #ededed;
	/*border-bottom: 1px solid #efefef;*/
}
.menu-mega .mega-info-hot .hot-item .hot-item-image:last-child {
	border-bottom: 0;
}
.menu-mega .mega-info-hot .hot-item .hot-item-image:hover {
	opacity: 0.8;
}
.menu-mega .mega-info-hot .hot-item span {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	position: absolute;
	bottom: 15px;
	right: 20px;
}
.menu-mega .mega-info-detail ul:hover {
	background-color: #f0f0f0;
}
.menu-mega .mega-info-detail {
	display: inline-block;
	width: 585px;
	height: 460px;
	border-right: 1px solid #ededed;
	/*border-right: 1px solid #ccc;*/
	float: left;
}
.menu-mega .mega-info-detail .mega-info-title {
	display: block;
	width: 100%;
	background-color: #00a499;
	height: 39px;
}
.menu-mega .mega-info-detail a {
	display: block;
	font-size: 13px;
	color: #777;
	/*color: #555;*/
}
.menu-mega .mega-info-detail > ul {
	padding: 5px 0 5px 13px;
}
.menu-mega .mega-info-detail > ul li {
	display: inline-block;
	vertical-align: top;
    margin-right: 10px;
}
.menu-mega .mega-info-detail > ul > li:first-child {
	padding-top: 1px;
	line-height: 23px;
	/*line-height: 30px;*/
}
.menu-mega .mega-info-detail > ul > li:first-child a {
	font-size: 14px;
	color: #00a499;
	font-weight: bold;
}
.menu-mega .mega-info-detail > ul > li:first-child a:hover {
	color: #008a82;
	text-decoration: none;
}
.menu-mega .mega-info-detail > ul > li:last-child {
	line-height: 23px;
	/*line-height: 28px;*/
}
.menu-mega .mega-info-detail ul ul {
	max-width: 456px;
	border-left: 1px solid #ededed;
	/*border-left: 1px solid #777;*/
	/*border-left: 1px solid #ccc;*/
	padding: 0 0 0 10px;
}
.menu-mega .mega-info-detail ul ul a {}
.menu-mega .mega-info-detail ul ul a:hover {
	color: #00a499;
	text-decoration: none;
}
.mega-info-detail ul li li.cat-new{
    background: url("../images/zh_HK/zone_new_26.png") no-repeat 0px 50%; 
    /* height: 17px; */
    padding-left: 18px;
}

@media screen and (max-width: 1224px) {
	.menu-mega-label h2 {
		padding: 0;
		text-align: center;
	}
	.menu-mega-label,
	.menu-mega .menu-mega-zone {
		width: 90px;
	}
	.menu-mega .menu-mega-info {
		width: 588px;
		left: 89px;
	}
	.menu-mega .mega-info-hot,
	.menu-zone-unit .column-right {
		display: none;
	}
	.menu-mega .menu-lv-zone > li.active {
		width: 90px;
	}
	.menu-mega .menu-lv-zone li .menu-zone-unit {
		width: auto;
	}
	.menu-mega .mega-info-detail {
		width: 586px;
		border-right: 0;
	}
}





/*
    Element: Nav Tabs
    Remark: -
*/
.nav-tabs {
	height: 40px;
	background-color: #fff;
	border-bottom: 1px #ebebeb solid !important;
	/*border-bottom: 2px #ebebeb solid;*/
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 0;
	margin: 0;
}
.nav-tabs > li {
	display: block;
	float: left;
	position: relative;
	text-align: center;
	border-left: 0;
}
.nav-tabs > li > a {
	font-size: 18px;
	display: block;
}
.nav-tabs > li > a:hover {
	text-decoration: none;
}
.nav-tabs > li.active > a {
	color: #121212;
	border-bottom: 1px #f0c400 solid;
}
.nav-tabs > li.active > a:hover {
	border-bottom: 1px #f0c400 solid;
}





/*
    Element: Product Mega Menu
    Remark: -
*/
.body-product-list .home-list-block-01,
.body-product-list .home-list-block-02 {
	padding-right: 20px;
}
.body-product-list .menu-mega-label {
	width: 90px;
    min-width: 90px;
    max-width: 90px;
}
.body-product-list .menu-mega-label a {
	display: block;
	width: 100%;
	height: 100%;
}
.body-product-list .menu-mega-label h2 {
	padding-left: 0;
	text-align: center;
	cursor: pointer;
}
.body-product-list .menu-mega-label a:hover,
.body-product-list .menu-mega-label a.active {
	background: #008a82;
}
.body-product-list .menu-mega {
	width: 90px;
	height: 422px;
}
.body-product-list .menu-mega .menu-mega-zone {
	width: 90px;
	background: #fff;
}
.body-product-list .menu-zone-unit .column-right {
	display: none;
}
.body-product-list .menu-mega .mega-info-detail {
	width: 580px;
}
.body-product-list .menu-mega .menu-lv-zone > li.active {
	width: 90px;
}
.body-product-list .menu-mega-info {
	width: 781px;
	min-height: 462px;
	padding-top: 0;
	left: 89px;
	z-index: 3;
	/*width: 589px;*/
}
.body-product-list .breadcrumb-news,
.body-product-list .news-list .breadcrumb-product {
    width: 100% !important;
}
.body-product-list .breadcrumb-product {
	width: 780px;
	height: 40px;
	font-size: 13px;
	float: right;
	border-bottom: 1px solid #ebebeb;
	/*border-bottom: 1px solid #00a499;*/
	position: relative;
	color: #00a499;
	/*display: block;*/
	/*line-height: 36px;*/
	/*width: 580px;*/
}
.body-product-list .breadcrumb-product {
	line-height: 35px;
}
.body-product-list .breadcrumb-news .column-left,
.body-product-list .breadcrumb-product .column-left {
	padding-left: 10px;
}
.body-product-list .breadcrumb-news .nav-menu,
.body-product-list .breadcrumb-product .nav-menu {
	display: block;
	height: 40px;
	line-height: 40px;
}
.body-product-list .breadcrumb-news .nav-menu div,
.body-product-list .breadcrumb-product .nav-menu div {
	display: inline;
}
.body-product-list .breadcrumb-news a,
.body-product-list .breadcrumb-news .nav-menu .breadcrumb-dividor,
.body-product-list .breadcrumb-product a,
.body-product-list .breadcrumb-product .nav-menu .breadcrumb-dividor {
	color: #777;
	/*color: #222;*/
}
.body-product-list .breadcrumb-product .nav-menu .breadcrumb-dividor,
.breadcrumb-news .nav-menu .breadcrumb-dividor,
.body-product-list .breadcrumb-news .nav-menu .breadcrumb-dividor {
	color: #fff;
	background: url("https://www.price.com.hk/space/images/images_ty74km_1541666212.png") no-repeat;
	/*background: url("https://www.price.com.hk/space/images/images_1zscmn_1541395687.jpg") no-repeat;*/
	background-position: 0 3px;
	background-size: auto 10px;
	margin: 0 0 0 7px;
	padding: 0 0 0 5px;
}
.body-product-list .breadcrumb-news a:hover,
.body-product-list .breadcrumb-product a:hover {
	color: #00a499;
	text-decoration: none;
}
@media screen and (max-width: 1224px) {
	.body-product-list .breadcrumb-product {
		width: 580px;
	}
}



/*
    Element: Filter
    Remark: -
*/
.unit-filter {
	display: block;
	width: 90%;
	position: relative;
	float: left;
	padding: 0 2px;
}
.unit-filter div {
	display: block;
	float: none;
}
.unit-filter div.filter-date-left {
	width: 50%;
	padding-right: 20px;
	float: left;
}
.unit-filter div.filter-date-right {
	width: 50%;
	padding-left: 20px;
	float: right;
}
.unit-filter div.filter-date-center {
	display: inline;
	width: 40px;
	text-align: center;
	position: absolute;
	top: 0;
	margin-left: -20px;
	line-height: 22px;
}
.unit-filter.have_option {
	color: rgb(0, 163, 152);
}
.unit-filter .filter-text {
	text-overflow: ellipsis;
	white-space: nowrap;
}
.unit-filter .filter-text,
.unit-filter select {
	width: 100%;
	min-height: 24px;
	color: #777;
	outline: none;
	background: #fff url("../images/filter_down.png") no-repeat right;
	border-width: 0 0 2px 0;
	border-color: rgb(238, 238, 238);
	padding-right: 25px;
}
.unit-filter select {
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select::-ms-expand {
	display: none;
	/* hide the default arrow in ie10 and ie11 */
}
.unit-filter.have_option .filter-text {
	border-color: rgb(0, 163, 152);
	color: rgb(0, 163, 152);
}
.unit-filter.have_option select {
	border-color: rgb(0, 163, 152);
	color: rgb(0, 163, 152);
}
.unit-filter .filter-text.have_option {
	border-color: rgb(0, 163, 152);
	color: rgb(0, 163, 152);
}
.unit-filter select.have_option {
	border-color: rgb(0, 163, 152);
	color: rgb(0, 163, 152);
}
.unit-filter option,
.unit-filter .filter-option {
	color: #000;
}
.unit-filter option:checked,
.unit-filter .filter-option.checked-option {
	color: rgb(0, 163, 152);
}
.unit-filter option:disabled {
	display: none;
}
.product-list-filter-bar {
	display: none;
	width: 100%;
	height: auto;
	border: 1px solid #ebebeb;
	border-top: none;
	padding: 5px;
	margin-bottom: 5px;
	position: relative;
}
.product-list-filter-bar:after {
	clear: both;
}
.product-list-filter-bar ul li {
	display: block;
	width: 25%;
	height: auto;
	float: left;
	position: relative;
	padding: 0 0 8px 0;
}
.product-list-filter-bar .unit-filter {
	margin-top: 5px;
	padding: 0 5px;
	/*padding: 0 2px;*/
}
.product-list-filter-bar .unit-filter .filter-text,
.product-list-filter-bar .unit-filter select {
	display: block;
	width: 100%;
	min-height: 24px;
	font-size: 14px;
	color: #777;
	/*color: #888;*/
	cursor: pointer;
	line-height: 14px;
	background-color: #fff;
	background-image: url("../images/filter_down.png");
	background-repeat: no-repeat;
	background-position: 95%;
	border-radius: 0;
	border-bottom-style: solid;
	border-color: #ededed;
	/*border-color: #888;*/
	border-width: 0 0 2px 0;
	border-bottom-width: 1px;
	padding: 4px 25px 1px 5px;
	outline: none;
}
.product-list-filter-bar .unit-filter.have_option .filter-text,
.product-list-filter-bar .unit-filter.have_option select {
	color: #00a499;
}
.product-list-filter-bar .unit-filter .btn-group input[type='text'] {
	margin-top: 2px;
	border-color: #ededed;
}
.product-list-filter-bar .unit-filter .filter-text {
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product-list-filter-bar .unit-filter .filter-text::-webkit-input-placeholder {
	color: #777;
}
.product-list-filter-bar .unit-filter .filter-text::-moz-placeholder {
	color: #777;
}
.product-list-filter-bar .unit-filter .filter-text:-ms-input-placeholder {
	color: #777;
}
.product-list-filter-bar .unit-filter .filter-text:-moz-placeholder {
	color: #777;
}
.product-list-filter-bar .unit-filter .filter-options-wrapper {
	display: none;
	width: calc(100% - 40px);
	max-height: 250px;
	background: #fff;
	position: absolute;
	border: 1px solid #eaeaea;
	border-radius: 0 0 5px 5px;
	margin-top: -2px;
	z-index: 10;
}
.product-list-filter-bar .unit-filter .filter-button-wrapper .filter-counter {
	background-color: #f8f8f8;
	border-radius: 0 0 5px 5px;
	border-bottom: 1px solid #eaeaea;
	padding-left: 7px;
}
.product-list-filter-bar .list-product.show_dash {
	border-top: 1px dashed #999;
	padding-top: 8px;
	margin-top: 8px;
}
.product-list-filter-bar .all-group-list ul li,
.product-list-filter-bar .all-cat-list ul li {
	display: block;
	width: auto;
	height: auto;
	float: left;
	padding: 0;
	padding-right: 15px;
	color: #00a499;
	font-size: 12px;
	/* padding-bottom: 2px; */
}
.product-list-filter-bar .all-group-list ul li a,
.product-list-filter-bar .all-cat-list ul li a {
	color: #00a499;
	font-size: 12px;
}
.product-list-filter-bar .all-group-list,
.product-list-filter-bar .all-cat-list {
	padding: 0 5px;
}
.product-col-info .item-attr table tr td {
	height: 18px;
}
.filter-range-wrapper {
	min-width: 200px;
}
.filter-range-wrapper .filter-range-title {
	padding: 0 10px;
	margin-top: 10px;
}
.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 .slider.slider-horizontal {
	width: 160px;
	margin: 20px auto;
}
.filter-range-wrapper .slider-handle {
	background-color: #fff;
	background-image: none;
	border: 1px solid #00a499;
}
.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;
}
.filter-range-wrapper .filter-button-wrapper {
	height: 35px;
	position: relative;
	font-size: 12px;
	background-color: #f8f8f8;
	border-radius: 0 0 5px 5px;
	border-bottom: 1px solid #eaeaea;
}
.filter-button-wrapper .filter-buttons {
	position: absolute;
	top: 7.5px;
	right: 5px;
}
.filter-button-wrapper .filter-buttons .button {
	display: inline-block;
	height: 20px;
	width: 40px;
	position: relative;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
}
.filter-button-wrapper .filter-buttons .button-confirm {
	color: #fff;
	background: rgb(0, 163, 152);
}
.filter-button-wrapper .filter-buttons .button-cancel {
	color: rgb(0, 163, 152);
}




/*
	Element: Common Product Detail - element
	Remark: -
*/
.body-product-list .column.column-01 {
	width: 890px;
	float: left;
}
.body-product-list .column.column-02 {
	width: 300px;
	float: left;
	padding-bottom: 20px;
}
.item-attr {
	display: block;
	width: auto;
	font-size: 12px;
	color: #777;
	/*color: #121212;*/
	float: left;
}
.item-attr .attr-label,
.item-attr .attr-info {
	font-size: 12px;
	vertical-align: top;
	word-break: break-word;
	padding-bottom: 3px;
}
.item-attr .attr-label {
	white-space: nowrap;
}
.item-attr .attr-info {
	display: inline-block;
}
.item-attr .attr-info.text-overflow {
	overflow-wrap: break-word;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	word-break: break-word;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
}
.product-name {
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
}
.product-name a {
	color: #111;
}
.product-name a:hover {
	color: #00a499;
	text-decoration: none;
}
.body-product-list .product-list {
	position: relative;
}
.body-product-list .product-detail-info {
	display: block;
	padding: 10px 0;
}
.body-product-list .product-detail-info:after {
	clear: both;
}
.price-refer-btn {
	display: block;
	overflow: hidden;
	float: right;
	padding-top: 3px;
}
.price-refer-btn .refer-btn-detail {
	width: 180px;
	font-size: 12px;
	text-align: center;
	color: #000;
	padding-top: 4px;
}
.price-refer-btn .refer-btn-detail .btn {
	width: 180px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #fff;
	background: url("../images/icon/refer_btn_icon.png") no-repeat 0 0 #00a499;
	-webkit-box-shadow: 0 3px 0 0 rgba(6, 123, 114, 1);
	-moz-box-shadow: 0 3px 0 0 rgba(6, 123, 114, 1);
	box-shadow: 0 3px 0 0 rgba(6, 123, 114, 1);
	padding: 6px 22px 6px 40px;
	margin-bottom: 2px;
}
.price-refer-btn .refer-btn-detail .btn:hover,
.price-refer-btn .refer-btn-detail .btn:focus,
.price-refer-btn .refer-btn-detail .btn:active,
.price-refer-btn .refer-btn-detail .btn.active {
	background: url("../images/icon/refer_btn_icon.png") no-repeat 0 0 #008a82;
}
.price-refer-btn .refer-btn-detail,
.price-refer-btn .refer-btn-detail span {
	font-size: 12px;
	text-align: center;
	color: #000;
}
.price-refer-btn .refer-btn-detail .quote-price-title {
	display: inline-block;
	font-size: 12px;
	text-align: right;
	color: #00a499;
	padding: 7px 0 3px;
	clear: both;
}
.price-refer-btn .refer-btn-detail .quote-price-title a {
	color: #00a499;
	text-decoration: none;
}
.body-product-list .product-list-item-list .search-list-btn .btn,
.body-product-list .product-list-item-list ul li .column-04 .btn,
.price-refer-btn .refer-btn-detail .new_referral_btn,
.nsp_detail_btn {
	display: block;
	width: 135px;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	float: right;
	line-height: 40px;
	border-radius: 4px;
	box-shadow: 0 3px 0 0 rgba(6,123,114,1);
	margin-bottom: 3px;
	padding: 0;
}
.price-refer-btn .refer-btn-detail .new_referral_btn,
.price-refer-btn .refer-btn-detail .new_referral_btn:hover,
.price-refer-btn .refer-btn-detail .new_referral_btn:active,
.price-refer-btn .refer-btn-detail .new_referral_btn:focus,
.price-refer-btn .refer-btn-detail .new_referral_btn:visited {
	background: #00a499;
	color: #fff;
	text-decoration: none;
}
.price-refer-btn .refer-btn-im {
	display: inline-block;
	font-size: 12px;
	text-align: right;
	line-height: 26px;
	padding: 7px 0 3px;
	clear: both;
}
.price-refer-btn .refer-btn-im a {
	color: #00a499;
	cursor: pointer;
}
.price-refer-btn .refer-btn-im a:hover {
	text-decoration: none;
}
.price-refer-btn .refer-btn-im a img {
	width: 15px;
	height: 15px;
}
.price-history-chart-select-wrapper .filter-unit-grey {
	margin: 0;
	position: relative;
}
.price-history-chart-select-wrapper .filter-unit-grey .filter-label {
	display: block;
	float: left;
	font-size: 13px;
	color: #777;
	/*color: #949494;*/
	padding: 4px 7px 0 0;
}
.price-range .product-price-text {
	vertical-align: middle;
	display: inline-flex;
	align-items: baseline;
}
.price-range .product-prop {
	vertical-align: middle;
	display: inline-flex;
	margin-left: 3px;
}
.price-range .product-prop img {
	/* margin-top: -10px; */
	/* padding-left: 3px; */
}
.price-range a .listing-price-range {
	display: inherit;
	color: #e02152;
	height: 25px;
	/* font-family: arial !important; */
}
.price-range a .listing-price-range:hover {
	color: #c91547;
}
.price-range a .listing-price-range .text-price-unit {
	font-size: 13px;
	font-weight: bold;
	color: inherit;
	/* margin-right: 3px; */
}
.price-range a .listing-price-range .text-price-number {
	font-size: 20px;
	font-weight: 600;
	color: inherit;
}
.price-range a .listing-price-range .text-price-unit-to {
	font-weight: bold;
	font-size: 20px;
	margin: 0 2px;
	color: #e02152;
}
.body-product-list .list-empty {
	min-height: 500px;
	font-size: 16px;
	text-align: center;
	padding-top: 80px;
	color: #121212;
	/*color: #222;*/
}
.body-product-list .list-empty .info-message {
	padding-top: 8px;
}
.body-product-list .list-empty.list-empty-search {
	min-height: 0;
	height: 170px;
	font-size: 16px;
	color: #121212;
	text-align: center;
	padding-top: 40px;
}
.body-product-list .list-empty.list-empty-search .info-message {
	padding-top: 8px;
}


/*youtube ad video*/
.category_youtube_ad_video{
	border-bottom: 1px solid #ededed;
}

#youtube_ad_video{
	padding: 0px 0 20px 0px;
	width: 640px;
	margin: 0 auto;
}

#youtube_ad_video .ad_video_embed_script{
	width: 640px;
	height: 360px;
  }

#youtube_ad_video .ad_video_title{
	display: block;
	clear: both;
	/* height: 25px; */
	flex-grow: 0;
	font-family: PingFangHK;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000;
	margin: 20px 0 10px 0;
}

@media screen and (max-width: 1224px) {
	.body-product-list .column.column-01 {
		width: 690px;
	}
}





/*
    Element: Common Product Detail - product image
    Remark: -
*/
.body-product-list .product-detail-info .product-col-img {
	display: block;
	width: 237px;
	float: left;
}
.body-product-list .product-detail-info .product-col-img .line-img {
	display: block;
	width: 222px;
	padding-right: 15px;
}
.body-product-list .product-detail-info .product-col-img .line-img img {
	width: 218px;
	height: 218px;
	border: 1px solid #ddd;
}
.body-product-list .product-detail-info .product-col-img .line-img-thumb img {
	width: 50px;
	height: 50px;
	border: 1px solid #ddd;
}
.body-product-list .product-detail-info .product-col-img .line-img-thumb ul {
	margin: 0;
	padding: 5px 1px 0 1px;
}
.body-product-list .product-detail-info .product-col-img .line-img-thumb ul li {
	display: inline-block;
	width: 52px;
	height: 52px;
	padding-right: 4px;
	padding-left: 0;
	margin-bottom: 4px;
}




/*
    Element: Common Product Detail - Rating
    Remark: -
*/
.body-product-list .product-rating-wrapper {
	display: block;
	height: 20px;
	float: left;
	line-height: 20px;
}
.product-rating.product-rating-empty {
	color: #00a499;
	border-bottom: none;
}
.body-product-list .product-rating-wrapper .product-rating img {
	vertical-align: initial;
}
.body-product-list .product-rating-wrapper .product-rating-normal a {
	max-width: 155px;
	color: #999;
	/*color: #aaa;*/
	text-decoration: none;
}
.body-product-list .product-rating-wrapper .product-rating-normal a img{
	width: 18px;
	height: 18px;
}
.body-product-list .product-rating-wrapper .product-rating {
	margin-right: 5px;
}
.body-product-list .product-rating-wrapper .product-rating img {
	margin-right: 8px;
}
.body-product-list .product-rating-popover {
	display: block;
	width: 230px;
	font-size: 11px;
	background: #eee;
	position: absolute;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	margin-top: 10px;
	padding: 8px;
	z-index: 50000;
}
.body-product-list .product-rating-popover.double {
	width: 460px;
}
.body-product-list .product-rating-popover td {
	padding-bottom: 8px;
	line-height: 14px
}
.body-product-list .product-rating-popover .arrow {
	background: #fff;
	position: absolute;
	margin-top: -8px;
	margin-left: 30px;
}
.body-product-list .product-rating-popover .arrow:after,
.body-product-list .product-rating-popover .arrow:before {
	content: " ";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	pointer-events: none;
}
.body-product-list .product-rating-popover .arrow:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #eee;
	border-width: 10px;
	margin-left: -10px;
}
.body-product-list .product-rating-popover .arrow:before {
	border-color: rgba(102, 102, 102, 0);
	border-bottom-color: #d2d2d2;
	border-width: 11px;
	margin-top: -8px;
	margin-left: -11px;
}
.body-product-list .product-rating-popover .comment-average {
	display: flex;
	width: 40px;
	height: 115px;
	justify-content: center;
	flex-direction: column;
	float: left;
	text-align: center;
	line-height: 18px;
}
.body-product-list .product-rating-popover .comment-average-label {
	font-weight: normal;
	padding-bottom: 7px;
	margin-bottom: 0;
}
.body-product-list .product-rating-popover .comment-total {
	font-size: 13px;
}
.body-product-list .product-rating-popover .comment-average-mark {
	font-size: 20px;
	font-weight: bold;
}
.body-product-list .product-rating-popover .comment-average-mark sup {
	font-size: 0.6em;
}
.body-product-list .product-rating-popover .comment-average-count {
	border-top: 1px #aaa solid;
	padding-top: 7px;
}
.body-product-list .product-rating-popover .chart-wrap {
	float: left;
	width: 165px;
	max-width: 900px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 14px 10px 6px 10px;
	margin: 0 0 0 5px;
}
.body-product-list .product-rating-popover .chart-wrap .row {
	width: 120px;
	height: 10px;
	position: relative;
	margin-bottom: 9px;
	margin-left: 0;
	left: 25px;
}
.body-product-list .product-rating-popover .chart-wrap .label {
	width: 150px;
	position: absolute;
	top: -10px;
	left: -28px;
	font-size: 12px;
	font-weight: normal;
	line-height: 26px;
	text-transform: uppercase;
	text-align: initial;
	color: #121212;
	/*color: #000;*/
	background-color: transparent;
	padding: 0;
	z-index: 1;
}
.body-product-list .product-rating-popover .chart-wrap .label img {
	width: 12px;
	height: 12px;
	margin-top: -1px;
}
.body-product-list .product-rating-popover .chart-wrap .bar-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	background: #eee;
	overflow: hidden;
}
.body-product-list .product-rating-popover .chart-wrap .bar-wrap .bar {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffc821;
	transition: all 1s;
	transform: translateX(-100%);
}
.body-product-list .product-rating-popover .chart-wrap .bar-wrap .bar.in {
	transform: translateX(0%);
}

.body-product-list .comment-container + .comment-container{
	flex:1;
	border-top: 1px solid #e0e0e0;
	padding-top: 5px;
}

.body-product-list .comment-container{
	padding-left:5px;
	padding-right:5px;
	min-width: 220px;
	min-height: 134px;
	padding-bottom: 5px;
}

.body-product-list .product-rating-popover.double{
	flex-wrap: wrap;
	width: auto;
	height: auto;
}

.body-product-list .comment-remarks {
	clear: both;
	padding-top: 5px;
	color: #999;
}

.body-product-list .comment-container .comment-empty{
	display: flex;
	align-items: center;
	justify-content: center; 
	min-height: inherit;
}

.body-product-list .comment-container .comment-empty .comment-empty-content{
	font-size: 1.3em;
	width: auto;
	text-align: center;
	color: #999;
}

/*
    Element: Common Product Detail - Function button
    Remark: -
*/
.body-product-list .product-detail-function {
	display: block;
	padding: 10px 0;
	background: url("../images/icon/item_rank_line.png") repeat-x 0 0;
	overflow: hidden;
}
.body-product-list .product-detail-function ul {
	margin: 0;
}
.body-product-list .product-detail-function ul li {
	display: block;
	padding-right: 10px;
	float: left;
	margin: 0;
	padding-left: 0;
}
.body-product-list .product-detail-function .btn {}
.body-product-list .product-detail-function .active .btn,
.body-product-list .product-detail-function .btn:hover {
	color: #00a499!important;
	border: 1px solid #00a499;
	text-decoration: none;
}
.product-detail-function .apply-now .btn {
	background-color: #e02152;
	border-color: #e02152;
	color: #fff;
	padding: 5px 10px 3px 10px;
}
.product-detail-function .apply-now .btn:hover {
	background-color: #c71745;
	border-color: #c71745;
	color: #fff !important;
}



/*
    Element: Common Product Detail - Tab bar
    Remark: -
*/
.body-product-list .product-detail-tab-bar {
	display: block;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
	/*padding-bottom: 0;*/
	/*margin-right: 20px;*/
}
.body-product-list .home-list-block-02 .product-detail-tab-bar {
	margin-bottom: 5px;
	margin-right: 0;
}
.body-product-list .product-detail-tab-bar ul,
.body-product-list .merchant-detail-tab-bar ul {
	display: block;
	height: 38px;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	/*border-bottom: 1px solid #1f9f9d;*/
	margin: 0;
	padding: 0;
}
.body-product-list .product-detail-tab-bar ul li,
.body-product-list .merchant-detail-tab-bar ul li {
	display: block;
	height: 37px;
	float: left;
	position: relative;
	font-size: 16px;
	text-align: center;
	background-color: #f3f3f3;
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
	/*border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;*/
	/*color: #121212;*/
	line-height: 32px;
	margin: 0;
	/* padding: 0 13px; */
	cursor: pointer;
}
.body-product-list .product-detail-tab-bar ul li#tab-history a {
	/* padding-right: 25px; */
}
.body-product-list .product-detail-tab-bar a,
.body-product-list .merchant-detail-tab-bar a {
	color: #777;
	/*color: #888;*/
	text-decoration: none;
}
.body-product-list .product-detail-tab-bar a {
	padding: 13px;
}
.body-product-list .product-detail-tab-bar.tab-bar-green li {}
.body-product-list .product-detail-tab-bar.tab-bar-green li:first-child,
.body-product-list .merchant-detail-tab-bar li:first-child {
	border-left: 1px solid #ededed;
	/*border-left: 1px solid #dedede;*/
}
.body-product-list .product-detail-tab-bar.tab-bar-green li:hover,
.body-product-list .merchant-detail-tab-bar li:hover {
	border-bottom: 0;
	background-color: #e5e5e5;
}
.body-product-list .product-detail-tab-bar.tab-bar-green li:hover a {
	color: #121212;
	/*color: #444;*/
}
.body-product-list .product-detail-tab-bar.tab-bar-green li.active,
.body-product-list .merchant-detail-tab-bar li.active {
	background: linear-gradient(to bottom, #28b29d , #1f9f9d);
	border: 0;
	/*border-top: 1px solid #00a499;
	border-right: 1px solid #00a499;*/
}
.body-product-list .product-detail-tab-bar.tab-bar-green li.active a,
.body-product-list .product-detail-tab-bar.tab-bar-green li.active:hover a,
.body-product-list .merchant-detail-tab-bar li.active a,
.body-product-list .merchant-detail-tab-bar li.active:hover a,
.body-product-list .product-detail-tab-bar.tab-bar-green li.active span,
.body-product-list .product-detail-tab-bar.tab-bar-green li.active:hover span {
	color: #fff;
}
.body-product-list .product-detail-tab-bar.tab-bar-green li a,
.body-product-list .merchant-detail-tab-bar li a,
.body-product-list .product-detail-tab-bar.tab-bar-green li span,
.body-product-list .product-detail-tab-bar.tab-bar-green li.active a,
.body-product-list .merchant-detail-tab-bar li.active a,
.body-product-list .product-detail-tab-bar.tab-bar-green li.active span {
	font-size: 14px;
	line-height: 36px;
}
.body-product-list .product-detail-tab-bar.tab-bar-green li.active a,
.body-product-list .product-detail-tab-bar.tab-bar-green li.active:hover a,
.body-product-list .merchant-detail-tab-bar li.active a,
.body-product-list .merchant-detail-tab-bar li.active:hover a {
	line-height: 38px;
}
.body-product-list .product-detail-tab-bar.tab-bar-green .new-badge {
	position: absolute;
	top: -1px;
	right: 0;
}
.product-detail-tab-bar .pull-right {
	color: #888;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 0;
}



/*
    Element: Common Product Detail - Compare
    Remark: -
*/
.body-product-list .pd-compare-thumbnail {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #666;
}
.body-product-list .pd-compare-thumbnail input[type="checkbox"] {
	margin-right: 3px;
}
.body-product-list .pd-compare-thumbnail label {
	cursor: pointer;
}
.body-product-list .pd-compare-thumbnail a {
	color: inherit;
}
.body-product-list .pd-compare-thumbnail a:hover {
	color: #00a499;
	text-decoration: none;
}





/*
    Element: Common Product Detail - Function Bar List
    Remark: -
*/
.body-product-list .product-list-fucntion-bar {
	width: 100%;
	height: 40px;
	padding: 5px 0;
	/*height: 35px;*/
}
.body-product-list .product-list-fucntion-bar .page-product {
	position: relative;
}
.body-product-list .product-list-fucntion-bar .column {
	width: auto;
	float: left;
	padding-right: 12px;
}
.body-product-list .product-list-fucntion-bar .column.column-04,
.body-product-list .product-list-fucntion-bar .column.column-05 {
	float: right;
}
.body-product-list .product-list-fucntion-bar .column-02 {
	width: auto;
	padding: 0 5px 0 0;
}
.body-product-list .product-list-fucntion-bar .column-02 .pagination-total {
	min-width: 70px;
	height: 26px;
	font-size: 13px;
	color: #999;
	/*color: #777;*/
	/*color: #545454;*/
	line-height: 27px;
	float: right;
	padding: 0 5px;
}
.body-product-list .product-list-fucntion-bar .column-03 {
	padding-right: 0;
}
.body-product-list .product-list-fucntion-bar .column-04 {
	height: 34px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	float: none;
}
.body-product-list .product-list-fucntion-bar .column-04 select {
	width: 110px;
}
.body-product-list .product-list-fucntion-bar .column-05 {
	padding-right: 0;
}
.body-product-list .product-list-fucntion-bar .filter-label {
	font-size: 13px;
	color: #777;
	/*color: #949494;*/
	padding-right: 7px;
	padding-top: 4px;
	float: left;
}
.body-product-list .product-list-fucntion-bar .btn-group {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.body-product-list .product-list-fucntion-bar .btn-group .dropdown-grey {
	width: 100px;
}
.body-product-list .product-list-fucntion-bar .btn-group .dropdown-size-l {
	width: 145px;
}
@media screen and (max-width: 1224px) {
	.body-product-list .product-detail-tab-content .product-list-fucntion-bar .column-04 .filter-label {
		display: none;
	}
}



/*
    Element: Common Product Detail - Product Merchant List
    Remark: -
*/
.product-list-item-list {
	display: block;
	padding-top: 10px;
}
.body-product-list .product-list-item-list .item-label {
	overflow: hidden;
}
.body-product-list .product-list-item-list .item-label .column {
	height: auto;
	font-size: 12px;
	color: #999;
	line-height: inherit;
	border-bottom: 1px solid #ededed;
	/*border-bottom: 2px solid #eaeaea;*/
	padding-top: 0;
	padding-bottom: 2px;
	/*height: 40px;*/
	/*line-height: 26px;*/
	/*padding-top: 15px;*/
}
.body-product-list .product-list-item-list .item-label .column.column-01 {
	width: 210px;
	padding-right: 10px;
	/*padding-bottom: 10px;*/
}
.body-product-list .product-list-item-list .item-label .column.column-02 {
	width: 396px;
	padding-right: 5px;
}
.body-product-list .product-list-item-list .item-label .column.column-03 {
	width: 264px;
	text-align: right;
	position: relative;
}
.body-product-list .product-list-item-list ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.body-product-list .product-list-item-list ul li {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}
.body-product-list .product-list-item-list ul li:not(.news-normal) .item {
	display: block;
    overflow: initial;
	/*overflow: hidden;*/
	background: url("../images/icon/item_rank_line.png") repeat-x 0 0;
	padding: 10px 0 0 0;
	/*padding: 10px 0;*/
}
.body-product-list .product-detail-tab-service .product-list-item-list .item {
    overflow: hidden !important;
}
.body-product-list .product-list-item-list ul li:first-child .item {
	background: none;
}
.body-product-list .product-list-item-list ul li .item .item-inner {
	display: block;
	position: relative;
	overflow: initial;
}
.body-product-list .merchant-detail-tab-content.shop-detail-tab-content .product-list-item-list ul li .item .item-inner {
	overflow: hidden;
}
.body-product-list .product-list-item-list ul li .column-01 {
	width: 210px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: visible;
}
.body-product-list .product-list-item-list ul li .column-02 {
	width: 396px;
	padding-right: 5px;
	padding-bottom: 20px;
}
.body-product-list .product-list-item-list ul li .column-02 .investigation_label {
	display: none;
	font-size: 12px;
	color: #f13200;
	margin-bottom: 2px;
}
.body-product-list .product-list-item-list ul li .column-02 .product-label img {
	margin-top: -4px;
	padding-right: 3px;
}
.body-product-list .product-list-item-list ul li .column-02 .product-prop img {
	padding-top: 8px;
}
.body-product-list .product-list-item-list ul li .column-02 .product-caption {
	color: #999;
	font-size: 12px;
}
.body-product-list .product-list-item-list ul li .column-03 {
	width: 264px;
	text-align: right;

	overflow: visible;
	display: inline-block;
}
.body-product-list .product-list-item-list ul li .column-03 .price-range a:hover {
	text-decoration: none;
}
.body-product-list .product-list-item-list .quote-source p {
	font-size: 12px;
	color: #777;
	margin: 0 0 10px 0;
}
.body-product-list .product-list-item-list .quote-price-normal {
	font-size: 20px;
}
.body-product-list .product-list-item-list .quote-price-normal .text-price-unit {
	font-size: 0.8em;
}
.body-product-list .product-list-item-list .quote-price-normal .text-price-number {
	font-size: 1.1em;
}
.body-product-list .product-list-item-list .quote-price-normal .product-price {
	vertical-align: middle;
    display: inline-flex;
	align-items: baseline;
	line-height: 1.4;
}
.body-product-list .product-list-item-list .quote-price-normal .product-prop {
	vertical-align: middle;
    display: inline-flex;
    margin-left: 3px;
}
.body-product-list .product-list-item-list .quote-price-normal .product-prop img {
	/* margin-top: -10px; */
	width: 20px;
	height: 20px;
}
.body-product-list .product-list-item-list .quote-price-normal .product-prop .icon_trial_20 {
	width: 38px;
	height: 20px;
}
.body-product-list .product-list-item-list .quote-price-normal a:hover {
	color: transparent;
	text-decoration: none;
}
.body-product-list .product-list-item-list .quote-shop-remark {
	min-height: 30px;
	font-size: 13px;
	color: #777;
	overflow: hidden;
	line-height: 17px;
}
.body-product-list .product-list-item-list .quote-shop-more {
	padding-top: 10px;
}
.body-product-list .product-list-item-list .quote-shop-more a {
	font-size: 12px;
	color: #777;
}
.body-product-list .product-list-item-list .quote-shop-more a:hover,
.body-product-list .product-list-item-list .quotation-merchant-address a:hover {
	text-decoration: underline;
}
.body-product-list .product-list-item-list .quotation-merchant-name {
	font-size: 15px;
	font-weight: bold;
	color: #121212;
	line-height: 16px;
	margin: 0 0 5px 0;
}
.body-product-list .product-list-item-list .quotation-merchant-name a {
	font-size: 16px;
	color: #121212;
	/*color: #111;*/
}
.body-product-list .product-list-item-list .quotation-merchant-name a:hover {
	text-decoration: none;
}
.body-product-list .product-list-item-list .quotation-merchant-level {
	color: #777;
	font-size: 13px;
}
.body-product-list .product-list-item-list .quotation-merchant-address {
	line-height: 15px;
	margin: 5px 0;
}
.body-product-list .product-list-item-list .quotation-merchant-address a {
	font-size: 13px;
	color: #00a499;
	line-height: 18px;
	margin: 5px 0 5px;
}
.body-product-list .product-list-item-list .quotation-merchant-address a:hover {
	text-decoration: none;
}
@media screen and (max-width: 1224px) {
	.body-product-list .product-list-item-list .item-label .column.column-02 {
		width: 239px;
	}
	.body-product-list .product-list-item-list .item-label .column.column-03 {
		width: 221px;
	}
	.body-product-list .product-list-item-list .itmerchant-label-monthlystarem-label .column.column-03 {
		width: 221px;
	}
	.body-product-list .product-list-item-list ul li .column-02 {
		width: 239px;
	}
	.body-product-list .product-list-item-list ul li .column-03 {
		width: 221px;
	}
}



/*
    Element: Common Product Detail - Remark
    Remark: -
*/
.body-product-list .product-list-remark {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #999;
	/*color: #777;*/
	overflow: hidden;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	/*border-top: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;*/
	padding: 10px 0 2px 0;
}
.body-product-list .product-list-remark .line {
	padding-bottom: 8px;
}
.body-product-list .product-list-remark .line.line-01 {
	font-size: 12px;
}
.body-product-list .product-list-remark .line ul {
	margin: 0;
	padding: 0;
}
.body-product-list .product-list-remark .line ul li {
	float: left;
	display: block;
	padding-right: 30px;
	padding-bottom: 4px;
}
.body-product-list .product-list-remark .line ul li img {
	margin-right: 3px;
	margin-top: -2px;
	width: 20px;
	height: 20px;
}
.body-product-list .product-list-remark .line ul a {
	color: #999;
	font-size: 12px;
}
.body-product-list .product-list-remark .line ul a:hover {
	text-decoration: none;
}

/*
    Element: Common backlink - Remark
    Remark: -
*/
.body-product-list .product-list-backlink {
	display: block;
	width: 870px;
	min-height: 20px;
	background-color: #fff;
	margin: 12px 0 0 0;
}
.body-product-list .product-list-backlink a{
	color: #999;
	font-size: 14px;
	font-family: HelveticaNeue;
}

.body-product-list .product-list-backlink a:after{
	content: "▶";
	font-size: 14px;
	font-family: HelveticaNeue;
    display: inline-block;
    transform: scaleX(0.7);
    -webkit-transform: scaleX(0.7);
    margin-left: 2px;
}




/*
    Element: Common Product Detail - User Comment
    Remark: -
*/
.body-product-list .product-detail-tab-comment {
	margin-top: 15px;
}

.body-product-list .product-detail-tab-comment .product-list-item-list li {
	display: inline-block;
	border-bottom: 1px solid #ededed;
	padding: 15px 0;
}

.body-product-list .product-detail-tab-comment .product-list-item-list li:first-child{
	padding-top:10px;
}


.body-product-list .product-detail-tab-comment .product-list-item-list .item-inner {}
.body-product-list .product-detail-tab-comment .product-list-item-list .item-inner .column-01 {
	width: 224px;
	margin-right: 15px;
}
.body-product-list .product-detail-tab-comment .product-list-item-list .item-inner .column-02 {
	width: 626px;
	padding-bottom: 0;
}
.body-product-list .product-detail-tab-comment .comment-user-img img {
	width: 50px;
	height: 50px;
	margin: 0 5px;
	float: left;
	border-radius: 36px;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
}
.body-product-list .product-detail-tab-comment .comment-user-name {
	width: calc(100% - 63px);
	height: 44px;
	font-size: 14px;
	float: left;
	/*color: #121212;*/
	/*color: #000;*/
	text-align: left;
	margin-top: 8px;
	padding-bottom: 10px;
}
.body-product-list .product-detail-tab-comment .comment-user-content,
.body-product-list .product-detail-tab-comment .comment-user-rating {
	width: 100%;
	float: left;
	color: #121212;
	/*color: #222;*/
	font-size: 13px;
}
.body-product-list .product-detail-tab-comment .comment-user-rating {
	padding-top: 0;
}
.body-product-list .product-detail-tab-comment .comment-user-rating img {
	width: 100px;
	margin: -1px 5px 2px 5px;
}
.body-product-list .product-detail-tab-comment .comment-user-content {
	overflow: hidden;
	margin-top: 0;
}
.body-product-list .product-detail-tab-comment .comment-user-date {
	font-size: 12px;
	text-align: center;
	line-height: 34px;
	color: #999;
	/*color: #aaa;*/
	float: right;
}
.body-product-list .product-detail-tab-comment .comment-user-action {
	display: block;
	font-size: 12px;
	line-height: 34px;
	text-align: right;
	float: left;
}
.body-product-list .product-detail-tab-comment .comment-user-action a {
	margin-right: 10px;
	color: #000;
	text-decoration: none;
}
.body-product-list .product-detail-tab-comment .comment-user-action img {
	margin-right: 8px;
	margin-top: -2px;
}
.body-product-list .product-detail-tab-comment .filter-label {}
.body-product-list .product-detail-tab-comment .column-04 select {
	width: 145px;
}
.body-product-list .product-detail-tab-comment .product-list-item-list ul li .item {
	padding: 0;
	background: none;
}
@media screen and (max-width: 1224px) {
	.body-product-list .product-detail-tab-comment .product-list-item-list .item-inner .column-02 {
		width: 426px;
	}
}



/*
    Element: Common Product Detail - Static Page
    Remark: -
*/
.body-product-list .product-list-static-page {
	font-size: 16px;
	padding: 15px 0 30px;
}
.body-product-list .product-list-static-page *:not(strong):not(u):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
	font-size: 16px;
}
.body-product-list .product-list-static-page a {
	color: #00a499;
}
.body-product-list .product-list-static-page iframe {
	max-width: 100%;
}
.body-product-list .product-list-static-page img {
	max-width: 800px;
}




/*
    Element: Common Product Detail - Second Product Sell
    Remark: -
*/
.body-product-list .second-product-sell {
	display: block;
	width: 180px;
	overflow: hidden;
	margin: 0 auto;
}
.body-product-list .second-product-sell a {
	width: 100%;
	overflow: hidden;
}
.body-product-list .second-product-sell .product-sell-image img {
	display: block;
	width: 150px;
	height: auto;
}
.body-product-list .second-product-sell .product-sell-message {
	padding: 4px 0 8px 0;
}
.body-product-list .product-list-fucntion-bar .trade-upload-btn {
	font-size: 13px;
	height: 26px;
	line-height: 20px;
	background-position: -1.5px -1.5px;
	padding: 3px 6px 3px 21px;
	background-size: 28px 28px;
	width: auto;
	display: inline-block;
	float: none;
}



/*
    Element: Common Product Detail - Product News
    Remark: -
*/
.body-product-list .list-news ul {
	margin: 0;
}
.body-product-list .list-news ul li {
	display: block;
	margin: 0;
	padding: 0;
}
.body-product-list .list-news .item {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
	float: left;
}
.body-product-list .list-news .news-highlight .column,
.body-product-list .list-news .news-normal .column {
	float: left;
}
.body-product-list .list-news .news-highlight .column-01 {
	width: 432px;
	padding-right: 0;
}
.body-product-list .list-news .news-highlight .column-02 {
	width: 423px;
	padding-left: 15px;
}
.body-product-list .list-news .news-normal .item {
	border-bottom: 1px solid #ededed;
}
.body-product-list .list-news .news-normal .column-01 {
	width: 208px;
}
.body-product-list .list-news .news-normal .column-02 {
	width: 647px;
	padding-left: 15px;
	padding-right: 0;
}
.body-product-list .list-news .news-highlight .news-row-title a,
.body-product-list .list-news .news-normal .news-row-title a {
	font-size: 19px;
	font-weight: bold;
	color: #121212;
	/*color: #444;*/
}
.body-product-list .list-news .news-highlight .news-row-title a:hover,
.body-product-list .list-news .news-normal .news-row-title a:hover {
	color: #00a499;
	text-decoration: none;
}
.body-product-list .list-news .news-highlight .news-row-date,
.body-product-list .list-news .news-normal .news-row-date,
.news-heading-area .news-page-date,
.news-heading-area .news-row-view {
	display: block;
	height: 24px;
	font-size: 12px;
	color: #00a499;
	line-height: 16px;
	padding: 4px 0;
}
.body-product-list .list-news .news-highlight .news-row-date span,
.body-product-list .list-news .news-normal .news-row-date span,
.news-heading-area .news-page-date span,
.news-heading-area .news-row-view span {
	width: 120px;
}
.body-product-list .list-news .news-highlight .news-row-date img,
.body-product-list .list-news .news-normal .news-row-date img,
.news-heading-area .news-page-date img,
.news-heading-area .news-row-view img {
	padding: 0 3px 2px 0;
}
.body-product-list .list-news .news-highlight .news-row-intro,
.body-product-list .list-news .news-normal .news-row-intro {
	padding-top: 6px;
}
.body-product-list .list-news .news-highlight .news-row-intro a,
.body-product-list .list-news .news-normal .news-row-intro a {
	font-size: 13px;
	color: #121212;
	/*color: #444;*/
	line-height: 14px;
	text-decoration: none;
}
.body-product-list .list-news .news-highlight .news-row-view,
.body-product-list .list-news .news-normal .news-row-view {
	display: inline;
	height: 24px;
	color: #00a499;
	line-height: 16px;
	font-size: 12px;
	padding: 0 0 0 10px;
}
@media screen and (max-width: 1224px) {
	.body-product-list .list-news .news-normal .column-02 {
		width: 447px;
	}
	.body-product-list .list-news .news-highlight .column-02 {
		width: 223px;
	}
	.body-product-list .list-news .news-highlight .news-row-date {
		height: auto;
		max-height: 36px;
	}
}




/*
    Element: Common Product Detail - Product Pager
    Remark: -
*/
.body-product-list .product-list-pager {
	display: block;
	padding-top: 20px;
	padding-bottom: 40px;
	overflow: hidden;
}
.body-product-list .pagination-wrapper-green {
	color: #999;
}
.body-product-list .pagination-wrapper-green ul {
	display: inline-block;
	padding-left: 0;
	border-radius: 4px;
	margin: 0;
}
.body-product-list .pagination-wrapper-green ul li {
	display: inline;
}
.body-product-list .pagination-wrapper-green ul > li.disabled {
	pointer-events: none;
	opacity: 0.3;
}
.body-product-list .pagination-wrapper-green ul > li > a {
	height: 26px;
	min-width: 26px;
	position: relative;
	float: left;
	text-decoration: none;
	/* color: #545454; */
	color: #999;
	/*color: #777;*/
	background-color: #fff;
	text-align: center;
	border: 0;
	border-radius: 2px;
	margin-right: 2px;
	margin-left: -1px;
	padding: 3px 5px;
}
.body-product-list .pagination-wrapper-green ul > li:not(.disabled) > a:hover {
	background-color: #def1f0;
	color: #00a499;
	font-weight: bold;
}
.body-product-list .pagination-wrapper-green ul > li.active > a,
.body-product-list .pagination-wrapper-green ul > li.active > a:hover {
	font-weight: bold;
	color: #08867d;
	background-color: #def1f0;
	border: 0;
	border-radius: 2px;
}
.body-product-list .pagination-bottom-center,
.body-product-list .pager-bottom-inner {
	text-align: center;
}
.body-product-list .pagination-bottom-center .column-01,
.body-product-list .pagination-bottom-center .column-03,
.body-product-list .pagination-bottom-center .column-04 {
	display: inline-block;
	width: auto;
	height: 38px;
	vertical-align: middle;
	float: none;
}
.body-product-list .pagination-bottom-center .column-01 {
	padding-right: 10px;
}
.body-product-list .pagination-bottom-center .column-03 {
	padding-right: 10px;
}
.body-product-list .pagination-bottom-center .column-03 div {
	display: inline-block;
	width: auto;
	color: #999;
	float: none;
	padding: 6px 0;
	vertical-align: middle;
	/*vertical-align: unset;*/
}
.body-product-list .pagination-bottom-center .column-03 div.page-jump-wrapper,
.body-product-list .pager-bottom-inner .column-03 div.page-jump-wrapper {
	padding: 2.5px 0;
}
.body-product-list .pagination-bottom-center .column-03 input,
.body-product-list .pager-bottom-inner .column-03 input {
	width: 40px;
	height: 22px;
	color: #999;
	text-align: center;
	padding: 0;
	/*padding: 6px;*/
	margin: -1px 0 0 0;
}
.body-product-list .pagination-bottom-center .column-04 {
	overflow: visible;
}
.body-product-list .pagination-bottom-center .column-04 a {
	margin-top: 6px;
}
.body-product-list .pagination-bottom-center .pagination {
	display: inline-block;
	padding: 0;
}
.pager-bottom-inner .pagination li,
.body-product-list .pagination-bottom-center .pagination li {
	display: inline;
}
.body-product-list .pagination-bottom-center .pagination > li > a {
	color: #999;
	/*color: #888;*/
	text-decoration: none;
	position: relative;
	line-height: 1.42857143;
	float: left;
	border: 1px solid #ddd;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 8px 11px;
	margin-left: -1px;
}
.body-product-list .pagination-bottom-center .pagination > li.pager-ellipsis > a {
	cursor: auto;
}
.pager-bottom-inner .pagination > li a:focus,
.body-product-list .pagination-bottom-center .pagination > li > a:focus {
	color: #fff;
	background-color: #09837a;
}
.pager-bottom-inner .pagination > li:hover a,
.body-product-list .pagination-bottom-center .pagination > li:hover > a {
	background-color: #e5f6f5;
	color: #00a499;
	transition: 0.1s;
}
.pager-bottom-inner .pagination > li:nth-child(2) a,
.body-product-list .pagination-bottom-center .pagination > li:nth-child(2) a {
	border-left: 1px solid #dedede;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pager-bottom-inner .pagination > li:nth-last-child(2) a,
.body-product-list .pagination-bottom-center .pagination > li:nth-last-child(2) a {
	border-right: 1px solid #dedede;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pager-bottom-inner .pagination > li.active > a,
.body-product-list .pagination-bottom-center .pagination > li.active > a {
	color: #fff;
	font-weight: bold;
	background-color: #00a499;
	border-color: #00a499;
}
.pager-bottom-inner .pagination .prev-btn a,
.pager-bottom-inner .pagination .next-btn a,
.body-product-list .pagination-bottom-center .pagination .prev-btn a,
.body-product-list .pagination-bottom-center .pagination .next-btn a {
	color: #00a499;
	font-size: 13px;
	line-height: 24px;
	border: 0;
	margin-left: 0;
}
.pager-bottom-inner .pagination .prev-btn a:before,
.pager-bottom-inner .pagination .next-btn a:after,
.body-product-list .pagination-bottom-center .pagination .prev-btn a:before,
.body-product-list .pagination-bottom-center .pagination .next-btn a:after {
	display: inline-block;
	font-size: 12px;
	transform: scaleX(0.7);
	-webkit-transform: scaleX(0.7);
}
.pager-bottom-inner .pagination .prev-btn a:before,
.body-product-list .pagination-bottom-center .pagination .prev-btn a:before {
	content: "◀";
	margin-right: 2px;
}
.pager-bottom-inner .pagination .next-btn a:after,
.body-product-list .pagination-bottom-center .pagination .next-btn a:after {
	content: "▶";
	margin-left: 2px;
}
.pager-bottom-inner .pagination .prev-btn.disabled a,
.pager-bottom-inner .pagination .next-btn.disabled a,
.body-product-list .pagination-bottom-center .pagination .prev-btn.disabled a,
.body-product-list .pagination-bottom-center .pagination .next-btn.disabled a {
	pointer-events: none;
	color: #ccc;
}
.pager-bottom-inner .pagination .prev-btn a:hover,
.pager-bottom-inner .pagination .next-btn a:hover,
.body-product-list .pagination-bottom-center .pagination .prev-btn a:hover,
.body-product-list .pagination-bottom-center .pagination .next-btn a:hover {
	color: #08867d;
	background-color: #fff;
	cursor: pointer;
}

.grecaptcha-badge {
	visibility: hidden;
}
.captcha-terms{
  font-size: 12px;
  color:#005e5d;
}


.list-item-provided{
	clear: both;
	padding-top:5px;
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#777;
}


.grid-2 .list-item-provided{
  text-align: center;
}


#currency-menu .hoverable {
	transform:translate(-50%,0)
}

#currency-menu .hoverable{
	color: #999;
}

#currency-menu .menu {
	width:360px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	align-items:center;
	padding-top:5px;
}

#currency-menu .menu>a {
	width:100px;
	padding:4px;
	text-decoration:none;
}

#currency-menu .menu>a span:first-of-type {
	width:35px;
    padding-left:5px;
	display:inline-block;
}

#currency-menu aside {
	width:100%;
	padding:10px;
	margin-top:5px;
	border-top:1px dashed #666;
}
#currency-menu aside::before {
	content:attr(data-message);
	display:block;
}
#currency-menu aside:only-child {
	padding-top:5px;
	margin-top:0;
	border:none;
}
#currency-menu aside:only-child a {
	color:#00a499;
}
.header-li-hover .hoverable {
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #666;
	margin-top: 6px;
	z-index: 1000;
}
.header-li-hover .menu>a {
	background:none;
	line-height:20px;
	display:block;
	padding:4px 10px;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.header-li-hover .menu>a:hover, #compare-menu .menu a:hover {
	background: #eee;
	cursor: pointer;
}

#currency-menu aside a {
	text-decoration: underline;
}
#currency-menu .arrow {
	position:absolute;
	margin-left:25px;
	display:none;
}
.header-li-hover a.active, #currency-menu .hoverable a.active {
	color:#00a499;
}
.header-li-hover .hoverable::before {
	content:'';
	width: 0;
	height: 0;
	left:200px;
	top:0;
	transform:translate(0,-100%);
	position:absolute;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #777 transparent;
}
#compare-menu .menu {
	width:300px;

}

#compare-menu .menu p {
	position:relative;
	margin:0;
}

#compare-menu .menu p>a {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	width:100%;
	height:100%;
	padding:10px;
}

#compare-menu .menu p>a span{
	margin-left:10px;
}

#compare-menu .pd-compare-box-bottom{
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding:10px
}

#browse-history-box .menu a:first-child, #language-menu .menu a:first-child{
	margin-top: 4px;
}

#browse-history-box .menu a:last-child, #language-menu .menu a:last-child{
	margin-bottom: 4px;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 4.5em;
  height: 4.5em;
}
.loader:not(.failure) {
  margin: 30px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(153,153,153, 0.2);
  border-right: 0.5em solid rgba(153,153,153, 0.2);
  border-bottom: 0.5em solid rgba(153,153,153, 0.2);
  border-left: 0.5em solid #00a499;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
#fancybox-inner .loader:not(.failure){
	font-size:30px;
}
.loader.failure {
	position:relative;
	margin:30px auto;
}
.loader.failure::before {
	content:'!';
	font-size:50px;
	color:#00a499;
	position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#fancybox-outer{
	border-radius: 6px;
}
.fx {
	white-space:nowrap;
}
a.fb_iframe.-fast::after {
	content:attr(data-append);
}
/*.header-normal .page-view-inner li>a:hover+*,.header-normal .page-view-inner li>a+*:hover {*/
	/*display:block;*/
/*}*/ 

.discontinued{
	color: #999999;
}

/* AB Test Exp 64 - for product row listing*/
.price-range a .listing-price-range .text-price-small {
	font-size: 14px;
	position: relative;
	font-weight: 600;
}
.price-range a .listing-price-range .text-price-unit-to-tilde {
	position: relative;
	bottom: 2px;
	font-size: 14px;
	font-weight: bold; 
	margin: 0 2px;
}

#newsList {
    height: 100%;
}

#newsList .loading {
    height: 80vh;
    width: 100%;
    background-image: url('/images/lazyload_preload.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75px;
}

#newsDetail {
    min-height: 300px;
}

#newsDetail .loading {
    height: 50vh;
    width: 100%;
    background-image: url('/images/lazyload_preload.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75px;
}

.product-list-top-category_exclusive_ad {
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
  }
  
  .product-list-top-category_exclusive_ad .swiper-container .swiper-wrapper img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
  }