@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');
@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Futura-Light';
	src: url('../fonts/Futura-Light.eot');
	src: url('../fonts/Futura-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Futura-Light.woff2') format('woff2');
	src: url('../fonts/Futura-Light.svg#FuturaBT-Light') format('svg'),  url('../fonts/Futura-Light.ttf') format('truetype'),  url('../fonts/Futura-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
html, body {
	width: 100%;
	margin: 0px;
}
body {
	width: 100%;
	font-weight: 500;
	margin: 0px;
	font-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #ffffff;
	font-size: 16px;
	color: #000;
	/*font-family: 'Josefin Sans', Arial, Helvetica, "Microsoft JhengHei", "å¾®è»Ÿæ­£é»‘é«”", sans-serif;*/
	font-family: 'Futura-Light';
}
a {
	outline: none;
	text-decoration: none;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	vertical-align: top;
}
i {
	font-style: normal;
}
h1, h2, h3, h4, h5, p {
	padding: 0;
	margin: 0;
}
img {
	border: none;
	max-width: 100%;
}
input, select, textarea {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	font-family: 'Raleway', Arial, Helvetica, "Microsoft JhengHei", "å¾®è»Ÿæ­£é»‘é«”", sans-serif;
}
button, input[type=button], input[type=submit], input[type=reset] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* ---------------- clear fix ---------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.row.xpb-4 {
	margin-top: 50px;
}
.banner {
	/* margin-top: 9px; */
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/*-------------------------------------------------------------------------------------*/
/* LAYOUT */

#wrap {
	width: 100%;
	min-width: 1170px;
	background-color: #ffffff;
	position: relative;
	z-index: 1000;
	overflow: hidden;
}
#wrap .container {
	width: 100%;
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px auto;
	position: relative;
	box-sizing: border-box;
	display: block;
}
#wrap .overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5000;
	width: 0;
	height: 0;
	background-color: rgba(0,0,0,0.3);
	opacity: 0;
}
#wrap .back_to_top {
	position: fixed;
	right: 25px;
	bottom: 50px;
	display: none;
	z-index: 999;
}
#wrap .back_to_top a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #f4f4f4;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 32px;
	color: #333333;
	font-weight: bold;
}
#wrap .back_to_top a:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
#wrap .wrap {
	min-height: 50vh;
}
#toolbar {
	background-color: #ea9383;
}
#toolbar .container {
	height: 36px;
	line-height: 16px;
	font-size: 12px;
	color: #ffffff;
}
#toolbar .promo {
	float: left;
	width: 460px;
}
#toolbar .promo p {
	line-height: 36px;
	font-size: 16px;
}
#toolbar .lang_area {
	float: left;
	width: 120px;
	margin-left: -10px;
	position: relative;
	display: none;
}
#toolbar .lang_area p {
	padding-left: 10px;
	line-height: 36px;
	cursor: pointer;
}
#toolbar .lang_area i {
	float: right;
	padding-right: 10px;
	font-size: 14px;
	font-style: normal;
	vertical-align: middle;
}
#toolbar .lang_list {
	position: absolute;
	left: 0;
	top: 35px;
	z-index: 2000;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #000000;
	box-sizing: border-box;
	display: none;
}
#toolbar .lang_list a {
	display: block;
	width: 100%;
	padding: 4px 10px;
	background-color: transparent;
	box-sizing: border-box;
	color: #333333;
	transition: all 0.2s ease;
}
#toolbar .lang_list a:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
#toolbar .member_area {
	float: right;
	padding: 10px 0;
	margin-right: -10px;
}
#toolbar .member_area ul {
	font-size: 0;
	text-align: right;
}
#toolbar .member_area ul li {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	height: 16px;
	padding: 0 10px;
	position: relative;
	border-left: 1px solid #ffffff;
	font-size: 12px;
}
#toolbar .member_area ul li:first-child {
	border-left: none;
}
#toolbar .member_area ul li > a {
	color: #ffffff;
}
#toolbar .member_area ul li > p {
	cursor: pointer;
}
#toolbar .member_area ul li.social {
	font-size: 0;
}
#toolbar .member_area ul li.social img {
	margin: -4px 4px;
}
#toolbar .member_area span {
	padding-right: 4px;
	font-size: 14px;
	vertical-align: top;
}
#toolbar .my_account_option {
	position: absolute;
	left: 0;
	top: 25px;
	z-index: 2000;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #000000;
	box-sizing: border-box;
	display: none;
	text-align: left;
}
#toolbar .my_account_option a {
	display: block;
	width: 10%;
	padding: 4px 10px;
	background-color: transparent;
	box-sizing: border-box;
	font-size: 12px;
	color: #333333;
	transition: all 0.2s ease;
}
#toolbar .my_account_option a:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
#top {
	padding: 30px 0 10px 0;
	background-color: #ffffff;
	transition: all 0.2s linear;
}
.social-top{
    padding: 10px 0;
    margin-right: -10px;
    float: left;

}
.social-top a{

    color: white;
    font-size: 18px;
    padding-right:10px;
}
#top .logo {
	width: 267px;
	padding: 0 10px;
	margin: 0 auto;
}
#top .logo img {
	width: 163px;
}
#top .search_area {
	position: absolute;
	right: 15px;
	bottom: 45px;
	width: 260px;
	height: 38px;
	background-color: #fbfbfb;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	border-radius: 2px;
	font-size: 0;
	overflow: hidden;
}
#top .search_area input[type=text] {
	width: 100%;
	height: 36px;
	padding: 0 44px 0 14px;
	border: none;
	box-sizing: border-box;
	outline: none;
}
#top .search_area select {
	width: 125px;
	height: 32px;
	padding: 0 5px;
	border: none;
	vertical-align: top;
	border-right: 1px solid #cccccc;
	outline: none;
	display: none;
}
#top .search_area button {
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 36px;
	background-color: transparent;
	border: none;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
	color: #777777;
	cursor: pointer;
}
#top .mobile_btn {
	position: absolute;
	right: 15px;
	top: 50%;
	display: none;
	margin-top: -21px;
}
#top .mobile_btn a {
	display: block;
	width: 42px;
	height: 42px;
	background-color: #000000;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	line-height: 53px;
}
#top .mobile_btn a i {
	margin-right: 6px;
}
#top .menu_area {
	width: 100%;
	margin-top: 18px;
	box-sizing: border-box;
}
#top ul.menu_list {
	vertical-align: middle;
	font-size: 0;
}
#top ul.menu_list > li {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: middle;
	padding: 0 13px;
	position: relative;
}
#top ul.menu_list > li:first-child {
	padding-left: 0;
}
#top ul.menu_list > li.mobile_only {
	display: none;
}
#top ul.menu_list > li a.lv1 {
	display: block;
	padding: 8px 19px;
	background-color: transparent;
	box-sizing: border-box;
	font-size: 18px;
	color: #000000;
	line-height: 1;
	font-weight: bold;
}
#top ul.menu_list > li > a.lv1 i {
	display: none;
}
#top ul.menu_list > li:hover a.lv1, #top ul.menu_list > li a.lv1:hover, #top ul.menu_list > li.onMenu a.lv1 {
	background-color: #000000;
	color: #ffffff;
}
#top ol.menu_sub_list {
	position: absolute;
	left: 0px;
	top: 32px;
	z-index: 9;
	width: 200px;
	padding: 4px 0;
	background-color: #9f9f9f;
	box-sizing: border-box;
	text-align: left;
}
#top ol.menu_sub_list > li {
}
#top ol.menu_sub_list > li > a.lv2 {
	display: block;
	padding: 4px 13px;
	font-size: 14px;
	color: #ffffff;
}
#top ol.menu_sub_list > li > a.lv2:hover {
	background-color: #1b1b1b;
	color: #fff;
}
#top .fallback {
	display: none;
}
#top ul.menu_list > li:hover > ol.fallback {
	display: block;
}
#top1.fixedTop {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2000;
	width: 100%;
	padding: 10px 0;
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
#top1.fixedTop .logo {
	width: 193px;
	transition: all 0.2s linear;
}
#top1.fixedTop .search_area {
	display: none;
}
#top1.fixedTop .menu_area {
	margin-top: 18px;
	box-sizing: border-box;
	transition: all 0.2s linear;
}
#mobile_menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	visibility: hidden;
	width: 280px;
	height: 100%;
	background-color: #ec4f4d;
	transition: all 0.3s ease;
	overflow: hidden;
	box-sizing: border-box;
	display: none;
}
#mobile_menu.haveSearch {
	padding-top: 50px;
}
#mobile_menu.haveSocial {
	padding-bottom: 36px;
}
#mobile_menu.haveLang {
	padding-bottom: 36px;
}
#mobile_menu.haveLang.haveSocial {
	padding-bottom: 72px;
}
#mobile_menu.haveLang.haveSocial .social_area {
	bottom: 36px;
}
#mobile_menu .menu_area {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	background: none;
}
#mobile_menu .menu_area ul.menu_list {
}
#mobile_menu .menu_area ul.menu_list > li {
	display: block;
	border-bottom: 1px solid #ffffff;
	position: relative;
	box-sizing: border-box;
}
#mobile_menu .menu_area ul.menu_list > li > a.lv1 {
	display: block;
	padding: 15px 65px 15px 15px;
	margin: 0;
	background-color: #ec4f4d;
	box-sizing: border-box;
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #ffffff;
	line-height: 20px;
}
#mobile_menu .menu_area ul.menu_list > li > a.lv1 i {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #ffffff;
	font-style: normal;
}
#mobile_menu .menu_area ol.menu_sub_list {
	border-top: 1px solid #aaaaaa;
	display: none;
}
#mobile_menu .menu_area ol.menu_sub_list > li {
	display: block;
	position: relative;
}
#mobile_menu .menu_area ol.menu_sub_list > li > a.lv2 {
	display: block;
	padding: 10px 15px;
	margin: 0;
	background-color: #e7504e;
	box-sizing: border-box;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #ffffff;
}
#mobile_menu .menu_area ol.menu_sub_list > li > a.lv2 i {
	width: 12px;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
}
#mobile_menu .search_area {
	width: 100%;
	height: 50px;
	padding: 10px 8px;
	background-color: #ec4f4d;
	border-bottom: 1px solid #ec4f4d;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}
