.items.productList{
	margin-bottom: 24px;
}

.removeFromWishlist{
	display: none;
}


#nextSection{
	margin-bottom: 24px;
	border-radius: 4px;
}

#nextSection .title{
	font-family: 'robotobold';
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 12px;
	cursor: pointer;
	font-size: 14px;
	display: block;
}

#nextSection .title.back{
	color: #ed1c24;
	text-decoration: none;
	position: relative;
}

#nextSection .title.back::before{
	position: absolute;
	content: " ";
	background: url(/local/templates/dresscodeV2/images/elementNavIco1.png) no-repeat 0px 0px;
	left: 22%;
	top: 50%;
	margin-top: -8px;
	display: block;
	width: 18px;
	height: 19px;
}

#nextSection ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nextSection li a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
    padding: 12px 24px;
	font-size: 13px;
}

#nextSection li .cnt{
	float: right;
}

#nextSection .sectionLine{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

#nextSection .sectionColumn{
	display: table-cell;
	vertical-align: middle;
}

#nextSection .sectionColumn.last{
	width: 60px;
}

#nextSection .active a{
	color: #ed1c24;
	font-weight: bold;
}
