/* All */
.module_title_1{
	background: #F3F3F3;
	color: #333;
	font-weight: bold;
	padding: 10px;
}
.module_title_2{
	background: transparent;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
.bg_good{
	background: #FFCC00;
}
.bg_normal{
	background: #FFF0B6;
}
.bg_bad{
	background: #EBEBEB;
}

/* NOEL */
#type_product, #detail_product_normal, #detail_product_exclusive{
	background: #FFFFFF;
}

.vg_loading_data{
	border-radius: 4px;
	background:#FFF url('loading_logo.gif') no-repeat center center;
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

/* Quick Search */
.quick_search_relate_keyword_main{
	height: 24px;
	overflow: hidden;
	margin-bottom: 10px;
	color: #333;
	font-size: 13px;
	line-height: 24px;
	position: relative;
	padding: 0 20px 0 0;
}
.quick_search_relate_keyword a{
	color: #999;
	margin: 0 10px;
	display: inline-block;

}
.quick_search_relate_keyword a:hover{
	color: #0C81F6;
}
.quick_search_relate_keyword a.view_more{
	background: #FFF;
	color: #365DB5;
	font-weight: bold;
	margin-right: 0;
	position: absolute;
	top: 0;
	right: 0;
}
/* Quick Search Param */
.quick_search_param{
	font-size: 13px;
	margin-bottom: 12px;
	width: 100%;
}
.quick_search_param a{
	border: 1px dotted #AB4040;
	color: #AB4040;
	display: inline-block;
	margin: 0 12px 4px 0;
	padding: 3px 20px 3px 6px;
	position: relative;
	white-space: nowrap;
}
.quick_search_param i{
	background: url(beacon_sprite.png) no-repeat 0 -720px;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	width: 9px;
	height: 9px;
}

/* Quick Search Filter */
.quick_search_filter{
	height: 100%;
	margin-bottom: 30px;
	position: relative;
}
.quick_search_filter table{
	border: 1px solid #E5E5E5;
	border-collapse: collapse;
	width: 100%;
}
.quick_search_filter td{
	border: 1px dotted #E5E5E5;
	padding: 4px 8px;
	vertical-align: top;
}
.quick_search_filter .label{
	background: #EEF9FF;
	padding: 12px;
	width: 10%;
}
.quick_search_filter .label div{
	width: 120px;
}
.quick_search_filter .filter{
	position: relative;
}
.quick_search_filter .filter .picture{
	font-size: 0;
}
.quick_search_filter .filter .picture a{
	display: inline-block;
	margin: 8px;
}
.quick_search_filter .filter .picture img{
	width: 80px;
	height: 40px;
	vertical-align: middle;
}
.quick_search_filter .filter ul{
	color: #999;
}
.quick_search_filter .filter > ul > li{
	float: left;
	padding: 8px 16px 8px 8px;
	width: 180px;
}
.quick_search_filter .filter ul li a{
	position: relative;
}
.quick_search_filter .filter ul li a.color{
	padding-left: 43px;
}
.quick_search_filter .filter ul li a.color b{
	border: 1px solid #CCC;
	background-size: 36px 18px;
	background-repeat: no-repeat;
	display: block;
	font-size: 0;
	position: absolute;
	top: -3px;
	left: 0;
	width: 36px;
	height: 18px;
}
.quick_search_filter .filter ul li a .arrow_down{
	right: -12px;
	top: 5px;
}
.quick_search_filter .filter ul li a.active .arrow_down{
	transform: rotate(180deg);
	transform-origin: 50% 50% 0;
	transition: transform .2s ease-in;
}
.quick_search_filter .filter ul li a i{
	color: #999;
	font-size: 11px;
	font-style: normal;
}
.quick_search_filter .filter .category_top{
	margin-right: 25px;
}
.quick_search_filter .filter .category_top li{
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}
.quick_search_filter .filter .category_top li sup{
	font-size: 10px;
	font-weight: normal;
	margin-left: 5px;
}
.quick_search_filter .filter .arrow{
	background: url(beacon_sprite.png) no-repeat 0 -750px;
	display: block;
	position: absolute;
	top: 16px;
	right: 10px;
	width: 9px;
	height: 5px;
}
.quick_search_filter .filter .up{
	background-position: -35px -750px;
}
.quick_search_filter .filter .active a{
	color: #365DB5;
}
.quick_search_filter .filter .view_more{
	background: #FFF;
	border: none;
	cursor: pointer;
	line-height: 33px;
	height: 33px;
	position: absolute;
	top: 2px;
	text-align: center;
	right: 0;
	width: 33px;
}
.quick_search_filter .up{
	background: url(beacon_sprite.png) no-repeat -10px -749px #FFF;
}
/* Quick Search Sort */
.quick_search_sort{
	background: #F5F5F5;
	border: 1px solid #E5E5E5;
}
.quick_search_sort > li{
	position: relative;
	z-index: 0;
}
.quick_search_sort .fl > a, .quick_search_sort .fl > span{
	color: #365DB5;
	display: block;
	height: 39px;
	line-height: 39px;
	padding: 0 8px;
	position: relative;
	z-index: 1;
}
.quick_search_sort .fl > a span{
	margin-bottom: 2px;
}
.quick_search_sort .fl > .has_sort{
	padding-right: 24px;
}
.quick_search_sort .fl > * > i{
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
}
.quick_search_sort .fl > * > [class^="flaticon-"],
.quick_search_sort .fl > * > [class*="flaticon-"]{
	position: relative;
	display: inline;
	font-size: 9px;
	margin-left: 2px;
}
.quick_search_sort .fl > * > b{
	display: block;
	position: absolute;
	width: 7px;
	height: 8px;
	top: 15px;
	right: 12px;
}
.quick_search_sort > li .asc{
	background: url(beacon_sprite.png) no-repeat 0px -840px;
}
.quick_search_sort > li .desc{
	background: url(beacon_sprite.png) no-repeat 0px -870px;
}
.quick_search_sort .fr{
	border-left: 1px solid #E5E5E5;
	height: 39px;
	line-height: 39px;
}
.quick_search_sort .active span, .quick_search_sort .fl > a:hover{
	background-color: #365DB5;
	color: #FFF;
}
.quick_search_sort .active span i, .quick_search_sort .fl > a:hover > i{
	border: 1px solid #365DB5;
}
.quick_search_sort .active a i, .quick_search_sort .fl > a:hover > i{
	border: 1px solid #365DB5;
	border-left: 1px solid #E5E5E5;
}
.quick_search_sort .fl:first-child.active > * > i{
	left: 0;
	border-left: none;
}
.quick_search_sort .simple_tip{
	cursor: default;
}
.quick_search_sort .simple_tip div{
	height: 40px;
	padding: 0 15px 0 7px;
	position: relative;
	z-index: 1;
}
.quick_search_sort .simple_tip div .arrow_down{
	top: 17px;
	right: 2px;
}
.quick_search_sort .simple_tip_active div{
	background: #FFF;
}
.quick_search_sort .simple_tip_active .arrow_down{
	transform: rotate(180deg);
	transform-origin: 50% 50% 0;
	transition: transform .2s ease-in;
	-webkit-transform: rotate(180deg);
	-webkit-transform-origin: 50% 50% 0;
	-webkit-transition: -webkit-transform .2s ease-in;
}
.quick_search_sort .clear{
	*margin-top: -3px;
}
.quick_search_sort li.fl{
	border-right: 1px solid #E5E5E5;
}
.quick_search_sort li.active a{
	background: #365DB5;
	color: #FFF;
}
.quick_search_sort li a span.up_price{
	background: url(beacon_sprite.png) no-repeat 0px -840px;
	display: inline-block;
	height: 8px;
	width: 7px;
	vertical-align: middle;
}
.quick_search_sort li.active a span.up_price,
.quick_search_sort li a:hover span.up_price{
	background: url(beacon_sprite.png) no-repeat -50px -840px;
}
.quick_search_sort li a span.down_price{
	background: url(beacon_sprite.png) no-repeat 0px -870px;
	display: inline-block;
	height: 8px;
	width: 7px;
	vertical-align: middle;
}
.quick_search_sort li.active a span.down_price,
.quick_search_sort li a:hover span.down_price{
	background: url(beacon_sprite.png) no-repeat -50px -870px;
}
#toggle_quick_search_filter_more{
	cursor: pointer;
	padding: 0 15px;
}
#toggle_quick_search_filter_more i{
	-webkit-animation: 0.8s ease infinite kfs_mt8;
			  animation: 0.8s ease infinite kfs_mt8;
}
#quick_search_filter_more{
	margin-top: -1px;
	max-height: 250px;
	overflow: auto;
}
#quick_search_filter_more .quick_search_param{
	margin: 10px 0 4px 0;
	width: auto;
}
#quick_search_filter_more .quick_search_param a{
	border: none;
}
#quick_search_filter_more .quick_search_filter .filter > ul > li{
	width: 177px;
}
#quick_search_filter_more .quick_search_filter{
	margin-bottom: 0;
}
#quick_search_price_rank{
	border-right: 0;
	height: 25px;
	padding: 7px 5px;
	position: relative;
	z-index: 1;
}
#quick_search_price_rank .form_control{
	padding: 3px;
	text-align: right;
	width: 70px;
	height: 17px;
}
#quick_search_price_rank #quick_search_keyword{
	text-align: left;
	width: 160px;
}
#quick_search_price_rank i{
	display: none;
}
#quick_search_price_rank.price_rank_focus i{
	background: #FFF;
	border: 1px solid #CCC;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, .2);
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 260px;
	height: 39px;
	z-index: -1;
}
#quick_search_price_rank.price_rank_focus .form_button{
	border-radius: 2px;
	font-weight: normal;
	padding: 0;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 40px;
	height: 23px;
}
.quick_search_city_simple_tip{
	border-top: none;
	box-shadow: 0 2px 2px rgba(204, 204, 204, .2);
	color: #999;
	padding: 6px;
	max-width: 345px;
	max-height: 308px;
	overflow: auto;
}
.quick_search_city_simple_tip li{
	display: inline-block;
	height: 15px;
	padding: 6px;
	width: 150px;
}
.quick_search_city_simple_tip .title{
	border-top: 1px dotted #E5E5E5;
	color: #000;
	display: block;
	font-weight: bold;
	margin-top: 6px;
	padding-top: 12px;
	width: 96%;
}
.quick_search_city_simple_tip ul.list_sub_city{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.quick_search_city_simple_tip .active a{
	color: #365DB5;
}
.quick_search_city_simple_tip a:hover{
	text-decoration: underline;
}
.quick_search_city_simple_tip i{
	color: #999;
	font-size: 11px;
	font-style: normal;
}
.quick_search_estore_filter{
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-top: none;
	height: 37px;
	overflow: hidden;
	white-space: nowrap;
}
#quick_search_option.is_stuck .quick_search_estore_filter{
	height: 0;
}
#quick_search_option.is_stuck:hover .quick_search_estore_filter, #quick_search_option.hover .quick_search_estore_filter{
	transition: height .2s linear;
	-webkit-transition: height .2s linear;
	height: 37px;
}
.quick_search_estore_filter li{
	float: left;
	margin: 12px 8px 0 8px;
	height: 15px;
}
.quick_search_estore_filter li.rating_estore_filter{
	margin-top: 11px;
	position: relative;
}
.quick_search_estore_filter li.rating_estore_filter .filter_icon{
	position: absolute;
	top: 6px;
	right: -35px;
}
.quick_search_estore_filter a{
	background: url(beacon_sprite.png) no-repeat 0 -900px;
	padding-left: 18px;
	display: inline-block;
}
.quick_search_estore_filter a:hover, .quick_search_estore_filter .selected a {
	background: url(beacon_sprite.png) no-repeat 0 -930px;
}
.quick_search_estore_filter li.rating_estore_filter a{
	background: inherit;
	position: relative;
}
.quick_search_estore_filter li .filter_icon{
	background: url(new.gif) no-repeat right top;
	display: inline-block;
	height: 16px;
	width: 21px;
	margin-top: -10px;
}
.quick_search_estore_filter li.rating_estore_filter a .arrow_down{
	top: 6px;
	right: -12px;
}
.quick_search_estore_filter li.rating_estore_filter a.active .arrow_down{
	color: #365DB5;
	transform: rotate(180deg);
	transform-origin: 50% 50% 0;
	transition: transform .2s ease-in;
	-webkit-transform: rotate(180deg);
	-webkit-transform-origin: 50% 50% 0;
	-webkit-transition: -webkit-transform .2s ease-in;
}
.rating_estore_simple_tip #simple_tip_content{
	padding: 5px 10px;
}
.rating_estore_simple_tip #simple_tip_content div{
	padding: 5px 0;
}
.quick_search_estore_filter .fbv a, .quick_search_estore_filter .verified a{
	position: relative;
}
.quick_search_estore_filter .fbv i{
	background: url(beacon_sprite_estore.png) no-repeat -75px -600px;
	display: block;
	height: 18px;
	left: 20px;
	position: absolute;
	top: -2px;
	width: 16px;
}
.rating_estore_simple_tip input,
.estore_filter_simple_tip input{
	vertical-align: middle;
	margin-right: 5px;
}
.estore_filter_simple_tip div{
	cursor: pointer;
}
.quick_search_estore_filter .verified i{
	background: url(beacon_sprite_estore.png) no-repeat 0px -600px;
	display: block;
	height: 18px;
	left: 20px;
	position: absolute;
	top: -2px;
	width: 16px;
}
.quick_search_estore_filter .top{
	background: #F2F2F2;
	border: dashed 1px #E5E5E5;
	border-radius: 4px;
	cursor: pointer;
	color: #365DB5;
	float: right;
	padding: 3px 6px;
	margin: 7px;
}
.quick_search_estore_filter .top span{
	background: url(beacon_sprite.png) no-repeat 0px -840px;
	display: inline-block;
	margin-right: 5px;
	width: 7px;
	height: 9px;
}
.quick_search_estore_filter .clear{
	float: none;
	margin: 0;
	height: auto;
	width: auto;
	*margin-top: -3px;
}

#quick_search_option{
	margin-bottom: 16px;
}
.quick_search_title{
	color: #333;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 16px;
}
.quick_search_title .text_link{
	font-size: 13px;
}
#quick_search_product{
	margin-bottom: 16px;
	position: relative;
	overflow: hidden;
}
.quick_search_description{
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 140%;
	margin-bottom: 16px;
}

