@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&display=swap');
 @charset "utf-8";
/* CSS Document */

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: 'Poppins', sans-serif;
}
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: 'Poppins', 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;
}
.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: 1350px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px auto;
}
#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;
	/* box-shadow: 0 5px 5px gainsboro; */
}
#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;
}
#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 {
	background-color: #ffffff;
	transition: all 0.2s linear;
}
#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: 31px;
	height: 31px;
	background-color: #0098e6;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	line-height: 31px;
}
#top .mobile_btn a i {
	margin-right: 6px;
}
#top .menu_area {
	/* width: 100%; */
	margin-top: 0px;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
#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 16px;
	background-color: transparent;
	box-sizing: border-box;
	font-size: 18px;
	color: #000000;
	line-height: 4;
	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: 67px;
	z-index: 9;
	width: 220px;
	padding: 4px 0;
	background-color: #9f9f9f;
	box-sizing: border-box;
	text-align: left;
	background-color: #fff !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#top ol.menu_sub_list li
{
	position: relative;
}
#top  ol.menu_sub_list li ol.menu_sub_sub_list.lv3
{
	position: absolute;
	left: 100%;
	font-size: 13px;
	top: -4px;
	z-index: 9;
	width: 220px;
	padding: 4px 0;
	background-color: #9f9f9f;
	box-sizing: border-box;
	text-align: left;
	background-color: #fff !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	display: none;
}
#top  ol.menu_sub_list li ol.menu_sub_sub_list.lv3 li
{
	position: relative;
	padding: 5px 8px;
}
#top ol.menu_sub_list > li > a.lv2 {
	display: block;
	padding: 5px 18px;
	font-size: 13px;
	color: #000000;
}
#top ol.menu_sub_sub_list > li > a.lv3 {
	padding: 5px 18px;
	font-size: 13px;
	color: #000000;
}
#top  ol.menu_sub_list.lv2 li.lv2:hover ol.menu_sub_sub_list.lv3 
{
	display: block;
}
#top ol.menu_sub_sub_list > li > a.lv3:hover,
#top ol.menu_sub_list > li > a.lv2:hover {
	/* background-color: #ffff00; */
	color: #0073c6;
}
#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: 260px;
	height: 100%;
	background-color: #0098e6;
	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;
	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: #0388cd;
	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 .menu_area ol > li > a.lv3 {
	display: block;
	padding: 5px 15px;
	margin: 0;
	background-color: #74c7ef;
	box-sizing: border-box;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #0b4f8e;
}
#mobile_menu .search_area {
	width: 100%;
	height: 50px;
	padding: 10px 8px;
	background-color: #0098e6;
	border-bottom: 1px solid #525252;
	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;
}
#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;
	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 {
	min-height: 60vh;
	/* box-shadow: 0 5px 5px gainsboro; */
}
#main .container {
	padding-bottom: 40px;
}
#main .title_area {
	padding: 16px 0 8px 15px;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	text-align: left;
	width: 100%;
}
#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: center;
	font-size: 0;
	float: left;
	width: 100%;
	margin-bottom: 16px;
	margin-top: 9px;
}
#main .multipage i {
	font-style: normal;
}
#main .multipage a {
	display: inline-block;
	zoom: 1;
	vertical-align: top;
	min-width: 30px;
	height: 30px;
	background: #ffffff;
	padding: 0 1px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	margin: 0 4px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	border-radius: 6px;
}
#main .multipage a.onpage, #main .multipage a:hover {
	background-color: #388cc6;
	color: #ffffff;
}
#footer {
	/* background-color: #ea9383; */
	/* box-shadow: 0 0 10px #a7a7a7; */
}
#footer .footer_sitemap {
	padding: 20px 0;
	background-color: #ea9383;
}
/*
#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: 13px 0;
	font-size: 12px;
	/* line-height: 1; */
	color: #f9f9f9;
	font-weight: bold;
	border-top: solid 1px #ade1fa;
	text-align: center;
}
#footer .copyright {
	float: left;
	width: 100%;
	text-align: center;
}
#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(260px, 0, 0);
	-webkit-transform: translate3d(260px, 0, 0);
	-moz-transform: translate3d(260px, 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;
	float: left;
	width: 100%;
}
.prd_list .prd_item {
	float: left;
	width: 33.3333%;
	/* 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%;
	max-height: 100%;
	vertical-align: middle;
	z-index: 1;
}
.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_price {
	padding: 10px 0;
	font-size: 20px;
	color: #333333;
	font-weight: 600;
}
.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: 50%;
	padding-right: 50px;
}
.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;
	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: 50%;
	padding: 0 10px 8px 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333333;
}
.prd_detail .prd_detail_header {
	padding: 6px 10px;
	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: #9f9f9f;
	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;
}
/*-------------------------------------------------------------------------------------*/
/* 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: absolute;
	background: rgb(255 255 255 / 84%);
	z-index: 9;
	width: 100%;
}
#top .logo img, #top .logo {
	width: auto;
	margin-bottom: -21px;
}
#top {
	padding-top: 0;
}
#top ul.menu_list > li {
	padding: 0;
}
#top ul.menu_list > li a.lv1 {
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
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;
	line-height: 47px;
	margin-right: 15px;
}
#toolbar .member_area ul li select {
	background: transparent;
	border: 0;
	color: #000;
}
#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;
	/* background-color: white; */
	float: left;
	width: 100%;
}
#footer a {
	color: black;
}
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: black;
	width: 100%;
	font-weight: 500;
	font-size: 12px;
}
/*------------------------------------*\
	        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 > div {
	width: 40px;
	height: 40px;
	border: 1px solid #a5a5a5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.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;
	float: left;
	width: 100%;
}
.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;
	box-shadow: 0px 15px 10px -15px #282828;
}
.banner img {
	height: 335px;
	width: 100%;
	object-fit: cover;
}
.bread {
	font-size: 16px;
	color: gainsboro;
}
.bread a {
	color: white;
}
#wrap .page-title {
	position: absolute;
	bottom: 35%;
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
	right: 0;
	left: 0;
	padding: 0 15px;
}
.page-title h1 {
	font-size: 30px;
	line-height: 34px;
	color: white;
	font-weight: 700;
	padding: 10px 0px;
	text-align: center !important;
	letter-spacing: 2px;
}
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: #3e505d;
	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: #000;
	font-size: 16px;
}
.prd_list .prd_title {
	margin-top: 15px;
	margin-bottom: 17px;
	color: #000;
	font-size: 17px;
}
.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;
}
.pro-cat {
	font-size: 33px;
	text-transform: uppercase;
	font-family: 'Cormorant', serif;
}
.prd_detail .prd_detail_btn a {
	background-color: #3e505d;
	font-weight: 600;
	padding: 0 30px;
}
.prd_detail .prd_detail_qty {
	height: auto;
}
.prd_detail .prd_detail_qty input[type=number] {
	padding: 2px 5px;
}
.prd_detail .prd_detail_header {
	padding: 10px 0;
	border-bottom: solid 2px #dde6ef;
}
.prd_detail .prd_detail_price {
	height: auto;
	padding-bottom: 0;
}
.pro-slider.prd_list .prd_photo .photo img {
	width: auto;
}
.sec-title {
	border-left: 8px solid #ffff00;
	color: #3e505d;
	font-weight: 700;
	font-size: 26px;
	text-transform: uppercase;
	padding-left: 15px;
}
.prd_detail .prd_detail_name {
	color: #0b4f8e;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
}
.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 {
/* padding-left: 108px; */
	/*margin-top: -35px;*/
}
}
@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: 180px;
	object-fit: cover;
}
.page-title h1 {
	font-size: 26px;
}
}
 @media (max-width:767px) {
.news-left {
	padding: 0;
	width: 100%;
	text-align: center;
}
}
.news-right {
	padding: 20px 15px;
}
}
 @media (max-width:520px) {
.pro-slider.prd_list .prd_item {
	width: 100%;
}
}
/******** New Css 3-Nov-2023 ********/
#partner-logo-slider .owl-nav button.owl-prev {
	position: absolute;
	left: -33px;
	top: 35%;
	outline: 0;
}
.about-section-wrapper .container {
	padding-bottom: 0px !important;
}
#partner-logo-slider .owl-nav button.owl-prev {
	position: absolute;
	left: -33px;
	top: 35%;
	outline: 0;
}
#partner-logo-slider .owl-nav button.owl-next {
	position: absolute;
	right: -33px;
	top: 35%;
	outline: 0;
}
#partner-logo-slider .owl-nav button i {
	font-size: 30px;
	font-weight: 300;
	color: #0b4f8e;
}
.partner-logo-slider-section {
	float: left;
	width: 100%;
}
.item-row-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 155px;
}
.partner-logo-slider-section .partner-logo-wrapper {
	float: left;
	width: 100%;
	padding: 0px 56px;
	margin-bottom: 11px;
	margin-top: 11px;
}
.partner-logo-slider-section .item-row-logo img {
	width: auto !important;
}
.about-section-wrapper {
	float: left;
	width: 100%;
	background-image: url(img/banner-about-bg1.jpg);
	padding-top: 45px;
	background-size: cover;
}
.theme-btn {
	float: left;
	width: 100%;
}
.theme-btn a {
	background: #00e6cf;
	padding: 7px 25px;
	border-radius: 100px;
	color: #fff;
	font-size: 18px;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
	position: relative;
	display: inline-block;
}
.theme-btn a:hover {
	border-radius: 15px 0;
}
.theme-btn a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #01cfba;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.theme-btn a:hover:after {
	border-radius: 15px 0;
	background: #01cfba;
	transform: translate(-50%, -50%) scale(5);
}
.about-section-wrapper .about-section-text-left-side .about-section-text-left-title {
	font-size: 26px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 600;
}
.about-section-wrapper .about-section-text-left-side p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.about-section-video-img {
	position: absolute;
	bottom: -53px;
}
.about-section-text-left-side {
	float: left;
	width: 100%;
	padding-bottom: 48px;
}
.featured-product-videos-section {
	float: left;
	width: 100%;
	background-image: url(img/featured-product-videos-bg.jpg);
	background-size: cover;
	padding-top: 19px;
	padding-bottom: 19px;
}
.featured-product-videos-section .featured-product-section-title {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 9px;
	color: #fff;
	padding: 0px 15px;
	font-size: 29px;
	font-weight: bold;
}
.featured-produc-right-side-box {
	float: left;
	width: 100%;
}
.featured-produc-right-side-box ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 9px;
	display: flex;
	background: #b5b5b5;
	padding: 15px 45px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.featured-produc-right-side-box ul li .featured-produc-text-no {
	margin-right: 24px;
}
.featured-produc-right-side-box ul li.active,
.featured-produc-right-side-box ul li:hover {
	color: #fff;
	background: #65646c;
}
.footer_copyright {
	float: left;
	width: 100%;
}
.footer-row-logo-section {
	float: left;
	width: 100%;
}
.footer-row-logo-section .footer-logo-name-1 {
	font-size: 29px;
	margin-bottom: 2px;
	color: #0098e6;
	font-weight: bold;
}
.footer-row-logo-section .footer-logo-name-2 {
	font-weight: normal;
	font-size: 20px;
	color: #0b4f8e;
}
.footer-row-logo-section .footer-logo-row {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
}
.footer-menu-section {
	float: left;
	width: 100%;
}
.footer-menu-section .footer-menu-title {
	margin-bottom: 13px;
	color: #000;
	font-size: 19px;
	font-weight: 600;
	position: relative;
}
.footer-menu-section .footer-menu-title:after {
	content: "";
	width: 25px;
	height: 2px;
	background: #0ae7d1;
	display: inline-block;
	position: absolute;
	left: 0px;
	bottom: -4px;
}
.footer-menu-section ul li a {
	font-size: 14px;
	line-height: 26px;
}
.footer-row-logo-section:before {
	content: "";
	position: absolute;
	left: -35px;
	height: 100%;
	width: 1px;
	background: #b1e2fa;
}
.footer .footercontainer {
	padding-bottom: 60px;
}
.home-slider .owl-nav button {
	background-color: rgba(255, 255, 255, 0.6) !important;
	width: 37px;
	height: 37px;
	outline: 0 !important;
}
.home-slider .owl-nav button i {
	font-size: 28px;
	font-weight: 300;
	color: #0b4f8e;
}
.home-slider .owl-nav button.owl-prev {
	position: absolute;
	top: 45%;
	left: 0px;
}
.home-slider .owl-nav button.owl-next {
	position: absolute;
	top: 45%;
	right: 0px;
}
.tabs.tab-wrapper-full {
	float: left;
	width: 100%;
}
.tabs.tab-wrapper-full .container-tabs-row {
	display: flex;
	width: 100%;
	float: left;
	justify-content: space-between;
	padding-bottom: 35px;
}
.tabs.tab-wrapper-full .container-tabs-row #tabs-nav {
	display: flex;
	border-bottom: solid 1px #77c8f2;
}
.tabs.tab-wrapper-full .container-tabs-row #tabs-nav li {
	margin: 0px 6px;
}
.tabs.tab-wrapper-full .container-tabs-row #tabs-nav li a {
	font-size: 16px;
	color: #666666;
	padding: 5px 15px;
	display: inline-block;
}
.tabs.tab-wrapper-full .container-tabs-row #tabs-nav li.active a {
	background: #d8fafb;
	color: #0099ff;
}
.tabs.tab-wrapper-full .container-tabs-row .tab-title-wrapper {
	font-size: 30px;
	color: #00dee6;
	font-weight: bold;
}
.pro-section {
	float: left;
	width: 100%;
	padding-top: 94px;
}
.product-item-wrapper {
	float: left;
	width: 100%;
}
.product-item-wrapper ul li {
	max-width: 33.3333%;
	float: left;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
}
.product-theme-btn a {
	background: #00e6cf;
	padding: 9px 24px;
	display: inline-block;
	color: #fff;
	border-radius: 100px;
	font-size: 16px;
	vertical-align: text-bottom;
	padding-bottom: 5px;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
	position: relative;
}
.product-theme-btn a:hover:after {
	border-radius: 15px 0;
	background: #01cfba;
	transform: translate(-50%, -50%) scale(5);
}
.product-theme-btn a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #01cfba;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.product-theme-btn a:hover {
	border-radius: 15px 0;
}
.tab-wrapper-position #tabs-content {
	float: left;
	width: 100%;
	background: #f2f2f2;
	padding-top: 32px;
	padding-bottom: 60px;
}
.product-item-wrapper ul li .product-item-box {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 8px;
}
.product-item-box .product-item-box-bg {
	background: #fff;
	padding: 24px;
	float: left;
	width: 100%;
	min-height: 550px;
}
.product-item-box .product-item-box-bg .product-item-info {
	float: left;
	width: 100%;
}
.product-item-box .product-item-box-bg .product-item-info .product-name-title {
	margin-top: 15px;
	margin-bottom: 17px;
	color: #000;
	font-size: 17px;
}
.product-view-more-btn-wrapper {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 38px;
}
.product-view-more-btn-wrapper a {
	background: #0073c6;
	padding: 9px 20px;
	color: #fff;
	border-radius: 100px;
	font-size: 16px;
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.product-view-more-btn-wrapper a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background: rgba(0, 0, 0, 0.2);
}
.product-view-more-btn-wrapper a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #3a6e91;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.product-view-more-btnh {
	display: inline-block;
}
.tab-wrapper-position {
	float: left;
	width: 100%;
}
/******** New About Page CSS ********/
.about-section-videos-about {
	float: left;
	width: 100%;
	background-image: url(../img/about-section-videos-about-bg.jpg);
	padding-top: 45px;
	background-size: cover;
	padding-bottom: 34px;
	text-align: center;
}
.about-section-videos-about .about-section-video-img {
	position: relative;
	bottom: 0;
}
.about-section-content {
	background: #0098e6;
	padding: 26px;
}
.about-section-content p {
	line-height: 26px;
	color: #fff;
}
.about-section-content-with-img-box {
	width: 100%;
	float: left;
	padding-bottom: 43px;
}
.main {
	float: left;
	width: 100%;
}
.about-section-content-with-img-box .about-section-video-img {
	position: relative;
	bottom: auto;
}
.about-section-content-with-img-box .about-section-content-img {
	padding: 0px;
	margin-left: -14px;
}
.about-section-content-text {
	padding-right: 0px;
}
/******** New Product Page CSS ********/
#main .product-full-width {
	width: 100%;
	float: left;
}
.product-class-bg {
	float: left;
	width: 100%;
	background: #f2f2f2;
	padding-top: 32px;
}
.product-class-bg #tabs-nav {
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 25px;
	margin-top: 8px;
}
.product-class-bg #tabs-nav li {
	display: inline-block;
	margin: 0px 5px 20px 5px;
}
.youtube-embed-wrapper {
	display: none;
}
.product-details-video-wrapper {
	float: left;
	width: 100%;
	border-top: solid 2px #dde6ef;
	padding-top: 29px;
}
.product-detail-product-related {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.youtube-embed-videos {
	float: left;
	width: 100%;
}
.product-details-video-section-info {
	float: left;
	width: 100%;
	margin-bottom: 39px;
	position: relative;
}
.product-details-video-section-info .product-details-t-title-s {
	margin-bottom: 11px;
	font-size: 24px;
	color: #0b4f8e;
	font-weight: bold;
}
.product-details-video-section-info .product-details-t-ul-li {
	float: left;
	width: 100%;
}
.product-details-video-section-info .product-details-t-ul-li li {
	line-height: 30px;
	font-size: 15px;
	color: #000;
}
.youtube-embed-videos-row {
	padding: 0px 30px;
}
.prd_detail .product-name-text {
	font-size: 14px;
	color: #000000;
}
.prd_detail .prd_detail_info .prd_detail_desc .prd_detail_desc_title {
	font-size: 33px;
	margin-bottom: 13px;
	color: #0073c6;
	font-weight: 600;
}
.prd_detail .prd_detail_info .prd_detail_desc ul li {
	display: flex;
	margin-bottom: 10px;
}
.prd_detail .prd_detail_info .prd_detail_desc ul li .prd-detail-desc-div1 {
	width: 48%;
	float: left;
	color: #0b4f8e;
	font-size: 15px;
	font-weight: 600;
}
.prd_detail .prd_detail_info .prd_detail_desc ul li .prd-detail-desc-div2 {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}
.product-submit-btn {
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 12px;
}
.product-submit-btn button {
	background: #0073c6;
	padding: 7px 37px;
	color: #fff;
	border-radius: 100px;
	font-size: 16px;
	border: none;
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.product-submit-btn button:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background: rgba(0, 0, 0, 0.2);
}
.product-submit-btn button:hover {
	border-radius: 15px 0;
}
.product-submit-btn button:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background: #03e3cc;
}
.product-submit-btn button:after {
	content: "d";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #3a6e91;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.quantity {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.quantity__minus, .quantity__plus {
	display: block;
	width: 30px;
	height: 34px;
	margin: 0;
	background: #ececec;
	text-decoration: none;
	text-align: center;
	line-height: 34px;
	font-size: 18px;
}
.quantity__minus:hover, .quantity__plus:hover {
	background: #0073c6;
	color: #fff !important;
}
.quantity__minus {
	border-radius: 3px 0 0 3px;
}
.quantity__plus {
	border-radius: 0 3px 3px 0;
}
.quantity__input {
	width: 75px;
	height: 34px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	border-left: none;
	border-right: none;
	background: #fff;
	color: #8184a1;
}
.quantity__minus:link, .quantity__plus:link {
	color: #8184a1;
}
.quantity__minus:visited, .quantity__plus:visited {
	color: #000;
}
.increment-decrement-counter {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.increment-decrement-counter .increment-decrement-counter_row {
	display: flex;
	width: 100%;
}
.increment-decrement-counter .increment-decrement-counter_row .increment-decrement-title {
	font-size: 19px;
	margin-right: 16px;
	color: #0b4f8e;
}
.page-title .bread {
	display: none;
}
.arrow-icon-wrapper {
	position: absolute;
	right: 0px;
	max-width: 57px;
	bottom: 12px;
}
.prd_detail_photo .large_photo {
	border: none !important;
}
.prd_detail .prd_detail_photo .large_photo .slider.slider-thumb {
	padding: 0px 56px;
}
.slider.slider-thumb .slick-list .product-details-thumb-img {
	border: solid 1px #cccccc;
	margin: 0px 7px;
}
#toolbar .member_area ul li > a {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
.page-title h1:after {
	content: "";
	width: 73px;
	height: 2px;
	background: #fff;
	display: inline-block;
	position: absolute;
	margin: 0px auto;
	left: 0;
	right: 0;
	bottom: 1px;
}
.besign-by a {
	color: #0098e6 !important;
	font-weight: 500;
	font-size: 12px;
}
#top ul.menu_list > li:hover a.lv1, #top ul.menu_list > li a.lv1:hover {
	background: none;
	color: #000;
}
#top ul.menu_list > li:after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 1px;
	height: 5px;
	display: inline-block;
	background: #0073c6;
	left: 0px;
	display: none;
}
#top ul.menu_list > li:hover:After {
	display: block;
}
#top ul.menu_list > li a.lv1 {
	position: relative;
}
.header #toolbar {
	display: inline-block;
	float: left;
}
#toolbar .member_area ul li > a span.fa-regular {
	color: #00dee6;
	vertical-align: middle;
}
#toolbar .member_area ul li > a span {
	font-size: 22px;
}
#toolbar .member_area ul li > a span.fa-bag-shopping {
	color: #155693;
	margin-top: 11px;
	font-weight: 400;
}
#toolbar .member_area select {
	vertical-align: initial;
	font-size: 15px;
}
#toolbar .member_area ul li .fa-globe {
	font-size: 15px;
}
.cart-text-hide {
	display: none;
}
li.cart-row-header {
	position: relative;
	margin-right: 30px !important;
}
.cart-row-header .cart-value {
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 100px;
	line-height: 24px;
	text-align: center;
	font-size: 13px;
	position: absolute;
	right: -23px;
	top: 0px;
}
.home-slider .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 19px;
	text-align: center;
	left: 0;
}
.home-slider .owl-dots button {
	outline: 0;
}
.home-slider .owl-dots button span {
	background: #fff;
	border: solid 2px #ffffff;
}
.home-slider .owl-dots button.active span {
	background: none;
	border: solid 2px #a3d5ec;
}
.product-theme-btn a:hover {
	border-radius: 15px 0;
}
.product-view-more-btn-wrapper a:hover {
	border-radius: 15px 0;
}
.product-submit-btn button:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #00e6cf;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.product-class-bg #tabs-nav li a {
	border: solid 1px #5eb1eb;
	padding: 3px 20px;
	border-radius: 100px;
	color: #0b4f8e;
	font-size: 16px;
}
.product-class-bg #tabs-nav li.active a {
	background: #388cc6;
	color: #fff;
}
.product-detail-container {
	padding-top: 47px;
}
.slick-prev:before, .slick-next:before {
	color: black !important;
}
.slick-next {
	right: 0 !important;
}
.slick-prev {
	left: 0 !important;
}
.product-item-box .product-item-img {
	position: relative;
	overflow: hidden;
}
.product-item-box .product-item-img img {
	width: 100%;
	webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.product-item-box .product-item-img:hover img {
	webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}







/******** Mobile Layout ********/
@media only screen and (max-width: 767px) {
.prd_detail .prd_detail_info .prd_detail_desc ul li .prd-detail-desc-div1 {
	width: 50%;
	float: left;
	font-size: 13px;
}
.prd_detail .prd_detail_info .prd_detail_desc ul li .prd-detail-desc-div2 {
	font-size: 13px;
	width: 50%;
	float: left;
	padding-left: 10px;
}
.prd_detail .prd_detail_photo {
	padding-right: 0;
}
.prd_detail .prd_detail_photo .large_photo .slider.slider-thumb {
	padding: 0px 17px;
}
.about-section-video-img {
	position: relative;
	bottom: 0;
	margin-bottom: 42px;
}
.footer-menu-section {
	float: left;
	width: 100%;
	border-bottom: solid 1px #a7a7a7;
	margin-bottom: 24px;
	padding-bottom: 20px;

}
.footer-row-logo-section {
	text-align: center;
}
.footer-row-logo-section .footer-logo-row {
	margin-top: 19px;
}
.footer .footercontainer {
	padding-bottom: 27px;
}
.featured-produc-right-side-box ul li {
	padding: 9px 16px;
}
.featured-produc-right-side-box ul li .featured-produc-text-no {
	margin-right: 17px;
}
.featured-produc-right-side-box {
	margin-top: 19px;
}
.product-item-box .product-item-box-bg {
	padding: 6px;
	float: left;
	width: 100%;
	padding-bottom: 23px;
}
.product-item-wrapper ul li .product-item-box {
	padding: 0px 7px;
}
.product-item-box .product-item-box-bg .product-item-info .product-name-title {
	margin-top: 12px;
	margin-bottom: 14px;
	font-size: 13px;
	line-height: 19px;
}
.product-theme-btn a {
	padding: 8px 24px;
	font-size: 13px;
}
.product-item-wrapper ul li {
	max-width: 50%;
}
.tab-wrapper-position #tabs-content {
	padding-bottom: 36px;
}
.product-view-more-btn-wrapper {
	margin-top: 17px;
}
.tabs.tab-wrapper-full .container-tabs-row .tab-title-wrapper {
	font-size: 29px;
	margin-bottom: 20px;
}
.tabs.tab-wrapper-full .container-tabs-row {
	display: inline-block;
	padding-bottom: 21px;
}
.tabs.tab-wrapper-full .container-tabs-row #tabs-nav {
	display: inline-block;
}
.product-class-bg #tabs-nav li {
	display: inline-block;
	margin: 0px 2px;
	margin-bottom: 21px;
}
.product-class-bg #tabs-nav li a {
	padding: 3px 14px;
	font-size: 13px;
}
.product-class-bg #tabs-nav {
	margin-bottom: 7px;
}
.banner img {
	height: 204px;
	width: 100%;
	object-fit: cover;
}
.arrow-icon-wrapper {
	max-width: 36px;
}
.product-details-video-section-info .product-details-t-ul-li {
	padding-right: 52px;
}
.product-detail-container {
	padding-bottom: 0px !important;
}
.youtube-embed-videos-row {
	padding: 0px 0px;
	float: left;
	width: 100%;
}
.about-section-content-with-img-box .about-section-video-img {
	text-align: center;
	margin-bottom: 0px;
}
.about-section-content-with-img-box .about-section-content-img {
	padding: 0px 15px;
	margin-left: 0;
	margin-top: 19px;
}
.about-section-videos-about .about-section-video-img {
	margin-bottom: 0px;
}
#top .logo img, #top .logo {
	margin-bottom: -10px;
}
.header #top .col-md-4 {
	padding: 0px;
	padding-right: 65px;
}
#top .mobile_btn {
	right: 12px;
	top: 5px;
}
.item-row-logo img {
	height: 51px;
	object-fit: cover;
}
.partner-logo-slider-section .partner-logo-wrapper {
	padding: 0px 37px;
	margin-bottom: 7px;
	margin-top: 7px;
}
.item-row-logo {
	min-height: 88px;
}
.about-section-text-left-side {
	text-align: center;
}
.pro-section {
	padding-top: 36px;
}
.position-relative ul#tabs-nav {
	width: 100%;
}
.position-relative ul#tabs-nav li {
	display: inline-block;
	margin: 0px 7px !important;
	margin-bottom: 7px !important;
}
.tabs.tab-wrapper-full .container-tabs-row #tabs-nav li a {
	font-size: 14px;
	padding: 5px 9px;
	display: inline-block;
}
}


