.mewz-wcas-match-set .icon-button {
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0;
  margin: 0;
  border: 0 none;
  background: none;
  box-shadow: none;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: bottom;
  outline: none;
  cursor: pointer;
  transition: color 0.15s;
}
.mewz-wcas-match-set .icon-button:before {
  display: inline;
  font-family: Dashicons;
}
.mewz-wcas-match-set .icon-button:disabled {
  color: #ccc !important;
}
.mewz-wcas-match-set .icon-button:disabled {
  cursor: auto;
  cursor: initial;
}
@media screen and (max-width: 782px) {
  .mewz-wcas-match-set .icon-button {
    height: 40px;
    width: 40px;
    font-size: 40px;
    line-height: 40px;
  }
}
.mewz-wcas-status-metabox .toggle-switch {
  display: inline-block;
  width: 2em;
  height: 1em;
  position: relative;
  font-size: 24px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.mewz-wcas-status-metabox .toggle-switch .checkbox {
  display: none !important;
}
.mewz-wcas-status-metabox .toggle-switch .switch {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #6c7781;
  border-radius: 100em;
  background-color: #fff;
  background-clip: border-box;
  transition-property: background-color, border-color;
  transition-duration: 0.15s;
}
.mewz-wcas-status-metabox .toggle-switch .switch:before {
  content: '';
  display: inline-block;
  box-sizing: content-box;
  margin: 5px;
  width: calc(1em - 10px);
  height: calc(1em - 10px);
  position: absolute;
  left: -2px;
  top: -2px;
  border-radius: 100em;
  background-color: #6c7781;
  transition-property: left, background-color;
  transition-duration: inherit;
}
.mewz-wcas-status-metabox .toggle-switch .checkbox:checked ~ .switch {
  background-color: #e0f1ff;
  border-color: #2271b1;
}
.mewz-wcas-status-metabox .toggle-switch .checkbox:checked ~ .switch:before {
  left: calc(100% - 1em + 2px);
  background-color: #2271b1;
}
.mewz-wcas-attribute-matcher .main-toolbar {
  display: table;
  width: 100%;
}
.mewz-wcas-attribute-matcher .main-toolbar .toolbar-left,
.mewz-wcas-attribute-matcher .main-toolbar .toolbar-right {
  display: table-cell;
  padding: 12px 14px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}
.mewz-wcas-attribute-matcher .main-toolbar .toolbar-right {
  padding-left: 0;
  text-align: right;
}
.mewz-wcas-attribute-matcher .main-toolbar .button {
  margin: 0;
  line-height: 28px;
  vertical-align: middle;
}
.mewz-wcas-attribute-matcher .main-toolbar .button:before {
  display: inline-block;
  font-family: Dashicons;
  font-size: 138.4615385%;
  line-height: inherit;
  vertical-align: bottom;
  margin: 0 0.25em 0 -0.15em;
}
.mewz-wcas-attribute-matcher .main-toolbar .add-button:before {
  content: '\f502';
}
.mewz-wcas-attribute-matcher .main-toolbar .toggle-button.expand:before {
  content: '\f132';
  position: relative;
  top: 0.105em;
}
.mewz-wcas-attribute-matcher .main-toolbar .toggle-button.collapse:before {
  content: '\f460';
  position: relative;
  top: 0.05em;
}
.mewz-wcas-attribute-matcher .main-toolbar .woocommerce-help-tip {
  margin-left: 5px;
}
@media screen and (max-width: 782px) {
  .mewz-wcas-attribute-matcher .main-toolbar .button {
    line-height: 38px;
  }
}
.mewz-wcas-match-set {
  width: auto;
  margin-top: 1px;
  box-shadow: 0 1px #ddd, 0 -1px #ddd;
}
.mewz-wcas-match-set:last-child {
  margin-bottom: 0;
}
.mewz-wcas-match-set input,
.mewz-wcas-match-set select,
.mewz-wcas-match-set label {
  float: none;
  width: auto;
  margin: 0;
  vertical-align: baseline;
  vertical-align: initial;
}
.mewz-wcas-match-set .icon-button.expand-button {
  color: #777;
  font-size: 20px;
}
.mewz-wcas-match-set .icon-button.expand-button:hover {
  color: #6b6b6b;
}
.mewz-wcas-match-set .icon-button.expand-button:active {
  color: #5f5f5f;
}
.mewz-wcas-match-set .icon-button.expand-button:before {
  content: '\f140';
}
.mewz-wcas-match-set .icon-button.drag-button {
  color: #777;
  font-size: 20px;
  cursor: row-resize;
}
.mewz-wcas-match-set .icon-button.drag-button:hover {
  color: #6b6b6b;
}
.mewz-wcas-match-set .icon-button.drag-button:active {
  color: #5f5f5f;
}
.mewz-wcas-match-set .icon-button.drag-button:before {
  content: '\f333';
}
.mewz-wcas-match-set .icon-button.duplicate-button {
  color: #777;
  font-size: 18px;
}
.mewz-wcas-match-set .icon-button.duplicate-button:hover {
  color: #6b6b6b;
}
.mewz-wcas-match-set .icon-button.duplicate-button:active {
  color: #5f5f5f;
}
.mewz-wcas-match-set .icon-button.duplicate-button:before {
  content: '\f105';
}
.mewz-wcas-match-set .icon-button.set-remove-button {
  color: #e46363;
  font-size: 24px;
}
.mewz-wcas-match-set .icon-button.set-remove-button:hover {
  color: #df4747;
}
.mewz-wcas-match-set .icon-button.set-remove-button:active {
  color: #da2b2b;
}
.mewz-wcas-match-set .icon-button.set-remove-button:before {
  content: '\f335';
}
.mewz-wcas-match-set .icon-button.row-add-button {
  color: #6fb976;
}
.mewz-wcas-match-set .icon-button.row-add-button:hover {
  color: #5baf63;
}
.mewz-wcas-match-set .icon-button.row-add-button:active {
  color: #4d9f55;
}
.mewz-wcas-match-set .icon-button.row-add-button:before {
  content: '\f502';
}
.mewz-wcas-match-set .icon-button.row-remove-button {
  color: #e46363;
}
.mewz-wcas-match-set .icon-button.row-remove-button:hover {
  color: #df4747;
}
.mewz-wcas-match-set .icon-button.row-remove-button:active {
  color: #da2b2b;
}
.mewz-wcas-match-set .icon-button.row-remove-button:before {
  content: '\f153';
}
.mewz-wcas-match-set .match-set-toolbar {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding: 9px 5px 9px 14px;
  background-color: #fff;
  cursor: pointer;
}
.mewz-wcas-match-set .match-set-toolbar:after {
  content: '';
  display: block;
  clear: both;
}
.mewz-wcas-match-set .match-set-toolbar .toolbar-labels {
  display: table-cell;
  width: 100%;
  max-width: 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  vertical-align: middle;
}
.mewz-wcas-match-set .match-set-toolbar .toolbar-label + .toolbar-label {
  margin-left: 7px;
}
.mewz-wcas-match-set .match-set-toolbar .toolbar-label-group {
  font-size: 13px;
}
.mewz-wcas-match-set .match-set-toolbar .toolbar-label-group .group-num {
  display: inline-block;
  position: relative;
}
.mewz-wcas-match-set .match-set-toolbar .toolbar-label-group .group-num::before {
  display: inline-block;
  content: attr(data-num);
  font-family: monospace;
  font-weight: bold;
  visibility: hidden;
}
.mewz-wcas-match-set .match-set-toolbar .toolbar-label-group .group-num::after {
  display: inline-block;
  content: attr(data-num);
  position: absolute;
  left: 0;
}
.mewz-wcas-match-set .match-set-toolbar .sep {
  margin: 0 5px 0 3px;
}
.mewz-wcas-match-set .match-set-toolbar .toolbar-label-attribute {
  display: inline-flex;
  overflow: hidden;
  border: 1px solid #ccd0d4;
  border-radius: 3px;
  line-height: normal;
  background: #fafafa;
}
.mewz-wcas-match-set .match-set-toolbar .toolbar-label-attribute .name {
  display: block;
  padding: 3px 7px;
  border-right: inherit;
  white-space: nowrap;
}
.mewz-wcas-match-set .match-set-toolbar .toolbar-label-attribute .value {
  display: block;
  padding: 3px 7px;
  white-space: nowrap;
  font-weight: 400;
  background: #fff;
}
.mewz-wcas-match-set .match-set-toolbar .toolbar-label-multiplier {
  display: inline-block;
  font-size: 12px;
  color: #6c7878;
}
.mewz-wcas-match-set .match-set-toolbar .icon-button {
  transition: color 0.1s;
}
.mewz-wcas-match-set.outofstock .match-set-toolbar .toolbar-label-multiplier {
  color: #cf5f5f;
}
.mewz-wcas-match-set .match-set-toolbar-actions {
  display: table-cell;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
  font-size: 0;
}
.mewz-wcas-match-set .match-set-inner {
  padding: 12px 14px;
  border-top: 1px solid #eee;
  background-color: #fdfdfd;
  transition: height 0.2s;
}
.mewz-wcas-match-set .match-set-inner:after {
  content: '';
  display: block;
  clear: both;
}
.mewz-wcas-match-set .match-set-options {
  float: right;
  padding-left: 10px;
}
.mewz-wcas-match-set .match-set-options .option {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.mewz-wcas-match-set .match-set-options .option:after {
  content: '';
  display: block;
  clear: both;
}
.mewz-wcas-match-set .match-set-options label {
  min-width: 100px;
  margin-right: 15px;
  line-height: 30px;
  text-align: right;
}
.mewz-wcas-match-set .match-set-options label .woocommerce-help-tip {
  margin: 0;
}
.mewz-wcas-match-set .match-set-options input,
.mewz-wcas-match-set .match-set-options select {
  width: 120px;
  position: relative;
  z-index: 1;
}
.mewz-wcas-match-set table.match-rows {
  float: left;
  width: 460px;
  padding: 0;
  border-collapse: collapse;
}
.mewz-wcas-match-set table.match-rows td {
  display: table-cell;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.mewz-wcas-match-set table.match-rows td + td {
  padding-left: 5px;
}
.mewz-wcas-match-set table.match-rows tr + tr td {
  padding-top: 7px;
}
.mewz-wcas-match-set table.match-rows td.match-field,
.mewz-wcas-match-set table.match-rows td.term-field {
  width: 50%;
}
.mewz-wcas-match-set table.match-rows td.term-field {
  padding-left: 0;
}
.mewz-wcas-match-set table.match-rows td.match-row-actions {
  width: 1%;
  padding-left: 1px;
  white-space: nowrap;
  font-size: 0;
}
.mewz-wcas-match-set table.match-rows td.match-row-actions .row-add-button {
  margin-right: -5px;
}
.mewz-wcas-match-set table.match-rows select {
  width: 100%;
  position: relative;
}
.mewz-wcas-match-set table.match-rows td.match-field select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 2;
}
.mewz-wcas-match-set table.match-rows td.term-field select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
  z-index: 1;
}
.mewz-wcas-match-set table.match-rows td.match-field select:focus,
.mewz-wcas-match-set table.match-rows td.term-field select:focus {
  z-index: 3;
}
.mewz-wcas-match-set.open .match-set-toolbar .expand-button:before {
  content: '\f142';
}
.mewz-wcas-match-set:not(.open) .match-set-inner {
  display: none;
}
.mewz-wcas-match-set.show:not(.dragging) .match-set-toolbar-actions .toolbar-action,
.mewz-wcas-match-set:not(:hover):not(.dragging) .match-set-toolbar-actions .toolbar-action {
  color: #ddd;
}
.mewz-wcas-match-set.dragging {
  pointer-events: initial !important;
}
@media screen and (min-width: 1311px) and (max-width: 1550px) {
  .mewz-wcas-match-set table.match-rows {
    width: 350px;
  }
}
@media screen and (max-width: 1310px) {
  .mewz-wcas-match-set table.match-rows {
    width: 100%;
  }
  .mewz-wcas-match-set .match-set-options {
    float: right;
    clear: both;
    padding: 12px 0 0;
  }
}
@media screen and (max-width: 782px) {
  .mewz-wcas-match-set .icon-button.set-remove-button {
    font-size: 30px;
  }
  .mewz-wcas-match-set .icon-button.expand-button {
    font-size: 24px;
  }
  .mewz-wcas-match-set .icon-button.drag-button {
    font-size: 24px;
  }
  .mewz-wcas-match-set .match-set-toolbar .toolbar-title {
    line-height: 40px;
  }
  .mewz-wcas-match-set .match-set-options label {
    line-height: 40px;
  }
  .mewz-wcas-match-set .match-set-options input,
  .mewz-wcas-match-set .match-set-options select {
    height: 40px;
  }
  .mewz-wcas-match-set table.match-rows td + td {
    padding-left: 6px;
  }
  .mewz-wcas-match-set table.match-rows td.match-row-actions {
    padding-left: 3px;
  }
  .mewz-wcas-match-set table.match-rows select {
    height: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .mewz-wcas-match-set .match-set-options {
    float: none;
    width: 100%;
  }
  .mewz-wcas-match-set .match-set-options .option label {
    display: block;
    float: none;
    width: auto;
    margin: 0;
    text-align: left;
  }
}
.post-type-mewz_attribute_stock #poststuff input[type="text"] {
  height: 30px;
}
.post-type-mewz_attribute_stock #poststuff textarea {
  height: auto;
}
.post-type-mewz_attribute_stock #poststuff .select2-container--default {
  width: 50% !important;
}
.post-type-mewz_attribute_stock #poststuff .select2-container--default {
  display: inline-table;
}
.post-type-mewz_attribute_stock #poststuff .select2-container--default .select2-selection--multiple {
  min-height: 30px;
  cursor: pointer;
}
.post-type-mewz_attribute_stock #poststuff .select2-container--default .select2-selection--multiple ul.select2-selection__rendered {
  vertical-align: bottom;
  margin-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}
