.shipping-table th,
.shipping-table td {
    background: white;
    color: black;
}

.shipping-heading {
    color: black;
}

/* .spice-name-sub {
    margin-bottom: 30px;
} */

.mobile-img-wrapper {
    background: linear-gradient(#c6deeb, rgba(198, 222, 235, 0));
}

.base-bottle-item {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
    align-content: center;
    justify-content: start;
}

.qanda-quantity {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
    align-content: center;
    justify-content: space-between;
    margin: 108px auto 0 auto;
}

.qanda-make-btn {
    padding: 12px 0 18px 0;
}

.qanda-up2 {
    padding: 105px 0 90px 0;
}

.qanda-make-btn {
    margin: 50px auto 0 auto;
}

.warning-message {
    text-align: center;
    margin-top: 5vh;
    font-size: 10px;
}

.top_concept_wrap {
    padding: 80px 0 50px 0;
}

.warning-message-os-index-sec-place {
    color: black;
    text-align: center;
    position: relative;
    top: -30px;
    font-size: 10px;
}
