/** Shopify CDN: Minification failed

Line 30:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-tabs (INDEX:13) */
ul.custom--tabs{
        list-style-type: none;
        /*width: 80%;*/
        max-width: 100%;
        /*padding-left: 95px;*/
        display: flex !important;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap !important;
        justify-content: left !important;
      }

     /* .custom-left-align-container {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;*/
}

    .custom--tabs .tab__list{
      background-color: #efefef;
      display: inline-block;
    }
      .custom__tab-content
      {
          display:none;
      }
      .custom__tab-content.active
      {
          display:block;
      }
      .tab__list h4.custom-tab
      {
          display:inline-block !important;
          padding:10px 15px !important;
          cursor: pointer !important;
          margin: 0px !important;
          font-weight: bold !important;
      }
      .active-always{
        display: block !important;
        border-bottom:2px solid red !important;
      }
      .tab__list:first-child{
          background-color: #ffffff;
          
      }
      .tab__list h4.custom-tab.active
      {
          color:grey !important;
          border-bottom:2px solid red !important;
          background-color: #dfdfdf;
      }

    @media only screen and (max-width: 576px)
      {
        ul.custom--tabs{
          display: flex !important;
          flex-direction: row !important;
        }
        .custom--tabs .tab__list .custom-tab{
          margin: 0px !important;
          width: 100%;
          padding: 6px 3px !important;
          border-bottom: none !important;
        }
        .tab__list h4.custom-tab
      {
        padding: 0px !important;
        margin: 10px 0px !important;
      }
        .custom__tab-content.active{

          padding: 0 20px;
        }
      }
/* END_SECTION:custom-tabs */