@charset 'utf-8';

/*
* 主要色系 #E60012
*/


html,body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Microsoft JhengHei','Arial';
}

body{
	padding-top: 114px;
}

*{
	box-sizing: border-box;
}

.middle, .square{
	position: relative;
	font-size: 0;
}

.middle:before, .square:before{
	content: ' ';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.middle > *, .square > *{
	display: inline-block;
	vertical-align: middle;
}

.square:before{
	height: auto;
	padding-top: 100%;
}

.clear:after{
	content: ' ';
	display: block;
	clear: both;
}

.animate, .animate:after, .animate:before{
	-webkit-transition: all ease-in-out .25s;
	-ms-transition: all ease-in-out .25s;
	-o-transition: all ease-in-out .25s;
	transition: all ease-in-out .25s;
}

.helfSec{
	-webkit-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.fullSec{
	-webkit-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.oneHelfSec{
	-webkit-transition-duration: 1.5s;
	-ms-transition-duration: 1.5s;
	-o-transition-duration: 1.5s;
	transition-duration: 1.5s;
}

.twiceSec{
	-webkit-transition-duration: 2s;
	-ms-transition-duration: 2s;
	-o-transition-duration: 2s;
	transition-duration: 2s;
}

.thumb{
	display: block;
	position: relative;
	font-size: 0;
	height: auto !important;
}

.thumb:after{
	content: ' ';
	display: inline-block;
	width: 0;
	padding-top: 100%;
	vertical-align: middle;
}

.thumb a{
	display: inline-block;
	width: 100%;
	padding-top: 100%;
	vertical-align: middle;
}

.thumb img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.flex{
	display: flex;
	flex-direction: row; /* (row | row-reverse | column | column-reverse) */
	flex-wrap: nowrap; /* (nowrap | wrap | wrap-reverse) */
	justify-content: flex-start; /* (flex-start | flex-end | center | space-between | space-around) */
	align-items: flex-start; /* (flex-start | flex-end | center | baseline | stretch) */
	align-content: flex-start; /* (flex-start | flex-end | center | space-between | space-around | stretch) */
}

.flex:before, .flex:after{
	content: normal;
}

.flex-wrap{
	flex-wrap: wrap;
}

.flex-nowrap{
	flex-wrap: nowrap;
}

.flex-left{
	justify-content: flex-start;
}

.flex-center{
	justify-content: center;
}

.flex-right{
	justify-content: flex-end;
}

.flex-top{
	align-items: flex-start;
}

.flex-middle{
	align-items: center;
}

.flex-bottom{
	align-items: flex-end;
}

.flex-back{
	flex-direction: row-reverse;
}

.floatBgBefore:before, .floatBgAfter:after{
	content: ' ';
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: calc((100% - 100vw) / 2);	
}



/** header start **/

header{
	position: fixed;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #FFF;
	z-index: 9999;
	top: 0;
	left: 0;
}

header .header{
	width: 100%;
	padding: 10px calc((100% - 1170px) / 2 + 15px);
	height: 75px;
	margin: 0;
	align-items: flex-end;
}

header .header > *{
	float: none;
}

.header .logo{
	position: relative;
	padding: 0;
	margin: 0;
	height: 40px;
}

.header .logo img{
	width: auto;
	max-height: 100%;
}

.header .register{
	font-size: 0.750em;
	margin: 0 1em 0 auto;
}

.header .register li a{
	color: #1D1C1C;
	height: auto;
	line-height: normal;
	text-decoration: none;
}

.header .register li a:hover{
	color: #E60012;
}

.header .register li.cartView a{
	background: none;
	line-height: normal;
}

.header .register li a strong{
	color: #E60012;
}

.header .register li.cartView a:before{
	font-size: 1.5em;
	margin: 0 0.3em 0 0;
	vertical-align: middle;
}

.header .lagH{
	padding: 0;
}

.header .lagH ul{
	align-items: flex-end;
}

.header .lagH li{
	height: 20px;
	float: none;
	margin: 0 0.5em 0 0;
}

.header .lagH li:last-child{
	margin: 0;
}

@media (max-width: 1170px){
	header .header{
		padding: 10px 15px;
	}
}

@media (max-width: 787px){
	body{
		padding-top: 0;
	}

	header{
		position: relative;
	}

	header .header{
		justify-content: center;
		width: auto;
		height: auto;
		padding-bottom: 2em;
	}

	.header .logo{
		display: block;
	}
}

/** header end **/



/** nav start **/

nav{
	width: 100%;
	padding: 0 calc((100% - 1170px) / 2 + 15px);
	background: #000;
	align-items: center !important;
	font-size: 1rem;
}

nav #navMenu{
	width: auto;
	height: auto;
	font-size: 1em;
	background: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

nav #navMenu > li{
	float: none;
	display: inline-block;
	border: none;
}

nav #navMenu > li > a{
	font-size: 0.938em;
	font-weight: normal;
	padding: 1em 1.5em;
}

nav #navMenu > li > a:after{
	right: 5px;
}

