/**
* 2007-2018 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2018 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#header .header-nav .wishlist-top {
    background: none;
    margin-left: .9375rem;
    min-width: 96px;
    text-align: right;
    margin-right: 34px;
}
#header .header-nav .wishlist-top .header a {color:#000;}
.wishlist_button {
    margin-top: 25px;
}
.wishlist_form h2 {font-size:15px;color:#000;}
#submitAddWishlist, #submitSelectWishlist {
    margin-top: 26px;
}
#id_customer_request_order {color:#000;}
.wishlist-select {
    width: 49%;
    float: left;
    padding: 10px;
    min-height: 140px;
    border: 1px solid #dadada;
    background-color: #f6f6f6;
}

.wishlist-add {
    width: 49%;
    float: right;
    padding: 10px;
    min-height: 140px;
    border: 1px solid #dadada;
    background-color: #f6f6f6;
}
.wishlist-select h3,
.wishlist-add h3 {font-weight:normal !important;color:#000;}
.wishlist-suggestions {
    width: 100%;
    float: left;
}
.wishlist-select button,
#btnGroupDrop1,
.wishlist-add button {background-color:#d9a300;color:#000;border:none;} 
.wishlist-select label,
.wishlist-add label {color:#000;}
.wishlist-suggestions p {
    margin-bottom: 2px;
}

.wishlist-suggestions button {
    margin-right: 4px;
}

#formAddWishlist label {
    text-align: left;
}

ul.product-flags li.wishlist {
    right: 0px;
    margin-top: 25rem !important;
    background: none;
    box-shadow: none;
}

/*.product-miniature ul.product-flags li.wishlist {
    margin-top: 0rem !important;
}*/

ul.product-flags li.wishlist a {
    color: #2fb5d2;
    text-decoration: none;
}

ul.product-flags li.wishlist i {
    font-size: 40px;
}

.product-flag-wishlist {
    right: 7px;
    background: none;
    box-shadow: none;
    position: absolute;
    bottom: 275px;
}

.product-miniature .product-flag-wishlist {
    margin-top: 0rem !important;
}

.product-flag-wishlist a {
    color: #2fb5d2;
    text-decoration: none;
}

.product-flag-wishlist i {
    font-size: 40px;
}

/*list*/
.requestorder_breadcrumb {
    margin-bottom: 15px;
}

.requestorder_breadcrumb a {
    color: #232323;
}

.btn-list {
    box-shadow: none;
    text-transform: none;
    font-weight: normal;
    font-size: 11px;
    padding: 3px 5px;
    margin-bottom: 5px;
}

.btn-list i {
    font-weight: normal;
    font-size: 14px;
    margin-right: 0px !important;
}

ul.footer_links {
    border-top: 1px solid #d6d4d4;
    float: left;
    height: 65px;
    padding: 20px 0 0;
    margin-top: 15px;
    width: 100%;
}

ul.footer_links li {
    float: left;
    margin-right: 15px;
}

table#wishlist input.quantity-selected {
    text-align: center;
}

#wishlist td {vertical-align:middle !important;}

@media only screen and (max-width:767px) {
    .wishlist_form h2 {
        font-size: 16px;
    }
    
    .wishlist-select, .wishlist-add {
        width: 100%;
        margin-bottom: 10px;
    }
    
    #submitAddWishlist, #submitSelectWishlist {
        margin-top: 0px;
    }
    
    .mobile-hidden {
        display: none;
    }

}

.hidden_element{
        display: none;
    }

 .deleted-row {
                background-color: #f8d7da; /* Light red for deleted products */
                color: #721c24;
            }
            .new-row {
                background-color: #d4edda; /* Light green for new products */
                color: #155724;
            }
            .diff-quantity-row {
                background-color: #fff3cd; /* Light yellow for quantity differences */
                color: #856404;
            }

.order_fee_history {
    display: flex;
    justify-content: space-between; /* Adjust space between the sections */
    gap: 20px; /* Optional: Add spacing between the sections */
}

.order_fee_section {
    flex: 1; /* Make both sections take equal width */
    max-width: 50%; /* Ensure sections don’t grow beyond half the container */
}

.order_fee_section label {
    font-weight: bold;
    display: block; /* Ensure labels are on their own line */
    margin-bottom: 5px; /* Add some space below the label */
    font-size: 11px;
    text-align: center;
    color: black;
}

.order_fee_section p {
    margin: 0; /* Remove default margin for better alignment */
    text-align: center;
}

.edit_icon_custom{
    cursor: pointer;
    margin-bottom: 10px;
}

.verdecol {color:green}
.verdecol label {color:green}
.btn-danger {background-color:red;}
.text-center {text-align:center;}