﻿#products > ul
{	
	float:left;		
}

#body
{
	background:#f0f0f0;
	display:block;
	width:100%;
	min-height:600px;
}

#products
{
	display:table;
	width:100%;
	height:auto;
}

#products > ul li.title
{
	width:100%;
	display:block;
	text-align:center;
	font-size:1.8em;
	padding:12px 0px;
	border-bottom:1px solid #e2e2e2;
}

#products > ul li.price
{
	width:100%;
	display:block;
	text-align:center;
	padding:12px 0px;
}

#products > ul li.price span.currenc
{
	font-size:1.2em;
	color:black;
	padding-right:4px;
}

#products > ul li.price span.pricenum
{
	font-size:3em;
	color:#e53771;
}

#products > ul li.details
{
	width:100%;
	display:block;
	text-align:center;
	padding:12px 0px;
	color:grey;
}

#products > ul li a
{
	background:black;
	color:white;
	display:table;
	font-family:'Montserrat';
	font-weight:lighter;
	color:white;
	padding:10px 28px;
	text-transform:uppercase;
	font-size:1.0em;
	margin:5px auto 20px auto;
	text-decoration:none;

	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	-ms-transition: background 0.5s;
	transition: background 0.5s;
}

#products > ul li a:hover 
{
	background:rgba(0,0,0,0.6);
}





@media only screen and (max-width:1000px) 
{
	
}

@media only screen and (max-width:730px) 
{
	
}

@media only screen and (max-width:1150px) 
{

}
@media screen and (max-width:895px) 

{
     #products ul
   {
       width:100%;
   }
   #products > ul:nth-child(3n+2)
    {
    margin: 20px 0px;
    }
}
}


@media screen and (max-width:550px) {
}