/*  ----------- Conditions -------------------------------- */
.lwc-condition-groups {
  /* Add / delete icon */ }
  .lwc-condition-groups .lwc-condition-group {
    background-color: #f5f5f5;
    padding: 15px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    min-height: 30px;
    margin: 0 -13px 1.5em; }
    .lwc-condition-groups .lwc-condition-group:hover .lwc-condition-group-actions {
      opacity: 1; }
    .lwc-condition-groups .lwc-condition-group .lwc-condition-group-actions {
      opacity: 0;
      margin: -10px -10px 0 0;
      font-size: 80%; }
      .lwc-condition-groups .lwc-condition-group .lwc-condition-group-actions a {
        text-decoration: none; }
        .lwc-condition-groups .lwc-condition-group .lwc-condition-group-actions a.delete {
          color: #a00; }
          .lwc-condition-groups .lwc-condition-group .lwc-condition-group-actions a.delete:hover {
            color: #f00; }
    .lwc-condition-groups .lwc-condition-group .lwc-condition-wrap {
      margin: 10px 0 5px; }
      .lwc-condition-groups .lwc-condition-group .lwc-condition-wrap .lwc-condition {
        width: 35%; }
      .lwc-condition-groups .lwc-condition-group .lwc-condition-wrap .lwc-operator {
        width: 22.5%; }
      .lwc-condition-groups .lwc-condition-group .lwc-condition-wrap .lwc-value {
        width: calc( 42.5% - 75px );
        height: 28px; }
      .lwc-condition-groups .lwc-condition-group .lwc-condition-wrap .lwc-description {
        float: right; }
        .lwc-condition-groups .lwc-condition-group .lwc-condition-wrap .lwc-description .woocommerce-help-tip {
          height: 28px;
          line-height: 28px; }
          .lwc-condition-groups .lwc-condition-group .lwc-condition-wrap .lwc-description .woocommerce-help-tip:after {
            line-height: 28px; }
      .lwc-condition-groups .lwc-condition-group .lwc-condition-wrap input {
        vertical-align: top; }
  .lwc-condition-groups .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; }
  .lwc-condition-groups .lwc-add.button:before {
    font-family: 'dashicons';
    content: "\f502";
    vertical-align: middle;
    height: 1.2em;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
    color: #667; }
  .lwc-condition-groups .lwc-condition-delete.button {
    font-weight: 600;
    width: 30px;
    text-align: center;
    padding: 0; }
    .lwc-condition-groups .lwc-condition-delete.button:before {
      font-family: 'dashicons';
      content: "\f460";
      vertical-align: middle;
      height: 1.2em;
      line-height: 1;
      display: inline-block;
      color: #667; }
  .lwc-condition-groups > p + .lwc-condition-group-wrap p.or-text {
    display: none; }
  .lwc-condition-groups .or-text {
    margin: 1.5em 0; }
  .lwc-condition-groups .match-text {
    margin: 0 0 1em; }
  .lwc-condition-groups .lwc-condition-delete {
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
  .lwc-condition-groups .lwc-condition-wrap:hover .lwc-condition-delete {
    display: inline-block;
    opacity: 1; }
  .lwc-condition-groups .lwc-condition-wrap.loading {
    height: 30px; }
    .lwc-condition-groups .lwc-condition-wrap.loading .loading-icon {
      width: 100%;
      clear: both;
      display: block;
      text-align: center;
      line-height: 110%;
      margin: 0 1px; }

/* ----------------------- Select2 -------------------------- */
.lwc-condition-wrap .select2-container {
  vertical-align: top; }
  .lwc-condition-wrap .select2-container .select2-selection--single {
    height: 28px;
    margin: 1px; }
    .lwc-condition-wrap .select2-container .select2-selection--single #select2--container,
    .lwc-condition-wrap .select2-container .select2-selection--single .select2-selection__arrow {
      line-height: 26px;
      height: 28px; }
  @media screen and (max-width: 782px) {
    .lwc-condition-wrap .select2-container .select2-selection--single {
      height: 36px; }
      .lwc-condition-wrap .select2-container .select2-selection--single #select2--container,
      .lwc-condition-wrap .select2-container .select2-selection--single .select2-selection__arrow {
        line-height: 36px;
        height: 36px; } }
  .lwc-condition-wrap .select2-container .select2-selection--multiple .select2-selection__choice {
    margin: 4px 5px 0 0;
    line-height: 12px;
    font-size: 11px;
    font-weight: 600; }
.lwc-condition-wrap .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #aaa; }
.lwc-condition-wrap .select2-container .select2-selection--multiple {
  line-height: 0.7; }

/* ---------------  Table / overview ------------------- */
.lwc-conditions-post-table {
  /* WooCommerce Add icon */ }
  .lwc-conditions-post-table .sort {
    padding: 0 4px;
    cursor: move;
    text-align: center;
    vertical-align: middle; }
    .lwc-conditions-post-table .sort:before {
      content: "\e032";
      font-family: WooCommerce;
      text-align: center;
      line-height: 1;
      color: #999;
      display: block;
      width: 100%;
      float: left;
      height: 100%; }
  .lwc-conditions-post-table .sort:before,
  .lwc-conditions-post-table .row-actions {
    visibility: hidden !important; }
  .lwc-conditions-post-table tr:hover .sort:before,
  .lwc-conditions-post-table tr:hover > td > .row-actions {
    visibility: visible !important; }
  .lwc-conditions-post-table .add.button:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\e007"; }

@media screen and (max-width: 782px) {
  .lwc-conditions-post-table th {
    padding: 8px; }
  .lwc-conditions-post-table td {
    padding: 8px 10px; }
  .lwc-conditions-post-table tfoot .button {
    margin-bottom: 0; } }
.lwc-currency {
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #555;
  text-align: center;
  background-color: #EEE;
  border: 1px solid #8c8f94;
  border-right: none;
  border-radius: 4px 0px 0px 4px;
  margin: 1px 0px 1px 1px;
  display: inline-block;
  vertical-align: middle; }
  .lwc-currency + input {
    margin-left: -4px;
    line-height: 19px;
    width: 150px;
    border-left: unset;
    border-radius: 0 4px 4px 0;
    vertical-align: middle; }
  @media screen and (max-width: 782px) {
    .lwc-currency {
      font-size: 16px;
      padding: 6px 10px;
      height: 33px; } }

/*# sourceMappingURL=lwc-conditions.css.map */