html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 65px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 64px;
  line-height: 60px;
  align-content: center;
  color: #707070;
}

.footer a{
  color: #f57382;
  font-weight: bold;
}

.active {
  font-weight: 500;
}

.footer-content{
  border-top: solid 4px #a0e2dd;
  -background-color: #DCF4F2;
}

.header-content{
  border-bottom: solid 4px #a0e2dd;
}

.dl-icon-cart{
  color: #f57382;
}

.dl-icon-cart:hover{
  color: #DF6977;
}

.dl-icon-brain{
  height:1.3rem;
  padding-right: 5px;
}

.dl-btn-icon:hover{
  cursor: pointer;
  opacity: 0.7
}

h4{
  color: #f57382;
}

h5{
  display: block;
  border-bottom: solid 3px #f57382;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.btn-primary{
  color: white;
}

.table td, .table th {
  border:none;
}

.dl-slider{
  height: 400px;
}

.galleria{
  height: 400px;
}

.galleria-theme-classic{
  background-color: white;
}

ul.galleria {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.galleria-thumbnails {
  margin-left: auto;
  margin-right: auto;
}

.dl-badge-cart{
  position: relative;
  top: 7px;
  right: -40px;
  background-color: #a0e2dd88;
}

.dl-badge-cart-mobile{
  right: 11px;
}

#main_content{
  padding-top: 80px;
}

.navbar-light{
  background-color: white;
  padding-bottom: 0px;
}

th{
  width: 10%;
  white-space: nowrap;
}

.nowrap{
  white-space: nowrap;
  min-width: 70px;
}

.table tfoot th {
    vertical-align: bottom;
    border-top: 2px solid #dee2e6;
}

.img-circle{
  cursor:pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

h3{
  display: inline;
  font-size: 1.25em;
}

a{
  color: inherit;
}

a:hover{
  color: inherit;
  text-decoration: none;
  color: #eeeeee;

}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.table td, .table th{
  padding: 0px;
}

table.dataTable td, table.dataTable th{
  padding: 0.25rem;
}

tr.active{
  background-color: #eee;

}
