.most-viewed .section-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #eaecf0;
  position: relative;
}


.most-viewed .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 80px;
  background-color: #F8694A;
}

.most-viewed .product-card{
  background-color: #FFF;
  margin-bottom: 30px;
  position: relative;
  transition: all .3s;
  border: 1px solid #eaecf0;
}

.most-viewed .product-card h3{
  padding: 5px 10px;
  margin: 0;
  height: 50px;
  overflow: hidden;
}

.most-viewed .product-card .image img{
  width: 80%;
}
.most-viewed .product-card a {
  color: #343a40;
  font-size: 14px;
  font-weight: 500;
}

.most-viewed .product-card .price{
  padding: 10px;
  color: #2B2D42;
  font-size: 14px;
  font-weight: 600;
}

.most-viewed .product-card .price-new {
  color: #e80f0f;
}

.most-viewed .product-card .price-old {
  color: #aaa;
  text-decoration: line-through;
  margin-left: 10px;
  font-weight: 500;
}

.most-viewed .product-card .action{
  border-top: 1px solid #ededed;
  padding: 10px 5px;
  background: #f7f8fa;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.most-viewed .product-card .action div {
  display: flex;
}

.most-viewed .product-card .action button{
  border: 0;
  background: transparent;
}

.most-viewed .product-card .action .btn-addcart{
  background-color: #5677fc;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
}
