.product-other-wrapper {
  width: 100%;
  padding: 5rem 0;
}

@media screen and (max-width: 8200.99px) {
  .product-other-wrapper {
    padding: 3rem 0;
  }
}

@media screen and (max-width: 600.99px) {
  .product-other-wrapper {
    padding: 0;
  }
}

.product-other-wrapper .share-register {
  margin-top: 0;
}