nav #navMenu .sfHover *{
	overflow: visible !important;
}

nav #navMenu > li > a:hover{
	color: #FFF;
	background: #E60012;
}

nav #navMenu ul li a:hover{
	font-weight: bold;
	color: #11537F;
}

nav > .search{
	float: none;
	margin: 0 0 0 auto;
	padding: 0;
	min-width: 200px;
	text-align: right;
}

nav > .search form{
	border: none;
	margin: 0;
	padding: 0;
	height: 25px;
}

nav > .search #sf_keyword, nav > .search #sf_submit{
	vertical-align: top;
	outline: none;
}

nav > .search:hover #sf_keyword, nav > .search:hover #sf_submit{
	border: 1px solid #E60012;
}

nav > .search #sf_keyword{
	font-size: 0.750em;
	padding: 0.5em;
	height: 100%;
	border: 1px solid #000;
	color: #E60012;
	font-family: 'Microsoft JhengHei','Arial';
}

nav > .search #sf_submit{
	background-color: #E60012;
	background-image: url('../images/search.svg');
	background-size: 60%;
	background-position: center;
	font-size: 0;
	width: 25px;
	height: 100%;
	margin-left: -8px;
	border: 1px solid #000;
	border-left: none;
}

@media (max-width: 1170px){
	nav{
		padding: 0 15px;
	}
}

/** nav end **/



/** index start **/

#idx_content{
	font-size: 1rem;
}

#idx_content #idx_banner1{
	width: 100%;
	padding: 0 calc((100% - 1170px) / 2);
	background-image: url('../images/idx_section1_bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFF;
	align-items: center;
}

#idx_content #idx_banner1 > img{
	display: block;
	margin: 100px 0 0 50px;
}

#idx_content #idx_banner1 > div{
	padding: 0 18px 0 60px;
	text-align: center;
}

#idx_content #idx_banner1 > div img{
	display: block;
}

#idx_content #idx_banner1 h2{
	font-size: 1.125em;
	font-weight: normal;
	margin: 0.5em 0 1em 0;
	text-align: left;
}

#idx_content #idx_banner1 p{
	font-size: 1em;
	color: #78BC27;
	margin: 0 0 0.5em 0;
	text-align: left;
}

#idx_content #idx_banner1 ul{
	text-align: left;
}

#idx_content #idx_banner1 li{
	position: relative;
	font-size: 0.875em;
	padding: 0 0 0 1.5em;
}

#idx_content #idx_banner1 li span{
	position: absolute;
	top: 0.5em;
	left: 0;
	display: inline-block;
	background-color: #78BC28;
	font-size: 1em;
	padding: 0 0.2em;
}

#idx_content #idx_banner1 > div > a{
	display: inline-block;
	font-size: 0.875em;
	padding: 0.5em 2em;
	background-color: #78BC27;
	text-align: center;
	color: #FFF;
	margin: 50px 0 0 0;
}

#idx_content #idx_banner2{
	width: 100%;
	padding: 0 calc((100% - 1170px) / 2);
	background-image: url('../images/idx_section2_bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/* align-items: center; */
}

#idx_content #idx_banner2{
	width: 100%;
	overflow: hidden;
}

#idx_content #idx_banner2 h2{
	position: relative;
	display: block;
	width: 100%;
	font-size: 1.500em;
	font-weight: normal;
	color: #FFF;
	z-index: 1;
	padding: 0.9em 0;
	text-align: center;
	background-image: url('../images/idx_section2_logo.png');
	background-repeat: no-repeat;
	background-position: 0 center; 
}

#idx_content #idx_banner2 h2.en{
	padding-left: 30%;
	text-align: right;
	font-size: 1.2em;
}