.quick_search_relate_news{
	margin-bottom: 16px;
}
.quick_search_relate_news .fl, .quick_search_relate_news .fr{
	margin-bottom: 16px;
	width: 48%;
}
.quick_search_relate_news .picture{
	float: left;
	font-size: 0;
	text-align: center;
	width: 100px;
	height: 70px;
	overflow: hidden;
}
.quick_search_relate_news .picture img{
	width: 100px;
}
.quick_search_relate_news .information{
	color: #666;
	margin-left: 112px;
}
.quick_search_relate_news .title{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.quick_search_relate_news .date{
	color: #AEAEAE;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 3px;
}
.quick_search_relate_news .teaser{
	height: 48px;
	line-height: 16px;
	overflow: hidden;
}
.quick_search_raovat_hoidap .fl, .quick_search_raovat_hoidap .fr{
	width: 48%;
	overflow: hidden;
}
.quick_search_raovat_hoidap .block{
	color: #666;
	margin-bottom: 12px;
	border: 1px solid #E5E5E5;
	padding: 10px 15px;
	border-radius: 3px;
}
.quick_search_raovat_hoidap .price{
	font-weight: normal;
	white-space: nowrap;
	display: block;
	text-align: right;
	font-weight: bold;
	float: right;
}
.quick_search_raovat_hoidap .teaser{
	line-height: 16px;
	max-height: 32px;
	overflow: hidden;
	min-height: 32px;
}
.quick_search_raovat_hoidap .title{
	font-size: 13px;
	font-weight: normal;
}
.quick_search_raovat_hoidap .title a{
	font-weight: bold;
}
.quick_search_raovat_hoidap .title a:hover{
	color: #365DB5;
}
.quick_search_raovat_hoidap .user{
	padding: 7px 0;
}
.quick_search_raovat_hoidap .user a{
	color: #666;
}
.quick_search_raovat_hoidap .user a:hover{
	color: #365DB5;
}
.quick_search_raovat_hoidap .label{
	color: #AEAEAE;
}
.quick_search_raovat_hoidap .all{
	font-weight: bold;
	text-align: right;
}

.quick_search_levenshtein .text_link_bold{
	font-size: 14px;
}
.quick_search_levenshtein .product_wrapper{
	margin-bottom: 16px;
}
.quick_search_empty{
	color: #999;
	font-size: 20px;
	line-height: 160%;
	padding: 60px 0;
	text-align: center;
}
/* End Quick Search */

/* Product Thumb View */
.product_thumb_view{
	padding: 0 5px;
	width: 110%;
}
.product_thumb_view .wrapper{
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
	max-width: 220px;
	height: 375px;
}
.product_thumb_view .block{
	background: #FFF;
	border: 1px solid #F5F5F5;
	border-radius: 3px;
	color: #999;
	position: relative;
	max-width: 220px;
}
.product_thumb_view .hover .block,
.product_thumb_view .block:hover{
	border: 2px solid #F44F00;
	border-radius: 0;
	margin: -1px;
	transition: border-color .2s ease-in;
}
.product_thumb_view .hover .block .search_image_button,
.product_thumb_view .block:hover .search_image_button{
	bottom: 0px;
}
.product_thumb_view .block:hover .group_show_new,
.product_thumb_view .block:hover .new_tag_promotion{
	opacity: 0;
}
.product_thumb_view .block.block_pre:hover{
	border: 2px solid #F44F00;
}
.product_thumb_view .block .like_main{
	cursor: pointer;
	display: none;
	left: 1%;
	position: absolute;
	top: 3%;
	transition: opacity .2s linear;
	-webkit-transition: opacity .2s linear;
	opacity: 1;
	z-index: 3;
}
.product_thumb_view .block > div{
	padding: 0 4px;
	overflow: hidden;
}
.product_thumb_view .block .option{
	background: #999;
	color: #FFF;
	display: block;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	padding: 0px 6px;
}
.product_thumb_view .block .option i{
	margin: 0px 6px;
}
.product_thumb_view .block .option a{
	color: #FFF;
}
.product_thumb_view .block .option a:hover{
	text-decoration: underline;
}
.product_thumb_view .estore_option{
	background-color: #E8ECEF;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	display: none;
	width: 152px;
	height: 26px;
	line-height: 26px;
	opacity: .9;
	position: absolute;
	text-align: center;
	white-space: nowrap;
	top: 8px;
	left: 32px;
	z-index: 1;
}
.product_thumb_view .exclusive .admin_option{
	bottom: 158px;
}
.product_thumb_view .block:hover .estore_option, .product_thumb_view .block .estore_option.active{
	display: block;
	height: auto;
}
.product_thumb_view .estore_option span{
	background-image: url(beacon_sprite.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.product_thumb_view .add span{
	background-position: 0 -1320px;
}
.product_thumb_view .setting span{
	background-position: 0 -1350px;
}
.product_thumb_view .promotion{
	background: url(beacon_sprite.png) no-repeat 0 -1380px;
	color: #FFFF00;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	padding-top: 23px;
	position: absolute;
	width: 48px;
	height: 31px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(130, 50, 0, 1);
	top: 4px;
	right: 4px;
	z-index: 1;
}
.product_thumb_view .promotion_2{
	padding-top: 18px;
	padding-right: 3px;
	width: 45px;
	height: 36px;
}
.product_thumb_view .promotion i{
	font-style: normal;
	font-size: 9px;
	font-family: Verdana;
	position: absolute;
	top: 34px;
	left: 12px;
}
.product_thumb_view .estore_type{
	display: block;
	position: absolute;
	top: 260px;
	left: 198px;
	z-index: 1;
}
.product_thumb_view .no_picture_thumb .estore_type{
	top: 220px;
	z-index: 2;
}
.product_thumb_view .block .picture_main{
	margin-bottom: 6px;
	padding-top: 4px;
	position: relative;
	text-align: center;
	max-width: 210px;
}
.product_thumb_view .block .bg_no_price a.picture_link{
	opacity: 0.2;
}
.product_thumb_view .block .picture_main .out_of_stock{
	background: #FFF;
	border: 1px solid #E5E5E5;
	color: #444;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 50%;
	text-transform: uppercase;
	left: 50%;
	margin-left: -76px;
	margin-top: -16px;
	width: 150px;
}
.product_thumb_view .picture_main a.picture_link{
	background-position: 50% 25%;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 0;
}
.product_thumb_view .picture_main a.picture_link, .product_thumb_view .picture_thumb b{
	display: table-cell;
	vertical-align: middle;
	width: 210px;
	height: 210px;
	overflow: hidden;
}
.product_thumb_view .picture_main a.more{
	background: #365DB5;
	left: 4px;
	bottom: -30px;
	color: #FFF;
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	z-index: 2;
	transition: bottom .2s linear;
	-webkit-transition: bottom .2s linear;
	white-space: nowrap;
}
.product_thumb_view .block_pre .picture_main a.more{
	background: #F44F00;
}
.product_thumb_view .picture_main:hover a.more{
	bottom: 0;
}

.product_thumb_view .picture_main img{
	max-width: 210px;
	max-height: 210px;
}
.product_thumb_view .picture_thumb{
	font-size: 0;
	height: 34px;
	text-align: center;
}
.product_thumb_view .picture_thumb span{
	border: 1px solid #CCC;
	cursor: pointer;
	display: table;
	float: left;
	margin-right: 4px;
	padding: 1px;
	table-layout: fixed;
	width: 30px;
	height: 30px;
}
.product_thumb_view .picture_thumb .active{
	border: 2px solid #295CCC;
	padding: 0;
}
.product_thumb_view .picture_thumb b{
	width: 30px;
	height: 30px;
}
.product_thumb_view .picture_thumb img{
	max-width: 30px;
	max-height: 30px;
}
.product_thumb_view .price{
	height: 22px;
	font-size: 19px;
	margin: 15px 0 5px;
	white-space: nowrap;
}
.product_thumb_view .price_contact{
	text-align: center;
	overflow: visible!important;
	height: auto;
	margin-top: 0;
	margin-bottom: 14px;
}
.product_thumb_view .price_contact span{
	border: 1px solid #F44F00;
	font-size: 14px;
	padding: 5px 9px;
}
.product_thumb_view .price_contact:hover{
	cursor: pointer;
}
.product_thumb_view .old_price{
	background: url(dot.gif) repeat-x center;
	color: #999;
	font-size: 12px;
	padding: 0 2px;
}
.product_thumb_view .update{
	font-size: 11px;
	height: 14px;
	margin: -8px 0 3px;
}
.product_thumb_view .free_shipping{
	margin-right: 5px;
	float: right;
}
.product_thumb_view .img_estore_ps{
	position: absolute;
	z-index: 1;
	left: 5px;
	top: 5px;
	padding: 0!important;
	max-width: 50px;
}
#detail_product_picture .logo_ps{
	position: absolute;
	top: 10px;
	left: 65px;
}
#detail_product_picture .logo_ps img{
	max-width: 100px;
	height: auto;
}
.product_thumb_view .img_estore_ps img{
	max-width: 50px;
	height: auto;
}
.product_thumb_view .show_mgg{
	float: right;
}
.product_thumb_view .show_mgg .icon_mgg{
	position: relative;
}
.product_thumb_view .show_mgg .app_percent{
	position: absolute;
	top: 1px;
	right: 1px;
	color: #FFFFFF;
	font-size: 9px;
}
.product_thumb_view .icon_rating{
	margin-right: 5px;
	float: right;
}
.product_thumb_view .icon_rating b{
	color: #ffcc00;
	font-weight: 500;
	font-size: 11px;
}
.show_icon_tooltip{
	padding: 10px;
	font-size: 11px;
	color: #555555;
	line-height: 16px;
}
.show_icon_tooltip b{
	color: #F44F00;
	font-size: 12px;
}
.product_thumb_view .free_shipping .ship_list{
	bottom: 0px;
	color: #FFF;
	height: 18px;
	font-weight: bold;
	font-style: italic;
	padding-left: 6px;
	padding-right: 30px;
	z-index: 1;
	width: 182px;
	line-height: 18px;
	font-size: 11px;
	white-space: nowrap;
}
.product_thumb_view .name{
	font-weight: normal;
	padding: 0 4px;
}
.product_thumb_view .tag, .product_thumb_view .name{
	font-size: 13px;
	height: 32px;
	line-height: 16px;
	margin-bottom: 6px;
	overflow: hidden;
}
.product_thumb_view .tag{
	height: 16px;
	margin-bottom: 0;
}
.product_thumb_view .name a:hover{
	text-decoration: underline;
}
.product_thumb_view .estore{
	line-height: 180%;
	margin-bottom: 6px;
	position: relative;
	white-space: nowrap;
}
.product_thumb_view .estore a{
	color: #999;
	max-width: 90px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.product_thumb_view .estore a:hover{
	color: #365DB5;
}
.product_thumb_view .box_more_content .more_button .line_like{
	position: absolute;
	top: 5px;
	left: 38px;
	width: 1px;
	height: 20px;
	background-color: #BBBBBB;
}
.product_thumb_view .estore .vchat_on, .product_thumb_view .estore .vchat_off{
	display: block;
	width: 21px;
	height: 17px;
}
.product_thumb_view .estore .vchat_on{
	background: url(vchat.gif) no-repeat;
}
.product_thumb_view .estore .vchat_off{
	background: url(beacon_sprite.png) no-repeat -42px -1112px;
}
.product_thumb_view .block .box_more_content{
	position: absolute;
	bottom: -33px;
	left: -2px;
	width: 210px;
	height: 30px;
	background: #FFF;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	border: 2px solid #F44f00;
	border-top: 1px solid #F44f00;
	overflow: visible;
}
.product_thumb_view .block .box_more_content .more_button{
	opacity: 1;
	visibility: visible;
}
.product_thumb_view .block:hover .box_more_content{
	opacity: 1;
	visibility: visible;
	transition: all .2s ease-in;
}
.product_thumb_view .block .statistic{
	border-top: 1px solid #EEE;
	height: 30px;
	line-height: 30px;
	padding: 0;
	position: relative;
}
.product_thumb_view .statistic span{
	border-right: 1px solid #EEE;
	float: right;
	text-align: center;
	width: 33%;
}
.product_thumb_view .statistic span.call{
	width: auto;
	float: none;
	border: 0;
	font-size: 13px;
}
.product_thumb_view .is_ppc:hover{
	background-color: #3B8122;
}
.product_thumb_view .statistic span:first-child{
	border-right: none;
}
.product_thumb_view .statistic span.last_update{
	padding-left: 4px;
	float: left;
	width: auto;
}
.product_thumb_view .statistic span.last_update i{
	background-position: 0 -3180px;
}
.product_thumb_view .statistic .last_update i{
	background-image: url(beacon_sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 5px;
	width: 14px;
	height: 14px;
	vertical-align: text-top;
}
.product_thumb_view .statistic i.order{
	background-position: 0 -660px;
}
.product_thumb_view .statistic i.reply{
	background-position: 0 -629px;
}
.product_thumb_view .statistic i.view{
	background-position: 0 -600px;
}
.product_thumb_view .statistic i.icon_statistic{
	background-image: url(beacon_sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 5px;
	width: 14px;
	height: 14px;
	vertical-align: text-top;
}
.product_thumb_view .block .statistic .vchat_on, .product_thumb_view .block .statistic .vchat_off{
	background-image: url(beacon_sprite.png);
	background-repeat: no-repeat;
	display: block;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 4px;
	right: 8px;
}
.product_thumb_view .block .statistic .vchat_on{
	background-position: 0 -1080px;
}
.product_thumb_view .block .statistic .vchat_off{
	background-position: 0 -1110px;
}
.product_thumb_view .block .statistic .transparent{
	display: none;
}
.container_body_resize .product_thumb_view .wrapper{
	margin-right: 33px;
}
.product_thumb_view .block .group_show_new{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.product_thumb_view .block .group_rating_order{
	margin-bottom: 5px;
	min-height: 15px;
	max-height: 21px;
}
.product_wrapper_small{
	overflow: hidden;
}
.product_wrapper_small .product_thumb_view{
	padding: 0 1px;
}
.product_wrapper_small .product_thumb_view .wrapper {
	margin: 0px 20px 5px 0;
}
.container_body_resize .product_wrapper_small .product_thumb_view{
	padding: 0 2px;
}
.product_thumb_view .wrapper_small, .container_body_resize .product_thumb_view .wrapper_small{
	margin-right: 24px;
}
.product_thumb_view .wrapper_small .block, .product_thumb_view .wrapper_small .block:hover{
	border: none;
	border-radius: 0;
	margin: 0;
	width: 178px;
}
.product_thumb_view .wrapper_small .block_sep{
	background: url(line_v.gif) repeat-y;
	display: block;
	position: absolute;
	top: 0;
	right: -12px;
	width: 1px;
	height: 140px;
	z-index: 1;
}
.product_thumb_view .wrapper_small .picture_main{
	font-size: 0;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	width: 178px;
}
.product_thumb_view .wrapper_small .picture_main a.picture_link{
	width: 178px;
	height: 140px;
}
.product_thumb_view .wrapper_small .picture_main a.estore_option{
	width: auto !important;
	height: auto !important;
	font-size: 12px;
}
.product_thumb_view .wrapper_small .name{
	margin: 5px 0;
}
.product_thumb_view .wrapper_small .product_rating_star{
	display: inline-block;
}
.product_thumb_view .wrapper_small .price{
	font-size: 15px;
	font-weight: bold;
	height: 20px;
	margin: 0;
}
.product_thumb_view .wrapper_small .price .count_estore{
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
	color: #999;
	vertical-align: top;
	padding-top: 2px;
}
.product_thumb_view .wrapper_small,
#home_product_user_save .product_wrapper .product_thumb_view .wrapper{
	height: auto;
}
.product_thumb_view .wrapper_small .estore{
	margin-bottom: 0;
}
.product_thumb_view .wrapper_small .estore_option{
	left: 6px;
}
.product_thumb_view .wrapper_small .option{
	background: rgba(32, 32, 32, .5);
	position: absolute;
	top: 122px;
	left: 0;
	width: 166px;
}
.product_thumb_view .wrapper_small .block .rank_main{
	margin-bottom: 0;
}
.product_thumb_view .block .rank_main{
	text-align: left;
	margin-bottom: 5px;
}
.product_thumb_view .block .rank_main i {
	color: #FFF;
	font-weight: bold;
	font-style: normal;
	line-height: 26px;
	padding: 0px 0 0 0;
	text-align: center;
}
.product_thumb_view .block .rank_main span{
	color: #333;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: sub;
}
#top_product.product_thumb_view .wrapper{
	height: auto;
}
#type_product_seo_tag .product_thumb_view .wrapper_small .estore,
#product_category_hot .product_thumb_view .wrapper_small .estore{
	display: none;
}
#type_product_seo_tag .product_thumb_view .wrapper_small .rating_start,
.top_product_category .product_thumb_view .wrapper_small .rating_start{
	width: 100%;
}
#top_product{
	margin-bottom: 15px;
}

/* Hover Content */
.product_thumb_view .more_content,
.product_thumb_view .more_button{
	/*background: rgba(255, 255, 255, .95);*/
	left: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .3s linear;
	right: 0;
	visibility: hidden;
	z-index: 1;
}
.product_thumb_view .hover .more_content,
.product_thumb_view .hover .more_button,
.product_thumb_view .block:hover .more_content,
.product_thumb_view .block:hover .more_button{
	display: block;
	opacity: 1;
	visibility: visible;
}
.product_thumb_view .block:hover .more_button{
	border-top: 1px solid #F44F00;
	padding: 0px;
}
#service_rate div{
	padding-bottom: 10px;
}
.show_follow .block .like_main{
	left: inherit;
	top: 5px;
	right: 3px;
}
.show_follow .block .hidden{
	display: none!important;
}
.show_follow .block:hover .like_main{
	display: block;
	opacity: 1;
	visibility: visible;
}
.product_thumb_view .more_content{
	height: 100%;
	color: #333;
	font-size: 12px;
	line-height: 21px;
	overflow: hidden;
	padding: 4px 10px 0 !important;
	top: 0;
	text-align: left;
}
.product_thumb_view .more_content .teaser{
	color: #333;
	display: block;
	height: 210px;
	padding-top: 40px;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 50px 10px 0 10px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
}
.product_thumb_view .exclusive .more_content .teaser{
	display: none;
}
.product_thumb_view .exclusive .more_content{
	height: 40px;
}
.product_thumb_view .more_button{
	bottom: 0;
	height: 30px;
}
.product_thumb_view .more_button .btn_buy_now {
	background: #F44F00;
	color: #FFF;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 100%;
}
.product_thumb_view .exclusive .picture_main .search_image_button{
	display: block;
}
.product_thumb_view .picture_main .search_image_button{
	display: none;
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 2;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.product_thumb_view .picture_main .search_image_button a{
	height: 30px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	color: white;
	font-size: 12px;
	background: #f44f00;
	display: block;
	line-height: 30px;
}

.product_thumb_view .more_button .search_image_button{
	position: absolute;
	top: -31px;
	left: 0.5px;
	width: 100%;
}
.product_thumb_view .more_button .search_image_button a{
	height: 30px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	color: white;
	font-size: 12px;
	background: #f44f00;
	display: block;
	line-height: 30px;
	opacity: 0.8;
}
#product_ppc .search_image_button{
	display: none !important;
}
.product_thumb_view .block_pre .more_hover .btn_buy_now {
	background: #F44F00;
}
.product_thumb_view .wrapper_small .more_content{
	bottom: 0;
	font-size: 12px;
	left: 0px;
	line-height: 18px;
	text-align: left;
	right: 0px;
}
.product_thumb_view .other_info{
	color: #333;
}
.product_wrapper{
	background: #F5F5F5;
	border: 1px solid #E5E5E5;
}
.product_wrapper .title{
	padding: 12px;
	position: relative;
}
.product_wrapper .product_thumb_view{
	padding: 0 12px;
}
.product_wrapper .product_thumb_view .wrapper{
	margin: 0 16px 16px 0;
}
.container_body_resize .product_wrapper .product_thumb_view .wrapper{
	margin-right: 28px;
}
.vatgia_ad_block{
	max-height: 351px;
	overflow: hidden;
	margin-bottom: 30px;
	padding-top: 24px;
	position: relative;
}
.vatgia_ad_block .ads_add_top{
	font-size: 11px;
	position: absolute;
	top: 5px;
	left: 13px;
	white-space: nowrap;
}
.product_thumb_view .wrapper_basic .block{
	border: none;
}
.product_thumb_view .wrapper_basic.hover .block,
.product_thumb_view .wrapper_basic .block:hover{
	border: none;
	border-radius: 0;
	margin: 0;
	transition: border-color .2s ease-in;
}
/* End Product Thumb View */

