<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


.qty-spinner i {
   color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    background: #3c110e;

    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    font-style: normal;
    font-weight: lighter;
 
}

</pre></body></html>