#post-10 {
  width: 100%;
  display: flex;
  justify-content: center;
}
#post-10 .entry-footer {
  display: none;
}
#post-10 .entry-header {
  display: none;
}
#post-10 .order-received-title {
  color: var(--primary-color);
  font-family: var(--font-headline);
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 130px;
  /* 135.417% */
  padding-top: 70px;
  padding-bottom: 20px;
  text-align: center;
}
#post-10 .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details,
#post-10 .woocommerce-order-details,
#post-10 .woocommerce-customer-details {
  display: none;
}
#post-10 .order-received-order-content {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#post-10 .delivery-van-rectangle {
  gap: 20px;
  display: flex;
  height: 80px;
  border-radius: 10px;
  background: var(--light-grey-color);
  padding: 25px;
}
#post-10 .bootstrap_cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
}
#post-10 .bootstrap_cards .card {
  width: 100%;
  padding: 40px;
  text-align: center;
  border-radius: 21px !important;
  box-shadow: 0px 0px 0px 0px !important;
  border: 2px solid var(--card-color) !important;
}
@media screen and (min-width: 920px) {
  #post-10 .bootstrap_cards .card {
    max-width: 400px;
  }
}
#post-10 .bootstrap_cards .card .card-img-top {
  height: 150px;
}
#post-10 .bootstrap_cards .card h5 {
  font-size: 1.4rem;
  margin-top: 10px;
}
#post-10 .bootstrap_cards .card a {
  gap: 20px;
  display: grid;
  text-decoration: none;
}
#post-10 .bootstrap_cards .card a .image-container {
  height: 100px;
  aspect-ratio: 1/1;
}
#post-10 .bootstrap_cards .card a .card-body .card-text {
  color: var(--secondary-color);
  line-height: 20px;
  text-decoration: none;
}
#post-10 .delivery-van-text {
  display: flex;
  align-items: center;
  color: var(--primary-color);
  font-family: Helvetica;
  font-size: var(--font-size-md);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  justify-content: center;
}
#post-10 .order-received-p-text {
  color: var(--primary-color);
  text-align: center;
  font-family: Helvetica;
  font-size: var(--font-size-md);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 30px;
  padding-bottom: 40px;
}
#post-10 .card-title {
  color: var(--primary-color);
  text-align: center;
  font-family: var(--font-headline);
  font-size: var(--font-size-lg);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#post-10 .card-text {
  color: var(--primary-color) !important;
  text-align: center;
  font-family: Helvetica;
  font-size: var(--font-size-md);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#post-10 .delivery-van-and-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
#post-10 .continue-shopping-container {
  display: grid;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
}
#post-10 .continue-shopping-order-received {
  border-radius: 50px;
  background: var(--primary-color);
  color: var(--base-white);
  font-family: Helvetica;
  font-size: var(--font-size-md);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 60px;
  width: 350px;
}
@media screen and (min-width: 768px) {
  #post-10 .entry-content {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #post-10 .order-received-title {
    font-size: 36px !important;
    line-height: 75px !important;
    padding-top: 0 !important;
  }
  #post-10 .delivery-van-rectangle {
    width: 100% !important;
  }
  #post-10 .delivery-van-img {
    margin-right: 20px;
  }
  #post-10 .continue-shopping-container {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #post-10 .continue-shopping-order-received {
    height: 60px;
    width: 200px !important;
  }
}

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