.breadcrumb {
    margin-top: 5em;
		background:none;
		margin-bottom: 0px;
}

.page-nav {
    background: #7f7f7f;
}
.breadcrumb-item + .breadcrumb-item::before{
	color:#fff;
}
.breadcrumb-item.active {
    color: #fff;
}
.icofont-long-arrow-right{
	-webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
	float:right;
	line-height: 24px;
	font-size: 25px;
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-15px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-5px);
  }
}

.product-links {
    background: #fc0;
    padding: 5px 0px;
}

.product-links .venobox i {
    font-size: 20px;
		color:#fff;
}

.product-info a {
    display: inline-block;
    clear: both;
}

/*--------------------------------------------------------------
# product-category
--------------------------------------------------------------*/
.product-category .product {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

.product-category .product .product-img {
  position: relative;
  overflow: hidden;
}

.product-category .product .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.product-category .product .social a {
  transition: color 0.3s;
  color: #7f7f7f;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.product-category .product .social a:hover {
  color: #fc0;
}

.product-category .product .social i {
  font-size: 18px;
  margin: 0 2px;
}

.product-category .product .product-info {
  padding: 25px 15px;
}

.product-category .product .product-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #7f7f7f;
}

.product-category .product .product-info span {
	display: block;
	font-weight: 400;
	float: left;
	margin-right: 20px;
}

.product-category .product .product-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.product-category .product:hover .social {
  opacity: 1;
}
