h1 {
  font-size: 32px !important;
}
h2 {
  font-size: 32px !important;
}
h3 {
  font-size: 32px !important;
}
.home__about-us--col > .col-inner {
  border-radius: 8px;
  background: #fff;
  box-shadow: -2px 3px 25px 0px rgba(58, 13, 13, 0.15);
  padding: 32px;
}
.home__about-us--title h1 {
  margin-bottom: 0;
}
.home__about-us--title p {
  margin-bottom: 12px;
}
.home__about-us--button {
  background: black !important;
}
.home__about-us__container {
  position: relative;
}
@media (min-width: 815px) {
  .home__about-us--col {
    position: absolute !important;
    right: -50%;
    bottom: 50px;
  }
}
@media (min-width: 550px) and (max-width: 814px) {
  .home__about-us__container {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .home__about-us--col {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
.package-price__box .col-inner {
  border-radius: 8px;
  border: 1px solid #ca8125;
  background: #fff;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.package-price__title {
  border-radius: 10px;
  border: 1px solid #b38f6f;
  background: var(
    --Gradient,
    linear-gradient(180deg, #fff3eb 6.73%, #f3dac1 47.47%, #ffe3d2 100%)
  );
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  padding: 12px;
}
.package-price__title h3 {
  margin-bottom: 0;
}
.package-price__button--cremation {
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(128, 0, 0, 0.4);
  background: var(
    --Gradient,
    linear-gradient(180deg, #fff3eb 6.73%, #f3dac1 47.47%, #ffe3d2 100%)
  );
}
.package-price__button--cremation span {
  color: black;
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
}
.package-price__button--burial {
  display: inline-block;
  width: 100%;
  border: 1px solid var(--Gradient, #fff3eb);
  background: linear-gradient(180deg, #2a1d20 0%, #18100f 100%);
}
.package-price__button--burial span {
  color: #fff;
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
}
.package-price__text {
  min-height: 300px;
}
.package-price__text p {
  margin-bottom: 8px;
}
@media (min-width: 550px) {
  .procedure__box {
    flex-basis: 20% !important;
    max-width: 20% !important;
  }
}

.procedure__box .col-inner {
  border-radius: 8px;
  border: 1px solid #ca8125;
  box-shadow: 0px 2px 25px 0px rgba(58, 13, 13, 0.15);
}

@media (min-width: 950px) {
  .procedure__box .box-image {
    padding: 50px 50px 30px;
  }
}
@media (min-width: 551px) and (max-width: 949px) {
  .procedure__box .box-image {
    padding: 20px;
  }
}
@media (min-width: 410px) and (max-width: 550px) {
  .procedure__box .box-image {
    padding: 20px 150px;
  }
}
@media (min-width: 350px) and (max-width: 409px) {
  .procedure__box .box-image {
    padding: 20px 100px;
  }
}
@media (max-width: 350px) {
  .procedure__box .box-image {
    padding: 20px 50px;
  }
}
.pink-procedure .col-inner {
  background: #eee5e8;
}
.yellow-procedure .col-inner {
  background: #eae5df;
}
.green-procedure .col-inner {
  background: #e7eee7;
}
.home__blog-posts .is-divider {
  display: none !important;
}
.home__blog-posts .button {
  display: inline-block;
  float: right;
}
.contact-footer__left .col-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0;
}
.contact-footer__title p {
  font-size: 12px !important;
  color: #fff !important;
}
.contact-page__title p {
  font-size: 12px !important;
}

.contact-page__hotline-contact {
  border-radius: 8px;
  border: 1px solid rgba(128, 0, 0, 0.4);
  background: var(
    --Gradient,
    linear-gradient(180deg, #fff3eb 6.73%, #f3dac1 47.47%, #ffe3d2 100%)
  );
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
}
.contact-page__hotline-contact span {
  margin-bottom: 0;
  color: var(--CRed, #800000);
  font-family: "Playfair Display";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0px;
}
.hotline-contact {
  border-radius: 8px !important;
  border: 1px solid var(--Gradient, #fff3eb);
  background: var(
    --Gradient-2,
    linear-gradient(180deg, #acacac 0%, #fff 51.92%, #d5d5d5 100%)
  );
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
}
.hotline-contact span {
  color: var(--CRed, #800000);
  font-family: "Playfair Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0px;
}
.hotline-contact__col {
  padding-bottom: 0 !important;
}
.contact-footer__right .col-inner {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 8px;
  background: #fff;
}
.contact-footer__right .contact__footer_wrapper {
  width: 100%;
}
.contact-footer__right .contact__footer_wrapper .gform_fields {
  display: flex !important;
  flex-direction: column;
  gap: 5px !important;
}
.contact-footer__right .contact__footer_wrapper .gform_button {
  width: 100%;
  margin: 0;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: linear-gradient(180deg, #2a1d20 0%, #18100f 100%);
}
.contact-footer__right .contact__footer_wrapper .gform_heading {
  display: none;
}
.contact-footer__right .contact__footer_wrapper input,
.contact-footer__right .contact__footer_wrapper textarea {
  border-radius: 3px;
  border: 1px solid rgba(128, 0, 0, 0.4);
  background: #fff;
}
.contact-footer__right .contact__footer_wrapper legend {
  text-transform: none;
}
.footer__title h3 {
  font-size: 22px !important;
}
.footer__menu .ux-menu-link__icon::before {
  color: #800000;
}
.copyright-footer {
  color: #fff;
}
.footer__icon-box {
  width: max-content !important;
}
@media (min-width: 550px) and (max-width: 775px) {
  .footer__col-one {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .footer__col-one .footer__logo img {
    width: 50% !important;
  }
  .footer__col-two {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
  .footer__col-three {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
}
.about-us__vision .col-inner {
  border-radius: 8px;
  background: #fff;
  box-shadow: -2px 3px 25px 0px rgba(58, 13, 13, 0.15);
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.about-us__vision--title h3 {
  font-size: 24px !important;
}
.value__title h3 {
  margin-bottom: 0 !important;
}
.value__box .col-inner {
  border-radius: 8px;
  background: #fff;
  box-shadow: -2px 3px 25px 0px rgba(58, 13, 13, 0.15);
  padding: 20px;
}
.about-us__hotline--col {
  display: flex;
  padding: 22px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid rgba(128, 0, 0, 0.6);
  background: var(
    --Gradient,
    linear-gradient(180deg, #fff3eb 6.73%, #f3dac1 47.47%, #ffe3d2 100%)
  );
}
.about-us__hotline h3 {
  color: var(--CRed, #800000);
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.funeral-service .box img {
  border-radius: 8px 8px 0 0;
}
.funeral-service .box .box-text {
  border-radius: 0px 0px 8px 8px;
  background: #fff;
  padding: 12px 22px 20px 22px;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  align-self: stretch;
}
.funeral-service .box .box-text .post-title a {
  color: #000;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 65px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.funeral-service .box .box-text .from_the_blog_excerpt {
  overflow: hidden;
  color: #454545;
  text-align: center;
  text-overflow: ellipsis;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.funeral-service .box .box-text .button {
  border-radius: 4px;
  border: 1px solid var(--CRed, #800000);
}
.button__product-detail {
  border-radius: 4px;
  border: 1px solid var(--CRed, #800000);
  padding: 5px 16px;
  gap: 10px;
}
.button__product-detail:hover {
  background: #800000;
  color: #fff;
}

.products__box .box-image {
  max-height: 175px;
  border-radius: 8px 8px 0 0;
}
.products__box .box-image img {
  max-height: 175px;
}
.products__box .box-text {
  border-radius: 0px 0px 8px 8px;
  background: #fff;
}
.products__box .product-title {
  text-align: start;
  height: 40px;
}
.products__box .product-title a {
  color: #000 !important;
  font-family: "Plus Jakarta Sans";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.products__box .product-short-description {
  text-align: start;
  overflow: hidden;
  color: #454545;
  text-overflow: ellipsis;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.single-product .woocommerce-product-gallery__wrapper img {
  max-height: 450px;
  border-radius: 8px;
}
.single-product .product-thumbnails {
  border-radius: 4px;
}
.single-product .vertical-thumbnails {
  overflow-x: unset;
  overflow-y: unset;
}
.single-product__button-contact {
  background: var(--Linear, linear-gradient(180deg, #323232 0%, #202020 100%));
}
.single-product .product-title {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.single-product .product-info .product-page-price {
  display: none;
}
.single-product .product-footer .product-page-sections .product-section > .row {
  display: flex;
  padding: 16px 15px;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  border-radius: 8px;
  background: #fff;
}
.single-product
  .product-footer
  .product-page-sections
  .product-section
  > .row
  h5 {
  color: #000;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: none;
}
.single-product
  .product-footer
  .product-page-sections
  .product-section
  > .row
  > .large-10 {
  flex-basis: 100% !important;
  max-width: 100% !important;
}
.single-product .related-products-wrapper {
  margin-top: 100px;
}
.single-product .related-products-wrapper .product-section-title {
  color: #000;
  font-family: "Playfair Display";
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
.single-product .related-products-wrapper .product .box .box-image {
  border-radius: 8px 8px 0px 0px;
}
.single-product .related-products-wrapper .product .box .box-image img {
  max-height: 175px;
  align-self: stretch;
}
.single-product .related-products-wrapper .product .box .box-text {
  padding: 12px 14px 20px 14px;
  border-radius: 0px 0px 8px 8px;
  background: #fff;
}
.single-product .related-products-wrapper .product .box .box-text .price {
  display: none;
}
.single-product
  .related-products-wrapper
  .product
  .box
  .box-text
  .product-title {
  text-align: start;
}
.single-product
  .related-products-wrapper
  .product
  .box
  .box-text
  .product-title
  a {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  height: 40px;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.single-product
  .related-products-wrapper
  .product
  .box
  .box-text
  .product-short-description {
  overflow: hidden;
  color: #454545;
  text-overflow: ellipsis;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 20px;
  text-align: start !important;
}
.archive.category .post-item .box .box-image img {
  border-radius: 4px 0 0 4px;
}
.archive.category .post-item .box .box-text {
  border-radius: 0px 4px 4px 0px;
  background: #fff;
  position: relative;
}

@media (min-width: 550px) {
  .archive.category .post-item .box .box-text .box-text-inner {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .archive.category .post-item .box .box-text .post-meta {
    position: absolute;
    bottom: 30px;
    left: 22px;
  }
}
@media (max-width: 550px) {
  .archive.category .post-item .box .box-text {
    padding: 20px;
  }
}
.archive.category .post-item .box .box-image .image-cover {
  position: unset;
}
.archive.category .post-item .box .button {
  border-radius: 4px;
  text-transform: none;
}
.archive.category .post-item .box .box-text .post-meta::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}
.archive.category .post-item .box .box-text .post-meta {
  color: #800000;
}
/* .archive.category .archive-page-header {
  display: none;
} */
.archive.category .post-sidebar .is-sticky-column {
  background: #fff;
  border-radius: 4px;
  padding: 22px;
}
.archive.category .widget_categories .cat-item a:hover {
  color: #800000;
}
.single-post .blog-post__left-container article {
  border-radius: 8px;
  background: #fff;
  padding: 16px 15px;
}
.single-post .post-sidebar .is-sticky-column {
  background: #fff;
  border-radius: 4px;
  padding: 22px;
}
.single-post .blog-post__left-container .byline {
  display: none;
}
.single-post .webinfo-post__footer {
  font-weight: bold;
  border: none;
}
.single-post .webinfo-post__footer a {
  font-weight: normal;
  border-radius: 1000px;
  background: #454545;
  padding: 4px 10px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  line-height: 16px;
}
.single-post .related-posts .post-item .box .box-text {
  padding: 12px 22px 20px 22px;
  border-radius: 0px 0px 8px 8px;
  background: #fff;
  position: relative;
}

@media (min-width: 850px) {
  .single-post .related-posts .post-item .box .box-text .post-meta {
    position: absolute;
    left: 20px;
    bottom: 25px;
    color: #800000;
  }
  .single-post .related-posts .post-item .box .box-text .box-text-inner {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
}

.single-post .related-posts .post-item .box .box-text .post-meta::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}
.single-post .related-posts .post-item .box .box-text .button {
  border-radius: 4px;
  border: 1px solid #800000;
  text-transform: none;
}
.single-post .related-posts .post-item .box .box-image {
  border-radius: 4px 4px 0 0;
}
.single-post .related-posts .post-item .box .box-text .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.single-post .post-sidebar .recent-blog-posts-li .badge.post-date {
  width: 72px;
  height: 72px;
  border-radius: 2px;
}
.contact-page__map iframe {
  border-radius: 8px;
}
.privacy-policy-page {
  background: var(--Foundation-Black-White, #fff);
  padding: 32px;
}
.products-page__filter--box .box-image {
  border-radius: 8px 8px 0 0;
}
.products-page__filter--box .box-text {
  border-radius: 0 0 8px 8px;
  background: #fff;
}
@media (max-width: 1052px) {
  .header-nav .nav-top-link {
    font-size: 10px;
  }
}
.related-products-wrapper .product-small .box .box-image img {
  max-height: 175px;
}
.archive.tax-product_cat
  main
  .shop-container
  .products
  .product-small
  .box-image
  img {
  max-height: 175px;
}
.archive.tax-product_cat
  main
  .shop-container
  .products
  .product-small
  .box-image {
  border-radius: 8px 8px 0 0;
}
.archive.tax-product_cat
  main
  .shop-container
  .products
  .product-small
  .box-text {
  border-radius: 0px 0px 8px 8px;
  background: #fff;
  padding: 12px 14px 20px 14px;
}
.archive.tax-product_cat
  main
  .shop-container
  .products
  .product-small
  .box-text
  .product-title {
  text-align: left;
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  isplay: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 50px;
}
.archive.tax-product_cat
  main
  .shop-container
  .products
  .product-small
  .box-text
  .product-short-description {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  text-align: left;
  color: #454545;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
}
.archive.tax-product_cat
  main
  .shop-container
  .products
  .product-small
  .box-text
  .price {
  display: none;
}
