#cross-sell .one-fourth .list_hidden{
	display:none;
}

.container .one-sixth.one-fourth.column{
	width:170px;
	margin-right:15px;
	margin-left:0px;
}

.container .one-sixth.one-fourth.column.omega{
	margin-right:0px;
}

#cross-sell .one-fourth{
	margin-bottom:20px;
}

#cross-sell .one-fourth span.title {
	font-size:8px;
	text-decoration:underline;
	color:#000;
	text-transform:uppercase;
	max-width:80%;
	overflow:hidden;
	text-overflow: ellipsis;
}

#cross-sell .one-fourth .info{
	margin-left:20px;
}

#cross-sell .one-fourth .price{
	margin-top:-10px;
}

#cross-sell .one-fourth .dmoney{
	font-family: Montserrat-Medium;
	font-size:11px;
	color:#000;
}

#cross-sell .one-fourth .was_price{
	font-family: Montserrat-Light;
	font-size:11px;
	color:#666666;
	font-style:normal;
}

#cross-sell .one-fourth .fav_block{
	float: right;
    margin-top: -40px;
    margin-right: 10px;
}

#cross-sell .one-fourth.one-sixth a.fav_link{
	background: url(/local/templates/newgold/images/fav_list.svg);
    width: 21px;
    height: 13px;
    display: block;
    /* float: left; */
    background-size: contain;
    position: relative!important;
	margin-right:0px;	
	top:0px;
	left:0px;
}

#cross-sell .one-fourth a.fav_link.in-favorites{
	background: url(/local/templates/newgold/images/fav_list_a.svg);
	background-size: contain;
	width: 21px;
    height: 13px;
}

#cross-sell .one-fourth.list_button{
	float:right;
	margin-right:0px;
	text-align:right;
}

#cross-sell .one-fourth.list_button .reveal2{
	border:none;
}

@media only screen and (max-width: 768px) {
	#cross-sell .one-fourth a.fav_link{
		margin-right:0px;
	}
}

.nav_block{
	position:absolute;
	margin-top:-20px;
	right:20px;
	font-size: 16px;
    font-family: Montserrat-Light;

}

.nav_block, .nav_block a, .nav_block a:hover, .nav_block a:focus{
	color:#c4c4c4;
}

.nav_block a.active{
	color:#000;
}