/******** Tablet Layout ********/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pro-section {
	padding-top: 30px;
}
#top .logo img, #top .logo {
	margin-bottom: 0;
}
#top .mobile_btn {
	top: 12px;
}
.item-row-logo img {
	height: 80px;
	object-fit: cover;
}
.item-row-logo {
	min-height: 93px;
}
.about-section-content p {
	line-height: 31px;
	font-size: 13px;
}
#main .product-full-width {
	width: 100% !important;
}
.about-section-video-img {
	position: relative;
	bottom: 0;
	margin-top: 48px;
}
.featured-produc-right-side-box ul li {
	padding: 8px 13px;
	font-size: 14px;
}
.footer-menu-section .footer-menu-title {
	font-size: 13px;
}
.footer-row-logo-section .footer-logo-name-1 {
	font-size: 23px;
}
.tabs.tab-wrapper-full .container-tabs-row {
	display: inline-block;
}
.tabs.tab-wrapper-full .container-tabs-row .tab-title-wrapper {
	font-size: 29px;
	margin-bottom: 22px;
	text-align: center;
}
.tabs.tab-wrapper-full .container-tabs-row #tabs-nav {
	display: inline-block;
	width: 100%;
	float: left;
}
.tabs.tab-wrapper-full .container-tabs-row #tabs-nav li {
	margin: 0px 2px;
	display: inline-block;
}
.tabs.tab-wrapper-full .container-tabs-row #tabs-nav li a {
	font-size: 16px;
	padding: 5px 9px;
	display: inline-block;
}
.tabs.tab-wrapper-full .container-tabs-row #tabs-nav {
	text-align: center;
}
.product-item-box .product-item-box-bg {
	padding: 15px;
}
.product-item-box .product-item-box-bg {
	padding-bottom: 24px;
}
}

/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
#top .menu_area {
	width: 62%;
}
.header #toolbar {
	width: 37%;
	float: left;
}
#top ul.menu_list > li a.lv1 {
	padding: 7px 7px;
	font-size: 13px;
}
.item-row-logo img {
	height: 53px;
	object-fit: cover;
}
.item-row-logo {
	min-height: 109px;
}
.header .header-logo-div {
	max-width: 25%;
	padding-left: 0px;
	padding-right: 0px;
}
.header .header-menu-div {
	max-width: 75%;
	flex: auto;
	padding-right: 0px;
}
.tabs.tab-wrapper-full .container-tabs-row {
	display: inline-block;
}
.tabs.tab-wrapper-full .container-tabs-row #tabs-nav li {
	margin: 0px 4px;
}
.tabs.tab-wrapper-full .container-tabs-row #tabs-nav li a {
	font-size: 15px;
	padding: 5px 8px;
}
.tabs.tab-wrapper-full .container-tabs-row #tabs-nav {
	margin-top: 14px;
}
.footer-row-logo-section .footer-logo-name-2 {
	font-size: 16px;
}
.footer-row-logo-section .footer-logo-row {
	margin-top: 24px;
}
#main .product-full-width {
	width: 100% !important;
}
}
