@charset "utf-8";


.l-content .c-button__wrap {
	text-align: center;
}
.l-content .c-button__wrap a {
	display: inline-block;
}

.l-content .boxProduct .m-cols {
	padding-top: 20px;
}

.l-content .boxProduct .m-cols .m-cols__wrap {
	margin: 0;
	padding: 10px;
}

.l-content .boxProduct.m-cols__3of5 {
	width: 59%;
	margin-right: 10px;
}
.l-content .boxProduct.m-cols__2of5 {
	width: 39.55%;
}

.l-content .boxProduct .m-cols .m-cols__wrap > .m-cols__2of5,
.l-content .boxProduct .m-cols .m-cols__wrap > .m-cols__1of5,
.l-content .boxProduct .m-cols .m-cols__wrap > .m-cols__1of3,
.l-content .boxProduct .m-cols .m-cols__wrap .m-cols__2of3,
.l-content .boxProduct .m-cols .m-cols__wrap .m-cols__2of5,
.l-content .boxProduct .m-cols .m-cols__wrap > .m-cols__3of5  {
	padding-right: 5px;
}
.l-content .boxProduct .m-cols .c-lh--1 {
	line-height: 1;
}
.l-content .brand170 {
	height: 40px;
	padding-top: 4px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.l-content .textLogo {
	margin-bottom: 20px;
}

.l-content .boxProduct .greyBG {
	background-color: transparent;
}

.l-content .boxProduct .boxGreen {
	background: #dedede;
	border-color: #000;
	color: #fff;
}

.l-content .boxProduct .productType.boxGreen .productTypeName {
	background-color: #6287ae;
	color: #fff;
}

.l-content .boxProduct .boxBlue {
	border-color: #0086ab;
	color: #fff;
}

.l-content .boxProduct .productType.boxBlue .productTypeName {
	background-color: #0086ab;
	color: #fff;
}

.l-content .boxProduct .productType.boxCrimson .productTypeName {
	background-color: #aa3543;
	color: #fff;
}

.l-content .boxProduct .boxCrimson {
	border-color: #aa3543;
	color: #fff;
}

.l-content .boxProduct .productType.boxSky .productTypeName {
	background-color: #63bcc1;
	color: #fff;
}

.l-content .boxProduct .boxSky {
	border-color: #63bcc1;
	color: #fff;
}

.l-content .boxProduct .productType.boxPurple .productTypeName {
	background-color: #7347b2;
	color: #fff;
}

.l-content .boxProduct .boxPurple {
	border-color: #7347b2;
	color: #fff;
}
.l-content .boxProduct .productType.boxOrange .productTypeName {
	background-color: #ff6643;
	color: #fff;
}

.l-content .boxProduct .boxOrange {
	border-color: #ff6643;
	color: #fff;
}

.l-content .boxProduct .productType.boxBrown .productTypeName {
	background-color: #7a4510;
	color: #fff;
}

.l-content .boxProduct .boxBrown {
	border-color: #7a4510;
	color: #fff;
}

.l-content .productList > li {
	position: relative;
	float: left;
	margin-bottom: 0;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}
.l-content .productList > li:first-child {
	padding-left: 0;
}
.l-content .productList > li:last-child {
	padding-right: 0;
}
.l-content .productList > li.singList {
	width: 100%;
}

.l-content .productList .productIMG {
	display: block;
}

.l-content .productList .productIMG img {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.l-content .productList > li span {
	display: block;
}

.l-content .boxProduct .productType .productTypeName {
	padding: 10px 20px;
	border-radius: 5px 5px 0 0;
	background-color: #ccc;
	font-size: 20px;
}

.l-content .boxProduct .productType.boxGreen {
	border-color: #01aedc;
	color: #fff;
}

.l-content .boxProduct .productType.boxGreen .productTypeName {
	background-color: #6287ae;
	color: #fff;
}

.l-content .boxProduct .subcate {
	margin-bottom: 0;
	border-color: #ff6643;
	color: #333;
	font-weight: bold;
}

.l-content .boxProduct .subcate .titleBlock__container {
	padding: 11px 10px 11px 10px;
	border: 1px solid #bfbfbf;
	background: #f3f3f3 ;
}
.l-content .boxProduct .subName {
	margin: 0;
	font-size: 20px;
}

/* New */
.l-content .borderT {
    border-top: 1px solid #bfbfbf;
}

.l-content .m-btnSize--edit {
    width: 165px;
    padding-left: 10px;
}

.l-content .product_name {
    font-size: 13px;
    font-weight: bold;
    min-height: 83px;
    padding: 15px 5px 0px;
    color: #004bb1;
    display: block;
}

.l-content .product > .product_part {
    font-size: 13px;
	color: #070707;
    height: 45px;
    margin: 0px;
    padding: 20px 5px 0px;
    min-height: 20px;
    display: block;
}

.l-content .product > .product_indent {
    font-size: 14px;
    font-weight: bold;
    color: #070707;
    padding: 10px 5px 0px;
    min-height: 35px;
    display: block;
}

.l-content img.indent_img {
    vertical-align: middle;
    margin-right: 7px;
}

.l-content .productList > li .list_container {
	/* height: 183px; */
	padding: 10px 0;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
	background-color: #ffffff;
}

.l-content .productList > li .list_container:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.l-content .productList > li .list_container:hover span img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.l-content .productList > li .list_container--last {
	/* height: 183px; */
	padding: 10px 0;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
	background-color: #fff;
}

.l-content .productList > li .list_container--last:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.l-content .productList > li .list_container--last:hover span img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.l-content .m-btnSize--edit2 {
    line-height: 15px;
    width: 240px;
    padding-left: 22px;
    height: 60px;
}

.l-content .m-cols__wrap--edit {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
}

.l-content .icon_brand{
	border-top: 2px solid #1a2640;
	font-size: 25px;
	font-style: italic;
	color: #333;
	background-color: #ffff00;
}

.l-content .icon_brandimg{
	padding-bottom: 30px;
}

.l-content .bg_iconbrand{
	border: 15px solid #6699ff;
	padding: 45px 10px 10px 10px;
}

.l-content .icon_brandT{
	font-size: 18px;
}

.l-content .text_purple{
	font-size: 25px;
	font-weight: bold;
	color: #0070c0;
	padding-bottom: 5px;
	border-bottom: 2px solid;
}

.l-content .text_purple > span{
	color: #cc00cc;
}

.l-content .text_std{
	padding-top: 10px;
}

.l-content .wt_arrow{
	width: 140px;
}

.l-content .text_best{
    height: 30px;
}

.l-content .t_color {
    color: #dd0000;
	font-weight: bold;
}

.l-content .price_d {
    line-height: 19px;
    font-size: 17px;
    color: #dd0000;
    font-weight: bold;
}

.l-content .product > .product_stock {
    font-size: 14px;
    font-weight: bold;
    color: #9f4f00;
    padding: 10px 5px 0px;
    min-height: 35px;
    display: block;
}

.l-content .product_stock .stock_img {
    vertical-align: middle;
    margin-right: 10px;
}

.l-content .product_stock .stock_img {
    vertical-align: middle;
    margin-right: 10px;
}

.l-content .m-asideSubBox__ttl--edit{
	font-size: 17px;
    font-weight: bold;
    color: #333;
}

.l-content .m-asideSubBox--edit{
	margin-top: 20px;
	padding: 0;
}

.l-content .m-asideSubBox__main--edit{
	padding: 0;
}

/*Bg Header */
.l-content .buttonProduct .button--ProductType {
    display: table;
    width: 295px;
    height: 80px;
    margin: auto;
    padding: 20px 85px 5px 45px;
    box-sizing: border-box;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.3;
}

.l-content .h89{
	height: 90px;
}

.l-content .h45{
	height: 45px;
}

.l-content .m-cols__1of6--edit {
    width: 26%;
}

.l-content .bestSeller > li .list_container2{
    background-color: #fff;
    width: 185px;
    text-align: center;
}

.l-content .l_discount{
	text-align: right;
    padding-right: 15px;
}

.l-content .i_discount{
	float: right;
	margin-top: -25px;
}

/* service*/
.l-content .category-list {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
}
.l-content .category-list .category-blk_p {
    display: inline-block;
    width: 100%;
    position: relative;
    color: #111;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding: 10px 0 0 0;
    margin: 10px 0;
}
/* end */
.l-content .gs_float{
	min-height: 260px;
	vertical-align: bottom;
}
.l-content .bg_feature{
	background: #efefef;
}
.l-content .th_red{
	background: #f00;
	color: #fff;
}
.l-content .td_price{
	color: #f00;
	font-weight: bold;
}