  #page-wrapper {
    padding: 0px 0px 50px 0px;
}
  .breadcrumb-arrows>.active {
      color: #777;
  }
  a:hover,
    a:focus {
        color: #e5575c !important;
    }
  #page-wrapper h1 {
      color: #000000;
      padding: 0px 0px 15px 0px;
      margin: 0px 0px 15px 0px;
      border-bottom: 1px solid #e6e6e6;
      font-weight: bold !important;
      letter-spacing: 1.3px !important;
      font-size: 18px;
  }
  
  table.full {
      width: 100%;
      margin-bottom: 1em;
  }
  
  table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
  }
  
  th,
  td {
      text-align: left;
      padding: 15px;
      border: 1px solid #e6e6e6;
  }
  
  .cart__row:first-child {
      padding-top: 0;
  }
  
  .cart__row:first-child {
      margin-top: 0;
  }
  
  .cart__row {
      position: relative;
      margin-top: 30px;
      padding-top: 30px;
      border-top: 1px solid #e6e6e6;
  }
  
  .cart-table td,
  .cart-table th {
      padding: 30px 15px;
      border: none;
  }
  
  .cart-table th {
      font-weight: normal;
  }
  
  .cart-table td,
  .cart-table th {
      padding: 30px 15px;
      border: none;
  }
  
  .h4 {
      font-size: 1.53846em;
      color: #cf2027;
      text-decoration: none;
      background: transparent;
      font-weight: bold;
  }
  
  .h3 {
      font-size: 1.69231em;
      font-weight: bold;
  }
  
  .cart__remove {
      display: block;
      color: #cf2027;
      text-decoration: none;
      background: transparent;
  }
  
  small {
      font-size: 0.9em !important;
  }
  
  .cart__subtotal {
      margin: 0 0 0 10px;
      display: inline;
  }
  
  .cart-mobile {
      display: none !important;
      margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
  }
  
  @media screen and (max-width: 1025px) {
      .cart-table {
          display: none;
      }
      .cart-mobile {
          display: block !important;
      }
      .h4 {
          font-weight: normal !important;
          font-size: 14px !important;
          margin-bottom: 0px;
      }
  }