#mobile_menu .search_area form {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
#mobile_menu .search_area input[type=text] {
	width: 100%;
	height: 100%;
	padding: 3px 34px 3px 5px;
	background-color: #ffffff;
	line-height: 19px;
	font-size: 14px;
	box-sizing: border-box;
	opacity: 1;
	height: 27px;
}
#mobile_menu .search_area button {
	position: absolute;
	right: 0;
	top: 0;
	width: 29px;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
	font-size: 16px;
	color: #666666;
	cursor: pointer;
	transition: all 0.2s ease;
}
#mobile_menu .social_area {
	width: 100%;
	height: 36px;
	text-align: center;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #ec4f4d;
	border-top: 1px solid #ec4f4d;
	box-sizing: border-box;
}
#mobile_menu .social_area .social {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	width: 20%;
	height: 100%;
	border-left: 1px solid #aaaaaa;
	box-sizing: border-box;
	font-size: 22px;
	color: #ffffff;
	line-height: 36px;
}
#mobile_menu .social_area .social:first-child {
	border-left: none;
}
#mobile_menu .lang_area {
	width: 100%;
	height: 36px;
	padding: 6px 10px 6px 110px;
	text-align: center;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #9f9f9f;
	border-top: 1px solid #aaaaaa;
	box-sizing: border-box;
}
#mobile_menu .lang_area label {
	position: absolute;
	left: 15px;
	top: 5px;
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
}
#mobile_menu .lang_area select {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	border: 0;
}
#mobile_menu .lang_area option[disabled] {
	display: none;
}
#banner {
	padding-top: 20px;
	xpadding-bottom: 8px;
	border-top: 1px solid #dcdcdc;
}
#banner .banner_show {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#banner .banner_show > img {
	width: 100%;
}
#banner .banner_item {
	width: 100%;
	height: 100%;
	display: block;
}
#banner .banner_item .banner {
	width: 100%;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#banner .banner_item .banner img {
	width: 100%;
}
#banner .banner_show .bnr_row {
	position: absolute;
	top: 50%;
	z-index: 1000;
	display: block;
	width: 44px;
	height: 44px;
	background-color: #ffffff;
	border-radius: 100%;
	box-sizing: border-box;
	margin-top: -22px;
	text-align: center;
	font-size: 36px;
	color: #333333;
	line-height: 42px;
	opacity: 0.8;
	cursor: pointer;
}
#banner .banner_show .bnr_row_prev {
	left: 8px;
	padding-right: 4px;
}
#banner .banner_show .bnr_row_next {
	right: 8px;
	padding-left: 2px;
}
#banner .banner_show .bnr_row:hover {
	background-color: #9f9f9f;
	color: #ffffff;
	opacity: 1;
}
#banner .inner_banner {
}
#banner .inner_banner img {
	max-width: 100%;
}
#main {
	padding-top: 10px;
	min-height: 60vh;
}
#main .container {
	padding-bottom: 40px;
}
#main .title_area {
	padding: 16px 0 8px 15px;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	text-align: left;
}
#main .title {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	background-color: #ffffff;
	font-size: 25px;
	color: #000000;
	font-weight: bold;
	line-height: 1;
}
#main .page_row {
	position: absolute;
	right: 0;
	bottom: 8px;
	font-size: 0;
}
#main .page_row a {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	margin-left: 6px;
	font-size: 16px;
	color: #333333;
	line-height: 1;
}
#main .page_row a:hover {
	xcolor: #9f824a;
}
#main .direct_path_area {
	width: 100%;
	padding-left: 20px;
	padding-right: 300px;
	margin-bottom: 28px;
	display: block;
	box-sizing: border-box;
	position: relative;
}
#main .direct_path_area .direct_path {
	width: 100%;
	font-size: 16px;
	line-height: 22px;
}
#main .direct_path_area .direct_path span {
	color: #000000;
}
#main .direct_path_area .direct_path a {
	color: #000000;
}
#main .direct_path_area .direct_path a:after {
	content: ">";
	padding: 0 6px;
}
#main .direct_path_area .direct_path a:hover {
}
#main .direct_path_area .multipage {
	position: absolute;
	right: 0;
	top: 0;
}
#main .left_side {
	float: left;
	width: 240px;
	padding-top: 16px;
}
#main .cate_list_area {
	width: 100%;
	background-color: #fbfbfb;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
#main .cate_title {
	width: 100%;
	padding: 8px 10px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
#main .cate_list {
	padding: 6px 10px 10px 10px;
}
#main .cate_list ul {
}
#main .cate_list ul li {
	padding: 4px 0;
}
#main .cate_list ul li a {
	font-size: 14px;
	color: #777777;
}
#main .cate_list ul li a:hover {
	color: #000000;
}
#main .cate_list ul li.lv2 {
	padding: 3px 0 3px 20px;
}
#main .cate_list ul li.lv2 a {
	font-size: 12px;
}
#main .right_side {
	float: right;
	width: 850px;
}
#main .content_area {
	padding: 0 20px;
}
#main .multipage {
	margin: 0 -4px;
	text-align: right;
	font-size: 0;
}
#main .multipage i {
	font-style: normal;
}
#main .multipage a {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	min-width: 22px;
	height: 22px;
	padding: 0 1px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	margin: 0 4px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
#main .multipage a.onpage, #main .multipage a:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
#footer {
	background-color: #1b1b1b;
	padding-top: 43px;
	padding-bottom: 34px;
	float: left;
	width: 100%;
}
#footer .footer_sitemap {
	padding: 20px 0;
	background-color: #ea9383;
}
.copyright p {
	font-size: 13px;
}
/*
#footer .footer_sitemap > .container { display:table; }
#footer .footer_sitemap .sitemap_area { display:table-cell; padding-right:20px; vertical-align:top; width:55%; box-sizing:border-box; }
#footer .footer_sitemap .sitemap_area ul { display:inline-block; padding-right:20px; vertical-align:top; max-width: 45%; box-sizing:border-box; }
#footer .footer_sitemap .sitemap_area ul li { padding-top:10px; }
#footer .footer_sitemap .sitemap_area ul li:first-child { padding-top:0; }
#footer .footer_sitemap .sitemap_area ul li a { font-size:14px; color:#828385; transition:all 0.1s ease; }
#footer .footer_sitemap .sitemap_area ul li a:hover { text-decoration:underline; }
*/
#footer .footer_sitemap .sitemap_area {
	width: 100%;
}
#footer .footer_sitemap .sitemap_row {
	xfloat: left;
	xpadding-right: 163px;
	box-sizing: border-box;
}
#footer .footer_sitemap .sitemap_row.sitemap_address {
	float: left;
}
#footer .footer_sitemap .sitemap_row.sitemap_contact {
	float: right;
	text-align: right;
}
#footer .footer_sitemap .sitemap_row span {
	font-size: 16px;
	color: black;
	font-weight: bold;
}
#footer .footer_sitemap .sitemap_row span a {
	color: black;
}
#footer .footer_sitemap .sitemap_row span a:hover {
	text-decoration: underline;
}
#footer .footer_sitemap .sitemap_row h3 {
	margin-right: 10px;
	float: left;
	font-size: 16px;
	color: #f9f9f9;
	font-weight: bold;
}
#footer .footer_sitemap .sitemap_row h3 a {
	color: black;
}
#footer .footer_sitemap .sitemap_row h3 a:hover {
	text-decoration: underline;
}
#footer .footer_sitemap .sitemap_row p {
	padding-top: 12px;
	font-size: 13px;
	color: #f9f9f9;
}
#footer .footer_sitemap .sitemap_row a {
	color: black;
	transition: all 0.1s ease;
}
#footer .footer_sitemap .sitemap_row a:hover {
	text-decoration: underline;
}
#footer .footer_sitemap .sitemap_row ul {
	padding-top: 4px;
}
#footer .footer_sitemap .sitemap_row ul li {
	padding-top: 8px;
}
#footer .footer_sitemap .sitemap_row ul li a {
	font-size: 13px;
}
#footer .footer_sitemap .sitemap_row ul li a:hover {
	text-decoration: underline;
}
#footer .footer_sitemap .sitemap_row ol {
	padding-top: 4px;
}
#footer .footer_sitemap .sitemap_row ol li {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	padding-left: 14px;
	padding-top: 8px;
	position: relative;
}
#footer .footer_sitemap .sitemap_row ol li:first-child {
	padding-left: 0;
}
#footer .footer_sitemap .sitemap_row ol li a {
	font-size: 13px;
	cursor: pointer;
}
#footer .footer_sitemap .sitemap_row ol li i.fa {
	display: block;
	width: 32px;
	height: 32px;
	background-color: #000000;
	border-radius: 100%;
	text-align: center;
	line-height: 32px;
	font-size: 18px;
	color: black;
	font-style: normal;
}
#footer .footer_sitemap .sitemap_row ol li a img {
	position: absolute;
	right: -198px;
	top: 32px;
	z-index: 10;
	width: 200px;
	height: 200px;
	display: none;
}
#footer .footer_sitemap .sitemap_row p+ol {
	padding-top: 0;
}
#footer .footer_sitemap .sitemap_payment {
	padding-right: 0;
}
#footer .footer_sitemap .sitemap_brand {
	width: 100%;
	padding-top: 30px;
	padding-right: 0;
	text-align: center;
}
#footer .footer_sitemap .sitemap_brand_logo {
	padding-top: 12px;
	font-size: 0;
	text-align: center;
}
#footer .footer_sitemap .sitemap_brand_logo img {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: middle;
	padding: 5px 12px;
}
#footer .newsletter_area {
	width: 400px;
	padding-left: 40px;
	border-left: 1px solid #828385;
	box-sizing: border-box;
	color: #828385;
	display: table-cell;
	vertical-align: middle;
	display: none;
}
#footer .newsletter_area h3 {
	padding-bottom: 6px;
	font-size: 20px;
	font-weight: normal;
}
#footer .newsletter_area p {
	padding-bottom: 4px;
	font-size: 13px;
	color: #828385;
}
#footer .newsletter_area p span#newsletter_error {
	color: #FF0000;
	padding-left: 15px;
	display: none;
}
#footer .newsletter_area form {
	width: 100%;
	padding-bottom: 10px;
	font-size: 0;
}
#footer .newsletter_area input[type=email], #footer .newsletter_area input[type=text] {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	width: calc(100% - 38px);
	height: 32px;
	padding: 0 10px;
	line-height: 32px;
	background-color: #ffffff;
	border: none;
	outline: none;
	box-sizing: border-box;
}
#footer .newsletter_area input[type=submit], #footer .newsletter_area input[type=button] {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	width: 32px;
	height: 32px;
	margin-left: 6px;
	background-color: #9f824a;
	border: none;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 32px;
	color: #ffffff;
	cursor: pointer;
}
#footer .footer_copyright {
	padding: 10px 0;
	font-size: 12px;
	line-height: 1;
	color: #f9f9f9;
	font-weight: bold;
}
#footer .copyright {
	float: left;
	width: 50%;
	text-align: left;
}
#footer .designby {
	float: right;
	width: 50%;
	text-align: right;
}
#footer .designby a {
	color: #f9f9f9;
}
#footer .designby a:hover {
	text-decoration: underline;
}
.openResponsive, .openResponsive body {
	height: 100%;
	overflow: hidden;
}
.openResponsive #wrap {
	position: fixed;
	transform: translate3d(280px, 0, 0);
	-webkit-transform: translate3d(280px, 0, 0);
	-moz-transform: translate3d(280px, 0, 0);
}
.openResponsive #wrap .overlay {
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
}
.openResponsive #mobile_menu {
	visibility: visible;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
}
/*-------------------------------------------------------------------------------------*/
/* INDEX */

