html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
}

/* ELEMENT UI CUSTOM */
#products-page .el-upload-list__item {
  position: absolute;
  z-index: 1;
}

footer {
  position: relative;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
}

.footer-rights {
  float: right;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  color: #8d6544;
  font-size: 12px;
}

.main-color {
  color: #4b7082 !important;
}

.active-menu {
  font-weight: bold;
}

