@charset "utf-8";
@import url('./fonts.css');

/*** Common : START ***/
.ccc-favorite-post-count > a::before,
.ccc-favorite-post-toggle > a::before,
.ccc-favorite-post-delete > a::before {
  /* icomoon Font =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-ccc-my_favorite' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* icomoon Font =========== */
}
.ccc-favorite-post-toggle > a {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 6px;
  transition: all 0.3s;
  text-decoration: none;
}
.ccc-favorite-post-toggle > a::before {
  /* icomoon Font =========== */
  content: "\f08a";
  /* icomoon Font =========== */
}
.ccc-favorite-post-toggle > a.save::before {
  /* icomoon Font =========== */
  content: "\f004";
  /* icomoon Font =========== */
}
.ccc-favorite-post-delete > a::before {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25em;
  /* icomoon Font =========== */
  content: "\f1f8";
  /* icomoon Font =========== */
}
.ccc-favorite-post-count {
  transition: all 0.3s;
  margin-right: 12px;
  display: none; /* JS */
}
.ccc-favorite-post-count.active {
  display: block;
}
.ccc-favorite-post-count > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
}
.ccc-favorite-post-count > a::before {
  font-size: 16px;
  margin-right: 0.25em;
  /* icomoon Font =========== */
  content: "\f004";
  /* icomoon Font =========== */
}
.ccc-favorite-post-count .num {
  font-size: 0.75em;
  font-weight: bold;
}
.ccc-favorite-post-count .text {
  font-size: 0;
  display: none; /* for Safari */
}
/*** Common : END ***/




/****** Style: [data-ccc_my_favorites-select_button-style="1"]: START ******/
.ccc-favorite-post-toggle[data-ccc_my_favorites-select_button-style="1"] {
  text-align: right;
  position: relative;
  z-index: 10;
  font-size: 150%;
}
.ccc-favorite-post-toggle[data-ccc_my_favorites-select_button-style="1"] > a > .text {
  display: none;
}

.woocommerce ul.products li.product .ccc-favorite-post-toggle[data-ccc_my_favorites-select_button-style="1"], .woocommerce-page ul.products li.product .ccc-favorite-post-toggle[data-ccc_my_favorites-select_button-style="1"]{position: absolute;right: 0}
.woocommerce ul.products li.product.sale .ccc-favorite-post-toggle[data-ccc_my_favorites-select_button-style="1"], .woocommerce-page ul.products li.product.sale .ccc-favorite-post-toggle[data-ccc_my_favorites-select_button-style="1"]{top: 50px;}

.woocommerce #secondary ul.products li.product .ccc-favorite-post-toggle[data-ccc_my_favorites-select_button-style="1"], .woocommerce-page #secondary ul.products li.product .ccc-favorite-post-toggle[data-ccc_my_favorites-select_button-style="1"]{display: none}
/****** Style: [data-ccc_my_favorites-select_button-style="1"]: END ******/

/****** Style: [data-ccc_my_favorites-select_button-style="2"]: START ******/
.ccc-favorite-post-toggle[data-ccc_my_favorites-select_button-style="2"] {float: left;}
.single_add_to_cart_button + .ccc-favorite-post-toggle[data-ccc_my_favorites-select_button-style="2"] {margin-left: 12px}
.ccc-favorite-post-toggle[data-ccc_my_favorites-select_button-style="2"] > a {padding: 12px 22px;outline: 1px solid var(--body-color);text-decoration: none;}
.ccc-favorite-post-toggle[data-ccc_my_favorites-select_button-style="2"] > a::before {margin-right: 6px}
.ccc-favorite-post-toggle[data-ccc_my_favorites-select_button-style="2"] > a:hover{background: var(--wc-blue);color: #fff;opacity: .8;outline-color: transparent}
/****** Style: [data-ccc_my_favorites-select_button-style="2"]: END ******/
