/** Shopify CDN: Minification failed

Line 27:4 Expected ":"

**/
/*Styling for Product Description tab - copied over from 1.0.0 styling*/
.product-simple-tab {
	 margin: 35px auto 0;
	 max-width: var(--page-width);
}

.tab-content {
	margin-left: 2em;
	margin-right: 2em;
}
 .nav {
	 border: none;
	 margin: 0px;
}
 .nav li {
	display: inline-block;
	float: none;
	vertical-align: bottom;
	margin: 0 2px 0 0;
	text-decoration: none;
	color: black;
	cur
}
 .ui-tabs .ui-tabs-active a {
	 background: #f8f8f8 !important;
	 border-bottom: none !important;
}
 .nav li:first-child a {
	 margin-left: 0;
}
 .nav a {
	 background: #eee;
	 line-height: 30px;
	 margin: 0;
	 padding: 15px 30px;
	 height: 60px;
	 text-transform: capitalize;
	 display: inline-block;
	 position: relative;
	 text-align: center;
	 bottom: -1px;
	 border: none;
      text-decoration: none;
     color: #0A0A0A;
}

 .nav a:after, .nav a:before {
	 content: none !important;
}
 .nav a:hover, .nav a:focus {
	 border-bottom: none !important;
	 color: black !important;
}
 .tab-content img {
	 width: auto;
}
 .product-simple-tab .nav {
	 padding-bottom: 20px;
}
 li {
	 display: block;
	 margin: 0 0 5px;
}
 li a {
	 display: block;
}
 .product-simple-tab {
	 margin: 20px auto 0;
}

.tab-content .tab-pane ul {
	 padding: 0 0 20px 25px;
	 list-style: disc;
}
 .tab-content .tab-pane ul li {
	 padding: 1px 0;
}
 .tab-content .tab-pane ol {
	 padding: 0 0 20px 25px;
	 list-style: decimal;
}
 .tab-content .tab-pane ol li {
	 padding: 1px 0;
}
 .tab-content {
	 padding: 0 20px;
}
 .tab-content .tab-pane {
	 padding: 20px;
}

.cv-active > a {
	color: black;
}

@media screen and (max-width: 480px){
   .nav li {
	 display: flex;
     flex-direction: column;
    margin: 5px 0;
}
   ul{
     padding: 0 10px;
   }

   .tab-content{
     padding: 2px;
     margin: auto;
   }
}
 