/** Shopify CDN: Minification failed

Line 16:9 Unexpected "{"
Line 16:18 Expected ":"
Line 16:25 Unexpected "{"
Line 18:9 Unexpected "{"
Line 18:17 Expected ":"
Line 24:9 Unexpected "{"
Line 24:17 Expected ":"
Line 27:13 Expected identifier but found whitespace
Line 27:15 Unexpected "{"
Line 27:23 Expected ":"
... and 19 more hidden warnings

**/
.table- {{ section.id }} { padding: 40px 0;}

.table- {{section.id}} table {
  width: 100%;
  box-shadow: none;
  border-collapse: unset;
}

.table- {{section.id}}

thead tr th {
  background: {{section.settings.color_th | default: '#fff'}};

  color: {{section.settings.color_th_text | default: '#000'}};
  text-align: left;
}

.table- {{section.id}}

tbody tr td {
  background: {{section.settings.color_even | default: '#fff'}};

  color: {{section.settings.color_even_text | default: '#000'}};
}

.table- {{section.id}}

tbody tr:nth-child(odd) td {background: {{section.settings.color_odd | default: '#fff'
}};

  color: {{section.settings.color_odd_text | default: '#000'}};
}

.table-text-con {
  padding-top: 50px;
  padding-bottom: 60px;
}

.table-text-wra.page-width {
  display: flex;
  background-color: #ffffff;
}

.product-featuer-img-block {
  display: flex;
  justify-content: center;
  height: auto;
  margin: 0 auto;
}

.product-featuer-img-block img#variant-image {
  width: 100%;
  height: 100%;
}

.table-text-con .table-with-text-box {
  width: 42%;
  padding: 0 20px 16px;
}

.table-text-con .table-with-text-box.section-full {
  width: 100%;
}

.table-text-con .page-width.table-details {
  width: 58%;
}

.table-with-text-box .table-content h2 {
  margin: 0;
  font-weight: 500;
  padding-bottom: 15px;
}

.table-with-text-box .table-content p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.75;
  color: #666666;
  font-weight: 400;
}

