/** Shopify CDN: Minification failed

Line 304:1 Expected "}" to go with "{"

**/


/* CSS from section stylesheet tags */
.compatitor-head {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2; 
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

span.logo-image {
  position: absolute;
  bottom: 75%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
th.compatitor-head {
    background: #E7E7E7 !important;
}
  td.cross {
    background: #E7E7E7;
}
/* span.logo-image img {
  max-height: 100px;
} */

.spacing-layout {
  padding: 60px 0px;
}
  span.highlight-logo-image {
    bottom: 10px;
}
  span.highlight-logo-image img {
    min-height: 200px;
        width: 200px;
}

.comparison-table th, 
.comparison-table td {
  padding: 10px 20px!important;
}

a.trynow-btn {
    padding: 4px 13px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-weight: 700; 
    font-size: 22px; 
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
      display: block;
    color: #FFFFFF !important;
} 

td.highlight {
  background: #CAFBFF;
  border-radius: 0px!important;
}

th.highlight {
  background: #CAFBFF!important;
  border-radius: 0px!important;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.table-heading {
  width: 60%;
  margin: auto;
}

td svg {
  margin: 0 auto;
}

  
.table-heading h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 120px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 400;
    color: #321F20;
}

td.first-cell {
  background: #cafbff8c;
  font-size: 20px;
  font-weight: 600;
  /* line-height: 1.2; */
  line-height: 2;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000; 
  display: flex; 
  align-items: center;
  justify-content: flex-start;
}

.comparison-table-container {
    max-width: 810px;
    margin: auto;
    /* background: #19F7FF4D; */
    color: #321F20;
    border-radius: 10px;
} 

.comparison-table {
  color: #321F20;
  width: 100%;
  border-collapse: collapse;
}

    



.comparison-table th, 
.comparison-table td {
  padding: 10px;
  text-align: center;
  /* border-radius: 10px; */
}

.comparison-table th {
    background: transparent;
    font-weight: 800;
    color: #000;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
}

.comparison-table td:first-child {
  text-align: left;
}

.highlight:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-top: 2px solid #007173!important;
  border-left: 2px solid #007173;
  border-right: 2px solid #007173;
  margin: 0;
  border-radius: 12px 12px 0 0;
  

}

.highlight {
  position: relative;
}

td.check.highlight:before {
  border-top: 0px!important; 
  border-radius: 0!important;
  /* border-color: #fff !important; */
}

tr:last-child td.check.highlight:before {
  border-bottom: 2px solid #007173;
  border-radius: 0px 0px 12px 12px !important;
}

td {
  border: none;
}

th {
  border: none;
}

th.highlight {
    max-width: 140px;
    height: 60px;
    border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}
  th.compatitor-head {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

/* th.highlight img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */

  .DS-comparison-table tr:nth-of-type(2) td:nth-of-type(3), 
   .DS-comparison-table tr:nth-of-type(4) td:nth-of-type(3) 
  {
    background: #E7E7E7;
  }



  .DS-comparison-table tr:first-child td.first-cell {
    border-top-left-radius: 15px;
}
.DS-comparison-table tr:last-child td.first-cell {
      padding: 0 !important;
}
  .DS-comparison-table tr:nth-of-type(6) td.first-cell {
    border-bottom-left-radius: 15px;
}
    .DS-comparison-table tr:nth-of-type(6) {
        border-bottom: none;
}

  .DS-comparison-table tr {
    border-bottom: 1px solid #00717361;
}
    .DS-comparison-table tr:last-child{
    border-bottom: none;
}
  .DS-comparison-table tr:nth-of-type(6) td.cross {
  border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}
  .DS-comparison-table tbody tr:last-child td.highlight {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

@media screen and (max-width: 991px) {
  .comparison-table-container {
    max-width: 90%;
  }
}

@media screen and (max-width: 600px) {

    .comparison-table-container {
    max-width: 100%;
  }
  a.trynow-btn {
    font-size: 12px;
  }
  
  .table-heading h2 {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 70px;
}
  
  .comparison-table th, 
  .comparison-table td {
    font-size: 12px;
    line-height: normal;
    padding: 10px!important;
    min-width: 30%;
  }
  
  th.highlight {
    width: 110px;
    height: 34px;
  }
  
  td.first-cell {
    font-size: 12px;
    font-weight: 600;
            line-height: 2;
    display: flex;
  }
  
  .spacing-layout {
    padding: 0px;
  }

  .compatitor-head span.logo-image img {
    min-height: auto;
    width: 55px;
}
.highlight span.logo-image img {
    min-height: auto;
    width: 110px;
}