/* quote page css start */


/* === REQUEST A QUOTE PAGE CUSTOM DESIGN === */

.quote_page .ywraq-wrapper {
    max-width: 100%;
    margin: auto;
    padding: 0;
    /* font-family: "Inter", Arial, sans-serif; */
}


/* Title */

.quote_page .ywraq-wrapper h3 {
    font-size: 22px;
    margin: 25px 0 15px;
    font-weight: 600;
    color: #222;
}


/* Quote Table */

.quote_page #yith-ywrq-table-list {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.quote_page #yith-ywrq-table-list th {
    background: #f8f9fa;
    font-weight: 600;
    text-align: left;
    padding: 12px;
    font-size: 15px;
    color: #444;
}

.quote_page #yith-ywrq-table-list td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    padding: 15px !important;
}

.quote_page .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.quote_page .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: #fff !important;
}


/* Product Thumbnail */

.quote_page #yith-ywrq-table-list .product-thumbnail img {
    max-width: 70px;
    border-radius: 8px;
}


/* Product Name */

.quote_page #yith-ywrq-table-list .product-name a {
    font-weight: 600;
    color: #0073e6;
    text-decoration: none;
}

.quote_page #yith-ywrq-table-list .product-name {
    font-size: 14px;
    color: #444;
}


/* Remove Button */

.quote_page #yith-ywrq-table-list .product-remove a.remove {
    color: #e74c3c;
    font-size: 20px;
    text-decoration: none;
}

.quote_page #yith-ywrq-table-list .product-remove a.remove:hover {
    color: #c0392b;
}


/* Buttons */

.quote_page .ywraq-wrapper input.button,
.quote_page .ywraq-wrapper .raq-send-request {
    display: inline-block;
    padding: 12px 25px;
    background: #0073e6;
    color: #fff !important;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.quote_page .ywraq-wrapper input.button:hover,
.quote_page .ywraq-wrapper .raq-send-request:hover {
    background: #005bb5;
}


/* Form Styling */

.quote_page .yith-ywraq-mail-form-wrapper {
    background: #f9fafb;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #ddd;
}

.quote_page .yith-ywraq-mail-form-wrapper label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    color: #333;
}

.quote_page #yith-ywraq-mail-form .input-text {
    border: none;
    background: #eeeeee;
    padding: 15px;
    color: #000 !important;
}

.quote_page #yith-ywrq-table-list th {
    background: rgba(191, 29, 35, 1) !important;
    font-size: 17px !important;
    color: #fff !important;
}

.quote_page #yith-ywraq-form input.button {
    background: #bf1d23;
}

.quote_page input.button.raq-send-request {
    background: #bf1d23 !important;
    padding: 10px !important;
}

.quote_page th.product-quantity {
    display: none;
}

.quote_page td.product-quantity {
    display: none;
}

.quote_page .woocommerce .quantity input.qty {
    width: 4.3em;
    padding: 0 !important;
    height: 40px;
    width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 15px;
    color: #333;
    font-weight: 600;
    padding-left: 0 !important;
}


/* Chrome, Safari, Edge, Opera */

.quote_page input::-webkit-outer-spin-button,
.quote_page input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quote_page #yith-ywrq-table-list .product-name a {
    color: black;
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.quote_page #yith-ywrq-table-list tbody .product-name {
    color: #000 !important;
    font-weight: 400;
    font-size: 15px;
}

.quote_page .woocommerce a.remove:hover {
    color: #fff!important;
    background: #753000 !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 18px !important;
}


/* Firefox */

.quote_page input[type=number] {
    -moz-appearance: textfield;
}

.quote_page .yith-ywraq-mail-form-wrapper input,
.quote_page .yith-ywraq-mail-form-wrapper textarea {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 15px;
}

.quote_page .yith-ywraq-mail-form-wrapper textarea {
    resize: vertical;
}


/* === RESPONSIVE STYLING === */

@media (max-width: 768px) {
    .rq_cart_box {
        width: 96% !important;
    }
    .quote_page .yith-ywraq-mail-form-wrapper {
        padding: 5px !important;
    }
    #yith-ywrq-table-list,
    #yith-ywrq-table-list thead,
    #yith-ywrq-table-list tbody,
    #yith-ywrq-table-list th,
    #yith-ywrq-table-list td,
    #yith-ywrq-table-list tr {
        display: block;
        width: 100%;
    }
    #yith-ywrq-table-list thead {
        display: none;
    }
    #yith-ywrq-table-list tr {
        margin-bottom: 20px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
        padding: 12px;
    }
    #yith-ywrq-table-list td {
        border: none;
        padding: 10px 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #yith-ywrq-table-list td::before {
        content: attr(data-title);
        font-weight: 600;
        color: #555;
        flex: 1;
        text-align: left;
    }
    #yith-ywrq-table-list .product-thumbnail,
    #yith-ywrq-table-list .product-name {
        display: block;
        text-align: left;
    }
}


/* quote page css end */