.variation-HtMixmatchUniqueKey,
*[class^="variation-ham_prods_variation"],
*[class^="variation-ham_prods_variation"] {
    display: none;
}

.woocommerce.single-product .single_add_to_cart_button.mixmatch-disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.woocommerce.single-product .product_sku.mixmatch-disabled {
    opacity: 0.5;
}

.woocommerce.single-product .mixmatch-spec-link {
    white-space: nowrap;
}

.woocommerce.single-product .mixmatch-spec-link.mixmatch-disabled {
    display: none;
}

.woocommerce.single-product .mixmatch-spec-link:before {
    content: " - ";
}

.woocommerce.single-product .mixmatch-incomplete-message {
    font-size: 0.8em;
    color: #d53f3f;
    display: none;
    padding-top: 0.5em;
}

.customize-mixmatch-checkbox {
    display: none;
}

.reset-mixmatch {
    float: right;
    display: block;
}

.mixmatch-picker {
    display: none;
    width: 100%;
}

.mixmatch-active .swatch-wrapper {
    pointer-events: none;
}

.mixmatch-disclaimer:after {
        content: "Custom selections not shown";
        position: absolute;
        bottom: 50%;
        left: 0;
        right: 0;
        text-align: center;
}

.ham_prods_hidden_attributes {
    display: none;
}