.widget-snippet .shop-now a {
     display: inline-block;
    padding: 10px 20px 9px 15px;
    background: #C41F35;
    font-size: 19px;
    font-weight: 500;
    font-family: Axiforma;
        text-decoration: none; 
    color: #fff; 
}
.widget-snippet .shop-now a:hover {
    background: #fff;
    text-decoration: none; 
    color:#C41F35;
}
.widget-snippet .shop-now a:hover svg path{ 
  
    fill:#C41F35;
    stroke:#C41F35 
}

.widget-snippet .shop-now {
    display: inline-block;
}

.widget-snippet .shop-now a span {
    padding-right: 8px;
}
