@import url("//cdn.web-fonts.ge/fonts/bpg-arial-caps/css/bpg-arial-caps.min.css");
@import url("//cdn.web-fonts.ge/fonts/bpg-glaho/css/bpg-glaho.min.css");
#baground{
	width: 100%;
	height: 400px;
	background-size: cover;
    background-position: center center;
}
main{
	width: 1200px;
	margin: 20px auto;
	text-align: left;
	min-height: 650px;
	
	
}
main div{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
main div:first-child{
	 background-color: #e2e2e2;
}
main div ul{
	list-style: none;
	margin: 0;
	padding: 0px;
	
}
main div:first-child ul li{
	width: 181px;
	font-size: 15px;
    line-height: 25px;
    color: #019934;
    padding: 5px;
    font-family: 'dejavu_sansbook';
    text-align: left;
    float: left;
    border-left: 1px solid rgba(0,0,0,0.2);
    font-weight: bold;
}
main div ul li{
	width: 181px;
	font-size: 14px;
    line-height: 25px;
    color: #4a4f4d;
    padding: 5px;
    font-family: 'dejavu_sansbook';
    text-align: left;
    float: left;
    border-left: 1px solid rgba(0,0,0,0.2);
}
main div ul li a{
	  text-decoration: underline;
    color: #4a4f4d;
   
}

main div ul li:nth-child(3){
	width: 90px;
	margin-left: 0px;
}
main div ul li:nth-child(4){
	width: 125px;
	margin-left: 0px;
}
a{
	text-decoration: none;
}
.Overview{
	width: 584px;
	height: 320px;
	display: inline-block;
	margin: 4.9px;
	border-radius: 10px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	
}
.Overview-image{
	width: 170px;
	height: 170px;
	float: left;
	background-size: cover;
	background-position: center center;
}
.Overview-text{
	width: 400px;
	float: right;
	font-size: 14px;
    line-height: 25px;
    color: #525252;
    padding: 5px;
    font-family: 'dejavu_sansbook';
    text-align: left;
}
.Overview-text pre{
	    color: #000;
    text-decoration: none;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    margin-top: 15px;
    font-size: 17px;
}
.Overview-pr{
	font-size: 15px;
    color: #000;
    font-family: 'dejavu_sansbook';
     margin-top: 10px;
     color: #fa6b2f;
}
 .main pre:hover{
 	text-decoration: underline;
 }
.background{
	width: 100%;
	height: 234px;
	background-size: 100% 100%;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0, 0.1);
}
.main .main-sale{
	width: 56%;
	margin-left: 20%;
	background-color: #fff;
	color: #0c1427;
	position: relative;
	line-height: 38px;
	margin-top: 6px;
	padding: 5px;
	font-size: 15px;
	text-align: center;
	border-top: 1px solid rgba(54,59,63, 0.1);
	-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
	
}
.main .main-sale p{
	font-family: "BPG Glaho", sans-serif;
	font-size: 17px;
	font-weight: bold;
}
.main .main-sale .price{
	width: 170px;
	height: 60%;
	position: absolute;
	top: 16%;
	right: 1%;
	text-align: left;
	padding: 0px 5px;
	color: #fff;
	line-height: 1.8rem;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
	background-image: url(/img/icons/background.png);
	background-size: 100% 100%;
	border-radius: 25px;
	cursor: pointer;
}

 .button-color{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #e9e9e9;
	position: absolute;
left: 5px;
      -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
top:5px;
}


.background-hover{
	position: absolute;
	width: 100%;
	height: 100%;
    background-color: rgba(0,0,0, 0.1);
	opacity: 0;
	-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
}
.main:hover .background-hover{
	opacity: 1;
}
.price{
	font-size: 30px;
	color: #fff;
	z-index: 999;
	color: #ff6060;
	position: absolute;
	right: 10px;
	top: -30px;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
}
.main:hover .price{
	opacity: 1;
	top: 0px;
}
.price:hover{
	-webkit-transition: all 0.2s;
	 -moz-transition: all 0.2s;
	 -o-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 1;
	top: 0px;
	transform: scale(0.8);
}
@media only screen and (max-width: 1213px) {
	#main{
	text-align: center;
}
}