.hamburger {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
}
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner:after,
  .hamburger.is-active .hamburger-inner:before {
    background: #fff;
  }

.explain-vid {
  margin: 0 0 25px;
}

.message {
  padding: 20px;
  font-size: 12px;
  border-radius: 5px;
  margin: 0 0 30px;
}
  .message.warning {
    background: #f8d7da;
    color: #721c24;
  }
  .message p {
    margin: 0 0 10px;
  }

.form-cta {
  border-top: solid 1px rgba(0,0,0,0.04);
  text-align: right;
  margin: 20px 0 0;
  padding: 30px 0 0;
}

.txt-red {
  color: #c4250d;
}

.alert {
  border: none;
  background: #ffeb3b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  font-weight: 600;
  font-size: 13px;
  position: relative;
}
  .alert a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .alert img.icon {
    width: 28px;
    display: block;
    margin: 0 20px 0 0;
  }

h4 {
  font-size:25px;
  letter-spacing: -1px;
  line-height: 1.2em;
  font-weight: 600;
  font-family: 'Satoshi', sans-serif;
}

html,
body,
#app,
.stacks,
.stack {
  height: 100%;
  margin: 0;
}
  .stacks {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #222;
  }
  .stack.narrow {
    width: 200px;
    background: #222;
  }
    .stack.narrow #logo {
      display: block;
      margin: 20px 0 40px 20px;
      max-width: 50px;
    }
    .navigation {
      padding: 0;
    }
      .navigation ul {
        margin: 0;
        width: 100%;
      }
      .navigation li {
        list-style: none;
        padding: 0 0 0 10px;
        text-align: right;
      }
      .navigation li a {
        color: #fff;
        text-decoration: none;
        padding: 15px 15px 15px 20px;
        display: inline-block;
        width: 100%;
        text-align: left;
        font-weight: 500;
      }
      .navigation li.active a {
        background: #f9f9f9;
        color: #222;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
      }

  .stack.wide {
    width: calc(100% - 200px);
    height: 100%;
    overflow: auto;
    background: #f9f9f9;
    position: relative;
  }
    .back-to-top {
      width: 50px;
      height: 50px;
      background: #fbc705;
      display: flex;
      justify-content: center;
      align-items: center;
      position: fixed;
      bottom: 15px;
      right: 15px;
      cursor: pointer;
      z-index: 99;
    }
      .back-to-top img {
        width: 60%;
      }
    .stack.wide .container {
      padding: 30px;
      max-width: 1000px;
      margin: 0;
    }
    .overviews {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      margin: 0 0 30px;
      flex-wrap: wrap;
    }
      .overviews h4,
      .overviews h5 {
        margin: 0 0 15px;
        padding: 0;
        line-height: 1em;
      }
      .overviews h5 {
        margin: 25px 0 15px;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0;
      }
      .overviews .panel {
        padding: 25px 25px 10px;
        background: #111;
        color: #fff;
        border-radius: 15px;
        margin: 0;
        line-height: 1em;
        max-width: 768px;
      }
      .overviews .panel span {
        font-size: 30px;
        font-weight: 600;
        display: block;
        color: #ffca00;
        margin: 0 0 5px;
        line-height: 1em;
      }
      .overviews .panel label {
        font-size: 14px;
        text-transform: uppercase;
        margin: 8px 0 0;
      }
      .overviews .panel .dollar {
        width: 33.33%;
        margin: 0 0 15px;
      }
      .overviews .admin:hover{
        transform: scale(1.1);
        cursor: pointer;
      }
      .overview.panel {
        margin: 0 0 25px;
      }

      .shops,
      .cards {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;  
        flex-wrap: wrap;
      }
    .shop,
    .card {
      border-radius: 15px;
      overflow: hidden;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      width: calc(50% - 15px);
      margin: 0 0 30px 0;
      background: #eee;
    }
      .shop .icon,
      .card .icon {
        width: 120px;
        height: 140px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
      }
        .shop .icon img,
        .card .icon img {
          width: 60%;
        }
      .shop .details,
      .card .details {
        padding: 20px;
        height: 140px;
        width: calc(100% - 120px);
      }
        .shop .details a {
          margin: 0 30px 0 0;
        }
        .shop .details span {
          display: block;
        }
        .shop .details span.title {
          font-weight: 600;
          font-size: 16px;
          line-height: 1em;
          margin: 5px 0 8px;
        }
        .shop .details span.meta {
          font-size: 11px;
          margin: 0 0 3px;
        }
        .shop .details span.status {
          font-size: 10px;
          margin: 0 0 10px;
          display: inline-block;
          border-radius: 20px;
          padding: 4px 12px;
          float: right;
        }

        span.status {
          display: inline-block;
          padding: 4px 8px;
          font-size: 12px;
          font-weight: 500;
          border-radius: 4px;
        }
        span.status.active {
          background: #ffca00;
        }
        span.status.disabled {
          background: #666;
          color: #fff;
        }
        span.status.suspended,
        span.status.uninstalled {
          background: #c4250d;
          color: #fff;
        }

        .shop .details span.token {
          font-family: monospace;
        }

    .plugins .icon,
    .plugins .details {
      height: 60px;
    }
      .plugins .card {
        position: relative;
      }
      .plugins .icon {
        width: 60px;
      }
      .plugins .details {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-weight: 500;
        line-height: 1.1em;
        font-size: 14px;
        width: 100%;
      }
      .plugins .card a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        cursor: pointer;
      }

    .reporting .filter {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
    }
      .reporting .filter > div {
        margin: 0 20px 0 0;
        width: 50%;
      }
      .reporting .filter select {
        width: 100%;
      }

    .transaction-shops {

    }
      .transaction-shop {
        width: 100%;
        padding: 20px;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #f1f1f1;
        border-bottom: solid 1px #ddd;
      }
        .transaction-shop .icon {
          width: 70px;
          height: 70px;
          background: #fff;
          border-radius: 100%;
          display: block;
          float: left;
          margin: 0 15px 0 0;
          display: flex;
          justify-content: center;
          align-items: center;
        }
          .transaction-shop .icon img {
            width: 65%;
          }
        .transaction-shop .details span {
          display: block;
        }
        .transaction-shop .details span.title {
          font-weight: 600;
          margin: 0 0 8px;
        }
        .transaction-shop .details span.meta {
          font-size: 0.8em;
        }
        .transaction-shop .details .status {
          position: absolute;
          top: 20px;
          right: 20px;
          border-radius: 10px;
          font-size: 10px;
          padding: 4px 12px;
        }
        .transaction-shop a {
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          z-index: 2;
        }

    .transaction {
      background: #f2f5f7;
      transition: all 0.2s;
      padding: 20px 20px 0;
      border-top: solid 1px rgba(0,0,0,0.12);
      /*cursor: pointer;*/
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
    }
      .transaction:first-child {
        border-top: none;
      }
      .transaction:hover {
        background: #fff;
        box-shadow: 0 0 13px 0 rgb(0 0 0 / 8%);
        z-index: 2;
        border: none;
      }
      .transaction label {
        display: block;
        line-height: 1em;
        margin: 0 0 5px;
      }
      .transaction span {
        margin: 0 0 20px;
        width: 33%;
      }

  .creditcard-setup {
    padding: 20px;
    background: #f1f1f1;
    border-radius: 15px;
  }
    #creditcard-container {
      margin: 0 0 20px;
      background: rgba(0,0,0,0.08);
      padding: 15px;
    }
    .stored-card {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin: 0 0 15px;
    }
    .stored-card span {
      display: inline-block;
      margin: 0 30px 0 0;
    }

  .api-container {
    padding: 20px;
    background: #f1f1f1;
    border-radius: 15px;
  }
    .key-highlight {
      background: #f1f1f1;
      padding: 8px;
      display: block;
      margin: 0 0 30px;
    }

