.table-striped {
  /***BUTTONS***/ }
  .table-striped.cart-list .cols-5 {
    width: 100%; }
    .table-striped.cart-list .cols-5 .views-field-purchased-entity img {
      display: none; }
  .table-striped .form-submit.button {
    background: #fff;
    border: 2px solid #094484;
    color: #094484;
    background: #094484;
    color: #fff;
    padding: 5px 20px;
    font-weight: 500;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
    .table-striped .form-submit.button:hover {
      background: #fff;
      color: #094484; }
