@font-face{
	font-family: Samim;
	src: url(../fonts/Samim.woff);
}
@font-face{
	font-family: Samim;
	font-weight: bold;
	src: url(../fonts/Samim.Bold.woff);
}
*{
	box-sizing: border-box;
}
header{
	min-height: 150px;
	margin: 10px;
	border: 1px dotted black;
}
main{
	width: 950px;
	min-height: 1000px;
	
	color: #fff;
	margin: 10px;
	margin: 0 auto;
}
.container{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-top: 180px;
	margin: 0 auto;
	
	}
body{
	font-family: samim;
	background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 55%, rgba(252,176,69,1) 100%); 
	padding-top: 20px;
	}
html{
	direction: rtl;
}
.product{
	transform: translate(0%,-30%);
	width: 300px;
	height: 400px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.product .imagebox{
	height: 100%;
	box-sizing: border-box;
}
.product .imgebox{
	display: block;
	width: 80%;
	margin: 10px auto 0;
}
.imagebox:hover + .specs{
	bottom: 0;
}
.specs{
	position: absolute;
	width: 100%;
	bottom: -70px;
	background-color: #fff;
	padding: 10px;
	box-sizing: border-box;
	color: #000;
	transition: .5s;
}
.specs:hover{
	bottom: 0;
}
.specs h2{
	font-size: 18px;
	width: 100%;
}
.specs h2 span{
	font-size: 15px;
	color: #808080;
	font-weight: normal;
}
.specs .price{
	position: absolute;
	top: 7px;
	right: 180px;
	font-weight: bold;font-size: 18px;
}
label{
	display: block;
	margin-top: 5px;
	font-weight: bold;
	font-size: 15px;
}
ul{
	display: flex;
}
ul li{
	height: 20px;
	list-style: none;
	margin: 5px 5px 0;
	font-size: 15px;
	color: #808080;
	text-align: center;
	cursor: pointer;
	transition: color 0.5s;
}
ul li:hover{
	color: #000;
}
ul li:first-child{
	margin-left: 0;
}
a{
	display: block;
	padding: 5px;
	color: #fff;
	margin: 10px 0 0;
	background-color: #48a519;
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
	cursor: pointer;
	transition: .2s;
}
a:hover{
	background-color: #5ebf31;
	color: #000;
}
h1{
	font-size: 27px;
	color: black;
	padding: 20px;

}
ul.color li{
	width: 100px;
	height: 20px;
}
.noonline{
	 width:200px;
	  color: #fff;
}
.noonline:hover{
	color: #000;
}
}
