/* Enter Your Custom CSS Here */
.category-order-button-one {
width: 220px;
    line-height: 60px;
    margin-bottom: 15px;
    font-size: 24px;
    border: none;
    color: #fff;
    background: #08aec9;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.category-order-button-one:hover{
    background: #095b81;
}