@charset "UTF-8";

body {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}

h1,h2,h3,h4,h5 {
  font-family: "Poppins", sans-serif;
}

.highlight {
	border-radius: 1em 0 1em 0;
	background-image: linear-gradient(-100deg, rgba(255, 224, 0, 0.3), rgba(255, 224, 0, 0.7) 95%, rgba(255, 224, 0, 0.1));
}

section {
  padding: 1rem !important;
}

.ipt {
  color: #ff8000;
  font-weight: bold;
}

.lred {
  border-left: 5px solid #ef4214;
}

#feature img{
  width: 48px;
  max-width: 48px;
  max-height: 48px;
}

.cta {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin-top: 0;
  box-sizing: border-box;
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.cta a {
  background-color: #f31200;
  border: 1px solid red;
  padding: 0.4em;
  border-bottom: 8px solid #c40202;
  border-radius: 10px;
}

.cta a {
  color: #fff;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s linear;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 2px;
}

.cta a:hover {
  color: #fff;
  border-right: none;
  border: 1px solid;
  -moz-box-shadow: inset 0 0 10px #fff;
  -webkit-box-shadow: inset 0 0 10px #fff;
  box-shadow: inset 0 0 10px #fff;
}

.navbar {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}

.title {
  font-weight: bold;
}

.comparison {
  background-color: #f1f3f4;
}

.mw {
  max-width: 840px !important;
}

section .product {
  position: relative;
  border: 2px solid #ddd;
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  padding: 0px !important;
  background-color: white;
}

section .product .tag {
  background: #ddd;
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 0;
  font-size: 1rem;
  color: black;
  font-weight: bold;
}

section .product .tag-large {
  display: block;
  font-weight: bold;
  text-align: center;
  background: rgba(255, 211, 52, 1);
  color: #444;
  padding: 0.2rem;
}

section .rating {
  background: #f9f9f9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

section .rating .effect {
  font-size: 15px;
  color: #666666;
  font-weight: bold;
}

section .rating-stars {
  --star-color: #000;
  --star-background: #ff5609;
}

section .rating-stars span {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
}

section .rating-text {
  color: #d9534f;
  font-weight: bold;
  font-size: 1.2rem;
}

section .rating hr {
  margin: 0.5rem 0;
  background-color: #bababa;
  height: 1px;
  display: inline-block;
  width: 50px;
}

.price .strike {
  color: #636363;
  font-size: 1em;
}

.strike {
  position: relative;
  display: inline-block;
}

.strike::before,
.strike::after {
  content: "";
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
}

.strike::before {
  border-bottom: 2px solid #eb2219;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
}

.strike::after {
  border-bottom: 2px solid #eb2219;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
}

section .product .cta {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #ddd;
}

section .product .usps {
  border-top: 1px solid #ddd;
  padding: 1rem 1.5rem;
}

section .product {
  margin-bottom: 1.5rem;
}

.blue-box {
  border: 2px solid #84d321;
  padding: 10px 20px;
  margin: 0 0 10px;
  box-shadow: 0 2px 13px 0 rgb(0 0 0 / 5%);
}

.subtitle .iconfont {
  font-size: 18px;
}

.button-global {
  background: #30961c;
  padding: 1rem 1rem;
  height: auto;
  color: white !important;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 1rem;
}

.button-global .iconfont {
  margin-left: 0.5rem;
}

.description figure {
  text-align: center;
}

.intro-pic {
  max-height: 300px !important;
  width: auto !important;
}

.content figure {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.description .media-left {
  margin-left: 0rem !important;
  margin-right: 1rem !important;
}

.footer {
  margin-top: 20px;
}

.Stars {
  --percent: calc(var(--rating) / 10 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}

.Stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  opacity: 0;
  transition: 0.55s all;
  z-index: -1;
}

#popup .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}

#popup .hide-overlay:not(.close) {
  margin-bottom: 1rem;
  cursor: pointer;
  text-align: center;
}

#popup.is-active {
  z-index: 2020;
  opacity: 1;
}

#popup .close {
  position: absolute;
  right: 0;
  top: -4rem;
  font-size: 2rem;
  padding: 1rem;
  cursor: pointer;
  color: white;
}

#popup .overlay-header {
  background-color: #d9534f;
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 1.25rem;
  padding: 0.5rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#popup .inner {
  font-weight: bold;
  padding-bottom: 0;
  max-width: 750px;
  background: white;
  color: black;
  z-index: 1000;
  position: relative;
  border-radius: 5px;
}

#popup .inner a {
  display: block;
  color: black;
  padding: 2rem;
}

#popup .inner h1 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 900;
  color: black;
}

#popup .inner p {
  color: black;
  margin-top: 10px;
  font-size: 1.1rem;
}

#popup .inner img {
  max-width: 100%;
  max-height: 50vh;
}

#popup .inner .usps li {
  color: black;
}

#popup .inner .button {
  background: green;
  color: white;
  padding: 1rem 2rem;
  border: none;
  height: auto;
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

#popup .inner .button i {
  margin-left: 15px;
}

#popup .inner a:not(.button) {
  color: white;
  font-weight: normal;
}

section .img-left {
  width: 250px;
  max-width: 100%;
  float: left;
  margin-right: 25px;
  margin-bottom: 5px;
}

section .icon-check-circle {
  color: #08900d;
  margin-right: 3px;
}

section .icon-delete {
  color: #ec5968;
  margin-right: 3px;
}

section .content-cta {
  height: auto;
  background-color: green;
  color: white;
  white-space: normal;
  text-decoration: none;
  font-weight: bold;
}

.content p a:link {
  text-decoration: underline;
}

.content h2 a:link {
  text-decoration: underline;
}

section .product .offer {
  margin-top: 1rem;
  font-size: 1rem;
  background: #ff6838;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
  color: white;
  border-radius: 5px;
}

section .product .button.has-tooltip-active {
  margin-top: 3rem;
}

section .product .button {
  background: #30961c;
  padding: 0.5rem 2rem;
  height: auto;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 1rem;
  width: 100%;
}

section .product .button .iconfont {
  margin-left: 0.5rem;
  font-size: 1.2rem;
}

section .product .usps h2 {
  margin-bottom: 0.5rem;
}

section .product .usps hr {
  margin: 0.5rem 0;
  background-color: #bababa;
  height: 1px;
}

section .product .usps ul {
  margin-left: 0;
}

section .product .usps li {
  line-height: 25px;
  list-style: none;
  position: relative;
  margin-bottom: 5px;
}

section .product .usps li.active {
  color: red;
  font-weight: bold;
}

#floating-nav-content {
  min-height: auto;
  width: 100%;
  height: auto;
  padding: 15px;
  background-color: #2583c9;
  position: fixed;
  z-index: 10;
  bottom: 0;
  opacity: 1;
  color: #fff;
  font-weight: bold;
}

.btn-floating-bar a {
  padding: 10px 20px 10px 20px;
  background-color: #00c519;
  border-radius: 10px;
  animation: pulse 1s infinite alternate;
  animation-timing-function: ease-in-out;
  will-change: transform;
  color: #fff;
  display: block;
}

@keyframes pulse {
  0% {
    transform: scale(0.85);
  }

  100% {
    transform: scale(1);
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #333;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);*/
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}