.mj-sad-myBasket-header-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 20px;
    padding-top: 15px;
}
.mj-sad-basket-header-prev-btn-div{
    width: 30px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mj-sad-basket-header-prev-btn{
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    outline: none;
}
.mj-sad-basket-header-prev-btn div{
    color: #303030;
    font-weight: 300;
    font-size: 30px;
    font-family: FontAwesome !important;
}
.mj-sad-basket-header-description-div{
    font-weight: 400;
    font-size: 16px;
    margin-right: 35px;
}
.mj-sad-basket-header-deletAll-btn-div{
    width: 67px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mj-sad-basket-header-deletAll-btn{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
    color: #303030;
    background: none;
}
.mj-sad-basket-header-deletAll-btn div{
    font-family: FontAwesome !important;
    color: #FD2C2C;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin-left: 5px;
}
