/** Shopify CDN: Minification failed

Line 107:10 Unexpected "{"
Line 107:19 Expected ":"

**/
.custom-pricing-table {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.custom-pricing-table .pricing-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: var(--container-width, 1000px);
  box-sizing: border-box;
}

.custom-pricing-table .pricing-header-info {
  text-align: center;
  margin-bottom: 30px;
}
.description-text p {
  margin:0;
  padding:30px 0;
}


.custom-pricing-table .pricing-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin-bottom: 40px;
  scrollbar-width: none; 
  -ms-overflow-style: none; 
}

.custom-pricing-table .pricing-table-wrapper::-webkit-scrollbar {
  display: none;
}

.custom-pricing-table table.pricing-table {
  width: 100%;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  min-width: 600px; 
  border: none !important;
}

.custom-pricing-table .pricing-table thead tr th {
  padding: 15px;
  text-align: left;
  border: none !important;
  white-space: nowrap;
  box-shadow: none !important;
  text-transform: uppercase;
}



.custom-pricing-table .pricing-table th:nth-child(1),
.custom-pricing-table .pricing-table td:nth-child(1) {
  width: 45%;
  text-align: left;
}

.custom-pricing-table .pricing-table th:nth-child(2),
.custom-pricing-table .pricing-table td:nth-child(2),
.custom-pricing-table .pricing-table th:nth-child(3),
.custom-pricing-table .pricing-table td:nth-child(3) {
  width: 25.5%;
  text-align: center;
  padding-right: 15px;
}



.pricing-table-wrapper:nth-of-type(4) .pricing-table td:nth-child(3),
.pricing-table-wrapper:nth-of-type(4) .pricing-table th:nth-child(3) {
    text-align: right;
}
.custom-pricing-table td {
  padding: 15px;
  vertical-align: middle;
  border: none !important;
}

.custom-pricing-table .service-title {
  display: block;
  line-height: 1.2;
}

.custom-pricing-table .service-desc {
  display: block;
  margin-top: 5px;
  line-height: 1.4;
}

.custom-pricing-table .pricing-footer-note {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 60px;
  font-style: italic;
}
.pricing-{{ section.id }} .pricing-table-wrapper:nth-of-type(5) {
    margin-bottom: 0;
    margin-top: 0;
  }
  .rich-text-block {
    margin: 0 !important;
}
.service-title {
    width: 100%;
    max-width: 450px;
    line-height: 20px !important;
}
@media screen and (max-width: 767px) {
  .custom-pricing-table table.pricing-table {
    min-width: 200px ;
  }
  .custom-pricing-table .pricing-header-info {
    text-align: left;
}
  }

 

.pricing-table tbody tr {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}






/* 
.pricing-table-wrapper:nth-of-type(3) .pricing-table td:nth-child(3) p {
    max-width: 108px;
    width: 100%;
    margin: 0 auto;
    white-space: pre-line;
} */