.index_prd_list {
}
/*-------------------------------------------------------------------------------------*/
/* PRODUCT */

form.product-search {
	width: 100% !important;
	margin-top: 0;
	transform: none !important;
	background: #f4f4f4;
	border: 0;
	padding: 5px 10px;
	border-radius: 0;
}
.product-search #searchforms {
	position: absolute;
	right: 15px;
	top: 6px;
	color: #000;
	font-size: 16px;
}
 .search-box input::placeholder {
 color: #000;
}
.search-box {
	display: flex;
	width: 100%;
}
.search-box input {
	border: 0;
	background: transparent;
	width: 95%;
	padding: 2px 5px;
	color: #000;
	font-size: 16px;
}
.search-box button {
	border: 0;
	background: transparent;
	font-size: 16px;
}
.prd_content {
	padding-bottom: 24px;
}
.prd_content .prd_cate_name {
	padding-right: 300px;
	padding-bottom: 4px;
	font-size: 18px;
	line-height: 18px;
}
.prd_content .prd_cate_name+.multipage {
	position: absolute;
	right: 15px;
	top: 0;
}
.prd_list {
	padding: 6px 0 16px 0;
	margin: 0 -10px;
}
.prd_list .prd_item {
	xfloat: left;
	width: 280px;
	padding: 10px;
	box-sizing: border-box;
	display: inline-flex;
}
.prd_list .prd {
	width: 100%;
	text-align: center;
}
.prd_list .prd_photo {
	width: 100%;
	position: relative;
}
.prd_list .prd_photo > img {
	width: 100%;
}
.prd_list .prd_photo .photo {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.prd_list .prd_photo .photo:after {
	content: "";
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: middle;
	height: 100%;
}
.prd_list .prd_photo .photo img {
	max-width: 100%;
	vertical-align: middle;
	z-index: 1;
	object-fit: fill;
	/* height: 150px; */
	width: 100%;
}
.prd_list .prd_title {
	height: 40px;
	padding-top: 10px;
	padding-bottom: 6px;
	background: url(../img/prd_title_line.png) no-repeat center bottom;
	font-size: 15px;
	color: #000000;
	line-height: 19px;
	overflow: hidden;
}
.prd_list .prd_title a  {
	color: #000000;
}
.prd_list .prd_price {
	padding: 10px 0;
	font-size: 14px;
	color: #333333;
}
.prd_list .prd_btn {
	padding: 5px 0;
	text-align: center;
}
.prd_list .prd_btn a {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	height: 32px;
	padding: 0 8px;
	background-color: #9f824a;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}
.prd_list .prd_btn a:hover {
	background-color: #ffffff;
	color: #333333;
}
.prd_detail {
	padding-bottom: 24px;
}
.prd_detail .prd_detail_photo {
	float: left;
	width: 430px;
}
.prd_detail .prd_detail_photo .large_photo {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.prd_detail .prd_detail_photo .large_photo > img {
	width: 100%;
}
.prd_detail .prd_detail_photo .large_photo .photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
}
.prd_detail .prd_detail_photo .large_photo .photo:after {
	content: "";
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: middle;
	height: 100%;
}
.prd_detail .prd_detail_photo .large_photo .photo img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.prd_detail .prd_detail_photo .photo_enlarge {
	text-align: center;
	padding-top: 8px;
	font-size: 16px;
}
.prd_detail .prd_detail_photo .photo_enlarge i {
	font-size: 20px;
	font-style: normal;
}
.prd_detail .prd_detail_photo .photo_enlarge a {
	color: #333333;
}
.prd_detail .prd_detail_photo .photo_enlarge a:hover {
	xcolor: #9f824a;
}
.prd_detail .prd_detail_photo .sub_photo_list {
	padding-top: 16px;
	margin: 0 -3px;
}
.prd_detail .prd_detail_photo .sub_photo {
	float: left;
	width: 103px;
	margin: 0 3px 5px 3px;
	box-sizing: border-box;
	position: relative;
}
.prd_detail .prd_detail_photo .sub_photo > img {
	width: 100%;
}
.prd_detail .prd_detail_photo .sub_photo .photo {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-size: 0;
	text-align: center;
}
.prd_detail .prd_detail_photo .sub_photo .photo:after {
	content: "";
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: middle;
	height: 100%;
}
.prd_detail .prd_detail_photo .sub_photo .photo img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.prd_detail .prd_detail_info {
	float: right;
	width: calc(100% - 480px);
	padding: 0 10px 8px 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333333;
}
.prd_detail .prd_detail_header {
	padding: 6px 10px;
	margin: 0 -10px;
	border-bottom: 1px solid #cccccc;
	color: #333333;
}
.prd_detail .prd_detail_name {
	font-size: 28px;
	font-weight: bold;
	color: #333333;
}
.prd_detail .prd_detail_cate {
	font-size: 18px;
}
.prd_detail .prd_detail_code {
	font-size: 18px;
}
.prd_detail .prd_detail_desc {
	padding: 15px 0;
}
.prd_detail .prd_detail_youtube {
	padding: 15px 0;
}
.prd_detail .prd_detail_youtube iframe {
	width: 100%;
	height: 360px;
	border: 0;
}
.prd_detail .prd_detail_price {
	height: 24px;
	padding: 15px 0;
	/* font-size: 18px; */
	/* line-height: 24px; */
}
.prd_detail .prd_detail_price .select_area {
	padding-bottom: 20px;
}
.prd_detail .prd_detail_color {
	height: auto;
	padding: 10px 0;
	/* font-size: 18px; */
	line-height: 30px;
}
.prd_detail .prd_detail_size {
	height: auto;
	padding: 10px 0;
	/* font-size: 18px; */
	line-height: 30px;
}
.prd_detail .prd_detail_color span.label, .prd_detail .prd_detail_size span.label {
	margin-right: 100%;
}
.prd_detail .prd_detail_color select, .prd_detail .prd_detail_size select {
	width: 100%;
	max-width: 200px;
	height: 30px;
	vertical-align: top;
	padding: 4px;
	box-sizing: border-box;
}
.prd_detail .prd_detail_qty {
	height: 24px;
	padding: 15px 0;
	/* font-size: 18px; */
	line-height: 24px;
}
.prd_detail .prd_detail_qty label {
	vertical-align: top;
}
.prd_detail .prd_detail_qty input[type=text], .prd_detail .prd_detail_qty input[type=number] {
	width: 100px;
	height: 100%;
	vertical-align: top;
	padding-left: 6px;
}
.prd_detail .prd_detail_btn {
	padding: 15px 0;
}
.prd_detail .prd_detail_btn a {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	height: 36px;
	padding: 0 20px;
	background-color: #000000;
	margin: 0 auto;
	border: 0;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
}
.prd_detail .prd_detail_btn a:hover {
	background-color: #e7514d;
	color: #ffffff;
}
.prd_detail .prd_detail_other {
	float: left;
	width: 100%;
	padding: 18px 0;
	border-top: 1px solid #cccccc;
}
.prd_detail .prd_detail_other img {
	max-width: 100%;
}
.prd_detail .desc_img {
	xpadding: 10px 0;
	xmargin: 0;
	width: 100%;
	display: inline-block;
}
.prd_detail .desc_img img {
	max-width: 100%;
	margin-top: 20px;
}
.prd_detail_sp_price {
	color: red;
}
#invalid_color_msg {
	display: none;
	color: #FF0000;
	font-size: 12px;
}
#invalid_size_msg {
	display: none;
	color: #FF0000;
	font-size: 12px;
}

