 /* Custom Styles */

 .bg-hero{
  background-image: url('../img/Group\ 133.png');
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -22% ;
 }
 .bg-hero:after{
  content: "";
  position: absolute;
  z-index: 1;
  background-image: url('../img/Group\ 118.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  width: 685px;
  height: 315px;
  right: 15px;
  top: 22%;
 }
 .manufacturer{
  background-image: url('../img/Group\ 134.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
 }
 .slick-dots li button:before{
  font-size: 60px;
 }
 .detail-btn{display: none;}
 .product-card:hover {border:2px solid #dc2626}
 .testimonial-slider .slick-active.slick-current {border-right:1px solid #dc2626}
 .testimonial-slider .slick-slide {
  padding: 0 65px;
}
.hero-slide .slick-slide {
  padding: 0 15px;
}
 .product-card:hover .detail-btn{display:flex;}
 table tr th,
 table tr td{padding-left: 15px}
 .slick-dots li.slick-active button:before{
  color:#f87171;
  opacity:1
}
  .svg-icon.search-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    /* On hover: blue strokes */
    &:focus,
    &:hover {
      .search-path {
        stroke: #800000;
      }
    }
    /* On click: thicker black strokes  */
    &:active {
      .search-path {
        stroke: #111516;
        stroke-width: 2px;
      }
    }
  }
  .slick-next:before,
    .slick-prev:before{
    border-radius: 50%;
    color: #222!important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:24px!important;
  }
  .slick-next:before {
    content: '›'!important;
  }
  .slick-prev:before {
      content: '‹'!important;
  }
 span[aria-current="page"] span {
     background: #dc2626 !important;
     color: #fff;
 }
