.product-info {
    color: #444;
    /* font-family: 'Open Sans', Helvetica, sans-serif; */
    font-weight: 300;
    padding: 20px;
}

.product-info p {
    margin-bottom: 20px;
}

.product-info h2,
.product-info h3,
.product-info h4 {
  margin: 1.414rem 0 .5rem;
  font-weight: inherit;
  line-height: 1.42;
}

.product-info h1 {
  margin-top: 0;
  font-size: 3.998rem;
}

.product-info h2 {
  font-size: 2.827rem;
}

.product-info h3 {
  font-size: 1.999rem;
}

.product-info h4 {
  font-size: 1.414rem;
}

.product-info h5 {
  font-size: 1.121rem;
}

.product-info h6 {
  font-size: .88rem;
}

.product-info img,
.product-info canvas,
.product-info iframe,
.product-info video,
.product-info svg,
.product-info select,
.product-info textarea {
  max-width: 100%;
}

.product-info ul,
.product-info ol,
.product-info li {
  text-align: left;
}

.product-info p {
  color: #777;
  margin: 10px 0;
}

.product-info blockquote {
  margin: 0;
  border-left: 5px solid #7a7a7a;
  font-style: italic;
  padding: 1.33em;
  text-align: left;
}

.product-info pre {
  background-color: #fafafa;
  padding: 1rem;
  text-align: left;
}

.product-info a:hover,
.product-info a:focus,
.product-info a:active {
  color: #2980b9;
}


.product-info a,
.product-info a:visited {
  color: #3498db;
}

.product-info img {
  border-radius: 50%;
  height: 200px;
  margin: 0 auto;
  width: 200px;
}


@media only screen and (max-width: 600px) {
    form.detail-extralink {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9900;
        padding: 20px 0;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-bottom: 0!important;
    }
    .detail-extralink .detail-qty {
        margin: 0;
    }
}
