@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;
}

.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;
}
.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: 16px;
  color: #6B7280;
  margin-top: 8px;
  margin-bottom: 0px;
}
.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-view .buy-box {
  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: #E67E22;
  /* /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 */
