@media only screen and (max-device-width: 480px) {
  header {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}

.bullet-head-tp {
  background: #fff;
  padding: 0px 0px 10px 0px;
}
.bullet-head-tp .mobile {
  display: none;
}
.bullet-head-tp .web {
  display: block;
}
@media only screen and (max-device-width: 480px) {
  .bullet-head-tp {
    background: #000;
  }
  .bullet-head-tp .mobile {
    display: block;
  }
  .bullet-head-tp .web {
    display: none;
  }
}

.star-filled {
  color: #f9d815;
}

.normal-star {
  color: #9CA3AF;
}

.pricebox {
  margin-top: 15px;
}
.pricebox .member {
  color: #000000;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 700;
  float: left;
}
.pricebox .normal {
  color: #9CA3AF;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 700;
  text-decoration-line: line-through;
  float: left;
  font-style: normal;
  margin-left: 15px;
}
.pricebox .savebox {
  background: #9ac655;
  border-radius: 6px;
  width: 110px;
  padding: 1px 0px 3px 0px;
  font-size: 14px;
  margin-top: 2px;
  margin-left: 15px;
  font-weight: 700;
  text-align: center;
  float: left;
  color: #fff;
}

.max-buy-notice {
  clear: both;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 14px;
  padding: 12px 14px;
  background: #FFF4E5;
  border-left: 4px solid #F59E0B;
  border-radius: 6px;
  color: #92400E;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  box-sizing: border-box;
}
.max-buy-notice i {
  color: #F59E0B;
  font-size: 18px;
  flex-shrink: 0;
}
.max-buy-notice.sticky {
  margin-top: 8px;
  padding: 6px 10px;
  font-size: 12px;
  gap: 6px;
}
.max-buy-notice.sticky i {
  font-size: 14px;
}

.lphead {
  width: 80%;
  float: left;
}

.prunner {
  float: right;
  margin-top: 40px;
}
.prunner img {
  width: 100px;
}
@media only screen and (max-device-width: 480px) {
  .prunner {
    display: none;
  }
}
.prunner.mobile {
  display: none;
}
@media only screen and (max-device-width: 480px) {
  .prunner.mobile {
    display: block;
    position: absolute;
    margin-top: 20px;
    z-index: 999999;
    right: 30px;
  }
  .prunner.mobile img {
    width: 80px;
  }
}

.bullet-points-under-button {
  margin-bottom: 15px;
  margin-top: 5px;
}
.bullet-points-under-button .box {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.bullet-points-under-button .box i {
  padding-right: 5px;
}

.review-big-box {
  background: #111827;
  padding: 80px 0px;
}
@media only screen and (max-device-width: 480px) {
  .review-big-box {
    padding: 40px 0px;
  }
}
.review-big-box h2 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
}
.review-big-box p {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  color: #fff;
}
.review-big-box .box-left {
  background: #EA580C;
  border-radius: 6px;
  text-align: center;
  font-weight: 800;
  color: #fff;
  width: 80px;
  margin-left: 60px;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 30px;
  float: left;
}
@media only screen and (max-device-width: 480px) {
  .review-big-box .box-left {
    margin-left: 0px;
  }
}
.review-big-box .based-on {
  font-size: 16px;
  float: left;
  margin-left: 15px;
  color: #fff;
  padding-top: 10px;
}
.review-big-box .review-wrap {
  border-radius: 10px;
  background: #1F2937;
  margin-top: 40px;
}
.review-big-box .review-wrap img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.review-big-box .review-wrap .content {
  padding: 20px;
  color: #fff;
}
.review-big-box .review-wrap .content .name {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.review-big-box .review-wrap .content .date {
  color: #9CA3AF;
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}
.review-big-box .review-wrap .content .text {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-top: 5px;
}

.text-terms {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #9CA3AF;
  padding: 20px 0px;
}

.product-view {
  background: #fff !important;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Inter";
}
.product-view.lp .faq-box-new {
  margin-bottom: 15px;
  border-top: 1px solid #E5E7EB;
  padding-top: 15px;
}
.product-view.lp .faq-box-new .head {
  margin-bottom: 15px;
}
.product-view.lp .faq-box-new .head .left {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  float: left;
  width: 90%;
}
.product-view.lp .faq-box-new .head .right i {
  color: #9CA3AF;
  float: right;
  width: 10%;
  text-align: right;
}
.product-view.lp .faq-box-new .content {
  color: #6B7280;
  font-size: 14px;
  font-weight: 300;
  line-break: 24px;
}
.product-view.lp .faq-box-new:last-child {
  margin-bottom: 50px;
}
.product-view h1 {
  color: #111827;
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.product-view .review-text {
  color: #6B7280;
  padding-left: 10px;
  font-weight: 500;
  font-family: "Inter";
}
.product-view .qty-text {
  color: #6B7280;
  font-size: 16px;
  margin-top: 20px;
}
.product-view .qtypicker {
  background: #F9FAFB;
  border-radius: 8px;
  color: #000000;
  padding: 7px 0px;
}
.product-view .qtypicker .left {
  width: 20%;
  float: left;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
}
.product-view .qtypicker .middle {
  width: 60%;
  float: left;
}
.product-view .qtypicker .middle input {
  border: none;
  width: 100%;
  font-size: 15px;
  background: none;
  text-align: center;
}
.product-view .qtypicker .right {
  width: 20%;
  float: left;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
}
.product-view .buy-box {
  padding: 0px;
  filter: none;
}
.product-view .price-picker {
  margin-top: 20px;
  margin-bottom: 4px;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  background: #F9FAFB;
  padding: 10px;
}
.product-view .price-picker .clearfix {
  display: none;
}
.product-view .price-picker .memberprice,
.product-view .price-picker .normalprice {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 10px;
  border: 2px solid #E5E7EB;
  background: #fff;
  cursor: pointer;
  margin: 0 0 10px 0;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}
.product-view .price-picker .memberprice:last-child,
.product-view .price-picker .normalprice:last-child {
  margin-bottom: 0;
}
.product-view .price-picker .memberprice .checkbox,
.product-view .price-picker .normalprice .checkbox {
  width: auto;
  float: none;
  flex-shrink: 0;
}
.product-view .price-picker .memberprice .checkbox .check,
.product-view .price-picker .normalprice .checkbox .check {
  width: 22px;
  height: 22px;
  border: 2px solid #D1D5DB;
  border-radius: 50%;
  background: #fff;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-view .price-picker .memberprice .checkbox .check.active,
.product-view .price-picker .normalprice .checkbox .check.active {
  border-color: #9ac655;
  background: #9ac655;
}
.product-view .price-picker .memberprice .checkbox .check.active i,
.product-view .price-picker .normalprice .checkbox .check.active i {
  color: #fff;
  font-size: 11px;
  padding-top: 0;
}
.product-view .price-picker .memberprice .left,
.product-view .price-picker .normalprice .left {
  flex: 1;
  width: auto;
  float: none;
  text-align: left;
}
.product-view .price-picker .memberprice .left .option-label,
.product-view .price-picker .normalprice .left .option-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  line-height: 1.3;
}
.product-view .price-picker .memberprice .left .pricetag,
.product-view .price-picker .normalprice .left .pricetag {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
  margin-top: 2px;
}
.product-view .price-picker .memberprice .right,
.product-view .price-picker .normalprice .right {
  width: auto;
  float: none;
  flex-shrink: 0;
  text-align: right;
  font-weight: normal;
}
.product-view .price-picker .memberprice .right:empty,
.product-view .price-picker .normalprice .right:empty {
  display: none;
}
.product-view .price-picker .memberprice .right .save-badge,
.product-view .price-picker .normalprice .right .save-badge {
  display: inline-block;
  background: #9ac655;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
}
.product-view .price-picker .memberprice.active,
.product-view .price-picker .normalprice.active {
  border-color: #9ac655;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(154, 198, 85, 0.25);
}
.product-view .price-picker .memberprice.active .left .option-label,
.product-view .price-picker .normalprice.active .left .option-label {
  color: #111827;
}
.product-view .price-picker .memberprice:not(.active) .left .option-label,
.product-view .price-picker .normalprice:not(.active) .left .option-label {
  color: #6B7280;
}
.product-view .price-picker .memberprice:not(.active) .left .pricetag,
.product-view .price-picker .normalprice:not(.active) .left .pricetag {
  color: #374151;
  font-weight: 600;
}
.product-view .price-picker .memberprice:hover:not(.active),
.product-view .price-picker .normalprice:hover:not(.active) {
  border-color: #9CA3AF;
  background: #F9FAFB;
}
.product-view .blue-button-normal {
  background: #e8e8e8;
  border: 1px solid #E5E7EB;
  padding: 5px 0px;
  margin-top: -4px;
  cursor: pointer;
  /* /shadow/base */
  font-size: 13px;
  font-weight: normal;
  border-radius: 6px;
  width: 200px;
  float: right;
}
@media only screen and (max-device-width: 480px) {
  .product-view .blue-button-normal {
    float: left;
    width: 100%;
    margin-top: 15px;
  }
}
.product-view .member-price-text {
  font-size: 12px;
  line-height: 18px;
  color: #6B7280;
  margin-top: 12px;
  margin-bottom: 16px;
}
.product-view .delivery_info {
  background: #F9FAFB;
  color: #000000 !important;
  padding: 10px;
  font-weight: 400 !important;
}
.product-view .description-box {
  margin-top: 30px;
  color: #000;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 26px;
}
.product-view .description-box h2 {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-view .description-box ul li {
  color: #000;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}
.product-view .bigImage {
  filter: none;
}

.product-info {
  margin-top: 0px;
}

.trial-wrapper {
  background: #fff;
}
.trial-wrapper .trial-box {
  background: #F9FAFB;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 12px;
}
.trial-wrapper .trial-box h2 {
  color: #111827;
  font-size: 30px;
  font-weight: 800;
}
.trial-wrapper .trial-box p {
  font-size: 18px;
  line-height: 32px;
  color: #374151;
}

.productlist-extra-images {
  margin-top: 20px;
}
.productlist-extra-images img {
  margin-right: 15px;
}

.review-new {
  background: #fff;
  padding-bottom: 40px;
  padding-top: 50px;
}
.review-new h3 {
  color: #111827;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 25px;
}
.review-new .box-left {
  background: #000000;
  border-radius: 6px;
  text-align: center;
  font-weight: 800;
  color: #fff;
  width: 80px;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 30px;
  float: left;
}
.review-new .based-on {
  font-size: 16px;
  float: left;
  margin-left: 15px;
  color: #000;
  padding-top: 20px;
}
.review-new .review-skiller {
  margin-bottom: 30px;
}
.review-new .review-box {
  margin-bottom: 5px;
  width: 100%;
}
.review-new .review-box .number {
  float: left;
  width: 10px;
  color: #000;
  font-size: 16px;
}
.review-new .review-box .star {
  float: left;
  width: 35px;
  text-align: center;
}
.review-new .review-box .floater {
  width: 280px;
  float: left;
}
.review-new .review-box .floater .progress {
  margin-top: 5px;
}
.review-new .review-box .floater .progress-bar {
  background-color: #EA580C;
}
.review-new .review-box-big {
  background: #FFFFFF;
  /* /shadow/lg */
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 15px;
}
.review-new .review-box-big .image {
  background: #064E3B;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  float: left;
}
.review-new .review-box-big .right {
  float: left;
  margin-left: 15px;
  width: 620px;
}
@media only screen and (max-device-width: 480px) {
  .review-new .review-box-big .right {
    width: 250px;
  }
}
.review-new .review-box-big .right .name {
  color: #111827;
  font-size: 16px;
}
.review-new .review-box-big .right .name i {
  font-size: 14px;
  padding-left: 5px;
}
.review-new .review-box-big .right .date {
  color: #6B7280;
  font-size: 16px;
}
.review-new .review-box-big .right .text {
  margin-top: 5px;
}
.review-new .review-box-big .right .text p {
  font-size: 16px;
  color: #000;
  line-height: 20px;
}

.sticky-box {
  background: #fff;
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 10px 0px;
  z-index: 999999;
  display: none;
}
.sticky-box .image {
  float: left;
  margin-right: 10px;
  width: 100px;
}
@media only screen and (max-device-width: 480px) {
  .sticky-box .image {
    width: 60px;
  }
}
.sticky-box .image img {
  width: 80px;
}
@media only screen and (max-device-width: 480px) {
  .sticky-box .image img {
    width: 60px;
  }
}
.sticky-box .headline-price-box {
  width: 800px;
  float: left;
}
@media only screen and (max-device-width: 480px) {
  .sticky-box .headline-price-box {
    display: none;
  }
}
.sticky-box .headline-price-box .headline {
  width: 100%;
  float: left;
  color: #1F2937;
  font-weight: 800;
  font-size: 24px;
}
@media only screen and (max-device-width: 480px) {
  .sticky-box .headline-price-box .headline {
    font-size: 18px;
  }
}
@media only screen and (max-device-width: 480px) {
  .sticky-box .headline-price-box {
    width: 150px;
  }
}
.sticky-box .headline-price-box .pricebox {
  margin-top: 0px;
}
.sticky-box .button-box {
  width: 200px;
  float: right;
  margin-top: 5px;
  cursor: pointer;
}
.sticky-box .button-box .blue-button {
  padding: 20px;
}
@media only screen and (max-device-width: 480px) {
  .sticky-box .button-box .blue-button {
    padding: 10px;
  }
}
@media only screen and (max-device-width: 480px) {
  .sticky-box .button-box {
    width: 285px;
    float: left;
  }
}

.blue-button {
  background: #40C878;
  /* /shadow/base */
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  text-transform: uppercase;
}

.benefits-product-box {
  background: #f2f2f2;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.benefits-product-box h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.benefits-product-box .white-box {
  background: #fff;
  padding: 15px 15px;
  border-radius: 5px;
}
.benefits-product-box .white-box i {
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
}
.benefits-product-box .white-box p {
  margin-bottom: 0px;
  font-size: 14px;
}

/*# sourceMappingURL=product.css.map */
