.wishlist-popup-wrapper {
    margin: 3px 0 0 0;
    padding: 0 12px 0 16px;
    display: inline-block;
    position: relative;
    float: right;
    border: 0 solid #ced7db;
    border-left-width: 1px;
}
.wishlist-popup-wrapper:before, .wishlist-popup-wrapper:after {
    content: '';
    display: table;
}
.wishlist-popup-wrapper .action.wishlistpopup:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    line-height: 33px;
    left: 9px;
    top: 2px;
    position: relative;
    width: 35px;
    height: 33px;
    color: #8f8f8f;
    background: url("../images/wishlist.svg") center no-repeat;
    content: '';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.wishlist-popup-wrapper .action.wishlistpopup.active:before {
    background: url(../images/wishlistorange.svg) center no-repeat;
}
.wishlist-popup-wrapper .action.wishlistpopup {
    white-space: nowrap;
    position: relative;
}
.wishlist-popup-wrapper .action.wishlistpopup .text{
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.wishlist-popup-wrapper .action.wishlistpopup .counter.qty .counter-number {
    text-decoration: none;
    position: ;
    left: 21px;
    top: 10px;
    background: #337330;
    font-size: 11px;
    color: #ffffff;
    height: 18px;
    line-height: 17px;
    border-radius: 11px;
    display: inline-block;
    margin: 3px 0 0;
    min-width: 12px;
    overflow: hidden;
    padding: 0 3px;
    white-space: normal;
    text-align: center;
}
.wishlist-popup-wrapper .block-wishlist .block-title {
    margin: 0;
}
.wishlist-popup-wrapper .block-wishlist .block-title strong {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #0A364D;
}
.wishlist-popup-wrapper .block-wishlist:before, .wishlist-popup-wrapper .block-wishlist:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.wishlist-popup-wrapper .block-wishlist:before {
    top: -12px;
    left: auto;
    right: 29px;
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
}
.wishlist-popup-wrapper .block-wishlist:after {
    top: -14px;
    left: auto;
    right: 28px;
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
}
.wishlist-popup-wrapper .block-wishlist {
    right: -15px;
    width: 329px;
    padding: 0;
    z-index: 101;
    margin: 0;
    list-style: none none;
    background: #ffffff;
    border: 0;
    margin-top: 4px;
    min-width: 100%;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist-popup-wrapper .product-item .price-box {
    margin: 0;
    float: right;
}
.wishlist-popup-wrapper .product-item-details .details-qty {
    display: inline-block;
}
.wishlist-popup-wrapper .product-item-actions {
    float: right;
    margin-top: -4px;
}
.wishlist-popup-wrapper .block-wishlist li.product-item {
    border-bottom: 1px solid #e7e7e7;
}
.wishlist-popup-wrapper .block-content > .actions .viewcart {
    background: #3B683C;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    border-radius: 50px;
}
.wishlist-popup-wrapper .block-wishlist .wishlist-items-wrapper {
    overflow: hidden;
    position: relative;
    padding: 25px 20px;
}
.wishlist-popup-wrapper .block-wishlist .wishlist-items-wrapper:after {
    content: '';
    position: absolute;
    display: block;
    left: -100px;
    right: 0;
    bottom: 0;
    top: auto;
    height: 15px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-style: solid;
    border-width: 0 0 15px 490px;
    border-color: transparent transparent #3B683C transparent;
}
@media (max-width: 767px), print {
    .wishlist-popup-wrapper {
        margin: 20px 0 0 0;
    }
}