.view_list_data .break_module_line{
	background: url(dot.gif) repeat-x center;
}
.view_list_data .picture{
	float: left;
	font-size: 0px;
	text-align: center;
	width: 200px;
}
.view_list_data .information{
	margin-left: 212px;
}
.view_list_data .information .wrapper{
	background: url(line_v.gif) repeat-y center;
	margin-top: 6px;
	_background: url(line_v.gif) repeat-y 12px 0px ;
}
.view_list_data .information .left{
	float: left;
	width: 48%;
}
.view_list_data .information .right{
	float: right;
	width: 48%;
}
.view_list_data .name{
	font-size: 15px;
	font-weight: bold;
}
.view_list_data .name .highlight{
	font-weight: bold;
}
.view_list_data .name img{
	margin-left: 6px;
}
.view_list_data .tag{
	font-size: 12px;
	margin-top: 6px;
}
.view_list_data .estore_option{
	font-size: 12px;
	line-height: 156%;
	margin-top: 6px;
	text-align: center;
}
.view_list_data .estore_option a{
	border: 1px #E5E5E5 solid;
	border-radius: 3px;
	display: block;
	margin: 0px auto;
	padding: 6px;
	width: 130px;
}
.view_list_data .estore_option a:hover{
	border: 1px #999999 solid;
	text-decoration: none;
}
.view_list_data .estore_price .price{
	font-size: 15px;
}
.view_list_data .estore_quality{
	color: #333333;
	font-size: 11px;
	margin-top: 3px;
}
.view_list_data .teaser{
	color: #666666;
	margin-top: 9px;
}
.view_list_data .teaser li{
	background: url(bullet_2.gif) no-repeat 0px 5px;
	margin-top: 6px;
	padding-left: 10px;
}
.view_list_data .teaser li.first{
	margin-top: 0px;
}
.view_list_data .teaser li b{
	color: #000000;
	font-weight: normal;
}
.view_list_data .teaser div{
	line-height: 156%;
}
.view_list_data .teaser_view{
	margin: 6px 0px 0px 10px;
}
.view_list_data .teaser_fixed_height{
	height: 113px;
	overflow: hidden;
}
.view_list_data .product_review_tooltip{
	background: none;
	margin: 0px 12px 0px 0px;
	width: auto;
}
.view_list_data .product_review_tooltip .title{
	font-size: 16px;
	margin-bottom: 6px;
}
.view_list_data .product_review_tooltip .data {
    color: #333333;
    margin-bottom: 3px;
}
.view_list_data .product_review_tooltip .user {
    border-bottom: 1px dotted #e5e5e5;
    color: #666666;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.view_list_data .review .simple_tip{
	cursor: default;
}
.view_list_data .review_not_found{
	color: #666666;
}
.view_list_data .review b{
	color: #D8052B;
	font-size: 16px;
}
.view_list_data .hoidap{
	margin-top: 9px;
}
.view_list_data .other_product_title{
	font-weight: bold;
	margin: 9px 0px 3px 0px;
}
.view_list_data .other_product .fl{
	margin: 3px 6px 0px 0px;
}
.view_list_data .other_product .fl a{
	border: 1px #E5E5E5 solid;
	display: table-cell;
	font-size: 0px;
	text-align: center;
	vertical-align: middle;
	width: 48px;
	height: 48px;
	overflow: hidden;
	*display: block;
}
.view_list_data .other_product .fl a:hover{
	border: 1px #999999 solid;
}
.view_list_data .other_product img{
	max-width: 48px;
	max-height: 48px;
	_width: 48px;
	_height: 48px;
}

.product_review_tooltip{
	background: url(dot.gif) repeat-y 192px 0px;
	margin: 12px;
	width: 530px;
}
.product_review_tooltip .rating{
	float: left;
}
.product_review_tooltip .rating td{
	color: #666666;
	padding: 6px 0px;
}
.product_review_tooltip .rating .name{
	padding-right: 6px;
}
.product_review_tooltip .rating .rating_star{
	font-size: 0px;
}
.product_review_tooltip .rating .total{
	padding-left: 6px;
}
.product_review_tooltip .rating .percent{
	background: url(rating_bg.gif) no-repeat 0px 8px;
	font-size: 0px;
	width: 130px;
	height: 10px;
	overflow: hidden;
}
.product_review_tooltip .rating .percent *{
	float: left;
	height: 10px;
}
.product_review_tooltip .rating .percent div{
	background: url(rating_bg_1.gif) no-repeat left -10px;
	padding-left: 5px;
}
.product_review_tooltip .rating .percent span{
	background: url(rating_bg_1.gif) no-repeat right -20px;
	padding-right: 5px;
}
.product_review_tooltip .rating .percent b{
	background: url(rating_bg_1.gif) repeat-x 0px 0px;
}
.product_review_tooltip .information{
	float: right;
	width: 326px;
}
.product_review_tooltip .data{
	color: #333333;
	margin-bottom: 3px;
}
.product_review_tooltip .user{
	border-bottom: 1px #E5E5E5 dotted;
	color: #666666;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu *{

}
.sf-menu{
	margin: 0px auto;
}
.sf-menu li{
	position: relative;
}
.sf-menu ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
}
.sf-menu > li{
	float: left;
}
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul{
	display: block;
}
.sf-menu a{
	display: block;
	position: relative;
}
.sf-menu ul ul{
	top: 0;
	left: 100%;
}
.sf-menu span{
	position: relative;
}
.sf-menu ul span .arrow_down{
	display: none;
}
.sf-menu .root .arrow_down{
	top: 5px;
	right: 0;
}
.sf-menu .sfHover .arrow_down{
	transform: rotate(180deg);
	transform-origin: 50% 50% 0;
	transition: transform .2s ease-in;
	-webkit-transform: rotate(180deg);
	-webkit-transform-origin: 50% 50% 0;
	-webkit-transition: -webkit-transform .2s ease-in;
}
/*** DEMO SKIN ***/
.sf-menu ul{
	background: #eef9ff;
	border: 1px solid #E5E5E5;
	box-shadow: 0 2px 2px rgba(204, 204, 204, 0.2);
	min-width: 192px; /* allow long menu items to determine submenu width */
	*width: 192px; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a{
	color: #424242;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a:hover{
	color: #0C81F6;
	text-decoration: none;
}
.sf-menu li{
	position: relative;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
}
.sf-menu ul a{
	padding: 8px;
}
.sf-menu li:hover > a, .sf-menu li.sfHover > a{
	color: #0C81F6;
}
.sf-menu ul sup{
	position: absolute;
	top: 7px;
	right: 2px;
}
.sf-menu ul sup a{
	background: #FFF;
	color: #0C81F6;
	padding: 2px;
}
.sf-menu ul sup a:hover{
	text-decoration: underline;
}

/*** arrows (for all except IE7) **/
.sf-arrows ul .sf-with-ul{
	padding-right: 20px;
	*padding-right: 9px; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows ul .sf-with-ul:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 7px;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #CCC; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(153, 153, 153, 0.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after{
	border-top-color: #FFFFFF; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after{
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #CCC; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(153, 153, 153, 0.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after{
	border-left-color: #999;
}

/* Detail Product */
.detail_product_exclusive_main{
	float: left;
	width: 990px;
}
#detail_product_picture{
	margin: 0 auto;
	width: 475px;
	float: left;
	position: relative;
}
.detail_product_picture_overlay{
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	text-align: center;
	color: white;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
	font-size: 14px;
	z-index: 10;
	font-weight: bold;
	line-height: 20px;
}
.detail_product_picture_overlay>div{
	display: table-cell;
	vertical-align: middle;
	width: 418px;
	height: 418px;
}
#detail_product_picture_main,
#detail_product_picture_main .main_picture,
#detail_product_picture_main .loading{
	width: 418px;
	height: 418px;
	overflow: hidden;
}
#detail_product_picture_main{
	border: 1px solid #E5E5E5;
	position: relative;
	float: right;
}
#detail_product_picture_main .main_picture{
	display: table-cell;
	font-size: 0px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
#detail_product_picture_main .main_picture a{
	display: block;
	position: absolute;
	width: 418px;
	height: 418px;
}
#detail_product_picture_main .main_picture img{
	cursor: pointer;
	max-width: 100%;
	max-height: 100%;
}
#detail_product_picture_main .loading{
	background: url(loading.gif) no-repeat center #FFF;
	position: absolute;
}
#detail_product_picture_main .like_main{
	cursor: pointer;
	display: none;
	left: 3%;
	position: absolute;
	top: 3%;
}
#detail_product_picture_thumbnail{
	margin-top: 6px;
}
#detail_product_picture_thumbnail .left, #detail_product_picture_thumbnail .right{
	display: block;
	font-size: 0;
	padding: 2px 0;
	text-align: center;
}
#detail_product_picture_main .icon_zoom{
	background: #EDEDED;
	bottom: 0;
	cursor: pointer;
	width: 28px;
	height: 28px;
	right: 0;
	position: absolute;
	z-index: 1;
}
#detail_product_picture_main .icon_zoom i{
	background: url(beacon_sprite.png) no-repeat 0px -1890px;
	display: block;
	margin: 7px 0 0 7px;
	width: 16px;
	height: 16px;
}
#detail_product_picture_main .icon_play{
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 1;
}
#detail_product_picture_main .icon_play:hover{
	cursor: pointer;
}
#detail_product_picture_thumbnail table{
	border-spacing: 10px 10px;
	margin: 0 auto;
}
#detail_product_picture_thumbnail table td{
	border: 1px solid #E5E5E5;
	font-size: 0;
	height: 60px;
}
#detail_product_picture_thumbnail table td a{
	border: 1px solid #FFF;
	display: block;
	text-align: center;
	width: 60px;
}
#detail_product_picture_thumbnail table td.current{
	border: 2px #365DB5 solid;
}
#detail_product_picture_thumbnail table td.current a{
	border: none;
}
#detail_product_picture_thumbnail table td.video a{
	height: 60px;
}
#detail_product_picture_thumbnail table td.video i{
	background: url(beacon_sprite.png) no-repeat 0 -3420px;
	display: block;
	margin: 7px auto;
	width: 60px;
	height: 46px;
}
#detail_product_picture_thumbnail table td.video img{
	height: 60px;
	object-fit: cover;
	object-position: center center;
}
#detail_product_picture_thumbnail table td img{
	max-width: 60px;
	max-height: 60px;
}
#detail_product_picture .detail_product_picture_btn_more{
	margin-top: 10px;
	width: 420px;
	float: right;
}
#detail_product_picture .detail_product_picture_btn_more .btn_social{
	margin-top: 3px;
}
#detail_product_picture .detail_product_picture_btn_more .wrong_price a{
	border: solid 1px #365db5;
	display: inline-block;
	padding: 4px 8px;
	white-space: nowrap;
	border-radius: 3px;
	color: #365db5;
}
/* End Detail Product */


/* Picture Thum Left */
#detail_product_picture_thumbnail{
	float: left;
	width: 42px;
}
#detail_product_picture_thumbnail .left, #detail_product_picture_thumbnail .right{
	display: block;
	font-size: 0;
	padding: 2px 0;
	text-align: center;
}
#detail_product_picture_thumbnail .center{
	height: 236px;
	margin: 6px 0;
	overflow: hidden;
}
#detail_product_picture_thumbnail li,
#detail_product_picture_thumbnail li a{
	height: 40px;
	width: 40px;
}
#detail_product_picture_thumbnail li{
	border: solid 1px #EFEFEF;
	margin-top: 6px;
}
#detail_product_picture_thumbnail li:first-child{
	margin-top: 0;
}
#detail_product_picture_thumbnail li.current{
	border: solid 1px #1886CC;
}
#detail_product_picture_thumbnail li a{
	display: table-cell;
	font-size: 0px;
	text-align: center;
	vertical-align: middle;
}
#detail_product_picture_thumbnail li a img{
	max-width: 40px;
	max-height: 40px;
}

#detail_product_picture_thumbnail li.video a{
	height: 40px;
}

