body { font-family: 'Roboto', sans-serif; }
.navbar-dark .navbar-nav .nav-link { color: #F1F1F1 !important; }
.thumbnail-view{ height: 200px !important; margin: 0 auto; }
.tablecell{ display: table-cell; height: 100px }
.img_thumb_cat{ display: block; margin: 0 auto; }
.caption { height: 100px;width: 100%; display: table-cell; }
.cont_prod{ border-bottom: 1px solid #dadada; }
.name_product a{ display:block;	font-size:15px; }
.name_product { font-size:12px!important; }
.prefer, .qty{ display: block; }
.qty input{
	width:148px;
}
.spinner-grow { width: 13rem; height: 13rem; }
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.5), rgba(0, 0, 0, .5));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.5), rgba(0, 0, 0,.5));
}


.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #333;
  color: white;
  text-align: center;
}