﻿#wishListContainer .modal-content{padding:20px}#wishListContainer .modal-content .modal-header{border-bottom:none;padding:15px 20px}
    #wishListContainer .modal-content .modal-header .close {
        width: 32px;
        height: 32px;
        opacity: 1;
        color: #ca9790;
        border: #ca9790 2px solid;
        border-radius: 50%;
        margin-top: 3px;
        font-size: 24px;
        outline: none
    }
    #wishListContainer .modal-content .modal-header .fa-heart {
        color: #ca9790
    }
    #wishListContainer .modal-content .modal-body .btn-save-for-later {
        background: #ca9790;
        color: #fff
    }#wishListContainer .modal-content .modal-body .button-holder,#wishListContainer .modal-content .modal-body .empty-message{padding:30px 0}#wishListContainer .modal-content .modal-body .login-message{font-size:smaller;color:#808080}
        #wishListContainer .modal-content .modal-body .login-message a {
            color: #ca9790
        }#wishListContainer .modal-content .modal-body .wishlist-modal-item-container{max-height:624px;overflow-y:auto}@media(max-width:767px){#wishListContainer .modal-content .modal-body .wishlist-modal-item-container{max-height:450px !important}}#wishListContainer .wishlist-modal-item{padding-bottom:10px}#wishListContainer .wishlist-modal-item img{margin:0 0 10px}#wishListContainer .wishlist-modal-item .product-price-container .product-was-price{display:inline-block;padding-right:2px;padding-bottom:4px}#wishListContainer .wishlist-modal-item .product-price-container .product-price-change{float:left!important;font-size:.8em !important}#wishListContainer .wishlist-modal-item .buttons{margin:0 0 10px}#wishListContainer .wishlist-modal-item .buttons a{margin:0 5px}
            #wishListContainer .wishlist-modal-item .buttons .more-info {
                color: #ca9790
            }#wishListContainer .wishlist-modal-item .buttons .fa-trash-o{color:#808080}.product-wishlist{position:absolute;top:0;right:0;height:60px;width:60px;cursor:pointer;padding:10px}.product-wishlist .product-wishlist-icon{border-radius:20px;position:absolute;height:36px;width:36px;background-repeat:no-repeat;background-size:20px 20px;background-position:8px 9px}.product-wishlist .product-wishlist-icon.on{background-image:url('/images/assets/shortlist/heart.svg');background-color:#fff}.product-wishlist .product-wishlist-icon.off{background-image:url('/images/assets/shortlist/heart-grey.svg');background-color:#ededed}@media(min-width:768px){#mediaviewer .product-wishlist{right:8px}}@media(max-width:767px){#mediaviewer .product-wishlist{position:relative;float:right;top:-24px}}@media(max-width:767px){#mediaviewer .product-wishlist .product-wishlist-icon{top:10px;right:10px}}.wishlist-icon-container{position:fixed;bottom:50px;right:0;width:49px;height:50px;background:url(/images/assets/shortlist/heart.svg) no-repeat 5px 5px;background-size:40px 40px;background-color:#fff}.wishlist-icon-container.pulse{-moz-animation:wishlist-pulse 1s;-o-animation:wishlist-pulse 1s;-webkit-animation:wishlist-pulse 1s;animation:wishlist-pulse 1s}.wishlist-count-indicator{position:fixed;bottom:50px;right:0;width:49px;height:50px;text-align:center;padding-top:15px;color:#fff}@-moz-keyframes wishlist-pulse{0%{-moz-transform:scale(.75);transform:scale(.75)}20%{-moz-transform:scale(1);transform:scale(1)}40%{-moz-transform:scale(.75);transform:scale(.75)}60%{-moz-transform:scale(1);transform:scale(1)}80%{-moz-transform:scale(.75);transform:scale(.75)}100%{-moz-transform:scale(1);transform:scale(1)}}@-webkit-keyframes wishlist-pulse{0%{-webkit-transform:scale(.75);transform:scale(.75)}20%{-webkit-transform:scale(1);transform:scale(1)}40%{-webkit-transform:scale(.75);transform:scale(.75)}60%{-webkit-transform:scale(1);transform:scale(1)}80%{-webkit-transform:scale(.75);transform:scale(.75)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes wishlist-pulse{0%{transform:scale(.75)}20%{transform:scale(1)}40%{transform:scale(.75)}60%{transform:scale(1)}80%{transform:scale(.75)}100%{transform:scale(1)}}