/* Detail Exclusive Statistic */
#detail_product_statistic{
	width: 168px;
	border: 1px solid #E5E5E5;
	padding: 12px 10px;
	overflow: hidden;
}
.container_body_resize #detail_product_exclusive_responsive{
	display: block;
}
.container_body_resize #detail_product_exclusive{
	padding-top: 10px;
}
#detail_product_exclusive_responsive{
	max-width: 988px;
	border: 1px solid #E5E5E5;
	overflow: hidden;
	margin-bottom: 10px;
	display: none;
}
#detail_product_exclusive_responsive #detail_product_statistic .estore_group_info,
#detail_product_exclusive_responsive #detail_product_statistic .estore_reputation,
#detail_product_exclusive_responsive #detail_product_statistic .estore_information{
	float: left;
	width: calc(33% - 16px);
	border-bottom: 0;
	border-right: 1px solid #E5E5E5;
	padding-left: 15px;
	height: 106px;
}
#detail_product_exclusive_responsive .no_reputation .estore_group_info,
#detail_product_exclusive_responsive .no_reputation .estore_information{
	width: calc(50% - 16px)!important;
}
#detail_product_exclusive_responsive #detail_product_statistic .estore_reputation,
#detail_product_exclusive_responsive #detail_product_statistic .estore_information{
	padding-top: 0px;
	padding-bottom: 0px;
}
#detail_product_exclusive_responsive #detail_product_statistic .estore_address{
	padding-top: 10px;
	padding-bottom: 7px;
}
#detail_product_exclusive_responsive .estore_policy{
	float: left;
	margin-bottom: 0;
	border-bottom: 0;
	border-left: 0;
	padding: 0 10px 12px 0;
	margin-top: 12px;
	background: #FFFFFF;
	max-width: 170px;
}
#detail_product_exclusive_responsive .estore_policy.no_reputation{
	max-width: none;
}
#detail_product_exclusive_responsive #detail_product_statistic .estore_reputation div,
#detail_product_exclusive_responsive #detail_product_statistic .estore_information div{
	padding-right: 10px;
}
#detail_product_exclusive_responsive #detail_product_statistic{
	border: none;
	width: 779px;
	float: left;
	margin-bottom: 0;
}
#detail_product_exclusive_responsive #detail_product_statistic.no_detail_policy{
	width: calc(62% - 16px);
}
#detail_product_exclusive_responsive #detail_product_statistic.no_detail_policy.no_reputation{
	width: calc(50% - 16px);
}
#detail_product_exclusive_responsive .statistic_content .company{
	width: 100%;
}
#detail_product_exclusive_responsive .detail_product_support{
	float: left;
	border: none;
	margin-top: 0;
}
#detail_product_exclusive_responsive .detail_product_support .support_content .support_call span{
	display: none!important;
}
#detail_product_exclusive_responsive .tpl_panel_1 .panel_title,
#detail_product_exclusive_responsive .detail_product_support .support_title{
	background: inherit!important;
	color: #333;
	font-size: 11px;
}
#detail_product_exclusive_responsive .company .estore_information .title_statistic{
	display: block;
}
#detail_product_exclusive_responsive .tpl_panel_1 .panel_title i{
	display: none;
}
#detail_product_exclusive_responsive .detail_product_support .support_content{
	padding: 0 10px;
}
#detail_product_exclusive_responsive #detail_product_statistic .company .title_statistic{
	padding-top: 0;
	line-height: 15px;
}
#detail_product_statistic .statistic_content{
	width: 100%;
}
.detail_product_support{
	border: solid 1px #E5E5E5;
	float: right;
	margin: 20px 0 10px 0;
	line-height: 18px;
	width: 188px;
}
.detail_product_support .support_title{
	background: #F1F1F1;
	color: #797979;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}
.detail_product_support .support_content{
	line-height: 18px;
	padding: 10px;
}
.detail_product_support .support_content .text_link{
	margin-bottom: 5px;
}
.detail_product_support .support_icon{
	margin-top: 5px;
	padding-left: 3px;
}
.detail_product_support .support_call{
	margin: 6px 0 0 30px;
}
.detail_product_support .support_call .price{
	font-size: 15px;
}
.detail_product_support .support_time{
	color: #999;
}

/* Estore Information */
#detail_product_statistic .company{
	float: left;
	overflow: hidden;
}
#detail_product_statistic .company .estore_type{
	float: left;
	margin-right: 10px;
}
.rating_estore{
	padding: 10px 20px !important;
}
.detail_product_statistic .estore_policy{
	border: 1px solid #E5E5E5;
	padding: 10px 10px 5px 10px;
	border-top: 0;
	background: #fef8de;
}
.detail_product_statistic .estore_policy div a{
	color: #a88e28;
}
.detail_product_statistic .estore_policy div a:hover{
	color: #365DB5;
}
.detail_product_statistic .estore_policy div.title_statistic{
	padding-top: 0;
}
.detail_product_statistic .estore_policy div.title_statistic .policy_arrow{
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 4px solid #66551d;
	border-bottom: 4px solid transparent;
	display: inline-block;
}
.detail_product_statistic .estore_policy .policy{
	font-size: 11px;
	font-weight: bold;
	color: #66551d;
}
.detail_product_statistic .estore_policy .policy_text{
	padding-top: 0;
	width: 75%;
	margin-left: 12px;
	color: #A88E28;
}
.detail_product_statistic .estore_policy .policy_text b{
	font-size: 18px;
	line-height: 25px;
}
#detail_product_statistic .company .title_statistic{
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}
#detail_product_statistic .company .title_statistic a{
	color: #333333;
}
#detail_product_statistic .company .title_statistic .policy:hover{
	color: #365DB5;
}
#detail_product_statistic .company .estore_reputation div,
.detail_product_statistic .estore_policy div{
	padding-top: 10px;
}
#detail_product_statistic .company .estore_reputation{
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	padding: 5px 0 15px 0;
}
#detail_product_statistic .company .estore_reputation div b{
	color: #F44f00;
	float: right;
}
#detail_product_statistic .company .estore_information{
	width: 100%;
	padding-top: 15px;
}
#detail_product_statistic .company .estore_information .estore_address{
	padding-bottom: 10px;
}
#detail_product_statistic .company .estore_information i{
	float: left;
	margin: 2px 7px 0 0;
}
#detail_product_statistic .company .estore_information span{
	float: left;
	width: 90%;
	line-height: 16px;
}
.statistic_tooltip .company{
	border-bottom: 1px dashed #E5E5E5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.statistic_tooltip .company .estore_type{
	float: left;
	margin-right: 12px;
}
.statistic_tooltip .company .name,
.statistic_tooltip .company .name a{
	color: #365db5;
	font-size: 15px;
	font-weight: bold;
}
.statistic_tooltip .information{
	float: left;
}
.statistic_tooltip .rank .count_review{
	color: #999999;
	font-size: 11px;
	margin-left: 10px;
}
#detail_product_statistic .company .information{
	color: #f3f3f3;
	float: left;
	font-size: 13px;
	overflow: hidden;
	vertical-align: top;
}
#detail_product_exclusive{
	padding-top: 20px;
}
#detail_product_statistic .rank_like .rank{
	float: left;
}
#detail_product_statistic .rank_like{
	display: inline-block;
}
#detail_product_statistic .rank_like table.like_main{
	border-radius: 3px;
	float: left;
	overflow: hidden;
	table-layout: fixed;
	width: 125px;
}
#detail_product_statistic .company .estore_name{
	width: 78%;
}
#detail_product_statistic .company .estore_name span{
	color: #999999;
	display: inline-block;
	font-size: 11px;
	padding-bottom: 3px;
}
#detail_product_statistic .company .name a{
	color: #365DB5;
	font-size: 12px;
	font-weight: bold;
	display: block;
	display: -webkit-box;
	height: auto;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	max-height: 30px;
}
#detail_product_statistic .company .information_statistic{
	margin: 10px 0;
}
#detail_product_statistic .company .chat_follow a:first-child{
	margin-right: 5px
}
#detail_product_statistic .company .chat_follow a{
	width: 78px;
	height: 22px;
	border: 1px solid #e5e5e5;
	display: inline-block;
	text-align: center;
	line-height: 22px;
	border-radius: 3px;
}
#detail_product_statistic .company .chat_follow .icon_plus{
	background: #2089d0;
	height: 8px;
	position: absolute;
	width: 2px;
	line-height: 24px;
	left: 12px;
	top: 6px;
}
#detail_product_statistic .company .chat_follow .followed .icon_plus{
	left: 6px;
}
#detail_product_statistic .company .chat_follow .icon_plus:after {
	background: #2089d0;
	content: "";
	height: 2px;
	left: -3px;
	position: absolute;
	top: 3px;
	width: 8px;
}
#detail_product_statistic .company .information_statistic .view_estore a{
	color: #365DB5;
	font-size: 11px;
}
#detail_product_statistic .company .estore_btn_visit{
	background: url(btn_visit_estore.png) no-repeat top center;
	display: block;
	height: 26px;
	width: 207px;
}
.statistic_tooltip{
	line-height: 2em;
	padding: 5px 9px;
	overflow: visible;
	white-space: nowrap;
}
.statistic_tooltip img{
	width: 12px;
}
.statistic_tooltip .statistic_rate_text{
	display: inline-block;
	width: 110px;
	margin-right: 15px;
}
.statistic_tooltip .stocking_rate_text{
	display: inline-block;
	width: 130px;
}

/* HOT Friday */
.product_thumb_view .wrapper .icon_hot_friday{
	margin: 6px 0 0 6px;
}
.product_thumb_view .wrapper .icon_preorder{
	position: absolute;
	top: 50%;
	left: 0;
}
.icon_hot_friday{
	background: url('happy_friday_tag.svg') no-repeat;
	width: 37px;
	height: 17px;
	display: inline-block;
	margin-top: -3px;
}
.icon_preorder{
	border-bottom: 22px solid #F44F00;
	border-left: 0 solid transparent;
	border-right: 15px solid transparent;
	height: 0;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	line-height: 22px;
	padding-left: 5px;
	font-size: 12px;
	margin-right: 4px;
	vertical-align: top;
	padding-top: 3px;
}
/* Estore Contact */
#detail_product_statistic .estore_contact{
	color: #f3f3f3;
	display: table;
	float: right;
	line-height: 1.5em;
	overflow: hidden;
	padding-top: 5px;
	max-width: 190px;
	height: 80px;
}
#detail_product_estore_information{
	max-width: 190px;
	vertical-align: middle;
}
#detail_product_statistic .estore_contact a{
	color: #f3f3f3;
}
#detail_product_statistic .estore_contact i{
	display: inline-block;
	margin-right: 5px;
	height: 14px;
	width: 10px;
	vertical-align: text-top;
}
#detail_product_statistic .icon_place{
	background: url(beacon_sprite.png) no-repeat 0 -1650px;
}
#detail_product_statistic .icon_mobile{
	background: url(beacon_sprite.png) no-repeat 0 -1710px;
}
#detail_product_statistic .icon_phone{
	background: url(beacon_sprite.png) no-repeat 0 -1679px;
}
#detail_product_statistic .estore_view a{
	color: #f3f3f3;
}

/* Estore FBV */
#detail_product_statistic .company .estore_fbv {
  background: url(beacon_sprite_estore.png) no-repeat -75px 0;
  float: left;
  width: 75px;
  height: 105px;
}
#detail_product_statistic .estore_fbv_ads{
	float: left;
	height: 90px;
	margin-left: 18px;
	overflow: hidden;
	width: 530px;
}
#detail_product_estore_information .estore_address{
	max-height: 36px;
	overflow: hidden;
}
/* End Detail Exclusive Statistic */

#detail_product_exclusive_information{
	float: right;
	width: 505px;
}
.detail_product_exclusive_information{
	padding-left: 10px;
}
#detail_product_name{
	color: #333;
	font-size: 24px;
	font-weight: normal;
	overflow: hidden;
	line-height: 120%;
}
.tab_teaser{
	margin-top: 10px;
	width: 100%;
}
.tab_teaser td{
	padding: 5px 5px 5px 0;
	color: #333;
}
.tab_teaser td a{
	color: #0C81F6;
	text-decoration: none;
}
.tab_teaser td a:hover{
	text-decoration: none;
}
#detail_product_content .logo_premium{
	position: static;
}
#detail_product_name .logo_premium{
	position: static;
	margin-right: 10px;
	float: left;
	margin-top: 4px;
}

.detail_product_normal_information .total_order_success{
	margin-top: 5px;
}
.detail_product_normal_information .total_order_success:hover{
	cursor: pointer;
}
.detail_product_normal_information .total_order_success b{
	color: #F44F00;
}
.total_order_success_tooltip{
	padding: 10px;
	line-height: 18px;
	border-radius: 3px;
}

/* Price */
#detail_product_price{
	background: #E9E9E9 url(bg_price.png) no-repeat top left;
	color: #666666;
	margin: 10px 0;
	overflow: hidden;
	position: relative;
}
#detail_product_price table{
	height: 100%;
}
#detail_product_price table td{
	vertical-align: middle;
}
#detail_product_price .text_product_price{
	font-size: 16px;
	text-align: center;
	width: 50px;
}
#detail_product_price .product_price{
	color: #f44f00;
	font-size: 30px;
}
#detail_product_price_promotion .deposit_price{
	margin-top: -10px;
}
#detail_product_price .deposit_price{
	margin-top: 5px;
}
#detail_product_price_promotion .deposit_price,
#detail_product_price .deposit_price{
	font-size: 13px;
	font-weight: bold;
	color: #f44f00;
}
#detail_product_price_promotion .preorder_price,
#detail_product_price .preorder_price{
	color: #333;
}
#detail_product_price_promotion .preorder_price b,
#detail_product_price .preorder_price b{
	font-weight: normal;
	font-size: 13px;
	color: #333;
}
#detail_product_price_promotion.price_has_preorder .price_note,
#detail_product_price.price_has_preorder .price_note{
	color: #333333;
	font-size: 15px;
}
#detail_product_price .price_has_preorder span{
	font-size: 18px;
	color: #333333;
}
#detail_product_price .product_price_zero{
	color: #BF0000;
	font-size: 22px;
}
#detail_product_price .currency{
	color: #f44f00;
	font-size: 28px;
}
#detail_product_price .price_note{
	color: #666;
	font-size: 16px;
}
.detail_product_supplier_option{
	padding: 5px 10px;
	line-height: 1.6em;
}
/* Price Promotion */
#detail_product_price_promotion .product_price_promotion{
	margin: 8px 0;
}
#detail_product_price_promotion .product_price_promotion .price_content{
	background: #E9E9E9 url(bg_price.png) no-repeat top left;
	color: #333333;
	height: 70px;
	padding: 10px;
	white-space: nowrap;
	width: 100%;
}
#detail_product_price_promotion .price_promotion {
	color: #f44f00;
	font-size: 30px;
}
#detail_product_price_promotion .currency {
	color: #f44f00;
	font-size: 28px;
}
#detail_product_price_promotion .price_note{
	color: #666;
	font-size: 14px;
}
/* Estore Control */
#detail_product_control .item a{
	border: solid 1px #E5E5E5;
	border-radius: 3px;
	color: #333;
	display: inline-block;
	height: 25px;
	margin: 0 10px 10px 0;
	line-height: 25px;
	width: 30%;
}
#detail_product_control .item a:hover{
	border: solid 1px #FF8247;
	background: #FFFAF7;
	color: #EE6B2E;
}
#detail_product_control i{
	margin: 0 3px 0 10px;
}

