/** Shopify CDN: Minification failed

Line 102:5 Unexpected ";"

**/

  
/* @media screen and (max-width: 1200px) {
  .tab-container {
    margin-left: 70px;
    width: 80%;
    max-width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .tab-container {
    margin-left: 50px;
    width: 80%;
    max-width: 400px;
  }
}
@media screen and (max-width: 900px) {
  .tab-container {
    margin-left: 40px;
    width: 80%;
    max-width: 400px;
  }
}
@media screen and (max-width: 800px) {
  .tab-container {
    margin-left: 70px;
    width: 80%;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .tab-container {
    margin-left: 165px;
    width: 80%;
    max-width: 400px;
  }
}
@media screen and (max-width: 668px) {
  .tab-container {
    margin-left: 165px;
    width: 80%;
    max-width: 400px;
  }
}

@media screen and (max-width: 580px) {
  .tab-container {
          margin-left: 73px;
        margin-top: 20px;
        width: 72%;
  }
}

@media screen and (max-width: 480px) {
  .tab-container {
    margin-left: 17px;
    margin-top: 20px;
    width: 90%;
  }
}
@media screen and (max-width: 320px) {
  .tab-container {
    margin-left: 100px;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
} */
    .tab-container {
      border: 1px solid #ccc;
      border-radius: 4px;
       /* margin-left: 100px; */
      margin-top: 37px;
      width: 405px;
    }
.icon-style{
  float: right;
}
 .tab-header {
      background: #F1F1F1;
      /* padding: 10px; */
      cursor: pointer;
      font-weight: bold;
    }
    .tab-content {
      display: none;
      padding: 10px;
      border-top: 1px solid #ccc;
    }
    .tab-content a {
      display: block;
      color: #007BFF;
      text-decoration: none;
      margin: 5px 0;
    }
    .active {
      display: block;
    };
     .tab-content a {
  display: block !important;
}
.tab-text {
  display:flex;
}

.separator {
 display: inline-block;
    width: 1px;
    height: 20px;
    background-color:#c6aaaa;
    margin: 0 10px;
    margin-top: 7px;
}
    .tab-header {
      background: #F1F1F1;
      padding: 10px;
      cursor: pointer;
      font-weight: bold;
    }
   .tab-toggle:checked + .tab-label .icon-style::before {
    content: "−";
  }
    
.tab-label .icon-style::before {
    content: "+";
  }
    .tab-toggle:checked ~ .tab-content {
      display: block;
      padding: 10px;
      border-top: 1px solid #ccc;
      background-color:#fff;
      margin: -0px -10px -10px -10px;
    }
  
    
    .active {
      display: block;
    }
  
  