/** Shopify CDN: Minification failed

Line 19:18 Unexpected "{"
Line 19:27 Expected ":"
Line 19:34 Unexpected "{"
Line 20:16 Expected identifier but found whitespace
Line 20:18 Unexpected "{"
Line 20:27 Expected ":"
Line 20:53 Expected ":"
Line 21:19 Expected identifier but found whitespace
Line 21:21 Unexpected "{"
Line 21:30 Expected ":"
... and 7 more hidden warnings

**/


/* CSS from section stylesheet tags */
#shopify-section-{{ section.id }} {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
    {% if section.settings.width == 'wide' -%}
      width: 100%;
    {%- endif %}
  }
  {% render 'css-loop',
          css: section.settings.custom_css,
          id: section.id
  %}
h2 {
    font-size:40px;
  }
.faq-table__table th,
.faq-table__table td,
.faq-table__table tr {
  text-align: center;
  vertical-align: middle;
  padding:15px;
}
  .faq-table__table td:last-child, 
  .faq-table__table th:last-child {
  padding-right: 95px;
}

.faq-table-logo2{
  display: inline-block; 
  background: url(/cdn/shop/files/sprite.png?v=1692998197) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
}


.faq-table-logo,
.faq-table__marker {
  display: inline-block; 
  background: url(https://reptichip.com/cdn/shop/t/5/assets/coco-reptichip.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%;
}
  
.image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

  .table_column{
  padding:10px;
  text-align:center;
  align-items: center;
  justify-content: center;
  }

  .faq-row{
    padding:5px;
    border-bottom: 2px solid;
  }
  .faq-table__table th {
  background-color: #f2f2f2; 
}

  .faq-table__table tr:nth-child(2n) {
  background-color: #f2f2f2; 
}
  .faq-table__table {
  text-align: center;
  vertical-align: middle;
  padding:25px;
  border-radius: 20px; 
  overflow: hidden; 
}
  .faq-table-title{
    padding-bottom:20px;
  }
  .faq-table__table tbody tr:last-child {
    border-bottom:none;
  }
  .col-lg-12{
    padding-left:15px;
  }