@media (max-width: 1000px) {

  .stack.wide .container {
    width: 100%;
  }
    .overviews {
      justify-content: space-around;
    }
    .overviews .panel {
      width: calc(100% - 30px);
      margin: 0 15px 30px;
    }
    

  .shops .shop {
    width: 100%;
  }
    .shop .details {
      width: 100%;
      height: auto;
    }

}

@media (max-width: 800px) {

  html,
  body {
    overflow: hidden;
  }
  select {
    width: 100%;
  }
  .stacks {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .stack.narrow {
    width: 35%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 98;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.11); 
    box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.11);
  }
    .stack.narrow.active {
      right: 0;
    }
  .stack.wide {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
    .overviews {
      align-items: stretch;
    }
    .overviews .panel {
      width: 100%;
      margin: 0 0 20px;
      padding: 24px 15px 24px;
      min-height: 135px;
    }
      .overviews .panel span {
        line-height: 1em;
      }
      .overviews .panel .dollar {
        width: 50%;
        margin: 0 0 15px;
      }

    .vendor-list tr {
      border-bottom: solid 1px rgba(0,0,0,0.1);
      padding: 10px 0;
    }
      .vendor-list td {
        display: block;
        border: none;
        text-align: left !important;
        padding: 0;
      }
      .vendor-list td a {
        margin: 0 0 5px;
        display: block;
      }
      .vendor-list td label {
        margin: 0;
        display: inline-block;
        width: 150px;
      }
      .vendor-list td label.full-width {
        width: 100%;
        display: block;
      }
      .vendor-list td:first-child {
        padding-top: 15px;
      }
      .vendor-list td:last-child {
        padding-bottom: 15px;
      }

    .reporting .filter > div {
      width: 100%;
    }
    .transactions {
      padding: 30px 0 0;
    }
      .transaction span {
        width: 100%;
      }
      .transaction-shop .details span.meta {
        width: 100%;
        margin: 5px 0 0 !important;
      }

  .store-info div {
    width: 100%;
    flex-wrap: wrap;
    margin: 0; 
    padding: 0;
  }
    .store-info > div {
      margin: 0 0 20px;
    }

  .plugins .card {
    width: 100%;
  }
  
}

@media (max-width: 600px) {

  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 28px;
  }
    h3 span {
      margin: 0 0 8px;
    }
  h6 { 
    line-height: 1.4em; 
  }

  .explain-vid {
    height: 150px;
  }

  .stack.narrow {
    width: 90%;
  }

}