/* ---- Product Badges Styling ---- */
body.wcz-pb-nexttotitle .entry-summary {
  position: relative;
}
.wcz-pbimg {
  position: relative;
}
.wcz-pbwrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* ---- Badge ---- */
.wcz-pbadge {
  position: absolute;
  z-index: 20;
  opacity: 1;

  -webkit-transition: opacity 0.2s ease 0.2s;
  -moz-transition: opacity 0.2s ease 0.2s;
  -ms-transition: opacity 0.2s ease 0.2s;
  -o-transition: opacity 0.2s ease 0.2s;
  transition: opacity 0.2s ease 0.2s;
}
body.wcz-pbhide .wcz-pbadge {
  opacity: 0;
}
.wcz-pbadge-in {
  color: #fff;
  position: relative;
}
.wcz-pbadge .wcz-pbadge-in img {
  margin: 0 !important;
}
.wcz-pbadge.topright {
  top: 5px;
  right: 5px;
}
.wcz-pbadge.topcenter {
  top: 5px;
  right: 50%;
}
.wcz-pbadge.topleft {
  top: 5px;
  left: 5px;
}

.wcz-pbadge.middleright {
  top: 50%;
  right: 5px;
}
.wcz-pbadge.middlecenter {
  top: 50%;
  right: 50%;
}
.wcz-pbadge.middleleft {
  top: 50%;
  left: 5px;
}

.wcz-pbadge.bottomright {
  bottom: 5px;
  right: 5px;
}
.wcz-pbadge.bottomcenter {
  bottom: 5px;
  right: 50%;
}
.wcz-pbadge.bottomleft {
  bottom: 5px;
  left: 5px;
}

/* ---- Product Badges ---- */
.wczbadge {
  line-height: 1.4;
  font-size: 14px;
}
/* -- one -- */
.wczbadge.one {
  background-color: #169cdc;
  color: #fff;
  letter-spacing: 0.4px;
  width: fit-content;
}
.wczbadge.one .wczbadge-inner {
  padding: 5px 10px;
}

/* -- two -- */
.wczbadge.two {
  border: 2px solid #39ca0d;
  border-radius: 4px;
  color: #39ca0d;
  letter-spacing: 0.4px;
  width: fit-content;
}
.wczbadge.two .wczbadge-inner {
  padding: 5px 10px;
  white-space: nowrap;
  width: fit-content;
}

