.wishlist-product-btns{
    display: flex;
    align-items: center;
}

.wishlist-product-btns-wish{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.wishlist-product-btns-wish svg{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.widhlist-icon{
    position: relative;
}

.widhlist-count-bubble{
    position: absolute;
    background-color: rgb(var(--color-button));
    color: rgb(var(--color-button-text));
    height: 1.7rem;
    width: 1.7rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    bottom: 0.8rem;
    left: 2.2rem;
    line-height: calc(1 + 0.1 / var(--font-body-scale));
}

.wish-header-drop{
    display: none;
    width: 400px;
    height: 602px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    position: absolute;
    padding: 0 10px;
    right: -60px;
    top: 45px;
    z-index: 99;
    transition: transform .2s,opacity .2s,visibility 0s .2s,-webkit-transform .2s;
}

.wish-header-drop::after {
    position: absolute;
    top: -7px;
    right: 64px;
    padding: 8px;
    border: inherit;
    box-shadow: -2px -1px 2px 0 rgb(0 0 0 / 10%);
    border-right: none;
    border-bottom: none;
    content: "";
    background: inherit;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-widhlist{
    position: relative;
}

.wish-header-drop-title{
    letter-spacing: .5px;
    line-height: 1.4;
    padding: 20px 10px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.wish-drop-nums {
    font-style: normal;
}

.wish-list{
    width: 100%;
}


.wish-no-data{
    display: none;
    height: 70%;
}

.collection-nodata {
    text-align: center;
    padding-top: 50px;
    width: 100%;
}

.collection-nodata-img {
    width: 60px;
    height: 60px;
    display: inline-block;
}

.collection-nodata-img svg{
    width: 60px;
    height: 60px;
}

.collection-nodata-img svg path{
    fill: #ccc;
}

.collection-nodata-title {
    margin: 20px 0 10px 0;
    color: #111;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.collection-nodata-label {
    color: #666;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 50px;
}

.wish-header-drop-btn-a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 10px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    cursor: pointer;
    text-decoration: none
}

.wish-header-drop-btn-a button{
    background-color: #111;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
}

.wish-list{
    height: calc(100% - 140px);
    border-bottom: 1px solid #f2f2f2;
    overflow-y: auto;
}

.wish-header-dropdown-list{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 31px;
    text-decoration: none;
}

.wish-header-dropdown-left {
    width: 120px;
    margin-right: 20px;
    flex-shrink: 0;
    position: relative;
}

.wish-header-dropdown-left img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wish-header-dropdown-middle {
    width: 45%;
    cursor: pointer;
}

.wish-header-dropdown-middle-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #111;
    letter-spacing: .44px;
    line-height: 1.5;
}

.wish-header-dropdown-middle-label {
    font-size: 12px;
    color: #666;
    letter-spacing: .38px;
    margin-top: 10px;
    line-height: 1.5;
}

.wish-header-dropdown-price {
    font-size: 16px;
    color: #111;
    letter-spacing: .6px;
    text-align: left;
    font-weight: 700;
    margin-top: 10px;
}

.indicator--open {
    z-index: 99;
    transition-delay: 0s,0s,0s;
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
}

.indicator--open .wish-header-drop {
    display: block !important;
}

.add-cart{
  margin: 0 30px 0 0; 
}

.wish-button{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wish-disable{
    opacity: .3;
    cursor: no-drop;
}

.line{
    width: 1px;
    height: 20px;
    background-color: #000;
    margin: 0 20px;
}

.line:empty{
    display: block !important;
}

.collect-product-btn{
    display: flex;
    align-items: center;
    cursor: pointer;
    cursor: pointer;
}

.collect-product-btn svg{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

@media screen and (max-width: 750px) {
    .wish-header-drop{
        width: 330px;
    }
}

.favorites-success{
    display: none;
    width: 100%;
    line-height: 32px;
    background: #5abe09;
    color: #fff;
    padding: 0 10px;
    margin-top: 10px;
}