@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "SF-Pro.regular";
	src: url(font/SF-Pro-Text-Regular.otf);
}
@font-face {
	font-family: "SF-Pro.bold";
	src: url(font/SF-Pro-Text-Bold.otf);
}

/*
@font-face {
	font-family: "Baskerville";
	src: url(font/Baskerville.ttf);
}*/


html{
	height:100%;
	width:100%;
}
body{
	font-family: "SF-Pro.regular";
	background-color:#fff;
	margin:0px auto;
	font-size:13px;
	color:#58595b;
	padding:0px;
	overflow-y:scroll;
	height:100%;
}
input, textarea{
	font-family: "SF-Pro.regular";
	font-size:13px;
	position:relative;
	color:#939598;
	-webkit-appearance:none;
	
}
td{
	vertical-align:top;
}
img{
	border:none;
}
p{
	margin:0px;	
}
a{
	color:#6d6e71;
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	color:#000;
}
b,strong{
	font-family: "SF-Pro.bold";
}
:focus {outline:none;}
::-webkit-input-placeholder { color:#999;opacity:1; }
::-moz-placeholder { color:#999;opacity:1; } /* firefox 19+ */
:-ms-input-placeholder { color:#999;opacity:1; } /* ie */
input:-moz-placeholder { color:#999;opacity:1; }
:focus::-webkit-input-placeholder { color:#999;opacity:0; }
:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input:focus:-moz-placeholder { color:#999;opacity:0; }

.txtsearch2::-webkit-input-placeholder { color:#999;font-style:italic;opacity:1; }
.txtsearch2::-moz-placeholder { color:#999;font-style:italic;opacity:1; } /* firefox 19+ */
.txtsearch2:-ms-input-placeholder { color:#999;font-style:italic;opacity:1; } /* ie */
input.txtsearch2:-moz-placeholder { color:#999;font-style:italic;opacity:1; }


.animation{
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
}
.animationcolor{
	-o-transition:color .2s ease-out, background 0s linear;
	-ms-transition:color .2s ease-out, background 0s linear;
	-moz-transition:color .2s ease-out, background 0s linear;
	-webkit-transition:color .2s ease-out, background 0s linear;
	transition:color .2s ease-out, background 0s linear;
}
.animationall{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.verticalmiddle, .vm{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.verticalbottom ,.vb{
	position: relative;
	top: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.horizontalcenter{
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.error{
	color:#f15b5b;
	font-size:13px;
	
	display:block;
	margin-top:5px;
}
.error2{
	color:#ffa4a4;
	font-size:15px;
}


/*img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}*/

.borderradius5{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.borderradius7{
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
.borderradius10{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.borderradius18{
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
}
.borderradius25{
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
}
.borderradius30{
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
}
.borderradius100percent{
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.txtsearch::-webkit-input-placeholder { color:#d1d3d4;font-style:italic;opacity:1; }
.txtsearch::-moz-placeholder { color:#d1d3d4;font-style:italic;opacity:1; } /* firefox 19+ */
.txtsearch:-ms-input-placeholder { color:#d1d3d4;font-style:italic;opacity:1; } /* ie */
input.txtsearch:-moz-placeholder { color:#d1d3d4;font-style:italic;opacity:1; }
.txtsearch:focus::-webkit-input-placeholder { color:#999;opacity:0; }
.txtsearch:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
.txtsearch:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input.txtsearch:focus:-moz-placeholder { color:#999;opacity:0; }


.topborderradius5{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.bottomborderrad5{
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.lefttopborderrad10{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}
.righttopborderrad10{
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.leftbottomborderrad10{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.rightbottomborderrad10{
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.lefttopborderrad15{
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
}
.righttopborderrad15{
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topmright: 15px;
	border-top-right-radius: 15px;
}
.leftbottomborderrad15{
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}
.rightbottomborderrad15{
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}

.posabs{
	position:absolute;
}
.posrel{
	position:relative;
}
.posfixed{
	position:fixed;
	z-index:50000;
}
.popupindex{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:-250px;
	left:50%;
	width:400px;
	height:565px;
	background:none;
	color:#333;	
	margin-left:-200px;
	font-size:14px;
	text-align:center;
	line-height:20px;
}
.fullwidth{
	width:100%;
	/*min-width:1235px;*/
}
.container{
	min-width:240px;
	max-width:1150px;
	padding:0px 20px;
	margin:0px auto;
}
.containerpadding{
	min-width:280px;
	max-width:935px;
	margin:0px auto;
	padding-left:55px;
	padding-right:55px;
}
.container2{
	padding:0px 18px;
}
.container3{
	min-width:280px;
	max-width:980px;
	padding:0px 20px;
	margin:0px auto;
}
.header{
	height:155px;
	position:fixed;
	z-index:30000;
	width:100%;
	background:#fff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	font-size:13px;
}
	.headershadowpink{
		box-shadow:0px 8px 0px #efb4b4;
	}
.displaym, .displaym_inlineblock, .webfooterdisplaym, .headnavdisplaym, .menudisplaym, .displaym960{
	display:none;
}
.logoshop{
	width:75px;
	height:16px;
	background:#666;
	color:#fff;
	font-size:13px;
	line-height:13px;
	display:inline-block;
	margin-top:5px;
	line-height:16px;
}
.shadow{
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
}
.shadow2{
	box-shadow:0px 0px 10px rgba(88,88,88,0.2);
}
.shadow3{
	box-shadow:0px 0px 10px rgba(88,88,88,0.1);
}
.headertop{
	height:90px;
	background:#f8f8f8;
}
table.headertoptable td.headertoptd{
	height:90px;
	vertical-align:middle;
}
table.headertoptable td.headertoptd1{
	width:160px;
	padding-right:20px;
}
table.headertoptable td.headertoptd2{
	text-align:right;
}
.headertopspan{
	margin-right:30px;
	display:inline-block;
	vertical-align:middle;
}
.headertopversep{
	height:55px;
	display:inline-block;
	width:25px;
	border-left:1px solid #eaeaeb;
	vertical-align:middle;
}
.member_icon{
	vertical-align:middle;
	margin-right:10px;
}
.headertopsep1{
	margin:0px 8px;
}
.headertopsep2{
	margin-left:20px;
}
.wa_btn{
	height:38px;
	background:#72bf44;
	width:155px;
	padding:0px 10px;
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	color:#fff;
}
	.wa_btn:hover{
		background:#333;
	}
.wa_btn img{
	vertical-align:middle;
	margin-right:8px;
}
.headermenu{
	height:65px;
}
.headermenutable td.headermenutd{
	height:65px;
	vertical-align:middle;
}
.headermenutable td.headermenutd1{
}
.headermenutable td.headermenutd2{
	text-align:right;
	width:205px;
}
.headermenutable td.headermenutd3{
	text-align:right;
	width:50px;
	padding-left:15px;
	padding-right:10px;
}

.wa_float_icon{
	position:fixed;
	z-index:1000;
	right:20px;
	bottom:20px;
	cursor:pointer;
}
.wa_float_icon img{
	max-width:150px;
}

.hmenupoint{
	height:33px;
	padding:0px 20px;
	width:auto;
	display:inline-block;
	font-size:13px;
}
.hmenupoint:hover{
	background:#fff;
}
.hmenupoint2{
	font-size:13px;
	height:33px;
	padding:0px 20px;
	width:auto;
	display:inline-block;
	background:#efb4b4;
	color:#fff;
}
.hmenupoint2:hover{
	background:#333;
}
a.a_menu2{
	color:#fff;
}
a.a_menu2:hover{
	color:#ddd;
}
.borderright1white{
	border-right:1px solid #fff;
}
.headermiddleptable td{
	height:116px;
	vertical-align:middle;
}
.menubtncategory{
	display:inline-block;
	color:#6d6e71;
	cursor:pointer;
	font-size:15px;
}
.menubtncategory img{
	vertical-align:middle;
	margin-right:7px;
	position:relative;
	top:-2px;
}
.menubtncategory:hover{
	color:#000;
}
.header_search_box{
	width:calc(100% - 29px);
	background:#f1f2f2;
	border:0px solid #d1d3d4;
	padding-left:16px;
	padding-right:13px;
	height:38px;
}
.search_input{
	width:calc(100% - 25px);
	height:36px;
	border:0px;
	background:none;
	font-size:13px;
}
.search_img{
	position:relative;
	top:3px;
}
.headerbottom{
	display:none;
	height:40px;
	padding-top:10px;
	padding-bottom:10px;
	background:#f0b8b8;
	color:#fff;
	font-size:17px;
}

.headerbottompoint, .sf-menu .headerbottompoint{
	margin-left:25px;
}
	.headerbottompoint:last-child, .sf-menu .headerbottompoint:last-child{
		/*margin-right:0px;*/
	}
a.a_headerbottom{
	color:#fff;
}
a.a_headerbottom:hover{
	color:#333;
}
a.a_headerbottom2{
	color:#de0000;
}
a.a_headerbottom2:hover{
	color:#333;
}
ul.sf-menu .menupop{
	padding-top:23px;
}
ul.sf-menu .headerddmenu{
	width:150px;
	height:37px;
	background:#eee;
	border-bottom:1px solid #fff;
	text-align:left;
	padding:0px 20px;
	color:#333;
	font-size:13px;
	font-weight:normal;
	margin-left:15px;
}
	ul.sf-menu .headerddmenu:hover{
		background:#ddd;
	}
	ul.sf-menu .headerddmenu2{
		width:40px;
	}
.shoppingnum{
	position:relative;
	top:-8px;
	left:40px;
	height:20px;
	width:20px;
	display:inline-block;
	background-color:#f79421;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	line-height:20px;
	text-align:center;
	border:0px solid #fff;
	color:#fff;
}
.headersep{
	height:155px;
}
	.headersep2{
		height:155px;
	}
	
.pagetitle1{
	font-size:25px;
	padding-bottom:30px;
	font-weight: bold;
}
.pagetitle2{
	font-size:25px;
}
.page_title3, .pagetitle3{
	font-size:25px;
	line-height:35px;
}
	.page_title3b, .pagetitle3b{
		font-size:25px;
		line-height:35px;
		font-family: "SF-Pro.bold";
	}
.page_title4, .pagetitle4{
	font-size:23px;
	line-height:30px;
}
	.page_title4b, .pagetitle4b{
		font-size:23px;
		line-height:30px;
		font-family: "SF-Pro.bold";
	}
.page_title5, .pagetitle5{
	font-size:20px;
	line-height:27px;
}
	.page_title5b, .pagetitle5b{
		font-size:20px;
		line-height:27px;
		font-family: "SF-Pro.bold";
	}
.page_title6, .pagetitle6{
	font-size:15px;
	line-height:20px;
}
	.page_title6b, .pagetitle6b{
		font-size:15px;
		line-height:20px;
		font-family: "SF-Pro.bold";
	}
.page_title7, .pagetitle7{
	font-size:18px;
	line-height:28px;
}
	.page_title7b, .pagetitle7b{
		font-size:18px;
		line-height:28px;
		font-family: "SF-Pro.bold";
	}
.page_title8, .pagetitle8{
	font-size:51px;
	color:#ec5909;
}
.page_title9, .pagetitle9{
	font-size:16px;
	line-height:31px;
}
	.page_title9b, .pagetitle9b{
		font-size:16px;
		line-height:31px;
		font-family: "SF-Pro.bold";
	}
.pagedescription1{
	font-size:15px;
	line-height:25px;
}
	.pagedescription1 b, .page_description1 b, .pagedescription1 strong, .page_description1 strong{
		font-size:15px;
		line-height:25px;
		font-weight:bold;
	}
	.pagedescription1 img, .page_description1 img{
		max-width:100% !important;
		width:auto !important;
		height:auto !important;
	}
	.pagedescription1 em, .pagedescription1 i, .page_description1 em, page_description1 i{
		font-style:italic;
	}
	.page_description1 ul, .pagedescription1 ul{
		margin-left:0px;
	    list-style:disc;
	}
	.page_description1 ol, .pagedescription1 ol{
		margin-left:0px;
	}
	.page_description1 li, .pagedescription1 li{
		margin-left:20px;
	}
	.page_description1 sup, .pagedescription1 sup{
		vertical-align: super;
		font-size: smaller;
	}
	.page_description1 sub, .pagedescription1 sub{
		vertical-align: sub;
		font-size: smaller;
	}
.page_description2, .pagedescription2{
	font-size:13px;
	line-height:22px;
}
.page_description3, .pagedescription3{
	font-size:11px;
	line-height:18px;
}
.page_description4, .pagedescription4{
	font-size:12px;
	line-height:18px;
}
.content1description, .content2descpart{
	line-height:23px;
}
	.content1descriptionp p{
		margin-bottom:10px;
	}
	.content1descriptionp li{
		padding-bottom:10px;
	}
	.content1descriptionp em, .content1descriptionp i{
		font-style:italic;
	}
.pad10{
	padding-bottom:10px;
}
.pad15{
	padding-bottom:15px;
}
.pad20{
	padding-bottom:20px;
}
.pad25{
	padding-bottom:25px;
}
.pad30{
	padding-bottom:30px;
}
.pad35{
	padding-bottom:35px;
}
.pad40{
	padding-bottom:40px;
}
.pad45{
	padding-bottom:45px;
}
.pad50{
	padding-bottom:50px;
}
.padbot5{
	padding-bottom:5px;
}
.padbot10{
	padding-bottom:10px;
}
.padbot15{
	padding-bottom:15px;
}
.padbot20{
	padding-bottom:20px;
}
.padbot25{
	padding-bottom:25px;
}
.padbot30{
	padding-bottom:30px;
}
.padbot35{
	padding-bottom:35px;
}
.padbot40{
	padding-bottom:40px;
}
.padbot45{
	padding-bottom:45px;
}
.padbot50{
	padding-bottom:50px;
}
.padbot55{
	padding-bottom:55px;
}
.padbot60{
	padding-bottom:60px;
}
.padbot65{
	padding-bottom:65px;
}
.padbot70{
	padding-bottom:70px;
}
.padbot75{
	padding-bottom:75px;
}
.padbot80{
	padding-bottom:80px;
}
.marginfit5px{
	margin-left:-5px;
	margin-right:-5px;
}
.marginfit7px{
	margin-left:-7px;
	margin-right:-7px;
}
.marginfit10px{
	margin-left:-10px;
	margin-right:-10px;
}

.colorpink{
	color:#efb4b4;
}
.colorwhite{
	color:#fff;
}
.colorblack{
	color:#231f20;
}
.colororange{
	color:#f6852b;
}
.colorgreen{
	color:#0b9444;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#21205f;
}
.colorblue2{
	color:#5358CD;
}
.colorgrey{
	color:#939598;
}
.colordgrey{
	color:#58595b;
}
.colorlgrey{
	color:#aaa;
}
.maxwidth250{
	max-width:250px;
}
.maxwidth320{
	max-width:320px;
}
.maxwidth350{
	max-width:350px;
}
.maxwidth400{
	max-width:400px;
}
.maxwidth500{
	max-width:500px;
}
.maxwidth720{
	max-width:720px;
}


.slideshowpart{
	padding-top:25px;
}
.homecategorypart{
	padding-top:40px;
	padding-bottom:65px;
}
.hcategorypoint{
	width:12.5%;
	display:inline-block;
	vertical-align:top;
	margin-bottom:10px;
}
.hcategorypointpad{
	padding:0px 5px;
}
.hcategorypointin{
	background:#fff;
	padding:10px;
	text-align:center;
}
.hcategorypointimg{
	height:80px;
	
}
.hcategorypointimg img{
	max-height:80px;
	max-width:100%;
}
.hcategorypointtitle{
	height:36px;font-size:12px;
	line-height:18px;
}
.homeproductpart{
	padding-to:20px;
	padding-bottom:100px;
}
.homeproducthead{
	padding-bottom:30px;
}
.homeproductheadtable td.homeproductheadtd{
	vertical-align:top;
	font-size:18px;
}
.homeproductheadtable td.homeproductheadtd1{
	
}
.homeproductheadtable td.homeproductheadtd2{
	text-align:right;
	
}
.homeproductheadpoint{
	margin-right:36px;
	display:inline-block;
	vertical-align:top;
	padding-bottom:18px;
	border-bottom:4px solid transparent;
}
	.homeproductheadpoint:hover, .homeproductheadpointactive{
		border-color:#98d076;
	}
.homeproductbody{
	display:none;
}
.hp_point_img{
	padding-top:10px;
	padding-bottom:10px;
	height:24.3vw;
	max-height:290px;
}
	.hp_point_img img{
		max-height:290px;
		max-width:100%;
	}
.hp_point_img_gf{
	padding-top:10px;
	padding-bottom:10px;
	height:24.3vw;
	max-height:290px;
}
	.hp_point_img_gf img{
		max-height:290px;
		max-width:100%;
	}
.hp_point_img_gf_hover{
	opacity:0;
}
.hp_point_img_gf:hover .hp_point_img_gf_hover{
	opacity:1;
}
.hp_point_img:hover .hp_point_img_gf_hover{
	opacity:1;
}
.hp_title{
	font-size:18px;
	overflow:hidden;
	height:30px;
	padding-right:10px;
}
.hp_subtitle{
	font-style:italic;
	overflow:hidden;
	height:53px;
	padding-right:10px;
}
.hp_btn{
	width:100%;
	max-width:200px;
	height:42px;
	border:1px solid #ddd;
	background:#fefffa;
	font-size:15px;
	cursor:pointer;
}
	.hp_btn:hover{
		background:#eee;
	}
.hp_price{
	font-size:18px;
	color:#ee1539;
}
.hp_pricenormal{
	font-size:13px;
	text-decoration:line-through;
	color:#939598;
	padding-bottom:5px;
}
.hp_price_div{
	height:33px;
}
.hp_colordiv{
	padding-right:30px;
}
.hp_cp{
	width:15px;
	height:15px;
	margin-right:5px;
	margin-bottom:5px;
	display:inline-block;
	border:1px solid #eee;
}
	.hp_cp:hover, .hp_cpactive{
		border:1px solid #333;
	}
	.hp_cp_dis:hover{
		border:1px solid #eee;
	}
.hp_cp2{
	display:block;
	padding-bottom:10px;
}

.homeclientpart{
	background:#f1f2f2;
	padding:70px 0px;
}
.hclientpoint{
	width:11.11%;
	display:inline-block;
	vertical-align:middle;
	/*padding-bottom:15px;
	padding-top:15px;*/
	height:80px;
}
	.hclientimg{
		height:80px;
	}
	.hclientpoint img{
		max-height:80px;
		max-width:100%;
	}
	.hclientpointpad{
		padding:0px 10px;
	}
.webfooterpartabout{
	padding-top:70px;
	padding-bottom:60px;
	border-bottom:1px solid #dedede;
}
.table_wfpa1 td.td_wfpa{
	vertical-align:top;
	width:50%;
}
.table_wfpa1 td.td_wfpa1{
	padding-right:20px;
}
.table_wfpa1 td.td_wfpa2{
	padding-left:20px;
}
.webfooterpart1{
	padding-top:50px;
	padding-bottom:70px;
}
.tablewebfooter1 td.tdwebfooter{
	vertical-align:top;
}
.tablewebfooter1 td.tdwebfooter1{
	width:320px;
	padding-right:25px;
}
.tablewebfooter1 td.tdwebfooter2{
	padding-right:25px;
}
.tablewebfooter1 td.tdwebfooter3{
	width:333px;
}
.webfootertitle{
	font-family: "SF-Pro.bold";
	padding-bottom:10px;
}
.webfooterdesc{
	line-height:25px;
}
.footerbtngroup{
	width:247px;
}
.footerbtn{
	width:215px;
	height:53px;
	border-bottom:1px solid #eee;
	font-size:12px;
	padding:0px 15px;
	display:inline-block;
}
a_footerbtn:last-child .footerbtn{
	border-bottom:0px;
}
.footerbtnimg{
	display:inline-block;
	width:47px;
	vertical-align:middle;
}
.footerbtnimg img{
    max-height: 18px;
}
input.email_subscribe, input.email_notify{
	height:53px;
	border:1px solid #d1d3d4;

	padding:0px 20px;
	width:calc(100% - 42px);
	background:#fff;
	font-size:13px;
}
input.emailsubscribebtn{
	height:53px;
	background-color:#72bf44;
	border:none;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:13px;
	cursor:pointer;
	font-family: "SF-Pro.bold";
}
input.emailsubscribebtn:hover{
	background:#333;
}
.copyright{
	font-size:12px;
	padding-top:70px;
}
.tablewebmenu td.tdwebmenu{
	vertical-align:top;
	min-width:150px;
}
.webmenutitle{
	font-family: "SF-Pro.bold";
	border-bottom:1px solid #e9eaeb;
	padding-bottom:15px;
	margin-bottom:15px;
}
.webmenutitle_ib{
	display:inline-block;
}
.webmenupoint{
	padding-bottom:15px;
	padding-right:20px;
}
.poshsale{
	position:absolute;
	top:20px;
	left:0px;
	z-index:100;
}
	.poshsale img{
		max-height:50px;
	}
.poshrecommended{
	position:absolute;
	top:20px;
	right:10px;
	z-index:100;
}
.poshecofriendly{
	position:absolute;
	top:20px;
	right:20px;
	z-index:100;
}
	.poshecofriendly img{
		max-height:35px;
	}
.poshnew{
	position:absolute;
	/*top:42px;*/
	top:20px;
	/*right:10px;*/
	
	left:55px;
	z-index:100;
}
.part1{
	
}
.navpart{
	padding-top:40px;
	padding-bottom:30px;
	color:#939598;
	font-size:13px;
}
.navpart img{
	vertical-align:middle;
}
.navpart a{
	color:#939598;
}
.navpart a:hover{
	color:#000;
}
.backicon{
	margin-right:10px;
	position:relative;
	top:-1px;
}
.tablenav td{
	vertical-align:middle;
	height:33px;
}
.navbacktd{
	padding-right:20px;
	border-right:1px solid #d1d3d4;
	width:70px;
}
.navdesctd{
	padding-left:20px;
	line-height:20px;
}
.nav_right{
	margin:0px 10px;
}
.content1lefttd{
	width:245px;
	padding-right:45px;
}
.content1righttd{
}
.sidebar1pad{
	font-size:15px;
	min-height:500px;
	padding-bottom:80px;
	
}

.sidebar1_header{
	font-size:25px;
	padding-bottom:30px;
}
	.sidebar1_header2{
	 	padding-bottom:25px;
	}
	.sidebar1_header3{
		font-family: "SF-Pro.bold";
		font-size:15px;
		padding-bottom:16px;
	}
.sidebar1_point{
	padding:20px 25px;
	border-bottom:1px solid #f1f2f2;
	font-size:14px;
	color:#000;
}
	.sidebar1_point:hover, .sidebar1_pointactive{
	}
	.sidebar1_pointpactive{
		border-bottom:0px solid #f1f2f2;
	}
	.sidebar1_point img{
		margin-right:5px;
	}
.sidebar1_pointpad{
	padding-left:15px;
}
.content2descpart{
	padding:0px 0px 150px 0px;
}
.sidebar1_headerseparator{
	height:1px;
	background:#ebeced;
	margin-top:15px;
	margin-bottom:20px;
}
.sidebar1pad a:hover, .sidebar1pad a.a_active{
	color:#efb4b4;
}
.tnc_point{
	padding-bottom:25px;
}
.tnc_title{
	font-family: "SF-Pro.bold";
	font-size:13px;
	padding-bottom:5px;
	line-height:22px;
	color:#231f20;
}
.tnc_description{
	font-size:13px;
	text-align:justify;
	line-height:20px;
}
.biginfotext{
	padding-top:100px;
	text-align:center;
	font-size:50px;
	color:#ef4056;
}
.biginfodescription{
	padding-top:10px;
	padding-bottom:100px;
	text-align:center;
	font-size:25px;
	color:#666;
}
.abouttitle{
	
}
.about_image{
	padding-bottom:10px;
}
.about_td{
	color:#222;
	vertical-align:bottom;
}
.about_table_title{
	font-family: "SF-Pro.bold";
	font-size:15px;
	padding-bottom:5px;
	color:#72bf44;
}
.areapoint{
	border-bottom:1px solid #ebecec;
	margin-bottom:10px;
}
.areadtitle{
	font-size:15px;
	color:#231f20;
	cursor:pointer;
	
	background-color:#fff;
	padding-left:0;
	padding-right:0;
	/*border-bottom:1px solid #ebecec;*/
	height:55px;
	line-height:55px;
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
	
}
.areadtitle:hover{
	
	/*background-color:#f9f9f9;*/
	color:#72bf44;
}
.areadetail{
	display:none;
	border-top:1px solid #ebecec;
	font-size:13px;
	line-height:30px;
	padding-top:30px;
	padding-bottom:60px;
	padding-left:0px;
	padding-right:35px;
	background-color:#fff;
	color:#939598;
}
.tablecontact td.tdcontact{
	vertical-align:top;
}
.tablecontact td.tdcontact1{
	padding-right:70px;
}
.tablecontact td.tdcontact2{
	width:400px;
}
.contactsep{
	height:1px;
	width:23px;
}
input.form_input2, textarea.form_input2{
	border:0px;
	border-bottom:1px solid #e6e7e8;
	width:calc(100% - 0px);
	padding:0px 0px;
	height:35px;
	font-size:13px;
	color:#333;
	background:none;
}
select.form_select{
	border:0px;
	border-bottom:2px solid #e6e7e8;
	width:calc(100% - 0px);
	padding:0px 0px;
	height:35px;
	font-size:13px;
	color:#333;
	background:none;
}
.input_box2{
	padding-bottom:23px;
}
	.input_box2b input.form_input2, .input_box2b textarea.form_input2{
		border:0px solid #d1d3d4;
		background:#f1f2f2;
		width:100%;
		padding:0px 20px;
		height:57px;
		font-size:15px;
		color:#333;
	}
	.input_box2b{
		padding-bottom:20px;
	}
textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:80px;
}
input.submit_btn{
	height:45px;
	width:100%;
	background:#72bf44;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:15px;
}
input.submit_btn:hover{
	background-color:#333;
	
}
.contact_label{
	padding-bottom:15px;
	font-size:14px;
}
input.form_checkbox{
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	transform: scale(1.5);
	margin-right:10px;
	vertical-align:middle;
}
.contact_checkbox_point{
	padding-bottom:18px;
}
.logininputdiv{
	padding-bottom:20px;
}
input.login_input{
	width:100%;
	max-width:335px;
	padding-left:50px;
	padding-right:15px;
	height:45px;
	text-align:left;
	border:0px;
	border-bottom:1px solid #d1d3d4;
	
	color:#666;
	font-size:13px;
}
	input.login_input_mail{
		background:url(images/mail_icon.png) no-repeat left center;
	}
	input.login_input_pass{
		background:url(images/pass_icon.png) no-repeat left center;
	}
	input.login_input_name{
		background:url(images/name_icon.png) no-repeat left center;
	}
	input.login_company_name{
		background:url(images/company_icon.png) no-repeat left center;
	}
input.login_input:hover{
	height:44px;
	border-bottom:2px solid #72bf44;
}
input.login_button{
	width:100%;
	max-width:400px;
	height:50px;
	text-align:center;
	border:none;
	background:#72bf44;
	color:#fff;
	font-size:15px;
	cursor:pointer;
}
input.login_button:hover{
	background:#ef4056;
}
a.a_login{
	color:#58595b;
}
a.a_login:hover{
	color:#000;
}
a.a_login2{
	color:#72bf44;
	font-family: "SF-Pro.bold";
}
a.a_login2:hover{
	text-decoration:underline;
}
.headernotify{
	background-color:#ef4056;
	color:#fff;
	
	top:185px;
	width:100%;
	height:60px;
	font-size:15px;
	z-index:10000;
}
.headernotify2{
	background-color:#f76060;
	color:#fff;
	top:185px;
	width:100%;
	height:60px;
	font-size:15px;
	z-index:10000;
}
.headernotify3{
	background-color:#46ba69;
	color:#fff;
	top:185px;
	width:100%;
	height:60px;
	font-size:15px;
	z-index:10000;
}
.notifybtn{
	width:142px;
	height:30px;
	display:inline-block;
	margin-left:20px;
	color:#fff;
	background-color:#231f20;
	font-size:13px;
	line-height:30px;
	text-align:center;
}
.notifybtn:hover{
	background-color:#666;
	color:#fff;
}
.notifybtn2{
	width:142px;
	height:24px;
	display:inline-block;
	margin-left:10px;
	color:#fff;
	border:1px solid #fff;
	background-color:none;
	font-size:13px;
	line-height:24px;
	text-align:center;
}
.notifybtn2:hover{
	background-color:#fff;
	color:#000;
}
.grandnotifybtn2{
	width:170px;
	height:44px;
	display:inline-block;
	color:#939598;
	border:1px solid #dcddde;
	background-color:none;
	font-size:15px;
	line-height:44px;
	text-align:center;
}
.grandnotifybtn2:hover{
	background-color:#dcddde;
	color:#666;
}
.notifybtn3{
	width:142px;
	height:24px;
	display:inline-block;
	margin-left:10px;
	color:#46ba69;
	border:1px solid #fff;
	background-color:#fff;
	font-size:13px;
	line-height:24px;
	text-align:center;
}
.notifybtn3:hover{

	color:#000;
}
.grandnotifybtn3{
	width:170px;
	height:44px;
	display:inline-block;
	margin-left:10px;
	color:#fff;
	border:1px solid #72bf44;
	background-color:#72bf44;
	font-size:15px;
	line-height:44px;
	text-align:center;
}
.grandnotifybtn3:hover{
	background-color:#666;
	border:1px solid #666;
	color:#fff;
}
.editprofile_button{
	min-width:182px;
	padding-left:20px;
	padding-right:20px;
	height:44px;
	color:#939598;
	background:#fff;
	font-size:15px;
	border:none;
	cursor:pointer;
	margin-bottom:5px;
	font-family: "SF-Pro.bold";
	border:1px solid #bcbec0;
}
.editprofile_button:hover{
	background:#72bf44;
	color:#fff;
}
.register_label{
	padding-top:12px;
	font-size:13px;
}
.tablelogin td.tdlogin{
	vertical-align:top;
}
.tablelogin td.tdlogin2{
	text-align:right;
}
input.checkbox_register{
	-webkit-appearance:checkbox;
	vertical-align:middle;
}
input.register_input{
	max-width:483px;
	width:calc(100% - 32px);
	padding-left:15px;
	padding-right:15px;
	height:45px;
	border:1px solid #d1d3d4;
	background:#fff;
	color:#333;
	font-size:13px;
}
select.register_select{
	max-width:515px;
	width:100%;
	padding-left:15px;
	padding-right:15px;
	height:45px;
	text-align:center;
	border:1px solid #d1d3d4;
	background:#fff;
	color:#333;
	font-size:13px;
}
select.register_select_ep{
	
}
textarea.register_textarea{
	max-width:483px;
	width:calc(100% - 32px);
	height:90px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	height:145px;
	border:1px solid #d1d3d4;
	background:#fff;
	color:#333;
	font-size:13px;
}
input.register_button{
	max-width:512px;
	width:100%;
	height:45px;
	text-align:center;
	border:none;
	background:#72bf44;
	color:#fff;
	font-size:15px;
	font-family: "SF-Pro.bold";
	cursor:pointer;
}
input.register_button:hover{
	background:#666;
}
.contact_input_div{
	padding-bottom:10px;
}
#menuslidebackpart,#menuslidebackpart2,#menuslidebackpart2bb,#menuslidebackpart_qb,#menuslidebackpart3,#menuslidebackpart_login,#menuslidebackpart_register{
	position:fixed;	
	z-index:39999;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.7;
}
.popupindex2{
	position:relative;
	z-index:9999999;
	border:none;
	background:#fff;
	color:#939598;
	width:475px;
	height:360px;
	top:80px;
	font-size:18px;
	line-height:30px;
	text-align:center;
}
#posfixed_subscribe2{
	left:50%;
	margin-left:-237px;
}
.popupindex3{
	position:relative;
	z-index:9999999;
	border:1px solid #000;
	background:#fff;
	color:#fff;
	width:408px;
	height:428px;
	top:50px;
	font-size:15px;
}
#posfixed_addtocart{
	left:50%;
	margin-left:-212px;
}
#posfixed_login{
	left:50%;
	margin-left:-237px;
	/*top:140px;*/
	top:70px;
}
.popupindex_login{
	position:relative;
	z-index:9999999;
	border:none;
	background:#fff;
	color:#939598;
	width:474px;
	/*height:calc(100vh - 280px);*/
	height:calc(100vh - 140px);
	text-align:center;
	overflow-y:auto;
}
#posfixed_register{
	left:50%;
	margin-left:-237px;
	top:50px;
}
.popupindex_register{
	position:relative;
	z-index:9999999;
	border:none;
	background:#fff;
	color:#939598;
	width:474px;
	height:calc(100vh - 100px);
	text-align:center;
	overflow-y:auto;
}
.popupindex_qb{
	position:relative;
	z-index:9999999;
	border:none;
	background:#fff;
	color:#000;
	width:380px;
	height:380px;
	top:calc(50vh - 220px);
	text-align:center;
}
#posfixed_qb{
	left:50%;
	margin-left:-190px;
}
.myprof_table td{
	padding-bottom:12px;
	font-size:13px;
	color:#231f20;
}
.myprof_table tr:first-child td{
	padding-top:0px;
	border-top:0px;
}
.myprof_table tr:last-child td{
	border-bottom:0px;
}
.myprof_table tr.noborder td{
	border:0px;
}
.myprof_td2{
	text-align:left;
	width:240px;
}
.myprof_td1{
	width:145px;
	padding-right:15px;
}
.sidebar1_point_account{
	padding-left:50px;
}
.sidebar1_point_purchase{
	background:url(images/purchase_icon.png) no-repeat left 14px center;
}
	.sidebar1_point_purchase:hover, .sidebar1_point_purchaseactive{
		background:url(images/purchase_icon.png) no-repeat left 14px center #f3f3f3;
	}
.sidebar1_point_member{
	background:url(images/profile_icon.png) no-repeat left 14px center;
}
	.sidebar1_point_member:hover, .sidebar1_point_memberactive{
		background:url(images/profile_icon.png) no-repeat left 14px center #f3f3f3;
	}
.sidebar1_point_password{
	background:url(images/pass_icon.png) no-repeat left 14px center;
}
	.sidebar1_point_password:hover, .sidebar1_point_passwordactive{
		background:url(images/pass_icon.png) no-repeat left 14px center #f3f3f3;
	}
.sidebar1_point_contact{
	background:url(images/mail_icon.png) no-repeat left 14px center;
}
	.sidebar1_point_contact:hover, .sidebar1_point_contactactive{
		background:url(images/mail_icon.png) no-repeat left 14px center #f3f3f3;
	}
.sidebar1_point_logout{
	background:url(images/logout_icon.png) no-repeat left 14px center;
}
	.sidebar1_point_logout:hover{
		background:url(images/logout_icon.png) no-repeat left 14px center #f3f3f3;
	}
.productnavtable td.productnavtd{
	vertical-align:top;
}
.productnavtable td.productnavtd1{
	width:38px;
	padding-right:21px;
}
.productnavtable td.productnavtd2{
	width:50%;
}
.productnavtable td.productnavtd3{
	width:50%;
	text-align:right;
	vertical-align:bottom;
}
.productnavtd1img{
	max-width:38px;
	max-height:50px;
}
.product_page{
	color:#000;
	font-size:12px;
	text-align:right;
	padding-bottom:15px;
	padding:0px 20px;
}
.product_item{
	padding-bottom:50px;
}
.product_page_part{
	border:1px solid #e6e7e8;
	display:inline-block;
	width:auto;
	height:30px;
	padding:0px 5px;
	margin-left:5px;
	margin-right:5px;
	vertical-align:middle;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
select.product_page_select{
	
	border:1px solid #e6e7e8;
	height:32px;
	position:relative;
	top:1px;
	width:auto;
	color:#000;
	font-size:13px;
	margin-left:5px;
	margin-right:5px;
	padding:0px 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
a.a_page{
	color:#000;
}
a.a_page:hover{
	color:#c8b135;
}
.sidebar1padp{
	font-size:14px;
	
}
.sidebar1_point_imgdiv{
	width:23px;
	padding-right:10px;
	display:inline-block;
	vertical-align:middle;
}
	.sidebar1_point_imgdiv img{
		max-width:100%;
		max-height:23px;
	}
.sidebar1_point_textdiv{
	width:calc(100% - 60px);
	display:inline-block;
	vertical-align:middle
}
.sidebar1_point_img2div{
	width:17px;
	display:inline-block;
	vertical-align:middle
}
.sidebar1padp2{
	padding:5px 20px 30px 62px;
	border-bottom:1px solid #eee;
	display:none;
}
.sidebar1_2_point{
	padding:5px 0px;
	font-size:13px;
}
	.sidebar1_2_point a{
		color:#888;
	}
	.sidebar1_2_point a:hover, .sidebar1_2_point a.a_active{
		color:#000;
	}
.sidebar_price_label{
	padding-top:15px;
	padding-bottom:4px;
	font-size:12px;
}
input.sidebar_input_price{
	width:61px;
	height:24px;
	padding:5px 10px;
	border:1px solid #c9cbcd;
	background:#fff;
	color:#333;
	font-size:13px;
	margin-right:7px;
}
input.sidebar_input_button{
	width:41px;
	height:36px;
	border:1px solid #c9cbcd;
	background:#72bf44;
	color:#fff;
	font-size:11px;
	border:none;
	cursor:pointer;
}
.product_td{
	display:inline-block;
	width:33.33%;
	vertical-align:top;
}
.product_td2{
	display:inline-block;
	width:25%;
	vertical-align:top;
}
.product_td_pad{
	padding-right:10px;
}
.homeprodcontainer{
	width:calc(100% - 30px);
	padding:0px 15px 15px 15px;
	display:inline-block;	
	color:#231f20;
}
	.homeprodcontainer:hover{
		box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	}
.hp_buy_now_div{
	margin-top:25px;
}
.hp_buy_now_btn{
	height:50px;
	background:#72bf44;
	color:#fff;
	font-size:18px;
	border:0px;
	width:100%;
	cursor:pointer;
}
	.hp_buy_now_btn:hover{
		background:#333;
	}
.product_part{
}
.imgproduct{
	width:407px;
	max-width:100%;
	/*max-height:413px;*/
	
	position:relative;
	/*z-index:2000;*/
}
.dp_noteimg{
	font-style:italic;
	color:#bcbec0;
	padding-top:25px;
	text-align:center;
	line-height:22px;
	padding-bottom:50px;
	font-size:12px;
}
.dp_text1{
	font-size:13px;
	color:#6d6e71;
	padding-bottom:11px;
}
select.input_style1, .input_style1{
	width:68px;
	height:41px;
	border:1px solid #bcbec0;
	padding:0px 13px;
	color:#000;
}
	select.input_style1b{
		height:30px;
	}
	select.input_style1auto{
		width:auto;
		min-width:68px;
	}
.imgtypepoint{
	display:inline-block;
	margin-right:5px;
	border:1px solid #d1d3d4;
	padding:5px;
	margin-bottom:8px;
}
.imgtypepoint:hover, .imgtypepointactive{
	border:1px solid #f693a0;
}
.imgtypepoint img, .imgtypepoint .imgtypepointdiv{
	width:32px;
	height:32px;
}
.imgtypepoint img.imgtypepointdivimg{
	width:64px;
	height:64px;
}
.addtobag_button{
	width:177px;
	height:41px;
	font-size:15px;
	background:#72bf44;
	color:#fff;
	font-family: "SF-Pro.bold";
	border:0px;
	cursor:pointer;
	vertical-align:top;
}
	.addtobag_button2{
		background:#f1f2f2;
		color:#6d6e71;
	}
.addtobag_button:hover{
	background:#000;
	color:#fff;
}
.fontsize13{
	font-size:13px;
}
.videopart{
	padding-bottom:50px;
}
.dp_review_head{
	padding:23px 0px;
	border-top:1px solid #bbb;
}
input.addreviewbtn{
	width:173px;
	height:40px;
	border:1px solid #bbb;
	cursor:pointer;
	background:#fff;
}
input.addreviewbtn:hover{
	background:#eee;
}
.nopad{
	padding:0px !important;
}
.peoplereviewdiv{
	padding:20px 0px;
	border-bottom:1px solid #eee;
}
.peoplename{
	font-size:15px;
	font-family: "SF-Pro.bold";
	color:#231f20;
	padding-bottom:10px;
}
.peopletime{
	font-size:13px;
	color:#a7a9ac;
	font-style:italic;
	padding-bottom:15px;
}
.peopletitle{
	font-family: "SF-Pro.bold";
	color:#231f20;
	line-height:18px;
	padding-bottom:5px;
	font-size:13px;
}
.peopledescription{
	font-size:13px;
	color:#231f20;
	line-height:18px;
}
.starpackage{
	margin-left:5px;
}
.peoplereviewarrow{
	position:relative;
	top:-10px;
	left:-30px;
}
.peoplereviewtable td{
	padding-bottom:17px;
}
.peoplerevoverflow{
	max-height:500px;
	overflow-y:auto;
	padding-right:20px;
	min-height:20px;
}
.addreviewtitle{
	font-size:20px;
	color:#4d4d4d;
	font-family: "SF-Pro.bold";
	padding-bottom:20px;
}
.height0{
	height:0px;
}
input.addreview_input{
	width:315px;
	height:45px;
	padding-left:10px;
	padding-right:10px;
	border:none;
	background:#f1f2f2;
	color:#000;
	font-size:13px;
}
.addrevtable td{
	padding-bottom:20px;
}
.addrev_label{
	padding-bottom:10px;
	font-size:14px;
	font-family: "SF-Pro.bold";
	color:#3e3e3e;
}
.addreview_textarea{
	width:690px;
	height:210px;
	padding:10px;
	border:none;
	background:#f1f2f2;
	color:#000;
	font-size:13px;
}
.addreview_btn{
	width:225px;
	height:40px;
	background-color:#000;
	color:#fff;
	font-size:15px;
	font-family: "SF-Pro.bold";
	border:none;
	cursor:pointer;
}
.addreview_btn:hover{
	background:#ef4056;
}
.viewbtn{
	width:90px;
	height:25px;
	background:#333;
	color:#fff;
	border:0px;
	cursor:pointer;
}
.viewbtn:hover{
	background:#666;
}
.viewbtn2{
	width:140px;
	height:40px;
	background:#000;
	color:#fff;
	border:0px;
	cursor:pointer;
}
.viewbtn2:hover{
	background:#666;
}
.starpoint{
	margin-left:1px;
	margin-right:1px;
}
.starpoint2{
	margin-left:3px;
	margin-right:3px;
	cursor:pointer;
}
.detail_product_outofstock{
	/*font-family: "SF-Pro.bold";
	font-size:16px;*/
	color:#dd0000;
}
.main_image_div{
	
}
.detail_product_img_point{
	margin:0px 2px;
	display:inline-block;
	border:1px solid #eee;
	margin-bottom:2px;
}
.detail_product_img_point img{
	width:75px;
}
.detail_product_title{
	padding-top:35px;
	font-size:25px;
	font-family: "SF-Pro.bold";
	padding-bottom:20px;
}
.detail_product_price{
	font-size:18px;
	color:#ef4056;
	padding-bottom:40px;
}
.detail_product_tab{
	font-family: "SF-Pro.bold";
	font-size:13px;
	color:#000;
	width:auto;
	display:inline-block;
	text-align:center;
	padding-bottom:18px;
	margin-right:40px;
	cursor:pointer;
	border:0px;
	border-bottom:2px solid #fff;
}
.detail_product_tab:hover, .detail_product_tab_active{
	border-bottom:2px solid #000;
}
.detail_product_description{
	border-top:1px solid #d1d3d4;
	padding:25px 0px;
	font-size:12px;
	color:#939598;
	background-color:#fff;
	text-align:justify;
	line-height:20px;
}
	.detail_product_description img{
		max-width:100%;
		height:auto;
	}
.detail_product_description p{
}
.detail_product_cart_table td{
	vertical-align:middle;
	font-size:14.5px;
	color:#414142;
	padding-bottom:10px;
}
.detail_product_description_span{
	/*display:none;*/
}
.detail_product_description_spanactive{
	display:block;
}
.dp_cart_div{
	padding-top:50px;
}
.dpdescpoint{
	border-bottom:1px solid #dcddde;
}
.dpdeschead{
	height:50px;
	background:url(images/arrow_dp.png) no-repeat right 10px center;
	cursor:pointer;
}
	.dpdeschead:hover, .dpdescheadactive{
		color:#72bf45;
	}
.dpdescbody{
	padding:20px 0px;
	display:none;
}
.dp_nametype{
	font-size:15px;
}
.dp_available{
	color:#72bf44;
}
.dp_opt1_left{
	display:inline-block;
	width:80px;
	margin-right:10px;
}
.dp_opt2_right{
	display:inline-block;
	width:auto;
	vertical-align:middle;
	
}
select.dp_opt_input{
	width:136px;
	height:41px;
	border:1px solid #ddd;
	padding:0px 10px;
	
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	background:url(images/arrow_dd.png) no-repeat right 10px center;
}
input.dp_opt_input, div.dp_opt_input{
	width:114px;
	height:41px;
	border:1px solid #ddd;
	padding:0px 10px;
	
}
div.dp_opt_input{
	background:url(images/arrow_dd.png) no-repeat right 10px center;
}
.dp_opt_input1{
	width:80px;
}
.dp_opt_input3{
	width:29px;
	height:26px;
	border:1px solid #ddd;
}
.dp_opt_in{
	display:none;
	padding:10px 10px;
	border:1px solid #ddd;
	background:#fff;
}
.pr_point{
	margin-right:5px;
	margin-bottom:5px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	width:115px;
	
}
.pr_head{
	height:32px;
	background:#e6e7e8;
	margin-bottom:1px;
	padding:0px 10px;
}
.pr_body{
	height:32px;
	background:#f1f2f2;
	padding:0px 10px;
}
.dp_ttlp{
	padding:25px 20px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-top:35px;
	margin-bottom:10px;
}
.dp_ttlp2{
	padding:25px 20px;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
}
.dp_ttlp_number{
	/*font-size:18px;*/
	margin-left:40px;
	font-family: "SF-Pro.bold";
}
.dp_ttlp_number2{
	/*font-size:18px;*/
	margin-left:40px;
}
.logpos_head{
	height:50px;
	border-bottom:1px solid #ddd;
	margin-top:35px;
	padding:0px 15px;
}
.logpos_body{
	padding:20px 15px;
	
}
.logpos_body{
	
}
.logpos_body_overflow{
	display:none;
}
.logpos_table{
}
.logpos_table .logpos_trheader{
	
}
.logpos_table td.logpos_td{
	padding-right:15px;
	padding-bottom:40px;
}
	.logpos_table td.logpos_td:last-child{
		padding-right:0px;
	}
.logpos_table td.logpos_td1{
}
.logpos_num{
	width:26px;
	height:26px;
	margin-right:5px;
	margin-bottom:7px;
	display:inline-block;
	text-align:center;
	color:#fff;
	font-size:13px;
	background:#95979a;
	cursor:pointer;
	position:relative;
	z-index:101;
}
	.logpos_num:hover, .logpos_numactive{
		background:#72bf44;
	}
.a_logpos{
	color:#72bf44;
}
.posrellogoposthumb{
	top:-225px;
	left:-85px;
	display:none;
	
}
.logoposthumb{
	width:200px;
	text-align:center;
	height:200px;
	background:#fff;
}
.outofstocktext{
	color:#dd0000;
	font-family: "SF-Pro.bold";
}
.shoppingsubheader{
	font-size:15px;
	height:auto;
	border-bottom:none;
	vertical-align:top;
	margin-top:0px;
	margin-bottom:40px;
	text-align:center;
}
.shoppingsubheadertable{
	width:100%;
	max-width:550px;
}
.shoppingsubheadertdhead{
	color:#939598;
	font-size:15px;
	text-align:center;
	vertical-align:bottom;
	/*padding-bottom:20px;*/
}
.shoppingsubheadertdspace{
	width:83px;
}
.shoppingsubheadertdbullet{
	width:17px;
}
.shoppingsubheadertd1{
}
.shoppingsubheadertd2{
}
.shoppingsubheadertd3{
}
.shoppingsubheadertdline{
	background:url(images/shopcart_line.png) repeat-x center;
}
.shoppingsubheader2{
	font-family: "SF-Pro.bold";
	font-size:15px;
	height:26px;
	vertical-align:top;
	padding-left:0px;
}
.shoppingsubheaderpoint{
	display:inline-block;
	padding-left:30px;
	padding-right:30px;
	height:46px;
	line-height:46px;
	width:auto;
	float:left;
}
.shoppingsubheaderpointactive{
	color:#ef4056;
}
.shoppingsubheaderpoint2{
	display:inline-block;
	float:left;
}
.shoppingbag_table .tableshopcartdetail td{
	padding-top:0px;
	padding-bottom:10px;
	border-bottom:0px solid #e4e5e6;
	font-size:12px;
}
.shoppingbag_tdheader{
	padding-bottom:0px;
	font-size:13px;
	border-bottom:0px solid #e4e5e6;
	background:#f1f2f2;
}
.shoppingbag_table td.shoppingbag_td{
	font-size:13px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	border-bottom:1px solid #eee;
	
}
.shoppingbag_table td:last-child{
	padding-right:25px;
}
.shoppingbag_table tr.parent td{
	/*border-top:1px solid #e4e5e6;*/
}
.shoppingbag_table tr.parent .tableshopcartdetail td{
	padding-top:0px;
	padding-bottom:7px;
	border-bottom:0px solid #e4e5e6;
	border-top:0px solid #e4e5e6;
	font-size:12px;
	padding-right:5px;
}
.shoppingbag_input_qty{
	width:41px;
	padding:0px 0px 0px 10px;
	height:26px;
	border:1px solid #939598;
	font-family: "SF-Pro.bold";
	font-size:15px;
	color:#6d6e71;
}
.shopcart_name{
	padding-bottom:10px;
	color:#222;
	font-size:15px;
}
.shopcart_price{
	font-size:15px;
}
input.shoppingbag_delete_btn{
	background:#fff;
	border:1px solid #ddd;
	color:#939598;
	height:30px;
	width:68px;
	margin-bottom:5px;
	cursor:pointer;
	vertical-align:top;
}
input.shoppingbag_delete_btn:hover{
	background:#eee;
	color:#333;
}
.shoppingbag_remove_btn{
	vertical-align:top;
	height:50px;
	width:51px;
	background:#f1f2f2;
	text-align:center;
	display:inline-block;
	cursor:pointer;
}
.shoppingbag_remove_btn:hover{
	background:#eee;
}
.shopping_image{
	border:0px solid #bbb;
	width:90px;
	text-align:center;
}
.shoppingbag_voucher_code{
	width:140px;
	padding:0px 10px;
	height:34px;
	border:1px solid #b0b3bf;
}
.shoppingbag_finish_part{
	padding-top:0px;
	padding-bottom:15px;
}
.shoppingbag_finish_part_grey, .shoppingbag_finish_part_white{
	/*background-color:#848d9e;*/
	color:#fff;
	font-size:13px;
	height:30px;
	vertical-align:middle;
	color:#333;
}
	.shoppingbag_finish_part_greyb{
		font-family: "SF-Pro.bold";
	}
.shoppingbag_checkout_btn{
	width:184px;
	height:45px;
	font-size:15px;
	background:#72bf44;
	color:#fff;
	font-family: "SF-Pro.bold";
	border:0px;
	cursor:pointer;
	vertical-align:top;
}
.shoppingbag_checkout_btn:hover{
	background:#000;
	cursor:pointer;
}
.shoppingbag_checkout_btn2{
	width:162px;
	height:48px;
	font-size:15px;
	background:#fff;
	color:#000;
	border:1px solid #d1d3d4;
}
.shoppingbag_checkout_btn2:hover{
	background:#eee;
	cursor:pointer;
}
	.shoppingbag_checkout_btn2acp{
		width:100%;
		max-width:415px;
	}
.shoppingbag_checkout_btn3{
	width:162px;
	height:48px;
	font-family: "SF-Pro.bold";
	font-size:15px;
	background:#72bf44;
	color:#fff;
	border:0px;
}
.shoppingbag_checkout_btn3:hover{
	background:#666;
	cursor:pointer;
}
.dnp_head{
	height:70px;
	line-height:70px;
	font-size:15px;
	padding-left:25px;
	padding-right:25px;
	margin-bottom:20px;
}
.selectdeliverytypediv{
	font-family: "SF-Pro.bold";
	font-size:15px;
	color:#58595b;
	padding-bottom:20px;
}
.inputradio{
	-webkit-appearance:radio;
}
.selectdeliverytypediv{
	font-family: "SF-Pro.bold";
	font-size:15px;
	color:#58595b;
	padding-bottom:20px;
}
.inputradio{
	-webkit-appearance:radio;
}
.tabledelivery1 td{
	padding-bottom:13px;
	font-size:13px;
}
.tabledelivery2 td{
	padding-bottom:10px;
	font-size:12px;
}
.rekaptrheader{	
	background:#72bf44;
}
.rekaptrheader td{
	
	
	background:#72bf44;
	color:#fff;
	height:34px;
	border-bottom:0px solid #ddd;
	border:0px;
	font-size:13px;
	font-weight:bold;
}
	.rekaptrheader td:first-child{
		padding-left:10px;
	}
	.rekaptrheader td:last-child{
		padding-right:10px;
	}
.dap_input_div{
	padding-bottom:13px;
}
.mp_point{
	padding:17px 20px;
	border-top:3px solid #f1f2f2;
	background:#f1f2f2;
	cursor:pointer;
	color:#000;
}
.mp_point:hover, .mp_point_active{
	border-top:3px solid #fb343a;
}
.mp_point_dis:hover{
	border-top:3px solid #f1f2f2;
}
.mp_point img{
	max-height:35px;
	vertical-align:middle;
}
.mp_title{
	font-size:15px;
	padding-bottom:5px;
	color:#000;
}
.mp_title2{
	font-size:18px;
}
.mp_desc{
	font-size:13px;
}
.mp_desc2{
	color:#f03944;
	font-size:15px;
}
.mp_point2{
	padding-left:20px;
	font-size:13px;
	padding-bottom:12px;
}
.labelselectdeliverymethod_pickup_place{
	position:relative;
	top:-2px;
	z-index:100;
}
.mp_insurance_div{
	padding-top:21px;
	padding-bottom:21px;
	font-size:15px;
	color:#a7a9ac;
}
.paymentmethodtable td{
	vertical-align:middle;
}
.rekapdiv{
	width:287px;
	padding:15px 20px;
	border:7px solid #f1f2f2;
	text-align:left;
}
.rekapdivtitle{
	font-family: "SF-Pro.bold";
	color:#000;
	font-size:15px;
	padding-bottom:10px;
	text-align:center;
}
.rekapimg{
	max-width:50px;
	max-height:50px;
}
.rekapimg2{
	max-width:60px;
	max-height:60px;
}
.rekapname{
	font-size:13px;
	padding-bottom:5px;
}
.rekaptable td{
	padding-bottom:14px;
	padding-top:14px;
	border-top:1px solid #d7d8d9;
	vertical-align:middle;
	color:#222;
}
.rekaptable3 td{
	padding-bottom:14px;
	padding-top:14px;
	border-top:1px solid #d7d8d9;
	vertical-align:top;
}
	.rekaptable3 tr:first-child td{
		border-top:0px solid #d7d8d9;
	}
.rekaptable2{
	/*max-width:700px;*/
}
.rekaptable2 td{
	font-size:13px;
	padding-top:10px;
	color:#222;
}
.downloadinvoicebtn{
	width:140px;
	height:40px;
	background:#fb343a;
	color:#fff;
	font-size:15px;
	font-family: "SF-Pro.bold";
	line-height:40px;
	text-align:center;
	display:inline-block;
}
.invoicecodetitle{
	color:#6d6e71;
	font-family: "SF-Pro.bold";
	font-size:15px;
	
}
.invoicecode{
	color:#f03944;
	margin-left:10px;
}
.cp_title{
	font-family: "SF-Pro.bold";
	font-size:15px;
	line-height:19px;
	padding-bottom:12px;
	padding-top:10px;
	border-bottom:2px solid #e4e5e6;
}
ol.cp_ol{
	padding:0px;
	margin:0px;
	padding-left:20px;
	padding-top:21px;
	line-height:16px;
}
ol.cp_ol li{
	padding:0px;
	margin:0px;
	padding-bottom:10px;
}
.norek{
	color:#000;
	font-size:16px;
	padding:15px 0px 10px 0px;
}
.norekdesc{
	font-size:13px;
	padding-bottom:25px;
}
.kodeunikdiv{
	padding:12px 18px;
	background:#f1f2f2;
	line-height:20px;
}
a.a_kodeunik{
	color:#f03944;
}
a.a_kodeunik:hover{
	color:#333;
}
.kodeunikdiv2{
	padding:20px;
	border:1px solid #c9cbcd;
	line-height:20px;
}
.kodeunikdiv2title{
	color:#f03944;
	font-size:15px;
	padding-bottom:5px;
}
.bankimage{
	display:table-cell;
	height:44px;
	vertical-align:bottom;
}
.bankimage img{
	max-height:31px;
}
.rekaptable3 .noborder td{
	border:none !important;
}
.iv_table, .rekapqtyprice td, .rekapqtyprice, .bankaccounttable td{
	font-size:12px;
	line-height:18px;
}
table.myaccount_table2{
	border-collapse:collapse;
	/*border:1px solid #33;*/
}
.myaccount_table2 td{
	/*border-left:1px solid #939598;
	border-right:1px solid #939598;*/
	color:#333;
	padding:15px 5px;
	vertical-align:middle;
	border-bottom:1px solid #ddd;
	font-size:13px;
}
td.myaccount_td_header{
	font-family: "SF-Pro.bold";
	color:#58595b;
	border-bottom:none;
	padding:20px 5px;
	background:#f1f2f2;
	font-size:13px;
}
input.confirmpay_button{
	min-width:115px;
	padding-left:10px;
	padding-right:10px;
	height:30px;
	background-color:#72bf44;
	font-size:13px;
	color:#fff;
	text-align:center;
	line-height:30px;
	border:0px;
	cursor:pointer;
}
input.confirmpay_button:hover{
	background-color:#666;
}
.myaccount_table2 .tr_invoice{
	font-size:13px;
}
.myaccount_table2 .tr_invoice:hover{
	background-color:#f9f9f9;
}
.myaccount_table2 tr td:first-child{
	padding-left:10px;
}
.myaccount_table2 tr td:last-child{
	padding-right:10px;
}
.content1_snp{
	padding-left:25px;
	padding-right:25px;
}
.howtopaytable td.howtopaytd{
	
}
.howtopaytd1{
	width:25px;
}
.howtopaytd2{
	font-size:13px;
	vertical-align:middle;
	padding-left:15px;
}
.howtopaybullet{
	width:25px;
	height:25px;
	display:inline-block;
	background:#e6e7e8;
	color:#fff;
	text-align:center;
	font-size:13px;
	font-family: "SF-Pro.bold";
}
.howtopaysephor{
	height:34px;
	background:url(images/repeat_howtopay.png) repeat-y center;
}
.tickettd{
	font-size:15px;
	vertical-align:middle;
}
.tickettd1{
	width:120px;
	text-align:left;
}
.tickettd1 img{
	max-width:78px;
}
.tickettd2{
	width:200px;
	padding-right:25px;
	font-family: "SF-Pro.bold";
}
.tickettd3{
	font-family: "SF-Pro.bold";
}
.tickettabletd{
	vertical-align:middle;
}
.tickettdmid{
	font-size:15px;
}
.tickettdmid1{
	width:106px;
}
.reviewpoint{
	padding-bottom:35px;
	border-bottom:1px solid #ddd;
	margin-bottom:35px;
}
input.txtsearch2{
	width:755px;
	padding-left:25px;
	padding-right:25px;
	height:38px;
	background:url(images/search_icon.png) center left 15px no-repeat #fff;
	border:1px solid #bcbec0;
	font-size:15px;
}
select.wishlistselect{
	width:120px;
	height:38px;
	border:1px solid #bcbec0;
	font-size:13px;
}
.headersubmitbtn2{
	background:#333;
	font-size:15px;
	font-family: "SF-Pro.bold";
	color:#fff;
	height:42px;
	width:100px;
	border:none;
	cursor:pointer;
	-webkit-appearance: none;
}
.headersubmitbtn2:hover{
	background:#666;
}
.wishlisttable td{
	vertical-align:middle;
}
.wishlistheadertd{
	font-size:15px;
	color:#6d6e71;
	height:50px;
	font-family: "SF-Pro.bold";
	border-bottom:1px solid #bcbec0;
}
.wishlistdesc{
	color:#58595b;
}
.wishlistdate{
	font-style:italic;
	color:#999;
}
.wishlisttr td{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
	font-size:15px;
	font-family: "SF-Pro.bold";
	
}
.redbtn, input.redbtn{
	background:#eb403c;
	color:#fff;
}
.confirmhead{
	padding:23px 0px 17px 0px;
	font-size:15px;
}
.confirmframe{
	border:1px solid #dcddde;
	padding:20px;
}
/*Copied from bootstrap */
 .btn {
    display: inline-block;
   width:125px;height:40px;font-size:13px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
/*Also */
 .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
/* This is copied from https://github.com/blueimp/jQuery-File-Upload/blob/master/css/jquery.fileupload.css */
 .fileinput-button {
    position: relative;
    overflow: hidden;
}
/*Also*/
 .fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter:'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}
.confirmheadf{
	font-size:13px;
	cursor:pointer;
	padding:20px;background:url(images/arrow_down.png) no-repeat right 20px center #fff;
}
.confirmheadf:hover{
	background:url(images/arrow_down.png) no-repeat right 20px center #eee;
}
.ty_t1{
	padding-bottom:10px;font-size:20px;line-height:25px;font-weight:bold;color:#72bf44;
}
.ty_t2{
	padding-bottom:30px;color:#6d6e71;font-size:16px;line-height:19px;
}
.ty_t3{
	padding-bottom:25px;color:#000;font-size:18px;line-height:25px;font-weight:bold;
}
.ty_t4{
	padding:20px 25px;border:7px solid #f1f2f2;background:#f1f2f2;font-size:18px;font-weight:bold;
}
.posfilterprod{
	position:fixed;
	z-index:100;
	left:0px;
	top:160px;
}
.btnfilter{
	cursor:pointer;
	border:1px solid #333;
	border-left:0px;
	padding:10px;
	font-size:14px;
	font-family: "SF-Pro.bold";
	color:#333;
	background:#fff;
	opacity:0.3;
}
.btnfilter img{
	vertical-align:middle;
	margin-right:10px;
	height:15px;
}
	.btnfilter:hover{
		background:#eee;
		opacity:1;
	}
.lgp_select{
	width:60px;
	height:30px;
	padding-left:5px;
}
.table_logpos_head td.td_logpos_head{
	vertical-align:middle;
}
.table_logpos_head td.td_logpos_head1{
	width:150px;
}
.tabletotal td.tdtotal{
	vertical-align:middle;
	padding-bottom:10px;
}
.fbold{
	font-family: "SF-Pro.bold";
}
.toggle_yesno{
	display:none;
	cursor:pointer;
}
.cwupart{
    text-align: center;
}
.cwuwabtn{
    display:inline-block;
	vertical-align:middle;
	width:100%;
	border:0px;
	height:58px;
	background: url(images/wa_icon6.png) no-repeat left 20px center #fff;
    background-size:23px auto;
	color:#308D02;
	cursor:pointer;
	padding:0px 20px 0px 40px;
	box-sizing:border-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.cwuwabtn:hover{
    background: url(images/wa_icon5.png) no-repeat left 25px center #308D02;
    color:#fff;
    background-size:23px auto;
    border: 1px solid #308D02;
}
.cwupoint{
    padding-bottom:20px;
}
.iframe_qb{
    overflow-y:auto;
    height:295px;
}
.cwuwabtn2{
    background:  #308D02;
    color:#fff;
    background-size:23px auto;
    box-sizing: border-box;
    height:58px;
    background-size:23px auto;
	cursor:pointer;
	padding:0px 30px 0px 20px;
	box-sizing:border-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.cwuwabtn2:hover{
    background:#000;
    color:#fff;
}
.cwuwabtn2 img{
    height:23px;
    vertical-align: middle;
    margin-right:7px;
}
.cwuwabtn3{
    display:inline-block;
	vertical-align:middle;
	width:100%;
	border:0px;
	height:58px;
	background: #fff;
    background-size:23px auto;
	color:#308D02;
	cursor:pointer;
	padding:0px 30px 0px 20px;
	box-sizing:border-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.cwuwabtn3:hover{
    border-color:#000;
}
.cwuwabtn3 img{
    max-width: 123px;
    max-height: 37px;
}
.pagecontentpart{
	padding-top:50px;
	padding-bottom:50px;

}
.gf_section{
	border:1px solid rgba(0,0,0,0.2);
	margin-bottom:20px;
}
.gf_head{
	padding:10px 20px;
	background:#F5F5F5;
}
.gf_head_num{
	width:30px;
	height:30px;
	text-align: center;
	background:#D9D9D9;
	margin-right:20px;
	vertical-align: middle;
	display:inline-block;
}
.gf_body{
	padding:20px 35px 20px 35px;
}
.gf_body_point{
	height:40px;
	border:1px solid rgba(0,0,0,0.4);
	padding:0px 15px;
	white-space: nowrap;
	display:inline-block;
	cursor: pointer;
	box-sizing: border-box;
	margin-right:10px;
	margin-bottom:10px;
}
.gf_body_point:hover, .gf_body_point_active{
	background:#71C044;
	border:1px solid #71C044;
	color:#fff;
}
.gf_input{
	border:1px solid rgba(0,0,0,0.4);
	padding:0px 15px;
	box-sizing: border-box;
	margin-right:10px;
	height:40px;
	width:calc(50% - 60px);
}
.gf_submitbtn{
	height:55px;
	width:100%;
	box-sizing: border-box;
	background:#71C044;
	color:#fff;
	text-align: center;
	border:0px;
	cursor: pointer;
}
.gf_submitbtn:hover{
	background:#000;
}
.gf_category_point{
	margin-top:40px;
	padding-top:40px;
	border-top:1px solid rgba(0,0,0,0.1);
}
.gf_point{
	width:16.66%;
	display:inline-block;
	padding:0px 7px 14px 7px;
	box-sizing: border-box;
}
.viewmore_btn{
	height:39px;
	display:inline-block;
	width:auto;
	padding-left:20px;
	padding-right:45px;
	background:url(images/plus_icon2.png) no-repeat right 15px center #fff;
	border:1px solid rgba(0,0,0,0.2);
	cursor: pointer;
}
.viewmore_btn:hover{
	background:url(images/plus_icon2.png) no-repeat right 15px center #eee;
}
.gf_more_div{
	display:none;
}
a.a_viewall{
	display:none;
}
a.a_viewall_active{
	display:block;
}
input.emailvoucherbtn{
	height:35px;
	background: #5358CD;
	border:none;
	width:50px;
	text-align:center;
	color:#fff;
	font-size:13px;
	cursor:pointer;
	box-sizing:border-box;
}
input.emailvoucherbtn:hover{
	background:#555;
}
.promoapplieddiv{
    padding:15px 0px 20px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.newspart1{
	padding-top:50px;
	padding-bottom:100px;
}
.recommendarticlepart{

}
.sliderItemPad{
	padding:0px 10px 20px 10px;
}
.hp4imgdiv{
	aspect-ratio: 10 / 6;
}
.hp4txtdiv{
	color:#fff;
}
.hp4txtdiv{
	padding:20px;
	text-align: center;
}
.menupart{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.menuoverflowx{
    white-space: nowrap;
    overflow-x: auto;
}
.menubtn{
    display:inline-block;
    vertical-align: top;
    width:auto;
    height:75px;
    box-sizing: border-box;
    border-top:3px solid transparent;
    border-bottom:3px solid transparent;
    color:#858585;
    padding:0px 20px;
}
.menubtn:hover, .menubtnactive{
    border-bottom:3px solid #71C044;
}
.a_menubtn:first-child .menubtn{
    padding-left:0px;
}
.product_td_col3{
    display:inline-block;
    vertical-align: top;
    width:33.33%;
    padding:0px 10px 20px 10px;
    box-sizing: border-box;
}
.articlelistpart{
	padding-top:40px;
	
}
.marginfit10px{
	margin-left:-10px;
	margin-right:-10px;
}
.hp3point{
    padding:0px 20px 30px 20px;
}
.hp3imgdiv{
    aspect-ratio: 10/7;
}
.hp3imgdivpad{
    padding:25px;
}
.hp3imgcat{
    height:35px;
    background: linear-gradient(90deg, #5C73E8 -0.2%, #5C73E8 0.91%, #77D3F8 100.2%);
    width:auto;
    padding:0px 25px;
    color:#fff;
    display:inline-block;
}
.hp3imgcat2{
    height:35px;
    background: #858585;
    width:auto;
    padding:0px 25px;
    color:#fff;
    display:inline-block;
}
.hp3txtdivpad{
    background:#fff;
    padding:20px;
}
.hp3mh1{
    min-height:60px;
}
.newspart1b{
	text-align: center;
	padding-top:30px;
	padding-bottom:50px;
}
.nopart{

}
.newsidpad{
	padding:20px;
}
.newspoint{
	padding-bottom:25px;
}

.tablenewso td.tdnews{
	vertical-align: top;
}
.tablenewso td.tdnewso1{
	width:85px;
	padding-right:15px;

}
.tablenewso td.tdnewso2{

}
.newsoimg{
	aspect-ratio: 1;
}