.share-product-social {
  padding: 20px 10px;
  display: flex;
  max-width: 450px;
  margin: 0 auto;
}

.share-product-social-txt-wrapper {
  color: #b3b3b3;
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}

.share-product-social-images-wrapper {
  display: inline-flex;
  align-items: center;
  flex: 1;
}

.share-product-social-images-wrapper .share-product-social-images {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.share-product-social-images-wrapper .share-product-social-images img {
  max-height: 30px;
}

div#share-social-wrapper {
  border-bottom: #b3b3b3 1px solid;
  display: block !important;
}

@media only screen and (max-width: 450px) {
  .share-product-social {
    display: block !important;
  }
  .share-product-social-txt-wrapper {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }

  .share-product-social-images-wrapper {
    display: block;
  }
}
