#logo-img{
	width: 65px;
	height: 50px;
}
a{
	font-size: 16px;
	font-weight: bold;
	margin-right: 15px;
}
.DIV-breadcrumb{
	margin-top: 60px;
}
.breadcrumb  li  a {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: black;
}
.breadcrumb  li  a:hover{
	color: red;
}
#Detail-Body{
	background: #f5f5f5;
	margin-top: -10px;
}
#Detail-Body img{
	margin-top: 15px;
}
.Product-Image{
	width: 400px;
	height: 400px;
}
#Product-Name-Rounded{
	background: #eae7e7;
	margin: 15px 10px;
	height: 50px;
	border-radius: 5px;
}
#Product-Name{
	text-align: center;
	font: normal 18px/20px "yekan";
    margin-top: -10px;
}
#flag{
	width: 50px;
	height: 50px;
}
.warranty{
	margin-top: 50px;
}
#Price-Tittle{
	float: right;
    color: #4d4d4d;
    font: normal 23px/32px yekan !important;
}
#Price{
	float: right;
	text-indent: 4em;
	font: normal 23px/32px yekan !important;
    color: #4caf50;
}
.footer{
	background: #eae7e7;
	margin-top: 15px;
	color: white;
}
.footer a{
	color: #777777;
}
.footer ul{
	list-style-type: none;
}

/*********Article Stayle************/
.Article-Brand-Img{
	text-align: center;
	width: 130px;
	margin-top: -10px;
}
ol li{
	margin-top: 20px;
}
.tittle{
	width: 230px;
}
.Modal-Tittle{
	text-align: center;
	margin-top: 20px;
	margin-left: 20px;
}
.modal-body ul{
	list-style-type: none;
}
.show-image{
	width: 350px;
    margin-left: 90px;
}