strong, b {
    font-weight: 600;
}

.cursor-pointer {
    cursor: pointer;
}

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

.row-cols-7 > * {
    flex: 0 0 auto;
    width: 14.28%;
}

.row-cols-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
}

.currency-box {
    position: relative;
}

.currency-box input {
    padding-left: 60px;
    text-align: right;
}

.currency-box input.is-invalid, .currency-box input.is-valid {
    background-position: left 52px center;
    padding-left: calc(1.5em + 0.9rem + 48px);
}

.currency-box small {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}

.category-image {
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.service-item {
    position: relative;
}

.service-item:not(:last-child) {
    margin-bottom: 2.25rem;
}

.service-item:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #f3f7f9;
    margin-bottom: -18px;
}

.increase-btn, .decrease-btn{
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.checkout-order-list-item-img{
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.custom-radio[type="radio"] + label{
    transition: all .3s;
}

.custom-radio[type="radio"]:checked + label{
    border-color: #5671f0 !important;
}

.datepicker-plot-area{
    font-family: "iranyekan", sans-serif;
}

body[data-layout-color="dark"] .service-item:not(:last-child)::after{
    background-color: var(--ct-border-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}

@media (min-width: 576px) {
    .row-cols-sm-7 > * {
        flex: 0 0 auto;
        width: 14.28%;
    }

    .row-cols-sm-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }
}

@media (min-width: 768px) {
    .row-cols-md-7 > * {
        flex: 0 0 auto;
        width: 14.28%;
    }

    .row-cols-md-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }
}

@media (min-width: 992px) {
    .row-cols-lg-7 > * {
        flex: 0 0 auto;
        width: 14.28%;
    }

    .row-cols-lg-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }

    .button-menu-mobile{
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .row-cols-xl-7 > * {
        flex: 0 0 auto;
        width: 14.28%;
    }

    .row-cols-xl-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }
}

@media (min-width: 1400px) {
    .row-cols-xxl-7 > * {
        flex: 0 0 auto;
        width: 14.28%;
    }

    .row-cols-xxl-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }
}

@media (max-width: 767.98px) {
    li.paginate_button.previous, li.paginate_button.next {
        font-size: unset;
    }
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_filter {
        text-align: right;
    }
}

@media screen and (max-width: 575px) {
    div.dataTables_wrapper div.dataTables_length {
        display: none;
    }
}