#idx_content #idx_banner2 h2:after{
	content: ' ';
	position: absolute;
	top: 0;
	left: 350px;
	width: 100vw;
	height: 100%;
	background-color: #DD071E;
	z-index: -1;
	-webkit-transform: skewX(45deg);
	-ms-transform: skewX(45deg);
	-o-transform: skewX(45deg);
	transform: skewX(45deg);
}

#idx_content #idx_banner2 > div{
	align-items: center;
	padding: 25px 0 15px 0;
}

#idx_content #idx_banner2 dl{
	padding: 0 0 0 1em;
	color: #000;
	margin: 0 0 80px 0;
}

#idx_content #idx_banner2 dl:last-child{
	margin: 0;
}

#idx_content #idx_banner2 dt{
	font-size: 1.125em;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 0 0.5em 0;
}

#idx_content #idx_banner2 dd{
	position: relative;
	padding: 0 0 0 1em;
	font-size: 1em;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}

#idx_content #idx_banner2 dd:before{
	content: ' ';
	position: absolute;
	width: 0.6em;
	height: 0.6em;
	top: calc(1em / 2);
	left: 0;
	background-color: #E2001A;
}

#idx_content #idx_banner2 > a{
	position: relative;
	display: block;
	width: 100%;
	padding: 0.8em 25% 0.8em 0;
	font-size: 0.875em;
	text-align: right;
	text-decoration: none;
	color: #FFF;
	z-index: 1;
}

#idx_content #idx_banner2 > a:before{
	content: ' ';
	position: absolute;
	display: block;
	width: 100vw;
	height: 100%;
	bottom: 0;
	right: 22%;
	background-color: #DD071E;
	z-index: -1;
	-webkit-transform: skewX(45deg);
	-ms-transform: skewX(45deg);
	-o-transform: skewX(45deg);
	transform: skewX(45deg);
}

#idx_content #idx_banner2 > a:after{
	content: "\f061";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.8em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	text-align: center;
	line-height: 1.4em;
	background-color: #FFF;
	color: #DD071E;
	margin: 0 0 0 0.5em;
	border-radius: 100%;
	vertical-align: middle;
}

#idx_content #idx_banner3{
	width: 100%;
	padding: 20px calc((100% - 1170px) / 2 + 15px) 50px calc((100% - 1170px) / 2 + 15px);
	background-color: #113353;
	color: #FFF;
}

#idx_content #idx_banner3 h2{
	font-size: 1.500em;
	font-weight: normal;
	margin: 0 0 0 0.5em;
}

#idx_content #idx_banner3 > div:first-child{
	align-items: flex-end;
	margin: 0 0 15px 0;
}

#idx_content #idx_banner3 > div:last-child{
	position: relative;
	align-items: center;
}

#idx_content #idx_banner3 > div > div{
	margin: 0 0 0 auto;
	position: relative;
}

#idx_content #idx_banner3 > div > div img{
	margin: 0 0 -26% 0;
	max-width: 100%;
}

#idx_content #idx_banner3 > div > div p{
	color: #83B8FF;
	font-size: 1.125em;
}

#idx_content #idx_banner3 > div > div p, #idx_content #idx_banner3 > div > div ul{
	position: relative;
	z-index: 2;
}

#idx_content #idx_banner3 > div > div li{
	font-size: 0.938em;
}

#idx_content #idx_banner3 > div > div > a{
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	background-color: #597187;
	color: #FFF;
	padding: 0.3em 1.2em;
	border-radius: 0.5em;
	z-index: 3;
	font-size: 0.875em;
}

#idx_content #idx_hot{
	background-image: url('../images/idx_section4_bg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px calc((100% - 1170px) / 2 + 50px) 100px calc((100% - 1170px) / 2 + 50px);
}

#idx_content #idx_hot .flexslider{
	background: none;
	border: none;
}

#idx_content #idx_hot .proIntro{
	text-align: center;
}

#idx_content #idx_hot .proIntro .title{
	font-family: inherit;
	font-size: 1.500em;
	font-weight: normal;
	color: #FFF;
	display: inline-block;
	background-color: rgba(30,30,30,0.5);
	background-image: none;
	padding: 0.5em 2.2em;
	margin: 0 0 50px 0;
}

#idx_content #idx_hot .proIntro ol{
	display: none;
}

#idx_content #idx_hot .proIntro .flex-direction-nav{
	width: 100%;
}

