*,
::before,
::after {
  margin: 0;
  padding: 0;
}

/* below is old above is new */

.green {
  background-color: green !important;
}

.text-bolded {
  font-weight: 900;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: "Signika", sans-serif;
  font-size: 10px;
}

a {
  font-family: "Signika", sans-serif;
}

ul {
  list-style: none;
}

p {
  font-size: 1.6rem;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

section {
  padding: 0 0;
}

.icon-shopping-cart {
  position: relative;
}

/*-------------------Hero----------------*/

.hero {
  position: relative;
}

.hero img {
  width: 100%;
  z-index: -1;
}

/*--------------------belowhero----------------*/

.belowhero {
  margin-top: 0rem;
  display: flex;
  background-color: black;
  color: white;
  margin-bottom: 3rem;
  justify-content: center;
}

.belowhero h2 {
  font-size: 3rem;
  padding: 1rem;
}

.promo-text {
  margin-top: 0rem;
  display: flex;
  background-color: black;
  color: white;
  justify-content: center;
}

.promo-text h2 {
  font-size: 3rem;
  padding: 1rem;
}

/*-------------------registration--------------*/

.creation-form {
  font-size: 1.5rem;
  margin: 5rem auto;
}

.creation-form h1 {
  font-size: 4rem;
}

.creation-form a {
  font-size: 1.5rem;
  width: 70%;
  margin-left: 15%;
  margin-top: 1%;
  color: white;
}

.creation-form form {
  margin: auto;
  width: 70%;
}

.creation-form input {
  width: 100%;
  font-size: 1.5rem;
}

/*-----------------lista_productos -------------*/

.hidden {
  display: none;
  visibility: hidden;
}

#product_table input {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
}

#product_table :focus {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  outline: none;
}

.editable {
  border-bottom-style: groove !important;
}

/*-----------orders-------------*/

.orders {
  font-size: 3rem;
}

/*-----------lista de productos ---------*/
#visibilidad {
  margin: 3rem 0;
  font-size: 2rem;
}

#visibilidad label {
  margin-left: 0.5rem;
  margin-right: 2rem;
}
