* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}

body {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
}

.header {
  width: 100%;
  height: 10vh;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 10vh;
  background: rgba(0, 0, 0, 0.91);
  position: fixed;
}

.navbar-itens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  height: auto;
}

@media (min-width: 768px) {
  .navbar-itens {
    width: 100%;
  }
}

.navbar-itens-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  margin: 0;
}

@media (min-width: 768px) {
  .navbar-itens-start {
    width: 16%;
  }
}

.navbar-itens-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  width: 40%;
  margin: 0;
}

.mobile {
  margin: 0;
  font-size: 2em;
  color: #ccc;
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}

.logo {
  margin: 0;
  margin-left: 10px;
  text-decoration: none;
  color: #ccc;
}

.logo a img {
  height: 6vh;
}

@media (min-width: 768px) {
  .logo a img {
    margin-left: 15px;
  }
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin: 0;
  border: solid 1px #ccc;
  border-radius: 30px;
  padding: 10px;
  font-size: 1.3em;
  line-height: 1.5em;
  text-align: center;
  color: #ccc;
}

.icons p {
  margin-left: 5px;
}

.menu {
  width: 320px;
  height: 100vh;
  padding-left: 0%;
  background: rgba(0, 0, 0, 0.91);
  color: #fff;
  font-size: 1.5em;
  position: absolute;
  top: 101%;
  -webkit-transition: left 0.4s linear;
  transition: left 0.4s linear;
  left: -100%;
}

@media (min-width: 768px) {
  .menu {
    left: 0;
    position: absolute;
    top: 0;
    left: 14%;
    width: auto;
    height: 10vh;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.menu-list {
  list-style: none;
}

@media (min-width: 768px) {
  .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 65%;
  }
}

.menu-list li {
  cursor: pointer;
  padding: 5%;
  font-weight: 300;
}

.menu-list li:hover {
  padding: 9%;
  background-color: rgba(185, 230, 206, 0.637);
}

.checked {
  left: 0;
}

.product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
}

.product-box-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-box-line {
  color: #ccc;
  width: 80%;
  position: -webkit-sticky;
  position: sticky;
  top: 14%;
  z-index: -1;
}

.product-box-description {
  margin: 2%;
  padding: 2%;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #fff;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: 90%;
}

@media (min-width: 1440px) {
  .container {
    width: 80%;
  }
}

.product-hover {
  margin-bottom: 50px;
  width: 290px;
  height: 325px;
}

.product-hover:hover {
  background-color: rgba(111, 162, 135, 0.5);
}

.product-item {
  width: 290px;
  height: 325px;
  padding: 2%;
  border-radius: 2%;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 0px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.product-container {
  width: 100%;
  height: 100%;
}

.product-container figure {
  width: 100%;
  height: 72%;
}

.product-container img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  /*margin-top: 7%;*/
}

.product-descriptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 2% 2%;
  height: 31%;
}

.product-descriptions h4 {
  padding-bottom: 2%;
  width: 100%;
  font-size: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.product-descriptions p {
  font-size: 1.3em;
  font-weight: 500;
}

.addToCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 125px;
  height: 28px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 7px;
  background-color: #92c170;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8em;
  cursor: pointer;
}

.social-network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 10vh;
  background-color: rgba(0, 0, 0, 0.91);
}

.social-network-icons {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-network-icons a {
  color: #fff;
  font-size: 1.6em;
}

@media (min-width: 1024px) {
  .social-network-icons a {
    font-size: 1.7em;
  }
}

.social-network-icons a:hover {
  color: rgba(44, 109, 87, 0.925);
  font-size: 2em;
}

@media (min-width: 1024px) {
  .social-network-icons a:hover {
    font-size: 2.5em;
  }
}

.Copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 10vh;
  background-color: rgba(0, 0, 0, 0.91);
  color: #fff;
  font-size: 1.4em;
  font-weight: 200;
}
/*# sourceMappingURL=style.css.map */