.product {

}
.product .product-box {
  border: 0.1rem solid #E6E6E6;
  border-radius: 0.5rem;
  padding: 3rem;
  margin: 1.5rem 0;
}

.product-content {
  max-width: 46rem;
}

.product-price {
  width: calc(100% - 70rem);
  margin: 1rem 0;
  min-width: 22rem;

}

.product-content h3 {
  font-size: 2.1rem;
  font-family: var(--font-family);
  line-height: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.053rem;
  margin-bottom: 1.8rem;
}

.product-content p {
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.35rem;
  margin-bottom: 2rem;
}

.products-more-info {
  display: none;
  margin-top: 3rem;
} 

.products-more-info.single-info h1 {
  font-size: 2.1rem;
  line-height: 2.5rem;
}

.products-more-info.single-info h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}

.products-more-info.single-info h3 {
  font-size: 1.9rem;
  line-height: 2.5rem;
}

.products-more-info.single-info h4 {
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.products-more-info.single-info h5 {
  font-size: 1.7rem;
  line-height: 2.5rem;
}

.product-title {
  max-width: 54.5rem;
  margin: 0 auto;
}

.products-more-info.single-info h6 {
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.products-more-info.single-info p {
  line-height: 2.5rem;
}

.products-more-info.single-info h1,
.products-more-info.single-info h2,
.products-more-info.single-info h3,
.products-more-info.single-info h4,
.products-more-info.single-info h5,
.products-more-info.single-info h6,
.products-more-info.single-info p {
margin-bottom: 1rem;
}

.product .product-img {
  min-width: 20.1rem;
  height: auto;
  margin-right: 3.5rem;
  width: 20.1rem;
}

.product .product-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.product .more-info {
  color: #008E2F;
  font-family: var(--font-family);
  font-size: 1.4rem;
  letter-spacing: 0.035rem;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.product .more-info:after {
  content: "";
  display: inline-block;
  border: 0.2rem solid #008E2F;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
  border-width: 0 0.2rem 0.2rem 0;
  margin: 0 0 0.2rem 1rem;
}

.product .product-list-wraper {
  padding: 5.5rem 0 7.5rem;
}

.product .price-box {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.035rem;
  text-align: right;
  margin-bottom: 2rem;
}

.product .price-box span {
  font-family: var(--font-family);
  font-size: 2.1rem;
  letter-spacing: 0.053rem;
  line-height: 2.4rem;
}

.product .product-change-box {
  border: 0.1rem solid #DCDCDC;
  position: relative;
  border-radius: 0.5rem;
  width: 10rem;
  align-self: end;
  padding: 1rem;
  margin-left: auto;
  height: 4.8rem;
}

.product .product-price-box {
  margin-left: 1.6rem;
}

.product .product-price-box a.btn {
  padding: 0 0.9rem;
  min-width: 20.4rem;
  height: 4.8rem;
}

.product .product-change-box span {
  color: #D1D1D1;
    font-size: 5rem;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    line-height: 4.8rem;
    cursor: pointer;
}

.product .product-change-box input {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  left: 0;
  top: 0;
  border-radius: 0.5rem;
  padding: 0 3.6rem;
  text-align: center;
  font-size: 1.4rem;
}

.product .product-change-box span:first-of-type {
  left: 1rem;
  line-height: 4.5rem;
}

.product .product-change-box span:last-of-type {
  right: 0.3rem;
}



@media (max-width: 767px) {
  .product-price {
    width: 100%;
    margin-top: 2rem;
    display: block !important;
  }
  .product-content {
    width: 100%;
    margin-top: 3rem;
  }
  .product .product-change-box {
    margin-left: 0;
  }
  .product .product-price-box {
    margin-left: 0;
  }
  .product-price-box button {
    padding: 0 2rem;
  }
  .product .price-box {
    text-align: left;
    margin-top: 2rem;
  }
}