/* Deals */
#detail_product_exclusive_information .product_deals{
	border-bottom: dotted 1px #E5E5E5;
	color: #666;
	margin: 0px 2px 15px;
	padding: 0px 0 3px;
}
#detail_product_exclusive_information .product_deals li{
	margin: 8px 0;
	max-height: 48px;
	line-height: 16px;
	overflow: hidden;
	position: relative;
	padding-left: 20px;
}
#detail_product_exclusive_information .product_deals li.other_text{
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product_text_simple_tip{
	padding: 5px 9px;
	line-height: 18px;
	max-width: 400px;
	white-space: normal;
}
#detail_product_exclusive_information .product_deals li i{
	background: url(beacon_sprite.png) no-repeat 0 -1530px;
	display: block;
	height: 11px;
	margin-right: 5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
}
#detail_product_exclusive_information .text_link{
	cursor: pointer;
}
#detail_product_exclusive_information .product_deals li.promotion_text{
	color: #00A651;
	font-weight: bold;
	font-style: italic;
	height: 15px;
	line-height: 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#detail_product_exclusive_information .product_deals li.promotion_text i{
	background: url(green.png) no-repeat;
	height: 17px;
}
/* Other information */
#detail_product_exclusive_information .other_information{
	font-style: italic;
	line-height: 140%;
	margin-bottom: 12px;
}
/* Teaser */
#detail_product_exclusive_information .vpoint{
	color: #16A73E;
	font-weight: bold;
}
#detail_product_exclusive_information table.teaser{
	margin-bottom: 6px;
}
#detail_product_exclusive_information table.teaser td{
	padding: 6px 0px;
	white-space: nowrap;
}
#detail_product_exclusive_information table.teaser .first td{
	padding-top: 0px;
}
#detail_product_exclusive_information table.teaser .padding_right{
	padding-right: 24px;
}
/* Logistics */
#detail_product_exclusive_information .logistics{
	margin-bottom: 12px;
}
#detail_product_logistics{
	line-height: 2em;
}
#detail_product_logistics .logistics_shiping_description{
	color: #999;
}
/* Size Color */
.detail_product_size_color{
	color: #000000;
	margin: 5px 0 0;
}
.detail_product_size_color .size a, .detail_product_size_color .color a{
	border: 1px #CCCCCC solid;
	height: 23px;
	overflow: hidden;
	padding: 1px;
	text-align: center;
	min-width: 23px;
}
.detail_product_size_color .size a.active, .detail_product_size_color .color a.active{
	border: 1px #D8052B solid;
}
.detail_product_size_color .size a.unavailable, .detail_product_size_color .color a.unavailable{
	border: 1px #DDDDDD solid;
}
.detail_product_size_color .size a.unavailable span, .detail_product_size_color .color a.unavailable img{
	opacity: 0.5;
}
.detail_product_size_color .size a{
	float: left;
	line-height: 23px;
}
.detail_product_size_color .size a:hover{
	text-decoration: none;
}
.detail_product_size_color .size .fl, .detail_product_size_color .color .fl{
	margin: 3px;
}
.detail_product_size_color .color a{
	display: table-cell;
	font-size: 0px;
	vertical-align: middle;
}
.detail_product_size_color .color a img{
	max-height: 23px;
	max-width: 23px;
}
.detail_product_size_color .text_title{
	float: left;
	height: 33px;
	line-height: 33px;
	text-align: left;
	width: 80px;
}
/* Quantity */
.detail_product_quantity_main{
	margin-bottom: 15px;
}
.detail_product_quantity_main .text_title{
	padding-top: 10px;
	float: left;
	width: 80px;
}
.detail_product_quantity_main .addtocart_quantity{
	padding: 3px 0 0 3px;
	float: left;
}
.detail_product_quantity_main .addtocart_quantity .btn{
	background: #EEE;
	border: solid 1px #E5E5E5;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	outline: none;
	height: 27px;
	width: 27px;
	text-align: center;
}
.detail_product_quantity_main .addtocart_quantity .form_control{
	border-left: none;
	border-right: none;
	background: #FFF;
	font-weight: bold;
	height: 25px;
	padding: 0;
	text-align: center;
	width: 70px;
}
.detail_product_quantity_main .addtocart_quantity .cart_note{
	height: 27px;
	line-height: 27px;
	padding-left: 10px;
}
/* Nut mua ngay va them vao gio hang */
#detail_product_exclusive_cart .btn_buy_now, .btn_estore_contact{
	background: #F44F00;
	border-radius: 3px;
	color: #FFF;
	display: inline-block;
	height: 48px;
	line-height: 46px;
	opacity: 1;
	text-align: center;
	width: 150px;
	border: 1px solid #F44F00;
	transition: 0.3s all;
	box-sizing: border-box;
	position: relative;
}
#detail_product_exclusive_cart .chat_now{
	background: #0967c6;
	border-radius: 3px;
	color: #FFF;
	display: inline-block;
	height: 48px;
	line-height: 46px;
	opacity: 1;
	text-align: center;
	width: 150px;
	border: 1px solid #0967c6;
	transition: 0.3s all;
	box-sizing: border-box;
	position: relative;
	margin-left: 15px;
}
#detail_product_exclusive_cart .chat_now:hover{
	color: #0967c6;
	opacity: 1;
	text-decoration: none;
	background: #FFF;
	cursor: pointer;
}
#detail_product_exclusive_cart .chat_now span{
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-weight: bold;
}
#detail_product_exclusive_cart .btn_buy_now_promotion{
	height: 41px;
	line-height: 1.4em;
	padding-top: 7px;
}
#detail_product_exclusive_cart .btn_buy_now:hover{
	color: #F44F00;
	opacity: 1;
	text-decoration: none;
	background: #FFF;
	cursor: pointer;
}
#detail_product_exclusive_cart .btn_buy_now b{
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.btn_estore_contact{
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	width: 250px;
}
.btn_estore_contact:hover{
	opacity: 0.9;
}
#detail_product_exclusive_cart .btn_buy_now_promotion b{
	font-size: 14px;
}
.tooltip_buy_now_content{
	width: 300px;
	padding: 9px;
}
#detail_product_exclusive_cart .buy_now_help{
	font-size: 12px;
	text-decoration: underline;
}
#vatgia_exclusive_610x125 div{
	margin-top: 6px;
	text-align:left !important;
}
/* Thong bao lien he gian hang */
#detail_product_exclusive_information .alert_contact{
	border: solid 1px #ECD18D;
	background: #FFFDEE;
	color: #F44F00;
	display: inline-block;
	padding: 15px 30px;
	font-weight: bold;
	font-size: 13px;
}
#detail_product_exclusive_information #box_eoos{
	width: calc(100% - 52px);
	padding: 15px;
	margin-top: 15px;
}
#detail_product_exclusive_information #box_eoos .box_eoos_title{
	color: #000;
	margin-bottom: 10px;
}
#detail_product_exclusive_information #box_eoos .form_button{
	border-radius: 0;
	background: #365DB5;
	font-weight: normal;
}
#detail_product_exclusive_information #box_eoos .form_control{
	width: 220px;
}
#detail_product_exclusive_information #box_eoos .box_eoos_error{
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
	color: #F00;
	line-height: 29px;
}

/** Like button **/
.box_like_button{
	padding-left: 7px;
}
.like_button{
	color: #FFF;
	background: #cd2727;
	border-radius: 14px;
	min-width: 28px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
}
.like_button span{
	color: #FFF;
	padding-right: 92px;
	width: 0px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}
.like_button i{
	background: url(white_heart.png) no-repeat;
	width: 14px;
	height: 12px;
	display: block;
	float: left;
	margin: 9px 7px 0 7px;
}
.like_button.liked{
	background: #dbdbdb;
	color: #6b6a6a;
}
.like_button.liked i{
	background: url(gray_heart.png) no-repeat;
}
.like_button.liked span{
	width: 55px;
	padding-right: 5px;
}
/* Yen tam mua hang */
#detail_product_exclusive_information .comfortable_buy{
	margin-top: 16px;
}
#detail_product_exclusive_information .comfortable_buy table{
	margin: 10px 0;
	width: 100%;
}
#detail_product_exclusive_information .comfortable_buy table td{
	width: 25%;
}
#detail_product_exclusive_information .comfortable_buy table td a{
	display: block;
}
#detail_product_exclusive_information .comfortable_buy .tb_content td span i{
	background: url(beacon_sprite.png) no-repeat;
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
}
#detail_product_exclusive_information .comfortable_buy .tb_content td span{
	background: #365DB5;
	border-radius: 15px;
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
	height: 30px;
	width: 30px;
}
#detail_product_exclusive_information .comfortable_buy .tb_content td .icon_1{
	background-position: 0px -1920px;
	height: 15px;
	margin: -8px 0 0 -6.5px;
	width: 13px;
}
#detail_product_exclusive_information .comfortable_buy .tb_content td .icon_2{
	background-position: 0px -1980px;
	height: 13px;
	margin: -6.5px 0 0 -9.5px;
	width: 19px;
}
#detail_product_exclusive_information .comfortable_buy .tb_content td .icon_3{
	background-position: 0px -1950px;
	height: 16px;
	margin: -8px 0 0 -8.5px;
	width: 17px;
}
#detail_product_exclusive_information .comfortable_buy .tb_content td .icon_4{
	background-position: 0px -2010px;
	height: 16px;
	margin: -8px 0 0 -7.5px;
	width: 15px;
}
/* premium policy */
#detail_product_exclusive_information .comfortable_buy .premium_policy td span{
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
	height: 30px;
	width: 30px;
}
#detail_product_exclusive_information .comfortable_buy .premium_policy td i{
	background: url(beacon_sprite.png) no-repeat;
	display: block;
	height: 30px;
	width: 30px;
}
#detail_product_exclusive_information .comfortable_buy .premium_policy td .icon_1{
	background-position: 0px -2790px;
}
#detail_product_exclusive_information .comfortable_buy .premium_policy td .icon_2{
	background-position: 0px -2820px;
}
#detail_product_exclusive_information .comfortable_buy .premium_policy td .icon_3{
	background-position: 0px -2850px;
}
#detail_product_exclusive_information .comfortable_buy .premium_policy td .icon_4{
	background-position: 0px -2880px;
}
/* End Detail Exclusive Information */

/* Detail Exclusive Help Link */
#detail_product_exclusive_help_link ul li{
	float: left;
}
#detail_product_exclusive_help_link ul li a{
	background: url(beacon_sprite.png) no-repeat 0 -1858px;
	display: block;
	padding-left: 18px;
	margin: 16px 20px 10px 0 ;
}
/* End Detail Exclusive Help Link */

/* Detail Exclusive Template Product 1 */
.tpl_product_1 .ps_product{
	margin-top: 10px;
}
.tpl_product_1 .ps_product:first-child{
	margin-top: 0;
}
.tpl_product_1 .pr_picture{
	text-align: center;
}
.tpl_product_1 .ps_product .pr_picture a{
	display: table-cell;
	height: 170px;
	font-size: 0;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	width: 170px;
}
.tpl_product_1 .promotion{
	background: url(beacon_sprite.png) no-repeat 0 -1380px;
	color: #FFFF00;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	padding-top: 23px;
	position: absolute;
	width: 48px;
	height: 31px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(130, 50, 0, 1);
	top: 4px;
	right: 4px;
	z-index: 1;
}
.tpl_product_1 .promotion_2{
	padding-top: 18px;
	padding-right: 3px;
	width: 45px;
	height: 36px;
}
.tpl_product_1 .promotion i{
	font-style: normal;
	font-size: 9px;
	font-family: Verdana;
	position: absolute;
	top: 34px;
	left: 12px;
}
.tpl_product_1 .pr_picture img{
	max-width: 170px;
	max-height: 170px;
}
.tpl_product_1 .pr_price{
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	color: #F1F1F1;
	font-size: 14px;
	left: 0;
	right: 0;
	position: absolute;
	padding: 6px;
	white-space: nowrap;
}
.tpl_product_1 .pr_price .price{
	color: #F1F1F1;
}
.tpl_product_1 .pr_name{
	color: #595959;
	height: 2.4em;
	line-height: 1.2em;
	margin: 5px 0 0 0;
	overflow: hidden;
}
#estore_product_suggest{
	min-height: 543px;
}
#estore_product_suggest .panel_content{
	padding: 0;
}
#estore_product_suggest .ps_product{
	padding: 10px;
	margin-top: 15px;
	min-height: 215px;
}
/* End Detail Exclusive Template Product 1 */

/* Detail Exclusive Estore Suggest */
.tpl_panel_1{
	border: solid 1px #E5E5E5;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.tpl_panel_1 .panel_title{
	background: #F5F5F5;
	color: #797979;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}
.tpl_panel_1 .panel_title i{
	background: url(beacon_sprite.png) no-repeat 0 -2040px;
	display: inline-block;
	margin: 0 5px 1px 0;
	height: 8px;
	width: 6px;
}
.tpl_panel_1 .panel_content{
	padding: 9px;
	line-height: 1.8em;
}
.tpl_panel_1 .overlay{
	background: url(bg_overlay.png) repeat-x;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 64px;
}
/* End Detail Exclusive Estore Suggest */

/* Detail Exclusive Tab Affix */
#detail_product_affix .container_width{
	overflow: visible;
}

/* Detail Product Tab */
#detail_product_tab{
	border-bottom: solid 1px #E5E5E5;
	float: left;
	min-height: 38px;
}
#detail_product_tab li{
	float: left;
	height: 38px;
	text-align: center;
	white-space: nowrap;
	width: 20%;
}
#detail_product_tab li a{
	color: #666;
	display: block;
	height: 38px;
	line-height: 38px;
}
#detail_product_tab li a span{
	border-right: dotted 1px #E5E5E5;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-top: 9px;
	width: 100%;
}
#detail_product_tab li a span font{
	color: #365DB5;
}
#detail_product_tab li:last-child a span{
	border: none;
}
#detail_product_tab li.active, #detail_product_tab li.first{
	border-top: solid 3px #375DB5;
	margin: -3px 0 -1px -1px;
	position: relative;
}
#detail_product_tab li.active a, #detail_product_tab li.first a{
	border-left: solid 1px #E5E5E5;
	border-right: solid 1px #E5E5E5;
	border-bottom: solid 1px #FFF;
	color: #365DB5;
	font-weight: bold;
}
#detail_product_tab li.active::after, #detail_product_tab li.first::after{
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	border: 4px solid transparent;
	border-top: 4px solid #375DB5;
}

/* Affix */
#detail_product_affix.affix {
	background: #FFF;
	border-bottom: solid 1px #E5E5E5;
	box-shadow: 0 2px 3px rgba(204, 204, 204, .6);
	left: 0;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 3;
}
#detail_product_affix.affix .hidden{
	display: block;
}
.container_body_resize #detail_product_affix.affix .hidden_resize{
	display: none;
}
#detail_product_affix.affix-bottom{
	position: absolute;
}
#detail_product_tab_affix.affix .affix_estore{
	height: 51px;
}
#detail_product_tab_affix.affix .affix_estore li .estore_image{
	height: 51px;
	line-height: 51px;
	margin: 0 5px;
	position: relative;
	width: 45px;
	text-align: center;
}
#detail_product_tab_affix.affix .affix_estore li .estore_image img{
	max-height: 45px;
	max-width: 45px;
	vertical-align: middle;
}
#detail_product_affix.affix #detail_product_tab{
	border: none;
}
#detail_product_affix.affix #detail_product_tab li{
	border-top: solid 3px transparent;
	margin: 0;
}
#detail_product_affix.affix #detail_product_tab li a{
	border: none;
	height: 50px;
	line-height: 50px;
}
#detail_product_affix.affix #detail_product_tab li.active{
	border-top: solid 3px #375DB5;
}
#detail_product_affix.affix #detail_product_tab li.active a{
	border-left: solid 1px #E5E5E5;
	border-right: solid 1px #E5E5E5;
}
#detail_product_affix.affix #detail_product_tab li.first:not(.active)::after{
	border: none;
}
#detail_product_affix.affix #detail_product_tab li.first:not(.active) a{
	font-weight: normal;
	color: #333;
}
#detail_product_affix.affix .buy_now{
	float:right;
}
#detail_product_affix.affix .buy_now .btn_buy_now{
	background: #F44F00;
	color: #FFF;
	display: inline-block;
	height: 41px;
	line-height: 41px;
	margin-top: 5px;
	opacity: 1;
	text-align: center;
	width: 200px;
}
#detail_product_affix.affix .buy_now .btn_buy_now:hover{
	color: #FFF;
	opacity: 0.9;
	text-decoration: none;
}
#detail_product_affix.affix .buy_now .btn_buy_now b{
	font-size: 18px;
}
#detail_product_affix.affix .buy_now .btn_buy_once_click {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
/* End Detail Exclusive Tab Affix */

