.table_loading{
	    width: 100%;
    top: 0;
    color: #A6C72A;
    z-index: 9;
    position: absolute;
    height: 100%;
    background-color: rgba(255,255,255,.75);
    padding-top: 100px;
    text-align: center;
    font-size: 100px;
}

.tablecheckout_container{
	position: relative;
}

.breadcrumb-nav-holder .breadcrumb-item {
    font-weight: 700;
}

#top-megamenu-nav .navbar-nav > li {
    border-right: 1px solid;
    border-right-color: #ffffff;
}

#top-megamenu-nav .navbar-nav > li > a {
    font-weight: bold;
}

#loading_cart{
    text-align: center;
    font-size: 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  color: #a7c53a;
  background-color: rgba(0,0,0,.5);
}

.loading_cart_container{
    margin: 0;
    align-self: center;
    text-align: center;
    width: 100%;
}

.loading_cart_img{
    position: relative;
    left:-43px;
    top:10px;
}


.agendadate{
  position: absolute;
}

.agendatitle{
  position: absolute;
    bottom: 0;
    background-color: rgba(255,255,255,.75);
    width: 100%;
    padding: 10px;
    color:#95b619;
}

.agendaimg{
position: relative;
}

.agendainfo{
  margin:10px 0;
  color:#333;
  font-size: 12px;
}