.product-cart-wrap .product-content-wrap h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;

}
.product-cart-wrap .product-content-wrap .product-price span {
    white-space: nowrap;
}
@media only screen and (max-width: 768px) {
   .popular-categories .section-title h3 {
       font-size: 20px;
   }
}
@media only screen and (max-width: 768px) {
   .section-padding .container h1 {
       font-size: 20px;
   }
}
@media only screen and (max-width: 1024px) {
  .section-title.style-2 h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.popular-categories .slider-arrow {
    width: 10;
}


.card-2 figure img {
  border-radius: 10px;
  display: inline-block;
  max-width: 160px;
}
.card-2 {
  background: #f4f6fa;
    background-color: rgb(244, 246, 250);
  border: 1px solid #f4f6fa;
  border-radius: 10px;
  margin-bottom: 20px;
  min-height: 180px;
  padding: 0px 0px 10px;
  position: relative;
  text-align: center;
  transition: .2s;
}

.card-1 {
 background: #f4f6fa;
    background-color: rgb(244, 246, 250);
  border: 1px solid #f4f6fa;
  border-radius: 10px;
  margin-bottom: 20px;
  min-height: 180px;
  padding: 0px 0 10px;
  position: relative;
  text-align: center;
  transition: .2s;
}
.card-1 figure img {
  border-radius: 10px;
  display: inline-block;
  max-width: 160px;