/*-----------------------------------------------------------------*/
/* Default WooCommerce Styles
/*-----------------------------------------------------------------*/
div.product .woocommerce-tabs ul.tabs {
list-style:none;
overflow:hidden;
position:relative;
margin:0 0 0em;
padding:0 0 0 1em;
}

div.product .woocommerce-tabs ul.tabs li {
border:1px solid #dfdbdf;
background:0;
display:inline-block;
position:relative;
z-index:0;
-webkit-border-top-left-radius:4px;
-webkit-border-top-right-radius:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
border-top-left-radius:4px;
border-top-right-radius:4px;
box-shadow:0 3px 3px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.6);
margin:0 -1px;
padding:0 1em;
}

div.product .woocommerce-tabs ul.tabs li a {
display:inline-block;
font-weight:700;
color:#fff;
/* text-shadow:0 1px 0 rgba(255,255,255,0.8); */
text-decoration:none;
padding:.5em 0;
}

div.product .woocommerce-tabs ul.tabs li.active {
background:#fff;
z-index:2;
border-bottom-color:#fff;
color:#000;
}

div.product .woocommerce-tabs ul.tabs li.active a {
color:inherit;
text-shadow:inherit;
}

div.product .woocommerce-tabs ul.tabs li.active:before {
box-shadow:2px 2px 0 #fff;
}

div.product .woocommerce-tabs ul.tabs li.active:after {
box-shadow:-2px 2px 0 #fff;
}

div.product .woocommerce-tabs ul.tabs li:before,div.product .woocommerce-tabs ul.tabs li:after {
border:1px solid #dfdbdf;
position:absolute;
bottom:-4px;
width:5px;
height:5px;
content:" ";
}

div.product .woocommerce-tabs ul.tabs li:before {
left:-6px;
-webkit-border-bottom-right-radius:4px;
-mox-border-bottom-right-radius:4px;
border-bottom-right-radius:4px;
box-shadow:2px 2px 0 #dfdbdf;
border-width:0 1px 1px 0;
}

div.product .woocommerce-tabs ul.tabs li:after {
right:-6px;
-webkit-border-bottom-left-radius:4px;
-mox-border-bottom-left-radius:4px;
border-bottom-left-radius:4px;
box-shadow:-2px 2px 0 #dfdbdf;
border-width:0 0 1px 1px;
}

div.product .woocommerce-tabs ul.tabs:before {
position:absolute;
content:" ";
width:100%;
bottom:0;
left:0;
border-bottom:1px solid #dfdbdf;
z-index:1;
}

div.product .woocommerce-tabs .panel {
margin:0 0 2em;
padding:0;
}
