@font-face {
  font-family: "OpenSans-ExtraBold";
  src: url("/wp-content/themes/josappsite/assets/fonts/OpenSans/OpenSans-ExtraBold.ttf");
  font-weight: normal;
  font-style: normal;
}
.single-item {
  position: relative;
  display: inline-block;
  padding: 30px;
  width: 576px;
  height: 304px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(33, 22, 19, 0.2);
     -moz-box-shadow: 0px 0px 10px 0px rgba(33, 22, 19, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(33, 22, 19, 0.2);
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  font-size: 0;
}
@media (max-width: 1520px) {
  .single-item {
    height: 100%;
    width: auto;
  }
}
@media ( max-width: 768px) {
  .single-item {
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    width: 100%;
  }
}
.single-item .special-discount {
  padding: 0px 0 0 51px;
  position: absolute;
  top: -8px;
  right: -5px;
  width: 137px;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: url("/wp-content/themes/josappsite/assets/images/special/spring-sales/discount-2x.png") no-repeat center center;
  -moz-background-size: 100% auto;
       background-size: 100% auto;
  -webkit-filter: drop-shadow(0 2px 2px rgba(30, 72, 49, 0.15));
          filter: drop-shadow(0 2px 2px rgba(30, 72, 49, 0.15));
}
@media (max-width: 1400px) {
  .single-item .special-discount {
    top: -20px;
  }
}
.single-item .special-discount span {
  font-family: "OpenSans-ExtraBold";
  line-height: 1;
  color: #FE8402;
}
.single-item .special-discount .discount-num {
  font-size: 20px;
}
.single-item .special-discount .discount-off {
  font-size: 18px;
}
.single-item .img {
  vertical-align: middle;
}
.single-item .img img {
  height: 100px;
  width: 100px;
}
@media ( max-width: 768px) {
  .single-item .img img {
    height: 80px;
    width: 80px;
  }
}
.single-item .text {
  margin: 0 0 0 20px;
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  vertical-align: middle;
}
.single-item .text a:hover, .single-item .text:focus {
  color: #333333;
}
.single-item .text h3 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
@media ( max-width: 768px) {
  .single-item .text h3 {
    font-size: 14pt;
  }
}
.single-item .text > p {
  margin: 15px 0;
  font-family: Helvetica;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
@media ( max-width: 768px) {
  .single-item .text > p {
    font-size: 11pt;
    line-height: 1.3;
  }
}
.single-item .text .price .discount {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 32px;
  color: #ff6137;
}
@media ( max-width: 768px) {
  .single-item .text .price .discount {
    font-size: 20pt;
  }
}
.single-item .text .price .original {
  margin: 0 2px 0 18px;
  font-family: Helvetica;
  font-size: 18px;
  color: #333333;
  text-decoration: line-through;
}
@media ( max-width: 768px) {
  .single-item .text .price .original {
    font-size: 12pt;
  }
}
.single-item .text .btn-buy-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 0 -7.5px;
}
@media ( max-width: 768px) {
  .single-item .text .btn-buy-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.single-item .text .btn-buy-group .btn {
  margin: 0 7.5px;
}
@media (max-width: 1520px) {
  .single-item .text .btn-buy-group .btn {
    margin: 6px;
  }
}
.single-item .img, .single-item .text {
  display: inline-block;
}
@media ( max-width: 768px) {
  .single-item .img, .single-item .text {
    display: block;
    text-align: center;
    margin: 10px auto 0;
    width: 100%;
  }
}/*# sourceMappingURL=block.css.map */.icon.icon-win-mac {
  background: url(/wp-content/themes/josappsite/assets/images/icons/win-mac-grey.png);
  width: 33px;
  height: 26px;
  top: 5px;
  left: 18px;
}

.bundle-item {
  width: 570px;
  height: 508px;
}
@media (max-width: 1520px) {
  .bundle-item {
    height: 100%;
    width: auto;
    padding: 20px 0;
  }
}
.bundle-item .content {
  padding: 74px 50px;
  height: 100%;
  border-radius: 40px;
  text-align: center;
  font-family: Helvetica;
}
@media ( max-width: 768px) {
  .bundle-item .content {
    padding: 40px 25px;
    border-radius: 20px;
  }
}
.bundle-item .content h3 {
  margin: 27px 0 14px;
}
.bundle-item .content .price {
  margin: 28px 0 26px;
}
.bundle-item .img {
  position: relative;
}
.bundle-item .img::before {
  content: "+";
  font-size: 32px;
  font-family: Arial;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bundle-item .img img {
  width: 80px;
  height: 80px;
}
@media ( max-width: 768px) {
  .bundle-item .img img {
    width: 64px;
    height: 64px;
  }
}
.bundle-item .img img + img {
  margin-left: 40px;
  position: relative;
}
.bundle-item .text h3 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 24px;
  color: #333;
}
@media ( max-width: 768px) {
  .bundle-item .text h3 {
    font-size: 14pt;
  }
}
.bundle-item .text p {
  font-family: Helvetica;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
@media ( max-width: 768px) {
  .bundle-item .text p {
    font-size: 11pt;
  }
}
.bundle-item .price .discount {
  font-family: Helvetica;
  font-size: 32px;
  font-weight: bold;
  color: #ff6137;
}
@media ( max-width: 768px) {
  .bundle-item .price .discount {
    font-size: 20pt;
  }
}
.bundle-item .price .original {
  margin-left: 18px;
  position: relative;
  bottom: 2px;
  font-family: Helvetica;
  font-size: 18px;
  color: #333;
  text-decoration: line-through;
}
@media ( max-width: 768px) {
  .bundle-item .price .original {
    font-size: 12pt;
  }
}
.bundle-item .btn-buy {
  width: 200px;
  height: 50px;
  border-radius: 25px;
  padding: 11px 25px 11px 70px;
}
.bundle-item .icon.icon-win-mac {
  top: 11px;
  left: 42px;
}/*# sourceMappingURL=block.css.map */