.checkout_icon {
  text-align: left !important;
  opacity: 35%;
  padding: 0px 10px !important;
}

.checkout_icon-img {
  text-align: left !important;
  opacity: 35%;
  padding: 0px 10px !important;
  height: 100%;
}

.checkout_icon img {
  width: 35px !important;
}

.checkout_icon-img img {
  width: 55px !important;
}

.upper {
  padding: 20px 12px 12px 12px !important;
}

.frequently-purchased12 {
  font-size: 9px !important;
}

.container12 {
  padding: 0px 15px;
}

.percent_svg {
  width: 30%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 50%;
}

.pricing-plan:hover .percent_svg {
  opacity: 100%;
}
.old_price {
  text-align: left;
  margin-left: 15px;
}

.strikethrough {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: rgb(0 0 0 / 60%); /* Greyish color */
}

.strikethrough::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  width: 120%;
  height: 2px;
  border-radius: 30px;
  background-color: rgb(255 0 0 / 40%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .old_price {
    text-align: center;
  }
  .plan-price-excel {
    text-align: center;
  }
}
