div.tagsinput{border:1px solid #CCC;background:#FFF;padding:5px;width:300px;height:100px;overflow-y:auto}div.tagsinput span.tag{border:1px solid #a5d24a;-moz-border-radius:2px;-webkit-border-radius:2px;display:block;float:left;padding:5px;text-decoration:none;background:#cde69c;color:#638421;margin-right:5px;margin-bottom:5px;font-family:helvetica;font-size:13px}div.tagsinput span.tag a{font-weight:700;color:#82ad2b;text-decoration:none;font-size:11px}div.tagsinput input{width:80px;margin:0 5px 5px 0;font-family:helvetica;font-size:13px;border:1px solid transparent;padding:5px;background:0 0;color:#000;outline:0}div.tagsinput div{display:block;float:left}.tags_clear{clear:both;width:100%;height:0}.not_valid{background:#FBD8DB!important;color:#90111A!important}
.carbon-box .carbon-Hidden {
  display: none !important;
  visibility: hidden !important; }

.carbon-box .carbon-Number input, .carbon-box .carbon-Number .tagsinput,
.carbon-box .carbon-Tags input,
.carbon-box .carbon-Tags .tagsinput,
.carbon-box .carbon-Password input,
.carbon-box .carbon-Password .tagsinput {
  width: 100%;
  margin: 1px;
  padding: 3px 5px; }

.carbon-box .carbon-Tags .tagsinput {
  box-sizing: border-box; }
  .carbon-box .carbon-Tags .tagsinput .tag {
    padding-top: 2px;
    padding-bottom: 2px; }
  .carbon-box .carbon-Tags .tagsinput input {
    width: 80px !important; }

.carbon-preview .carbon-image-remove,
.carbon-field .icon-button:before {
  font: normal normal normal 22px/26px 'dashicons';
  speak: none;
  text-transform: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top; }

.carbon-preview .carbon-image-remove {
  font-size: 20px; }

.icon-button, .carbon-ImageGallery .icon-button {
  padding-right: 10px;
  font-size: 13px;
  line-height: 26px; }

.carbon-Image .c2_open_media {
  padding-top: 0 !important; }

.carbon-Image .c2_open_media:before {
  margin-left: 5px !important; }

.carbon-ImageGallery .c2_open_media:before {
  content: "\f128";
  line-height: 18px !important;
  margin-left: -5px !important; }

.carbon-attachment-preview {
  width: 150px;
  position: relative;
  float: left;
  margin: 0;
  color: #464646;
  list-style: none;
  text-align: center; }

.carbon-preview .carbon-image-remove {
  visibility: hidden;
  display: inline;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  box-sizing: border-box; }

.carbon-preview:hover .carbon-image-remove {
  visibility: visible; }

.carbon-preview .carbon-image-remove:before {
  content: "\f153";
  background: #fff;
  border-radius: 50%;
  color: #C00; }

.carbon-ImageGallery .input-with-button {
  padding-right: 0;
  padding-top: 5px; }

.carbon-ImageGallery .input-with-button .carbon-file-field {
  margin-bottom: 5px; }

.carbon-ImageGallery .input-with-button .button {
  position: relative;
  margin: 0 0 6px;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px; }

.carbon-ImageGallery .carbon-image-gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.carbon-ImageGallery .carbon-image,
.carbon-ImageGallery .carbon-sortable-placeholder {
  width: 150px;
  height: 150px;
  float: left;
  cursor: move;
  margin: 0 10px 10px 0;
  position: relative;
  box-sizing: border-box; }

.carbon-ImageGallery .carbon-sortable-placeholder {
  background: #f7f7f7;
  border: 3px dashed #dddddd; }

#side-sortables .carbon-ImageGallery .carbon-attachment-preview,
#side-sortables .carbon-ImageGallery .carbon-image,
#side-sortables .carbon-ImageGallery .carbon-sortable-placeholder {
  width: 75px;
  height: 75px; }

.carbon-ImageGallery .input-with-button .button {
  position: relative !important; }

.carbon-ImageGallery .icon-button {
  font-size: inherit !important;
  line-height: inherit !important;
  width: auto !important; }

#feedback-form textarea[name=message] {
  margin: 0 !important; }

.feedback-success p {
  color: #3c763d; }

.feedback-error p {
  color: #a94442; }

.aff-license-container {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0; }

.aff-license-item {
  box-sizing: border-box;
  width: calc(50% - 5px);
  float: left;
  margin-bottom: 10px;
  display: block;
  background: #f5f5f5;
  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); }
  .aff-license-item-success {
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6; }
    .aff-license-item-success h3 {
      border-bottom: 1px solid #d6e9c6; }
    .aff-license-item-success input[type="text"] {
      border: 1px solid #d6e9c6; }
  .aff-license-item-error {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1; }
    .aff-license-item-error h3 {
      border-bottom: 1px solid #ebccd1; }
    .aff-license-item-error input[type="text"] {
      border: 1px solid #ebccd1; }
  .aff-license-item h3 {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
    background-color: white;
    border-bottom: 1px solid #ddd; }
  .aff-license-item-content {
    padding: 10px;
    clear: both;
    height: 100%; }
    .aff-license-item-content button[type="submit"] {
      margin: 20px auto 0 auto;
      min-width: 100px;
      display: block; }
    .aff-license-item-content p {
      margin-top: 5px !important; }
  .aff-license-item:nth-child(odd) {
    margin-right: 10px; }
  @media screen and (max-width: 500px) {
    .aff-license-item {
      width: 100%;
      margin-right: 0; } }

#menu-posts-aff_product li:last-child a {
  color: #f18500; }


.aff-notice, .aff-info-notice, .aff-success-notice, .aff-warning-notice, .aff-error-notice {
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: 20px center;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 20px 20px 60px; }
  .aff-notice a, .aff-info-notice a, .aff-success-notice a, .aff-warning-notice a, .aff-error-notice a {
    text-shadow: none;
    text-decoration: none;
    font-weight: bold; }

.aff-info-notice {
  background-image: url("../img/info.png");
  background-color: #E7F5FB;
  border-color: #A1D8F0; }

.aff-success-notice {
  background-image: url("../img/accept.png");
  background-color: #F3FAEB;
  border-color: #A1C771; }

.aff-warning-notice {
  background-image: url("../img/warning.png");
  background-color: #FEFEF4;
  border-color: #F9F43D; }

.aff-error-notice {
  background-image: url("../img/alert.png");
  background-color: #FEE6E6;
  border-color: #F4B5B5; }

@charset "UTF-8";
.add_product_images {
  padding: 0 12px 12px; }

#product_images_container {
  padding: 0 0 0 9px; }
  #product_images_container .product_images {
    display: block;
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 10px; }
  #product_images_container ul {
    margin: 0;
    padding: 0; }
    #product_images_container ul li.image,
    #product_images_container ul li.add,
    #product_images_container ul li.wc-metabox-sortable-placeholder {
      width: 80px;
      height: 80px;
      float: left;
      cursor: move;
      border: 1px solid #d5d5d5;
      margin: 9px 9px 0 0;
      background: #f7f7f7;
      border-radius: 2px;
      position: relative;
      box-sizing: border-box; }
      #product_images_container ul li.image img,
      #product_images_container ul li.add img,
      #product_images_container ul li.wc-metabox-sortable-placeholder img {
        width: 100%;
        margin: 0 auto;
        height: auto;
        display: block; }
    #product_images_container ul li.wc-metabox-sortable-placeholder {
      border: 3px dashed #dddddd;
      position: relative; }
      #product_images_container ul li.wc-metabox-sortable-placeholder:after {
        font-family: 'Dashicons';
        speak: none;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        margin: 0;
        text-indent: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        content: "";
        font-size: 2.618em;
        line-height: 72px;
        color: #ddd; }
    #product_images_container ul ul.actions {
      position: absolute;
      top: -8px;
      right: -8px;
      padding: 2px;
      display: none; }
      #product_images_container ul ul.actions li {
        float: right;
        margin: 0 0 0 2px; }
        #product_images_container ul ul.actions li a {
          width: 1em;
          height: 1em;
          margin: 0;
          display: block;
          overflow: hidden; }
          #product_images_container ul ul.actions li a.tips {
            cursor: pointer; }
        #product_images_container ul ul.actions li a.delete {
          display: block;
          text-indent: -9999px;
          position: relative;
          height: 1em;
          width: 1em;
          font-size: 1.4em; }
          #product_images_container ul ul.actions li a.delete:before {
            font-family: 'Dashicons';
            speak: none;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin: 0;
            text-indent: 0;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            content: "";
            color: #999; }
          #product_images_container ul ul.actions li a.delete:hover:before {
            color: grey; }
    #product_images_container ul li:hover ul.actions {
      display: block; }

.taxonomy-aff_shop_tmpl .wp-editor-tools,
.taxonomy-aff_shop_tmpl .wp-editor-container,
.taxonomy-aff_shop_tmpl .term-description-wrap,
.taxonomy-aff_attribute_tmpl .wp-editor-tools,
.taxonomy-aff_attribute_tmpl .wp-editor-container,
.taxonomy-aff_attribute_tmpl .term-description-wrap,
.taxonomy-aff_detail_tmpl .wp-editor-tools,
.taxonomy-aff_detail_tmpl .wp-editor-container,
.taxonomy-aff_detail_tmpl .term-description-wrap {
  display: none;
  visibility: hidden; }

.taxonomy-aff_shop_tmpl .wp-list-table .column-thumbnail img {
  width: 100%;
  max-width: 100px;
  height: auto; }