/* Detail Exclusive Technical */
#detail_product_normal #detail_product_technical{
	border: 0;
}
#detail_product_technical{
	margin-bottom: 15px;
	border: 1px solid #E5E5E5;
}
#detail_product_technical .detail_product_technical_content{
	padding: 12px;
	border-top: 0;
}
#detail_product_technical .other_product_title{
	border-bottom: 1px solid #E5E5E5;
	font-size: 12px;
}
#detail_product_technical .note{
	line-height: 160%;
	padding-bottom: 6px;
}
#detail_product_technical .tab{
	margin: 6px 0px;
}
#detail_product_technical .tab li{
	float: left;
	margin-left: 12px;
}
#detail_product_technical .tab li.first{
	margin-left: 0px;
}
#detail_product_technical .tab li.clear{
	float: none;
	margin-top: -3px;
}
#detail_product_technical .tab li a{
	border: 1px #E5E5E5 solid;
	background: #F5F5F5;
	border-radius: 3px;
	display: block;
	padding: 3px 12px;
}
#detail_product_technical .tab li.current a{
	border: 1px #0E6DAD solid;
	background: #0E76BC;
	color: #FFFFFF;
}
#detail_product_technical .tab li a:hover{
	text-decoration: none;
}
#detail_product_technical table{
	line-height: 1.6em;
	width: 100%;
}
#detail_product_technical table tr.data:hover{
	background: #F5F5F5;
}
#detail_product_technical table td{
	color: #666666;
	padding: 6px 0px;
	vertical-align: top;
	width: 50%;
}
#detail_product_technical table td.title{
	border-bottom: 1px #E5E5E5 solid;
	font-size: 14px;
	font-weight: bold;
}
#detail_product_technical table td.padding_right{
	padding-right: 24px;
}
#detail_product_technical table td .name{
	font-weight: bold;
	width: 20%;
}
#detail_product_technical table td table td{
	padding: 0px;
	vertical-align: top;
}
/* End Detail Exclusive Technical */

/* Detail Exclusive Description */
#detail_product_description, #detail_product_video{
	padding: 0px 12px 12px 12px;
}
#detail_product_description h2, #detail_product_video h2{
	border-bottom: 1px #CCCCCC solid;
	color: #000000;
	margin-bottom: 12px;
	padding-bottom: 6px;
}
.detail_product_column{
	width: 190px;
}
#detail_product_description .content, #detail_product_video .content{
	font-size: 13px;
	line-height: 160%;
	padding: 12px;
	max-width: 100% !important;
	overflow: hidden;
}
#detail_product_description .content div{
	height: auto!important;
}
#detail_product_description img{
	max-width: 100%;
}

#detail_product_description .accordion .accordion_title{
	background: #EEE;
	border: solid 1px #DDD;
	color: #333;
	margin-top: 1px;
	padding: 10px;
}
#detail_product_description .accordion .accordion_content{
	border: solid 1px #DDD;
	border-top-width: 0;
	padding: 10px;
}
/* Note */
#detail_product_description .note {
    background: rgba(231,228,157,.25);
    border-color: rgba(231,228,157,.15);
    border-style: solid;
    border-width: 5px;
    color: rgba(0,0,0,.65);
    font-style: italic;
    margin-bottom: 20px;
    padding: 10px 15px;
}
#detail_product_description .note>p:last-child {
    margin-bottom: 0;
}
/* Warning */
#detail_product_description .warning {
	border: 5px solid rgba(0,0,0,0.1);
	padding: 10px;
	margin-bottom: 20px;
	background: rgba(193,56,50,0.85);
	color: #c13832;
	color: #fff;
	font-style: italic;
	margin: 0 0 20px 0;
}
/* Gecko */
#detail_product_description .geckoVersionNote {
	background-color: #e0e0ff;
	background-image: -moz-radial-gradient(0 0 45deg,circle farthest-corner,#e0e0ff 0,#f8f8ff 80%);
	border-left: 5px solid #008;
	padding: 10px;
}

#detail_product_description .geckoVersionNote p {
	padding-left: 4px;
	border: 0;
}

#detail_product_description .summary {
	background: #f4f7f8;
	font-weight: bold;
	padding: 20px;
	margin-bottom: 20px;
}

#detail_product_description .standardSidebar {
	border: 1px solid #777;
	margin: 0 0 15px 15px;
	padding: 0 15px 5px;
	float: right;
	background: #eee;
	font-size: .85em;
	position: relative;
	z-index: 2;
}
/* Prism */
#detail_product_description pre {
	font-family: Consolas,Monaco,"Andale Mono",monospace;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	position: relative;
	background: #fafbfc;
	border: none;
	border-left: 6px solid #558abb;
	background-image: url("blueprint-dark.png");
	background-position: top center;
	background-repeat: repeat;
	-webkit-tab-size: 4;
	-moz-tab-size: 4;
	-ms-tab-size: 4;
	tab-size: 4;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 16px;
	padding: 15px;
	overflow: auto;
	margin-bottom: 24px;
	border-radius: 0;
}
#detail_product_description pre:before {
	font-style: italic;
	position: absolute;
	top: 0;
	right: 5px;
	z-index: 10;
	color: #999;
	font-size: 11px;
}
/* End Detail Exclusive Description */

.product_keyword_relate .tpl_panel_1{
	border: dashed 1px #E5E5E5;
	overflow: visible;
}
.product_keyword_relate .tpl_panel_1 .panel_title{
	background: #FFF;
	color: #1886CC;
	display: inline-block;
	left: 15px;
	padding: 0 5px;
	position: relative;
	top: -8px;
	text-transform: uppercase;
}
.product_keyword_relate .tpl_panel_1 .panel_title i{
	display: none;
}
.product_keyword_relate .tpl_panel_1 .panel_content{
	padding: 0 12px 9px;
	line-height: 1.8em;
}
.product_keyword_relate .tpl_panel_1 .panel_content a{
	color: #999;
}
.product_keyword_relate .tpl_panel_1 .panel_content a:hover{
	color: #365DB5;
}

/* Detail Reply Listing */
#detail_product_reply{
	margin-top: 15px;
}
#detail_product_reply .reply_title{
	background: #F3F3F3;
	color: #333;
	font-weight: bold;
	padding: 10px;
}
#detail_product_reply .reply_title_product{
	color: #365DB5;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
}
#detail_product_reply_listing li{
	background: url(line_v.gif) repeat-x top;
	padding: 10px 12px 9px 12px;
}
#detail_product_reply_listing #reply_form li{
	background: none;
	padding-top: 0px;
}
#detail_product_reply_listing .last_update{
	background: url(bg_last_update.gif);
}
#detail_product_reply_listing .avatar{
	float: left;
	font-size: 0px;
	text-align: center;
	width: 48px;
}
#detail_product_reply_listing .avatar img{
	max-width: 48px;
	max-height: 48px;
	_width: 48px;
	_height: 48px;
}
#detail_product_reply_listing .information{
	margin-left: 60px;
	height: 100%;
}
#detail_product_reply_listing .show_1 div.information{
	margin-left: 0px;
}
#detail_product_reply_listing .information .sep{
	color: #999999;
}
#detail_product_reply_listing .information .poster{
	margin-bottom: 3px;
}
#detail_product_reply_listing .information .poster span{
	color: #999999;
	font-size: 11px;
}
#detail_product_reply_listing .information .content{
	line-height: 156%;
}
#detail_product_reply_listing .information .option{
	color: #999999;
	font-size: 11px;
	margin-top: 3px;
}
#detail_product_reply_listing .information .option a{
	color: #999999;
	font-weight: bold;
}
#detail_product_reply_listing .information .option a:hover{
	color: #D8052B;
}
#detail_product_reply_listing .information .option .like,
#detail_product_reply_listing .information .option .liked{
	background: url(beacon_sprite.gif) no-repeat -72px -360px;
	font-size: 12px;
	padding-left: 10px;
}
#detail_product_reply_listing .information .option .like:hover,
#detail_product_reply_listing .information .option .liked{
	background: url(beacon_sprite.gif) no-repeat -72px -380px;
	text-decoration: none;
}
#detail_product_reply_listing .arrow{
	background: url(arrow_up_4.gif) no-repeat 0px 0px;
	display: block;
	margin: -9px 0px 0px 89px;
	position: absolute;
	padding: 0px;
	width: 14px;
	height: 9px;
}
#detail_product_reply_listing .child{
	background-color: #F5F5F5;
	padding-left: 72px;
}
#detail_product_reply_listing .first{
	background: #F5F5F5;
	padding-top: 9px;
}
#detail_product_reply_listing .reply_form .information .margin{
	margin-bottom: 9px;
}
#detail_product_reply_listing .reply_form .information .notice{
	background: url(alert_2.gif) no-repeat left center;
	font-style: italic;
	padding-left: 20px;
}
#detail_product_reply_listing .reply_form .information .button{
	text-align: right;
}
#detail_product_reply_listing .reply_form .information .button .form_button_2{
	background: #F7F7F7;
	border: solid 1px #E5E5E5;
	border-radius: 3px;
	color: #333;
	font-size: 11px;
	padding: 6px 9px;
}
#detail_product_reply_listing .reply_form .information .security_code{
	vertical-align: middle;
}
#detail_product_reply_listing .reply_form .information .form_control{
	padding: 6px 9px;
}
#detail_product_reply_listing .reply_form .information .textarea{
	background: #FFFFFF;
	border: 1px #DDDDDD solid;
	border-radius: 3px;
	padding: 6px 9px;
}
#detail_product_reply_listing .reply_form .information .textarea .form_control{
	border: none;
	font-size: 12px;
	padding: 0px;
	width: 100%;
	height: 32px;
}
#detail_product_reply_listing .reply_form .information .form_control_empty{
	color: #999;
}
#detail_product_reply_listing .child .information .textarea .form_control{
	height: 16px;
}
/* End Detail Reply Listing */

/* Detail Exclusive Rate Service */
#detail_product_reply_rate .rate_title{
	margin-bottom: 10px;
	text-transform: uppercase;
}
#detail_product_reply_rate .col_title{
	padding: 15px 10px 10px;
}
#detail_product_reply_rate .col_rate_left{
	overflow: hidden;
}
#detail_product_reply_rate .col_rate_left, #detail_product_reply_rate .col_rate_right{
	float: left;
	width: 50%;
}
#detail_product_reply_rate .col_rate_right{
	margin-left: 0;
}
#detail_product_reply_rate #detail_product_rate_tab li{
	border: solid 1px transparent;
}
#detail_product_reply_rate #detail_product_rate_tab li a{
	color: #333;
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 8px;
}
#detail_product_reply_rate #detail_product_rate_tab li a .point{
	color: #619C77;
	font-weight: bold;
}
.tab_content_detail{
	padding: 10px 15px 0 15px;
}
.tab_content_detail .point{
	color: #999999;
	font-size: 14px;
}
.tab_content_detail .percent_bar{
	border: 1px solid #E5E5E5;
	background: #EBEBEB;
	display: inline-block;
	font-size: 0;
	height: 15px;
	margin: 0 5px;
	width: 180px;
	vertical-align: sub;
}
.tab_content_detail .percent_bar span{
	background: #FFCC00;
	display: inline-block;
	height:100%;
}
.tab_content_detail .percent{
	color: #619C77;
	font-weight: bold;
}
.tab_content .tab_content_detail {
  display: none;
  visibility: hidden;
}
.tab_content .active {
  display: block;
  visibility: visible;
}
/* End Detail Exclusive Rate Service */

/* Detail Exclusive Rate Estore */
#detail_product_rate_container .rate_container_title{
	background: #F3F3F3;
	padding: 10px;
}
#detail_product_rate_container .rate_container_title .text_overflow{
	color: #333333;
	max-width: 100%;
}
#detail_product_rate_container .rate_container_title .point{
	color: #365DB5;
}
#detail_product_rate_estore .rate_title span{
	color: #999;
	font-weight: normal;
	text-transform: none;
}
#detail_product_rate_estore .rate_title .expand{
	cursor: pointer;
	font-weight: normal;
	margin-left: 10px;
	position: relative;
	text-transform: none;
}
#detail_product_rate_estore .rate_title .expand .text{
	color: #1886cc;
}
#detail_product_rate_estore .rate_title .arrow_down{
	position: absolute;
	right: -12px;
	width: 0;
	height: 0;
	top: 5px;
	transition: transform .2s ease-in;
}
#detail_product_rate_estore .rate_title .active .arrow_down{
	transform: rotate(180deg);
}
/* Column 1 */
#detail_product_rate_estore .rate_content .col_1{
	width: 520px;
}
#detail_product_rate_estore .rate_content .col_1 .row{
	height: 20px;
	margin: 15px 0;
	line-height: 20px;
}
#detail_product_rate_estore .rate_content .col_1 .row .row_title{
	color: #666;
	display: inline-block;
	font-weight: bold;
	width: 110px;
}
#detail_product_rate_estore .rate_content .col_1 .row .row_data_percent{
	display: table;
	width: 300px;
}
#detail_product_rate_estore .rate_content .col_1 .row .row_data_percent .bg{
	display: table-cell;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	padding: 0 2px;
	text-align: center;
}
#detail_product_rate_estore .rate_content .col_1 .row .row_data_total{
	color: #999;
	font-size: 11px;
	margin-left: 10px;
}
#detail_product_rate_estore .rate_content .col_1 .row_data_percent.total{
	width: 412px;
}
#detail_product_rate_estore .rate_content .col_1 .row_data_total.total,
#detail_product_rate_estore .rate_content .col_1 .row_data_percent.total .bg{
	height: 24px;
	line-height: 24px;
}

/* Column 2 */
#detail_product_rate_estore .rate_content .col_2{
	width: 235px;
}
#detail_product_rate_estore .rate_content .col_2 div{
	display: inline-block;
	margin: 15px 5px 15px 0;
}
#detail_product_rate_estore .rate_content .col_2 span{
	color: #666;
	font-weight: bold;
}
#detail_product_rate_estore .rate_content .col_2 i{
	display: inline-block;
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
	width: 20px;
}
/* End Detail Rate Estore */

/* Detail Product Rate Comment Estore */
#detail_product_comment_estore .comment_estore_title{
	background: #F3F3F3;
	border-bottom: solid 1px #E5E5E5;
	padding: 8px 0;
}
#detail_product_comment_estore .comment_estore_title input{
	vertical-align: text-top;
	margin-left: 20px;
}
#detail_product_comment_estore .comment_estore_content{
	width: 100%;
}
#detail_product_comment_estore .comment_estore_content td{
	border-top: dotted 1px #E5E5E5;
	line-height: 1.4em;
	padding: 10px 0;
	vertical-align: top;
}
#detail_product_comment_estore .comment_estore_content td.column_1{
	width: 120px;
	padding: 10px;
}
#detail_product_comment_estore .comment_estore_content td.column_1 div{
	margin-bottom: 6px;
	text-align: center;
}
#detail_product_comment_estore .comment_estore_content td.column_1 .loginname{
	color: #0967c6;
	font-weight: bold;
}
#detail_product_comment_estore .comment_estore_content td.col_comment{
	padding: 10px;
}
#detail_product_comment_estore .comment_estore_content td.col_comment .product_rating_star{
	display: inline-block;
	padding-bottom: 5px;
}
#detail_product_comment_estore .comment_estore_content td.col_comment .review_picture{
	margin-top: 10px;
}
#detail_product_comment_estore .comment_estore_content tr:first-child td{
	border-top: none;
}
#detail_product_comment_estore .comment_estore_content .col_icon{
	width: 1%;
}
#detail_product_comment_estore .comment_estore_content .col_status{
	font-size: 11px;
	width: 25%;
}
#detail_product_comment_estore .comment_estore_content .col_status .quantity{
	color: #999;
	margin-left: 19px;
}
#detail_product_comment_estore .comment_estore_content .col_status .date{
	color: #999;
	margin-left: 19px;
}
#detail_product_comment_estore .comment_estore_content .col_name .name{
	color: #666666;
	font-weight: bold;
	max-width: 120px;
}
#detail_product_comment_estore .comment_estore_content .review_criteria{
	color: #768BA8;
	font-weight: bold;
}
#detail_product_comment_estore .comment_estore_content .review_criteria span{
	color: #000000;
	line-height: 20px;
	font-weight: normal;
}
#detail_product_comment_estore .comment_estore_page{
	text-align: center;
}
#detail_product_comment_estore .comment_estore_page button{
	color: #0C81F6;
	border-radius: 2px;
	border: solid 1px #0C81F6;
	background: #FFF;
	cursor: pointer;
	margin: 10px auto 0;
	padding: 4px 8px;
	text-align: center;
}

