/**
* 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 .wishlist-top {
    float: right;
    border-left: 1px solid #515151;
}

#header .wishlist-top a {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px 11px 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    line-height: 18px;
}

.wishlist_button {
    margin-top: 25px;
}

#submitAddWishlist, #submitSelectWishlist {
    margin-top: 26px;
}

.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-suggestions {
    width: 100%;
    float: left;
}

.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: 10px;
    background: none;
    box-shadow: none;
    position: absolute;
    bottom: 120px;
}

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

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

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

.jwishlist_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;
}

#module-jwishlist-list .dropdown-item,
#module-jwishlist-view .dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
}

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;
}

.product-wishlist {
    margin-bottom: 15px;
}

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

@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;
    }
}