.top-bar {
    background-image:url("/static/static_index/image/top_bar.png");
    background-size: cover;
    background-position: center;
}
.hover\:bg-white:hover {
    background-color: #fff;
}
.hover\:bg-white:hover .nav-link {
    color: #FF79A3 !important;
}

.nav-h {
    height: 50px;
}
.h-20 {
    height: 20%!important
}
.row {
    --bs-gutter-x:.5rem!important
}
.bg-base-color {
    background-color: #353C40;
}
.product-image {
    width: 100vw;
    height: 240px;
}

input[readonly], textarea[readonly], select[readonly] {
    background-color: #e9ecef;
    opacity: 0.8;
}
.input-group-sm>.mini, .input-group>.mini {
    font-size: .75rem;

}

.btn-mini {
    font-size: .6rem;
}

.modal-ovelay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.modal-offcanvas {
    background-color: #fff;
    position: fixed;
    top: 5%;
    left: 35%;
    height: auto;
    z-index: 3;
    visibility: hidden;
    transition: all .3s;
}
.modal-offcanvas.show {
    right: 0;
    visibility: visible;
}
