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

@font-face {
	font-family: "Beige Culture Italic";
	src: url('font/Beige Culture Italic.otf');
}

/*@font-face {
	font-family: "DM Sans", sans-serif;
	src: url(font/Akkurat_Pro_Regular.otf);
}
@font-face {
	font-family: "DM Sans", sans-serif;
	src: url(font/Akkurat_Mono.otf);
}
@font-face {
	font-family: "SweetGothic";
	src: url(font/Sweet-SweetGothic-Light.otf);
}
@font-face {
	font-family: "Suomi-Hand";
	src: url(font/Suomi-Hand.otf);
}
@font-face {
	font-family: "Suomi-Hand";
	src: url(font/Suomi-Hand.otf);
}
@font-face {
	font-family: "AlphaMack";
	src: url(font/AlphaMacAOE.ttf);
}
@font-face {
	font-family: "NarrativeBF";
	src: url(font/Bompartes_Fonts_NarrativeBF.otf);
}
@font-face {
	font-family: "Balig";
	src: url(font/BaligUpright-Regular.otf);
}
@font-face {
	font-family: "RunWild";
	src: url(font/RunWild-Demo.ttf);
}
@font-face {
	font-family: "BeautifulHeartbeat";
	src: url(font/Beautiful-Heartbeat.otf);
}*/





/*
@font-face {
	font-family: "Baskerville";
	src: url(font/Baskerville.ttf);
}*/

*{
	scroll-behavior: smooth;
}
html{
	width:100%;
}
body{
	font-family: "DM Sans", sans-serif;
	background: #ffffff;
	margin:0px auto;
	font-size:13px;
	color:#000;
	padding:0px;
	overflow-x:hidden;
	overflow-y:scroll;
	height:auto;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
input, textarea{
	font-family: "DM Sans", sans-serif;
	font-size:13px;
	position:relative;
	color:#939598;
	-webkit-appearance:none;
	padding:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}
td{
	vertical-align:top;
}
img{
	border:none;
}
p{
	margin:0px;	
}
a{
	color:#000;
	-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:#666;
}
b,strong,.fbold{
	font-weight:bold;
}
.fmedium{
	font-weight:500;
}
.fsemibold{
	font-weight:600;
}
: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;opacity:1; }
.txtsearch2::-moz-placeholder { color:#999;opacity:1; } /* firefox 19+ */
.txtsearch2:-ms-input-placeholder { color:#999;opacity:1; } /* ie */
input.txtsearch2:-moz-placeholder { color:#999;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{
	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:#ff0000;
	font-size:14px;
	padding-top:5px;
	display:inline-block;
}
.error2{
	color:#ffa4a4;
	font-size:15px;
}
.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%;
}
.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; }


.leftborderrad5{
	-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;
}
.rightborderrad5{
	-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;
}
.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;
}
.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-topmright: 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;
}
/*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track-piece:start {
    background: transparent url('images/scrollbar_transparent.png') repeat-y !important;
}
::-webkit-scrollbar-track-piece:end {
    background: transparent url('images/scrollbar_transparent.png') repeat-y !important;
}
::-webkit-scrollbar-track {
	background: linear-gradient(180deg, #ffffff 0%, #FFDEEF 100%)!important;
}
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.45);
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,.47);
}
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {
    width: 6px;
}*/

.shadow{
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.shadow2{
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}

.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:280px;
	width:calc(100% - 80px);
	padding:0px 40px;
	margin:0px auto;
}
.containerpadding{
	min-width:280px;
	max-width:935px;
	margin:0px auto;
	padding-left:20px;
	padding-right:20px;
}
.container2{
	padding:0px 6.7vw;
}
.container3{
	min-width:280px;
	max-width:1100px;
	padding:0px 20px;
	margin:0px auto;
}
.container4{
	min-width:280px;
	max-width:1200px;
	padding:0px 20px;
	margin:0px auto;
}
.container5{
	min-width:280px;
	max-width:720px;
	padding:0px 20px;
	margin:0px auto;
}
.header{
	height:auto;
	/*padding-top:30px;*/
	padding-bottom:30px;
	position:fixed;
	z-index:30000;
	width:100%;
	/*background: rgba(253,251,245,0.5) !important;*/
	background:none;
	/*box-shadow:0px 0px 10px rgba(0,0,0,0.1);*/
	font-size:15px;
	text-align:center;
}
	.headershadowpink{
		box-shadow:0px 8px 0px #ab0000;
	}
	.headeractive, .headeractivescroll, .headermactive{
		/*background: rgba(253,251,245,0.9) !important;*/
		background:#fff !important;
		box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	}
