.whb-wishlist {
    position: relative
}

#wn-wishlist-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.wn-header-wishlist-wrap {
    background: #fff;
    width: 370px;
    display: none;
    position: absolute;
    top: 40px;
    box-shadow: 0 2px 14px -5px rgba(0, 0, 0, .3);
    z-index: 999;
    right: -40px
}

.deep-wishlist-title,
.deep-wishlist-view a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    line-height: 18px;
    background-color: var(--deep-woo-color-primary);
    padding: 14px 40px;
    border: none;
    border-radius: var(--deep-woo-border-radius-primary);
    transition: var(--deep-woo-transition-primary);
}

.deep-wishlist-view a:hover {
    color: #fff;
    background: #3a3a43;
}

.deep-wishlist-view a {
    display: block;
}

.deep-wishlist-view {
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.deep-wishlist-title {
    padding: 20px 15px;
}

.deep-wishlist-item {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #F1F2F3;
    position: relative;
}

.deep-wishlist-item:last-child {
    border: none;
}

.deep-wishlist-item .wn-woo-wishlist-thumb,
.deep-wishlist-item .wn-woo-wishlist-content {
    display: inline-block;
    vertical-align: middle;
}

.deep-wishlist-item .wn-woo-wishlist-content {
    width: calc(100% - 74px);
}

.deep-wishlist-item .wn-rmf-wishlist {
    font-size: 6px;
    font-weight: 300;
    line-height: 1;
    color: var(--deep-woo-color-text-secondary) !important;
    padding: 6px;
    background: #F1F2F3;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    transition: var(--deep-woo-transition-primary);
}

.deep-wishlist-item .wn-rmf-wishlist:hover {
    background: #FCE8E8;
}

.deep-wishlist-item .wn-woo-wishlist-thumb {
    width: 64px;
    margin-right: 10px;
}

.deep-wishlist-item .wn-woo-wishlist-thumb img {
    border-radius: var(--deep-woo-border-radius-primary);
}

.deep-wishlist-item .wn-woo-prod-title {
    margin: 0;
}

.deep-wishlist-item .wn-woo-prod-title a {
    color: var(--deep-woo-color-secondary);
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 8px;
    display: block;
    transition: var(--deep-woo-transition-primary);
}

.deep-wishlist-item .wn-woo-prod-title a:hover {
    color: var(--deep-woo-color-primary);
}

#deep-wishlist-drawer-panel {
    background: #ffffff;
    padding: 40px 30px 30px;
    width: 375px !important;
    overflow-y: visible;
}

#deep-wishlist-drawer-panel #drawer-wishlist-title {
    font-size: 21px;
    font-weight: 500;
    line-height: 26px;
    color: var(--deep-woo-color-heading-primary);
    margin-bottom: 30px;
    display: block;
}

#deep-wishlist-drawer-panel .slide-out-header {
    background: inherit;
    border: none;
    padding: 0;
    position: absolute;
    top: 45px;
    right: 40px;
}

#deep-wishlist-drawer-panel section.slide-out-content {
    height: 100%;
    position: relative;
    padding: 0;
}

#deep-wishlist-drawer-panel.slide-out-panel-container .close-slide-out-panel {
    top: 10px;
    right: auto;
    left: -8px;
    background: white;
    width: 48px;
    height: 48px;
    opacity: 1;
    border: 1px solid #E3E5E7;
    border-radius: 7px 0 0 7px;
    border-right: transparent;
    padding: 18px 0;
    text-align: center;
}

#webnus-header-builder #deep-wishlist-drawer-panel a.remove {
    color: #949596 !important;
    font-weight: normal;
}

#webnus-header-builder #deep-wishlist-drawer-panel a.remove:hover {
    background: transparent;
    color: #222 !important;
}

.deep-wishlist-items .amount {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: var(--deep-woo-color-text-primary);
}

.deep-wishlist-items .amount del {
    display: none;
}

.deep-wishlist-items .amount ins {
    background: transparent;
}