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;
}

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;
}

.navbar-brand{
  margin-left: auto;
  margin-right: auto;
  padding-right: 18px;
}

#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;
}

h6{
  font-weight: bolder;
}

.galleria-theme-classic .galleria-counter{
  font-size: 1rem;
  color: #000;
}

.galleria-total{
  display: none;
}

.dl-headline{
  text-align: center;
  color: #f57382;
  color: #00000070;
  font-size: 1.3rem;
  font-style: italic;
}

.packeta-selector-open{
  cursor: pointer;
}

.pointer{
  cursor: pointer;
}

.card-header{
  background-color: #a0e2dd;
}
.dl-help-solution h6{
  color: white;
}

.dl-help-solution{
  background-color: #f57382;
}

.w-35{
  width: 35% !important;
}

.help-image{
  width: 100%;
}


@media (min-width: 992px) {
  .help-image{
    width: 50%;
  }
}
