/* Woodbridge Menu Page Patch */
.wbmpp-plus-btn{
  position:absolute;
  bottom:8px;
  right:8px;
  width:36px;
  height:36px;
  border-radius:10px;
  background:#fff;
  color:#000;
  font-size:22px;
  font-weight:700;
  text-align:center;
  line-height:36px;
  text-decoration:none;
  box-shadow:0 2px 8px rgba(0,0,0,.18);
  z-index:3;
}
.wbmpp-plus-btn:hover{
  background:#B63A2B;
  color:#fff;
}
.wbmpp-plus-on-card{ position:relative; }
.wbmpp-order-hidden{ display:none !important; }
