@media only screen and (max-width: 767px) { 
	.product-accessory .products-related li.item.product:last-child{
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) and (max-width: 960px) {  
	.cms-sticky-navigation .cms-sticky-wrap {
		padding-bottom: 4px;
	}
}