.section-detail-product {
  padding-top: 60px;
}
.section-technical {
  margin-top: 40px;
}
.section-related {
  margin-top: 65px;
}
.detail-title .detail-name {
  font-size: 1.75rem;
  line-height: 1.09;
  margin-bottom: 15px;
}

.detail-freight {
  margin-top: 30px;
}

.detail-price .price-of {
  display: inline-block;
  font-size: 0.75rem;
  position: relative;
  text-decoration: line-through;
}
.detail-price .price-to {
  font-size: 1.75rem;
  font-weight: 700;
}

.price-view {
  font-weight: 600;
}
.price-text {
  font-size: 1rem;
}
.more-info {
  font-size: 0.75rem;
  color: black;
}

.detail-btn {
  /*Medmo do filter-btn*/
  width: 100%;
  background-color: black;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  margin: 20px 0;
}

.section-description {
  padding: 32px 0 0;
}
.title-name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.title-description {
  font-size: 2.5rem;
  font-weight: 400;
  text-align: left;
  padding-bottom: 4px;
  text-align: center;
}
.nav-box {
  height: 92px;
  width: 92px;
  margin-bottom: 10px;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  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;
}
.main-image {
  width: 100%;
  max-width: 540px;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.thumbnail:hover {
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.input-qtd {
  width: 42px;
  height: 30px;
  font-size: 1.12rem;
  text-align: center;
  padding: 0 5px;
  border-color: black;
  position: relative;
  margin-top: 5px;
}
