/** Shopify CDN: Minification failed

Line 79:80 Unexpected ";"

**/
.section-small.link.js-toggle-tab.active {
    color: #f60;
  }
  .product-tab .section-small .section-title.section-title-2{
    text-align: left!important;
  }
  .product-tab .nav{
      justify-content: center;
      margin: 3rem 0;
  }
  .tab-title-content{
    width: 100%;
    background-color: #f5f5f5;
    margin-bottom: 10px; 
    
    border-radius: 3px;
    border: 1px solid #ddd;
  }

  .section-small .slick-initialized .slick-slide{
    padding: 0 10px;
  }
  .tab-title-content .link{
    padding: 10px 15px;
    display: inline-block;
    color: #333;
    width: 100%;
    
  }

#pills-tabContent{
  position: relative; 
 }

 .product-tab-placeholder .placeholder-svg{
   margin: 0 10px;
   width: 100%;
 }

 .product-tab-placeholder{
   min-height: 200px;
 }

 #pills-tabContent.active:before{
  content: '';
   display: block;
   width:100%;
   height:100%;
   background: #ccc;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 99;
 }

 .tab-content{
   overflow: hidden;
   margin: 0 -10px;
 }

 .tab-content.active::before{
   background: #fff!important;
 }

 .tab-content .card-wrapper{
   margin: 0 10px;
 }
 .product-tab .button-link-content{
   display: none;
 }
 .product-tab .title{
   margin-top: 0px;
 }
 .product-tab .tab-list ul li button::before,.product-tab .tab-list ul li button;::after{
  content: '';
  width: 100%;
  height: 100%;
  transform: skewX(
-15deg);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  transition: all .4s;
  z-index: -1;
  border: 1px solid #e5e5e5;
 }
.product-tab .nav-pills .nav-link{
  font-size: 13px;
  font-family: "CircularSpUIv3T-Light";
  text-transform: uppercase;
  background-color: transparent;
  color: #000;
  position: relative;
  height: 44px;
  padding: 0 20px;
  font-weight: 600;
  display: block;
  line-height: 44px;
  z-index: 0;
}
.product-tab .nav-pills .nav-link.active{
  color: #fff;
}
.product-tab .nav-pills .nav-link.active::before{
  background-color: #333;
  border-left:3px solid #ea5a24;
}
.product-tab .nav-item:hover button::before{
  background-color: #333;
  border-left:3px solid #ea5a24;
}
.product-tab .nav-item:hover button{
  color: #fff;
}