/*

Theme Name: Rundholz - Onepress Child Theme
Theme URI: https://rundholz.telesis.eu
Author: Telesis GmbH
Author URI: http://www.telesis.eu/
Description: One Press Child Theme for "rundholz"
Template: onepress
Version: 1
Text Domain: rundholz-theme-child

*/

/* woocommerce + wooevents
td.commision, th.commission-header {
 display: none; 
}

.we-viewas {
    display: flex;
    flex-direction: column;
}

.we-viewas-dropdown .button-label {
    float: left;
    line-height: 25px;
}

.woocommerce-ordering {
    display: none; 
}

.we-search-dropdown.we-sfilter {
    margin-right: 5px;
}

.woocommerce-product-gallery ol {
    height: 150px;
}

.product .in-stock {
    display: none; 
}

.offers-for-woocommerce-make-offer-button-single-product {
    white-space: normal !important;
}

.offers-for-woocommerce-make-offer-button-catalog {
    white-space: normal !important;
    margin: 10px 25px !important;
}

.add_to_cart_button {
    display: none !important; 
}

.single-product.woocommerce div.product .summary form.cart button[type="submit"] {
    padding: 10px 15px !important;
}

.woo-event-toolbar {
    background: #F5F5F5;
}

.woo-event-toolbar .input-group-btn {
    width: auto !important;
}
*/
/* special hack to display full width search bar on start page
.woo-event-toolbar > .row > .col-md-8 {
    width: 100% !important;
    min-width: 100%;
}

.woo-event-toolbar > .row > .col-md-4 {
     display: none;  
}
*/