.book-now-button{
    display:inline-block;
    text-align:center;
}


/* BeTheme featured product layout */
ul.products li.wbnr-featured-product{
    width:48% !important;
    display:inline-block;
    vertical-align:top;
    min-height:420px;
}
ul.products li.wbnr-small-product{
    width:23% !important;
}
.book-now-button.wbnr-book-now{
    display:block;
    width:100%;
    margin-top:15px;
    background:#2457ff;
    color:#fff!important;
    border-radius:8px;
    padding:12px 15px;
    text-align:center;
}
@media(max-width:768px){
    ul.products li.wbnr-featured-product,
    ul.products li.wbnr-small-product{
        width:100% !important;
    }
}
