@media (max-width: 600px) {
    .mobileFlex {
        display: flex !important;
        flex-direction: column-reverse;
    }
}

.upload-photo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}


#imgPreview {
    display: none;
}

ul.parsley-errors-list {
    padding-left: 0px;
    margin-bottom: 0;
    text-align: left;
}

ul.parsley-errors-list li {
    color: red;
    list-style-type: none;
}

.link-class a {
    font-family: "montbold" !important;
    color: inherit;
}

.color-class {
    font-family: "montbold" !important;
    color: #00b16c;
}

.common-class {
    font-family: "montbold" !important;
}

#marketplace-table {
    width: 100% !important;
}

.swal-button--danger {
    background-color: #00b16c;
}

.myprofileSwitch {
    display: flex;
    justify-content: flex-end;
}

.dlt-acc-form {
    display: flex;
    align-items: center;
    margin: 0;
    padding-top: 6px;
    margin-left: 8px;
}

.dlt-acc-form a {
    font-size: 17px;
}

.seller_price {
    padding: 0;
}

.pri-cms-dis li {
    display: list-item;
}

@media (max-width: 576px) {
    .seller_price {
        padding: 0 15px;
    }
}

.disable-qty {
    pointer-events: none;
}