.prd_detail_color .radio_item { display: inline-block; text-align: -webkit-center; margin-right: 30px; }
.prd_detail_color .radio_item input[type=radio] { display: none; }
.prd_detail_color .radio_item label { cursor: pointer; }
.prd_detail_color .radio_item label .color_ball { display: inline-block; width: 30px; height: 30px; border-radius: 15px; text-align: center; border: solid gainsboro 1px; }
.prd_detail_color .radio_item label .color_name { display: block; width: 100%; text-align: center; }
.prd_detail_color .radio_item input[type=radio]:checked + label .color_ball { border: black solid 2px; }
.prd_detail_color .radio_item input[type=radio]:checked + label .color_name { font-weight: bold; }

.prd_detail_size .radio_item { display: inline-block; text-align: -webkit-center; margin-right: 10px; }
.prd_detail_size .radio_item input[type=radio] { display: none; }
.prd_detail_size .radio_item label { cursor: pointer; }
.prd_detail_size .radio_item label .size_name { display: block; padding: 5px 40px; background-color: gainsboro; text-align: center; }
.prd_detail_size .radio_item input[type=radio]:checked + label .size_name { border: silver solid 2px; font-weight: bold; }

.measurement_guide a { color: black; font-size: 25px; border-bottom: solid 1px black; font-style: italic; }
/*-------------------------------------------------------------------------------------*/
/* COMMON CONTENT */

.common_title {
	padding: 0 20px 12px 20px;
	margin: 0 -20px;
	background: url(../img/title_line.png) no-repeat right bottom;
	font-size: 26px;
	color: #333333;
	line-height: 1;
	font-weight: bold;
}
.common_content {
	min-height: 400px;
	padding: 20px 0;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}
