.elementor-162 .elementor-element.elementor-element-7528f8cf{--display:flex;--padding-top:160px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-700fffb */td.product-quantity {
    display: none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7528f8cf *//* ===== WRAPPER ===== */
.ywraq-form-table-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* ===== TABLE RESET ===== */
#yith-ywrq-table-list {
    border: none;
}

#yith-ywrq-table-list thead {
    display: none; /* cleaner look */
}

/* ===== ROW = CARD ===== */
#yith-ywrq-table-list tbody tr.cart_item {
    display: grid;
    grid-template-columns: 100px 1fr 120px 120px 40px;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #eee;
}

/* ===== IMAGE ===== */
.product-thumbnail img {
    width: 100%;
    height: auto;
}

/* ===== PRODUCT NAME ===== */
.product-name a {
    font-size: 16px;
    font-weight: 500;
    color: #1F4492;
    text-decoration: none;
}

/* ===== QUANTITY INPUT ===== */
.product-quantity input.qty {
    width: 70px;
    padding: 8px;
    border: 1px solid #ddd;
}

/* ===== PRICE ===== */
.product-subtotal {
    font-weight: 500;
    color: #000;
}

/* ===== REMOVE BUTTON ===== */
.product-remove {
    order: 5;
    text-align: right;
}

.product-remove a {
    font-size: 18px;
    color: #999;
    text-decoration: none;
}

/* ===== UPDATE BUTTON ===== */
.actions {
    text-align: right;
    margin-top: 10px;
}

.actions .button {
    background: transparent;
    border: 1px solid #1F4492;
    color: #1F4492;
    padding: 10px 20px;
    cursor: pointer;
}

/* ===== FORM WRAPPER ===== */
.yith-ywraq-mail-form-wrapper {
    margin-top: 60px;
    max-width: 600px;
}

/* ===== FORM TITLE ===== */
.yith-ywraq-mail-form-wrapper h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #1F4492;
}

/* ===== INPUT FIELDS ===== */
.yith-ywraq-mail-form-wrapper input,
.yith-ywraq-mail-form-wrapper textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}

/* ===== LABELS ===== */
.yith-ywraq-mail-form-wrapper label {
    font-size: 13px;
    color: #666;
}

.qty {
    padding: 2px !important;
}
td {
    background: #ffffff !important;
    border: none !important;
}

/* ===== SUBMIT BUTTON ===== */
.yith-ywraq-mail-form-wrapper .raq-send-request {
    background: #0C72BA;
    color: #fff;
    border: none;
    padding: 14px 24px;
    cursor: pointer;
    width: 100%;
}

/* ===== GLOBAL TYPOGRAPHY ===== */

/* Titles (Arimo) */
.product-name a,
.yith-ywraq-mail-form-wrapper h3 {
    font-family: 'Arimo', sans-serif;
}

/* Body text (Arimo) */
.product-subtotal,
.product-quantity,
.yith-ywraq-mail-form-wrapper,
.yith-ywraq-mail-form-wrapper label,
.yith-ywraq-mail-form-wrapper input,
.yith-ywraq-mail-form-wrapper textarea {
    font-family: 'Arimo', sans-serif;
}

/* ===== BUTTON STYLE (Arimo, uppercase, spacing) ===== */
.actions .button,
.yith-ywraq-mail-form-wrapper .raq-send-request {
    font-family: 'Arimo', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
}

/* ===== FORM FULL WIDTH ===== */
.yith-ywraq-mail-form-wrapper {
    max-width: 100%;
    width: 100%;
}

/* Optional: better alignment with layout */
.yith-ywraq-mail-form-wrapper form {
    width: 100%;
}

/* ===== INPUT TEXT TYPOGRAPHY ===== */
.yith-ywraq-mail-form-wrapper input,
.yith-ywraq-mail-form-wrapper textarea {
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
}

/* ===== LABEL CONSISTENCY ===== */
.yith-ywraq-mail-form-wrapper label {
    font-family: 'Arimo', sans-serif;
    letter-spacing: 0.5px;
}

/* ===== REMOVE BUTTON ALIGNMENT FIX ===== */
.product-remove a {
    font-family: 'Arimo', sans-serif;
}

/* ===== PRODUCT TITLE HOVER (optional polish) ===== */
.product-name a:hover {
    text-decoration: underline;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    #yith-ywrq-table-list tbody tr.cart_item {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .product-remove {
        text-align: left;
    }
}/* End custom CSS */