/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 /**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
.search #mf-catalog-toolbar {
    display: none !important;
}
.search .page-header-catalog {
    display: none !important;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .search .col-md-9 {
        width: 95%;
    }
}
.woocommerce-checkout table.shop_table {
    border-bottom: 1px solid #bfbfbf !important;
}
.wc_payment_method input[type="radio"] {
    accent-color: #000 !important;
}