.common_content h3 {
	padding-bottom: 4px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
.common_content p {
}
.common_content a {
	color: #333333;
}
.common_content a:hover {
}
/*-------------------------------------------------------------------------------------*/
/* LOGIN & REGISTER  */

.login_content {
}
.login_content .common_title {
	margin: 0;
}
.login_area {
	min-height: 400px;
	padding: 20px 0;
	margin: 0 -15px;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}
.login_area .login_item {
	float: left;
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
}
.login_area .login_item:first-child {
	padding: 15px;
}
.login_area .login_box {
	width: 100%;
	padding: 20px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
.login_area .login_box_title {
	padding-bottom: 20px;
	font-size: 18px;
	color: #333333;
}
.login_area .login_box_content {
	min-height: 260px;
	font-size: 14px;
	color: #333333;
}
.login_area .login_box_content p {
}
.login_area .login_box_content label {
	display: block;
	padding-top: 14px;
}
.login_area .login_box_content input[type=password], .login_area .login_box_content input[type=email], .login_area .login_box_content input[type=text] {
	display: block;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	margin-top: 4px;
	box-sizing: border-box;
	line-height: 26px;
	font-size: 14px;
	color: #333333;
}
.login_area .login_box_content a {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	padding-top: 4px;
	font-size: 12px;
	color: #333333;
}
.login_area .login_box_content a:hover {
	text-decoration: underline;
}
.login_area .login_box_content .login_error_statement {
	color: #FF0000;
	font-size: 12px;
	padding-left: 15px;
	display: none;
}
.login_area .login_box_content img.btn_login_fb {
	cursor: pointer;
	max-width: 100%;
}
.login_area .login_box_btn {
	text-align: center;
}
.login_area .login_box_btn button, .login_area .login_box_btn input[type=submit], .login_area .login_box_btn a {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	width: 200px;
	height: 36px;
	border: none;
	background-color: transparent;
	margin: 0 auto;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 34px;
	color: #333333;
	cursor: pointer;
}
.login_area .login_box_btn button:hover, .login_area .login_box_btn input[type=submit]:hover, .login_area .login_box_btn a:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
.forgot_pwd_area {
}
.forgot_pwd_area .msg_box {
	padding: 0px 20px 50px 20px;
	box-sizing: border-box;
}
.forgot_pwd_area .msg_box .msg_change_error {
	color: #FF0000;
}
.forgot_pwd_area .login_item {
	float: none;
	width: 70%;
	margin: 0 auto;
}
.forgot_pwd_area .login_box_content {
	min-height: 120px;
}
.register_area {
	width: 100%;
	max-width: 620px;
	min-height: 400px;
	padding: 20px 10px;
	margin: 0 auto;
	box-sizing: border-box;
}
.register_area .register_row {
	text-align: center;
}
.register_area .register_row label {
	display: block;
	padding-top: 14px;
	text-align: left;
}
.register_area .register_row label span {
	color: #ff0000;
}
.register_area .register_row input[type=password], .register_area .register_row input[type=number], .register_area .register_row input[type=email], .register_area .register_row input[type=date], .register_area .register_row input[type=tel], .register_area .register_row input[type=text], .register_area .register_row textarea {
	display: block;
	width: 100%;
	border: 1px solid #cccccc;
	margin-top: 4px;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
	color: #333333;
}
.register_area .register_row input[type=password], .register_area .register_row input[type=number], .register_area .register_row input[type=email], .register_area .register_row input[type=date], .register_area .register_row input[type=tel], .register_area .register_row input[type=text] {
	height: 26px;
	padding: 0 5px;
	line-height: 26px;
}
.register_area .register_row input[type=number], .register_area .register_row input[type=email], .register_area .register_row input[type=date], .register_area .register_row input[type=tel], .register_area .register_row input[type=text][readonly=readonly] {
	color: #cccccc;
}
.register_area .register_row textarea {
	height: 78px;
	padding: 5px;
	line-height: normal;
	resize: none;
	font-size: 14px;
}
.register_area .register_row textarea[readonly=readonly] {
	color: #cccccc;
}
.register_area .register_btn {
	padding: 22px 0;
	margin: 0 -4px;
	font-size: 0;
}
.register_area .register_row input[type=button], .register_area .register_btn input[type=button], .register_area .register_btn input[type=submit] {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	width: 200px;
	height: 36px;
	border: none;
	background-color: transparent;
	margin: 8px 4px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 34px;
	color: #333333;
	cursor: pointer;
}
.register_area .register_row input[type=button]:hover, .register_area .register_btn input[type=button]:hover, .register_area .register_btn input[type=submit]:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
.register_area .register_row span.registration_error {
	color: #FF0000;
	display: none;
	font-size: 12px;
	padding-left: 15px;
}
.register_area .group_password_entry_show {
	display: none;
}
.register_area .group_edit {
	display: none;
}
/*-------------------------------------------------------------------------------------*/
/* CHECKOUT  */

.checkout_content {
	min-height: 400px;
}
.checkout_content .common_title {
	margin: 0;
}
.checkout_content .msg_box {
	padding: 20px 20px 50px 20px;
	min-height: 300px;
	box-sizing: border-box;
}
.checkout_area {
	padding: 20px 0;
}
.checkout_area .checkout_box {
	width: 100%;
	padding: 20px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	color: #333333;
}
.checkout_area .checkout_box .item_field {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: middle;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
.checkout_area .checkout_topic {
	padding: 0 15px 10px 15px;
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box;
	font-size: 0;
}
.checkout_area .checkout_topic .item_field {
	font-size: 18px;
}
.checkout_area .checkout_item_list {
	width: 100%;
}
.checkout_area .checkout_item {
	min-height: 100px;
	padding: 15px;
	border-top: 1px dashed #cccccc;
	box-sizing: border-box;
	font-size: 0;
}
.checkout_area .checkout_item:after {
	content: "";
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: middle;
	height: 100px;
}
.checkout_area .checkout_item:first-child {
	border-top: none;
}
.checkout_area .checkout_item .item_field {
	font-size: 14px;
}
.checkout_area .checkout_item .item_field b {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	font-weight: bold;
}
.checkout_area .checkout_item .item_field span {
}
.checkout_area .checkout_item_photo {
	width: 90px;
	height: 70px;
	padding-right: 20px;
	text-align: left;
}
.checkout_area .checkout_item_photo img {
	max-width: 100%;
	max-height: 100%;
}
.checkout_area .checkout_item_info {
	width: 948px;
	text-align: left !important;
	font-size: 0 !important;
}
.checkout_area .checkout_item_name {
	xwidth: calc(100% - 358px);
	width: calc(100% - 568px);
	text-align: left !important;
}
.checkout_area .checkout_item_name a {
	color: #333333;
}
.checkout_area .checkout_item_color {
	width: 120px;
}
.checkout_area .checkout_item_size {
	width: 90px;
}
.checkout_area .checkout_item_price {
	width: 125px;
}
.checkout_area .checkout_item_qty {
	width: 108px;
}
.checkout_area .checkout_item_qty .qty_field {
	width: 100%;
	max-width: 108px;
	position: relative;
}
.checkout_area .checkout_item_qty .qty_field input[type=number], .checkout_area .checkout_item_qty .qty_field input[type=text] {
	width: 100%;
	height: 30px;
	padding: 0 28px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	outline: none;
	line-height: 28px;
	text-align: center;
}
.checkout_area .checkout_item_qty .qty_field a {
	position: absolute;
	top: 0;
	width: 28px;
	height: 30px;
	background-color: #cccccc;
	color: #ffffff;
	line-height: 30px;
	font-size: 24px;
	text-align: center;
}
.checkout_area .checkout_item_qty .qty_field a.qty_plus {
	right: 0;
}
.checkout_area .checkout_item_qty .qty_field a.qty_less {
	left: 0;
}
.checkout_area .checkout_item_qty .qty_field a:hover {
}
.checkout_area .checkout_item_total {
	width: 125px;
}
.checkout_area .checkout_item_delete {
	width: 30px;
	padding-left: 6px;
}
.checkout_area .checkout_item_delete a {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #aaaaaa;
	border-radius: 4px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	font-size: 18px;
}
.checkout_area .checkout_topic .checkout_item_photo {
	height: auto;
}
.checkout_area .checkout_total_side {
	padding: 10px 15px 0 753px;
	border-top: 1px solid #cccccc;
	box-sizing: border-box;
	position: relative;
}
.checkout_area .checkout_discount_row {
	position: absolute;
	left: 15px;
	top: 0;
	width: calc(100% - 370px);
	height: 100%;
	padding-top: 10px;
	box-sizing: border-box;
	font-size: 0;
}
.checkout_area .checkout_discount_row:after {
	xcontent: "";
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: middle;
	height: 100%;
}
.checkout_area .checkout_discount_row form {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: middle;
	width: 100%;
}
.checkout_area .checkout_discount_row label {
	display: block;
	padding-bottom: 6px;
	font-size: 18px;
}
.checkout_area .checkout_discount_row input[type=text], .checkout_area .checkout_discount_row input[type=button], .checkout_area .checkout_discount_row input[type=submit] {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: bottom;
	height: 26px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	font-size: 14px;
	color: #333333;
	line-height: 26px;
}
.checkout_area .checkout_discount_row input[type=text] {
	width: calc(100% - 204px);
	max-width: 300px;
	padding: 0 5px;
	margin-right: 4px;
}
.checkout_area .checkout_discount_row input[type=button], .checkout_area .checkout_discount_row input[type=submit] {
	width: 160px;
	background-color: transparent;
	cursor: pointer;
}
.checkout_area .checkout_discount_row input[type=button]:hover, .checkout_area .checkout_discount_row input[type=submit]:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
.checkout_area .checkout_discount_row .remarks {
	font-size: 12px;
}
.checkout_area .checkout_price_area {
	width: 100%;
	min-height: 96px;
	padding-left: 40px;
	border-left: 1px solid #cccccc;
	box-sizing: border-box;
}
.checkout_area .checkout_price_calc {
	width: 100%;
	font-size: 0;
	color: #333333;
}
.checkout_area .checkout_price_calc span {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	width: 40%;
	height: 24px;
	text-align: right;
	font-size: 16px;
	line-height: 24px;
}
.checkout_area .checkout_price_calc span:first-child {
	width: 60%;
	text-align: left;
}
.checkout_area .checkout_price_calc.total_price {
	color: #cc0000;
	font-weight: bold;
}
.checkout_area .checkout_btn_area {
	padding-top: 8px;
	text-align: right;
}
.checkout_area .checkout_btn_area input[type=button], .checkout_area .checkout_btn_area input[type=submit] {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: bottom;
	width: 160px;
	height: 36px;
	border: none;
	background-color: #000000;
	box-sizing: border-box;
	margin: 8px 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
.checkout_area .checkout_btn_area input[type=button]:hover, .checkout_area .checkout_btn_area input[type=submit]:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
.checkout_area .checkout_info {
	padding-top: 30px;
	color: #333333;
}
.checkout_area .checkout_info_note {
	float: right;
	width: calc(100% - 700px);
	padding-left: 30px;
	box-sizing: border-box;
	text-align: justify;
	font-size: 14px;
	line-height: 22px;
}
.checkout_area .checkout_info_note h4 {
	font-size: 16px;
}
.checkout_area .checkout_info_note a {
	color: #333333;
	text-decoration: underline;
	word-break: break-all;
}
.checkout_area .checkout_info_note a:hover {
	color: #000000;
}
.checkout_area .checkout_info_delivery {
	float: left;
	width: 700px;
}
.checkout_area .checkout_info_section {
	width: 100%;
	padding-bottom: 15px;
}
.checkout_area .checkout_info_login {
	width: 100%;
	font-size: 16px;
	background-color: #9f9f9f;
	padding: 8px 20px;
	text-align: center;
	box-sizing: border-box;
}
.checkout_area .checkout_info_login:first-child {
	border-right: 1px solid #45627d;
}
.checkout_area .checkout_info_login a {
	color: #ffffff;
	font-weight: bold;
}
.checkout_area .checkout_info_login a:hover {
}
.checkout_area .checkout_info_login_text {
	padding: 30px 20px 10px 20px;
}
.checkout_area .checkout_info_login_text p {
	font-size: 25px;
	color: #333333;
	font-weight: 500;
	font-weight: bold;
	color: #9f824a;
}
.checkout_area .checkout_info_title {
	padding: 8px 20px;
	border-bottom: 1px solid #cccccc;
	font-size: 18px;
	color: #333333;
}
.checkout_area .checkout_info_form {
	padding: 8px 20px;
}
.checkout_area .checkout_info_row {
	padding: 8px 0;
	font-size: 0;
}
.checkout_area .checkout_info_row label {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	width: 200px;
	min-height: 26px;
	font-size: 14px;
	line-height: 26px;
}
.checkout_area .checkout_info_row label .essential_element {
	color: red;
}
.checkout_area .checkout_info_row input[type=number], .checkout_area .checkout_info_row input[type=email], .checkout_area .checkout_info_row input[type=date], .checkout_area .checkout_info_row input[type=tel], .checkout_area .checkout_info_row input[type=text], .checkout_area .checkout_info_row select, .checkout_area .checkout_info_row textarea {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: bottom;
	width: calc(100% - 200px);
	height: 26px;
	padding: 0 5px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	line-height: 26px;
	font-size: 14px;
	color: #333333;
}
.checkout_area .checkout_info_row textarea {
	height: 60px;
	padding: 5px;
	resize: none;
	line-height: 16px;
}
.checkout_area .checkout_info_row input[type=button], .checkout_area .checkout_info_row input[type=submit] {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: bottom;
	width: 160px;
	height: 36px;
	border: none;
	background-color: #000000;
	box-sizing: border-box;
	margin-right: 10px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
.checkout_area .checkout_info_row input[type=button]:hover, .checkout_area .checkout_info_row input[type=submit]:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
.history_content {
}
.history_content .common_title {
	margin: 0;
}
.order_area {
	padding: 20px 0 40px 0;
}
.order_area .order_box {
	width: 100%;
	padding: 20px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	color: #333333;
}
.order_area .order_field {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	padding: 0 5px;
	box-sizing: border-box;
}
.order_area .order_topic {
	padding: 0 145px 10px 10px;
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box;
	font-size: 0;
}
.order_area .order_topic .order_field {
	font-size: 18px;
}
.order_area .order_list {
	width: 100%;
}
.order_area .order {
	padding: 10px 145px 10px 10px;
	border-top: 1px dashed #cccccc;
	box-sizing: border-box;
	position: relative;
	font-size: 0;
}
.order_area .order:first-child {
	border-top: none;
}
.order_area .order .order_field {
	min-height: 36px;
	position: relative;
	font-size: 14px;
	line-height: 36px;
}
.order_area .order .order_field b {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	font-weight: bold;
}
.order_area .order .order_field span {
}
.order_area .order_code {
	width: 342px;
}
.order_area .order_date, .order_area .order_price, .order_area .order_status {
	width: 200px;
}
.order_area .order_btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 135px;
}
.order_area .order_btn a {
	display: block;
	width: 100%;
	height: 36px;
	padding: 0 20px;
	background-color: #000000;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
}
.order_area .order_btn a:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
.language_option {
	float: left;
}
.enquiry_form {
	width: 100%;
	max-width: 700px;
	padding-bottom: 26px;
}
.enquiry_form .form_area {
	width: 100%;
}
.enquiry_form .form_info {
	padding-bottom: 16px;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	word-spacing: 1.5px;
}
.enquiry_form .form_info span {
	xfont-size: 14px;
}
.enquiry_form .form_info em {
	color: #ff0000;
}
.enquiry_form .form_row {
	padding-bottom: 16px;
	xpadding-left: 150px;
	box-sizing: border-box;
	position: relative;
}
.enquiry_form .form_title {
	xposition: absolute;
	left: 0;
	top: 0;
	width: 150px;
	line-height: 30px;
	font-size: 16px;
	color: #0062a5;
	font-weight: bold;
}
.enquiry_form .form_title em {
	color: #ff0000;
}
.enquiry_form .form_field {
	width: 100%;
}
.enquiry_form .form_field input[type=number], .enquiry_form .form_field input[type=email], .enquiry_form .form_field input[type=date], .enquiry_form .form_field input[type=tel], .enquiry_form .form_field input[type=text], .enquiry_form .form_field select, .enquiry_form .form_field textarea {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-sizing: border-box;
	outline: none;
	font-size: 16px;
	color: #333333;
}
.enquiry_form .form_field input[type=number], .enquiry_form .form_field input[type=email], .enquiry_form .form_field input[type=date], .enquiry_form .form_field input[type=tel], .enquiry_form .form_field input[type=text], .enquiry_form .form_field select {
	height: 30px;
	padding: 0 10px;
}
.enquiry_form .form_field textarea {
	height: 120px;
	padding: 6px 10px;
	resize: none;
}
.enquiry_form .form_field button, .enquiry_form .form_field input[type=submit], .enquiry_form .form_field input[type=reset], .enquiry_form .form_field input[type=button] {
	width: 126px;
	height: 36px;
	background-color: #ea9383;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	color: #0061a5;
	font-weight: bold;
	line-height: 36px;
	cursor: pointer;
}
.enquiry_form .form_field button:hover, .enquiry_form .form_field input[type=submit]:hover, .enquiry_form .form_field input[type=reset]:hover, .enquiry_form .form_field input[type=button]:hover {
	background-color: #0061a5;
	color: #ffffff;
}
/*------------------------------------*\
	        HEADER
\*------------------------------------*/

.img {
	max-width: 100%;
}
a:hover {
	text-decoration: none;
}
.header {
	position: relative;
	background: #1b1b1b;
	z-index: 9;
	width: 100%;
}
#top .logo img, #top .logo {
	width: auto;
}
#top {
	padding-top: 0;
}
#top ul.menu_list > li {
	padding: 0;
}
#top ul.menu_list > li a.lv1 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
div#toolbar, #top {
	background: transparent;
}
#toolbar .member_area ul li a .fa {
	font-size: 18px;
}
#toolbar .member_area ul li {
	padding: 0 5px;
}
#top ul.menu_list > li:hover a.lv1, #top ul.menu_list > li a.lv1:hover, #top ul.menu_list > li.onMenu a.lv1, #top ol.menu_sub_list {
	background-color: #000;
}
#toolbar .member_area ul li {
	border: 0;
	vertical-align: middle;
}
#toolbar .member_area ul li select {
	background: transparent;
	border: 0;
	color: #fff;
}
.header-wrapperrs .logo-rows {
	max-width: 100%;
	flex: auto;
	text-align: center;
	padding-bottom: 5px !important;
}
#toolbar .member_area ul li select option {
	background: #000;
}
/* #footer {color:black; padding-top:40px; background:url(../img/foot-bg.png) no-repeat center; background-size:cover; background-position:center;} */
#footer {
	color: black;
	padding-top: 40px;
}
h3.pagetitle {
	font-size: 19px;
	line-height: 26px;
	font-weight: 700;
}
#footer ul li {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
}
#footer p {
	margin-bottom: 0 !important;
}
#footer ul {
	padding-top: 10px;
}
.faddress, .f-address p {
	font-size: 13px;
}
.faddress i {
	font-size: 24px;
	padding-right: 10px;
}
.f-address p i {
	font-size: 16px;
	padding-right: 10px;
}
#footer .copyright {
	color: #7e7e7e;
	width: 100%;
	margin-top: 51px;
}
/*------------------------------------*\
	        HOME
\*------------------------------------*/