#idx_content #idx_hot .proIntro .flex-direction-nav .flex-prev{
	text-align: left;
	margin-left: -30px;
}

#idx_content #idx_hot .proIntro .flex-direction-nav .flex-next{
	margin-right: -30px;
}

#idx_content #idx_hot .flexslider .slides > li{
	position: relative;
}

#idx_content #idx_hot .flexslider .slides > li a{
	width: calc(100% - 1rem);
	height: auto;
	margin: auto;
	padding: 0;
	display: block;
}

#idx_content #idx_hot .flexslider .slides > li a:first-child{
	background: #FFF;
	font-size: 0;
}

#idx_content #idx_hot .flexslider .slides > li a:first-child:before{
	padding-top: 80%;
}

#idx_content #idx_hot .flexslider .slides > li a:last-child{
	background: #C1C1C1;
	color: #000;
	padding: 0.5em 0;
}

#idx_content #idx_hot .flexslider .slides > li:hover a:last-child{
	color: #E60012;
	text-decoration: underline;
}

#idx_content #idx_hot .flexslider .slides > li img{
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
}

@media (max-width: 1170px){
	#idx_content #idx_banner1{
		display: block;
		padding: 0 15px;
	}

	#idx_content #idx_banner1 > img{
		margin: 0 auto;
		max-width: 100%;
		padding-top: 50px;
	}

	#idx_content #idx_banner1 > div{
		padding: 1em 0 2em 0;
		max-width: 450px;
		margin: auto;
	}

	#idx_content #idx_banner2{
		padding: 0 15px 0 15px;
	}

	#idx_content #idx_banner2 h2{
		text-align: right;
	}

	#idx_content #idx_banner2 h2:after{
		left: 50%;
	}

	#idx_content #idx_banner2 h2.en{
		padding-left: 50%;
	}

	#idx_content #idx_banner2 > div{
		display: block;
	}

	#idx_content #idx_banner2 > div img{
		display: block;
		max-width: 100%;
		margin: auto;
	}

	#idx_content #idx_banner2 > div > div{
		max-width: 500px;
		margin: 2em auto 0 auto;
	}

	#idx_content #idx_banner2 dl{
		margin-bottom: 2em !important;
	}

	#idx_content #idx_banner3{
		padding: 20px 15px 50px 15px;
	}

	#idx_content #idx_banner3 > div > div{
		margin: 0 0 0 2em;
	}

	#idx_content #idx_banner3 > div > div > a{
		position: relative;
		margin: 1em 0 0 0;
	}

	#idx_content #idx_hot .proIntro .flex-direction-nav .flex-prev{
		margin-left: 0;
	}

	#idx_content #idx_hot .proIntro .flex-direction-nav .flex-next{
		margin-right: 0;
	}
}

@media (max-width: 787px){
	#idx_content #idx_banner2{
		padding-top: 2em;
	}

	#idx_content #idx_banner2 h2{
		background-position: center -0.5em;
		padding-top: 3.2em;
		text-align: center;
		font-size: 1.2em;
	}

	#idx_content #idx_banner2 h2:after{
		top: 2.8em;
		left: -15px;
		height: 2.1em;
		-webkit-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		-o-transform: skewX(0deg);
		transform: skewX(0deg);
	}

	#idx_content #idx_banner2 h2.en{
		text-align: center;
		padding-left: 0;
	}

	#idx_content #idx_banner2 h2.en:after{
		height: 60%;
	}

	#idx_content #idx_banner2 > a{
		padding-right: 0;
		text-align: center;
	}

	#idx_content #idx_banner2 > a:before{
		right: -15px;
		-webkit-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		-o-transform: skewX(0deg);
		transform: skewX(0deg);
	}

	#idx_content #idx_banner3 h2{
		margin: 0;
		font-size: 1.1em;
	}

	#idx_content #idx_banner3 > div:first-child, #idx_content #idx_banner3 > div:last-child{
		display: block;
		text-align: center;
		margin: 1em 0 3em 0;
	}

	#idx_content #idx_banner3 > div:last-child img{
		width: 100%;
		max-width: 400px;
	}

	#idx_content #idx_banner3 > div > div{
		margin: 3em 0 0 0;
	}

	#idx_content #idx_banner3 > div > div img{
		margin-bottom: -10%;
	}

	#idx_content #idx_banner3 > div > div p{
		text-align: left;
	}

	#idx_content #idx_banner3 > div > div li{
		text-align: left;
	}

	#idx_content #idx_banner3 > div > div > a{
		margin: 3em 0 0 0;
	}
}

