.pwfavorites, .pwfavorites:hover, .pwfavorites:focus {
    text-decoration: none;
    color: #CC0000;
}

.pwfavorites.active {
    color: #363636;
}

.pwfavorites > i {
    font-size: 2em;
}

.pwfavorites:hover > i {
    text-shadow: 0 0 4px #CC0000;
}

.pwfavorites.active:hover > i {
    text-shadow: 0 0 4px #363636;
}

.products .pwfavorites, .responsivelayout .pwfavorites, .pwfavorites-slider .pwfavorites {
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px;
}

.pwfavorites-alerts {
    position: fixed;
    top: 150px;
    right: 25px;
    padding-top: 25px;
    width: 250px;
    z-index: 1000;
}

.pwfavorites-alert {
    position: relative;
    margin-bottom: 10px;
    padding: 20px;
    width: 100%;
    background-color: #CC0000;
    line-height: 15px;
    font-size: 0.8em;
    color: #FFFFFF;
}

.pwfavorites-alert-close {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: transparent;
    font-size: 1.5em;
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
}

.pwfavorites-alert a {
    text-decoration: underline;
    color: #FFFFFF;
}

.pwfavorites-alert-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #FF6666;
}

.pwfavorites-alert-progress-value {
    width: 0;
    height: 100%;
    background-color: #660000;
    transition: width 10s linear;
}

.pwfavorites-alert-progress-value.translate {
    width: 100%;
}

.pwfavorites-cart-footer {
    margin-top: 25px;
}

.pwfavorites-cart-footer > h2 {
    margin-bottom: 25px;
}

.pwfavorites-cart-footer .bx-wrapper .bx-controls-direction a {
    top: calc(50%);
}

.pwfavorites-slider .img-fluid {
    margin: 0 auto;
}

.product-additional-info > .pwfavorites {
    display: block;
    margin-top: 1.5rem;
}
