.pofw-product-options-wrapper .field .control select:disabled {
    background: transparent;
    color: #fff;
    border: none;
    cursor: normal;
}

.pofw-product-options-wrapper .fieldset .field {display: grid;grid-template-columns: 1fr 2fr;align-items: center;color: #fff;margin-bottom: 5px;}

.single-product.woocommerce div.product form.cart {
    background: #072227;
    border-radius: 4px;
    padding: 20px;
}

.pofw-product-options-wrapper .fieldset .field select {
    width: 100%;
}

.pofw-product-options-wrapper .fieldset .field label {
    font-weight: normal;
}

.proweb_enquiry_cart_wrapper {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999;
}

.proweb_enquiry_cart_btn {
    background: #d89b00;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    width: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

span.product_count {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #333;
    border-radius: 50px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin-left: 2px;
}

.proweb_enquiry_cart_container {
    display: none;
    background: #072227;
    color: #fff;
    padding: 20px;
    border-radius: 4px;
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 350px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.proweb_enquiry_cart_container h5 {
    color: #fff;
}

body.show_enquiry_cart .proweb_enquiry_cart_container {
    display: block;
}

.proweb_enquiry_cart_header {
    margin-bottom: 20px;
}

.proweb_enquiry_cart_header label {
    font-weight: bold;
    font-size: 14px;
}

.proweb_enquiry_cart_header input {
    margin-bottom: 10px;
}

.proweb_enquiry_cart_header input:last-child {
    margin-bottom: 0;
}

.proweb_enquiry_cart_header input:read-only {
    background: #f0f0f0;
}

.proweb_enquiry_cart {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    max-height: 250px;
    overflow-y: auto;
}

.proweb_enquiry_product_item {
    display: grid;
    grid-template-columns: 45px 1fr;
    grid-gap: 10px;
    align-items: start;
}

.proweb_enquiry_product_img {
    background: #fff;
    padding: 5px;
}

.proweb_send_enquiry_btn {
    background: #d89b00;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    width: 120px;
    cursor: pointer;
}

.proweb_enquiry_product_name {
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 5px;
    color: #fff;
}

.proweb_enquiry_product_name span {
    color: #d89b00;
}

.proweb_enquiry_product_option_row {
    display: grid;
    grid-template-columns: 25px 1fr;
    margin-bottom: 10px;
    font-size: 12px;
    align-items: start;
}

.proweb_enquiry_product_option_row_delete {
    font-size: 18px;
    line-height: 1.3;
    cursor: pointer;
}

.proweb_enquiry_product_option_row_values {
    line-height: 1.3;
    text-transform: capitalize;
}

.proweb_enquiry_cart_message {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999;
    background: #39C16C;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}