/** index end **/



/** content start **/

.content{
	font-size: 1rem;
	width: 100%;
	padding: 0 calc((100% - 1170px) / 2);
}

.index .content{
	width: 100%;
	padding: 0 !important;
	margin: 0;
}

.colMain{
	width: 100%;
	margin: 0;
	padding: 0;
}

.colSide{
	width: 270px;
	background: none;
}

.colSide h4{
	color: #000;
	font-size: 1.500em;
	padding: 0 0 0.3em 0.5em;
	margin: 0;
}

.colSide + .colMain{
	width: calc(100% - 270px);
	padding: 2em 0 0 30px;
}

.colSide .sideCate{
	margin: 0;
	padding: 0;
}

.colSide .sideCate > li{
	position: relative;
	margin: 0;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #7C7C7C;
}

.colSide .sideCate > li > span > a:last-child{
	display: block;
	padding: 1em 2em;
	background: rgb(61,59,60);
	background: -moz-linear-gradient(left,  rgba(61,59,60,1) 0%, rgba(178,177,177,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(61,59,60,1) 0%,rgba(178,177,177,1) 100%);
	background: linear-gradient(to right,  rgba(61,59,60,1) 0%,rgba(178,177,177,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3b3c', endColorstr='#b2b1b1',GradientType=1 );
	text-shadow: 2px 2px 1px #000;
}

.colSide .sideCate > li li{
	margin: 0 !important;
}

.colSide .sideCate > li li > span > a:last-child{
	background: #7C7C7C;
	padding: 1em 2em;
	color: #FFF;
	text-shadow: 2px 2px 1px #000;
}

.colSide .sideCate > li li li > span > a:last-child{
	background: #000;
}

.colSide .sideCate > li li > span > a:hover:last-child, .colSide .sideCate > li li > span > a.active:last-child{
	background: #E70013;
}

.colSide .sideCate > li:hover > span > a:last-child,
.colSide .sideCate > li > span > a.active:last-child,
.colSide .sideCate > li > span > a.active + a{
	font-size: 1em;
}

.colSide .sideCate > li > span > a{
	padding: 0;
	color: #FFF;
	font-weight: normal;
}

.colSide .sideCate > li:hover > span > a,
.colSide .sideCate > li > span > a.active,
.colSide .sideCate > li > span > a.active + a{
	color: #FFF;
}

.colSide .sideCate > li a.tree{
	position: absolute;
	left: auto;
	right: 15px;
	top: calc((1em + 1.5em) / 2);
	width: 1em;
	height: 1em;
}

.colSide .sideCate li a.tree:before{
	content: "\f0d7";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.5em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;
	color: #FFF;
}

.colSide .sideCate > li.active > span a.tree{
	background: none !important;
}

.colSide .sideCate > li.active > span a.tree:before{
	content: "\f0d8";
}

.colSide .sideCate > li li span a.tree{
	padding: 0;
}

.colSide .sideCate > li li span a.tree.active{
	background: none !important;
}

.colSide .sideCate > li li span a.tree.active:before{
	content: "\f0d8";
}

.colSide .sideCate li li{
	background: #7C7C7C;
	margin: 0 10px;
	border-bottom: 1px dashed #515151;
}

.colSide .sideCate li li:last-child{
	border: none;
}

.colSide .sideCate li li a{
	padding: 0.5em 0;
	color: #504B4B;
}

.colSide .sideCate li li a:hover,.colSide .sideCate li li a.active{
	color: #EC8319;
	font-weight: normal;
}

h2.menuTitle{
	font-size: 1.500em;
	color: #000;
	padding: 0 0 0.5em 0;
	border-bottom: 4px solid #D5D5D5;
}

h2.menuTitle:before{
	display: inline-block;
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 0.8em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0.2em 0 0;
	vertical-align: 10%;
}

.noSide .colSide{
	display: none;
}

.noSide .colMain{
	width: 100%;
	padding: 0 calc((100% - 1170px) / 2);
}

.colMain .display_editor_data ul{
	padding-left: 1.5em;
}

.colMain .display_editor_data ul li{
	list-style-type: disc;
}

@media (max-width: 1170px){
	.content{
		width: 100% !important;
		padding: 0 15px !important;
		margin: 0 !important;
	}

	.index .content{
		padding: 0;
	}
}

@media (max-width: 787px){
	.content{
		padding: 0 !important;
	}

	.colSide + .colMain{
		width: 100% !important;
		padding: 0 15px !important;
	}

	.noSide .colMain{
		width: 100% !important;
		padding: 0 15px !important;	
	}
}

/** content end **/



/** breadcrumb start **/

.breadcrumb{
	width: 100%;
	margin: 0;
	padding: 0.5em calc((100% - 1170px) / 2);
	font-size: 1rem;
	text-align: right;
}

.breadcrumb a{
	color: #2F2F2F;
	font-size: 0.875em;
	text-decoration: none;
}

.breadcrumb a:hover{
	color: #E60012;
}

.breadcrumb h1{
	font-size: 0.875em;
	font-weight: normal;
	color: #2F2F2F;
}

@media (max-width: 1170px){
	.breadcrumb{
		padding: 0.5em 15px;
	}
}

/** breadcrumb end **/



/** product start **/

.productGrid{
	flex-wrap: wrap;
}

.productGrid .proList{
	position: relative;
	width: calc((100% / 3) - 10px);
	padding: 0;
	margin: 0 5px 2em 5px !important;
	float: none;
}

.productGrid .proList .img{
	width: 100%;
	padding: 0;
	margin: 0;
	border: 1px solid #8A8A8A;
	border-radius: 0;
}

.productGrid .proList .img span{
	display: none;
}

.productList{
	display: block !important;
}

.productList .proList .img{
	width: calc(28% - 15px) !important;
	margin: 0 15px 0 0;
	border: 1px solid #8A8A8A;
	border-radius: 0;
}

.proList h3{
	margin: 0 0 0.5em 0;
}

.proList h3 a{
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.proList h5{
	color: #000;
	font-size: 1.1em;
}

.proList:hover h3 a{
	color: #E60012;
}

.proList:hover .img{
	border-width: 2px;
	border-color: #E60012;
}

.productList .txt{
	font-size: 0.9em;
}

.productRight{
	width: 100%;
}

.attach li{
	height: auto !important;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor, .r-tabs-state-default{
	background-color: #E60012;
}

.product .proTypeTitle.display_editor_data ul{
	padding-left: 1.5em;
}

.product .proTypeTitle.display_editor_data ul li{
	list-style: disc;
}

.product .proTypeTitle.display_editor_data ol li{
	list-style: decimal;
}


@media (max-width: 1170px){
	.productGrid .proList{
		width: calc((100% / 3) - 10px);
	}
}

@media (max-width: 787px){
	.productGrid .proList{
		width: calc((100% / 3) - 10px);
	}

	.colMain img{
		max-width: 100% !important;
		width: auto !important;
	}
}

@media (max-width: 600px){
	.productGrid .proList{
		width: calc((100% / 2) - 10px);
	}
}

@media (max-width: 480px){
	.productList .proList .img{
		display: block;
		width: 100% !important;
	}
}

@media (max-width: 400px){
	.productGrid .proList{
		width: calc(100% - 10px);
	}
}

/** product end **/



/** product detail start **/

.productWrap > *{
	float: none;
}

.productWrap .productRight{
	padding-left: 2rem;
}

@media (min-width: 787px) and (max-width: 900px){
	.productWrap{
		flex-wrap: wrap;
	}
}

@media (max-width: 600px){
	.productWrap{
		flex-wrap: wrap;
	}
}

/** product detail end **/



/** footer start **/

footer{
	position: relative;
	width: 100%;
	font-size: 1rem;
	background: rgb(71,69,69);
	background: -moz-linear-gradient(top,  rgba(71,69,69,1) 0%, rgba(128,124,124,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(71,69,69,1) 0%,rgba(128,124,124,1) 100%);
	background: linear-gradient(to bottom,  rgba(71,69,69,1) 0%,rgba(128,124,124,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474545', endColorstr='#807c7c',GradientType=0 );
}

footer .footer{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 40px 15px 20px 15px;
	align-items: stretch;
	justify-content: space-between;
}

footer .footer h2{
	font-size: 1em;
	text-align: center;
}

footer .footer h2:after{
	content: ' ';
	display: block;
	width: 5em;
	height: 1px;
	background: #FFF;
	margin: 0 auto 1em auto;
}

footer .footer > hr{
	width: 1px;
	/* height: 100%; */
	background: #908D8D;
}

footer .footer li{
	font-size: 0.875em;
}

footer .footer li a:hover{
	color: #FFF;
	text-shadow: 0px 0px 10px rgba(255,255,255,0.8);
}

footer .footer li address{
	display: inline-block;
}

footer .footer #social{
	text-align: center;
	max-width: 160px;
}

footer .footer #social > a{
	position: relative;
	display: inline-block;
	font-size: 0;
	width: 2rem;
	height: 2rem;
	text-decoration: none;
	margin: 0 0.2rem 0.5rem 0.2rem;
	overflow: hidden;
}

footer .footer #social > a:hover{
	color: #FFF;
}

footer .footer #social > a span{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 2rem;
	border-radius: 10px;
}

footer .footer #social > a:hover span{
	box-shadow: inset 2px 2px 5px #000;
}

footer .footer #social > a span.fa-facebook{
	background-color: #3B5998;
}

footer .footer #social > a span.fa-twitter{
	background-color: #41ABE1;
}

footer .footer #social > a span.fa-youtube{
	background-color: #E62117;
}

