/**
* NOTICE OF LICENSE
*
* This source file is subject to a commercial license from SARL DREAM ME UP
* Use, copy, modification or distribution of this source file without written
* license agreement from the SARL DREAM ME UP is strictly forbidden.
*
*   .--.
*   |   |.--..-. .--, .--.--.   .--.--. .-.   .  . .,-.
*   |   ;|  (.-'(   | |  |  |   |  |  |(.-'   |  | |   )
*   '--' '   `--'`-'`-'  '  `-  '  '  `-`--'  `--`-|`-'
*        w w w . d r e a m - m e - u p . f r       '
*
*  @author    Dream me up <prestashop@dream-me-up.fr>
*  @copyright 2007 - 2025 Dream me up
*  @license   All Rights Reserved
*/

#add-to-cart-suggested table {
    width: 100%;
}

#suggesteds {
    /* border: 1px solid #e5e5e5; */
    height: auto;
}

#suggesteds .suggested_name {
    font-size: 18px;
    padding-right: 15px;
}

#suggesteds .dimensions select {
    padding: 14px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    width: 80%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><polyline points='6 9 12 15 18 9' stroke='black' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px 18px;
}

#suggesteds .dimension_in {
    display: flex;
    flex-direction: column;
}

#suggesteds .product-available-message {
    color: #74be4b;
    font-weight: 600;
}

#suggesteds .product-unavailable-message {
    color: #ff9a52;
    font-weight: 600;
}

#suggesteds .product-quantity .suggested_prix {
    color: #006394;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
}

#suggesteds .product-quantity .qty {
    text-align: right;
}

#suggesteds .product-quantity .qty .qty_inputs {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

#suggesteds .product-quantity .qty .qty_inputs input,
#suggesteds .product-quantity .qty .qty_inputs button {
    text-align: center;
    border: 0;
}

#suggesteds tr td {
    padding-top: 25px;
    padding-bottom: 25px;
}

#suggesteds tr:nth-child(odd) {
    background-color: #f3f4f4;
}

/* .modal-body .divide-right {
    display: none;
} */