.qtyitem {
    max-width: 90px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-align: center;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    border: 2px solid #ddd;
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.tablefixed {
    table-layout: fixed;
}

.customborder {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.sembunyi {
    display: none;
}

.currency {
    display: none;
}

@media only screen and (max-width: 600px) {
    .body {
        overflow: auto !important;
    }

    /* .content {
        margin: 80px 0px 0px 0px !important;
    } */

    /* .content .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        padding: 5px !important;
    } */
}