footer .footer #social > a span.fa-google{
	background-color: #DB4437;
}

footer .footer #social > a span.fa-pinterest{
	background-color: #BD081C;
}

footer .footer #social > a span.fa-bold{
	background-color: #F00;
}

footer .footer #social > a span.fa-whatsapp{
	background-color: #00E676;
}

footer .footer #social > a span.fa-linkedin{
	background-color: #0077B5;
}

footer .footer #social > a span.fa-qq{
	background-color: #2DC5FF;
}

footer .footer #social > a span.fa-skype{
	background-color: #009EE5;
}

footer .footer #social > a span.fa-wechat{
	background-color: #00C70C;
}

footer .footer #social > a span.line{
	background-image: url('../images/line.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

footer .footer #social > a span:before{
	font-size: 1.2rem;
}

footer .footer #qrcode{
	display: block;
	float: none;
	margin: 0 0 1em 0;
}

footer .footer #qrcode a{
	display: inline;
}

footer .footer #qrcode img{
	display: inline-block;
	width: 110px;
	height: 110px;
} 

footer > small{
	display: block;
	width: 100%;
	background: #000;
	font-size: 0.750em;
	color: #FFF;
	padding: 0.5em 0;
	text-align: center;
}

footer > small a:hover{
	color: #FFF;
	text-shadow: 0px 0px 1px #FFF;
}