/* .table-text-con .page-width.table-details table thead {
    display: none;
  }
   */
  .table-text-con .page-width.table-details table {
    padding: 16px 48px;
    background: #fff;
  }
  
  .table-text-con .page-width.table-details tbody tr th {
      text-align: left;
      font-weight: 500;
      border-bottom: 1px solid #eff3f4;
      color: #1d1d1b;
      font-size: 14px;
  }
  
  .table-text-con .page-width.table-details table tbody td {
      width: 220px;
      padding: 24px;
      border-bottom: 1px solid #eff3f4;
      color: #1d1d1bbf;
      font-size: 14px;
  } 
  
  .table-text-con .page-width.table-details tbody tr:last-child th,
  .table-text-con .page-width.table-details table tbody tr:last-child td {
    border-bottom: none;
  }
  
  /* New Table Start*/
  .table-text-con .page-width.table-details table.diamond-details tbody tr {
    display: grid; 
    border-bottom: 1px solid #eff3f4;
    color: #1d1d1b;
    padding-bottom: 10px; 
    border: none;
  }
  .table-text-con .page-width.table-details table.diamond-details tbody tr th{
      padding-left: 0; 
      font-size: 13px;
      font-weight:400;
      color: #999999;
      border: none;
  }
  .table-text-con .page-width.table-details table.diamond-details tbody tr td {
      padding: 5px 5px 5px 0; 
      font-size: 16px;
      font-weight:500;
      color: #000000;
      width: 100%;
      line-height: normal;
  }
  
  .product-diamond-details{
    display: flex;
    width: 100%;
    justify-content: center;
  }
  
  .product-diamond-details .main-diamond,
  .product-diamond-details .setting-diamond{
    width: 40%;
  }
  
  .product-diamond-details h3.table-title {
    text-align: center;
    padding: 0 0 10px 0;
    font-size: 26px;
    border-bottom: 2px solid #dddddd;
    margin: 0 11%;
    font-weight: 500;
  }
  
  .product-detail li {
    line-height: 2;
    list-style: disc;
    color: #666666;
  }
  
  .product-detail ul {
    margin: 0 0 15px 40px;
  }
  
  /* New Table End*/

   /* New Table Hip Hop Start */

   .main-hip-hop tbody {
    display: flex;
    flex-wrap: wrap;
  }

  .product-diamond-details .main-hip-hop {
    width: 90%;
  }

  .table-text-con .page-width.table-details .main-hip-hop table.diamond-details tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
  }

  .product-diamond-details .main-hip-hop h3.table-title {
    margin: 0 5%;
  }

  .table-text-con .page-width.table-details .main-hip-hop table tbody tr:last-child td {
    border-bottom: 1px solid #eff3f4;
  }

  /* New Table Hip Hop End */
  
  @media only screen and (max-width: 1440px) {
    .table-text-con .page-width.table-details table tbody td {
      width: 180px;
    }

    .table-text-con {
      padding-top: 40px;
    }
  }

  @media only screen and (max-width: 1280px) {
    .product-diamond-details h3.table-title {
      font-size: 24px;
    }

    .table-with-text-box .table-content h2 {
      font-size: 24px !important;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .table-text-con .page-width.table-details table tbody td {
      width: 130px;
      padding: 14px;
      font-size: 14px;
    }

    .table-text-con .page-width.table-details table {
      padding: 16px 35px;
    }

    .product-diamond-details h3.table-title {
      font-size: 23px;
    }

    .product-diamond-details .main-diamond, .product-diamond-details .setting-diamond {
      width: 45%;
    }
    
    .table-text-con {
      padding-top: 10px;
      padding-bottom: 30px;
    } 
  }

  @media only screen and (max-width: 1023px) {
    .table-text-con {
      padding-top: 30px;
    } 
  }
  
  @media only screen and (max-width: 992px) {
    .table-text-con .table-with-text-box,
    .table-text-con .page-width.table-details {
      width: 100%;
    }
    .table-text-con .table-with-text-box {
      padding: 0 20px 0 20px;
  }

  .table-text-wra.page-width {
    display: block;
  }

  .table-text-con .page-width.table-details table tbody td {
    width: 220px;
  }

  .table-text-con .page-width.table-details table {
    padding: 8px 50px;
  }

  .table-with-text-box .table-content h2 {
    padding-bottom: 0;
  }

}

@media only screen and (max-width: 768px) {
  .table-text-con .page-width.table-details table tbody td {
    width: 140px;
  }

  .table-text-con {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .product-diamond-details .main-diamond, 
  .product-diamond-details .setting-diamond {
    width: 50%;
  }

  .product-diamond-details h3.table-title {
    font-size: 20px;
  }

  .product-diamond-details .main-hip-hop {
    width: 100%;
  } 
}

@media only screen and (max-width: 575px) {
  .table-text-con .page-width.table-details table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }

  .table-text-con .page-width.table-details table tbody tr th,
  .table-text-con .page-width.table-details table tbody tr td {
    width: 50%;
  }

  .table-text-con .page-width.table-details tbody tr th {
    padding: 14px;
  }

  /* .table-text-con .page-width.table-details tbody tr:last-child th:first-child, 
    .table-text-con .page-width.table-details table tbody tr:last-child td:nth-child(2) {
      border-bottom: 1px solid #eff3f4;
    } */

  /* New Table Start*/
  .product-diamond-details .main-diamond, .product-diamond-details .setting-diamond {
    width: 50%;
  }

  .table-text-con .page-width.table-details table.diamond-details tbody tr {
    padding-bottom: 10px;
  }

  .table-text-con .page-width.table-details table.diamond-details tbody tr th {
    padding: 0;
    width: 100%;
  }

  .table-text-con .page-width.table-details table.diamond-details tbody tr td {
    padding: 5px 5px 5px 0;
    font-size: 14px;
  }

  .product-diamond-details h3.table-title {
    padding: 0 0 10px 0;
    font-size: 16px;
    margin: 0 5%;
  }

  .table-text-con .table-with-text-box {
    padding: 0;
  }

  .table-with-text-box .table-content p,
  .table-with-text-box .product-detail ul {
    font-size: 14px;
  }

  .table-text-con .page-width.table-details table {
    padding: 8px 20px;
  }

  .product-diamond-details .main-hip-hop h3.table-title {
    margin: 0;
  }

  /* New Table End*/
}