
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
.fa-heart-o:hover {
  color: #E83316;
  transform: scale(1.1)
}
.post-labels {
  top: 10px;
  left: 10px;
  position: absolute;
}
.post-labels {
  z-index: 1;
}
.post-labels ul {
  margin: 0px;
  padding: 0px;
}
.post-labels ul li {
  display: table;
  font-size: 14px;
  font-weight: 500;
  list-style: none;
  padding: 3px 8px;
  position: relative;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 12px;
  color: #ffffff;
  background-color: blue;
  text-transform: uppercase;
  border-bottom-right-radius: 0px;
}
.post-labels ul .bg-primary:after {
  border-right: 8px solid #007bff;
}
.post-labels ul .bg-success:after {
  border-right: 8px solid #198754;
}
.post-labels ul li:after {
  right: 0;
  width: 0px;
  height: 0px;
  content: '';
  bottom: -8px;
  position: absolute;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.post-labels ul .bg-danger:after {
  border-right: 8px solid #dc3545;
}
.slider {
  margin-bottom: 30px;
  position: relative;
}
.slider .owl-item.active.center .slider-card {
 
}
.slider-card {
  background: #fff;
  padding: 0px 0px;
  margin: 10px 5px 10px 5px;
  border-radius: 5px;
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
}
.section-100 {
  padding: 100px 0;
}
.text-striked {
  text-decoration: line-through;
}
.product-card {
  box-shadow: 0 12px 17px rgba(129, 140, 151, 0.1);
}
.product-card .product-image {
 height: auto;
  position: relative;
}
.product-card .product-image .product-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card .product-details {
  position: relative;
}
.product-card .product-details a:hover {
  text-decoration: none;
  color: #0062cc;
}
.text-truncate--2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}
.rating-stars {
  display: inline-block;
  position: relative;
  width: 90px;
}

.owl-nav {
  top: -35px;
  right: -2px;
  display: table;
  position: absolute;
}
.owl-nav .owl-next, .owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  padding: 0px;
  margin: 0px 2px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  color: transparent;
  background: #dd251c !important;
  color: #fff !important;
}
.owl-nav .owl-next:hover, .owl-nav .owl-prev:hover {
  background: #6c100c !important;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #6c100c !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #fe3026 !important;
}

.product-details h2
{
	font-size: 16px;
}

.product-details a:hover
{
	color: #fff;
}