.displaym, .displaym_inlineblock, .webfooterdisplaym, .headnavdisplaym, .menudisplaym, .displaym640{
	display:none;
}
.headertop{
	height:34px;
	border-bottom:0px solid #e6e7e8;
	text-align:center;
	background: #ba0c2f;
	color:#fff;
}
table.headertoptable td{
	height:34px;
	vertical-align:middle;
	
}
.hmenupoint{
	height:34px;
	padding:0px 10px;
	width:auto;
	display:inline-block;
	font-size:13px;
}
.hmenupoint:hover{
	background:#fff;
}
.hmenupoint2{
	font-size:15px;
	height:50px;
	padding:0px 10px;
	width:69px;
	display:inline-block;
	vertical-align:middle;
	background:#fff;
	color:#21525d;
	border:2px solid #21525d;
	text-align:center;
}
.hmenupoint2:hover{
	background:#ba0000;
	color:#fff;
	
	
}
	.hmenupoint2_2{
		height:54px;
		border:0px;
		vertical-align:middle;
		background:#21525d;
		color:#fff;
	}
a.a_menu2{
	color:#fff;
}
a.a_menu2:hover{
	color:#ddd;
}
.borderright1white{
	border-right:1px solid #fff;
}
.headermiddleptable td.headermiddleptd{
	height:105px;
	vertical-align:middle;
	color:#000;
}
.headermiddleptable td.headermiddleptd1{
	width:220px;
	padding-right:20px;
}
.headermiddleptable td.headermiddleptd2{
	width:135px;
	padding-right:20px;
}
.headermiddleptable td.headermiddleptd3{
}
.headermiddleptable td.headermiddleptd4{
	padding-left:20px;
	width:335px;
	font-weight:bold;
}
.menubtncategory{
	display:inline-block;
	cursor:pointer;
	font-size:15px;
}
.menubtncategory img{
	vertical-align:middle;
	margin-right:7px;
	position:relative;
	top:0px;
}
.menubtncategory:hover{
	color:#000;
}
.menubtntext{
	font-weight:bold;
}
.header_search_box{
	margin-top:50px;
	width:100%;
	background:none;
	border-bottom:1px solid #000;
	height:54px;
}
.search_input{
	text-align:center;
	width:100%;
	height:52px;
	border:0px;
	background:none;
	font-size:16px;
}
.search_img{
	position:relative;
}
.btnsearch{
	height:54px;
	width:65px;
	background:#21525d;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	cursor:pointer;
}
	.btnsearch:hover{
		background:#ba0000;
	}
.headerbottom{
	background:#fff;
	color:#000;
	font-size:15px;
	position:relative;
	top:60px;
	
	display:none;
	overflow-y:auto;
	max-height:calc(100vh - 200px);
}
.headerbottompad{
	padding:18px 25px 35px 35px;
	width:265px;
	text-align:left;
}
.headerbottompoint{
	padding:15px 25px 15px 0px;
	border-bottom:1px solid #e8e9ea;
	
	background:url(images/arrow_dd.png) no-repeat right 15px center;
	line-height:16px;
}
a.a_headerbottom2{
	font-weight:bold;
	color:#21525d;
}
	a.a_headerbottom2:hover{
		text-decoration:underline;
	}
.headersep{
	height:140px;
}
	.headersep2{
		height:140px;
	}
.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;
	}
.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:40px;/*90px*/
	line-height:50px;
}
	.page_title11b, .pagetitle11b{
		font-size:40px;
		line-height:50px;
		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: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;
}
	.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% !important;
		width:auto !important;
		height:auto !important;
	}
.page_description3, .pagedescription3{
	font-size:11px;
	line-height:15px;
}
.lineheight50{
	line-height:50px;
}
.lineheight60{
	line-height:60px;
}
.content1description, .content2descpart{
}
	.content1descriptionp p{
		margin-bottom:10px;
	}
	.content1descriptionp li{
		padding-bottom:10px;
	}
	.content1descriptionp em, .content1descriptionp i{
		font-style:italic;
	}
.content2descpartborder{
	background:none;
}
.content2descpartpad{
	padding:25px 0px 30px 0px;
}
.content2descpartheadpad{
	padding:15px 0px 15px 0px;
	/*border-bottom:1px solid #000;*/
}
.content2descpartheadpad2{
	padding:20px 0px 0px 0px;
}
.btn1{
	width:100%;
	height:50px;
	/*background:#000;*/
	background:#ba0c2f;
	color:#fff;
	border:0px;
	font-size:14px;
	padding:0px 40px;
	cursor: pointer;
}
	.btn1:hover{
		background:#000;
	}
	.btn1w1{
		width:70%;
	}
	.btn1auto{
		width:auto;
	}
.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;
}
.nooverflow{
	overflow:hidden;
}

