.grey-colored-bg-container {
  padding: 10px 25px;
  border-radius: 5px 5px 5px 5px;
  color: #000000;
  font-family: "Source Sans Pro", Sans-serif;
  display: inline-block;
}

.pricing-container {
  display: block;
  width: 100%;
  position: relative;
  box-shadow: 0px 5px 40px -14px rgb(0 0 0 / 14%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition-property: background, border, border-radius, box-shadow;
  transition-duration: 0.3s, 0.3s, 0.3s, 0.3s;
  transition-timing-function: ease, ease, ease, ease;
  transition-delay: 0s, 0s, 0s, 0s;
  padding: 32px 32px 40px 32px;
}

.pricing-container .product-delivery {
  font-family: "Source Sans Pro", Sans-serif;
  color: rgba(0, 0, 0, 0.48);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 30px;
}

.pricing-container .product-features {
  font-family: SpaceGrotesk, -apple-system, system-ui, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  color: #828893;
  text-align: left;
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.leading-none {
  line-height: 1;
}
.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
.flex-col {
  flex-direction: column;
}
.flex {
  display: flex;
}
.text-white {
  color: #fff;
}
.bg-brand {
  background: #f52159 !important;
}

.line-through {
  text-decoration: line-through;
}
.text-sm {
  font-size: 0.875rem;
}

.text-3xl {
  font-size: 1.875rem;
}
.font-extrabold {
  font-weight: 800;
}

.text-center {
  text-align: center;
}

.page-header .entry-title {
  text-align: center;
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
  border-radius: 9999px;
  width: max-content !important;
  font-size: 14px;
  padding: 8px 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
}

.extra-wrap {
  border: 1px solid var(--e-global-color-accent);
  padding: 10px;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 15px;
  color: #4c4c4c;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem;
}

span.extra-span {
  font-size: 1rem !important;
}

span.extra-span {
  position: relative;
  top: -10px;
  font-weight: 700;
}

.extra-wrap ul {
  font-size: 14px !important;
}

.extra-wrap ul {
  padding-left: 0;
  top: -10px;
  position: relative;
}

.extra-wrap li,
.extra-wrap ul {
  display: inline-block;
  margin: 0 auto;
}

.extra-wrap li {
  padding-left: 40px;
}

.extra-wrap svg {
  width: 20px;
  top: 14px;
  position: relative;
  right: 10px;
}

.buy-review-items-block {
  padding: 0 7px;
}

.buy-review-items-block {
  width: calc(100% / 6);
}

/* @media screen and (min-width: 1100px) {
  .buy-review-items-block {
    width: calc(100% / 6);
  }
}

@media screen and (min-width: 800px) {
  .buy-review-items-block {
    width: calc(100% / 3);
  }
}



@media screen and (min-width: 900px) {
  .buy-review-items-block {
    width: calc(100% / 4);
  }
} */

@media screen and (max-width: 800px) {
  .buy-review-items-block {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 600px) {
  .buy-review-items-block {
    width: calc(100% / 1);
  }
}

.buy-review-items-block .card {
  width: 100%;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition {
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform;
}

.card {
  width: 300px;
  height: 200px !important;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
}

i.fa.fa-check-circle {
  color: var(--e-global-color-accent);
  padding-right: 5px;
}

select.dropdown {
  border: 1px solid var(--e-global-color-accent);
  max-width: 100%;
  background-position: calc(100% - 20px) calc(1em + 3px),
    calc(100% - 15px) calc(1em + 3px), calc(100% - 0.5em) 0.5em;
  border-radius: 25px;
  font-size: 0.9rem;
  text-align: center;
}
