section p {
  font-weight: 300;
}
.compare-box .intro {
  margin-bottom: 60px;
}

.compare-box .intro .heading-two {
  max-width: 662px;
  margin-left: auto;
  margin-right: auto;
}

.compare-box .intro p {
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
}

.compare-box .box {
  padding: 40px 20px 20px 30px;
  height: 100%;
}

.compare-box .hbox {
  margin-bottom: 20px;
}

.compare-box .box ul {
  text-align: left;
  list-style-type: none;
  padding-left: 0;
}

.compare-box .box ul li {
  font-weight: 300;
  margin-bottom: 12px;
  position: relative;
  padding-left: 32px;
}

.compare-box .box.first ul li::before {
  content: "";
  background: url("../images/main-product/li-cross.svg");
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 0;
}

.compare-box .box.second ul li::before {
  content: "";
  background: url("../images/main-product/li-warning.svg");
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 0;
}

.compare-box .box.third ul li::before {
  content: "";
  background: url("../images/main-product/li-tick.svg");
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 0;
}

.compare-box .box .heading-four {
  text-align: left;
  margin-bottom: 0px;
}

.compare-box .box.first {
  background-color: #f5ecec;
}

.compare-box .box.second {
  background-color: rgba(255, 214, 0, 0.15);
}

.compare-box .box.third {
  background-color: #e7f2ea;
  border: 2px solid #22bf8e;
  position: relative;
}

.compare-box .box.third .active span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #22bf8e;
  padding: 5px 20px;
  font-size: 14px;
  color: #fff;
  height: 30px;
  text-transform: uppercase;
}

.better-way {
  background-image: url("../images/product-detail/better-way-big.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 492px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yellow-btn {
  padding: 15px 38px;
}

.better-way .heading-two {
  text-align: left;
  max-width: 371px;
}
.better-way .intro p {
  max-width: 371px;
}

.compare-box-two .intro {
  margin-bottom: 60px;
}

.compare-box-two .intro .heading-two {
  max-width: 100%;
}

.compare-box-two .intro p {
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
}
.compare-box-two .intro p b {
  font-weight: 600;
}
.compare-box-two .box {
  padding: 40px 20px 20px 30px;
  height: 100%;
}

.compare-box-two .hbox {
  margin-bottom: 20px;
}

.compare-box-two .box ul {
  text-align: left;
  list-style-type: none;
  padding-left: 0;
}

.compare-box-two .box ul li {
  font-weight: 300;
  margin-bottom: 5px;
  position: relative;
  padding-left: 32px;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 8px;
}
.compare-box-two .box ul li:last-child {
  border-bottom: 0;
}
.compare-box-two .box.second ul li {
  font-weight: 400;
}

.compare-box-two .box.first ul li::before {
  content: "";
  background: url("../images/main-product/li-cross.svg");
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 0;
}

.compare-box-two .box.second ul li::before {
  content: "";
  background: url("../images/main-product/li-tick.svg");
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 0;
}

.compare-box-two .box .heading-four {
  text-align: left;
  margin-bottom: 0px;
}

.compare-box-two .box.first {
  background-color: #f5ecec;
  border: 2px solid #ec5151;
  border-right: 0;
}

.compare-box-two .box.second {
  background-color: #e7f2ea;
  border: 2px solid #22bf8e;
  position: relative;
}

.compare-box-two .box.second .active span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #22bf8e;
  padding: 5px 20px;
  font-size: 14px;
  color: #fff;
  height: 30px;
  text-transform: uppercase;
}

.compare-box-two .custom-row {
  display: flex;
  justify-content: center;
}

.compare-box-two .custom-row .custom-col {
  flex: 0 0 356px;
}

.compare-box-two .custom-row .custom-col:first-child {
  margin: 15px 0;
}

.compare-box-two .box.first .heading-four {
  font-weight: 400;
}

.faq .accordion-button,
.faq .accordion-body {
  background-color: #fafafa;
}

.customer-rating .heading-two {
  margin-bottom: 50px;
}

.customer-rating .star {
  display: flex;
  gap: 7px;
  align-items: center;
}
.customer-rating .star-progress .star .common-star {
  display: inline-flex;
}
.customer-rating .total-rating p {
  font-weight: 500;
  margin-top: 5px;
}

