.entry-meta { display:none;}
.entry-footer {
   display:none !important;
}
.woocommerce-tabs ul.tabs {
    display: none;
}
/* remove "Description" h2 from description tab */
.woocommerce-tabs #tab-description h2 {
    display: none;
}
@media screen and (min-width: 1023px){
.col-lg-3.col-sm-3.focus-box {
    width: 20% !important;
}
}