.wapf-checkable.mdtm-unavailable {
    opacity: .45;
    cursor: not-allowed;
}
.wapf-checkable.mdtm-unavailable label,
.wapf-checkable.mdtm-unavailable .wapf-label-text {
    cursor: not-allowed !important;
}
.mdtm-request-box,
.mdtm-night-box {
    margin: 18px 0;
    padding: 16px;
    border: 1px solid #c2a772;
    border-radius: 4px;
    background: #f3efe8;
    color: #2a2a2a;
}
.mdtm-request-box strong {
    color: #1c436a;
}
.mdtm-request-box p {
    margin: 8px 0 14px;
}
.mdtm-request-button {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 4px;
    background: #1c436a;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
}
.mdtm-request-button:hover,
.mdtm-request-button:focus {
    background: #f7c24e;
    color: #1c436a !important;
}
.mdtm-night-box {
    border-color: #f7c24e;
    background: #fff;
    color: #1c436a;
    font-weight: 600;
}
.single_add_to_cart_button.mdtm-disabled {
    opacity: .45 !important;
    cursor: not-allowed !important;
}