.colorpink{
	color: #FFACAC;
}
.colorwhite{
	color:#fff;
}
.colorblack{
	color:#231f20;
}
.colororange{
	color:#f6852b;
}
.colorgreen{
	color:#57b519;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#21525d;
}
.colorgrey{
	color:#939598;
}
.colordgrey{
	color:#58595b;
}
.colorlgrey{
	color:#aaa;
}
.colorred{
	color:#f00;
}
.colordred{
	color:#ba0c2f;
}
.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;
}
.maxwidth540{
	max-width:540px;
}
.maxwidth600{
	max-width:600px;
}
.maxwidth750{
	max-width:750px;
}
.maxwidth850{
	max-width:850px;
}
.degmin4{
	transform: rotate(-4deg);
}
.linedashed1{
	/*border-bottom: 1px dashed #000000;*/
	background-image: linear-gradient(to right, #000 30%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 3px 1px;
	background-repeat: repeat-x;
	height:1px;
}
.font_akurrat_mono{
	/*font-family: "DM Sans", sans-serif;*/
	font-family: "DM Sans", sans-serif;
}
.font_sweetgothic{
	/*font-family: "SweetGothic";*/
	font-family: "DM Sans", sans-serif;
	/*letter-spacing: -0.1em;
	text-transform:lowercase;*/
}
.font_suomihand{
	/*font-family: "Suomi-Hand";*/
	font-family: "DM Sans", sans-serif;
}
.fontalphamack{
	/*font-family: "AlphaMack";*/
	font-family: "DM Sans", sans-serif;
}
.fontnarrative{
	/*font-family: "NarrativeBF";*/
	font-family: "DM Sans", sans-serif;
}
.fontbalig{
	/*font-family: "Balig";*/
	font-family: "DM Sans", sans-serif;
}
.fontbeigeculture{
	font-family: "Beige Culture Italic";
}
.line1{
	margin:10px 0px;
	background-image: linear-gradient(to right, #000 30%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 3px 1px;
	background-repeat: repeat-x;
	height:1px;
}
.line2{
	height:1px;
	background-image: linear-gradient(to right, #000 30%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
.letterspa01em{
	letter-spacing: 0.1em;
}


.headerpoint{
	display:inline-block;
	vertical-align:middle;
	padding-left:40px;
	padding-right:40px;
	line-height:20px;
	font-weight: 500;
}
	/*.headerpointactive, .headerpointb:hover{
		font-family: "Suomi-Hand";
		font-size:24.5px;
	}
	.headerpointactive2, .headerpointb2:hover{
		font-family: "RunWild";
		font-size:17.5px;
	}
	.headerpointactive3, .headerpointb3:hover{
		font-family: "BeautifulHeartbeat";
		font-size:28px;
	}
	.headerpointactive4, .headerpointb4:hover{
		font-family: "AlphaMack";
		font-size:26px;
	}*/
	.headerpoint a:hover{
		color:#000;
		font-weight: bold;
	}
	.headerpoint:first-child{
		padding-left:0px;
	}
	.headerpoint:last-child{
		padding-right:0px;
	}
.headerpoint2{
	padding-left:40px;
	padding-right:40px;
}
.logo{
	width:130px;
}
.tableheader td.tdheader{
	vertical-align:middle;
}
.tableheader td.tdheader1{
	width:50%;
	text-align:right;
}
.tableheader td.tdheader3{
	width:50%;
	text-align:left;
}
.tableheader td.tdheader2{
	width:150x;
	text-align:center;
	padding-left:60px;
	padding-right:60px;
}
.headerpointsearchimg{
	height:16px;
}
.homepart1imgdiv, .homepart1vh{
	height:100vh;
	position:relative;
	z-index:1;
}
.h1_t1{
	padding-top:10vh;
	font-size:45px;
	/*text-transform:uppercase;
	letter-spacing: -0.1em;*/
}
.h1btn{
	width:200px;
	height:35px;
	background: #2F83D8;
	font-size:15px;
	border:0px;
	color:#000;
}
.numbtn{
	background: #FFCE26;
	width:15px;
	height:15px;
	display:inline-block;
	text-align:center;
	font-size:10px;
	line-height:15px;
	position:relative;
	top:-10px;
	left:-5px;
}
.hpoint{
	display:inline-block;
	vertical-align:top;
	padding:0px 30px;
	width:120px;
}
	.hpoint img{
		max-height:100px;
	}
.hddtoggle{
	padding-top:30px;
	display:none;
}
.hddtogglem{
	display:none;
}
.mstoggle{
	display:none;
	padding-top:40px;
}
.homepart2{
	padding-top:8.3vw;
	padding-bottom:8.3vw;
	padding-left:6.7vw;
	padding-right:6.7vw;
	background: #ffffff;
}
.tablehp2 td.tdhp2{
	vertical-align:middle;
}
.tablehp2 td.tdhp2_1{
	width:60%;
}
.tablehp2 td.tdhp2_2{
	text-align:left;
	padding-left:6.7vw;
}
.tablehp3 td.tdhp3{
	vertical-align:middle;
	text-align:center;
	width:50%;
}
.tablehp3 td.tdhp3_1{
	
}
.tablehp3 td.tdhp3_2{
}
.tdhp3_1y{
	background: #ffffff;
}
.tdhp3_1b{
	background: #ffffff;
}
.tdhp3pad{
	padding-top:4.1vw;
	padding-bottom:4.1vw;
	padding-left:8.3vw;
	padding-right:8.3vw;
}
	.tdhp3pad img{
		max-width:275px;
		max-height:275px;
	}
.homepart4{
	padding-top:8.3vw;
	padding-bottom:8.3vw;
	padding-left:6.7vw;
	padding-right:6.7vw;
	background: #ffffff;
}
.tablehp4 td.tdhp4{
	vertical-align:middle;
	width:50%;
}
.tablehp4 td.tdhp4_1{
	text-align:center;
	padding-right:6.7vw;
}
.tablehp4 td.tdhp4_2{
	
}
.homepart4orn1{
	width:14vw;
	position:relative;
	left:-10vw;
	top:-10vw;
}
.homepart4b{
	padding-top:80px;
	padding-bottom:80px;
	text-align:center;
	background: #ffffff;
}
.iframevideohome{
	height:80vh;
}
.webfooterpart1{
	padding-top:7.9vw;
	padding-bottom:7.9vw;
	text-align:center;
}
input.email_subscribe{
	height:50px;
	border:0px solid #d1d3d4;
	border-right:0px;
	padding-right:20px;
	width:100%;
	background: none;
	font-size:15px;
	box-sizing:border-box;
	color:#000;
}
input.emailsubscribebtn{
	height:50px;
	background:none;
	border:none;
	width:100%;
	text-align:center;
	color:#000;
	font-size:15px;
	cursor:pointer;
	box-sizing:border-box;
}
input.emailsubscribebtn:hover{
	background:#eee;
}
.subscribepart{
	border-bottom: 1px solid #000000;
}
.socmedpoint{
	margin:0 12px;
}
	.socmedpoint img{
		max-height:20px;
	}
.footerpoint{
	margin:0 2vw;
}
.centermargin{
	margin:0px auto;
}
.aboutpart1{
	padding-top:8vw;
	padding-bottom:8vw;
	padding-left:6.7vw;
	padding-right:6.7vw;
	text-align:center;
}
.aboutpart2{
	padding-bottom:14vw;
	padding-left:6.7vw;
	padding-right:6.7vw;
	text-align:center;
}
.tableap2 td.tdap2{
	vertical-align:middle;
	
}
.tableap2 td.tdap2_1{
	text-align:center;
	width:55%;
}
.tableap2 td.tdap2_2{
	padding-left:6.7vw;
}
.ap1orn1{
	width:15.9vw;
	position:relative;
	left:6vw;
	top:1.5vw;
}

.ap1orn2{
	width:11.6vw;
	position:relative;
	left:6vw;
	top:-7.5vw;
}

.aboutpart3{
	padding-bottom:14vw;
	padding-left:6.7vw;
	padding-right:6.7vw;
	text-align:center;
}
.tableap3 td.tdap3{
	vertical-align:middle;
	
}
.tableap3 td.tdap3_1{
	text-align:center;
	padding-right:6.7vw;
}
.tableap3 td.tdap3_2{
	width:55%;
}
.ap3orn1{
	width:22.5vw;
	position:relative;
	left:-15vw;
	top:-10vw;
}
.ap4orn1{
	width:20vw;
	position:relative;
	left:-2vw;
	top:-10vw;
}
.ap4orn2{
	width:11vw;
	position:relative;
	left:7vw;
	top:-15vw;
}
.ap4orn3{
	width:12.3vw;
	position:relative;
	left:7vw;
	top:-7.5vw;
}
.pagecontentpart{
	padding-top:175px;
	padding-bottom:175px;
}
.areapoint{
}
.areadtitle{
	font-size:15px;
	line-height:20px;
	cursor:pointer;
	
	padding-left:30px;
	padding-right:30px;
	/*border-bottom:1px solid #ebecec;*/
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
}
.areadtitle:hover{
}
.areadetail{
	display:none;
	font-size:15px;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
}
.areadline{
	background-image: linear-gradient(to right, #000 30%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
.areaheadpoint{
	text-align:center;
	    padding-bottom: 10px;
}
.areaheadtag{
	padding:0px 40px;
	height:50px;
	display:inline-block;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing: 0.02em;
	text-align: center;
}
.areaheadtag1{
	background: #36AC9B;
	position:relative;
	left:27%;
	transform: rotate(-10deg);
}
.areaheadtag2{
	background: #EF985A;
	position:relative;
	left:55%;
	transform: rotate(15deg);
}
.areaheadtag3{
	background: #EF446B;
	position:relative;
	left:27%;
	transform: rotate(-10deg);
}
.dpsteptag{
	position:relative;
	left:0%;
	transform: rotate(-14deg);
	top:-10px;
}
.dphtutag{
	position:relative;
	left:0%;
	top:-15px;
	transform: rotate(13.01deg);
}
input.form_input2, textarea.form_input2{
	border:0px;
	border-bottom:1px solid #000;
	width:100%;
	padding:0px 0px;
	height:45px;
	font-size:13px;
	color:#333;
	background:none;
}
	.input_box2b input.form_input2, .input_box2b textarea.form_input2{
		border:1px solid #dadcdd;
		background:#f1f2f2;
		width:100%;
		padding:0px 20px;
		height:47px;
		font-size:15px;
		color:#333;
	}
.input_box2{
	padding-bottom:13px;
}
	.input_box2b{
		padding-bottom:10px;
	}
textarea.message_box, .input_box2b textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:255px;
	background: #ffffff;
}
input.submit_btn{
	height:45px;
	width:100%;
	background:#000;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:13px;
}
input.submit_btn:hover{
	background-color:#000;
	
}
.dptable td.dptd{
	width:33.33%;
	vertical-align:top;
	text-align:center;
}
.dptable td.dptd1{
	padding-right:40px;
	vertical-align:middle;
}
.dptable td.dptd2{
	
}
.dptable td.dptd3{
	padding-left:40px;
	vertical-align:middle;
}
.picon_point{
	width:70px;
	font-size:9px;
	line-height:11px;
	box-sizing:border-box;
	padding:0px 5px;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	margin-bottom:10px;
}
.picon_img{
	height:40px;
}
	.picon_img img{
		max-width:50px;
		max-height:40px;
	}
.main_image_div{
	
}
.detail_product_img_point{
	/*margin:0px 9px;*/
	margin:0px 5px;
	display:inline-block;
	border:1px solid transparent;
	margin-bottom:9px;
	padding:2px;
}
	.detail_product_img_point_active{
		border:1px solid #707070;
	}
.detail_product_img_point img{
	width:75px;
}
.imgproduct{
	max-width:100%;
	
	position:relative;
	/*z-index:2000;*/
}
.detail_product_img{
	width:75px;
}
select.input_style1, .input_style1{
	width:43px;
	height:35px;
	border:0px solid #bcbec0;
	padding:0px 0px;
	background:none;
	color:#000;
	font-size:15px;
	text-align:center;
	vertical-align: middle;
}
	select.input_style1b{
		height:35px;
	}
	select.input_style1auto{
		width:auto;
		min-width:68px;
	}
	.input_style1slide{
		height:auto;
	}
.atc_qty_border{
	display:inline-block;
	vertical-align:middle;
	width:auto;
	padding:5px 10px;
	border: 1px solid #000000;
	box-sizing:border-box;
	height:45px;
}
	.atc_qty_border img{
		max-width:8px;
		vertical-align:middle;
	}
.atc_qty_noborder{
	display:inline-block;
	vertical-align:middle;
	width:auto;
	box-sizing:border-box;
	height:auto;
}
	.atc_qty_noborder img{
		max-width:8px;
		vertical-align:middle;
	}
.detail_product_outofstock{
	font-weight:bold;
	font-size:15px;
	color:#dd0000;
}
.addtobag_button{
	width:200px;
	height:45px;
	font-size:14px;
	background:#000;
	color:#fff;
	border:0px;
	cursor:pointer;
	vertical-align:top;
}
	.addtobag_button2{
		background:#f1f2f2;
		color:#6d6e71;
	}
	.addtobag_button_ml{
		margin-left:10px;
	}
.addtobag_button:hover{
	background:#444;
	color:#fff;
}
.dpanchor{
	height:50px;
	background-image: linear-gradient(to right, #000 30%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
	.dpanchor:hover{
		color:#666;
	}
.dp_ingredient_part{
	padding-top:70px;
	text-align:center;
}
.pingredient_point{
	display:inline-block;
	vertical-align:top;
	width:50%;
	box-sizing:border-box;
	padding:0px 60px 40px 60px;
}
.pingredient_img{
	height:70px;
}
	.pingredient_img img{
		max-width:70px;
		max-height:70px;
	}
.pinfo_point{
	display:inline-block;
	vertical-align:middle;
	width:50%;
	box-sizing:border-box;
	padding:0px 60px 20px 60px;
}
.pinfo_img{
	height:70px;
}
	.pinfo_img img{
		max-width:70px;
		max-height:70px;
	}
.dp_howtouse_part{
	padding-top:100px;
	padding-bottom:50px;
}
.tablehtu td.tdhtu{
	vertical-align:middle;
}
.tablehtu td.tdhtu_1{
	width:50%;
}
.tablehtu td.tdhtu_2{
	text-align:center;
	padding-left:6.7vw;
}
.logininputdiv{
	padding-bottom:15px;
}
	.logininputdiv .login_button{
		margin-top:20px;
	}
input.login_input{
	width:100%;
	height:45px;
	text-align:left;
	border:0px;
	border-bottom:1px solid #000;
	background:none;
	font-size:13px;
}
input.login_button{
	width:100%;
	height:45px;
	text-align:center;
	border:none;
	background:#ba0c2f;
	color:#fff;
	font-size:15px;
	cursor:pointer;
	font-family: "DM Sans", sans-serif;
}
input.login_button:hover{
	background:#000;
}
input.login_button2{
	width:350px;
	height:45px;
	text-align:center;
	border:none;
	background:#fff;
	border:1px solid #bcbec0;
	color:#333;
	font-size:15px;
	font-family: "DM Sans", sans-serif;
	cursor:pointer;
}
input.login_button2:hover{
	background:#333;
	color:#fff;
}
a.a_login{
	color:#000;
}
a.a_login:hover{
	text-decoration:underline;
}
a.a_login2{
	color:#000;
	text-decoration:underline;
}
a.a_login2:hover{
	color:#666;
}
.headernotify{
	background-color:#ef4056;
	color:#fff;
	
	top:185px;
	width:100%;
	height:50px;
	font-size:15px;
	z-index:10000;
	position:fixed;
	top:120px;
}
.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;
}
input.checkbox_register{
	-webkit-appearance:checkbox;
}
input.register_input{
	width:calc(100% - 32px);
	max-width:383px;
	padding-left:15px;
	padding-right:15px;
	height:41px;
	border:0px solid #d1d3d4;
	border-bottom:1px solid #000;
	background:none;
	color:#333;
	font-size:13px;
}
select.register_select{
	width:100%;
	max-width:415px;
	padding-left:15px;
	padding-right:15px;
	height:45px;
	text-align:center;
	border:0px solid #d1d3d4;
	border-bottom:1px solid #000;
	background:none;
	color:#333;
	font-size:13px;
}
select.register_select_ep{
	
}
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 #000;
	background:none;
	color:#333;
	font-size:13px;
}
input.register_button{
	width:100%;
	max-width:512px;
	height:45px;
	text-align:center;
	border:none;
	background:#ba0c2f;
	color:#fff;
	font-size:15px;
	cursor:pointer;
}
input.register_button:hover{
	background:#000;
}
.contact_input_div{
	padding-bottom:10px;
}
#menuslidebackpart,#menuslidebackpart2,#menuslidebackpart2bb,#menuslidebackpart3,#menuslidebackpart_login,#menuslidebackpart_register,#menuslidebackpartpopup1,#menuslidebackpartpopup2, #menuslidebackpartpopup2b{
	position:fixed;	
	z-index:39999;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.7;
}
.popupindexb{
	position:relative;
	z-index:9999999;
	width:830px;
	
	background:#e0dcdb;
	color:#333;	
    
}
.popupindex2b{
	position:relative;
	z-index:9999999;
	width:600px;
	
	background:none;
	color:#333;	
    
}
#posfixed_subscribe1b{
    left:50%;
    top:110px;
	margin-left:-415px;
}
#posfixed_subscribe2b{
    left:50%;
    top:calc(50vh - 200px);
	margin-left:-300px;
}
.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:150px;
}
.popupindex_login{
	position:relative;
	z-index:9999999;
	border:none;
	background:#fff;
	color:#939598;
	width:474px;
	height:calc(100vh - 300px);
	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;
}
.cart_slide{
	background: #F5DADF;
	width:100%;
	max-width:640px;
	height:100vh;
	position:fixed;
	z-index:31001;
	overflow-y:auto;
	color:#000;
	box-shadow: 0px 0px 10px #999;
	right:0px;
	display:none;
}
.cart_slide_pad{
	padding:30px 35px;
}
.tablecart td.tdcart{
	vertical-align:top;
}
.tablecart td.tdcart1{
	width:12px;
}
.tablecart td.tdcart2{
	text-align:center;
}
.tablecart td.tdcart3{
	width:12px;
}
#closecart_icon{
	max-height:12px;
}
.tablebag td.tdbag{
	vertical-align:top;
	padding-bottom:30px;
}
.tablebag td.tdbag1{
	width:22.5%;
	padding-right:45px;
}
.tablebag td.tdbag2{
	padding-top:20px;
}
.tablebag td.tdbag3{
	width:22.5%;
	padding-left:45px;
	padding-top:20px;
	text-align:right;
}
.shopping_image img{
	max-width:100%;
}
.shoppingbag_remove_btn{
	height:22px;
	width:22px;
	background:#f1f2f2;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
}
.shoppingbag_remove_btn:hover{
	background:#eee;
}
.shoppingbag_remove_text{
	width:auto;
	display:inline-block;
	text-decoration:underline;
	vertical-align:middle;
	margin:0px 3px;
}
.homesubscribetable{
	border-collapse:collapse;
}
.homesubscribetable td{
	border:1px solid #000;
}
input.email_voucher{
	height:40px;
	border:1px solid #d1d3d4;

	padding:0px 20px;
	width:100%;
	background:none;
	font-size:14px;
	box-sizing:border-box;
}
input.emailvoucherbtn{
	height:40px;
	background-color:transparent;
	border:none;
	width:100%;
	text-align:center;
	color:#000;
	font-size:14px;
	letter-spacing: 0.02em;
	cursor:pointer;
	box-sizing:border-box;
}
input.emailvoucherbtn:hover{
	background:#000;
	color:#fff;
}
.content1lefttd{
	width:255px;
	padding-right:0px;
}
.content1righttd{
	padding-left:35px;
}
.sidebar1pad{
	font-size:13px;
	padding-bottom:80px;
	
}
.sidebar1_header{
	padding-bottom:15px;
	padding-top:15px;
}
.sidebar1_point{
	padding-bottom:15px;
}
	.sidebar1_point img{
		margin-right:5px;
	}
