@charset "utf-8";
/* CSS Document */

/*@font-face {
	font-family: 'Inter', sans-serif;
	src: url(font/DIN-RG__.TTF);
}
@font-face {
	font-weight:bold;
	src: url(font/DIN-BOLD.TTF);
}
@font-face {
	font-family: "DINCond-Black";
	src: url(font/DINCond-Black.otf);
}
@font-face {
	font-family: "din-medium";
	src: url(font/DIN-M___.TTF);
}
@font-face {
	font-family: 'Inter', sans-serif;
	src: url(font/DIN-RG__.TTF);
}
@font-face {
	font-family: "didot";
	src: url(font/didot.ttf);
}*/


#txtsearch::-webkit-input-placeholder { color:#999;opacity:1; }
#txtsearch::-moz-placeholder { color:#999;opacity:1; } /* firefox 19+ */
#txtsearch:-ms-input-placeholder { color:#999;opacity:1; } /* ie */
input#txtsearch:-moz-placeholder { color:#999;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; }
.watermarkqty::-webkit-input-placeholder { color:#999;opacity:1; }
.watermarkqty::-moz-placeholder { color:#999;opacity:1; } /* firefox 19+ */
.watermarkqty:-ms-input-placeholder { color:#999;opacity:1; } /* ie */
input.watermarkqty:-moz-placeholder { color:#999;opacity:1; }
.watermarkqty:focus::-webkit-input-placeholder { color:#999;opacity:0; }
.watermarkqty:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
.watermarkqty:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input.watermarkqty:focus:-moz-placeholder { color:#999;opacity:0; }



body{
	font-family: 'Inter', sans-serif;
	margin:0px auto;
	font-size:15px;
	padding:0px;
	color:#000;
}
input,textarea,select{
	font-family: 'Inter', sans-serif;
	font-size:12px;
}
td{
	vertical-align:top;
}
p{
	margin:0px;	
}
a{
	color:#000;
	text-decoration:none;
	-o-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-ms-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-moz-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	cursor:pointer;
}
a:hover{
	color:#000;
}
.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;
}
ul{
	margin:0px;
	padding:0px;
	padding-left:18px;
}
.posrel{
	position:relative;
}
.posabs{
	position:absolute;
}
.posfixed{
	position:fixed;
	z-index:50000;
}
.displaym, .displaym_inlineblock, .webfooterdisplaym, .headnavdisplaym, .displaym540, .displaym775, .displaym800, .displaym850, .displaym1000, .displaym1120, .displaym1260, .displaym1280, .displaymib600, .displaymib640{
	display:none;
}
.container{
	min-width:280px;
	max-width:1295px;
	margin:0px auto;
	padding-left:20px;
	padding-right:20px;
}
.container2{
	min-width:280px;
	max-width:965px;
	margin:0px auto;
	padding-left:20px;
	padding-right:20px;
}
.container3{
	min-width:280px;
	max-width:800px;
	margin:0px auto;
	padding-left:20px;
	padding-right:20px;
}
.container4{
	min-width:280px;
	max-width:640px;
	padding:0px 20px;
	margin:0px auto;
}
.container5{
	min-width:280px;
	max-width:720px;
	padding:0px 20px;
	margin:0px auto;
}
.containerpadding{
	padding:0px 20px;
	margin:0px auto;
}
.error{
	color:#e00;
	font-size:12px;
}
.buttonsplash{
	background:url(images/headerarrowrightbtn.png) no-repeat right 10px center #242b26;color:#fff;font-size:18px;width:65px;min-height:40px;text-align:right;padding-right:30px;padding-top:10px;padding-bottom:10px;display:table-cell;vertical-align:middle;font-family: 'DINCond-Black';
}
.buttonsplash:hover{
	background:url(images/headerarrowrightbtn.png) no-repeat right 10px center #555;
}
.listtop{
	background-color:#242b26;
	height:18px;
}
.listbottom{
	position:fixed;
	bottom:0px;
	width:100%;
	background-color:#242b26;
	height:23px;
	line-height:23px;
	color:#fff;
	font-size:10px;
	text-align:center;
}
a.a_indexmenu{
	font-size:14px;
}
.indexmenuseparator{
	margin-left:18px;
	margin-right:18px;
}
.indexmenuseparator2{
	margin-left:24px;
	margin-right:24px;
}
:focus {outline:none;}
.header{
    position:fixed;
	/*height:277px;*/
	height:88px;
    width:100%;
    
    padding-bottom:0px;
    background: #fff;
    z-index:10000;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.cartnum{
    position: absolute;
    top:-33px;
    right:-8px;
    width:20px;
    height:20px;
    background:#DF0000;
    color:#fff;
    text-align: center;
    font-size:11px;
}
.headersep{
    height:88px;
}
.headeroption{
	border-top:0px solid #eee;
	border-bottom:1px solid #eee;
	display:none;
}
.headeroptiontd{
	width:307px;
	padding-right:40px;
}
.headeroptionpoint{
	font-size:13px;
	padding:12px 0px;
	border-bottom:1px solid #d1d3d4;
	color:#fff;
}
.headeroptionpoint:hover{
	background:#f1f2f2;
	padding-left:10px;
}
.header.menufixed{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.shadow{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.languageheader{
	padding-top:9px;
	/*height:59px;*/
	height:20px;
	font-size:10px;
	text-align:right;
}
.languageseparator{
	margin-left:7px;
	margin-right:7px;
}
.logo{
	text-align:left;
	display:inline-block;
	vertical-align: middle;
	
}
.headerlogo{
	padding-left:20px;
}
.logo img{
    max-width: 152px;
}
.headerloginpart{
	text-align:right;
	padding-bottom:7px;
}
.tableheader td.tdheader{
    height:88px;
	vertical-align: middle;
}
.tableheader td.tdheader1{
    width:240px;
	padding-right:20px;
}
.tableheader td.tdheader2{
}
.tableheader td.tdheader3{
	padding-left:20px;
	text-align: right;
}
.headercart{
	padding-bottom:6px;
}
.headerloginpartbtn{
	min-width:130px;
	height:41px;
	line-height:41px;
	text-transform:uppercase;
	font-size:13px;
	display:inline-block;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding-left:14px;
	padding-right:18px;
	text-align:left;
	color:#fff;
	/*background:url(images/headerarrowrightbtn.png) center right 9px no-repeat;*/
	background:#fff;
	borrder:1px solid #000;
}
.bag_img{
	position:relative;
	top:2px;
	margin-left:3px;
}
.form_search_div{
	width:182px;
	height:26px;
	text-transform:uppercase;
	font-size:11px;
	display:inline-block;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding-left:7px;
	padding-right:7px;
	text-align:left;
	color:#fff;
	background-color:#231f20;
	/*border:1px solid #000;*/
}
input.form_search{
	font-family: 'Inter', sans-serif;
	position:relative;
	
	margin-left:5px;
	width:154px;
	height:24px;
	padding:0px;
	border:0px;
	color:#fff;
	background-color:#231f20;
	font-size:11px;
	letter-spacing:0.5px;
}
input.submitimage{
	position:relative;
	top:3px;
}
a.a_header{
	color:#fff;
	font-size:11px;
	letter-spacing:0.5px;
}
a.a_header:hover{
	color:#CCC;
}
.headermenu{
	height:40px;
}
::-webkit-input-placeholder { color:#000;opacity:1; }
::-moz-placeholder { color:#000;opacity:1; } /* firefox 19+ */
:-ms-input-placeholder { color:#000;opacity:1; } /* ie */
input:-moz-placeholder { color:#000;opacity:1; }

#form_search::-webkit-input-placeholder { color:#fff;opacity:1; }
#form_search::-moz-placeholder { color:#fff;opacity:1; } /* firefox 19+ */
#form_search:-ms-input-placeholder { color:#fff;opacity:1; } /* ie */
input#form_search:-moz-placeholder { color:#fff;opacity:1; }

.form_input2::-webkit-input-placeholder { color:#999;opacity:1;}
.form_input2::-moz-placeholder { color:#999;opacity:1; } /* firefox 19+ */
.form_input2:-ms-input-placeholder { color:#999;opacity:1; } /* ie */
input.form_input2:-moz-placeholder { color:#999;opacity:1; }


.popupindex{
	position:relative;
	z-index:9999999;
	width:830px;
	
	background:#e0dcdb;
	color:#000;	
    
}
.popupindex2{
	position:relative;
	z-index:9999999;
	width:800px;
	
	background:#e0dcdb;
	color:#000;	
    
}
#posfixed_subscribe1{
    left:50%;
    top:110px;
	margin-left:-415px;
}
#posfixed_subscribe2{
    left:50%;
    top:110px;
	margin-left:-400px;
}
.popup_pad{
	padding:10px 10px 30px 20px;
}
.popup_pad2{
	padding:10px;
}
.popupimg img{
	border:0px solid #e0dcdb;
}
.popuptitle{
	padding-top:40px;
	font-size:32px;
	padding-bottom:10px;
}
.popupsubtitle{
	font-family: 'Inter', sans-serif;
	font-size:14px;
	padding-bottom:28px;
}
.popupsbscribeinput{
	width:100%;
	padding:0px 10px;
    box-sizing:border-box;
	height:35px;
	border:1px solid #000;
	font-style:italic;
	background:none;
	color:#000;text-align: center;
    margin-bottom: 10px;
}
.popupsbscribeinput::-webkit-input-placeholder { color:#000;opacity:1; }
.popupsbscribeinput::-moz-placeholder { color:#000;opacity:1; } /* firefox 19+ */
.popupsbscribeinput:-ms-input-placeholder { color:#000;opacity:1; } /* ie */
input.popupsbscribeinput:-moz-placeholder { color:#000;opacity:1; }
.popupsubscribeinputdiv{
	padding-bottom:2px;
}
.subsribebtn2{
	background:none;
	border:none;
	color:#000;
	cursor:pointer;font-size:15px;
    border-bottom:2px solid #000;
}
.subsribebtn2:hover{
	color:#666;
}
.popupsubscribediv{
	padding-bottom:40px;
}
.popupdescription{
	width:290px;
	font-family: 'Inter', sans-serif;
	font-size:10px;
}
.popup_text1{
	font-family: 'Inter', sans-serif;
	font-size:15px;
	padding-bottom:20px;
}
.tablepopupa td.tdpopupa{
    
}
.tablepopupa td.tdpopupa1{
    
}
.tablepopupa td.tdpopupa2{
    text-align: center;
    padding-left:25px;
    padding-right:15px;
    vertical-align: middle;
}
#menuslidebackpart,#menuslidebackpart2,#menuslidebackpartpopup1,#menuslidebackpartpopup2{
	position:fixed;	
	z-index:39999;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	
}

.slideshow_part{
	padding-bottom:32px;
}
.commonbordertop3px{
	background:#fbfbfb;
	height:3px;
}
.commonbordertop2px_gray{
	background:#333;
	height:2px;
}
.commonbordertop3px_pad18{
	background:#fbfbfb;
	height:3px;
}
.lefttd{
	width:290px;
}
.centertd{
	width:20px;
}
.righttd{
	/*width:600px;*/
	padding-left:20px;
}
.sidebar_socmed{
	text-align:center;
}
.sidebar_socmed_point{
	margin-right:15px;
}
.aboutstore_socmed{
	padding-top:20px;
}
.aboutstore_socmed_point{
	margin-right:10px;
}
.page_ui_title{
	font-family: 'Inter', sans-serif;
	font-size:13px;
    padding-bottom:0px;
    margin-top:0px;text-align: center;
}
.page_ui_title_space{
	height:44px;
	line-height:44px;
}
.sidebar_year_point{
	font-weight:bold;
	font-size:15px;
	height:40px;
	line-height:40px;
	background:url(images/sidebar_ui_right.png) center right 27px no-repeat;
	cursor:pointer;
	-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;
	padding-left:9px;
}
.sidebar_year_point:hover{
	background-color:#000;
	color:#fff;
}
.sidebar_month_part{
	padding-top:4px;
	padding-bottom:4px;
}
.sidebar_month_partcontainer{
	display:none;
}
.sidebar_month_point{
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
	font-size:13px;
	padding-left:31px;
	cursor:pointer;
	-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;
}
.sidebar_month_point:hover, .sidebar_month_point_active{
	background-color:#000;
	color:#fff;
}
.sidebar_signup_part{
	padding-top:22px;
	/*padding-bottom:22px;*/
}
.sidebar_signup_bg{
	padding:13px;
	color:#fff;
	background-color:#000000;
}
.sidebar_signup_bg2{
	border:2px solid #fff;
	padding:9px 13px;
	background-color:#000;
}
input.input_sidebar_signup{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding-left:9px;
	padding-right:9px;
	border:0px;
	width:142px;
	height:27px;
	font-size:11px;
}
input.input_sidebar_signup2{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding-left:9px;
	padding-right:9px;
	border:0px;
	width:225px;
	height:27px;
	font-size:11px;
}
.sidebar_signup_submit{
	margin-left:5px;
	position:relative;
	top:3px;
	cursor:pointer;
}
a.sidebar_signup_option1{
	text-decoration:underline;
	color:#fff;
}
a.sidebar_signup_option1:hover{
	color:#ccc;
}
.sidebar_featured_point{
	padding-top:13px;
	padding-bottom:13px;
	border-bottom:1px solid #000;
}
.featured_point{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #000;
}
a.a_sidebar_featured{
	-o-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-ms-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-moz-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
}
a.a_sidebar_featured:hover{
	
}
a.a_sidebar_featured:hover .sidebar_featured_img{
	border-color:#999999;
}
.sidebar_featured_img{
	border:4px solid #000;
	border-color:#000;
}
.sidebar_featured_img:hover{
	border-color:#999999;
}
.sidebar_featured_title{
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	line-height:17px;
	padding-bottom:3px;
	border-bottom:1px solid #000;
}
.sidebar_featured_time{
	padding-top:7px;
	font-size:11px;
}
.sidebar_featured_time_separator{
	margin-left:7px;
	margin-right:7px;
}
.sidebar_featured_by{
	padding-top:7px;
	font-size:11px;
	font-style:italic;
}
a.a_featured{
	-o-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-ms-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-moz-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
}
a.a_featured:hover{
	
}
a.a_featured:hover .featured_img{
	border-color:#999999;
}
.featured_img{
	border:2px solid #fbfbfb;
    max-width: 100%;
}
.featured_img:hover{
	border-color:#999999;
}
.featured_title{
	font-weight:bold;
	font-size:14px;
	letter-spacing:1px;
	line-height:20px;
	padding-bottom:9px;
	border-bottom:2px solid #000;
}
.featured_time{
	padding-top:9px;
	font-size:12px;
}
.featured_time_separator{
	margin-left:7px;
	margin-right:7px;
}
.featured_by{
	padding-top:7px;
	font-size:11px;
	font-style:italic;
}
.sidebar_adv_point{
	padding-top:18px;
}
.sidebar_adv_img{
	border:9px solid #000;
}
.featured_point_line{
	height:8px;
	border-bottom:2px solid #000;
}
.featured_short_line{
	padding-top:9px;
	padding-bottom:18px;
}
.featured_description{
	font-size:12px;
	text-align:justify;
	line-height:18px;
	padding-bottom:9px;
}
.featured_readmore{
	font-size:11px;
	font-weight:bold;
	text-align:right;
	color:#999999;
}
a.a_featured:hover .featured_readmore{
	color:#000;
}
.footer_content{
	background-color:#000;
	color:#fff;
}
.footer_description_company{
	text-align:center;
	font-size:10px;
	font-style:italic;
	height:18px;
	line-height:18px;
}
.dinbold{
	font-style:normal;
	font-weight:bold;
}
.footer_separator{
	height:8px;
	border-top:2px solid #fff;
	border-bottom:1px solid #fff;
}
a.a_footermenu{
	font-size:13px;
	color:#fff;
}
a.a_footermenu:hover{
	color:#bbb;
}
.footermenuseparator{
	margin-left:18px;
	margin-right:18px;
}
.footertdleft{
	vertical-align:middle;
	height:41px;
	width:266px;
	border-right:1px solid #fff;
}
.footertdmiddle{
	width:230px;
	vertical-align:middle;
	border-right:1px solid #fff;
}
.footertdmiddle2{
	font-family: "DINCond-Black";
	width:235px;
	vertical-align:middle;
	font-size:17px;
	text-align:center;
	letter-spacing:1px;
}
.footertdright{
	text-align:right;
	vertical-align:middle;
	width:182px;
}
.footer_socmed{
	text-align:center;
}
.footer_socmed_point{
	margin-right:16px;
}
.footer_socmed_point:last-child{
	margin-right:0px;
}
.paging{
	padding-top:5px;padding-bottom:5px;
	
	font-size:13px;
}
.paging td{
    font-family: 'Inter', sans-serif;
	color:#999;
	vertical-align:middle;
}
a.a_page{
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
	margin-left:5px;
}
a.a_page:hover{
	color:#aaa;
}
select.select_page{
	margin-left:5px;
	margin-right:5px;
	height:35px;
	border:1px solid #000;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
	font-size:13px;
	padding:0px 5px;
}
.page_titlebig{
	font-weight:bold;
	font-size:15px;
	height:41px;
	line-height:41px;
}
.journal_img{
	border:5px solid #000;
}
.djournalimgdiv{
	padding-bottom:18px;
}
.underconstructiondiv{
	padding-bottom:36px;
}
.pagepart{
	padding-top:35px;/* before 55px*/
	padding-bottom:55px;
	color:#000;
}
.pagepartheader{
	font-family: 'Inter', sans-serif;
	height:auto;
    padding:20px 20px 10px 20px;
	/*background:#fbfbfb;*/
	color:#000;
	text-align:center;
}
.pagepartborderout{
    border:2px solid #000;
}
.pagepartborder{
	min-height:180px;
	border:0px solid #000;
    /*background:#fbfbfb;*/
    padding:20px 40px;
}
.logintext1{
	padding-top:0px;
	text-align:center;
	font-family: 'Inter', sans-serif;
	font-size:15px;
    line-height:20px;
	padding-bottom:29px;
}
.partbtn{
	min-width:60px;
	height:40px;
	font-weight:bold;
	font-size:13px;
	display:inline-block;
	padding-left:14px;
	padding-right:14px;
	text-align:center;
	color:#000;
	background:#fff;
	border:1px solid #000;
	-o-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-ms-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-moz-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	cursor:pointer;
    margin-bottom:2px;
}
.partbtn:hover{
	background-color:#000;
    color:#fff;
}
.partbtn2{
	border-color:#f00;
	color:#f00;
}
.partbtn2:hover{
	background-color:#f00;
    color:#fff;
}
.login_label{
	font-weight:bold;
	font-size:13px;
	padding-top:10px;
}
a.a_login{
	font-weight: 600;
}
.page_titlebig2{
	font-weight:bold;
	font-size:17px;
}
.page_titlebig3{
	font-weight:bold;
	font-size:17px;
	padding-bottom:9px;
}
.register_part{
	padding-top:22px;
	padding-bottom:5px;
	border-bottom:0px solid #000;
}
.register_label{
	padding-bottom:12px;
	font-size:15px;
}
.register_label2{
	padding-bottom:10px;
	font-size:15px;
}
input.login_input{
    width:100%;
	padding-left:9px;
	padding-right:9px;
	height:45px;
    border:0px;
	border-bottom:0px solid #000;
    box-sizing: border-box;
    background:#f5f5f5;
}
select.login_select{
	width:218px;
	height:45px;
    background:#f5f5f5;
	border:0px solid #000;
}
select.login_selectauto{
	width:auto;
	height:20px;
	border:1px solid #000;
}
textarea.login_textarea{
	width:200px;
	height:54px;
	padding:9px;
	border:1px solid #000;
}
input.login_button{
	/*margin-top:16px;*/
	width:93px;
	height:24px;
	background-color:#000;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:24px;
	/*box-shadow: 0px 0px 5px #093a54;*/
	border:0px;
	cursor:pointer;
	vertical-align: top;
}
input.login_button:hover{
	background-color:#ed1c24;
}
input.login_button3{
	/*margin-top:16px;*/
	width:93px;
	height:24px;
	background-color:#335D49;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:24px;
	/*box-shadow: 0px 0px 5px #093a54;*/
	border:0px;
	cursor:pointer;
	vertical-align: top;
}
input.login_button3:hover{
	background-color:#000;
}
.forgotpass_content{
	min-height:180px;
}
.login_content{
	min-height:180px;
}
.sidebar1{
	width:180px;
    padding-right:30px;
}
.sidebar_td_content{
	
}
.myaccount_sidebar_description{
	padding-top:23px;
}
.myaccount_sidebar_point{
	padding-bottom:15px;
}
a.a_account_sidebar{
	font-size:15px;
}
.defaultpad{
	padding-top:23px;
}
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 20px;
	vertical-align:middle;
	border-bottom:1px solid #ddd;
}
.myaccount_table2 td:first-child{
    padding-left:0px;
}
.myaccount_table2 td:last-child{
    padding-right:0px;
}
td.myaccount_td_header{
	text-align:left;
	border-bottom:none;
	padding:15px 20px;
	background:none;
    font-weight: bold;
}
td.myaccount_td_header:first-child{
	padding-left:0px;
}
td.myaccount_td_header:last-child{
	padding-right:0px;
}
.defaulttable td{
	font-weight:bold;
	font-size:13px;
}
.forgotpass_part, .login_part{
	padding-top:20px;
}
.page_title{
	font-weight:bold;
	font-size:15px;
	height:40px;
	line-height:40px;
}
.productd2{
	width:290px;
	padding-top:20px;
}
.productd3{
	display:inline-block;
	/*width:184px;*/
	width:25%;
    padding-right:10px;
    padding-left:10px;
	padding-top:20px;
	vertical-align:top;
    box-sizing: border-box;
}
.productname{
	font-weight:bold;
	font-size:15px;
	border-bottom:0px solid #000;
}
.productcategory{
	font-size:13px;
    white-space: nowrap;
}
.menucategory_part{
	min-height:40px;
	line-height:40px;
	font-size:11.5px;
}
.menucategory_point, .sf-menu .menucategory_point{
    height:auto;
	display:inline-block;
    vertical-align: middle;
	padding-left:15px;
	padding-right:15px;
	-o-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-ms-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-moz-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	cursor:pointer;
}
.menucategory_point:hover, .menucategory_point_active{
	/*background:#fbfbfb;*/
	color:#000;
}
.menucategory_point img{
    max-height:20px;
    vertical-align: middle;
    margin-right:5px;
}
.menucategory_point2, .sf-menu .menucategory_point2{
    padding:20px 20px;
    /*background:#fff;*/
    text-align: left;
    margin:0px;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.menucategory_point2:last-child, .sf-menu .menucategory_point2:last-child{
	border-bottom:0px
}
.menucategory_point2:hover, .sf-menu .menucategory_point2:hover{
	/*background:#f5f5f5;*/
}
.menucategory_point3{
    height:40px;
    font-size:15px;
	display:inline-block;
    vertical-align: middle;
	padding-left:15px;
	padding-right:15px;
	-o-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-ms-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-moz-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	cursor:pointer;
}
.menucategory_point4 , ul.sf-menu .menucategory_point4{
	display:inline-block;
    vertical-align: middle;
	padding-left:10px;
	padding-right:10px;
	-o-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-ms-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-moz-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	cursor:pointer;
}
.menucategory_point4 img{
    max-height:24px;
    vertical-align: middle;
    margin-right:5px;
    
    letter-spacing: .1em;
}
.menupop, .sf-menu .menupop{
    padding-top:50px;
}
.menupoppadding, .sf-menu .menupoppadding{
	/*padding:5px 0px;*/
	background:#fff;
}
.hseparator{
	margin-left:10px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.about_img{
	padding-bottom:20px;
}
.about_title{
	padding-bottom:9px;
	border-bottom:2px solid #000;
	font-weight:bold;
	font-size:14px;
	display:inline-block;
}
.about_tag{
	padding-top:9px;
	font-size:12px;
	padding-bottom:25px;
}
.about_description{
    font-family: 'Inter', sans-serif;
	font-size:13px;
	text-align:justify;
	padding-bottom:40px;
}
.aboutstorepart{
	padding-top:22px;
	min-height:330px;
}
.aboutstoretitle{
	font-weight:bold;
	font-size:17px;
	/*padding-bottom:14px;*/
}
.aboutstoreaddress{
	font-size:15px;
}
.aboutstoredescription{
	font-size:15px;
}
.aboutstoreseparator{
	/*padding-top:20px;
	padding-bottom:20px;*/
}
.geolocation{
	border:5px solid #000;
}
.about_table_title{
	font-weight:bold;
	font-size:14px;
}
.youmayliketitle{
    font-weight:bold;
	font-size:17px;
	height:33px;
	line-height:33px;
	margin-top:20px;
    text-align: center;
    display:block;
	border-top:1px solid rgba(0,0,0,0.1);
	margin-top:20px;
	padding-top:30px;
}
.dproductoption{
	padding-top:8px;
}
.dproductoptiontd{
	width:20%;
	text-align:center;
}
.addtocartbtntxt{
    display:inline-block;
    box-sizing: border-box;
	width:50px;
	height:40px;
	border:1px solid #dfdfdf;
	background:#fff;
	color:#000;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	font-size:15px;
	cursor:pointer;
}
.addtocartbtn{
    display:inline-block;
    box-sizing: border-box;
	width:auto;
	height:50px;
	border:0px solid #000;
	background:#335D49;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	font-size:15px;
	line-height:50px;
	cursor:pointer;
	padding:0px 20px;
}
.addtocartbtn:hover{
	background:#000;
	color:#fff;
}
.addtocartbtn2{
   
	border:1px solid #c2996b;
	background:#c2996b;
	color:#fff;
}
.addtocartbtn2:hover{
	background:#000;
	color:#fff;
}
.productdescriptionchangepart{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #fbfbfb;
	margin-bottom:25px;
	font-size:13px;
	text-align:justify;
	display:none;
}
.dproductimage{
	border:1px solid rgba(0,0,0,0.1);
	text-align:center;
	background:#fff;
}
.dproductoptiontdimg{
	cursor:pointer;
	border:1px solid rgba(0,0,0,0.1);
	width:100%;
    
}
.dproductoptiontdimgpad{
    padding:0px 4px;
}
.productprice{
	font-weight:bold;
	font-size:14px;
	padding-top:5px;
}
.shoppingbag_table{
	width:100%;
}
.shoppingbag_input_qty{
	width:40px;
	height:40px;
	border:1px solid rgba(0,0,0,0.1);
	text-align:center;
	color:#000;
}
.shoppingbag_delete_btn{
	background-color:none;
	border:1px solid #000;
	box-sizing:border-box;
	color:#000;
	width:75px;
	height:28px;
	text-align:center;
	display:inline-block;

	cursor:pointer;
	margin-bottom:1px;
}
.shoppingbag_delete_btn:hover{
	background-color:#ddd;
}
.shoppingbag_delete_btn img{
	width:15px;
	margin-right:2px;
	vertical-align:middle;
}
.confirmpay_button{
	background-color:#335D49;
	border:0px;
	color:#fff;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	height:40px;
	cursor:pointer;
	margin-bottom:1px;
	-o-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-ms-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-moz-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
    font-size:13px;
	box-sizing: border-box;
	display:inline-block;
	vertical-align: top;
}
.confirmpay_button:hover{
	background-color:#666;
}
.confirmpay_button img{
	max-height: 13px;
}
.confirmpay_button2{
	border:1px solid #000;
	background:#fff;
	color:#000;
}
.confirmpay_button2:hover{
	background-color:#666;
	color:#fff;
}
.shoppingbag_total{
	color:#000;posreldiscimg
	font-size:17px;
}
.shoppingbag_checkout_btn{
	background-color:#000;
	border:0px;
	color:#fff;
	width:216px;
	height:40px;
	cursor:pointer;
	font-size:16px;
	-o-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-ms-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-moz-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
	transition:color .2s ease-out, background 0.2s ease-in, border .2s ease-in-out;
}
.shoppingbag_checkout_btn:hover{
	background-color:#666;
}
.shoppingbag_finish_part{
	padding-top:0px;
	padding-bottom:40px;
}
.shoppingbag_line{
	padding-top:25px;
	/*border-bottom:3px solid #000;*/
}
.shoppingbag_finish_part_white{
	font-weight:bold;
	background-color:#fff;
	color:#000;
	font-size:16px;
	height:50px;
	vertical-align:middle;
}
.shoppingbag_finish_part_white2{
	font-weight:bold;
	background-color:#fff;
	color:#000;
	font-size:15px;
	height:30px;
	vertical-align:middle;
}
.shoppingbag_finish_part_grey{
	font-weight:bold;
	background-color:#f5f5f5;
	color:#000;
	font-size:16px;
	height:37px;
	vertical-align:middle;
	
}
.checkout_content{
	padding-bottom:5px;
}
.checkout_title{
	padding-top:20px;
	color:#093a54;
	font-size:24px;
}
.checkout_part{
	
	padding-bottom:30px;
	color:#000;
}
.checkout_subtitle{
	color:#000;
	font-size:18px;
	padding-bottom:20px;
	font-weight:bold;
}
.checkout_label{
	font-size:14px;
	color:#093a54;
}
.checkout_line{
	height:2px;
	background-color:#000;
}
.checkout_line2{
	height:1px;
	background-color:#000;
}
input.checkout_button{
	width:387px;
	height:36px;
	background-color:#000;
	font-size:20px;
	letter-spacing:3px;
	color:#fff;
	text-align:center;
	line-height:26px;
	border:0px;
	cursor:pointer;
	font-weight:bold;
}
input.checkout_button:hover{
	background-color:#666;
}
.checkout_detail_border{
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	padding-bottom:12px;
	background-color:#fff;
	border:4px solid #000;
	font-size:12px;
}
.checkout_detail_title{
	font-size:14px;
	font-weight:bold;
	padding-bottom:15px;
}
.checkout_detail_table td{
	padding-top:15px;
}
.checkout_numeric_space{
	border:1px solid #000;
	display:inline-block;
	width:auto;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	margin-right:5px;
	background-color:#fff;
}
.checkout_vseparator{
	
	border-bottom:1px solid #000;
}
.checkout_name{
	font-size:13px;
	font-weight:bold;
}
.checkout_finish_label_td{
	padding-left:10px;
}
.checkout_finish_tr{
	font-size:14px;
}
.checkout_detail_table tr.checkout_finish_tr td{
	padding-top:3px;
}
.account_part{
	min-height:330px;
}
.contenttd{
	min-height:350px;
}
.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;
}
.padbot90{
	padding-bottom:90px;
}
.padbot100{
	padding-bottom:100px;
}
.padbot110{
	padding-bottom:110px;
}
.padbot120{
	padding-bottom:120px;
}
.marginfit4px{
	margin-left:-4px;
	margin-right:-4px;
}
.marginfit5px{
	margin-left:-5px;
	margin-right:-5px;
}
.marginfit8px{
	margin-left:-8px;
	margin-right:-8px;
}
.marginfit10px{
	margin-left:-10px;
	margin-right:-10px;
}
.marginfit12px{
	margin-left:-12px;
	margin-right:-12px;
}
.marginfit15px{
	margin-left:-15px;
	margin-right:-15px;
}
.marginfit20px{
	margin-left:-20px;
	margin-right:-20px;
}
.marginfitleft30px{
	margin-left:-30px;
}
.nooverflow{
	overflow:hidden;
}
em{
    font-style: italic;
}
.dibu{
    border-bottom:1px solid #999;
    display:inline-block;
}

.colorpink{
	color: #FFACAC;
}
.colorwhite{
	color:#fff;
}
.colorblack{
	color:#231f20;
}
.colororange{
	color:#f6852b;
}
.colorgreen{
	color:#57b519;
}
.colorgreen2{
	color:#3BA371;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#21525d;
}
.colorgrey{
	color:#888;
}
.colordgrey{
	color:#58595b;
}
.colorlgrey{
	color:#aaa;
}
.colorred{
	color:#f00;
}
.colorred2{
	color:#DF0000;
}
.bgpink{
	background:#f8c1d9;
}
.whitebg, .bgwhite{
	background:#fff;
}
.greybg, .bggrey{
	background:#f1f2f2;
}
.bggrey50hor{
	background: linear-gradient(to right, #fff 0%,#fff 50%,#fff 50%,#f1f2f2 50%,#f1f2f2 100%); /* W3C */
}
.maxwidth250{
	max-width:250px;
}
.maxwidth350{
	max-width:350px;
}
.maxwidth400{
	max-width:400px;
}
.maxwidth450{
	max-width:450px;
}
.maxwidth540{
	max-width:540px;
}
.maxwidth600{
	max-width:600px;
}
.maxwidth750{
	max-width:750px;
}
.maxwidth850{
	max-width:850px;
}

.pagecontentpart1{
    padding-top:60px;
    padding-bottom:70px;
}
.pagecontentpart2{
    padding-top:20px;
    padding-bottom:70px;
}
.pagetitle0, .page_title0{
	font-size:30px;
	line-height:40px;
}
	.pagetitle0b, .page_title0b{
		font-weight:bold;
		font-size:30px;
		line-height:40px;
	}
.pagetitle1, .page_title1{
	font-size:25px;
	line-height:35px;
}
	.pagetitle1b, .page_title1b{
		font-weight:bold;
		font-size:25px;
		line-height:35px;
	}
.pagetitle2, .page_title2{
	font-size:35px;
}
	.pagetitle2b, .page_title2b{
		font-weight:bold;
		font-size:35px;
	}
.pagetitle2x, .page_title2x{
	font-size:45px;
}
	.pagetitle2xb, .page_title2xb{
		font-weight:bold;
		font-size:45px;
	}
.page_title3, .pagetitle3{
	font-size:30px;
	line-height:35px;
}
	.page_title3b, .pagetitle3b{
		font-size:30px;
		line-height:35px;
		font-weight:bold;
	}
.page_title4, .pagetitle4{
	font-size:23px;
	line-height:30px;
}
	.page_title4b, .pagetitle4b{
		font-size:23px;
		line-height:30px;
		font-weight:bold;
	}
.page_title5, .pagetitle5{
	font-size:20px;
	line-height:27px;
}
	.page_title5b, .pagetitle5b{
		font-size:20px;
		line-height:27px;
		font-weight:bold;
	}
	.page_title5m, .pagetitle5m{
		font-size:20px;
		line-height:27px;
		font-weight:500;
	}
.page_title6, .pagetitle6{
	font-size:15px;
	line-height:20px;
}
	.page_title6b, .pagetitle6b{
		font-size:15px;
		line-height:20px;
		font-weight:bold;
	}
.page_title7, .pagetitle7{
	font-size:18px;
	line-height:28px;
}
	.page_title7b, .pagetitle7b{
		font-size:18px;
		line-height:28px;
		font-weight:bold;
	}
	.page_title7m, .pagetitle7m{
		font-size:18px;
		line-height:28px;
		font-weight:500;
	}
.page_title8, .pagetitle8{
	font-size:48px;/* 60px */
	line-height:58px;
}
.page_title9, .pagetitle9{
	font-size:16px;
	line-height:31px;
}
	.page_title9b, .pagetitle9b{
		font-size:16px;
		line-height:31px;
		font-weight:bold;
	}
.page_title10, .pagetitle10{
	font-size:32px;/*40px*/
	line-height:35px;
}
	.page_title10b, .pagetitle10b{
		font-size:32px;
		line-height:40px;
		font-weight:bold;
	}
.page_title11, .pagetitle11{
	font-size:72px;/*90px*/
	line-height:90px;
}
	.page_title11b, .pagetitle11b{
		font-size:72px;
		line-height:90px;
		font-weight:bold;
	}
.page_title12, .pagetitle12{
	font-size:64px;/*80px*/
	line-height:80px;
}
	.page_title12b, .pagetitle12b{
		font-size:64px;
		line-height:80px;
		font-weight:bold;
	}
.pagedescription1, .page_description1{
	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:0px;
	}
	.page_description1 sup, .pagedescription1 sup{
		vertical-align: super;
		font-size: smaller;
	}
	.page_description1 sub, .pagedescription1 sub{
		vertical-align: sub;
		font-size: smaller;
	}
    .pagedescription1c{
        line-height: 30px;
        
    }
.page_description2, .pagedescription2{
	font-size:13px;
	line-height:22px;
}
	.pagedescription2 b, .page_description2 b, .pagedescription2 strong, .page_description2 strong{
		font-size:13px;
		line-height:22px;
		font-weight:bold;
	}
	.pagedescription2 img, .page_description2 img{
		max-width:100%;
		width:auto !important;
		height:auto !important;
	}
.page_description3, .pagedescription3{
	font-size:11px;
	line-height:15px;
}
.lineheight50{
	line-height:50px;
}
.lineheight60{
	line-height:60px;
}
.whitebg{
	background:#fff;
}
.greybg{
	background:#f1f2f2;
}
.colorblack{
	color:#000;
}
.colorwhite{
	color:#fff;
}
.colororange{
	color:#d5520b;
}
.colorgreen{
	color:#3BA371;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#21205f;
}
.nooverflowx{
	overflow-x:hidden;
}
.nooverflowy{
	overflow-y:hidden;
}
.nooverflow{
	overflow:hidden;
}
.maxwidth285{
	max-width:285px;
}
.maxwidth450{
	max-width:450px;
}
.maxwidth500{
	max-width:500px;
}
.maxwidth610{
	max-width:610px;
}
.maxwidth680{
	max-width:680px;
}
.maxwidth750{
	max-width:750px;
}
.maxwidth820{
	max-width:820px;
}
.line1{
	width: 25px;
	height: 1px;
	background: rgba(196, 196, 196, 0.5);
    display:inline-block;
    vertical-align: middle;
    margin:0px 3px;
}
.line2{
	width: 100%;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-top:20px;
	margin-bottom:20px;
}
.btn1{
    display:inline-block;
	box-sizing: border-box;
	width:100%;
	padding:0px 20px;
	height:43px;
	background:#335D49;
	border:0px solid #000;
	cursor:pointer;
	color:#fff;
	font-size:15px;
	text-align: center;
	font-weight: bold;
}
	.btn1:hover{
		background-color:#000;
		color:#fff;
	}
	.btn1wa{
		width:auto;
	}
	.btn1t:hover{
		background-color:#ffcb05;
		color:#fff;
		border-color:#ffcb05;
	}
	.btn1 img{
		margin-left:5px;
		vertical-align:middle;
	}
	.btn1dark{
		background:#000;
		color:#fff;
		border-color:#000;
	}
		.btn1dark:hover{
			background:#333;
			color:#fff;
		}
	.btn1read{
		border:1px solid #000;
		color:#000;
		height:43px;
		padding:0px 40px;
	}
		.btn1read:hover{
			background:#333;
			color:#fff;
		}
	.btn1download{
		padding-left:65px;
		background:url(images/download_icon3.png) no-repeat left 25px center;
		padding-right:25px;
	}
		.btn1download:hover{
			background:url(images/download_icon3.png) no-repeat left 25px center rgba(255,255,255,0.2);
			color:#fff;
		}
.btn2{
	display:inline-block;
	box-sizing: border-box;
	width:100%;
	padding:0px 20px;
	height:43px;
	background:none;
	border:1px solid rgba(0,0,0,0.2);
	cursor:pointer;
	color:#000;
	font-size:15px;
}
	.btn2:hover{
		background-color:rgba(0,0,0,0.2);
		color:#000;
	}
.fontdidot{
    /*font-family: "didot";*/
    font-weight: bold;
}
.semibold, .fsemibold{
    font-weight: 600;
}

.header_search_box{
    max-width: 100%;
	width:100%;
	background:#f5f5f5;
	border:none;
	padding-left:10px;
	padding-right:10px;
	height:60px;
	padding-top:0px;
	padding-bottom:0px;
    box-sizing: border-box;
    border:0px solid #ddd;
}
.search_input{
	width:calc(100% - 20px);
	height:55px;
	border:0px;
	background:none;
	font-size:14px;
}
.search_img{
	position:relative;
    max-height: 20px;
}
.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;
}
.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%);
}
.error2{
	color:#ffa4a4;
	font-size:15px;
}
.borderradius10top{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.borderradius10bottom{
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius10left{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.borderradius10right{
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius15top{
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.borderradius15topleft{
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
}
.borderradius15topright{
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
}
.borderradius15bottomleft{
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}
.borderradius15bottomright{
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}
.borderradius10bottomleft{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.borderradius10bottomright{
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.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;
}
.borderradius100percent{
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.topborderrad5{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-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;
}
.topborderrad10{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.bottomborderrad10{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius5left{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius:5px;
}
.borderradius5right{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.headermenu{
    height:40px;
    
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    text-align: center;
    box-sizing: border-box;
}

.webfooterpart1{
    padding-top:35px;
    padding-bottom:75px;
    background:#f5f5f5;
}
.tablefooter td.tdfooter{    
    vertical-align: top;
}
.tablefooter td.tdfooter1{
    width:30%;
    padding-right:50px;
    box-sizing: border-box;
}
.tablefooter td.tdfooter2{
    
}
.footerpoint{
    padding-bottom:0px;
}
.footerpoint:first-child{
    padding-bottom:20px;
}
.tablefooterb td.tdfooterb{
    
    padding-right:25px;
    vertical-align: top;
}
.tablefooterb td.tdfooterb2a{
    width:35%;
}
.tablefooterb td.tdfooterb2b{
    width:30%;
}
.wa_float_icon{
	position:fixed;
	z-index:1000;
	right:20px;
	bottom:20px;
	cursor:pointer;
}
.wa_float_icon img{
	max-width:200px;
    max-height: 40px;
}
.socmed_point2m{
    width:35px;
	height:35px;
	display:inline-block;
    text-align: center;
    vertical-align: middle;
    
    margin-left:0px;
    margin-right:10px;
    background:#000;
}
	.socmed_point2m:hover{
		background:#000;
	}
	.socmed_point2m img{
		max-width:16px;
		max-height:16px;
	}
.tablelogin td.tdlogin{
    vertical-align: top;
}
.tablelogin td.tdlogin1{
    width:50%;
}
.tablelogin td.tdloginsep{
    width:20px;
}
.register_table td.tdregister{
    width:50%;
    vertical-align: top;
}
.register_table td.tdregister1{
    padding-right:20px;
}
.register_table td.tdregister2{
    padding-left:20px;
}
input.checkbox_register{
	-webkit-appearance:checkbox;
}
input.register_input{
	width:100%;
	/*max-width:383px;*/
	padding-left:15px;
	padding-right:15px;
	height:45px;
	border:1px solid #d1d3d4;
	background:#fff;
	color:#000;
	font-size:13px;
	box-sizing:border-box;
}
select.register_select{
	width:100%;
	/*max-width:415px;*/
	padding-left:15px;
	padding-right:15px;
	height:45px;
	text-align:left;
	border:1px solid #d1d3d4;
	background:#fff;
	color:#000;
	font-size:13px;
	box-sizing:border-box;
}
textarea.register_textarea{
	width:calc(100% - 32px);
	/*max-width:383px;*/
	height:90px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	height:145px;
	border:1px solid #d1d3d4;
	background:#fff;
	color:#000;
	font-size:13px;
}
input.register_button{
	width:100%;
	max-width:415px;
	height:45px;
	text-align:center;
	border:none;
	background:#000;
	color:#fff;
	font-size:15px;
    font-weight: bold;
	cursor:pointer;
}
input.register_button:hover{
	background:#666;
}
.contact_input_div{
	padding-bottom:10px;
}
.logininputdiv{
	padding-bottom:17px;
}
.defaulttable td{
    padding-bottom: 15px;
}
.headernotify{
	background-color:#ef4056;
	color:#fff;
	
	top:185px;
	width:100%;
	height:50px;
	font-size:15px;
	z-index:10000;
	position:fixed;
	top:88px;
}
.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:156px;
	height:50px;
	display:inline-block;
	color:#939598;
	border:3px solid #dcddde;
	background-color:none;
	font-size:15px;
	line-height:50px;
	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:156px;
	height:50px;
	display:inline-block;
	margin-left:10px;
	color:#fff;
	border:3px solid #8dc63f;
	background-color:#8dc63f;
	font-size:15px;
	line-height:50px;
	text-align:center;
}
.grandnotifybtn3:hover{
	background-color:#666;
	border:3px solid #666;
	color:#fff;
}
.myprof_table td{
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:0px solid #ddd;
}

.myprof_table tr:first-child td{
	padding-top:0px;
}
.myprof_table tr:last-child td{
}
.myprof_table tr.noborder td, table.noborder td{
	border:0px;
}
.myprof_table td.myprof_td{
    padding-bottom:5px;
}
.myprof_table td.myprof_td1{
	width:168px;
	pading-right:20px;
}
td.noborder{
	border:0px;
}
.myprof_td2{
	text-align:left;
}
.myprof_td1{
	width:155px;
	padding-right:15px;
}
.editprofile_button{
	width:auto;
	min-width:110px;
	padding-left:15px;
	padding-right:15px;
	height:37px;
	color:#fff;
	background:#000;
	font-size:13px;
	border:none;
	cursor:pointer;
	margin-bottom:5px;
	border:0px solid #bcbec0;
}
.editprofile_button:hover{
	background:#666;
	color:#fff;
}
.content2descpartheadpad{
	padding:15px 0px 15px 0px;
	/*border-bottom:1px solid #000;*/
}
.imgproductdiv{
    padding-bottom:100%;
    background-color:#fff;
    border:0px solid #fff;
}
.biginfotext{
	padding-top:100px;
	text-align:center;
	font-size:35px;
	color:#ef4056;
}
.biginfodescription{
	padding-top:10px;
	padding-bottom:100px;
	text-align:center;
	font-size:18px;
	color:#666;
}
.homepart2{
	color:#000;
	margin-top:-45px;
}
.homepart2 a{
	color:#000;
}
	.homepart2 a:hover{
		color:#666;
	}
.homepart2td{
	width:50%;
}
.homepart2td_br{
	border-right:1px solid #000;
}
.homepart2btn{
	height:65px;
	padding:0px 20px;
	text-align:center;
}
.homepart2btn img{
	vertical-align:middle;
	margin-right:30px;
	max-width:48px;
}
.homepart2btn:hover img{
    padding-left:10px;
    margin-right: 25px;
}
.homepart2_text{
	display:inline-block;
	width:auto;
	max-width:calc(100% - 83px);
	text-align:left;
	line-height:23px;
	vertical-align:middle;
    text-transform: uppercase;
}
.homepart2b{
	padding-top:50px;
	padding-bottom:70px;
	color:#000;
}
.pagecontentpart{
    padding-top:0px;
    padding-botrom:60px;
}

.inputradio{
	-webkit-appearance:radio;
	margin-left:0px;
}
.selectdeliverytypediv{
	font-weight:bold;
	font-size:15px;
	padding-bottom:20px;
}
.inputradio{
	-webkit-appearance:radio;
}
.tabledelivery1 td{
	padding-bottom:13px;
	font-size:14px;
}
.tabledelivery2 td{
	padding-bottom:8px;
	font-size:13px;
}
.rekaptrheader td{
	
	
	background:#0f6fb7;
	color:#fff;
	height:34px;
	border-bottom:5px solid #faa618;
	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:10px 0px;
	border-bottom:3px solid #fff;
	background:#fff;
	cursor:pointer;
	color:#000;*/
}
/*.mp_point:hover, .mp_point_active{
	border-bottom:3px solid #eb1b24;
}
.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:100%;
	max-width:540px;
	padding:15px 20px;
	border:2px solid #f5f5f5;
	text-align:left;
	box-sizing:border-box;
}
.rekapdivtitle{
	font-weight:bold;
	color:#000;
	font-size:15px;
	padding-bottom:10px;
	text-align:center;
}
.rekapimg{
	max-width:90px;
	max-height:90px;
	border:1px solid rgba(0,0,0,0.2);
}
.rekapimg2{
	max-width:60px;
	max-height:60px;
}
.rekapname{
	padding-bottom:5px;
	color:#000;
}
.rekaptable td{
	padding-bottom:14px;
	padding-top:14px;
	border-bottom:1px solid #eee;
	vertical-align:top;
	color:#000;
	padding-right:15px;
}
	.rekaptableco .rekaptrbody:last-child td{
		border-bottom:0px;
	}
.rekaptable3 td{
	padding-bottom:14px;
	padding-top:14px;
	border-top:1px solid #eee;
	vertical-align:top;
}
	.rekaptable3 td:last-child{
		padding-right:10px;
	}
.rekaptable2{
}
.rekaptable2 td{
	padding:2px 0px;
	font-size:13px;
}
	.rekaptable2 td:last-child{
		padding-right:10px;
	}
	.rekaptable2 td.rekaptdbody1{
		padding-right:25px;
	}
	.rekaptable2 td.rekaptdbody2{
		width:115px;
		padding-right:100px;
	}
.rekaptable2b td{
	font-weight:bold;
	color:#222;
}
	.rekaptable2b td:last-child{
		padding-right:10px;
	}
.col2{
	display:inline-block;
	vertical-align:top;
	width:50%;
	box-sizing:border-box;
	padding:0px 10px;
}
.p_col2{
	display:inline-block;
	vertical-align:top;
	width:50%;
	box-sizing:border-box;
	padding:0px 5px;
}
.ty_t1{
	padding-bottom:14px;color:#000;font-size:18px;line-height:25px;
}
.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;
}
.ty_t4{
	padding:20px 25px;border:7px solid #fbfbfb;background:#fbfbfb;font-size:18px;
}

.dnp_pad{
	padding:20px;
	border:1px solid rgba(0,0,0,0.2);
}
.dnp_pad2{
	padding:13px;
	background:#f5f5f5;
}
.dnp_border{
	border:1px dashed #000;
	padding:30px;
}
.dnp_upload_icon{
	margin-right:30px;
	vertical-align: middle;
	max-height:40px;
}
.dnp_head{
	height:70px;
	line-height:70px;
	font-size:15px;
	padding-left:25px;
	padding-right:25px;
	margin-bottom:20px;
}
input.login_button2{
	width:100%;
	height:45px;
	text-align:center;
	border:none;
	background:#000;
	color:#fff;
	font-size:15px;
	cursor:pointer;
}
input.login_button2:hover{
	background:#333;
}
.howtopaytable td.howtopaytd{
	
}
.howtopaytd1{
	width:25px;
}
.howtopaytd2{
	font-size:13px;
	vertical-align:middle;
	padding-left:15px;
}
.howtopaybullet{
	width:20px;
	height:20px;
	display:inline-block;
	background:#000;
	color:#fff;
	text-align:center;
	font-size:13px;
}
.howtopaysephor{
	height:9px;
}
.shoppingbag_checkout_btn2{
	width:100%;
	height:52px;
	font-size:14px;
	background:#000;
	color:#fff;
	border:1px solid #000;
}
.shoppingbag_checkout_btn2:hover{
	background:#333;
	color:#fff;
	cursor:pointer;
}
.shoppingbag_checkout_btn3{
	width:100%;
	height:52px;
	font-size:14px;
	background:#000;
	color:#fff;
	border:0px;
}
.shoppingbag_checkout_btn3:hover{
	background:#333;
	color:#fff;
	cursor:pointer;
}
.invoicecodetitle{
	color:#6d6e71;
	font-weight:bold;
	font-size:15px;
	
}
.invoicecode{
	color:#000;
	margin-left:10px;
}
.iv_table, .rekapqtyprice td{
	font-size:13px;
}
.cp_title{
	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:18px;
	padding:15px 0px;
}
.norekdesc{
	font-size:13px;
	padding-bottom:35px;
}
.kodeunikdiv{
	padding:12px 18px;
	background:#f1f2f2;
	line-height:20px;
}
a.a_kodeunik{
	color:#f03944;
}
a.a_kodeunik:hover{
	color:#000;
}
.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;
}
.inv_label{
	display:none;
}
.nowrap{
	white-space:nowrap;
}
.tableproductinfo td.tdproductinfo{
    vertical-align: middle;
}
.tableproductinfo td.tdproductinfo1{
    padding-right:10px;
}
.tableproductinfo td.tdproductinfo2{
    padding-left:10px;
    text-align: right;
}
.productd3bg{
    /*background:#fbfbfb;*/
    
}
.productinfopad{
    padding:10px 15px;
	text-align: center;
}
.centermargin{
	margin:0px auto;
}
input.email_subscribe{
	height:45px;
	border:0px solid #d1d3d4;
	border-right:0px;
    padding-left:15px;
	padding-right:20px;
	width:100%;
	background: #fff;
	font-size:15px;
	box-sizing:border-box;
	color:#000;
}
input.emailsubscribebtn{
	height:45px;
	background:#000;
	border:none;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:15px;
	cursor:pointer;
	box-sizing:border-box;
}
input.emailsubscribebtn:hover{
	background:#000;
}
.subscribepart{
	border: 0px solid #000;
}
.slideshowpart{
}
.slideshowpart2{
	margin-bottom:65px;
	background:#ebebeb;
}
.slideshowpartright{
	background-color:#ebebeb;
}
.arrowleftpos{
	position:relative;
	top:260px;
	left:20px;
	z-index:21000;
}
.arrowleftpos2{
	position:relative;
	top:260px;
	left:1050px;
}
.arrowrightpos{
	position:relative;
	top:260px;
	z-index:22000;
	left:1190px;
}
.arrowrightpos2{
	text-align:left;padding-left:5px;
	padding-top:260px;
}
.curpointer{
	cursor:pointer;
}
.membercontent{
	width:1240px;
	
	overflow:hidden;
}
.membertablein{
	position:relative;
}
.membertablein td.tdmembertablein2{
    padding:10px;
    text-align: center;
    vertical-align: middle;
}
.slideshowheightdesc{
    padding:0px 10px;
}
.plusicon{
	cursor:pointer;
	z-index:500;
}
.plusicondiv{
	cursor:pointer;
	z-index:500;
	width:20px;
	height:20px;
	background:url(images/plus_icon.png) top center;
    background-size:100%;
}
.plusicondiv:hover{
	background-position:0 100%;
}
.plus_desc_div{
	padding:5px;
	max-width:180px;
	height:auto;
	font-family: 'Inter', sans-serif;
	font-size:13px;
	text-align:center;
	display:none;
	vertical-align:middle;
	z-index:1000;
	/*background-color:rgba(187, 187, 187, 0.7);*/
	background-color:rgba(60, 60, 60, 0.7);
	color:#fff;
}
a.a_pop{
	/*color:#000;*/
	color:#fff;
}
a.a_pop:hover{
	/*color:#666;*/
	color:#ccc;
}
.pagetitle2at{
    border-bottom:1px solid #666;
    display:inline-block;
    line-height: auto;
    padding-bottom:0px;
    margin-bottom:20px;
}
.tabledpproduct td.tddpproduct{
    width:50%;
    vertical-align: top;
}
.tabledpproduct td.tddpproduct1{
    padding-right:25px;
}
.tabledpproduct td.tddpproduct2{
    padding-top:25px;
    padding-left:25px;
}
.tabledpproductprice td.tddpproductprice{
    
}
.tabledpproductprice td.tddpproductprice1{
    padding-right:10px;
}
.tabledpproductprice td.tddpproductprice2{
    text-align: right;
    padding-left:10px;
}
.tablecontact td.tdcontact{
    
    vertical-align: top;
}
.tablecontact td.tdcontact1{
    width:50%;
    padding-right:20px;
}
.tablecontact td.tdcontact2{
    
}
.tablecontact td.tdcontact3{
    padding-left:20px;
    width:50%;
}
input.form_input2, textarea.form_input2{
	border:0px solid #ddd;
	/*border-bottom:2px solid #e6e7e8;*/
	width:100%;
	padding:0px 15px;
	height:60px;
	font-size:15px;
	color:#000;
	background:#f9f9f9;
    box-sizing: border-box;
}
select.form_select{
	border:0px;
	/*border-bottom:2px solid #e6e7e8;*/
	width:calc(100% - 0px);
	padding:0px 10px;
	height:60px;
	font-size:15px;
	color:#000;
	background:#f9f9f9;
}
.input_box2{
	padding-bottom:23px;
}
textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:175px;
}
input.submit_btn{
	height:60px;
	width:100%;
    padding:0px 20px;
	border:0px;
    border:0px solid #dfdfdf;
	background:#335D49;
	color:#fff;
	cursor:pointer;
	font-size:15px;
	text-align: center;
	box-sizing: border-box;
}
input.submit_btn:hover{
	background-color:#000;
	
}
input.submit_btn2, .submit_btn2{
	height:60px;
	width:100%;
    padding:0px 20px;
	border:0px;
    border:1px solid #000;
	background:#fff;
	color:#000;
	cursor:pointer;
	font-size:15px;
	text-align: center;
	box-sizing: border-box;
}
input.submit_btn:hover, .submit_btn2:hover{
	background-color:#000;
	color:#fff;
	
}
.myaccount_table2 .tr_invoice {
    border-bottom: 1px solid #ddd;
}
.collectionborder{
    border:10px solid #ebebeb
}
.tablesubscribe td.tdsubscribe{
    vertical-align: middle;
}
.tablesubscribe td.tdsubscribe1{
    width:120px;
    padding-right:20px;
    border-right:2px solid #000;
}
.tablesubscribe td.tdsubscribe1b{
    padding-left:20px;
    width:300px;
    padding-right:20px;
}
.tablesubscribe td.tdsubscribe2{
    
}
.dproductimagediv{
    display:none;
}
.tableservice td.tdservice{
    vertical-align: middle;
}
.tableservice td.tdservice1{
    vertical-align: top;
    width:270px;
    
}
.tableservice td.tdservice2{
    padding-left:40px;
}
.servicepoint{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top:50px;
    padding-bottom:50px;
}
.servicepoint:first-child{
    padding-top:0px;
}
.servicepoint:last-child{
    padding-bottom:0px;
    border:0px;
}
.newsimgdiv{
    padding-bottom:100%;
}
.newsimgdiv2{
    padding-bottom:70%;
}
.ndother td.tdndother{
    vertical-align: middle;
}
.ndother td.tdndother1{
    width:100px;
    padding-left:40px;
    padding-right:40px;
}
.ndother td.tdndother2{
    
}
.ndother2line{
    border-bottom:  1px solid rgba(0, 0, 0, 0.1);
    height:0px;
}
.nds_point{
	display:inline-block;
	vertical-align:top;
	width:33.33%;
	padding:0px 10px 30px 10px;
	box-sizing:border-box;
}
.homecategorypart{
    padding-top:70px;
    padding-bottom:70px;
    background:#f5f5f5;
}
.homecatpoint{
    display:inline-block;
    width:25%;
    vertical-align: top;
    box-sizing: border-box;
    padding:0px 10px 20px 10px;
    text-align: center;
}
.homecatimgdiv{
    padding-bottom:100%;
}
.homecartxtdiv{
    height:60px;
    background: rgb(20,66,94);
/*background: linear-gradient(166deg, rgba(20,66,94,1) 0%, rgba(194,153,107,1) 100%);*/
    background:#fff;
    color:#000;
    padding:0px 15px;
}
.homepart3{
    padding-top:50px;
    padding-bottom:45px;
}
.hp3head{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hp3headoverflowx{
    overflow-x: auto;
	white-space: nowrap;
}
.tablehp3head td.tdhp3head{
    vertical-align: middle;
}
.tablehp3head td.tdhp3head1{
    padding-right:20px;
}
.tablehp3head td.tdhp3head2{
    text-align: right;
    padding-right:10px;
    
}
.hp3headbtn{
    display:inline-block;
    vertical-align: middle;
    padding:0px 25px;
    height:60px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    color:#000;
    font-size:15px;
    
    border-top:3px solid transparent;
    border-bottom:3px solid transparent;
}
.hp3headbtn:hover, .hp3headbtnactive{
    color:#335D49;
    border-bottom:3px solid #335D49;
}
.a_hp3headbtn:first-child .hp3headbtn{
	padding-left:0px;
}
.arrow_right2{
    max-height:9px;
    margin-left:4px;
}
.hp3point{
    padding:0px 10px 20px 10px;
}
.hp3body{
    padding-top:20px;
    display:none;
}
.pricecoret{
    text-decoration: line-through;
	color:#999;
}
.posreldiscimg{
    text-align: right;
    width:100%;
}
.posabsdiscimg{
    display:inline-block;
    position:absolute;
    z-index:100;
    right:10px;
    top:10px;
}
.posabsdiscimg2{
    display:inline-block;
    position:absolute;
    z-index:100;
    top:5px;
    left:5px;
}
.discnum{
    display:inline-block;
    text-align: center;
    background:#DF0000;
    color:#fff;
    font-size:15px;
    height:35px;
    width:auto;
    font-weight: bold;
	padding:0px 10px;
	white-space:nowrap;
}
.select_style1{
    height:40px;
    border:1px solid #000;
    color:#000;
    font-weight: bold;
    padding:0px 10px;
    font-size:15px;
    margin-left:15px;
}
.promodiv{
    padding-top:50px;
    padding-bottom:20px;
}
.availprompoint{
    margin-bottom:2px;
    border:1px solid #eee;
    background:#f5f5f5;
}
.tableavpro td.tdavpro{
    padding:10px 10px;
    vertical-align: middle;
}
.tableavpro td.tdavpro1{
    width:100px;
    white-space: nowrap;
    vertical-align: top;
}
.tableavpro td.tdavpro2{
    
}
.tableavpro td.tdavpro3{
    width:50px;
    text-align: right;
    vertical-align: top;
}
.copybtn{
    
    display:inline-block;
    width: 50px;
    height: 25px;
    border: 1px solid #000;
    background: #000;
    color:#fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.copybtn:hover{
    background:#000;
}
.copybtnactive{
    background:#1fb638;
}
.copybtnactive:hover{
    background:#1fb638;
}
.co_table_b td.co_td_b{
    width:50%;
}
.co_table_b td.co_td_b_sep{
    width:20px;
}
.co_td_b_div{
    width:20px;
}
.defaultpad2{
    padding:20px;
    border:2px solid #666768;
}
.arrow_dd, .sf-menu .arrow_dd{
	max-width:11px !important;
	vertical-align: middle;
	margin-left:3px;
	width:auto !important;
}
.homepart1{
	height:38vw;
	position: relative;
	z-index:100;
	color:#fff;
}
.hp1btn{
	height:52px;
	padding:0px 20px 0px 15px;
	border:1px solid #fff;
	color:#fff;
	display:inline-block;
	width:auto;
}
.hp1btn:hover{
	background:rgba(255,255,255,0.2);
}
.hp1btn img{
	max-height: 19px;
	vertical-align: middle;
	margin-right:12px;
}
.homepart1b{
	background:#335D49;
	color:#fff;
	padding-top:42px;
	/*padding-bottom:76px;*/
	padding-bottom:22px;
}
.tablehomepart1a td.tdhomepart1a{
	padding-bottom:20px;
	width:25%;
}
.homepart1a_point{
	padding:0px 10px;
}
.homepart1a_img{
	display:inline-block;
	vertical-align:middle;
	width:50px;
	padding-right:20px;
}
	.homepart1a_img img{
		max-width:100%;
		max-height:68px;
	}
.homepart1a_txt{
	width:calc(100% - 70px);
	display:inline-block;
	vertical-align:middle;
}
.tablehp2 td.tdhp2{
	vertical-align: top;
}
.tablehp2 td.tdhp2a{
	width:50%;
}
.tablehp2 td.tdhp2b{
	padding-left:20px;
	padding-top:10px;
}
.tablehp2 td.tdhp2c{
	width:150px;
	padding-left:20px;
}
.hp2pad{
	padding:25px;
	background:#fff;
}
.hp2ib{
	vertical-align: middle;
	display:inline-block;
}
.hp2vsep{
	margin:0px 3px;
	vertical-align: middle;
}
.hp2ib2{
	margin-left:15px;
}
.stockarrow{
	margin-left:10px;
}
.stockdown{
	max-height:10px;
	margin-right:3px;
	vertical-align:middle
}
.stockup{
	max-height:10px;
	margin-right:3px;
	vertical-align:middle
}
.houricon{
	max-height:14px;
	margin-right:3px;
	margin-left:5px;
	vertical-align:middle;
	position:relative;
	top:-1px;
	width:auto !important;
	display:inline-block !important;
}
.atc_qty_border{
	display:inline-block;
	vertical-align:middle;
	width:auto;
	box-sizing:border-box;
	margin-bottom:5px;
}
	.atc_qty_border img{
		max-width:20px;
		vertical-align:middle;
		display:inline-block !important;
	}
	select.input_style1, .input_style1{
		width:60px;
		height:50px;
		border:1px solid rgba(0,0,0,0.1);
		padding:0px 0px;
		background:none;
		color:#000;
		font-size:13px;
		text-align:center;
		vertical-align: middle;
	}
		select.input_style1b{
			height:35px;
		}
		select.input_style1auto{
			width:auto;
			min-width:68px;
		}
		.input_style1slide{
			height:auto;
		}
.btnmore{
	height:52px;
	display:inline-block;
	width:auto;
	padding:0px 55px 0px 30px;
	border:1px solid #8C9196;
	color:#000;
	text-align: left;
	min-width: 130px;
	background:url(images/arrow_more.png) no-repeat right 20px center #fff;background-size:20px auto;

}
	.btnmore:hover{
		background:url(images/arrow_more.png) no-repeat right 10px center #fff;background-size:20px auto;
	}
.btnmore2{
	height:52px;
	display:inline-block;
	width:auto;
	padding:0px 55px 0px 30px;
	border:1px solid #fff;
	color:#fff;
	text-align: left;
	min-width: 130px;
	background:url(images/arrow_more2.png) no-repeat right 20px center transparent;background-size:20px auto;

}
	.btnmore2:hover{
		background:url(images/arrow_more2.png) no-repeat right 10px center rgba(0,0,0,0.5);background-size:20px auto;
	}
.hp3morepart{
	padding-top:20px;
}
.homepart4{
	padding:80px 0px;
	color:#fff;
}
.tablehp4 td.tdhp4{
	vertical-align: middle;
}
.tablehp4 td.tdhp4a{
	width:210px;
	padding-right:30px;
}
.tablehp4 td.tdhp4b{
	padding-right:30px;
}
.tablehp4 td.tdhp4c{
	width:275px;
}
.homepart5{
	padding:80px 0px;
}
.tablehp5 td.tdhp5{
	vertical-align: middle;
	width:50%;
}
.tablehp5 td.tdhp5a{
	padding-right:30px;
}
.tablehp5 td.tdhp5b{
	padding-left:30px;
}
.homepart6{
	padding:80px 0px;
	background:#f5f5f5;
}
.arrow_more3{
	max-height:29px;
	margin-left:10px;
	vertical-align: middle;
}
.hpheadtable td.hpheadtd{
	vertical-align: middle;
}
.hpheadtable td.hpheadtd1{
	padding-right:20px;
}
.hpheadtable td.hpheadtd2{
	width:250px;
	text-align: right;
	
}
.col3{
	display: inline-block;
	vertical-align: top;
	width:33.33%;
	box-sizing: border-box;
	padding:0px 20px 40px 20px;
}
.col3news{
	display: inline-block;
	vertical-align: top;
	width:33.33%;
	box-sizing: border-box;
	padding:0px 20px 40px 20px;
}
.homedestinationimg , .homedestinationimg2, .homedestinationimg3{
	padding-bottom:67%;
}
.homedestinationpad{
	background:#fff;
	padding:20px;
	color:#000;
}
.homedestinationtitle{
    min-height:65px;
}
.authorspan{
	margin-right:0px;
}
.newspointlinesep{
	vertical-align: middle;
	border-bottom:1px solid #335D49;
	margin:0px 3px;
	width:15px;
	display:inline-block;
}
.webfooterpart{
	padding-top:60px;
	padding-bottom:60px;
	color:#000;
}
.tablefooter td.tdfooter{
    vertical-align: top;
}
.tablefooter td.tdfooter1{
	width:30%;
    padding-right:20px;
}
.tablefooter td.tdfooter2{
	padding-right:20px;
}
.tablefooter td.tdfooter3{
	width:350px;
	text-align: right;
}

.tablefootera td.tdfootera{
    vertical-align: top;
	width:50%;
	padding-right:30px;
}
.tablefootera td.tdfootera1{
    
}
.tablefootera td.tdfootera2{
}
.webfooterpart1 a{
    color:#fff;
}
.webfooterpart1 a:hover{
    color:#F9B20C;
}
.footerpoint{
    padding-bottom:15px;
    display:block;
}
.fcontact_point{
    padding-bottom: 15px;
}
.fcontact_pointline{
    padding:15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fcontact_img{
    display:inline-block;
    width:30px;
    padding-right:15px;
    vertical-align: top;
}
.fcontact_img2 img{
    position: relative;
    top:4px;
}
.fcontact_txt{
    display:inline-block;
    width:calc(100% - 60px);
    vertical-align:middle;
    font-size:13px;
    line-height:25px;
	color:#000;
}
.fcontact_img img{
    max-height:22px;
    max-width:22px;
}
.socmed_point2{
	width:36px;
	height:36px;
	border:3px solid #fff;
	box-sizing: border-box;
	background:none;
	display:inline-block;
	vertical-align: middle;
	margin-right:15px;
	text-align: center;
}
.socmed_point2:hover{
	background:#fff;
}
.socmed_point2 img{
	max-width:16px;
	max-height:16px;
}
.socmed_point{
	width:36px;
	height:36px;
	border:3px solid #000;
	box-sizing: border-box;
	background:none;
	display:inline-block;
	vertical-align: middle;
	margin-left:15px;
	text-align: center;
}
.socmed_point:hover{
	background:#fff;
}
.socmed_point img{
	max-width:16px;
	max-height:16px;
	filter:invert(1);
}
input.email_subscribe{
	height:60px;
	border:0px solid #d1d3d4;
	border-right:0px;
    padding-left:15px;
	padding-right:20px;
	width:100%;
	background: #f5f5f5;
	font-size:13px;
	box-sizing:border-box;
	color:#000000;
}
input.emailsubscribebtn{
	height:60px;
	background:#335D49;
	border:none;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:13px;
	cursor:pointer;
	box-sizing:border-box;
	font-weight: bold;
}
input.emailsubscribebtn:hover{
	background:#000000;
}
.tablefooterb td.tdfooterb{
    vertical-align: top;
	padding-right:40px;
}
.tablefooterb td.tdfooterb1{
    
}
.tablefooterb td.tdfooterb2{
}
.footerpointb{
	margin-bottom:15px;
}
.footerpointbline{

}
.opacity05{
	opacity:0.5;
}
.tablefooterc td.tdfooterc{
	padding-right:20px;
}
.tablefooterc td.tdfooterc1{

}
.tablefooterc td.tdfooterc2{

}
.footercpoint{
	display:inline-block;
	vertical-align: top;
	border-radius:5px;
	padding:5px 10px;
	height:36px;
	text-align: center;
	width:71px;
	border:1px solid rgba(0,0,0,0.1);
	margin-right:10px;
	margin-bottom:10px;
}
.footercpoint img{
	max-width: 71px;
	max-height: 36px;
}
.copyright{
	border-top:1px solid rgba(0,0,0,0.1);
	padding-top:30px;
	margin-top:30px;
}
.pageheaderimg{
	height:335px;
	color:#fff;
}
.pageheaderimgpad{
	padding-bottom:60px;
}
.tableabout td.tdabout{
	vertical-align: middle;
	width:50%;
}
.tableabout td.tdabout1{
	padding-right:40px;
}
.tableabout td.tdabout2{
	padding-left:40px;
}
.newsborder{
	border:1px solid rgba(0,0,0,0.15);
}
.backpart{
	padding-top:30px;
}
.back_icon{
	max-width: 29px;
	vertical-align: middle;
	margin-right:15px;
}
.back{
	font-size:15px;
}
.backpart a:hover{
	font-weight: 600;
}
.tablecontactotherpart td.tdcontactotherpart{
	vertical-align:middle;
}
.tablecontactotherpart td.tdcontactotherpart1{
	width:50%;
}
.tablecontactotherpart td.tdcontactotherpart2{
	background:#F5F5F5;
}
.tdcontactotherpart2pad{
	padding:50px;
}
.menuoptionpart{
	border-bottom:1px solid #d1d3d4;
}
.tablefcontact td.tdfcontact{
	vertical-align:middle;
	padding-bottom:12px;
	font-size:15px;
}
.tablefcontact td.tdfcontact1{
	width:35px;
	padding-right:15px;
	vertical-align:top;
}
	.tdfcontact1 img{
		margin-top:3px;
		max-height: 22px;
		max-width: 20px !important;
	}
.tablefcontact td.tdfcontact2{
	line-height:25px;
}
.tablefcontact td.tdfcontact2 a{
	color:#000;
}
	.tablefcontact td.tdfcontact2 a:hover{
		color:#333;
	}
.menupageselect{
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: linear-gradient(180deg, rgba(161, 161, 161, 0.00) 0%, #F5F5F5 100%);
	height:48px;
	width:100%;
	padding:0px 14px;
}
.areapoint{
	border:1px solid rgba(0, 0, 0, 0.2);
	margin-bottom:20px;
}
.areadtitle{
	cursor:pointer;
	padding-top:25px;
	padding-bottom:25px;
	padding-right:60px;
	padding-left:40px;
}
.areadtitle:hover{
	
}
.areadetail{
	display:none;
	padding-top:10px;
	padding-bottom:30px;
	padding-right:40px;
	padding-left:40px;
}
.tablesell td.tdsell{
	vertical-align: top;
}
.tablesell td.tdsellcontent{
	width:50%;
}
.tablesell td.tdsellsep{
	width:20px;
}
.tdsellsepdiv{
	width:20px;
}
.image_div{
	display:none;
}
/*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: top;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
	box-sizing: border-box;
}
/*Also */
 .btn-success {
    color: #000;
    /*background-color: #5cb85c;
    border-color: #4cae4c;*/
	border: 1px solid #000;
	background:#fff;

}
/* 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;
}
.shopcartpoint{
	background:#F5F5F5;
	padding: 20px;
	margin-bottom:15px;
}
.shoppingbag_table td.shoppingbag_td{
	vertical-align: middle;
}
.shoppingbag_table td.shoppingbag_td1{
	width:95px;
	padding-right:25px;
}
.shoppingbag_table td.shoppingbag_td2{
	padding-right:20px;
}
.shoppingbag_table td.shoppingbag_td3{
	width:105px;
	padding-right:25px;
	text-align: right;

}
.shoppingbag_table td.shoppingbag_td4{
	width:115px;
	padding-right:25px;
	text-align: right;

}
.shoppingbag_table td.shoppingbag_td5{
	width:75px;
	text-align: right;

}
.shopping_image{
	border:1px solid rgba(0,0,0,0.2);
}
.vouchercodeborder{
	border:1px solid rgba(0,0,0,0.2);
	padding:6px;
}
.shoppingbag_voucher_code{
	width:100%;
	height:30px;
	border:0px solid #000000;
    box-sizing: border-box;
}
.emailvoucherbtn{
    width:79px;
	height:35px;
    background:#335D49;
    color:#fff;
	border:1px solid #335D49;
    box-sizing: border-box;
}
.shoppingsubheader{
	height:auto;
	border-bottom:none;
	vertical-align:top;
	text-align:center;
	font-size:13px;
}
.shoppingsubheadertable{
	width:100%;
}
.shoppingsubheadertdhead{
	text-align:center;
	vertical-align:bottom;
	padding-bottom:30px;
	
	padding-top:10px;
}
.shoppingsubheadertdspace{
	width:83px;
}
.shoppingsubheadertdbullet{
	width:17px;
}
.shoppingsubheadertdline{
	vertical-align:middle;
}
.shoppingsubheadertdlinediv{
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.dropship_toggle img{
	max-height:23px;
	vertical-align:middle;
	margin-left:10px;
	cursor:pointer;
}
.tablewidth100percent{
	width:100%;
}
.deliverypoint{
	background:#f5f5f5;
	padding:12px 20px;
	margin-bottom:12px;
}
.deliverytable td.deliverytd{
	vertical-align: middle;
}
.deliverytable td.deliverytd1{
	width:25px;
	padding-right:10px;
}
.deliverytable td.deliverytd2{
	width:58px;
	padding-right:20px;
}
.deliverytable td.deliverytd3{
	width:120px;
	padding-right:20px;
}
.deliverytable td.deliverytd4{
	padding-right:20px;
}
.deliverytable td.deliverytd5{
	width:120px;
	text-align: right;
}
.deliveryimg{
	width:100%;
	height:30px;
	background:#fff;
	text-align: center;
}
.deliveryimg img{
	max-height:14px;
	max-width: 36px;
}
.yes_icon{
	max-height: 80px;
}
.co_point{
	padding:9px 9px 9px 20px;
	background:#F5F5F5;
}
.cotable td.cotd{
	vertical-align: middle;
}
.cotable td.cotd1{
	padding-right:15px;
	text-align: left;
}
.cotable td.cotd2{
	width:250px;
	text-align:right;
}
.cobtn{
	display:inline-block;
	vertical-align: middle;
	width:auto;
	padding:0px 20px;
	height:35px;
	font-weight: bold;
	background:#335D49;
	color:#fff;
	border:0px;
	cursor: pointer;
}
.cobtn:hover{
	background:#000;
}
.cobtable td.cobtd{
	vertical-align: middle;
}
.cobtable td.cobtd1{
	width:55px;
	padding-right:10px;
	text-align: left;
	vertical-align: middle;
}
.cobtable td.cobtd1b{
	width:55px;
	padding-right:10px;
	text-align: left;
	vertical-align: middle;
}
.cobtable td.cobtd2{
	padding-right:10px;
	text-align:left;
}
.cobtable td.cobtd2b{
	padding-right:10px;
	text-align:left;
}
.cobtable td.cobtd3{
	width:70px;
	text-align:right;
	vertical-align: middle;
}
.copyiconactive2{
	background:#000;
}
.copyiconactive2:hover{
	background:#000;
}
.copytextarea{
    display:none;
}
.areadtitle{
	background:url(images/plus_icon.png) no-repeat right 30px center;background-size:28px auto;
}
	/*.areadtitle:hover{
		background:url(<?=$rootlink?>images/plus_icon.png) no-repeat right 0px center;background-size:15px auto;
	}*/
	.areadtitleactive{
		background:url(images/plus_icon.png) no-repeat right 30px center;background-size:28px auto;
	}
.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;
}
.confirmhead{
	padding:23px 0px 17px 0px;
	font-size:15px;
}
.confirmframe{
	border:1px solid #dcddde;
	padding:20px;
}
input.login_input_mail{
	background:url(images/mail_icon2.png) no-repeat left 18px center #f9f9f9;
	background-size:25px auto;
	padding-left:60px;
}
input.login_input_pass{
	background:url(images/pass_icon.png) no-repeat left 18px center #f9f9f9;
	background-size:25px auto;
	padding-left:60px;
}
input.login_input_name{
	background:url(images/name_icon.png) no-repeat left 18px center #f9f9f9;
	background-size:20px auto;
	padding-left:60px;
}
input.login_company_name{
	background:url(images/company_icon.png) no-repeat left 18px center #f9f9f9;
	background-size:25px auto;
	padding-left:60px;
}
.eyeicon{
	max-height:30px;
	position:relative;
	top:12px;
	right:10px;
	cursor: pointer;
}