@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.color-card {
    background-color: #eae9e0;
    /*background-color: #ebe7ba33;
    border: 1px solid #c7bca2cc;*/
}

.custom-table-perbadingan-produk {
    box-sizing: border-box;
    th:nth-child(2),
    td:nth-child(2) {
        border-right: 1px solid #8f8f8f; /* Add border to the right of the second column */
    }
    th:nth-child(3),
    td:nth-child(3) {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .mt-large-neg {
        margin-top: -170px !important;
    }

    /*.custom-jumlah-pesanan {*/
    /*    left: -107px;*/
    /*}*/
}

/*@media (min-width: 1200px) {*/
/*    .custom-jumlah-pesanan {*/
/*        left: -173px;*/
/*    }*/
/*}*/
