#featuredproduct-f {
  margin: 20px 0 0 0;
}
#featuredproduct-f .product-item {
  padding: unset;
}
@media (min-width: 1024px) {
  #featuredproduct-f .product-item {
    width: 33.3%;
  }
}
@media (max-width: 1023px) {
  #featuredproduct-f .product-item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #featuredproduct-f .product-item {
    padding: 0 10px;
  }
}

.product-item-details .product-item-link-2{
	background: #01bcc8;
	color: white;
	padding: 10px 20px;
	font-size: 13px;
	text-transform: uppercase;
}

.sidebar .product-items .product-item-name {
	margin-bottom: 15px;
}
