.dokan-dashboard-wrap .dokan-dashboard-content .my_account_quotes td:first-child a {
    color: #6d6d6d;
    transition: .2s linear;
}

.dokan-dashboard-wrap .dokan-dashboard-content .my_account_quotes td:first-child a:hover {
    color: #000;
}

div.dokan_convert_to_order_button button {
    float: right;
    background: green;
    color: white;
    border-radius: 3px;
}

div.dokan_convert_to_order_button {
    width: 100%;
    overflow: hidden;
    margin-top: 1em;
}

tr.woocommerce-cart-form__quote-item input[type=number],
div.quote_fields .announcement-meta-options input[type=text],
div.quote_fields .announcement-meta-options input[type=email] {
    width: 100%;
}

@media (max-width: 430px) {
    tr.woocommerce-cart-form__quote-item .product-remove {
        z-index: 1;
    }

    tr.woocommerce-cart-form__quote-item .offered-price .offered-price-input {
        width: 50%;
    }
}