footer .footer #menu ul{
	column-count: 2;
}

@media (max-width: 1170px){
	footer .footer{
		display: block;
	}

	footer .footer > hr{
		width: 100%;
		height: 1px;
	}

	footer .footer > *{
		margin: 0 auto 3em auto;
		max-width: 500px;
	}
}

/** footer end **/



/** scale start **/

@media (min-width: 788px){
	header.scaleDown .header .logo{
		-webkit-transform:scale(0.6);
		-ms-transform:scale(0.6);
		-o-transform:scale(0.6);
		transform:scale(0.6);
	}

	header.scaleDown nav #navMenu li a{
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}

	header.scaleDown .header{
		height: auto;
	}
}

/** scale end **/



/** other start **/

.btnOrder{
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0 1em 0 2.5em !important;
	vertical-align: middle;
}

.cartList .btnOrder{
	padding: 0 1em 0 1.5em !important;
	background-position: 8px center !important;
}

.main_cont form#contact_form, .main_cont form#inquiry_form #cp2{
	padding-right: 30%;
}

.main_cont form label{
	font-size: 1.2em;
	margin: 0 0 0.2em 0;
}

.show_prodcut .model, .show_prodcut .qty{
	color: #000;
	font-weight: bold;
}

.hotProCont .proTypeTitle.editor.display_editor_data{
	display: none;
}

.cartList table td.tbQty_td{
	text-align: center;
}

.cartList div a{
	float: none;
	margin: 0;
}

.proList input[type=checkbox]{
	width: 1.2em;
	height: 1.2em;
	vertical-align: text-bottom;
	outline: none;
}

.header .lagH li{
	height: 25px;
}
.header .lagH li a{
	color: #000;
}

@media (max-width: 768px){
	.main_cont form#contact_form, .main_cont form#inquiry_form #cp2{
		padding-right: 20px;
	}
}

/** other end **/