.customer-rating .total-rating {
  margin-bottom: 30px;
}

.customer-rating .star-progress {
  display: flex;
  align-items: center;
}

.customer-rating .star-progress {
  margin-bottom: 20px;
}

.customer-rating .progress {
  width: 100%;
  margin: 0px 10px 0px 25px;
  max-width: 230px;
  background-color: #f1f1f1;
  border-radius: 0;
  height: 20px;
}

.customer-rating .progress-bar {
  background-color: var(--yellowbg);
}
.customer-rating .star-progress .progress-label {
  display: block;
  font-weight: 600;
}
.customer-rating .write-review {
  margin-top: 30px;
}
.customer-rating .write-review .black-btn {
  padding: 15px 60px;
}
.customer-rating .write-review .black-btn:hover {
  color: #fff;
}

.customer-rating .client-review .comment {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0px 5px;
  line-height: 1.3;
}

.customer-rating .client-review .user {
  font-style: italic;
  font-size: 12px;
  line-height: 1.4;
}

.customer-rating .client-review .content {
  font-weight: 400;
  line-height: 1.3;
  margin-top: 10px;
}

.customer-rating .client-review .custom-border {
  border-bottom: 1px solid #f1f1f1;
  margin: 30px 0px;
}

.customer-rating .client-review #pagination {
  display: flex;
  justify-content: center;
  gap: 13px;
  align-items: end;
}
.customer-rating .client-review #pagination a.active {
  color: #fff;
  background-color: var(--redtext);
}

