/**
 * Cherry Full width product list styles
 */
.cfp-row-fullwidth-wrap {
	position: relative;
	clear: both;
}

.cfp-row-fullwidth {
	left: 50%;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	padding: 20px 0;
	width: 0;
}

.cfp-row-fullwidth:after {
	clear: both;
	content: '';
	width: 100%;
	display: block;
}

.cfp-row-fullwidth-wrap [class*="col-"] {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin: 0;
	padding: 5px;
	width: 12.5%;
	position: relative;
}

.cfp-row-fullwidth-wrap .col-1 {
	width: 100%;
}
.cfp-row-fullwidth-wrap .col-2 {
	width: 50%;
}
.cfp-row-fullwidth-wrap .col-3 {
	width: 33.33333%;
}
.cfp-row-fullwidth-wrap .col-4 {
	width: 25%;
}
.cfp-row-fullwidth-wrap .col-5 {
	width: 20%;
}
.cfp-row-fullwidth-wrap .col-6 {
	width: 16.66666%;
}
.cfp-row-fullwidth-wrap .col-7 {
	width: 14.285714%;
}
.cfp-row-fullwidth-wrap .col-8 {
	width: 12.5%;
}
.cfp-row-fullwidth-wrap .col-9 {
	width: 11.11111%;
}
.cfp-row-fullwidth-wrap .col-10 {
	width: 10%;
}

.product-link {
	display: block;
}
.product-link:after {
	clear: both;
	content: "";
	width: 100%;
	display: block;
}

.product-link .price {
	display: block;
	clear: both;
}

.product-link .star-rating {
	margin: 5px 0;
	float: left;
}