body.product .productView-details--razorpay {
  display: none;
  padding: 10px 0px; }
  body.product .productView-details--razorpay .rzp-container {
    height: auto !important; }

body.product .socialLinks-wrapper .socialLinks {
  margin: 25px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media screen and (max-width: 800px) {
    body.product .socialLinks-wrapper .socialLinks {
      margin: 20px 0px; } }
  body.product .socialLinks-wrapper .socialLinks .socialLinks-item {
    margin-bottom: 0; }
    body.product .socialLinks-wrapper .socialLinks .socialLinks-item .socialLinks__link {
      height: auto;
      width: auto; }
      body.product .socialLinks-wrapper .socialLinks .socialLinks-item .socialLinks__link svg {
        width: 30px;
        height: 30px;
        fill: #7C524B;
        transition: all .1s ease; }
        @media screen and (max-width: 800px) {
          body.product .socialLinks-wrapper .socialLinks .socialLinks-item .socialLinks__link svg {
            width: 25px;
            height: 25px; } }
    body.product .socialLinks-wrapper .socialLinks .socialLinks-item.wp-icon {
      order: 2;
      margin-right: 11px; }
    body.product .socialLinks-wrapper .socialLinks .socialLinks-item.socialLinks-item--facebook {
      order: 1; }
    body.product .socialLinks-wrapper .socialLinks .socialLinks-item.socialLinks-item--twitter {
      order: 3; }
    body.product .socialLinks-wrapper .socialLinks .socialLinks-item.socialLinks-item--email {
      order: 4; }
    body.product .socialLinks-wrapper .socialLinks .socialLinks-item.socialLinks-item--print {
      order: 5; }
    body.product .socialLinks-wrapper .socialLinks .socialLinks-item.socialLinks-item--linkedin {
      order: 6; }
    body.product .socialLinks-wrapper .socialLinks .socialLinks-item.socialLinks-item--pinterest {
      order: 7; }
    body.product .socialLinks-wrapper .socialLinks .socialLinks-item:hover svg {
      transform: scale(1.1); }
