.product-card {
  padding-bottom: 24px;
  margin-bottom: 20px;
  text-align: left;
}

 .product-card h4{
     font-size: 22px;
     font-weight: 500;
     line-height: 40px;
     padding-top: 18px;
     margin: 0px !important;
    }

 .product-card h6{
     font-size: 16px;
     font-weight: 400;
     color: #727272;
     line-height: 24px;
     margin: 0px!important;
    }

 .product-card p{
     font-size: 16px;
     font-weight: 500;
     color: #777777;
     margin: 10px 0px 14px 0px;
    }   



.product-card img {
  max-width: 100%;
  height: auto;
}

.product-detail h2 {
  margin-top: 20px;
}

.btn-primary{
  background-color: black !important;
  border-radius: 0px !important;
  border: 0px !important; 
}

.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}