.customer-rating .client-review .blocks {
  width: 52px;
  height: 44px;
  color: rgba(0, 0, 0, 0.7);
  background-color: rgba(252, 112, 87, 0.15);
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer-rating .client-review .star .common-star {
  display: inline-flex;
}
.customer-rating .client-review .blocks:hover {
  color: #fff;
  background-color: var(--redtext);
}

.customer-rating .client-review .blocks:hover svg path {
  stroke: #fff;
}

.customer-rating .client-review .dots {
  display: inline-flex;
}

.our-order .summary {
  text-align: center;
}

.our-order .summary img {
  height: auto;
}

.our-order .summary .para {
  max-width: 282px;
  margin: 0 auto;
}

.our-order .heading-two {
  margin-bottom: 60px;
}

.our-order .cta {
  padding-top: 40px;
}

.our-order .cta p {
  font-size: 12px;
  padding-top: 10px;
}

.our-order .cta .yellow-btn {
  padding: 15px 107px;
}

.related-blogs {
  background-color: #fafafa;
}

.related-blogs .related-title {
  text-align: start;
  margin-bottom: 40px;
}

.related-blogs .box .text-box .heading-four {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  text-align: left;
  margin: 15px 0px 5px 0px;
  font-size: 20px;
}

.related-blogs .box .text-box .category {
  color: var(--redtext);
}

.related-blogs .box .text-box .aurthor-box {
  display: flex;
  gap: 5px;
  font-weight: 300;
  line-height: 1.3;
}

.related-blogs .box .thumb a,
.related-blogs .box .thumb a img {
  width: 100%;
}
.related-blogs .intro {
  margin-bottom: 40px;
}
.related-blogs .intro .para {
  max-width: 901px;
  margin: 0 auto;
}
.related-blogs .intro .para b {
  font-weight: 600;
}

.product-detail .bradcrumb {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 30px 0px;
  flex-wrap: wrap;
}

.product-detail .bradcrumb .bradcrumb-item {
  position: relative;
  padding-right: 25px;
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 1.4;
}

.product-detail .bradcrumb .bradcrumb-item.active {
  font-weight: 700;
}

.product-detail .bradcrumb .bradcrumb-item::before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  line-height: 1;
  width: 6px;
  height: 10px;
  background-image: url(../images/blog-detail/right-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-detail .bradcrumb .bradcrumb-item.active::before {
  display: none;
}

.product-detail .single-product .heading-one {
  text-align: left;
  font-weight: 600;
  margin-bottom: 15px;
}

.product-detail .single-product .star-group img {
  margin: 0;
}

.product-detail .single-product .star-group {
  display: flex;
  gap: 10px;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.product-detail .single-product .star-group span {
  font-weight: 600;
  font-size: 16px;
  color: rgb(0, 0, 0, 0.6);
  line-height: 1.4;
}

.product-detail .single-product .product-price .discount-price {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
  margin-right: 8px;
}

.product-detail .single-product .product-price .original-price {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: rgb(0, 0, 0, 0.5);
  text-decoration: line-through;
  margin-right: 20px;
}

.product-detail .single-product .product-price .save-price {
  background-color: var(--yellowbg);
  padding: 5px 12px;
  height: 21px;
}

.product-detail .single-product .product-price .save-price span {
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  display: block;
  text-transform: uppercase;
}

.product-detail .single-product .product-price {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0px;
}

.product-detail .single-product .save-boxes {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

.product-detail .single-product .sub {
  border: 1px solid rgba(255, 214, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-detail .single-product .sub.selected {
  display: flex;
  flex-direction: column;
  background-color: #fff5d4;
  padding: 0px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
}

.product-detail .single-product .sub.selected span.off-price {
  background-color: #ffd600;
}

.product-detail .single-product span.off-price {
  background-color: rgba(255, 214, 0, 0.5);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  padding: 9px 20px;
  display: block;
  width: 189px;
  max-width: 100%;
  text-transform: uppercase;
}

.product-detail .single-product span.quantity {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 15px;
}

.product-detail .single-product span.you-save {
  background-color: rgba(255, 214, 0, 0.5);
  padding: 5px 8px;
  height: 35px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  display: flex;
  border-radius: 30px;
  width: 149px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.product-detail .single-product .sub.selected .you-save {
  background-color: var(--yellowbg);
}
/*--------------------------*/
.product-detail .single-product .qty {
  display: flex;
  align-items: center;
  justify-content: left;
}

.product-detail .single-product .qty .title {
  font-weight: 600;
  font-size: 16px;
  margin-right: 20px;
  line-height: 1.4;
  display: block;
}

.product-detail .single-product .qty .input-qty {
  text-align: center;
  padding: 0;
  border: 0;
  max-width: 100%;
  width: 30px;
}
.product-detail .single-product .qty .input-qty:focus-visible {
  outline: 0;
}
.product-detail .single-product .qty .qty-btn-minus,
.product-detail .single-product .qty .qty-btn-plus {
  padding: 0;
  border: 1px solid #000;
  height: 20px;
  width: 20px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.product-detail .single-product .two-btn {
  display: flex;
  gap: 18px;
}

.product-detail .single-product .btn.add-cart {
  cursor: pointer;
  outline: 0;
  color: #fff;
  background-color: var(--redtext);
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 10px 10px;
  font-size: 14px;
  transition: color 0.15s ease-in-out;
  text-transform: uppercase;
  max-width: 100%;
  width: 215px;
  height: 50px;
}

.product-detail .single-product .btn.buy-now {
  cursor: pointer;
  outline: 0;
  color: #fff;
  background-color: #000;
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 10px 10px;
  font-size: 14px;
  transition: color 0.15s ease-in-out;
  text-transform: uppercase;
  max-width: 100%;
  width: 215px;
  height: 50px;
}

.product-detail .single-product .splide__arrow--prev {
  left: 0;
  margin-top: 15px;
  width: 10px;
  height: 5px;
}

.product-detail .single-product .splide__arrow {
  background: transparent;
}

.product-detail .single-product .splide__arrow--next {
  right: 0;
  margin-top: 15px;
  width: 10px;
  height: 5px;
}
.product-detail .single-product .bottom-slider {
  padding-top: 25px;
  max-width: 100%;
  margin: 0 auto;
}

.product-detail .single-product .splide__arrow--prev {
  left: -20px;
}

.product-detail .single-product .splide__arrow--next {
  right: -20px;
}
.product-detail .single-product .bottom-slider .splide__list {
  padding: 5px !important;
}

/* Slider CSS Start  */

.product-detail .single-product .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 356px;
  width: 356px;
  overflow: hidden;
  transition: 0.2s;
  margin: 0;
}

.product-detail .single-product .splide__slide img {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.product-detail .single-product .splide__arrow--prev {
  left: 0;
  margin-top: 15px;
  width: 10px;
  height: 5px;
}

.product-detail .single-product .splide__arrow {
  background: transparent;
}

.product-detail .single-product .splide__arrow--next {
  right: 0;
  margin-top: 15px;
  width: 10px;
  height: 5px;
    margin-top: 0px;
    bottom: -20px;
}


.product-detail .single-product .splide__arrow--prev {
    left: 50%;
    top: -10px;
}

.product-detail .single-product .splide__arrow--next {
  right: -20px;
}

.product-detail
  .single-product
  .splide--nav
  > .splide__track
  > .splide__list
  > .splide__slide.is-active {
  border: 5px solid transparent;
  outline: 1px solid #000;
}

.product-detail
  .single-product
  .splide--nav
  > .splide__track
  > .splide__list
  > .splide__slide {
  border: 5px solid transparent;
  outline: 1px solid #c0c0c0;
}



.product-detail .single-product .our-ruels {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.product-detail .single-product .box {
  align-items: center;
  display: flex;
  gap: 10px;
}

.product-detail .single-product .text {
  display: block;
  line-height: 1.1;
  font-size: 12px;
  font-weight: 400;
}

.product-detail .single-product .gty-bothbtn {
  display: flex;
  gap: 34px;
  margin: 30px 0px;
  justify-content: flex-end;
}
.product-detail .single-product .small-red-title {
  margin-bottom: 5px;
}

.product-detail .single-product .star-group .item-sold {
  margin-left: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.product-detail .single-product .star-group .item-sold .text {
  color: #000;
}

.product-detail .single-product .product-content .product-para p b {
  font-weight: 600;
}

.product-detail .single-product .star-group .star {
  display: flex;
  gap: 7px;
  align-items: center;
}
.product-detail .single-product .star-group .star .common-star {
  display: flex;
}

.product-detail .single-product .product-price .mrp {
  font-size: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  margin-left: 10px;
}

.product-detail .single-product .product-points .common-ul {
  padding: 0px 0px 15px 0px;
  margin: 0px;
}

.product-detail .single-product .product-points .common-ul li:not(:last-child) {
  padding-bottom: 5px;
  margin-bottom: 0px;
}

.product-detail .single-product .product-points .common-ul li {
  font-weight: 300;
  list-style: none;
  position: relative;
  padding-left: 18px;
  line-height: 1.4;
}

.product-detail .single-product .product-points .common-ul li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="10" viewBox="0 0 7 10"><path fill="black" d="M6.67743 4.32641L1.18993 0.150062C0.688705 -0.231403 0 0.158456 0 0.823653V9.17635C0 9.84155 0.688706 10.2314 1.18993 9.84994L6.67743 5.67359C7.10752 5.34626 7.10752 4.65374 6.67743 4.32641Z"/></svg>');
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
.product-detail .single-product .product-points .ul-title {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.product-detail .single-product .choose p {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
}

.product-detail .single-product .save-boxes .bundle-discount-price {
  font-weight: 600;
  line-height: 1.4;
  padding: 5px 0px 10px;
}

.product-detail .single-product .delivery-code .subscribe_form {
  width: 100%;
  display: flex;
  border: 1px solid #000;
}

.product-detail .single-product .delivery-code {
  margin: 30px 0px 5px 0px;
}
.product-detail .single-product .delivery-code .subscribe_form .form-control {
  height: 50px;
  padding: 0px 20px;
  font-size: 16px;
}
.product-detail .single-product .delivery-code .subscribe_form .form-control,
.product-detail
  .single-product
  .delivery-code
  .subscribe_form
  .form-control:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}
.product-detail
  .single-product
  .delivery-code
  .subscribe_form
  .form-control:hover {
  background-color: transparent;
}

.product-detail .single-product .delivery-code .subscribe_form .code-btn {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px 10px;
  width: 164px;
  max-width: 100%;
  border: 0;
}

.product-detail .single-product .delivery-code .subscribe_form ::placeholder {
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.3);
}
.product-detail .single-product .delivery-code .delivery-text {
  display: block;
  font-weight: 600;
  margin-bottom: 12px;
}

.product-accordion .faq .accordion-button,
.product-accordion .faq .accordion-body {
  background-color: transparent;
}

.product-accordion .faq .accordion-body {
  padding: 0px 0px 25px 0px;
}

.product-accordion .faq .accordion-button::after,
.product-accordion .faq .accordion-button:not(.collapsed)::after {
  content: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M11 1L6 6L1 1' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  margin-left: 15px;
  line-height: 15px;
  transform: none;
}

.product-accordion .faq .accordion-button {
  color: #000;
  font-size: 16px;
  background-color: transparent;
  box-shadow: none;
  padding: 25px 0;
  justify-content: space-between;
  font-weight: 600;
  line-height: 1.4;
}

.product-accordion .faq .accordion-body p b {
  font-weight: 500;
}
.product-accordion .faq .accordion-body {
  font-size: 14px;
}

.product-benifits .contnet {
  border: 1px solid var(--redtext);
  position: relative;
  padding: 90px 50px 20px 30px;
}

.product-benifits .heading-two {
  text-align: left;
  max-width: 226px;
  margin-bottom: 15px;
}

.product-benifits .box .bottom-btn {
  color: #fff;
  background-color: var(--redtext);
  height: 50px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.product-benifits .box .product-img {
  position: absolute;
  transform: translate(-30px, -100%);
  z-index: 1;
}
.product-benifits .main{
  margin-top: -90px;
}
.product-benifits .points-group p{
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: normal;
position: relative;
 padding: 0 0.5rem;
}
.product-benifits .points-group p:hover{
  color: var(--redtext);
  font-weight: 700;
}


.common-line::before {
    content: "";
    background-image:  url('../images/product-detail/point.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}
.common-line{
   position: absolute;
    top: 50%;
    background: rgba(160, 183, 200, 1);
    height: 1px;
}

.common-point{
  position: relative;
}


.point-1{
  margin-bottom: 22px;
}
.point-2{
    margin-bottom: 40px;
}
.point-3{
     margin-bottom: 45px;
}
.point-4{
  margin-bottom: 40px;
}
.point-5{
    margin-bottom: 65px;
}
.point-6{
     margin-bottom: 35px;
}
.point-7{
     margin-bottom: 00px;
}

.point-1 .line-1 {
    left: -172px;
    width: 172px;
}

.point-2 .line-2 {
    left: -172px;
    width: 172px;
}

.point-3 .line-3 {
    left: -158px;
    width: 158px;
}
.point-4 .line-4 {
    left: -180px;
    width: 180px;
}

.point-5 .line-5 {
    left: -170px;
    width: 170px;
}

.point-6 .line-6 {
    left: -143px;
    width: 143px;
}
.point-7 .line-7 {
    left: -145px;
    width: 145px;
}


/* media css */
@media screen and (max-width: 1199px) {

  .product-benifits{
    padding-top: 90px;
  }
  .product-detail .single-product .save-boxes {
    gap: 18px;
    justify-content: space-between;
  }

  .product-detail .single-product span.off-price {
    width: 170px;
  }
  .product-detail .single-product .btn.add-cart {
    width: 185px;
  }
  .product-detail .single-product .btn.buy-now {
    width: 185px;
  }

}
@media screen and (max-width: 1115px) {
  .customer-rating .client-review {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .common-line::before {
    width: 30px;
    height: 30px;
}


.point-1{
  margin-bottom: 10px;
}
.point-2{
    margin-bottom: 40px;
}
.point-3{
     margin-bottom: 45px;
}
.point-4{
  margin-bottom: 20px;
}
.point-5{
    margin-bottom: 65px;
}
.point-6{
     margin-bottom: 35px;
}
.point-7{
     margin-bottom: 00px;
}

.point-1 .line-1 {
    left: -154px;
    width: 154px;
}

.point-2 .line-2 {
    left: -154px;
    width: 154px;
}

.point-3 .line-3 {
    left: -140px;
    width: 140px;
}
.point-4 .line-4 {
    left: -162px;
    width: 162px;
}

.point-5 .line-5 {
    left: -152px;
    width: 152px;
}

.point-6 .line-6 {
    left: -130px;
    width: 130px;
}
.point-7 .line-7 {
    left: -132px;
    width: 132px;
}
}
@media screen and (max-width: 991px) {
 .mydesktop-slider{
  display: none;
}}
@media screen and (max-width: 991px) {
   
  .compare-box .box {
    padding: 40px 10px 20px 20px;
  }
  .compare-box-two .box {
    padding: 40px 10px 20px 20px;
  }
  .customer-rating .client-review {
    padding-left: 0px;
    margin-top: 45px;
  }
  .customer-rating .progress {
    max-width: 100%;
  }
  .better-way {
    height: 400px;
  }

  .product-detail .single-product .bottom-slider {
    max-width: 340px;
    margin: 0;
  }

  .product-detail .single-product .splide__arrow {
    display: none !important;
  }
  .product-detail .single-product .save-boxes {
    justify-content: left;
  }
  .product-detail .single-product .gty-bothbtn {
    justify-content: left;
  }
  .product-detail .single-product .our-ruels {
    gap: 22px;
    justify-content: left;
  }
  .product-detail .single-product .delivery-code .subscribe_form {
    max-width: 550px;
  }
  .product-content {
    margin-top: 40px;
  }
  .product-detail .single-product span.off-price {
    padding: 9px 10px;
  }
  .product-benifits .main {
    margin-bottom: 150px;
}



.point-1{
  margin-bottom: 30px;
  margin-top: 10px;
}
.point-2{
    margin-bottom: 40px;
}
.point-3{
     margin-bottom: 45px;
}
.point-4{
  margin-bottom: 40px;
}
.point-5{
    margin-bottom: 65px;
}
.point-6{
     margin-bottom: 35px;
}
.point-7{
     margin-bottom: 00px;
}

.point-1 .line-1 {
    left: -166px;
    width: 166px;
}

.point-2 .line-2 {
    left: -166px;
    width: 166px;
}

.point-3 .line-3 {
    left: -140px;
    width: 140px;
}
.point-4 .line-4 {
    left: -180px;
    width: 180px;
}

.point-5 .line-5 {
    left: -165px;
    width: 165px;
}

.point-6 .line-6 {
    left: -140px;
    width: 140px;
}
.point-7 .line-7 {
    left: -140px;
    width: 140px;
}
.mydesktop{
  display: none !important;
}

}

@media screen and (max-width: 767px) {
  .compare-box .intro {
    margin-bottom: 25px;
  }

  .compare-box .box {
    height: auto;
    padding: 30px 10px 10px 20px;
  }
  .compare-box .box.second {
    margin-bottom: 15px;
  }
  .compare-box-two .intro {
    margin-bottom: 40px;
  }

  .compare-box-two .box {
    height: auto;
    padding: 30px 20px 10px 20px;
  }

  .compare-box-two .custom-row {
    flex-direction: column;
  }
  .compare-box-two .custom-row .custom-col:first-child {
    margin: 0;

    padding-bottom: 45px;
  }

  .compare-box-two .custom-row .custom-col {
    flex: 0 0 auto;
  }
  .compare-box-two .box.first {
    background-color: #f5ecec;
    border: 2px solid #ec5151;
    border-right: 2px solid #ec5151;
  }
  .compare-box-two .box.first .heading-four {
    font-weight: 600;
  }
  .compare-box-two .box.first ul li {
    font-weight: 500;
  }
  .compare-box-two .box.second ul li {
    font-weight: 500;
  }

  .customer-rating .client-review #pagination {
    margin-top: 0px;
  }
  .customer-rating .client-review #pagination .blocks:nth-child(4),
  .customer-rating .client-review #pagination .blocks:nth-child(5) {
    display: none;
  }

  .customer-rating .total-rating p {
    margin-top: 5px;
  }

  .customer-rating .progress {
    margin: 0px 25px 0px 15px;
    max-width: 100%;
    height: 12px;
  }
  .customer-rating .star-progress .star .common-star svg {
    width: 12px;
    height: 12px;
  }
  .customer-rating .total-rating .star svg {
    width: 12px;
    height: 12px;
  }
  .customer-rating .star-progress {
    margin-bottom: 6px;
  }
  .customer-rating .total-rating {
    margin-bottom: 20px;
  }
  .customer-rating .heading-two {
    margin-bottom: 20px;
    text-align: left;
  }
  .customer-rating .small-red-title {
    text-align: left;
  }
  .customer-rating .write-review {
    margin-top: 25px;
  }
  .customer-rating .write-review .black-btn {
    padding: 11px 38px;
  }

  .customer-rating .client-review .star .common-star svg {
    width: 12px;
    height: 12px;
  }
  .customer-rating .client-review .comment {
    font-size: 18px;
  }
  .our-order .heading-two {
    margin-bottom: 45px;
  }

  .our-order .cta .yellow-btn {
    padding: 11px 48px;
  }
  .our-order .cta p {
    font-size: 14px;
    padding-top: 25px;
  }
  .our-order .summary .heading-four {
    font-size: 18px;
  }
  .our-order .intro .heading-two {
    text-align: left;
  }
  .our-order .intro .small-red-title {
    text-align: left;
  }
  .related-blogs .box .text-box .heading-four {
    font-size: 18px;
  }

  .related-blogs .box {
    margin-bottom: 40px;
  }

  .related-blogs {
    padding-bottom: 20px;
  }
  .related-blogs .small-red-title {
    text-align: left;
  }
  .related-blogs .heading-two {
    text-align: left;
  }
  .better-way .heading-two {
    max-width: 100%;
    font-size: 24px;
  }
  .yellow-btn {
    padding: 11px 38px;
  }
  .better-way {
    height: 300px;
  }
  .product-detail .bradcrumb {
    justify-content: left;
    padding: 15px 0px;
  }

  .product-detail .bradcrumb .bradcrumb-item {
    font-size: 14px;
    padding-right: 20px;
  }
  .product-detail .single-product .bottom-slider {
    max-width: 356px;
    margin: 0;
  }
  .product-detail .single-product .choose p {
    font-weight: 600;
    margin-bottom: 15px;
  }
  .product-detail
    .single-product
    .product-points
    .common-ul
    li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 0px;
  }

  .product-detail .single-product .product-points .common-ul li {
    padding-left: 12px;
  }

  .product-detail .single-product span.off-price {
    width: 160px;
  }
  .product-detail .single-product span.off-price {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    justify-content: center;
  }
  .product-detail .single-product .gty-bothbtn {
    gap: 20px;
  }
  .product-detail .single-product .qty .title {
    margin-right: 18px;
  }
  .product-detail .single-product .btn.add-cart {
    width: 170px;
  }
  .product-detail .single-product .btn.buy-now {
    width: 170px;
  }
  .product-detail .single-product span.you-save {
    padding: 10px 8px;
  }
  .compare-box .intro .small-red-title {
    text-align: left;
  }
  .compare-box .intro .heading-two {
    text-align: left;
    margin-bottom: 10px;
  }

  .compare-box-two .intro .small-red-title {
    text-align: left;
  }
  .compare-box-two .intro .heading-two {
    text-align: left;
    margin-bottom: 10px;
  }

  .compare-box-two .box.first ul li::before {
    height: 14px;
    width: 14px;
  }
  .compare-box-two .box ul li {
    margin-bottom: 5px;
    padding-left: 30px;
    padding-bottom: 10px;
  }

  .compare-box-two .box .heading-four {
    font-size: 24px;
  }

  .compare-box-two .box ul {
    margin-bottom: 0px;
  }

  .compare-box .box.first ul li::before {
    height: 14px;
    width: 14px;
    top: 4px;
  }

  .compare-box .box ul li {
    padding-left: 25px;
  }

  .compare-box .box.second ul li::before {
    width: 16px;
    top: 4px;
  }
  .compare-box .box.third ul li::before {
    height: 14px;
    width: 14px;
    top: 4px;
  }
  .compare-box .box ul {
    margin-bottom: 0px;
  }
  .product-benifits .contnet {
    padding: 65px 20px 20px 20px;
  }
  .product-benifits .heading-two {
    max-width: 100%;
    font-size: 24px;
  }

  .product-benifits .box .bottom-btn {
    font-size: 16px;
  }
  .product-benifits .box .product-img img {
    width: 160px;
  }
  .common-line::before {
    width: 25px;
    height: 25px;
}
.product-benifits .points-group p {
    font-size: 12px;
}
.common-line {
    height: 1px;
}

.product-benifits .main{
  width: 335px;
  margin: 0 auto;
          margin-bottom: 150px;
}
.point-1 .line-1 {
    left: -114px;
    width: 114px;
}
.point-1 {
    margin-bottom: 10px;
    margin-top: 0px;
}
.point-2 .line-2 {
    left: -114px;
    width: 114px;
}
.point-2 {
    margin-bottom: 10px;
}
.point-3 .line-3 {
    left: -105px;
    width: 105px;
}
.point-3 {
    margin-bottom: 15px;
}
.point-4 .line-4 {
    left: -118px;
    width: 118px;
}
.point-4 {
    margin-bottom: 10px;
}
.point-5 .line-5 {
    left: -115px;
    width: 115px;
}
.point-5 {
    margin-bottom: 35px;
}
.point-6 .line-6 {
    left: -98px;
    width: 98px;
}

.point-6 {
    margin-bottom: 10px;
}

.point-7 .line-7 {
    left: -98px;
    width: 98px;
}

.product-benifits {
    padding-top: 00px;
}
.product-benifits .box .product-img {
    transform: translate(-20px, -100%);
}
.product-accordion .faq .accordion-body p{
    font-size: 14px;
}
}
@media screen and (min-width: 576px) {
  .better-way-mobile {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .better-way {
    background-image: url("../images/product-detail/better-way-mobile.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 425px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .better-way .intro {
    display: none;
  }
  .better-way-mobile .heading-two {
    text-align: left;
  }
  .better-way-mobile {
    background-color: #f7941d;
    padding: 30px 0px 60px;
  }

  .product-detail .single-product .small-red-title {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .product-detail .single-product .heading-one {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .product-detail .single-product .star-group span {
    font-size: 14px;
  }
  .product-detail .single-product .star-group .item-sold svg {
    width: 12px;
    height: 12px;
  }
  .product-detail .single-product .star-group .item-sold {
    margin-left: 0px;
  }
  .product-detail .single-product .star-group .star .common-star svg {
    width: 12px;
    height: 12px;
  }

  .product-detail .single-product .product-content .product-para p {
    font-size: 12px;
  }

  .product-detail .single-product .product-price .discount-price {
    font-size: 20px;
    margin-right: 5px;
  }

  .product-detail .single-product .product-price .original-price {
    font-size: 14px;
    margin-right: 5px;
  }
  .product-detail .single-product .product-price .mrp {
    font-size: 10px;
  }

  .product-detail .single-product .product-price .save-price {
    padding: 5px 8px;
    height: 20px;
  }

  .product-detail .single-product .save-boxes {
    flex-direction: column;
    gap: 20px;
  }

  .product-detail .single-product span.off-price {
    height: 100%;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 100%;
  }

  .product-detail .single-product span.you-save {
    margin: 0px 6px 20px;
  }

  .product-detail .single-product .btn.add-cart {
    width: 160px;
  }

  .product-detail .single-product .btn.buy-now {
    width: 160px;
  }

  .product-detail .single-product .gty-bothbtn {
    gap: 20px;
    margin: 45px 0px 30px 0px;
    justify-content: left;
    flex-wrap: wrap;
  }

  .product-detail .single-product .two-btn {
    gap: 15px;
  }

  .product-detail .single-product .our-ruels {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .product-detail .single-product .our-ruels {
    gap: 20px;
  }
  .product-detail .single-product .delivery-code {
    margin: 25px 0px 0px 0px;
  }

  .product-detail .single-product .delivery-code .delivery-text {
    font-size: 18px;
    line-height: 1.2;
  }
  .product-detail .single-product .delivery-code .subscribe_form .code-btn {
    width: 120px;
  }

  .product-detail .single-product .delivery-code .subscribe_form .form-control {
    padding: 0px 15px;
    font-size: 16px;
  }

  .product-accordion .faq .accordion-button {
    font-size: 18px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 425px) {
  .better-way {
    height: 380px;
  }
}
@media screen and (max-width: 375px) {
  .better-way {
    height: 337px;
  }
}

@media screen and (max-width: 320px) {
  .product-detail .single-product span.you-save {
    margin: 0px 4px 15px;
    font-size: 8px;
  }
}
