/*your custom css goes here*/

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.active-category{
    color: #ac8660 !important;
}

.ml-1{
    margin-left: 1rem !important;
}

.ml-2{
    margin-left: 2rem !important;
}
.mb-1{
    margin-bottom: 1rem !important;
}
.mb-2{
    margin-bottom: 2rem !important;
}

.lnr-heart.active {
    color: red !important;
}

.red{
    color: red !important;
}
.error{
    color: red !important;
}

.file-preview.box a {
    color: inherit;
}
.file-preview.box:after {
    content: "";
    clear: both;
    display: table;
}
.file-preview.box .file-preview-item {
    width: 160px;
    float: left;
    margin-right: 0.5rem;
    padding: 0;
    display: block !important;
    position: relative;
}

.file-preview.box.sm .file-preview-item {
    width: 100px;
}


.img-fit {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}

.clearFilter{
    cursor: pointer;
}
.change_quantity{
    cursor: pointer;
}

.order-tracking{
    width: 20% !important;
}

.closeModal {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    color: grey;
    background: #fff;
}