<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* 2007-2020 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 &lt;contact@prestashop.com&gt;
*  @copyright 2007-2020 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark &amp; 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;
    padding: .75rem 0px;
    margin-left: .9375rem;
    min-width: 128px;
    text-align: right;
}

.wishlist_button {
    margin-top: 25px;
}

.submitAddWishlist, .submitSelectWishlist {
    margin-top: 29px;
}

.wishlist-forms {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wishlist-select {
    width: 50%;
    padding: 15px;
    min-height: 140px;
    border: 1px solid #dadada;
    background-color: #f6f6f6;
}

.wishlist-select-form, .wishlist-add-form {
    display: flex;
    flex-direction: row;
}

.wishlist-add {
    width: 50%;
    padding: 15px;
    min-height: 140px;
    border: 1px solid #dadada;
    background-color: #f6f6f6;
}

select#id_customer_wishlist {
    max-width: 100%;
}

.wishlist-suggestions {
    width: 100%;
    float: left;
}

.wishlist-suggestions p {
    margin-bottom: 2px;
}

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

#formAddWishlist label {
    text-align: left;
}

ul.product-flags li.wishlist {
    right: 10px;
    margin-top: 10px !important;
    background: none;
    box-shadow: none;
    position: absolute;
}

/*.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: #b21b33;
    text-decoration: none;
}

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

.product-additional-info .open_wishlist_form,
.product-additional-info .nopen_wishlist_form {
    margin-top: 1rem;
}

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

#module-jwishlist-list .buttons-container .btn-secondary:hover {
    background: #fff;
color: #b01a33;
box-shadow: none;
transition: all ease 500ms;
border: 1px solid #b01a33;
}
#module-jwishlist-list .buttons-container .btn-secondary {
    background:  #b01a33;
color:#fff;
box-shadow: none;
transition: all ease 500ms;
border: 1px solid #b01a33;
}

.share-link-copied {
    display: none;
}

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

.wishlist-products-mobile input.quantity-selected {
    text-align: center;
}

.wishlist-products-mobile small.dropped {
    font-style: italic;
    color: #ff4c4c;
}

.wishlist-products-mobile small.date_add {
    font-style: italic;
}

#module-jwishlist-view .modal-header .close,
#module-jwishlist-list .modal-header .close {
    margin-top: -25px;
}

#module-jwishlist-list .customer-wishlist {
    padding: 15px;
    background: #f1f1f1;
    margin-bottom: 20px;
}

.buttons-container {
    margin-top: 15px;
}

#module-jwishlist-view .wishlist-products-mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

#module-jwishlist-view .flex-product {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
#module-jwishlist-view .product-mobile {
    background-color: #ffffff;
    padding: 0 7px;
    border-bottom: 0px solid #f6f6f6;
    width: 25%;
    margin-bottom: 15px;
}
#module-jwishlist-view .product-box {
    flex: 0 1 calc(5%);
    position: absolute;
    top: 10px;
    left: 10px;
}

#module-jwishlist-view .product-image {
    flex: 100%;
    text-align: center;
}

#module-jwishlist-view .product-name {
    flex: 100%;
    text-align: center;
    padding-top: 10px;
}

#module-jwishlist-view .price, #module-jwishlist-view .total {
    flex: 100%;
    text-align: center;
    margin-top: .7rem;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Lato';
    color: #b31b34;
}
#module-jwishlist-view .product-name &gt; a {
    font-size: 14px;
    font-family: 'Lato';
    color: #543926;
}
#module-jwishlist-view .total-whislist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 100%;
    width: 100%;
    display: none;
}

#module-jwishlist-view .total-whislist .item {
    font-weight: bold;
    background-color: #ffffff;
    padding: 10px;
    flex: 0 1 calc(50%);
}

#module-jwishlist-view #total_wishlist {
    text-align: right;
}

.open_wishlist_form i:hover {
    opacity: 0.7;
}

@media only screen and (max-width:767px) {
    .wishlist_form h2 {
        font-size: 16px;
    }
    
    .wishlist-select, .wishlist-add {
        width: 100%;
        margin-bottom: 10px;
    }

    .submitAddWishlist, .submitSelectWishlist {
        padding: .5rem 1rem;
    }
    
    .submitAddWishlist span, .submitSelectWishlist span {
        font-size: 13px;
    }
    
    .mobile-hidden {
        display: none;
    }

    #module-jwishlist-list .customer-wishlist {
        background: #ffffff;
    }

    #module-jwishlist-view .product-box {
        flex: 0 1 calc(5%);
    }

    #module-jwishlist-view .product-image {
        flex: 0 1 calc(15%);
    }

    #module-jwishlist-view .product-name {
        flex: 0 1 calc(75%);
    }

    #module-jwishlist-view .price, #module-jwishlist-view .total {
        display: none;
    }
}

@media only screen and (max-width:480px) {
    #module-jwishlist-view .product-box {
        flex: 0 1 calc(5%);
    }

    #module-jwishlist-view .product-image {
        flex: 0 1 calc(90%);
        text-align: center;
        margin-bottom: 15px;
    }

    #module-jwishlist-view .product-name {
        flex: 0 1 calc(100%);
        text-align: center;
    }

    #module-jwishlist-view .price {
        text-align: left;
    }
}</pre></body></html>