.product-grid-item .wd-entities-title a{
  color: #333;
  font-size: 16px;
}


.asco-qo-open {
    overflow: hidden;
}

.asco-qo-modal {
    position: fixed;
    z-index: 999999;
    inset: 0;
}

.asco-qo-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.asco-qo-box {
    position: relative;
    z-index: 2;
    max-width: 520px;
    width: calc(100% - 30px);
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    margin: 20px auto;
    background: #fff;
    padding: 28px;
    border-radius: 10px;
}

.asco-qo-close {
    position: absolute;
    top: 10px;
    right: 14px;
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.asco-qo-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

#asco-quick-order-form label {
    display: block;
    margin-bottom: 14px;
    font-weight: 600;
}

#asco-quick-order-form input,
#asco-quick-order-form select,
#asco-quick-order-form textarea {
    width: 100%;
    margin-top: 6px;
}

#asco-quick-order-form textarea {
    min-height: 90px;
    resize: vertical;
}

.asco-qo-submit {
    width: 100%;
    margin-top: 10px;
}

.asco-qo-result {
    margin-top: 12px;
    font-weight: 600;
}

.asco-qo-success {
    color: #198754;
}

.asco-qo-error {
    color: #dc3545;
}


.asco-qo-close {
    position: absolute !important;
    top: 12px !important;
    right: 16px !important;
    left: auto !important;

    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: none !important;
    background: transparent !important;
    color: #333 !important;

    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 1 !important;

    cursor: pointer;
    box-shadow: none !important;
}