.elementor-10436 .elementor-element.elementor-element-2ee848e7{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}/* Start custom CSS *//* =====================================================
   YITH REQUEST A QUOTE — FULL UI SYSTEM
   Scoped to avoid conflicts
===================================================== */

.ywraq-wrapper {
    width: 100%;
}

/* =====================================================
   LINKS
===================================================== */

.ywraq-wrapper a {
    color: #D1A02F;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.ywraq-wrapper a:hover {
    opacity: 0.7;
}

/* =====================================================
   TABLE
===================================================== */

#yith-ywrq-table-list {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

/* Remove default Woo styles */
#yith-ywrq-table-list th,
#yith-ywrq-table-list td {
    border: none;
}

/* Header */
#yith-ywrq-table-list thead th {
    text-align: left;
    padding: 12px 15px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
}

/* Rows */
#yith-ywrq-table-list tbody tr {
    border-bottom: 1px solid #eee;
    transition: background 0.25s ease;
}

#yith-ywrq-table-list tbody tr:hover {
    background: #fafafa;
}

/* Cells */
#yith-ywrq-table-list td {
    padding: 18px 15px;
    vertical-align: middle;
}

/* Thumbnail */
#yith-ywrq-table-list .product-thumbnail {
    width: 90px;
}

#yith-ywrq-table-list .product-thumbnail img {
    max-width: 70px;
    border-radius: 8px;
}

/* Product name + meta */
#yith-ywrq-table-list .product-name {
    font-size: 14px;
    line-height: 1.4;
}

#yith-ywrq-table-list .product-name a {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

/* Quantity */
#yith-ywrq-table-list input.qty {
    width: 60px;
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
}

/* Price */
#yith-ywrq-table-list .product-subtotal {
    font-weight: 500;
    white-space: nowrap;
}

/* Remove button */
.yith-ywraq-item-remove {
    font-size: 20px;
    color: #999;
    text-decoration: none;
    transition: all 0.2s ease;
}

.yith-ywraq-item-remove:hover {
    color: #000;
    transform: scale(1.2);
}

/* =====================================================
   FORM SECTION
===================================================== */

.yith-ywraq-mail-form-wrapper {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.yith-ywraq-mail-form-wrapper h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

/* Fields */
#yith-ywraq-mail-form .form-row {
    margin-bottom: 15px;
}

#yith-ywraq-mail-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

#yith-ywraq-mail-form input,
#yith-ywraq-mail-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* =====================================================
   BUTTON SYSTEM (YOUR STYLE)
===================================================== */

.ywraq-wrapper .button,
.ywraq-wrapper button,
.ywraq-wrapper input[type="submit"] {
    text-transform: uppercase;
    background-color: transparent !important;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: black !important;
    border-radius: 0;
    font-size: 12px !important;
    line-height: 1;
    padding: 12px 24px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid currentColor;
    cursor: pointer;

    position: relative;
    overflow: hidden;
}

/* Hover */
.ywraq-wrapper .button:hover,
.ywraq-wrapper button:hover,
.ywraq-wrapper input[type="submit"]:hover {
    background-color: #000 !important;
    color: #fff !important;
}

/* Top border animation */
.ywraq-wrapper .button::before,
.ywraq-wrapper input[type="submit"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: currentColor;

    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.ywraq-wrapper .button:hover::before,
.ywraq-wrapper input[type="submit"]:hover::before {
    transform: scaleX(1);
}

/* SVG icons inherit color */
.ywraq-wrapper .button svg {
    fill: currentColor;
}

#yith-ywrq-table-list .product-name
 {
     font-size: inherit !important; 
     line-height: inherit !important;
}

#yith-ywraq-form .product-subtotal, #yith-ywraq-form .product-quantity, #yith-ywraq-form .product-price {
     text-align: inherit !important; 
     padding: 12px !important; 
}

.product-name ul {
    margin-left: 10px;
    line-height: 0.7;
}

/* =====================================================
   MOBILE OPTIMIZATION
===================================================== */

@media (max-width: 768px) {

    #yith-ywrq-table-list thead {
        display: none;
    }

    #yith-ywrq-table-list,
    #yith-ywrq-table-list tbody,
    #yith-ywrq-table-list tr,
    #yith-ywrq-table-list td {
        display: block;
        width: 100%;
    }

    #yith-ywrq-table-list tr {
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    #yith-ywrq-table-list td {
        display: flex;
        justify-content: space-between;
        padding: 10px;
    }

    #yith-ywrq-table-list td::before {
        content: attr(data-title);
        font-weight: 600;
    }

    #yith-ywrq-table-list .product-thumbnail {
        justify-content: center;
    }
}/* End custom CSS */