
  [href="#order"] tr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  [href="#order"] tr td {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  [href="#order"] tr td:before {
    width: 25px;
    height: 100%;
    margin-right: 8px;
    content: '';
    background: url('https://static.tildacdn.com/tild6633-3162-4161-b732-343335623933/cart-outline.svg') no-repeat center;
    background-size: contain;
  }

  .t-popup .js-product [href="#order"] tr td:before {
    background: url('https://static.tildacdn.com/tild6633-3162-4161-b732-343335623933/cart-outline.svg') no-repeat center;
    background-size: contain;
  }
  
  .js-store-relevants-grid-cont .js-product [href="#order"] tr td:before {
    background: url('https://static.tildacdn.com/tild6633-3162-4161-b732-343335623933/cart-outline.svg') no-repeat center;
    background-size: contain;
  }
