/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/scss/pages/pricing.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.overflow-x-scroll .most-popular {
  margin-top: -32px;
}
.overflow-x-scroll .most-popular:before {
  background: var(--wp--preset--color--primary-500);
  content: "Most Popular";
  text-align: center;
  margin: auto;
  width: 100%;
  color: white;
  font-size: 15px;
  position: relative;
  z-index: -1;
  border-start-start-radius: 10px;
  border-start-end-radius: 10px;
  height: 32px;
  padding-top: 5px;
  margin-bottom: -5px;
  display: inline-block;
}

#pricing-table .most-popular {
  margin-top: -48px;
  margin-left: -10px;
  margin-right: -10px;
}
#pricing-table .most-popular:before {
  margin-bottom: unset;
}

.om-purchase-plan .wp-block-button__link {
  font-weight: 400;
  line-height: 100%;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
}
.om-purchase-plan .wp-block-button__link:hover {
  filter: brightness(95%);
}

.om-plan-feature-checklist {
  padding-bottom: 0px;
}
.om-plan-feature-checklist::-webkit-scrollbar {
  height: 3px;
}
.om-plan-feature-checklist::-webkit-scrollbar-thumb {
  background-color: var(--wp--preset--color--primary-500);
}

.abs-40-days-gurantee {
  padding: 0 45px;
}

@media (max-width: 959px) {
  .overflow-x-scroll {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .overflow-x-scroll .wp-block-columns {
    width: -moz-max-content;
    width: max-content;
  }
  .overflow-x-scroll table.has-fixed-layout {
    width: 1200px;
    max-width: 1200px;
    margin-left: 860px;
  }
  .overflow-x-scroll.feature-description .wp-block-group.has-border-color.has-neutral-100-border-color {
    height: 100%;
  }
  .om-plan-included-feature {
    text-align: center;
  }
  .om-plan-included-feature .icon-container {
    margin: 0 auto;
  }
  .om-plan-included-feature .om-included-for-free {
    margin-left: auto !important;
    margin-top: 10px;
  }
}
.testimonial-case-study-link {
  display: none;
}

.pricing-checkmark::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNyAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuMDc5MjcgOS40MjM4NUwxNC45OTk5IDAuNTI3MzQ0TDE2LjkwODUgMi40NDQzNEw2LjA3OTI3IDEzLjI0NDNMMC42NjQ2MzYgNy44NDQzNUwyLjU3MzMgNS45NDA4NEw2LjA3OTI3IDkuNDIzODVaIiBmaWxsPSIjMEQ4MkRGIj48L3BhdGg+PC9zdmc+);
  display: flex;
  justify-content: center;
}

.pricing-crossmark {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuMjkzNCAyLjExMTQzTDE0LjY3NzYgMC41TDguMjcxNjggNi44ODg1N0wxLjg2NTggMC41TDAuMjUgMi4xMTE0M0w2LjY1NTg5IDguNUwwLjI1IDE0Ljg4ODZMMS44NjU4IDE2LjVMOC4yNzE2OCAxMC4xMTE0TDE0LjY3NzYgMTYuNUwxNi4yOTM0IDE0Ljg4ODZMOS44ODc0OCA4LjVMMTYuMjkzNCAyLjExMTQzWiIgZmlsbD0iI0QwRDFENyI+PC9wYXRoPjwvc3ZnPg==);
  display: flex;
  margin: auto;
}

.pricing-cell-text {
  display: flex;
  justify-content: center;
}

.cart-reminder {
  position: relative;
  overflow: hidden;
  font-size: var(--wp--preset--font-size--extra-small);
  color: var(--wp--preset--color--neutral-800);
  background-color: var(--wp--preset--color--primary-100);
  border: 1px solid var(--wp--preset--color--primary-200);
  border-radius: 10px;
  padding: 32px;
}
@media (max-width: 959px) {
  .cart-reminder {
    padding: 24px;
  }
}
@media (max-width: 600px) {
  .cart-reminder {
    padding: 18px;
  }
}
.cart-reminder__heading {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 600;
  margin: 0 0 8px;
}
.cart-reminder__heading strong {
  font-weight: 900;
}
.cart-reminder a {
  text-decoration: none;
  color: var(--wp--preset--color--primary-500);
  border-bottom: 0.5px solid var(--wp--preset--color--primary-400);
  cursor: pointer;
}
.cart-reminder p {
  padding-right: 140px;
}
@media (max-width: 600px) {
  .cart-reminder p {
    padding-right: 80px;
  }
  .cart-reminder p:first-of-type {
    padding-right: 0;
  }
  .cart-reminder p:last-of-type {
    padding-right: 110px;
    margin-bottom: -120px !important;
  }
}
@media (max-width: 425px) {
  .cart-reminder p:not(:last-of-type) {
    padding-right: 0;
  }
}
.cart-reminder__logo {
  position: absolute;
  top: 30%;
  right: -40px;
  margin: 0 !important;
  width: 170px;
  height: auto;
  transform: rotate(-15deg);
  -webkit-animation: ring 6.5s 1s ease-in-out infinite;
  -webkit-transform-origin: 40% 150px;
  -moz-animation: ring 6.5s 1s ease-in-out infinite;
  -moz-transform-origin: 40% 150px;
  animation: ring 6.5s 1s ease-in-out infinite;
  transform-origin: 40% 150px;
}
@media (max-width: 820px) {
  .cart-reminder__logo {
    top: 45%;
  }
}
@media (max-width: 600px) {
  .cart-reminder__logo {
    position: relative;
    float: right;
    top: 50px;
    right: -60px;
  }
}

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