/** Shopify CDN: Minification failed

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

**/
.tab-table {
    margin-top: 30px;
      padding-bottom: 50px;
}
.tab-table ul {
    margin: 0px auto;
    padding: 0px 30px;
    display: flex;
    list-style: none;
    justify-content: center;
    text-align: center;
}
.tab-table ul li{
  background-color: #f1f1f1;
    border: none;
    color: #4c4c4b;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0;
    margin-left: 2px;
    max-width: 180px;
    text-decoration: none;
    transition: background .15s ease-in-out,color .15s ease-in-out;
    width: 180px;
    font-weight: 600;
  padding:10px 0;
}
.tab-table ul li.active{
      background: #333232;
    color: #fff;
     
}
.all-tabs--table {
    padding-top: 40px;
}
.tab-table table{
  border:none;
  text-align: center;
}
.tab-table th,.tab-table td {
    text-align: left;
    border: 1px solid #ebebeb;
    padding: 10px 14px !important;
  font-size:13px;
  text-align: center;
}
.all-tabs--table table tr:first-child td:first-child {
    background: #f7f7f7;
}
.all-tabs--table table tr:first-child {
    font-weight: 600;
    text-transform: uppercase;
}
.tab-table ul li:first-child {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.tab-table ul li:last-child {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.custom--rowimg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.richtext--table {
    margin-bottom: 28px;
}
@media screen and (max-width:768px) {
.all-tabs--table .Container {
    overflow: auto;
}