/* -------------------------------------------------- Mixins */
/*
<div class="progress-circle p{VALUE_OF_PROGRESS} {if VALUE_OF_PROGRESS > 50}over50{/if}">
	<span>{VALUE_OF_PROGRESS}%</span>
	<div class="left-half-clipper">
		<div class="first50-bar"></div>
		<div class="value-bar"></div>
	</div>
</div>
*/
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Link Box */
.wkLinkBox .swiper-container {
  margin: 1rem auto;
}
@media (min-width: 768px) {
  .wkLinkBox .swiper-container {
    max-width: 65rem;
  }
}
@media (min-width: 992px) {
  .wkLinkBox .swiper-container {
    max-width: 95.2rem;
  }
}
@media (min-width: 1200px) {
  .wkLinkBox .swiper-container {
    max-width: 116rem;
  }
}
@media (min-width: 1366px) {
  .wkLinkBox .swiper-container {
    max-width: 136.6rem;
    padding: 0 2rem;
  }
}
.wkLinkBox .swiper-container .swiper-wrapper {
  padding: 0 0 3rem 0;
}
@media (min-width: 768px) {
  .wkLinkBox .swiper-container .swiper-wrapper {
    display: block;
    height: auto;
  }
}
.wkLinkBox .swiper-container .swiper-wrapper .swiper-slide {
  margin: 0;
}
@media (min-width: 768px) {
  .wkLinkBox .swiper-container .swiper-wrapper .swiper-slide {
    margin: 0 0 2rem 0;
  }
}
@media (min-width: 768px) {
  .wkLinkBox .swiper-container .swiper-wrapper .swiper-slide:nth-child(odd) {
    padding: 0.1rem 1rem 0 0;
  }
}
@media (min-width: 768px) {
  .wkLinkBox .swiper-container .swiper-wrapper .swiper-slide:nth-child(even) {
    padding: 0.1rem 0 0 1rem;
  }
}
.wkLinkBox .swiper-container .swiper-pagination {
  display: block;
}
@media (min-width: 768px) {
  .wkLinkBox .swiper-container .swiper-pagination {
    display: none;
  }
}
.wkLinkBox .swiper-button-prev,
.wkLinkBox .swiper-button-next {
  display: none;
}
.wkLinkBox figure {
  border-radius: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0.5rem;
  min-height: 20.9rem;
}
@media (min-width: min-smpx) {
  .wkLinkBox figure {
    height: 33.2rem;
  }
}
@media (min-width: 768px) {
  .wkLinkBox figure {
    flex-wrap: nowrap;
    height: 13rem;
    min-height: 0;
  }
}
.wkLinkBox figure .suggestionPic {
  align-items: center;
  display: flex;
  height: 14.9rem;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
@media (min-width: min-smpx) {
  .wkLinkBox figure .suggestionPic {
    height: 27.2rem;
  }
}
@media (min-width: 768px) {
  .wkLinkBox figure .suggestionPic {
    flex-shrink: 0;
    height: 13rem;
    width: 13rem;
  }
}
.wkLinkBox figure .suggestionPic > img {
  z-index: -2;
}
.wkLinkBox figure .suggestionPic .profilePic {
  border-radius: 100%;
  box-sizing: border-box;
  height: 4.8rem;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 4.8rem;
}
.wkLinkBox figure .suggestionPic .profilePic .image {
  border: 3px solid var(--white);
  border-radius: 50%;
  display: flex;
  height: 4.8rem;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 4.8rem;
}
.wkLinkBox figure .suggestionPic .profilePic .image img {
  bottom: 0;
  height: 4.4rem;
  position: relative;
  width: auto;
  z-index: 1;
}
.wkLinkBox figure .suggestionPic .profilePic .image .background {
  bottom: -0.3rem;
  height: 5.4rem;
  left: 2.4rem;
  position: absolute;
  width: 4rem;
}
.wkLinkBox figure .suggestionPic .profilePic:before {
  border-radius: 100%;
  content: "";
  height: 5.4rem;
  left: -0.3rem;
  position: absolute;
  top: -0.3rem;
  width: 5.4rem;
  z-index: -1;
}
.wkLinkBox figure figcaption {
  align-items: center;
  display: flex;
  height: 6rem;
  justify-content: center;
  overflow: hidden;
  padding: 0 2rem;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .wkLinkBox figure figcaption {
    height: 100%;
    padding: 0 1rem;
  }
}
.wkLinkBox figure figcaption .infoWrapper {
  width: 100%;
}
.wkLinkBox figure figcaption .headingWrapper {
  padding: 0;
}
.wkLinkBox figure figcaption .offerWrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 1rem 0 2rem 0;
  width: 100%;
}
.wkLinkBox figure figcaption .offerWrapper .ratingWrapper {
  margin: 0;
}
@media (min-width: 768px) {
  .wkLinkBox figure figcaption .offerWrapper .ratingWrapper {
    margin: 0 0 1rem 0;
  }
}
.wkLinkBox figure figcaption .offerWrapper .headingWrapper {
  margin: 0;
}
@media (min-width: 768px) {
  .wkLinkBox figure figcaption .offerWrapper .headingWrapper {
    margin: 0 0 1rem 0;
  }
}
.wkLinkBox figure figcaption .offerWrapper .priceWrapper {
  border-bottom: 0.1rem solid var(--primary);
  color: var(--secondary);
}
.wkLinkBox figure figcaption .offerWrapper .priceWrapper .priceLabel {
  font-family: var(--roboto);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: normal;
}
.wkLinkBox figure figcaption .offerWrapper .priceWrapper .price {
  font-family: var(--roboto);
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.7rem;
}
.wkLinkBox figure figcaption .deleteButton {
  height: 4rem;
  left: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 4rem;
  z-index: 1;
}
.wkLinkBox figure figcaption .deleteButton .icon {
  color: var(--text);
  font-family: "TVG-Standard";
  font-size: 1.5rem;
  line-height: 1.5rem;
  position: relative;
  top: 0.9rem;
}
.wkLinkBox__title {
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .wkLinkBox__title {
    text-align: left;
  }
}
.wkLinkBox__title h2 {
  font-size: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wkLinkBox__title p {
  color: var(--text);
  font-size: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*# sourceMappingURL=wkLinkBox.css.map */