/* -- three -- */
.wczbadge.three {
  position: relative;
  color: #fff;
  width: 80px;
  height: 80px;
}
.wczbadge.three .wczbblk {
  width: 0;
  height: 0;
  border-right: 80px solid #4ac393;
  border-bottom: 80px solid transparent;
  z-index: 12;
}
.wczbadge.three .wczbadge-inner {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  width: 70px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wcz-pbadge.switch .wczbadge.three .wczbblk {
  border-right: 0;
  border-left: 80px solid #4ac393;
}
.wcz-pbadge.switch .wczbadge.three .wczbadge-inner {
  right: auto;
  left: -10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* -- four -- */
.wczbadge.four {
  border-bottom: 3px solid #ea6608;
  color: #000;
  letter-spacing: 0.4px;
  font-weight: 500;
}
.wczbadge.four .wczbadge-inner {
  padding: 5px 6px;
  white-space: nowrap;
}

/* -- five -- */
.wczbadge.five {
  background-color: #ea6608;
  color: #fff;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  letter-spacing: 0.4px;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wczbadge.five .wczbadge-inner {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* -- six -- */
.wczbadge.six {
  background-color: #45d0eb;
  color: #fff;
  letter-spacing: 0.4px;
  font-weight: 500;
  position: relative;
}
.wczbadge.six .wczbadge-inner {
  padding: 6px 8px;
  white-space: nowrap;
}
.wczbadge.six .wczbadge-inner .wczbblk {
  width: 0;
  height: 0;
  border-right: 22px solid #45d0eb;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: 0;
  left: -22px;
}
.wczbadge.six .wczbadge-inner .wczablk {
  width: 0;
  height: 0;
  border-top: 6px solid #787979;
  border-right: 5px solid transparent;
  border-left: 0 solid transparent;
  position: absolute;
  right: 1px;
  bottom: -6px;
}
.wcz-pbadge.switch .wczbadge.six .wczbadge-inner .wczbblk {
  border-right: 0;
  border-left: 22px solid #45d0eb;
  left: auto;
  right: -22px;
}
.wcz-pbadge.switch .wczbadge.six .wczbadge-inner .wczablk {
  border-right: 0 solid transparent;
  border-left: 5px solid transparent;
  right: auto;
  left: 1px;
}

/* -- seven -- */
.wczbadge.seven {
  position: relative;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2px;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 70px solid #ff0400;
}
.wczbadge.seven .wczbadge-inner {
  padding: 0 8px;
  position: absolute;
  bottom: 28px;
  right: -34px;
  width: 68px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

/* -- eight -- */
.wczbadge.eight {
  border-top: 40px solid #cfa356;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  height: 0;
  width: 138px;
  position: relative;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 0;
}
.wczbadge.eight::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 12;
  top: -40px;
  left: -24px;
  border-bottom: 4px solid #787979;
  border-left: 3px solid transparent;
  border-right: 2px solid transparent;
  width: 1px;
  box-sizing: initial;
}
.wczbadge.eight::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 12;
  top: -40px;
  right: -24px;
  border-bottom: 4px solid #787979;
  border-right: 3px solid transparent;
  border-left: 2px solid transparent;
  width: 1px;
  box-sizing: initial;
}
.wczbadge.eight .wczbadge-inner {
  position: absolute;
  top: -40px;
  left: -15px;
  right: -15px;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* -- nine -- */
.wczbadge.nine {
  background-color: #96691a;
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #96691a;
  border-radius: 50%;
  color: #fff;
  letter-spacing: 0.4px;
  width: fit-content;
}
.wczbadge.nine .wczbadge-inner {
  padding: 6px 12px;
}

/* -- ten -- */
.wczbadge.ten {
  background-color: #d26af4;
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #d26af4;
  border-radius: 50%;
  color: #fff;
  letter-spacing: 0.4px;
  font-size: 18px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wczbadge.ten .wczbadge-inner {
  padding: 5px;
}

/* -- eleven -- */
.wczbadge.eleven {
  position: relative;
  width: 61px;
  height: 40px;
}
.wczbadge.eleven .wczbblk,
.wczbadge.eleven .wczablk {
  position: absolute;
  content: "";
  left: 30px;
  top: 0;
  width: 30px;
  height: 42px;
  background: #ef1760;
  border-radius: 30px 30px 0 0;
  transform: rotate(-50deg);
  transform-origin: 0 100%;
}
.wczbadge.eleven .wczablk {
  left: 0;
  transform: rotate(50deg);
  transform-origin: 100% 100%;
}

/* -- twelve -- */
.wczbadge.twelve {
  position: relative;
  background-color: #c7332c;
  color: #fff;
  height: 60px;
  width: 60px;
  border-radius: 40px;
  top: -12px;
}
.wczbadge.twelve .wczbblk,
.wczbadge.twelve .wczablk {
  content: "";
  position: absolute;
  border-bottom: 40px solid #c7332c;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  top: 50px;
  left: -4px;
  transform: rotate(-142deg);
}
.wczbadge.twelve .wczablk {
  left: auto;
  right: -4px;
  transform: rotate(142deg);
}
.wczbadge.twelve .wczbadge-inner {
  text-align: center;
  position: absolute;
  z-index: 4;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  width: 50px;
  height: 55px;
  top: 14px;
  left: 5px;
}

/* -- thirteen -- */
.wczbadge.thirteen {
  position: relative;
  width: 100px;
  height: 60px;
  background-color: #0d5ad4;
  border-radius: 50% / 10%;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wczbadge.thirteen:before {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: -5%;
  left: -5%;
  background: inherit;
  border-radius: 5% / 50%;
}
.wczbadge.thirteen .wczbadge-inner {
  padding: 10px 10px;
  position: relative;
  font-size: 18px;
  line-height: 1.1;
}

/* -- fourteen -- */
.wczbadge.fourteen {
  background-color: #656565;
  display: inline-block;
  height: 45px;
  position: relative;
  width: 100px;
  color: #fff;
}
.wczbadge.fourteen .wczbblk {
  border-top: 20px solid #656565;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  bottom: -20px;
  width: 0;
}
.wczbadge.fourteen .wczbadge-inner {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.6px;
  line-height: 1.8;
  text-transform: uppercase;
  padding: 2px 2px 0;
  box-shadow: inset 0 25px 0 rgba(0, 0, 0, 0.4);
  position: relative;
}
.wczbadge.fourteen .wczbadge-inner::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 12;
  top: 0;
  left: -4px;
  border-bottom: 4px solid #787979;
  border-left: 3px solid transparent;
  width: 1px;
  box-sizing: initial;
}
.wczbadge.fourteen .wczbadge-inner::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 12;
  top: 0;
  right: -4px;
  border-bottom: 4px solid #787979;
  border-right: 3px solid transparent;
  width: 1px;
  box-sizing: initial;
}

/* -- fiveteen -- */
.wczbadge.fiveteen {
  position: relative;
  width: 90px;
  height: 90px;
  overflow: hidden;
  color: #fff;
}
.wczbadge.fiveteen .wczbadge-inner {
  background-color: #0d5ad4;
  font-size: 11px;
  font-weight: bold;
  line-height: 22px;
  position: absolute;
  text-align: center;
  z-index: 14;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  left: 2px;
  width: 112px;
  text-align: center;
}
.wczbadge.fiveteen::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 12;
  top: 0;
  left: 9px;
  border-bottom: 4px solid #787979;
  border-left: 3px solid transparent;
  width: 10px;
}
.wczbadge.fiveteen::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 12;
  bottom: 9px;
  right: 0px;
  border-left: 4px solid #787979;
  border-bottom: 3px solid transparent;
  height: 10px;
}
.wcz-pbadge.switch .wczbadge.fiveteen {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* -- sixteen -- */
.wczbadge.sixteen {
  position: relative;
  color: #fff;
  width: fit-content;
}
.wczbadge.sixteen .wczbadge-inner {
  background-color: #f66600;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
  padding-right: 10px;
  padding-left: 8px;
  position: relative;
  top: -6px;
  right: 0;
  display: inline-block;
}
.wczbadge.sixteen .wczbblk {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-right: 12px solid #f66600;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: -6px;
  left: -12px;
}
.wczbadge.sixteen .wczablk {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-right: 12px solid #f66600;
  border-top: 15px solid transparent;
  position: absolute;
  top: 9px;
  left: -12px;
}
.wczbadge.sixteen .wczbadge-inner::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid #5d5d5d;
  border-right: 5px solid transparent;
  border-left: 0 solid transparent;
  position: absolute;
  right: 1px;
  top: 30px;
}
.wcz-pbadge.switch .wczbadge.sixteen .wczbblk {
  border-right: 0;
  border-left: 12px solid #f66600;
  left: auto;
  right: -12px;
}
.wcz-pbadge.switch .wczbadge.sixteen .wczablk {
  border-right: 0;
  border-left: 12px solid #f66600;
  left: auto;
  right: -12px;
}
.wcz-pbadge.switch .wczbadge.sixteen .wczbadge-inner::after {
  border-right: 0;
  border-left: 5px solid transparent;
  right: auto;
  left: 1px;
}
/* -- seventeen -- */
.wczbadge.seventeen {
  position: relative;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-right: 19px solid #ff9b01;
  transform: rotate(10deg);
}
.wczbadge.seventeen .wczablk {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-top: 6px solid #ff9b01;
  border-radius: 43px 0 0 0;
  top: -21px;
  left: -14px;
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
}
.wczbadge.seventeen .wczbadge-inner {
  display: none;
}
.wcz-pbadge.switch .wczbadge.seventeen {
  border-right: 0;
  border-left: 19px solid #ff9b01;
}
.wcz-pbadge.switch .wczbadge.seventeen .wczablk {
  border-top: 0;
  border-bottom: 6px solid #ff9b01;
  transform: rotate(130deg);
  border-radius: 0 0 0 43px;
  left: auto;
  right: -14px;
  top: -22px;
}
/* -- eightteen -- */
.wczbadge.eightteen {
  position: relative;
  width: 81px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.wczbadge.eightteen .wczbblk {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 65px solid #ce1d14;
  position: absolute;
  top: -2px;
  left: 0;
}
.wczbadge.eightteen .wczablk {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 65px solid #ce1d14;
  position: absolute;
  top: 18px;
  left: 0;
}
.wczbadge.eightteen .wczbadge-inner {
  position: absolute;
  z-index: 4;
  top: 14px;
  width: 65px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
