
table.qwc-request-quote-list {
    border-spacing: 0;
}

table.qwc-request-quote-list tr {
    border-bottom: 1px solid #eee;
}

table.qwc-request-quote-list td {
    line-height: 1.25;
}

table.cart.qwc-request-quote-list th,
table.cart.qwc-request-quote-list td {
    padding: 0.8em;
}

table.qwc-request-quote-list {
    border-collapse: collapse;
    border-spacing: 0;
}

.qwc-product-name a {
    display: inline-block;
    margin-bottom: 2px;
}

.qwc-product-name p,
.qwc-product-name dl {
    margin: 2px 0;
}

.qwc-product-name dt,
.qwc-product-name dd {
    margin: 0;
    line-height: 1.3;
}

.qwc-required {
    color: #d63638; /* WP red */
    font-weight: 600;
    margin-left: 2px;
}

.qwc-input-fields {
    width: 100%;
    border-radius:3px;
}

#qwc_quote_msg {
    border-radius:3px;
}

#qwc_submit_quote {
    float:left;
}

#qwc_update_list {
    float:right;
}

.qwc-remove-item {
    display: inline-block;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    position: relative;
}

.qwc-remove-item::before {
    font-family: WooCommerce;
    content: "\e013"; /* close icon */
    position: absolute;
    inset: 0;
    text-indent: 0;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    color: #767676;
}

.qwc-remove-item:hover::before {
    color: #cc1818;
}

.qwc-request-total {
    font-size: 14pt;
    font-weight: 500;
}

#qwc_add_quote_list {
    border-radius: 3px;
    padding: 2%;
    font-size: 12pt;
    font-weight: 700;
    background: transparent;
    color: #34c1ff;
    border: solid 3px #34C1FF;
    outline: none;
}

#qwc_quote_msg {
    display: block;
}

.qwc-product-sku {
    font-size: 10pt;
}

.qwc-product-thumbnail {
    width:35%;
}

.qwc-product-thumbnail img {
    display: block;
    max-height: 48px;
}
.qwc-product-name {
    width:40%;
}
/* Increase height of Select2 (wc-enhanced-select) fields */
#qwc-request-form .select2-container .select2-selection--single {
    height: 40px !important; /* increase to desired height */
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 8px;
    display: flex;
    align-items: center;
}

/* Vertically center the text */
#qwc-request-form .select2-container .select2-selection__rendered {
    line-height: normal !important;
    padding-left: 8px;
}

/* Adjust the dropdown arrow alignment */
#qwc-request-form .select2-container .select2-selection__arrow {
    height: 37px !important;
    right: 8px;
}

.qwc-radio-option {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.qwc-checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.qwc-file-upload-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.qwc-file-input {
    padding: 6px;
}
/* Request Quote btn on other pages */
div.qwc-request-quote-wrapper button {
    margin-top: 1em;
    margin-bottom: 1em;
}

p#qwc_request_quote_msg {
    padding-top: 1em;
}

.qwc-legacy-placement {
    padding-bottom: 1em;
}