.elementor-1084 .elementor-element.elementor-element-276dd162{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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 );}@media(min-width:768px){.elementor-1084 .elementor-element.elementor-element-276dd162{--content-width:1300px;}}/* Start custom CSS for text-editor, class: .elementor-element-77606097 *//* General Form Styling */
#yith-ywraq-form {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/* Table Styling */
.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.shop_table th,
.shop_table td {
    text-align: center;
    padding: 12px;
    border-bottom: 1px solid #ddd;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/* Table Header */
.shop_table thead {
    background: #A53635;
    color: #fff;
    font-weight: 400;
}

/* Alternate Row Background */
.shop_table tr:nth-child(even) {
    background: #f8f8f8;
}

/* Product Image Styling */
.shop_table .product-thumbnail img {
    max-width: 60px;
    border-radius: 5px;
}

/* Product Name Styling */
.shop_table .product-name a {
    font-weight: 400;
    color: #333;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
}

.shop_table .product-name a:hover {
    color: #A53635;
}

/* Quantity Input */
.product-quantity input {
    width: 60px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/* Remove Button */
.product-remove a {
    color: #e74c3c;
    font-size: 18px;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.product-remove a:hover {
    color: #c0392b;
}

/* Update List Button */
.actions input[type="submit"] {
    background: #A53635;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    transition: 0.3s;
}

.actions input[type="submit"]:hover {
    background: #8c2f2e;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .shop_table thead {
        display: none;
    }

    .shop_table tr {
        display: block;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        background: #fff;
        padding: 10px;
    }

    .shop_table td {
        display: block;
        text-align: right;
        padding: 10px;
        position: relative;
        font-family: 'DM Sans', sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    .shop_table td::before {
        content: attr(data-title) ": ";
        font-weight: 400;
        position: absolute;
        left: 10px;
        text-align: left;
        color: #333;
        font-family: 'DM Sans', sans-serif;
        font-size: 16px;
    }

    /* Ensure buttons stack properly */
    .actions {
        text-align: center;
    }

    .actions input[type="submit"] {
        width: 100%;
        margin-top: 10px;
    }
}

.actions input[type="submit"]:hover {
    background: #8c2f2e;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    transition: 0.3s;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 0px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}/* End custom CSS */
/* Start custom CSS */.yith-ywraq-mail-form-wrapper h3 {
    font-size: 25px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    color: black;
}

form#yith-ywraq-mail-form label {
    font-size: 16px !important;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    color: black;
}

form#yith-ywraq-mail-form input {
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
}

input.button.raq-send-request {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 15px;
    background-color: #A53635;
    color: white;
    font-family: 'DM Sans', sans-serif;
}

input.button.raq-send-request:hover {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 15px;
    background-color: #8c2f2e;
    color: white;
    font-family: 'DM Sans', sans-serif;
}/* End custom CSS */