#product_detail {
    background-color: var(--theme-bhonline);
    color: white;
}

.category-list {
    transform: translateY(-4rem);
    position: relative;
    z-index: 1;
}

.category-item .img-frame {
    max-width: 100px;
    margin: auto;
}

.category-item .title {
    font-size: 0.8rem;
}

.tag span {
    border-right: 1px solid white;

    padding-right: 0.5rem;
    margin-right: 0.5rem;
}

.tag span:last-child {
    border-right: 0;
    padding-right: unset;
    margin-right: unset;
}



.section-content .title {
    color: var(--darker-blue);
}

.form-wrap form > h5{
    cursor: pointer;
    user-select: none;
}

.form-wrap .form-body[name="step2"],
.form-wrap .form-body[name="step3"]{
    display: none;
}

.form-wrap label,
.form-wrap input,
.form-wrap select {
    display: block;
    width: 100%;
}

.form-wrap label {
    width: fit-content;
}

.form-wrap label {
    font-weight: 700;
}

.form-wrap input,
.form-wrap select {
    border: 2px solid var(--darker-blue);
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

.form-wrap input[type=checkbox],
.form-wrap input[type=radio] {
    width: 2rem !important;
    height: 2rem !important;
}

input.checkbox-unset[type=checkbox],
input.radio-unset[type=radio] {
    width: unset !important;
    height: unset !important;
    display: initial;

}



.section-content button {
    text-transform: uppercase;
    font-weight: 900;
    padding: 0.5rem 2rem;

    border: none;
    background-color: var(--green-lighter);
    color: white;

    transition: 0.5s;
}

.section-content button:hover {
    background-color: var(--green);
}


.table-wrap table thead,
.table-wrap table tbody {
    border-color: #999;
}

.table-wrap table .heading,
.table-wrap table .seperator {
    color: #1682c8;
}

.table-wrap table .heading {
    background-color: #f5f5f5;
    padding: 1rem 0;
}

.table-wrap table input,
.table-wrap table select {
    border-color: var(--gray);
    border-width: 1px;
    padding: 0.5rem;
    background-color: #ffe6cc;
}

@media (max-width: 1199.98px) {
    .category-list {
        transform: none;
    }
}
