.product input:not([type=checkbox]):not([type=radio]),
.product textarea {
  font-size: 1rem;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 8px 56px 8px 0 !important;
  color: #494949;
  border: 2px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  outline: none;
}
.product .links {
  display: flex;
  align-items: center;
  border-radius: 7px;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
}
.product .links .item {
  opacity: 0.4;
  background-color: #ec5d3d;
}
.product .links .active {
  opacity: 1 !important;
}
.product .links .item:hover {
  opacity: 1;
}
.product .links div {
  padding: 0.7rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .links div a {
  color: white;
  font-size: 0.9375rem;
  font-weight: 600;
}
.product .product-info-tab-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  padding: 0.7rem 0;
}
.product .product-info-tab-list li:first-child {
  padding: 0 0 0 20px;
}
.product .product-info-tab-list li {
  padding: 0 20px 0px;
}
.product .product-info-tab-list li a {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  display: block;
  opacity: 0.2;
  color: #494949;
}
.product .product-info-tab-list li a.active {
  opacity: 1;
}
.product .tab-content .active {
  display: block;
}
.product .tab-content .tab-pane {
  display: none;
}
.product p {
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .product .product-info-tab-list {
    margin: 0;
  }
  .product .product-info-tab-list li {
    padding: 0 16px 20px;
  }
  .product .product-info-tab-list li a {
    font-size: 14px;
    font-weight: 800;
  }
}
@media only screen and (min-width: 577px) and (max-width: 800px) {
  .product .product-info-tab-list {
    margin: 0;
  }
  .product .product-info-tab-list li {
    padding: 0 16px 20px;
  }
  .product .product-info-tab-list li a {
    font-size: 20px;
  }
}/*# sourceMappingURL=products.module.css.map */