/* Detail Exclusive Similar Product */
#product_suggest{
	margin: auto;
	overflow: hidden;
	width: 170px;
}
#product_suggest .ps_title{
	color: #565656;
	font-weight: bold;
	padding: 10px 0;
	text-transform: uppercase;
}
#detail_product_exclusive_other_product{
	margin: 20px 0;
}
#detail_product_exclusive_other_product .product_thumb_view{
	margin: 15px 0 0 15px;
	width: 100%;
}
#detail_product_exclusive_other_product .wrapper{
	margin: 0 25px 20px 0;
}
/* End Detail Exclusive Similar Product */

/* Detail Product Bottom */
.detail_product_bottom{
	background: #F2F2F2;
	padding: 12px;
	text-align: center;
}
.detail_product_bottom_content{
	margin-bottom: 6px;
}
/* End Detail Product Bottom */

/* List data */
.list_data_column{
	float: left;
	padding-top: 9px;
}
.list_data_column li{
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0px 12px 9px;
	white-space: nowrap;
	width: 170px;
}
.list_data_column li.clear{
	padding: 0px;
	width: auto;
}

/* Template Product Slide 1 */
.tpl_product_slide_1 .tpl_product_slide_1_title{
	padding: 5px 0;
}
.tpl_product_slide_1 .tpl_product_slide_1_content{
	position: relative;
	padding: 20px 30px;
	height: 250px;
	overflow: hidden;
}
.tpl_product_slide_1 .control{
	top: 90px;
}
.tpl_product_slide_1 .product_thumb_view{
	padding: 0;
	width: auto;
}
.tpl_product_slide_1 .product_thumb_view .wrapper_small{
	margin-right: 12px;
}
.tpl_product_slide_1 .product_thumb_view .wrapper_small:last-child{
	margin-right: 0;
}
.tpl_product_slide_1 .product_thumb_view .wrapper_small .block .name{
	line-height: 16px;
	max-height: 32px;
	overflow: hidden;
}
.tpl_product_slide_1 .product_thumb_view .wrapper_small .block_sep{
	right: -6px;
}
.tpl_product_slide_1 .product_thumb_view .wrapper_small:last-child .block_sep{
	width: 0;
}
.container_body_resize .tpl_product_slide_1 .tpl_product_slide_1_content{
	padding: 20px 26px;
}
.container_body_resize .tpl_product_slide_1 .tpl_product_slide_1_content .item .wrapper:nth-child(5) .block_sep{
	width: 0;
}
.container_body_resize .tpl_product_slide_1 .tpl_product_slide_1_content .item .wrapper:nth-child(5){
	margin-right: 0;
}
/* Banner FPT Trading */
.estore_premium_image{
	background:  url(estore_premium.png) no-repeat top left;
	display: block;
	height: 30px;
}

/* Category, Listudv */
.type_product_main{
	float: left;
	width: 954px;
}
.container_body_resize .type_product_main{
	width: 990px;
}
.type_product_main h1{
	color: #7B7B7B;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
}
.type_product_main .quick_search_filter .filter > ul > li{
	padding: 8px;
}
.container_body_resize .type_product_main .quick_search_filter .filter > ul > li{
	padding: 8px 16px 8px 8px;
}
.type_product_main .product_wrapper_small .tab{
	padding: 0 0 13px 0;
}
.type_product_main .product_thumb_view .wrapper_small{
	margin-right: 15px;
}
.container_body_resize .type_product_main .product_thumb_view .wrapper_small{
	margin-right: 24px;
}
.type_product_main .product_thumb_view .wrapper_small .block_sep{
	right: -8px;
}
.container_body_resize .type_product_main .product_thumb_view .wrapper_small .block_sep{
	right: -12px;
}

.type_product_column{
	float: right;
	width: 226px;
}
.type_product_column .title{
	color: #7B7B7B;
	font-size: 15px;
	margin-bottom: 10px;
}

/* Like Main */
.like_main{
	margin-top: 5px;
	vertical-align: middle;
}
.like_main a{
	color: #000;
}

/* QR Code */
.product_price_promotion .detail_product_qr_code{
	margin-left: 0!important;
}
.detail_product_qr_code .text_qr_code{
	display: inline-block;
	position: relative;
}
.detail_product_qr_code .text_qr_code a{
	color: #365DB5;
	position: relative;
}
.detail_product_qr_code .text_qr_code a span{
	vertical-align: middle;
}
.detail_product_qr_code .text_qr_code a i{
	margin-right: 5px;
}
#main_qr_code{
	display: none;
}
.qr_simple_tip{
	background-color: #F6F5F5;
	border: 1px solid #339acb;
	border-radius: 3px;
	opacity: 0.9;
}
.qr_simple_tip .app_title{
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.qr_simple_tip .app_link{
	display: inline-block;
	font-size: 0;
	margin-bottom: 20px;
}
.qr_simple_tip .app_link a{
	float: left;
}
.qr_simple_tip .app_link a.first{
	margin-right: 15px;
}
.qr_simple_tip .title{
	background: #FFFFFF;
	border-bottom: 1px solid #F6F5F5;
	font-size: 12px;
	color: #333;
	word-spacing: 1px;
	line-height: 16px;
	padding: 20px;
}
.qr_simple_tip .title i{
	background: url(beacon_sprite.png) no-repeat 0 -1530px;
	display: inline-block;
	height: 11px;
	margin-right: 5px;
	width: 14px;
}
.qr_simple_tip .picture{
	margin: 5px 0;
	text-align: center;
	min-height: 100px;
}
.qr_simple_tip .show img{
	max-width: 200px;
	max-height: 200px;
}

/* IDVG Suggest */

#show_product_suggest .panel_content #show_author{
	position: absolute;
	top: -47px;
	right: 0;
}
#show_product_suggest .panel_content #show_author #shape{
	color: #999;
	border-bottom-left-radius: 20px;
	background: #F2F2F2;
	font-size: 11px;
	height: 22px;
	line-height: 20px;
	position: relative;
	text-align: center;
	transition: width .5s;
	text-align: center;
	width: 40px;
}
#show_product_suggest .panel_content #show_author #shape p{
	margin: 0;
	width: 280px;
	opacity: 0;
	transition: opacity .1s ease-in-out;
}
#show_product_suggest .panel_content #show_author #shape:hover p{
	transition-delay: .3s;
	opacity: 1;
}
#show_product_suggest .panel_content #show_author #shape:hover{
	width: 280px;
}
#show_product_suggest .panel_content #show_author #shape:hover i{
	display: none;
}
#show_product_suggest .panel_content #show_author #shape i{
	position: absolute;
	left: 40%;
	top: 20%;
}
.show_product_suggest{
	background: #FFF;
	margin-bottom: 20px;
}
#re__cp_top #show_product_suggest .suggest_title{
	font-size: 14px;
	text-transform: uppercase;
}
#show_product_suggest .suggest_title{
	color: #333;
	font-weight: bold;
	font-size: 15px;
	padding: 15px 20px;
}
.show_product_suggest .suggest_title a:hover{
	color: #333;
}
.show_product_suggest .product_wrapper{
	border: none;
}
.show_product_suggest .product_wrapper .product_thumb_view .wrapper{
	margin: 0px 6px 0 0;
}
.show_product_suggest .product_thumb_view .block{
	width: 148px;
}
.show_product_suggest .product_thumb_view .picture_main a, .product_thumb_view .picture_thumb b{
	height: 140px;
	width: 140px;
}
.show_product_suggest .product_thumb_view .block .picture_main{
	height: 140px;
	width: 140px;
}
.show_product_suggest .product_thumb_view .picture_main img{
	max-width: 140px;
	max-height: 140px;
}
.show_product_suggest .tpl_carousel_1 .control{
	cursor: pointer;
	margin-top: -45px;
}
.show_product_suggest .home_product_carousel {
	background: #FFF;
	padding: 6px 0px 6px 15px;
}

#container_body.container_body_resize .seo_banner_vatgia{
	width: 100%;
}
#container_header .seo_banner_vatgia{
	margin: 0 auto;
	position: relative;
	width: 1190px;
	max-height: 140px;
	overflow: hidden;
	z-index: 4;
}
#container_header .seo_banner_vatgia a img{
	max-width: 100%;
	max-height: 100%;
}
.seo_banner_vatgia a{
	display: inline-block;
	position: relative;
}
.container_body_resize .seo_banner_vatgia a img{
	height: 100%;
}
.note_seo_banner{
	position: absolute;
	right: 10px;
	bottom: 10px;
	border: 1px solid #333;
	padding: 5px 7px;
	background: #333;
	opacity: .9;
	color: #FFF;
}
#container_body.container_body_resize .note_seo_banner{
	right: 50px;
}
#container_content .seo_banner_vatgia{
	max-width: 100%;
	max-height: 135px;
	margin-bottom: 10px;
	position: relative;
}
.warning_estore{
	padding: 0 20px;
}
.warning_estore .we_text{
	font-size: 15px;
	color: #333333;
	padding-top: 25px;
	line-height: 22px;
}
.warning_estore a{
	display: inline-block;
	padding: 6px 12px;
	font-size: 13px;
	border-radius: 3px;
}
.warning_estore .we_btn{
	margin-top: 20px;
	text-align: center;
}
.warning_estore .we_btn i{
	margin-right: 5px;
}
.warning_estore .we_btn_chat{
	border: 1px solid #DDD;
	color: #999999;
	margin-right: 20px;
}
.warning_estore .we_btn_buy{
	border: 2px solid #f44f00;
	background-color: #F44f00;
	color: #FFFFFF;
}

/*------      MGG    -----*/
.mgg_by_estore{
	height: 34px;
	width: 100%;
	position: relative;
	margin-bottom: 2px;
}
.mgg_by_estore_code{
	background: #F44F00;
	display: inline-block;
	height: 34px;
	margin-right: 30px;
	padding: 0px 10px;
	vertical-align: top;
	color: #FFF;
	font-size: 10px;
	position: absolute;
	top: -1px;
	left: -1px;
	text-align: center;
	z-index: 0;
}
.mgg_by_estore_code:before{
	content: '';
	position: absolute;
	right: -16px;
	z-index: 1;
	border-top: 17px solid transparent;
	border-left: 17px solid #F44F00;
	border-bottom: 17px solid transparent;
}
.mgg_by_estore_code span{
	padding: 4px 0 2px 0;
	display: inline-block;
}
.mgg_by_estore_code b{
	font-size: 12px;
	text-transform: uppercase;
}
.mgg_by_estore_code_border{
	background: #FFC1A4;
	display: inline-block;
	height: 34px;
	margin-right: 29px;
	width: 4px;
	vertical-align: top;
	position: absolute;
	top: 0px;
	right: -33px;
	z-index: 0;
}
.mgg_by_estore_code_border:before{
	content: '';
	right: -16px;
	border-top: 17px solid transparent;
	border-left: 17px solid #FFC1A4;
	border-bottom: 17px solid transparent;
	position: absolute;
	top: 0px;
	z-index: 1;
}
.mgg_by_estore_content{
	display: inline-block;
	height: 29px;
	font-size: 11px;
	border: 1px dashed #F44F00;
	margin-top: -1px;
	padding: 3px 20px 0 150px;
}
.percent_by_estore{
	font-weight: bold;
	color: #F44F00;
	padding-bottom: 2px;
}
.coupon_note{
	color: #666;
}
.coupon_note b{
	color: #F44F00;
}
.discount_price_estore{
	font-size: 12px;
	font-weight: bold;
	color: #F44F00;
	line-height: 26px;
}
.discount_price_estore span{
	font-size: 15px;
}
.price_app_main:hover{
	cursor: pointer;
}

/** PRODUCT COMBO **/
.detail_product_combo{
	margin-bottom: 20px;
	background: white;
	border: 1px solid #d7d7d7;
}
.detail_product_combo_nav{
	font-size: 0;
	height: 38px;
	border-bottom: 1px solid #d7d7d7;
}
.detail_product_combo_nav li{
	font-size: 13px;
	font-weight: bold;
	color: #434343;
	display: inline-block;
	height: 38px;
	padding: 10px 0;
	box-sizing: border-box;
	cursor: pointer;
}
.detail_product_combo_nav li span{
	display: block;
	padding: 0 20px;
	border-right: 1px solid #d7d7d7;
	line-height: 18px;
}
.detail_product_combo_nav li.active{
	border-top: solid 3px #375DB5;
	margin: -3px 0 -1px -1px;
	position: relative;
	color: #375DB5;
	height: 42px;
	background: white;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
}
.detail_product_combo_nav li.active:after{
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	border: 4px solid transparent;
	border-top: 4px solid #375DB5;
}
.detail_product_combo_nav li.active span{
	border: none;
}
.detail_product_combo_tab{
	padding: 10px 0 0 0;
}
.detail_product_combo_tab>div{
	display: none;
}
.detail_product_combo_tab>div.active{
	display: block;
}
.detail_product_combo_action{
	float: right;
	width: 200px;
	margin: 10px;
	padding-right: 10px;
}
.detail_product_combo_action .price{
	font-size: 30px;
	font-weight: bold;
}
.detail_product_combo_action .price_old{
	font-size: 18px;
	color: #b3b3b3;
	text-decoration: line-through;
}
.detail_product_combo_action .button{
	margin-top: 10px;
}
.detail_product_combo_action .button a{
	cursor: pointer;
}
.detail_product_combo_action .button_buy{
	height: 33px;
	line-height: 33px;
	width: 100%;
	color: white;
	background: #f44f00;
	text-align: center;
	box-sizing: border-box;
	border-radius: 3px;
	display: block;
}
.detail_product_combo_action .button_cart{
	height: 33px;
	line-height: 33px;
	width: 100%;
	color: #f44f00;
	border: 1px solid #f44f00;
	background: white;
	text-align: center;
	box-sizing: border-box;
	border-radius: 3px;
	display: block;
	margin-top: 5px;
}
.detail_product_combo_info{
	overflow: hidden;
	padding: 0 10px 10px;
}

.detail_product_combo_info .item{
	width: 150px;
	float: left;

}
.detail_product_combo_info .name{
	font-size: 12px;
	text-align: center;
	height: 32px;
	line-height: 16px;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}
