@charset "utf-8";
/*CLEAR*/

.l-content .m-cols__wrap--edit,
.l-content .m-cols__wrap--edit > .m-cols__1of3,
.l-content .m-thumbnailList,
.l-content .m-thumbnailList > li {
	margin: 0;
	padding: 0;
	font-size: 0;
}

/*Header Edit*/

.l-content .imageReplace {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.l-content .mainMV {
	width: 950px;
	height: 350px;
	background: url('/th/pr/vona/recommend_category/top5_automation_components201901/images/mainvs.png');
	margin: 0 auto;
}

.l-content .m-h2--custom {
	height: 50px;
	background-color: #f2f2f2;
	font-size: 16px;
	color: #333333;
	border: 1px solid #dedede;
}

.l-content .m-h2--custom img {
	margin: 0 0 0 25px;
	display: block;
	float: left;
}

.l-content .m-h2--custom span {
	display: inline-block;
	padding: 12.5px 0 12.5px 25px;
}

.l-content .sub_main--block {
	width: 750px;
	height: auto;
	margin: 20px auto 40px;
}

/*Button Center*/

.l-content .m-btnList--center > li {
	padding-left: 50px;
}

.l-content .m-btnList--center > li:first-child {
	padding-left: 0;
}

/*Product List Style*/

.l-content .product {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
}

.l-content .product_name {
	font-size: 14px;
	font-weight: bold;
	height: 65px;
	padding: 10px 5px 0;
	color: #004bb1;
	display: block;
}

.l-content .product_img {
  margin: 20px auto;
	display: block;
}

.l-content .product_brand {
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0;
	height: 35px;
	display: block;
}

.l-content .product > .product_part {
	font-size: 12px;
	margin: 0;
	padding: 20px 5px 0;
	height: 50px;
	display: block;
}

.l-content .product > .product_price {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding: 0 5px;
	height: 60px;
	display: block;
}

.l-content .product.on > .product_price {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding: 0 5px;
	height: 30px;
	display: block;
}

.l-content .product > .product_pcs {
	font-size: 12px;
	font-weight: bold;
	color: #a0a0a0;
	height: 30px;
	display: block;
}

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

.l-content .brand_img {
	margin: 15px auto;
	display: block;
}

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

.l-content .background-gray {
	background-color: #f2f2f2;
}

.l-content .product_button {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	display: block;
	padding-top: 160px;
}

.l-content .product_button--link {
	background-image: url('/th/pr/vona/recommend_category/top5_automation_components201901/images/icon/right.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 180px;
	display: block;
}

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

/*Hover*/

.l-content .m-thumbnailList [data-clickable="area"]:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  opacity: 0.75;
}


/*Anchor*/

.l-content .anchor_block--odd {
	background-color: #f9f9f9;
	text-align: center;
	padding: 15px 10px;
  margin: 10px;
}

.l-content .anchor_block--name {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #dedede;
	height: 45px;
	margin: 10px 0 20px;
}

.l-content .anchor_block--description {
	font-size: 14px;
	font-weight: normal;
	height: 85px;
	padding: 20px 15px 20px 20px;
}

.l-content .anchor_block--odd > .m-btn--down {
	background-color: #ffffff !important;
	margin: auto;
}

/*Border Style*/

.l-content .m-thumbnailList > .border_style {
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 10px 0 20px;
	box-sizing: border-box;
}

.l-content .m-thumbnailList > .border_style--last {
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 10px 0 20px;
	box-sizing: border-box;
}

/*Fix Height Element +1 (Ex - Element Height 558 Fix Height 558+1 = 559)*/

.l-content .m-thumbnailList > .border_style--last {
	width: 100%;
}

.l-content .m-thumbnailList > .border_style.col_1of5,
.l-content .m-thumbnailList > .border_style--last.col_1of5 {
	width: 20%;
	height: 580px;
}

/*What New*/

.l-content .border_style--dotted {
	border-bottom: 2px dotted #f2f2f2;
}