.sidebar1_pointpad{
	padding-left:15px;
}
.content2descpart{
	padding:10px 0px 40px 0px;
	background:none;
}
.content2descpart2{
	padding:40px 0px 0px 0px;
	background:none;
}
.sidebar1_headerseparator{
	height:1px;
	background:#ebeced;
	margin-top:15px;
	margin-bottom:20px;
}
.sidebar1pad a:hover, .sidebar1pad a.a_active{
	color:#000;
	text-decoration:underline;
}
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:top;
	/*border-bottom:1px solid #ddd;*/
}
td.myaccount_td_header{
	color:#000;
	text-align:left;
	/*border-bottom:1px solid #000;*/
	padding:10px 5px 10px 5px;
	font-size:11px;
	font-family: "DM Sans", sans-serif;
	text-transform:uppercase;
}
input.confirmpay_button{
	width:auto;
	padding-left:0px;
	padding-right:0px;
	margin-right:10px;
	height:auto;
	background-color:transparent;
	font-size:13px;
	color:#000;
	text-align:center;
	border:0px solid #ddd;
	cursor:pointer;
	margin-bottom:5px;
	text-decoration:underline;
}
input.confirmpay_button:hover{
	background-color:#000;color:#fff;
}
.myaccount_table2 .tr_invoice{
	font-size:13px;
	border-top:1px solid #ddd;
}
.myaccount_table2 .tr_invoice:hover{
	/*background-color:#f9f9f9;*/
}
.myaccount_table2 tr td:first-child{
	padding-left:0px;
}
.shoppingbag_voucher_code{
	width:160px;
	padding:0px 10px;
	height:32px;
	border:1px solid #000;
	background:none;
}
.myprof_table td{
	padding-top:6px;
	padding-bototm: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_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;
}
.register_label{
	padding-top:12px;
	font-size:13px;
}
.biginfotext{
	padding-top:60px;
	text-align:center;
	font-size:60px;
	color:#000;
}
.biginfodescription{
	padding-bottom:100px;
	text-align:center;
}
.searchpoint{
	display:inline-block;
	vertical-align:top;
}
.searchpointpad{
	padding:0px 20px 40px 20px;
}
.searchpoint{
	width:260px;
}
.seachpoingimg{
	padding-bottom:100%;
}
.tncdescription strong, .tncdescription b{
	text-transform: uppercase;
	font-weight:500;
}
.dnp_pad{
	padding:20px;
	/*border:1px solid #000;*/
}
.dnp_head{
	height:70px;
	line-height:70px;
	font-size:15px;
	padding-left:25px;
	padding-right:25px;
	margin-bottom:20px;
}

