/**
* 2007-2021 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-2021 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.
*/
form#form-products {
    width: 100%;
    max-width: none;
}
.wishlist-page-mobile {
    display: flex;
    flex-direction: row;
}

#header .header-nav .wishlist-top {
    background: none;
    padding: .75rem 0px;
    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: #2fb5d2;
    text-decoration: none;
}

.product-flag-wishlist i {
    font-size: 40px;
}
.isFavorite i::before {
    content: "\e922";
    color: #6f2c91;
}
.notFavorite i::before {
    content: "\e921";
    color: #6f2c91;
}
.product-additional-info .open_wishlist_form,
.product-additional-info .nopen_wishlist_form {
    margin-right: 22px;
}

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

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;
}
.whislist-list-box {
    display: flex;
    flex: 2;
}

#module-jwishlist-view .flex-product-mobile {
    display: none;
}

#module-jwishlist-view .product-name {
    font-weight: bold;
}

#module-jwishlist-view .product-mobile .flex-product {
    background-color: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 25px 21.83px;
    display: grid;
    margin-bottom: 27px;
    grid-template-columns: 30% 70%;
}
@media only screen and (min-width: 1024px) {
    #module-jwishlist-view .product-mobile .flex-product {
        padding: 19px;
        grid-template-columns: 15% 60% 25%;
    }
}
#module-jwishlist-view .img-fluid{
    max-height: 108px;
}
#module-jwishlist-view .buttons-container {
    margin-top: 13px;
}
#module-jwishlist-view .buttons-container .icon-Cart::before {
 color:  #ffffff;
}
#module-jwishlist-view .btn-list {
    border-radius: 8px;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
}
#module-jwishlist-view .deleteFavoriteButton {
    background-color: rgba(138, 134, 159, 0.1);
    color: rgba(51, 51, 51, 1);
}

#module-jwishlist-view .btn-delete {
    font-family: "Santander Text", 'Courier New', Courier, monospace;
    font-size: 14px;
    line-height: 18px;
    color: #EC0000;
    background-color: transparent;
    border: none;
    box-shadow: none;
} 

/* #module-jwishlist-view .btn:active, 
#module-jwishlist-view .btn:active, 
#module-jwishlist-view .btn:focus {
    background-color: transparent;
    border: none;
    box-shadow: none;
} */

/* #module-jwishlist-view .btn:hover {
    color: black
} */

#module-jwishlist-view .installments-wo-interest {
    color: #63B468;
    font-family: "Santander Text", 'Courier New', Courier, monospace;
    font-size: 12px;
    line-height: 14px;
    margin-top: 2px;
    font-weight: bold;
    justify-content: end;
}

#module-jwishlist-view .product-box {
    flex: 1;
}

#module-jwishlist-view .product-image-box {
    flex: 2;
}

#module-jwishlist-view .product-image {
    max-width: 60px;
    min-width: 60px;
    max-height: 60px;
}

#module-jwishlist-view .product-name-box {
    flex: 15;
}

#module-jwishlist-view .flex-product-left{
    display: flex;
    flex-direction: row;
}

#module-jwishlist-view .product-name {
    font-family: "Guayaquil Aftika", sans-serif;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #333333;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width: 183.6px;
    display:inline-block;
}
@media only screen and (min-width: 1024px) {
    #module-jwishlist-view .product-name {
        width: 100%;
    }
}

#module-jwishlist-view .supplier-name {
    font-family: "Guayaquil Aftika", sans-serif;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 12px;
    line-height: 13px;
    color: #333333;
}


#module-jwishlist-view .points{
    font-family: "Santander Text", 'Courier New', Courier, monospace;
    color: black;
    font-size: 16px;
    line-height: 18px;
    padding-right: 15px;
}

#module-jwishlist-view .points-box {
    padding-top: 2px;
}

#module-jwishlist-view .price-box {    
    text-align: right;
    flex: 10
}

#module-jwishlist-view .price {
    font-family: "Guayaquil Aftika", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
}
#module-jwishlist-view .total {
  text-align: center;
}

#module-jwishlist-view .total .total-price {
    display: flex;
}
@media only screen and (min-width: 1024px) {
    #module-jwishlist-view .total .total-price {
        justify-content: center;
    }
}
#module-jwishlist-view .total .price-int {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #6F2C91;
}

#module-jwishlist-view .total .cents {
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    margin-left: 2.8px;
    color: #6F2C91;
}

#module-jwishlist-view .total-whislist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.open_wishlist_form i:hover {
    opacity: 0.7;
}

@media only screen and (max-width:991px) {

    .wishlist-page-mobile {
        display: flex;
        flex-direction: column;
    }

    .your-interest-box {
        align-self: center;
        width: 100%;
        height: 389px;
    }

    .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 .price {
        font-family: "Santander Micro Text", 'Courier New', Courier, monospace;
        font-size: 14px;
        line-height: 17px;
        font-weight: bold;
        letter-spacing: 0.8px;
    }
}

@media only screen and (max-width:768px) {

    .wishlist_form h2 {
        font-size: 16px;
    }

    #module-jwishlist-view .installments-wo-interest {
        visibility: hidden;
    }

    #module-jwishlist-view .points-box {
        display: none;
    }

    #module-jwishlist-view .product-name-box {
        word-wrap: break-word;
    }

    #module-jwishlist-view .flex-product-mobile {
        display: flex;
        flex-direction: column;
        margin-top: 23px;
    }
    
    .wishlist-select, .wishlist-add {
        width: 100%;
        margin-bottom: 10px;
    }

    .submitAddWishlist, .submitSelectWishlist {
        padding: .5rem 1rem;
    }

    #module-jwishlist-view .whislist-list-box {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
    }

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

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

    #module-jwishlist-view .product-name {
        padding: 0;
    }
}

.btn-outOfStock {
    height: 32px;
    background: #8A869F;
    border-radius: 8px;
    cursor: pointer;
    pointer-events:none;
    font-weight: 600;
    font-size: 11.661px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}