body {
font-family: 'Charm', cursive;
margin:0;
padding:0;
overflow-x:hidden;
}
.product {
 width:300px;
height:auto;
margin:auto;
margin-top:30px;
padding:15px;
-webkit-box-shadow:0px 2px 5px 0px rgba(0,0,0,0.2);
-maz-box-shadow:0px 2px 5px 0px rgba(0,0,0,0.2);
box-shadow:0px 2px 5px 0px rgba(0,0,0,0.2);
}
.product-img {
width:100%;
height:auto;
margin:auto;
}

.product-img img{
max-width:100%;
height:auto;
margin:auto;
}

.product-heading{
width:100%;
height:auto;
margin:auto;
}

.product-heading h1{
font-size:20px;
text-align:center;
margin:0px;
color:black;
padding:10px 0px;
text-transform:uppercase;
font-weight:700;
}

.product-heading h1 a{
color:red;
}
.product-old-price{
width:100%;
height:auto;
margin:auto;	
}
.product-old-price p{
font-size:18px;
text-align:center;
margin:0px;
color:black;
line-height:1;
font-weight:600;
text-decoration:line-through;
}
.product-new-price{
width:100%;
height:auto;
margin:auto;	
}
.product-new-price p{
font-size:30px;
text-align:center;
margin:0px;
color:#000;
line-height:1;
font-weight:700;
padding-top:5px;
}
.product-bottom{
width:100%;
height:auto;
margin:auto;	
}
.product-btn {
padding:10px;
background:#C0C0C0;
margin:auto;
}
.product-btn p{
font-size:20px;
text-align:center;
margin:0px;
color:red;
font-weight:500;
}
.product-btn p a{
font-size:20px;
text-align:center;
color:#000;
font-weight:500;
display:block;
text-decoration:none;
}
.product-btn:hover{
background:#AAAAAA;
}

	.click {
cursor:pointer;
	list-style-type:none;
	transition: 0.5s all;
color:black;

}
.click:hover {
color:black;
border-radius:4px;
background-color:#0003;
} 
.search {
	 margin-left:20px;
}
.btn2{
	background-color:#A0A4A0;
	color:black;
	margin-left:40px;
	}
.btn2:hover{
	background-color:white;
	color: black;
	}
.btn {
cursor:pointer;
}
	
.btn-outline-one {
	color:black;
	background-color:transparent;
font-weight: 50%;
	border-radius: 4px;
	border-color: black;
	
}

.btn-outline-one:hover{
    color:black ;
    background-color:transparent;
 background-color:#AAAAAA;
}
.text{
	text-align: center;
	margin-top:20px;
}
.active{
	color:black;
border-radius:4px;
background-color:#0003;
}