.home-slider .slider-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	max-width: 1140px;
	padding: 0 15px;
	margin: 0 auto;
}
.home-slider .slider-content h2 {
	font-family: 'Cormorant';
	text-transform: uppercase;
	font-size: 44px;
	color: #000;
}
.home-slider .slider-content h3 {
	font-weight: 500;
	font-size: 22px;
}
.owl-controls .owl-dots {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: right;
	max-width: 1140px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.owl-dots .owl-dot {
	display: inline-block;
	margin: 0 5px;
}
.owl-dots .owl-dot span {
	display: block;
	width: 13px;
	height: 13px;
	background: #fff;
	border-radius: 100%;
}
.owl-dots .owl-dot.active span {
	background: #ffff00;
	padding: 0;
}
.section-title {
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 25px;
}
.section-title:after, #main .title:after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background: #ffff00;
}
.section-title.text-center:after, #main .title:after {
	margin: 10px auto;
}
a.btn {
	border: 1px solid #000;
	border-radius: 0;
	transition: all .3s;
}
a.btn:hover {
	background: #000;
	color: #fff;
}
.owl-theme .owl-nav {
	display: flex;
	width: 100%;
	max-width: 1140px;
	justify-content: space-between;
	position: absolute;
	top: 45%;
	font-size: 26px;
	color: #818181;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.owl-theme .owl-nav > div {
	width: 40px;
	height: 40px;
	border: 1px solid #a5a5a5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro-section {
	/* background:url(../img/pro-bg.png) no-repeat center;
    background-size:cover; */
	background-color: #3e505d;
}
.pro-section .prd_list .prd {
	background: #fff;
}
#main .title_area {
	border: 0;
}
#main .title {
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.pro-section a.btn {
	color: #fff;
	border-color: #fff;
}
.pro-section:before {
	content: '';
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 25px solid #fff;
	display: inline-block;
	width: auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -12px;
}
.cat-icon {
	height: 180px;
	width: 180px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	justify-content: center;
	background: #2a274c;
	border-radius: 100%;
}
.cat-item {
	text-align: center;
}
.cat-item h4 {
	font-size: 18px;
	padding: 15px 0;
}
.cat-item {
	margin-bottom: 30px;
}
.category-title {
	background: #000;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 25px;
	padding: 10px 35px;
	display: table;
	margin: 0 auto;
}
/*------------------------------------*\
	        SUBPAGE
\*------------------------------------*/
.banner {
	position: relative;
}
.banner img {
	height: 450px;
	width: 100%;
	object-fit: cover;
}
.bread {
	font-size: 16px;
	color: #750a22;
}
.bread a {
	color: black;
}
#wrap .page-title {
	position: relative;
	bottom: 0;
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
	right: 0;
	left: 0;
	padding: 0 15px;
	margin-top: 9px !important;
}
.bread i.fa {
	color: #000;
}
#wrap .page-title h1.text-left {
	display: none;
}
.page-title h1 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 34px;
	color: white;
	font-weight: 700;
	padding: 10px 0px;
}
p:not(:last-child) {
	margin-bottom: 25px;
}
/* .pagination {
	display: block;
	margin: 0px;
}
.pagination .link {
	padding-top: 7px;
}
.pagination a {
	display: inline-block;
	color: #000;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	text-align: center;
	line-height: 30px;
	margin: 0 4px;
}
.pagination a.active {
	background: #433d83;
	color: #fff;
}
.pagination a i {
	height: 30px;
	line-height: 30px;
} */
#main .cate_title {
	background: black;
	color: #fff;
}
.news-item {
	background: #fff;
	border: 1px solid #c2c0e5;
	margin-bottom: 25px;
}
.news-item h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.news-date {
	font-size: 18px;
	font-weight: bold;
	color: #ff8b34;
	display: block;
	padding-bottom: 10px;
}
.news-left {
	padding-right: 30px;
	min-width: 30%;
}
.news-right {
	min-width: 70%;
	padding: 20px 0;
}
.news-right p {
	margin-bottom: 20px;
}
.news-right a {
	margin: 0;
	border: 0;
	color: #433d83;
	font-weight: 700;
	font-style: italic;
	display: block;
	border-top: 1px solid #ddd;
	text-align: left;
	padding: 10px 0;
}
.single-post .date {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #433d83;
	display: inline-block;
	padding: 4px 12px;
}
.single-post h3 {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 26px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 2px solid #ddd;
}
/*
.prd_list .prd_price del {
	display: none;
}
*/
.prd_list .prd_title {
	height: auto;
	background: transparent;
}
.prd_detail_sp_price {
	color: #333333;
	font-size: 14px;
}
.prd_list .prd_title {
	color: #333333;
	font-weight: normal;
	margin-top: 2px;
	font-size: 16px;
}
.prd_list .prd_price {
	padding: 0;
}
.prd_list .prd_photo > img, .prd_detail .prd_detail_photo .large_photo > img {
	/* display: none !important; */
}
.prd_list .prd_photo .photo, .prd_detail .prd_detail_photo .large_photo .photo {
	/* position: relative; */
	position: absolute;
}
.pro-cat {
	font-size: 33px;
	text-transform: uppercase;
	font-family: 'Cormorant', serif;
}
.prd_detail .prd_detail_btn a {
	background-color: #000000;
	font-weight: 600;
	padding: 0 30px;
	border-radius: 6px;
}
.prd_detail .prd_detail_qty {
	height: auto;
}
.prd_detail .prd_detail_qty input[type=number] {
	padding: 2px 5px;
}
.prd_detail .prd_detail_header {
	border-bottom: 1px solid #b6b3cd;
	padding: 10px 0;
}
.prd_detail .prd_detail_price {
	height: auto;
	padding-bottom: 0;
}
.pro-slider.prd_list .prd_photo .photo img {
	width: auto;
}
.prd_list .prd {
	text-align: center;
	padding: 15px;
}
.sec-title {
	color: #000;
	font-weight: 700;
	font-size: 26px;
}
.prd_detail .prd_detail_name {
	color: #000;
	line-height: 30px;
}
.prd_detail .prd_detail_photo .large_photo, .prd_detail .prd_detail_photo .sub_photo .photo {
	border: 1px solid #ddd;
}
#main .cate_list ul li a {
	font-size: 14px;
	color: #000;
	font-weight: 700;
}
#main .cate_list ul li a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	padding-right: 8px;
}
#main .cate_list ul li a:hover {
	color: #1b1464;
}
.banner_stlye_1 {
	max-height: 70vh;
}
 @media (min-width:1025px) {
#top ul.menu_list {
	text-align: center;
}
}
@media (max-width:1400px) {
.banner_stlye_1 {
	max-height: 50vh;
}
}
@media (max-width:1024px) {
.logo.text-center {
	max-width: 250px;
	margin-bottom: 15px;
}
#top .container {
	position: initial;
}
#top .mobile_btn {
	top: 3px;
	margin-top: 0;
}
.news-section .news-right {
	padding: 15px 0;
}
.pro-slider .owl-stage-outer {
	padding: 0;
}
.home-slider .slider-content h2 {
	font-size: 30px;
}
.home-slider .slider-content h3 {
	font-size: 20px;
}
.home-slider.owl-carousel .owl-item img {
	min-height: 250px;
	object-fit: cover;
}
.banner img {
	min-height: 140px;
	object-fit: cover;
}
.page-title h1 {
	font-size: 26px;
}
.banner_stlye_1 {
	max-height: 40vh;
}
}
 @media (max-width:767px) {
.news-left {
	padding: 0;
	width: 100%;
	text-align: center;
}
.banner_stlye_1 {
	max-height: 30vh;
}
}
.news-right {
	padding: 20px 15px;
}
/*}*/
 @media (max-width:520px) {
.pro-slider.prd_list .prd_item {
	width: 100%;
}
.banner_stlye_1 {
	max-height: 20vh; 
}
}
 @media only screen and (max-width: 767px) {
.header-wrapperrs .logo-rows {
	max-width: 80%;
	flex: auto;
	text-align: center;
	padding-bottom: 6px !important;
	padding-top: 9px;
}
.banner img {
	height: 106px;
}
}
#top ul.menu_list {
	text-align: center;
}
.search-box input:focus {
	outline: 0px;
}
.copyright {
	color: #fff;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 11px;
}
.copyright p {
	margin-bottom: 0;
}
.newsletter-footer h3 {
	font-size: 14px;
	padding-bottom: 9px;
	color: #cccccc;
	text-transform: uppercase;
}
.newsletter-footer .email-subscribe-foo {
	width: 92%;
	display: flex;
}
.newsletter-footer .email-subscribe-foo .input-wrapper {
	height: 35px;
	padding: 19px 7px;
	font-size: 13px;
	/* width: 100%; */
	border: none;/* margin-bottom: 17px; */
}
.newsletter-footer .email-subscribe-foo .button-wrapper {
	background: #7e7e7e;
	color: #fff;
	border: none;
	padding: 8px 17px;
	font-size: 15px;
	text-transform: uppercase;
}
.newsletter-footer .email-subscribe-foo .input-wrapper:focus {
	outline: 0;
}
.newsletter-footer .email-subscribe-foo .button-wrapper:hover {
	background: #e7504e;
}
/****** Footer Css ******/ 
.footer-wrapper {
	background-color: #1b1b1b;
	padding-top: 43px;
	padding-bottom: 34px;
}
.footer-text {
	width: 100%;
	float: left;
}
.footer-text ul {
	padding: 0px;
	margin: 0px;
}
.footer-text ul li {
	list-style: none;
}
.footer-text ul li a {
	color: #cccccc;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
}
.footer-text h3 {
	color: #cccccc;
	font-size: 14px;
	text-transform: uppercase;
}
.footer-text ul li {
	line-height: 24px;
	font-size: 14px;
	color: #fff;
}
.footer-text ul li span {
	padding-left: 11px;
}
.footer-wrapper p {
	color: #7e7e7e;
	font-size: 12px;
	text-align: left;
}
.footer-textss {
	width: 100%;
	float: left;
}
.footer-textss h3 {
	color: #cccccc;
	font-size: 14px;
	text-transform: uppercase;
}
.footer-textss ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.footer-textss ul li a {
	color: #7e7e7e;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 6px !important;
	display: inline-block;
}
.footer-text p {
	color: #7e7e7e;
	font-size: 14px;
	line-height: 26px;
}
.footer-textss img.img-fluid {
	padding-top: 15px;
}
.footer-textss ul li {
	line-height: 26px;
}