.post-type-mewz_attribute_stock #poststuff .select2-container--default .select2-selection--multiple ul.select2-selection__rendered li {
  margin: 2px 2px 0 0;
}
.post-type-mewz_attribute_stock #poststuff .select2-container--default .select2-selection--multiple ul.select2-selection__rendered li.select2-search--inline {
  width: 100%;
  margin: 0;
}
.post-type-mewz_attribute_stock #poststuff .select2-container--default .select2-selection--multiple ul.select2-selection__rendered li.select2-search--inline .select2-search__field {
  width: 100% !important;
  margin: 0 !important;
}
.post-type-mewz_attribute_stock #poststuff .select2-container--default .select2-selection--multiple ul.select2-selection__rendered li.select2-search--inline .select2-search__field {
  min-width: 0;
  height: 28px;
  padding: 0 6px;
}
.post-type-mewz_attribute_stock #poststuff .select2-container--default .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice + li.select2-search--inline {
  width: 60px;
}
.post-type-mewz_attribute_stock #poststuff .select2-container--disabled .select2-selection--multiple {
  background: rgba(255,255,255,0.5);
  border-color: rgba(222,222,222,0.75);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);
  cursor: default;
}
.post-type-mewz_attribute_stock #poststuff .help-icon-link {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  vertical-align: text-bottom;
  font-style: normal;
}
.post-type-mewz_attribute_stock #poststuff .help-icon-link::before {
  display: inline-block;
  content: '\f223';
  font-family: dashicons;
  vertical-align: top;
}
.post-type-mewz_attribute_stock #poststuff .upgrade-hint {
  display: block;
  margin-bottom: -5px;
  font-size: 12px;
  color: #fe5a5f;
}
.post-type-mewz_attribute_stock #poststuff .upgrade-hint a {
  color: inherit;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .post-type-mewz_attribute_stock #poststuff .select2-container {
    width: 80% !important;
  }
}
@media screen and (max-width: 782px) {
  .post-type-mewz_attribute_stock #poststuff .panel-wrap input[type="text"],
  .post-type-mewz_attribute_stock #poststuff .panel-wrap input[type="number"] {
    height: 40px;
  }
  .post-type-mewz_attribute_stock #poststuff .select2-container--default .select2-selection--multiple ul.select2-selection__rendered {
    min-height: 38px;
    margin-bottom: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
  .post-type-mewz_attribute_stock #poststuff .select2-container--default .select2-selection--multiple ul.select2-selection__rendered li {
    margin: 4px 4px 0 0;
  }
  .post-type-mewz_attribute_stock #poststuff .select2-container--default .select2-selection--multiple ul.select2-selection__rendered li.select2-search--inline .select2-search__field {
    height: 38px;
  }
}
#mewz-wcas-details-metabox .inside,
#mewz-wcas-matches-metabox .inside {
  padding: 0;
  margin: 0;
}
#mewz-wcas-details-metabox .panel {
  min-height: 195px;
}
#tagsdiv-product_tag .tagchecklist {
  margin-bottom: 0;
}
#tagsdiv-product_tag .inside > p:last-child {
  display: none;
}
.mewz-wcas-metabox-tabbed {
  overflow: hidden;
}
.mewz-wcas-metabox-tabbed .panel {
  display: none;
  min-height: 0;
}
.mewz-wcas-metabox-tabbed .woocommerce_options_panel {
  float: left;
  width: 80%;
}
.mewz-wcas-metabox-tabbed ul.wc-tabs li a {
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
}
.mewz-wcas-metabox-tabbed ul.wc-tabs li a::before {
  position: relative;
  top: 1px;
}
.mewz-wcas-metabox-tabbed ul.wc-tabs li.attributes_options a::before {
  content: '\f175';
}
.mewz-wcas-metabox-tabbed ul.wc-tabs li.filters_options a::before {
  content: '\f536';
}
@media screen and (max-width: 900px) {
  .mewz-wcas-metabox-tabbed .woocommerce_options_panel {
    width: 90%;
  }
  .mewz-wcas-metabox-tabbed ul.wc-tabs {
    width: 10%;
  }
  .mewz-wcas-metabox-tabbed ul.wc-tabs li a {
    position: relative;
    text-indent: -999px;
    padding: 10px;
  }
  .mewz-wcas-metabox-tabbed ul.wc-tabs li a::before {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: 0;
    text-align: center;
    line-height: 40px;
  }
}
#mewz-wcas-status-metabox .inside {
  padding: 0;
  margin: 0;
}
.mewz-wcas-status-metabox section {
  padding: 10px;
}
.mewz-wcas-status-metabox .status-row {
  display: table;
  width: 100%;
}
.mewz-wcas-status-metabox .status-row + .status-row {
  margin-top: 10px;
}
.mewz-wcas-status-metabox .row-label,
.mewz-wcas-status-metabox .row-content {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.mewz-wcas-status-metabox .row-label {
  width: 1%;
  white-space: nowrap;
}
.mewz-wcas-status-metabox .row-label:not(label) {
  cursor: default;
}
.mewz-wcas-status-metabox .row-label:before {
  content: '';
  display: inline-block;
  font: normal 20px/1 Dashicons;
  vertical-align: bottom;
  color: #82878c;
  margin-left: -1px;
  padding-right: 6px;
}
.mewz-wcas-status-metabox .row-content {
  height: 22px;
  font-weight: 600;
  text-align: right;
}
.mewz-wcas-status-metabox .row-enabled .row-label:before {
  content: '\f108';
}
.mewz-wcas-status-metabox .row-date .row-label {
  white-space: nowrap;
  width: 1%;
}
.mewz-wcas-status-metabox .row-date .row-content {
  width: 100%;
}
.mewz-wcas-status-metabox .row-created .row-label::before {
  content: '\f145';
}
.mewz-wcas-status-metabox .row-modified .row-label::before {
  content: '\f469';
}
.mewz-wcas-status-metabox .status-metabox-foot {
  display: table;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #ddd;
  background: #f5f5f5;
}
.mewz-wcas-status-metabox .status-metabox-foot .foot-left,
.mewz-wcas-status-metabox .status-metabox-foot .foot-right {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.mewz-wcas-status-metabox .status-metabox-foot .foot-right {
  width: 1%;
  text-align: right;
  white-space: nowrap;
}
.mewz-wcas-status-metabox .status-metabox-foot .spinner {
  display: inline-block;
  float: none;
  margin: 0 0.5em 0 0;
}
.mewz-wcas-status-metabox .status-metabox-foot .button {
  vertical-align: middle;
}

