/** Shopify CDN: Minification failed

Line 17:0 Unexpected "<"
Line 115:0 Unexpected "<"

**/










<style>
ul.tabs {
  border-bottom: 1px solid #DDDDDD;
  display: block;
  margin: 0 0 20px;
  padding: 0;
}
ul.tabs li {
  display: block;
  float: left;
  height: 40px;
  margin-bottom: 0;
  padding: 0;
  width: auto;
}
ul.tabs li a {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #F5F5F5;
  border-color: #DDDDDD !important;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  display: block;
  font-size: 13px;
  height: 29px;
  line-height: 30px;
  margin: 0;
  padding: 0 20px;
  text-decoration: none;
  width: auto;
  color: #303030;
  border-bottom:none !important;
}
ul.tabs li a.active {
  background: none repeat scroll 0 0 #FFFFFF;
  border-left-width: 1px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #111111;
  height: 30px;
  margin: 0 0 0 -1px;
  padding-top: 4px;
  position: relative;
  top: -4px;
}
ul.tabs li:first-child a.active {
  margin-left: 0;
}
ul.tabs li:first-child a {
  border-top-left-radius: 2px;
  border-width: 1px 1px 0;
}
ul.tabs li:last-child a {
  border-top-right-radius: 2px;
}
ul.tabs:before, ul.tabs:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
ul.tabs:after {
  clear: both;
}
  #shopify-section-product-tabs .tabs {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
  #shopify-section-product-tabs .tabs li a {
    border: none;
    font-size: 15px;
    background-color: transparent;
    color: #000000;
    font-family: 'Montserrat';
    padding-left: 0;
    padding-right: 40px;
    padding-bottom: 4px !important;
    display: inline-block;
    height: auto;
}
  #shopify-section-product-tabs a.active:after {
    content: '';
    position: absolute;
    width: calc(100% - 40px);
    height: 2px;
    background-color: #0075c1;
    left: 0;
    bottom: -7px;
}

#shopify-section-product-tabs a.active {
    position: relative;
}
</style>





