/* Escribe aquí tu código CSS */
.orderby{
  display:none;
}
body.single-product .product_wrapper .accordion .answer > p:nth-child(1){
	display:none;
}
body.single-product .product_wrapper .accordion .answer > table td{
  height:45px!important;
  overflow:hidden;
  vertical-align:bottom;
  padding:0;margin:0;  
}
body.single-product .product_wrapper .accordion .answer > table tr:last-child td{
  height:auto;
  padding-top:10px;
  vertical-align:bottom;
}
body.single-product .product_wrapper .accordion .answer > table td:nth-child(1){
  padding-bottom: 10px;
}
body.single-product .product_wrapper .accordion .answer > table td:nth-child(1) h6{
  margin:0;
}
body.search-results .post-desc .author-date{
	display:none;
}
.nocomments{
  display:none;
}