.mj-sad-favorite-options-bar{
    margin-top: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.mj-favorite-option-delete-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 91px;
    height: 40px;
    color: #FD2C2C;
    background: #fff;
    border: 1px solid #FD2C2C;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 500;
}
.mj-favorite-option-delete-btn div{
    font-family: FontAwesome !important;
    margin-left: 8px;
    font-size: 13px !important;
}
.mj-sad-favorite-option-seeBasket-btn:hover{
    background: #33348E;
    color: #FFFFFF;

}
.mj-sad-favorite-option-seeBasket-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 140px;
    height: 40px;
    background: #33348E;
    border-radius: 6px;
    margin-left: 8px;
    font-size: 11px;
    font-weight: 500;
    color: #FFFFFF;
    border: none;
    outline: none;
}
.mj-sad-shopping-cart-icon{
    font-family: FontAwesome !important;
    margin-left: 8px;
    font-weight: 300 !important;
    font-size: 17px;
}
.mj-sad-bascet-items-badges{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    background: #FD2C2C;
    border-radius: 50px;
    right: -10px;
    top: -9px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
}

















