.heriatgeText{
	width: 80%;
text-align: left;
}
.visionText{
		width: 50%;
text-align: left;
}
@media only screen and (max-width: 767px) {
	.heriatgeText,.visionText{
		width: 100%;
	}
}
.product-top{
	border:1px solid #444;
	border-bottom-width: 0px;
}
.product-bottom{
	border:1px solid #444;
	
}
.product-bottom{
	padding: 0px 10px;
}
.product-top img{
	display: block;
    width: 100%;
    height: auto;
}
.product-bottom .product-name{
	font-size: 20px;
	text-align: left;
}
 .product-name, .product-price, .product-details{
 	margin: 8px;
 }
 .product-details{
 	color: #777;
 	text-align: justify;
 }
.product-price{
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}
.product-bottom .product-disc{
	color: #b1b0b0;
}
.product-main{
	transition: .4s;
	overflow: hidden;
	border:1px solid transparent;
}
.onsale{
	background: #feb406;
	color: #000;
	padding: 4px 0px;
	font-size: 13px;
	font-weight: bolder;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	text-align: center;
}
.button-style1:focus{
	border:1px solid #feb406 !important;
}
.product-bottom button{
	display: block;
	margin: 0 auto;
	background-color: #000;
	color: #feb406;
	padding: 10px 20px;
	border:1px solid #444;
	border-bottom-width: 0px;
}
.product-last button i{
	margin-left: 10px;
}
.product-main:hover{
	border:1px solid #feb406;
}