/** SINGLE PRODUCT PAGE **/

.product_cat-einzelfahrt .reset_variations {
    display: none !important;
}

.product_cat-einzelfahrt table.variations tr:first-child {
    display: none !important;
}

.variations_form .reset_variations {
    display: none !important;
}

.variations_form table.variations tr:first-child {
    display: none !important;
}

.thwepo-extra-options {
    margin-bottom: 40px;
}

.thwepo-extra-options .error {
    color: red;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 2px solid red;
    padding: 10px;
}

.thwepo-extra-options .error p {
    margin: 0;
    padding: 0;
}

/** SHOP OVERVIEW PAGE **/

ul.products {
    list-style: none;
}