
   /* Make owl-nav buttons clickable */
   .most-viewed-carousel .owl-nav {
   position: absolute;
   top: 40%;
   left: 0;
   right: 0;
   display: flex !important;
   justify-content: space-between;
   pointer-events: none; /* allow clicks to pass except on buttons */
   }
   .most-viewed-carousel .owl-nav button {
   margin-right: -13px;
   height: 50px;
   width: 50px;
   background: #74d31d !important;
   color: #fff !important;
   border-radius: 50%;
   pointer-events: auto; /* re-enable clicks on the actual button */
   z-index: 1000; /* make sure button stays above carousel */
   }
   .most-viewed-carousel .owl-nav button i {
   font-size: 24px;
   color: #fff;
   }
   .most-viewed-carousel .owl-dots.disabled, .most-viewed-carousel .owl-nav.disabled{
   display: none !important;
   }
   .product-box hr{
   margin: 0.3rem 1rem;
   }
   .product-box{
    padding: 5px;
   }
   .product-img {
    width: 100%;
    height: 250px;
    max-width: 285px;
    padding: 5px;
    border-radius: 16px !important;
    object-fit: scale-down !important;
    margin: 0 auto;
}

.card-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;       /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

   /* FIX HEIGHT OF CAROUSEL WRAPPER */