.elementor-6932 .elementor-element.elementor-element-3a8fe18.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-6932 .elementor-element.elementor-element-3a8fe18 .woocommerce .woocommerce-loop-category__title{color:var( --e-global-color-primary );font-family:"Red Hat Display", Sans-serif;font-size:3rem;font-weight:400;}@media(max-width:767px){.elementor-6932 .elementor-element.elementor-element-3a8fe18 .woocommerce .woocommerce-loop-category__title{font-size:2rem;}}/* Start custom CSS for section, class: .elementor-element-167bc13 */.cat-list .count {
    display: none;
}
.woocommerce-loop-category__title {
    position: relative;
    border-bottom: 1px solid #d4d7d8;
    animation: ani-LineLink 0.5s;
    animation-timing-function: ease-in-out;
}
.cat-list .woocommerce-loop-category__title:hover{
    
    
}
.woocommerce-loop-category__title::after {
  content: '';
  background: url("https://furncaressl.psp-it-test.co.uk///wp-content/themes/furncare-child/images/left-arrow.png");
  background-position: right center;
  background-size: cover;
  /*opacity: 0.3;*/
  height: 39px;
  /*margin: -10px;*/
  width: 10px;
  position: absolute;
  right: 10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 0;
      animation: ani-LineLink 0.5s;
    animation-timing-function: ease-in-out;
}
@keyframes ani-LineLink {
    0% {
        transform: scaleX(1);
        transform-origin: 100% 0;
    }
    50% {
        transform: scaleX(0);
        transform-origin: 100% 0;
    }
    51% {
        transform: scaleX(0);
        transform-origin: 0 0;
    }
    100% {
        transform: scaleX(1);
        transform-origin: 0 0;
    }
}/* End custom CSS */