.variations-table .label {
   color: #000000 !important;
}


.ui-accordion .ui-accordion-icons {
    height: 35px;
}
.product_meta .posted_in,
.product_meta .tagged_as
{display:none}
select.dropdown_layered_nav_color {
  width: 100%;
  margin-top: 10px;
}
/* Colors Type */
.yith-wcan-color li {
    float: left;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce .widget_layered_nav ul.yith-wcan-color li span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span {
    border: 1px solid #ddd;
    display: block;
    height: 50px;
    margin: 5px 5px 5px 0;
    padding: 0;
    width: 50px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
body {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix {
  from { opacity: 1; }
  to { opacity: 1; }
}
$(‘body’)
.delay(500)
.queue(
function(next){
$(this).css(‘padding-right’, ‘1px’);
}

);

.widget_layered_nav li.firstItem .count {display:none}



.single-product-sidebar .product-brands {
    display: none;
}

.single-product .tab-content h2{
display:none;
}