.label {
    color: #808080;
    font-size: 1em;
}

.wpd-hide-option {
    display: none;
}

.reset_variations {
    display: none !important;
}

#wpd-reset-form {
    display:inline-block;
    clear:none;
    padding-top:6px;
    font-size: initial;
    margin-left: 15px;
}



/*For Add On Pop Up*/
#wpd_aor {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.wpd_aor_container {
    background: white;
    max-width: 500px;
}

.wpd_aor_header {
    display: grid;
    grid-template-columns: 1fr 28px;
    height: 28px;
    background: black;
    align-content: center;
    justify-content: start;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: white;
}

.wpd_aor_title {
    line-height: 28px;
    padding-left: 10px;
}

.wpd_aor_content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}



.wpd_aor_image {
    display: block;
    padding: 25px 0;
}

.wpd_aor_image img {
    max-height: 200px;
}

.wpd_aor_buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    column-gap: 15px;
}

.wpd_aor_product_title {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0;
    font-weight: 600;
    text-align: center;
}

.wpd_aor_close {
    background: rgba(75,75,75,1);
    text-align: center;
    font-weight: 600;
    color: rgba(175,175,175,1);
}

.wpd_aor_text {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}

.wpd_aor_question {
    font-size: 14px;
    font-style: italic;
    line-height: 14px;
    text-align: center;
}
