.post-share-box.share-buttons a {
	cursor: pointer;
}



.items-row:before,
.items-row:after {
    content: " ";
    display: table;
}
.items-row:after {
    clear: both;
}
.items-row {
    *zoom: 1;
}

.items-row {
	margin-left: -50px;
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #eee;
}
.items-row:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.wishlist .items-row {
	padding-top: 0;
	border-top: 0;
}

.items-row .item,
.items-row .item:before,
.items-row .item:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.items-row .item {
	float: left;
	width: 50%;
	padding-left: 50px;
}
.fullwidth .items-row .item,
.wishlist .items-row .item {
	width: 33.333333%;
}

.items-row .item h2 {
	margin: 0;
}
.items-row .item h3 {
	margin: 0.5em 0;
}
.items-row .item h2 + h3 {
	margin-top: 0.25em;
	font-size: 14px;
}

.items-row .item p {
	margin: 0.5em 0 0 0;
}
.wishlist .items-row .item p {
	margin: 0.25em 0 0 0;
	text-align: center;
}

.items-row .item .item__price {
	font: 400 16px/1.2 'Montserrat', sans-serif;
	color: #c39f76;
}

.items-row .item .item__button-wrapper {
	margin-top: 1em;
}
.items-row .item .item__button {
	display: inline-block;
	padding: 10px 15px;
	font: 400 16px/1.2 'Montserrat', sans-serif;
	text-transform: uppercase;
	border: 1px solid #c39f76;
	-webkit-transition: color 0.2s, background 0.2s;
	transition: color 0.2s, background 0.2s;
}
.items-row .item .item__button:hover {
	text-decoration: none;
	color: #fff;
	background: #c39f76;
	-webkit-transition: color 0.2s, background 0.2s;
	transition: color 0.2s, background 0.2s;
}

@media only screen and (max-width: 767px) {
	.items-row {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}

	.items-row .item {
		float: none !important;
		width: 100%;
		margin-top: 40px;
		padding-top: 40px;
		border-top: 1px solid #eee;
	}
	.items-row:first-child .item:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}
	.wishlist .items-row .item {
		padding-top: 0;
		border-top: none;
	}

	.fullwidth .items-row .item,
	.wishlist .items-row .item {
		width: 100%;
	}
	.wishlist .items-row .item {
		text-align: center;
	}
}



.list-content .more-link {
	text-align: left;
}
.list-content .more-line {
	margin-left: 0;
}
