.link_sort p,
.products_items,
.link_pager
{
	font-size: 1.3rem;
}
.products_items
{
	max-width: 96%;
  	margin: 0 auto;
}

.products_items .item
{
	float: left;
  	box-sizing: border-box;
	width: 50%;
  	padding: 0 16px 0 0;
    margin-bottom: 24px;
}
.products_items .item:nth-child(even)
{
	padding: 0 0 0 16px;
}
.products_items a
{
	color: #ee5a24;
}
.products_items a:hover
{
	text-decoration: none;
}
.products_items .inner > img
{
	max-width: 100%;
}
.products_items .inner > .caption
{
	text-align: center;
}