@charset "utf-8";

.SG-button a{
    background: #96C4D5;
    color: white;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 10px 0;
    border-radius: 4px;
}
.SG-ver-productos a{
    display: block;
    background: url(../img/arrow-right.png) no-repeat right center;
    background: url(../img/arrow-right.svg) no-repeat right center;
    padding-right: 30px;
}