/*-----Responsive-Nov9-----*/
@media screen and (max-width: 1199px){
#wrap { min-width:1000px; }
#wrap .container { max-width:1000px; }

#top.fixedTop .logo { width:108px; }

#main .left_side { }
#main .right_side { width: calc(100% - 280px); xwidth:700px;  }
}

@media screen and (max-width: 1023px){
/* desktop to ipad */
html, body { overflow-x:hidden; overflow-y:visible; }

#wrap { min-width:10px; padding-top:0 !important; transform:translate3d(0, 0, 0); -webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0); transition:transform 0.5s ease; }
#wrap .container { max-width:768px; }

#toolbar { display:none !important; }

#top { border-top:5px solid #000000; }
#top .search_area { display:none; }
#top .menu_area { display:none; }
#top .mobile_btn { display:block; }
#top.fixedTop { position:static; background-color:transparent; box-shadow:none; }
#top.fixedTop .logo { xdisplay:block; }

#banner { padding-top:20px !important; }

#mobile_menu { display:block; }

#main .container { padding-bottom:60px; }
#main .left_side { width:200px; }
#main .right_side { width:calc(100% - 220px); }

#footer .footer_sitemap { xdisplay:none; }
#footer .footer_sitemap .sitemap_row { xwidth:50%; padding-right:20px; }
#footer .footer_sitemap .sitemap_brand,
#footer .footer_sitemap .sitemap_delivery { display:none; }
#footer .footer_sitemap .sitemap_contact { padding-bottom:20px; }
#footer .footer_sitemap .sitemap_address p { line-height:20px; }
#footer .newsletter_area { width:300px; padding-left:20px; }
}

@media screen and (min-width: 767px){
#footer .footer_sitemap .sitemap_row.sitemap_address { max-width: 70%; }
}

@media screen and (max-width: 767px){
/* ipad to iphone 6 plus */
#wrap .container { max-width:none; }

#main .direct_path_area { padding:0; }
#main .direct_path_area .direct_path { font-size:14px; line-height:normal; }
#main .direct_path_area .multipage { display:none; }

#main .left_side { display:none; }
#main .right_side { width:100% !important; }
#main .multipage { text-align:center; }

#footer .footer_sitemap .sitemap_area { xdisplay:none; }
#footer .footer_sitemap .sitemap_address { width:60%; }
#footer .footer_sitemap .sitemap_contact,
#footer .footer_sitemap .sitemap_payment { xwidth:45%; }
#footer .newsletter_area { width:100%; border-left:none; padding-left:0; }
#footer .copyright, 
#footer .designby { width:100%; text-align:center; }
}

@media screen and (max-width: 520px){
#footer .footer_sitemap .sitemap_row { width:100%; }
#footer .footer_sitemap .sitemap_address { padding-bottom:20px; max-width: 100%;}
}

@media screen and (max-width: 479px){
/* below iphone 6 plus */

}

/*-------------------------------------------------------------------------------------*/
/* INDEX */

@media screen and (max-width: 1199px){
.index_prd_list .prd_item { width:25%; }
}

@media screen and (max-width: 1023px){

}

@media screen and (max-width: 767px){

}

@media screen and (max-width: 479px){

}

/*-------------------------------------------------------------------------------------*/
/* COMMON CONTENT */

@media screen and (max-width: 767px){
.common_title { padding:0 10px 12px 10px; margin:0 -10px; }
}

/*-------------------------------------------------------------------------------------*/
/* PRODUCT */

@media screen and (max-width: 1199px){
.prd_list .prd_item { width:33%; }
}

@media screen and (max-width: 1023px){
.prd_list .prd_item { width:49%; }

.prd_detail .prd_detail_photo { float:left; width:350px; }
.prd_detail .prd_detail_photo .sub_photo { width:83px; }
.prd_detail .prd_detail_info { width:calc(100% - 370px); }
}

@media screen and (max-width: 767px){
.prd_content .prd_cate_name { padding-right:0; }
.prd_content .prd_cate_name+.multipage { display:none; }

.prd_detail .prd_detail_photo { width:100%; }
.prd_detail .prd_detail_photo .large_photo { max-width:430px; margin:0 auto; }
.prd_detail .prd_detail_photo .sub_photo_list { max-width:436px; margin:0 auto; }
.prd_detail .prd_detail_photo .sub_photo { width:calc(25% - 6px); }

.prd_detail .prd_detail_info { width:100%; padding-top:25px; }
}

@media screen and (max-width: 520px){
.prd_list .prd_item {
    width: 100%;
}
}

@media screen and (max-width: 479px){
.prd_detail .prd_detail_youtube iframe { height:260px; }
}

/*-------------------------------------------------------------------------------------*/
/* LOGIN & REGISTER  */

@media screen and (max-width: 590px){
.login_area .login_item { width:100%; }
.login_area .login_box_content { min-height:auto; margin-bottom:20px; }

.forgot_pwd_area .login_box_content { min-height:120px; }
}

