.pw-fav-toggle,
.pw-fav-toggle:hover,
.pw-fav-toggle:focus {
    text-decoration: none;
    z-index: 1;
}

.pw-fav-toggle .pw-fav-remove {
    display: none;
}

.pw-fav-toggle:not(.active) .pw-fav-add {
    display: flex;
}

.pw-fav-toggle.active .pw-fav-add {
    display: none;
}

.pw-fav-toggle:not(.active) .pw-fav-remove {
    display: none;
}

.pw-fav-toggle.active .pw-fav-remove {
    display: flex;
}

.pw-fav-slider .thumbnail-container {
    margin: 0 auto;
}

.pw-fav-alerts {
    position: fixed;
    right: 25px;
    top: 150px;
    width: 400px;
    z-index: 1000;
    text-align: center;
}

.pw-fav-alert {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: initial;
    margin-bottom: 10px;
    padding: 20px;
    position: relative;
    width: 100%;
}

.pw-fav-alert-close {
    background: transparent;
    border: none;
    color: #000;
    cursor: pointer;
    font-size: 1.5em;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
}

.pw-fav-alert a {
    color: #fff;
}

.pw-fav-alert-progress {
    bottom: 0;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}

.pw-fav-alert-progress-value {
    height: 100%;
    transition: width 5s linear;
    width: 0;
}

.pw-fav-alert-progress-value.translate {
    width: 100%;
}

.pw-fav-cart-footer {
    margin-top: 25px;
}

.pw-fav-cart-footer>h2 {
    margin-bottom: 25px;
}

.pw-fav-cart-footer .bx-wrapper .bx-controls-direction a {
    top: calc(50%);
}

.product-additional-info>.pw-fav-toggle {
    display: block;
    margin-top: 1.5rem;
}

.pw-fav-cart-footer .bx-wrapper .bx-controls-direction a {
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
}

.pw-fav-cart-footer .bx-wrapper .bx-controls-direction a i.material-icons {
    font-size: 3.125rem;
    color: #fff;
    vertical-align: middle;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.pw-fav-cart-footer .bx-wrapper .bx-controls-direction a i.material-icons:hover {
    color: #2fb5d2;
}

.pw-fav-cart-footer .bx-wrapper .bx-controls-direction a:before {
    content: "";
    padding-left: 0;
    font-size: inherit;
    line-height: inherit;
}

@media screen and (max-width: 449px){
    .pw-fav-alerts {
        width: calc(100% - 10px);
        right: 5px;
    }
}

/* fiche product */

#product .product-additional-info .pw-fav-toggle .pw-fav-btn-text {
    font-size: 12px;
    font-weight: 300;
}


/* nav2 link icon */
.pw-fav-link a i.hasFavorites {
    display: none;
}
.pw-fav-link a i:not(.hasFavorites) {
    display: inline-block;
}

.pw-fav-link a.active i.hasFavorites {
    display: inline-block;
}
.pw-fav-link a.active i:not(.hasFavorites) {
    display: none;
}