


.flex-block.twoBlock{
    align-items: flex-start;
}
.cart-block {
    margin-bottom: 100px;
}
.cart-block h1 {
    font-size: 36px;
    color: #2e2e2e;
    margin-bottom: 40px;
    text-align: left;
}
.cart-block .cart {
    padding-right: 160px;
    margin-bottom: 50px;
    padding: 15px;
}
.twoBlock .cart{
    width: 64%;
    margin-right: 40px;
}
.twoBlock .login-block{
    width: 32%;
}
.twoBlock input {
    background: #F5F5F5;
    border-radius: 58px;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 10px;
}
.twoBlock .info {
    padding: 15px;
    color: red;
    font-size: 16px;
}
.cartFooter .btn.btn__prim:disabled {
    background-color: #d1d1d1;
}

.btnDelite {
    cursor: pointer;
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 58px;
    display: flex;
    background: url(/assets/images/deliteorclose.svg);
    background-size: contain;
    height: 20px;
    width: 20px;
}
/* Table column sizing
================================== */
.date-cell {
    width: 35%;
  }
  
  .topic-cell {
    width: 30%;
  }
  
  .access-link-cell {
    width: 13%;
  }
  
  .replay-link-cell {
    width: 13%;
  }
  
  .pdf-cell {
    width: 13%;
  }
  
  /* Apply styles
  ================================== */
  .Rtable {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .Rtable .Rtable-row {
    width: 100%;
    display: flex;
    border-top: 1px solid #D0D0D0;
  }
  .Rtable .Rtable-row:first-child {
    border-top: none;
  }
  .Rtable .Rtable-row .Rtable-cell {
    box-sizing: border-box;
    flex-grow: 1;
    padding: 10px;
    overflow: hidden;
    list-style: none;display: flex;
    align-items: center;
  }
  .Rtable .Rtable-row .Rtable-cell.column-heading {
    /* border-bottom: 1px solid #D0D0D0; */
    color: black;
    padding: 10px;
  }
  .Rtable .Rtable-row .Rtable-cell .Rtable-cell--heading {
    display: none;
  }
  .Rtable .Rtable-row .Rtable-cell .Rtable-cell--content .bodyName {display: flex;align-items: center;}
  .Rtable .Rtable-row .Rtable-cell .Rtable-cell--content img{width: 100px;margin-right: 20px;}
  .Rtable .Rtable-row .Rtable-cell .Rtable-cell--content a {
    font-size: 18px;
    color: #333;
  }
  .Rtable .Rtable-row .Rtable-cell .Rtable-cell--content .webinar-date {
    font-weight: 700;
  }
  
.cartFooter {
    width: 100%;display: flex;
    justify-content: flex-end;
    align-items: center;background: #F5F5F5;
    border-radius: 10px;
    padding: 28px 20px;
}
.cartFooter .total{margin-right: 30px;font-size: 24px;}

.quantity {
    position: relative;
    display: flex;
  }
  
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button
  {
    -webkit-appearance: none;
    margin: 0;
  }
  
  input[type=number]
  {
    -moz-appearance: textfield;
  }
  
  .quantity input {
    display: block;
    padding: 5px 10px;
    margin: 0;
    border: 0;
    background: #F5F5F5;
    border-radius: 58px;
    text-align: center;
    margin-left: 10px;
  }
  
  .quantity input:focus {
    outline: 0;
  }
  
  .quantity-nav {
    position: relative;
    left: 19px;
  }
  
  .quantity-button {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 11px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  
  .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
  }
  
  .quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
  }


  /* Responsive
  ==================================== */
  @media all and (max-width: 750px) {
    .is-striped {
      background-color: white;
    }
  
    .Rtable--collapse {
      display: block;
      width: 100%;
      padding: 1em;
      box-shadow: none;
    }
    .Rtable--collapse .Rtable-row {
      box-sizing: border-box;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 2em;
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    }
    .Rtable--collapse .Rtable-row .Rtable-cell {
      width: 100% !important;
      display: flex;
      align-items: center;
    }
    .Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--heading {
      display: inline-block;
      flex: 1;
      max-width: 120px;
      min-width: 120px;
      color: #43bac0;
      font-weight: 700;
      border-right: 1px solid #ccc;
      margin-right: 1em;
    }
    .Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--content {
      flex: 2;
      padding-left: 1em;
    }
    .Rtable--collapse .topic-cell {
      background-color: #43bac0;
      color: white;
      font-weight: 700;
      order: -1;
    }
    .Rtable--collapse .topic-cell .Rtable-cell--content {
      padding-left: 0 !important;
    }
    .Rtable--collapse .Rtable-row--head {
      display: none;
    }
  }

  .no-flexbox .Rtable {
    display: block;
  }
  .no-flexbox .Rtable.Rtable-cell {
    width: 100%;
  }
  .login-block .login .login-box {
    margin-bottom: 20px;
  }

  @media (max-width:791px) {
    .cart-block .flex-block.twoBlock{
      flex-direction: column;
    }
    .twoBlock .cart {
      width: 100%;
      margin-right: 0;
    }
    .twoBlock .login-block {
      width: 100%;
    }
    .Rtable .Rtable-row .Rtable-cell .Rtable-cell--content .bodyName {
      display: flex;
    align-items: flex-start;
    flex-direction: column;
    }
  }