/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */

 .available-in-stock{
    color: #ffffff !important;
    background: #46B64F !important;
    display: block!important;
    font-size: 13px;
    width: 180px;
    text-align: center;
    padding: 2px 7px;
    margin-left: 10px;
 }

 .bookable{
     background-color: #fe9126;
     color: #ffffff!important;
     font-size: 13px;
     padding: 2px 7px;
     width: 180px;
     text-align: center;
     display: block!important;
     margin-left: 10px;
 }


 .label-top{
    margin-top: 15px;
 }


 #alert-msg-qty{
   background: #fe9126;
   padding: 5px 10px;
   font-size: 13.4px;
   font-weight: 300;
   text-align: left;
   color:white;
 }