
    .btn-more {
        display: inline-block;
        margin-left: 10px;
        text-align: center;
        border-radius: 10px;
        text-decoration: none;
        color: #f58627;
    }
    .btn-more:hover {
        text-decoration: none;
        cursor: pointer;
    }

    /*
     .btn-more {
        display: inline-block;
        width: 90px;
        background: url(/images/buy.png)no-repeat;
        margin-left: 10px;
        padding: 5px;
        text-align: center;
        border-radius: 10px;
        color: white;
        font-weight: bold;
        text-decoration: none;
    }
    */