/* Enter Your Custom CSS Here */
.orderby {
display:none;
}

.sort-param.sort-param-count{
display:none!important;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    display: none;
}
table, tr, th, td, tbody{/* Removes the default theme background color of black from the product tables on checkout and cart pages*/background:transparent !important;}