.inputradio{
	-webkit-appearance:radio;
}
.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:7px solid #f1f2f2;*/
	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:50px;
	max-height:50px;
}
.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 #d7d8d9;
	vertical-align:top;
	color:#222;
	padding-right:10px;
}
	.rekaptableco .rekaptrbody:last-child td{
		border-bottom:0px;
	}
.rekaptable3 td{
	padding-bottom:14px;
	padding-top:14px;
	border-top:1px solid #d7d8d9;
	vertical-align:top;
}
	.rekaptable3 td:last-child{
		padding-right:10px;
	}
.rekaptable2{
}
.rekaptable2 td{
	font-size:13px;
	padding-top:10px;
	padding-right:10px;
}
	.rekaptable2 td:last-child{
		padding-right:10px;
	}
.rekaptable2b td{
	font-size:12px;
	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 #FFE0D5;background:#FFE0D5;font-size:18px;
}
.sdp_spec_table td{
	vertical-align:middle;
}
.sdp_spec_td2{
	text-align:right;
	width:45%;
	padding-left:10px;
}
.sdp_spec_td1{
}
.sdp_spec_select{
	width:100%;
	border:1px solid #ddd;
	height:30px;
}
.colour_available_sec{
	padding-top:10px;
	font-weight:bold;
	color:#36C;
}
.shoppingbag_checkout_btn{
	width:162px;
	height:51px;
	font-size:15px;
	background:#21525d;
	color:#fff;
	border:0px;
	cursor:pointer;
	vertical-align:top;
}
.shoppingbag_checkout_btn:hover{
	background:#000;
	cursor:pointer;
}
.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:#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;
}
.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;
}
.table_accountconfirmpay td:first-child{
	width:200px;
	padding-right:10px;
}
.shopbagmtriggerdiv{
	margin-left:20px
}
.inv_label{
	display:none;
}
.nowrap{
	white-space:nowrap;
}
.hp4bpoint{
	display:inline-block;
	vertical-align:middle;
	width:25%;
	box-sizing:border-box;
	padding:0px 20px 40px;
}
	.hp4bpoint img{
		width:100%;
		max-width:200px;
		max-height:200px;
	}
