.product-area-picture ul,
.product-area-picture li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
.product-area-picture .picture {
	padding-left: 0px;
	max-width: 500px;
}
.product-area-picture .picture img {
	border: solid 1px #C8C8C8;
	max-width: 500px;
	width:100%;	
}
.product-area-picture .thumb img {
	border: solid 1px #C8C8C8;
	cursor:pointer;
	margin-right:10px;	
	width:100px;
}
.product-area-picture .information {
	padding-left: 20px;
}
.product-area-picture .itemno {
	color:#969696;
	font-size:18px;
}
.product-area-picture .composition-table th, .product-area-picture .composition-table td {
	color: #969696;
	font-size: 14px;
	padding: 5px 2px;
}
.product-area-picture .composition-table th {
	color: #000000;
	font-weight: 600;
	vertical-align:top;
	width: 180px;
}
.product-area-picture .composition-table .tag li {
	font-size: 12px;
	border-radius: 20px;
	background-color: #f0f0f0;
	color: #646464;
	margin-right: 10px;
	margin-bottom:10px;
	padding: 3px 20px;
}
.product-area-picture .view-box {
	cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
@media (max-width:991px) {
	.product-area-picture .information {
		padding: 20px 0 0 0;
	}
}
.supplier-area-contactus .nav-item {
	font-size:18px;
	margin-left:1rem;
	text-transform:uppercase;
}
.supplier-area-contactus .logo {
	padding:0 1rem;
	text-align:center;
	width:180px;
}
.supplier-area-contactus .logo img {
	width:100px;
}
.supplier-area-contactus a {
	color:inherit;
}
.supplier-area-contactus a:hover {
	color:##007bff;
	text-decoration:none;
}
.supplier-area-contactus p {
	margin:5px 0	
}
.supplier-area-contactus i {
	margin-right:12px;
}
.supplier-area-contactus .address {
	text-indent:-12px;
	margin-left:28px;
}
.supplier-area-contactus .inquiry {
	width:300px;	
}
@media (max-width:991px) {
	.supplier-area-contactus {
		margin-left: -15px;
		width-right: -15px;
	}
	.supplier-area-contactus .logo {
		display:none;	
	}
	.supplier-area-contactus .nav-item {
		margin-left:5px;	
	}
}
.text-description {
	color: #969696;
}
.dividing-line-200 {
	border-top: solid 1px #646464;
	clear: both;
	height: 1px;
	margin: 10px 0;
}
.dividing-line-220 {
	border-top: solid 1px #DCDCDC;
	clear: both;
	height: 1px;
}
.font-weight-400 {
	font-weight: 400;
}
.font-weight-500 {
	font-weight: 500;
}
.font-weight-600 {
	font-weight: 600;
}
.font-weight-700 {
	font-weight: 700;
}
.font-size-12 {
	font-size: 12px;
}
.font-size-14 {
	font-size: 14px;
}
.font-size-16 {
	font-size: 16px;
}
.font-size-18 {
	font-size: 18px;
}
.font-size-24 {
	font-size: 24px;
}
.font-size-36 {
	font-size: 36px;
}
@media (max-width:576px){
	.product-area-picture .picture {
		padding-left: 15px;
	}
	.product-area-picture .thumb img {
		width:50px;
	}
	.product-area-picture .information {
		margin-top:20px;	
	}
}