.item-cart {
    background-color: #f8f8f8;
    padding: 15px;
    margin-bottom: 15px;
}

.header-cart {
    padding: 15px;
}

p.satuan-harga>small {
    font-size: 11px;
}

#cart {
    border: none;
    padding: 15px;
}

.item-cart {
    background-color: #f8f8f8;
    padding: 15px;
    margin-bottom: 15px;
}

.header-cart {
    padding: 15px;
}

p.satuan-harga>small {
    font-size: 11px;
}

#cart {
    border: none;
    padding: 15px;
}

/* .number-input {
    border: 0;
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: #ff4500;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
    border-radius: 8px;
    transition: background 200ms;
}

.number-input button:hover {
    background-color: #FF8C00
}

.number-input button:active {
    background-color: #ff4500;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    font-family: sans-serif;
    max-width: 5rem;
    padding: .5rem;
    border: 0;
    font-size: 2rem;
    height: 3rem;
    font-weight: bold;
    text-align: center;
    margin: 0 4px;
    background: #edf6ff;
    border-radius: 3px;
} */

.filter-size-list .activekemasan {
    background-color: #0b5eaf;
    border-color: #0b5eaf;
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

#detail table td {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/*
.modal {
    padding-top: 50px;
    padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal-dialog {
    width: auto;
    height: auto;
    position: absolute;
    top: 10%;
    left: 20%;
    right: 20%;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
*/
.tabnya {
    display: none;
}

@media(max-width:767px) {
    .modal-dialog {
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
		padding:.75rem!important;
    }

    .tab-style-2 {
        display: none;
    }

    .tabnya {
        display: block;
    }
}

.cart-checkbox {
    padding: 1rem !important;
}

.cart-box {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.middle-text {
    display: block;
    line-height: 2em;
}

#hemat-modal b,
#hemat-modal p,
#hemat-modal span,
#hemat-modal small,
#hemat-modal th,
#hemat-modal td {
    color: #00000091;
}

.input-group-btn.input-group-append {
    min-width: fit-content;
    width: 100%;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0
}

.input-group-btn.input-group-append .btn {
    float: right;
    width: 48%;
    border: 0;
    margin-bottom: 5px;
    float: right
}

.input-group-btn.input-group-append .btn:last-child {
    float: left
}

.fit-picture img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: unset;
}

.opt-container button {
    border-color: #69b;
}

.opt-list-pay button,
.opt-list-deliv button,
.opt-list-layanan button {
    order: 0;
}

.opt-list-pay button.opt-disabled,
.opt-list-deliv button.opt-disabled,
.opt-list-layanan button.opt-disabled {
    cursor-events: none;
    pointer: context-menu;
    position: relative;
    filter: saturate(0);
    border-color: #808080;
    opacity: 60%;
    order: 1;
}

.opt-information {
    display: flex;
}

button.unselected,
.change-select .opt-information {
    display: none;
}

.item-btn-list:not(.selected-item) {
    display: none;
}

.change-select .item-btn-list {
    display: block;
}

.change-select button.unselected {
    display: block;
}

.change-select .item-btn-nama {
    display: block;
}

.item-btn-nama {
    display: none;
}

.opt-container button {
    position: relative;
}

/*
.opt-container.change-select button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #0001
}
*/
.opt-container.change-select .has-error~button {
    border-color: red;
}

.opt-container .has-error {
    display: block;
    width: 100%;
    clear: both;
}

.opt-container.change-select .help-block.help-block-error {
    display: block !important;
}

.d-real-price {
    text-decoration: line-through;
}

.header-title-kurir p {
    color: #303030;
}

.header-title-kurir span,
.info-e-kurir span {
    color: #303030;
}

.detail-body-kurir {
    background-color: #fafafa;
    cursor: pointer
}

.detail-body-kurir:hover {
    background-color: #ebf9f9;
}

.detail-body-kurir.disabled:hover {
    background-color: #fafafa;
}

.disabled-layer {
    position: absolute;
    width: 100%;
    background-color: #e1e1e185;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
}

.detail-body-kurir.disabled .info-e-kurir span {
    color: #ff5c5c !important;
}