.detail_product_combo_info .picture{
	display: table;
	text-align: center;
	width: 150px;
	height: 150px;
}
.detail_product_combo_info .picture span{
	width: 150px;
	height: 150px;
	display: table-cell;
	vertical-align: middle;
	font-size: 0;
}
.detail_product_combo_info .picture img{
	max-width: 100%;
	max-height: 100%;
}
.detail_product_combo_info .price{
	color: #444444;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
.detail_product_combo_info .price_old{
	color: #999;
	text-decoration: line-through;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}
.detail_product_combo_info .main{
	margin-right: 50px;
	position: relative;
}

.detail_product_combo_info .main:after{
	content: "+";
	position: absolute;
	font-size: 30px;
	right: -35px;
	top: 60px;
	color: #999;
}
.detail_product_combo_sizecolor{
	clear: both;
	margin-top: 10px;
	background: #f2f2f2;
	display: none;
}
.detail_product_combo_sizecolor>div{
	padding: 20px;
	overflow: hidden;
}
.detail_product_combo_sizecolor_box{
	background: white;
	padding: 10px;
	box-sizing: border-box;
	width: 32%;
	margin-right: 1.3%;
	float:left;
	border: 1px solid #eee;
}
.detail_product_combo_sizecolor_box .name_box{
	color: #393939;
	font-size: 13px;
	font-weight: bold;
}
.detail_product_combo_sizecolor_box .color_box, .detail_product_combo_sizecolor_box .size_box{
	margin-top: 10px;
	overflow: hidden;
}
.detail_product_combo_sizecolor_box .label_box{
	width: 80px;
	float: left;
	line-height: 27px;
}
.pick_size_color_item{
	width: 27px;
	height: 27px;
	line-height: 27px;
	display: inline-block;
	font-size: 13px;
	margin-right: 3px;
	border: 1px solid #d7d7d7;
	color: #666;
	text-align: center;
	cursor: pointer;
}
.pick_box{
	overflow: hidden;
}
.pick_size_color_item.active{
	border: 1px solid #f44f00;
}

.group_like_cart{
	position: relative;
	float: right;
	z-index: 5;
	width: 220px;
	font-size: 0;
}
.group_like_cart img{
	width: 100%;
	height: auto;
	max-width: 200px;
}
.group_like_cart>div.fr{
	width: 50%;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.group_like_cart>div.fr a{
	display: inline-block;
	position: relative;
}
.header_like{
	padding: 0 15px;
}
.group_like_cart .header_cart{
	padding-right: 15px;
}
.group_like_cart .header_user_save{
	padding-right: 5px;
}
.group_like_cart .header_user_save i.flaticon-eye-outline{
	color: #365DB5;
	font-size: 30px;
	font-weight: bold;
	float: left;
}
.group_like_cart .header_user_save div:not(.notify){
	overflow: hidden;
	line-height: 13px;
	font-size: 11px;
	padding: 7px 5px 0 15px;
	text-align: left;
}
.group_like_cart .header_cart i.flaticon-cart{
	color: #365DB5;
	font-size: 28px;
	font-weight: bold;
	float: left;
}
.group_like_cart .header_cart div:not(.notify){
	overflow: hidden;
	line-height: 15px;
	font-size: 11px;
	padding: 10px 0 0 8px;
	text-align: left;
}
.group_like_cart .header_login_user i.flaticon-user{
	color: #365DB5;
	font-size: 25px;
	font-weight: bold;
	float: left;
}
.group_like_cart .header_login_user div{
	overflow: hidden;
	padding-left: 5px;
}
.group_like_cart .header_login_user .check_user{
	cursor: pointer;
	padding: 5px;
	box-sizing: border-box;
	margin-top: -6px;
	width: 106px;
	border: 1px transparent solid;
}
.group_like_cart .header_login_user .check_user_avatar{
	height: 28px;
	width: 28px;
	border-radius: 28px;
	overflow: hidden;
	display: inline-block;
	float: left;
	margin-top: 6px;
	padding: 0;
}
.group_like_cart .header_login_user .check_user_avatar img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.group_like_cart .header_login_user .check_user_name{
	line-height: 16px;
	padding-top: 3px;
}
.group_like_cart .header_login_user .check_user_name div{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.group_like_cart .header_login_user .check_user.simple_tip_active{
	border: 1px solid #E5E5E5;
	margin-top: -6px;
	z-index: 101;
}
.bg_header_tet_fixed .group_like_cart .header_login_user .check_user.simple_tip_active{
	margin-top: 0px;
}
.bg_header_tet_fixed .group_like_cart .header_login_user .check_user{
	margin-top: 0px;
}
.border_top{
	border-top: 1px solid #e5e5e5 !important;
}
.border_top:after{
	content: "";
	width: 104px;
	height: 1px;
	background: white;
	position: absolute;
	top: -1px;
	right: 0;
	display: block;
}
.group_like_cart .header_check_order i.flaticon-check-form{
	color: #365DB5;
	font-size: 25px;
	font-weight: bold;
	float: left;
}
.group_like_cart .header_check_order .check_order{
	cursor: pointer;
	padding: 5px;
	box-sizing: border-box;
	margin-top: -5px;
}
.group_like_cart .header_check_order div{
	overflow: hidden;
	line-height: 13px;
	font-size: 11px;
	padding: 7px 0 0 6px;
}
.group_like_cart span{
	color: #000;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	padding-left: 5px;
	max-width: 35px;
	vertical-align: middle;
}
.group_like_cart .header_user_save .notify{
	right: -35px;
}
.group_like_cart .header_like .notify{
	left: 125px;
}
.group_like_cart .header_cart .notify{
	right: -35px;
}
.group_like_cart .notify{
	background: #F44F00;
	border-radius: 16px;
	color: #FFF;
	position: absolute;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	left: 18px;
	top: -2px;
}
.group_like_cart .notify:after{
	border: solid 6px transparent;
	border-right: solid 6px #F44F00;
	left: -11px;
	position: absolute;
	top: 6px;
}
.btn_help a{
	text-decoration: underline;
}
#quick_search_estore_list .box_list{
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#quick_search_estore_list .box_list .bl_image{
	display: table-cell;
	vertical-align: middle;
	width: 210px;
	height: 210px;
	overflow: hidden;
	font-size: 0;
	text-align: center;
	margin-right: 10px;
	position: relative;
}
/* Hover Content */
#quick_search_estore_list .box_list .bl_image .more_content{
	left: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .3s linear;
	right: 0;
	visibility: hidden;
	z-index: 1;
}
#quick_search_estore_list .box_list .bl_image:hover .more_content{
	display: block;
	opacity: 1;
	visibility: visible;
}
.product_thumb_view .block:hover .more_button{
	border-top: 1px solid #F44F00;
	padding: 0px;
}
#quick_search_estore_list .box_list .bl_image:hover .estore_option{
	display: block;
	height: auto;
}
#quick_search_estore_list .box_list .bl_image .add span{
	background-position: 0 -1320px;
}
#quick_search_estore_list .box_list .bl_image .estore_option{
	background-color: #E8ECEF;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	display: none;
	width: 152px;
	height: 26px;
	line-height: 26px;
	opacity: .9;
	position: absolute;
	text-align: center;
	white-space: nowrap;
	top: 8px;
	left: 32px;
	z-index: 1;
	padding: 0 10px;
}
#quick_search_estore_list .box_list .bl_image .estore_option span{
	background-image: url(beacon_sprite.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#quick_search_estore_list .box_list .bl_image .more_content .teaser {
	color: #333;
	display: block;
	height: 210px;
	padding-top: 40px;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 50px 10px 0 10px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
}
#quick_search_estore_list .box_list .bl_image a.estore_option {
    width: auto !important;
    height: auto !important;
    font-size: 12px;
}

#quick_search_estore_list .box_list .bl_image a.picture_link{
	display: table-cell;
	vertical-align: middle;
	width: 210px;
	height: 210px;
	overflow: hidden;
	background-position: 50% 25%;
	background-repeat: no-repeat;
	background-size: cover;
}
#quick_search_estore_list .box_list .bl_image .out_of_stock {
	background: #FFF;
	border: 1px solid #E5E5E5;
	color: #444;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 50%;
	text-transform: uppercase;
	left: 50%;
	margin-left: -76px;
	margin-top: -16px;
	width: 150px;
}
#quick_search_estore_list .box_list .picture_thumb a{
	padding-right: 10px;
	display: table-cell;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background-position: 50% 25%;
	background-repeat: no-repeat;
	background-size: cover;
}
#quick_search_estore_list .box_list .picture_thumb a img{
	max-width: 40px;
	max-height: 40px;
}

#quick_search_estore_list .box_list .bg_no_price a.picture_link{
	opacity: 0.2;
}
#quick_search_estore_list .box_list .bl_image img{
	max-width: 210px;
	max-height: 210px;
}
#quick_search_estore_list .box_list .bl_content{
	width: 710px;
}
#quick_search_estore_list .box_list .bl_content .review_star{
	margin-bottom: 10px;
}
#quick_search_estore_list .box_list .bl_content .review_star a{
	display: block;
}
#quick_search_estore_list .box_list .bl_content .review_star .count_rating{
	color: #0C81F6;
}
.search_arrow_down{
	font-size: 8px;
}
#quick_search_estore_list .box_list .bl_content .bl_name a{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}
#quick_search_estore_list .box_list .bl_content .bl_info{
	width: 100%;
}
#quick_search_estore_list .box_list .bl_content .estore_quality .price{
	font-size: 14px;
}
#quick_search_estore_list .box_list .bl_content .estore_quality a:hover{
	text-decoration: none;
}
#quick_search_estore_list .box_list .bl_content .bl_info_left{
	width: 45%;
}
#quick_search_estore_list .box_list .bl_content .bl_info_right{
	width: 55%;
}
#quick_search_estore_list .box_list .bl_content .price_old{
	background: url(dot.gif) center repeat-x;
	color: #666;
	font-size: 15px;
	margin-bottom: 5px;
	display: inline-block;
}
#quick_search_estore_list .box_list .bl_content .price{
	font-size: 20px;
	margin-bottom: 10px;
}
#quick_search_estore_list .box_list .bl_content .free_ship span{
	font-weight: bold;
	color: #51b848;
	line-height: 16px;
	margin-left: 10px;
}
#quick_search_estore_list .box_list .bl_content .picture_thumb{
	margin-top: 10px;
}
#quick_search_estore_list .box_list .bl_content .review_text{
	color: #666;
	line-height: 18px;
	text-align: justify;
}
#quick_search_estore_list .box_list .bl_content .review_text .text_review{
	max-height: 55px;
	overflow: hidden;
}
#quick_search_estore_list .box_list .review_picture a{
	padding-right: 10px;
}
#quick_search_estore_list .box_list .review_picture img{
	width: 50px;
	max-height: 50px;
}
#quick_search_estore_list .box_list .bl_content .review_text .text_link_bold span{
	color: #F44f00;
}
#quick_search_estore_list .box_list .bl_content .load_review a{
	color: #0C81F6;
}
.quick_search_view ul li{
	display: block;
	float: left;
	line-height: 35px;
}
.quick_search_view .btn_view{
	border-left: 0;
	font-size: 17px;
	color: #696969;
}
.quick_search_view .btn_view:hover{
	cursor: pointer;
}
.quick_search_view .btn_view:hover,
.quick_search_view .btn_view.active{
	color: #0C81F6;
}
.quick_search_view .btn_gird{
	padding: 0 10px;
	font-size: 19px;
}
#qst_right_sort{
	padding: 3px;
	margin-top: 5px;
	border: 1px solid #bbbbbb;
	margin-right: 7px;
}
.qst_left_title{
	font-size: 14px;
	line-height: 35px;
}
.qs_header_navigate_breadcrumb{
	margin-bottom: 5px!important;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.quick_search_top{
	margin-bottom: 10px;
}
.qsrm_left{
	width: 175px;
	overflow: hidden;
	text-align: center;
	padding-top: 45px;
}
.qsrm_left_icon{
	background: url('icon_rs.png') no-repeat center center;
	width: 68px;
	height: 68px;
	vertical-align: middle;
	display: inline-block;
}
.qsrm_left_title{
	font-size: 15px;
	color: #666666;
	padding: 10px 0 5px;
}
.qsrm_left_title_bold{
	font-size: 15px;
	color: #0c81f6;
}

/* Box recomend search */
.quick_search_recomend_main{
	margin-bottom: 25px;
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
}
.quick_search_recomend .qsrm_title h3{
	font-size: 14px;
	color: #333;
	display: inline-block;
	margin-bottom: 10px;
}
.quick_search_recomend .product_thumb_view .wrapper{
	margin: 0px 15px 15px 0;
}
.quick_search_recomend .product_thumb_view .picture_main,
.quick_search_recomend .product_thumb_view .picture_main a.picture_link,
.quick_search_recomend .product_thumb_view .block,
.quick_search_recomend .product_thumb_view .block:hover{
	width: 170px;
}
.quick_search_recomend .product_thumb_view .more_content{
	padding: 0;
}
.quick_search_recomend .product_thumb_view .picture_main a.estore_option{
	left: 50%;
	transform: translate(-50%, 0);
	padding: 0 10px;
}
.quick_search_recomend .product_thumb_view .estore_option{
	width: auto;
}
.quick_search_recomend .product_thumb_view .group_rating_order,
.quick_search_recomend .product_thumb_view .count_estore{
	text-align: center;
}
.quick_search_recomend .product_thumb_view .picture_main img{
	max-width: 130px;
	max-height: 130px;
}
.quick_search_recomend .tab_content_detail{
	padding: 10px 22px 0 22px;
}
.quick_search_recomend .tpl_carousel_1 .control{
	opacity: 0;
	margin-top: -31px;
}
.quick_search_recomend .tpl_carousel_1:hover .control{
	opacity: 1;
}
.quick_search_recomend .product_thumb_view .price{
	text-align: center;
}
.quick_search_recomend .product_thumb_view .recomend_more .vchat_on {
	background: url(vchat.gif) no-repeat;
}
.quick_search_recomend .product_thumb_view .recomend_more .vchat_off {
    background: url(beacon_sprite.png) no-repeat -42px -1112px;
}
.quick_search_recomend .product_thumb_view .recomend_more .vchat_on, .product_thumb_view .recomend_more .vchat_off {
	display: inline-block;
	width: 21px;
	height: 17px;
	vertical-align: middle;
	margin-right: 3px;
}
.quick_search_recomend .product_thumb_view .recomend_more{
	margin: 3px 0;
	width: 100%;
	text-align: center;
}
.quick_search_recomend .product_thumb_view .recomend_more .estore_name{
	line-height: 17px;
	font-size: 13px;
	display: inline-block;
}
.product_thumb_view .name{
	height: 31px;
}
.quick_search_recomend .product_thumb_view .free_shipping{
	margin-top: 2px;
}
.quick_search_recomend .product_thumb_view .recomend_chat,
.quick_search_recomend .product_thumb_view .free_shipping{
	float: left;
}
.quick_search_recomend .product_thumb_view .name{
	text-align: center;
}
[class^="t_ov"] {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: auto;/* Fallback for non-webkit */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.t_ov_1 { -webkit-line-clamp: 1; }
.t_ov_2 { -webkit-line-clamp: 2; }
.t_ov_3 { -webkit-line-clamp: 3; }
.t_ov_4 { -webkit-line-clamp: 4; }
.t_ov_5 { -webkit-line-clamp: 5; }
.t_ov_6 { -webkit-line-clamp: 6; }
.t_ov_7 { -webkit-line-clamp: 7; }

.gift_free{
	padding-bottom: 10px;
	font-size: 11px;
	color: #f7434c;
}
.gift_free span{
	font-weight: bold;
	vertical-align: middle;
}
.gift_free a{
	color: #0C81F6;
	vertical-align: middle;
}

.review_content_text{
	padding-bottom: 15px;
	position: relative;
	width: 100%;
}
.rct_text{
	width: 100%;
	max-height: 270px;
	overflow: hidden;
}
.btn_load_revview{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 100%);
}
.btn_load_revview a{
	font-size: 12px;
	padding: 6px 12px;
	display: inline-block;
	text-align: center;
	background: #0C81F6;
	color: #FFF;
	font-weight: bold;
	border-radius: 3px;
}
.is_ppc{
	float: right;
	padding: 0 6px;
	background: #33a837;
	color: #FFF;
	border-radius: 3px;
	position: relative;
}
.is_ppc:hover{
	cursor: pointer;
}
.is_ppc i{
	margin-right: 3px;
}
.epp_main{
	position: relative;
	text-align: left;
}
.estore_ppc_phone{
	width: 100%;
	text-align: center;
}
.estore_ppc_phone i{
	font-size: 22px;
	padding-left: 15px;
	color: #0967c6;
}
.estore_ppc_phone a{
	font-size: 22px;
	line-height: 160%;
	padding-left: 15px;
	letter-spacing: 0.5px;
	color: #333;
}
.shop_detail{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	border: 1px solid #0967c6;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	margin: 10px auto 0;
	color: #0967c6;
}
.shop_detail i{
	margin-right: 8px;
}