@media screen and (max-width: 479px){
.register_area .register_btn input[type=submit] { width:120px; }
}

@media screen and (max-width: 413px){
.register_area .register_btn input[type=submit] { width:calc(50% - 8px); }
}

/*-------------------------------------------------------------------------------------*/
/* CHECKOUT  */

@media screen and (max-width: 1199px){
.checkout_area .checkout_item_info { width:778px; }
.checkout_area .checkout_total_side { padding-left:583px; }
.checkout_area .checkout_info_note { width:calc(100% - 650px); }
.checkout_area .checkout_info_delivery { width:650px; }

.order_area .order_code { width:292px; }
.order_area .order_date, 
.order_area .order_price, 
.order_area .order_status { width:160px; }
}

@media screen and (max-width: 1023px){
.checkout_area .checkout_topic { display:none; }
.checkout_area .checkout_item_photo { vertical-align:top !important; }
.checkout_area .checkout_item_info { width:calc(100% - 120px); }
.checkout_area .checkout_item_info .item_field { display:block; width:100%; padding-left:130px; padding-bottom:6px; text-align:left; }
.checkout_area .checkout_item_info .item_field b { display:block; }

.checkout_area .checkout_total_side { padding-left:371px; }
.checkout_area .checkout_discount_row { width:calc(100% - 360px); }
.checkout_area .checkout_discount_row input[type=text] { width:calc(100% - 164px); }
.checkout_area .checkout_price_area { padding-left:20px; }

.checkout_area .checkout_info_note { width:100%; padding-left:0; padding-bottom:20px; }
.checkout_area .checkout_info_delivery { width:100%; }

.order_area .order_code { width:180px; }
.order_area .order_date, 
.order_area .order_price, 
.order_area .order_status { width:120px; }
}

@media screen and (max-width: 767px){
.checkout_area .checkout_total_side { padding:0; }
.checkout_area .checkout_discount_row { position:static; width:100%; padding:24px 15px; }
.checkout_area .checkout_discount_row input[type=text] { max-width:100%; }
.checkout_area .checkout_price_area { min-height:10px; padding:20px 15px 0 15px; border-top:1px solid #cccccc; border-left:none; }

.order_area .order_topic { display:none; }
.order_area .order .order_field { display:block; min-height:10px; padding-left:92px; line-height:20px; }
.order_area .order .order_field b { display:block; }
.order_area .order_code { width:100%; }
.order_area .order_date, 
.order_area .order_price, 
.order_area .order_status { width:100%; }
}

@media screen and (max-width: 479px){
.checkout_area .checkout_item_photo { display:none !important; }
.checkout_area .checkout_item_info { width:calc(100% - 30px); }

.checkout_area .checkout_discount_row input[type=text] { width:100%; margin-right:0; margin-bottom:10px; }
.checkout_area .checkout_discount_row input[type=submit] { display:block; margin:0 auto; }

.checkout_area .checkout_btn_area { text-align:center; }

.checkout_area .checkout_info_row label { width:100%; }
.checkout_area .checkout_info_row input[type=text],
.checkout_area .checkout_info_row select,
.checkout_area .checkout_info_row textarea { width:100%; }

.order_area .order { padding:10px; }
.order_area .order_btn { position:static; width:100%; padding-top:10px; }
.order_area .order_btn a { height:30px; line-height:28px; }
}

@media screen and (max-width: 374px){
.checkout_area .checkout_item_info .item_field { padding-left:0; }
.checkout_area .checkout_item_info .item_field b { position:static; padding-bottom:2px; }
}


/*-----Style_adj.css-Nov9-----*/
.subpage .subpage-title {
    font-size: 1.875rem;
    color: #686868;
}

.subpage .subpage-content {
    height: 100%;
    /* min-height: 300px; */
    margin-bottom: 20px;
}

.site-footer {
    /* position: absolute; */
    bottom: 0;
    /* width: 100%; */
}

#whatsapp {
    position: fixed;
    bottom: 30px;
    right: 25px;
    /* xbackground: url(//www-cdn.whatsapp.net/img/v4/whatsapp-logo.svg) no-repeat, #FFFFFF no-repeat; */
    background: url(../img/whatsapp_icon.png) no-repeat ;
    background-position: 0px 0px;
    /* border-radius: 50%; */
    width: 65px;
    height: 65px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 99999;
    background-size: cover;
    /* border: 1px solid green; */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 2px; */
  }

/* Editor Content  */
.cms_content h1 {font-size: 2em;font-weight: 700;}
.cms_content h2 { font-size: 1.5em;font-weight: 700;}
.cms_content h3 {font-size: 1.17em;font-weight: 700;}
.cms_content h4 {font-size: 1em;font-weight: 700;}
.cms_content h5 {font-size: 1.5em;font-weight: 700;}
.cms_content h6 {font-size: 1.5em;font-weight: 700;}
/* .cms_content { min-height: 300px; } */
.cms_content p { margin: 0; line-height: 1.8rem}
.cms_content img { max-width: 100%; height: auto !important; }
.cms_content table,
.cms_content iframe { max-width: 100%; }
.cms_content dl, 
.cms_content ol, 
.cms_content ul { margin-bottom: 0; padding-left: 20px; }
.cms_content ol li { padding-left: 10px; line-height: 1.8rem}
.cms_content table { border-collapse: initial; }
.cms_content table.mScroll { overflow-x: scroll; max-width: 100%; display: block; }
.cms_content table.hideLast tr:last-child { display: none; font-size: 0; }
.cms_content table tr th, 
.cms_content table tr td { padding-top: 10px; padding-bottom: 10px; }
/* .cms_content table.hideLast tr:last-child { padding: 0; height: 0px; }
.cms_content table.hideLast tr:last-child td { padding: 0; height: 0px; font-size: 0; } */
.cms_content ol, 
.cms_content ol li{ xlist-style-type: inherit; line-height: 1.8rem}
.cms_content ul, 
.cms_content ul li { list-style-type: inherit;line-height: 1.8rem }
/* .cms_content  h4::after{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
  
    max-width: 50px;
    margin: 15px auto;
    background: #37b787;
} */

.cms_content a:hover { text-decoration:underline; }

@media screen and (max-width: 1025px){
    .cms_content table.padRowH { display: block; position: relative; }
    .cms_content table.padRowH tr td { display: block; width: 100% !important; margin-bottom: 1px; position: relative; }
    .cms_content table.noRow tr td { display: table-cell; }
}

@media screen and (max-width: 769px){
    .cms_content table.padRowV { display: block; position: relative; }
    .cms_content table.padRowV tr td { display: block; width: 100% !important; margin-bottom: 1px; position: relative; }
    .cms_content table.noRow tr td { display: table-cell; }
}

@media screen and (max-width: 520px){
    .cms_content table.mRow { display: block; position: relative; }
    .cms_content table.mRow tr td { display: block; width: 100% !important; margin-bottom: 1px; position: relative; }
    .cms_content table.noRow tr td { display: table-cell; }
}



.index_notice { height:100%;width:100%;position:fixed;background-color:rgba(0,0,0,0.5);top:0;left:0; text-align: center; z-index:6000; }
.index_notice .btn_msg_close { position: fixed; top: 5vh; right: 5vw; cursor: pointer; }
.index_notice .notice_box { z-index:7000; }
.index_notice .notice_box table.tb_notice { width: 90vw; height: 90vh; max-height: 90vh; margin-top: 5vh; margin-left: 5vw; }
.index_notice .notice_box table.tb_notice td.td_notice { width: 100%; max-width: 90vw; height: 100%; max-height: 90vh; overflow: hidden; background-color: white; }
.index_notice .notice_box table.tb_notice td.td_notice .notice_content { width: 100%; height: 100%; max-height: 90vh; overflow: auto; background-color: white; }
.index_notice.no_bg table.tb_notice td.td_notice,
.index_notice.no_bg .notice_box table.tb_notice td.td_notice .notice_content {  background-color: transparent; }


table.tb_logo td img { max-width: 100%; }

@media screen and (max-width: 1200px){
table.tb_logo { display: block; }
table.tb_logo tr { display: block; }
table.tb_logo td { display: inline-block; width: 49% !important; margin-bottom: 1px; position: relative; }
table.tb_logo th { display: block; width: 100%;  }
}
@media screen and (max-width: 400px){
table.tb_logo td {  width: 100% !important; }
}

@media screen and (max-width: 600px){
    .cms_content table.m6Row { display: block; position: relative; }
    .cms_content table.m6Row tr td { display: block; width: 100% !important; margin-bottom: 1px; position: relative; }
    .cms_content table.noRow tr td { display: table-cell; }
}

/*product_details新增*/
.product_detail_table_info_title{
	padding-left: 20px;
	color: #750a22;
	font-size: 1.3rem;
	font-weight: 600;
}
.product_detail_table_info_table{
	margin: unset;
	width: 100%;
	text-align: center;
}
.product_detail_table_info_table td{
	padding: 0.75rem;
}
.product_detail_table_info{
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 25px;
	overflow: hidden;
	border: 1px solid #ccc;
	text-align: center;
	margin-top: 7px;
}
.product_detail_table_info_th th{
	background-color: #750a22;
	padding: 1.5rem 0;
	color: #FFFFFF;
}

/*購物車新增*/
.bank_transfer_method_tips{
	text-align: center;
	font-size: 14px;
	color: #cc0000;
	opacity: 0.8;
}