.hddtoggleoverflow{
    overflow-y:auto;
    max-height:calc(100vh - 140px);
}
.headershippinginfo td.headershippinginfotd{
    vertical-align: middle;
}
.headershippinginfo td.headershippinginfotd1{
    padding-right:10px;
    text-align: left;
}
.headershippinginfo td.headershippinginfotd2{
    padding-left:10px;
    text-align: right;
}
.confirmheadbtn{
    height:22px;
    width:auto;
    padding:0px 10px;
    background:#000;
    border:0px;
    color:#fff;
    cursor: pointer;
}
.tablepopupa td.tdpopupa{
    height:500px;
}
.tablepopupa td.tdpopupa1{
    width:300px;
}
.tablepopupa td.tdpopupa2{
    text-align: left;
    padding:20px 0px 20px 40px;
    vertical-align: top;
}
.overflowsubscribe{
    max-height:400px;
    overflow-y:auto;
    padding-right:40px;
}
.popupclosebtn{
    padding-right:40px;
}
.imgtypeout{
    display:inline-block;
    vertical-align: top;
    width:60px;
	margin-right:1px;
    padding:2px;
    margin-bottom:8px;
    text-align: center;
}
.imgtypepoint{
	display:inline-block;
	border:1px solid #eee;
	
	
}
.imgtypepoint:hover, .imgtypepointactive{
	border:1px solid #ccc;
}
.imgtypepoint img, .imgtypepoint .imgtypepointdiv{
	width:60px;
	height:60px;
}
.imgtypepoint img.imgtypepointdivimg{
	width:64px;
	height:64px;
}
.customPrevBtn{
	position:relative;
	top:12.5vw;
	z-index:1000;
	left:-20px;
	opacity:1;
	cursor:pointer;
	max-width: 15px;
}
.customNextBtn{
	position:relative;
	top:12.5vw;
	z-index:1001;
	right:-20px;
	opacity:1;
	cursor:pointer;
	max-width: 15px;
}
.customPrevBtn:hover, .customNextBtn:hover{
	opacity:1;
}
.customPrevBtn2{
	position:relative;
	top:7.5vw;
	z-index:1000;
	left:10px;
	opacity:1;
	cursor:pointer;
}
.customNextBtn2{
	position:relative;
	top:7.5vw;
	z-index:1001;
	right:10px;
	opacity:1;
	cursor:pointer;
}
.customPrevBtn2:hover, .customNextBtn:hover{
	opacity:1;
}
.hp3pointpad{
	padding:0px 10px 20px 10px;
}
.hp3point{
	background:#f5f5f5;
}
.hp3pointimgpad{
	text-align:center;
	padding:40px 40px;
}
.hp3pointimg{
	aspect-ratio: 1/1;
	max-height: 250px;
    margin: 0px auto;
}
.hp3txtdiv{
	padding:0px 20px 20px 20px;
}
.hp3_txt1{
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 100px);
	box-sizing: border-box;
	padding-right:20px;
}
.hp3_txt2{
	display:inline-block;
	vertical-align:top;
	width:100px;
	text-align: right;
}
.homeproductpart{
	padding-bottom:70px;
}