.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    vertical-align: middle !important;
}

.woocommerce div.product form.cart {
    margin-top: 0 !important;
}

.slm_add_attr_lw_short_description_hinweis {
    line-height: 1.3em !important;
    font-size: 1.1em !important;
}

.slm_config_length_width_label {
    line-height: 0 !important;
    /* cursor: pointer; */
}

.slm_config_label_length {
    margin-top: 1em !important;
}

.slm_config_label_width {
    margin-top: 0em !important;
}

.wc-gzd-loading {
    display: none !important;
}

.slm_add_attr_lw_input_text {
    font-weight: 700;
    font-size: 18px;
    width: 70px;
}

.config_range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 15px;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 2px;
}

.config_range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 35px;
    height: 35px;
    background: #00a2ac;
    cursor: pointer;
    border-radius: 3px;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-image: url('/wp-content/plugins/slm-wc-add-attr_lw/img/arrow-left-right.svg');
    background-size: cover;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
}

.config_range::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 35px;
    height: 35px;
    background: #00a2ac;
    cursor: pointer;
    border-radius: 3px;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-image: url('/wp-content/plugins/slm-wc-add-attr_lw/img/arrow-left-right.svg');
    background-size: cover;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
}

#slm_add_attr_lw_logo_wellnessland {
    vertical-align: middle;
    margin-bottom: 2px;
}