/* Category-Page:Order */
.obs-order-card {
    margin-bottom: 15px;
}

/* load Ajax spinner / blur */
.is-active {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.5 !important;
}

.obs-order-card-header-title {
    color: black;
}

.obs-bootstrap .card-header {
    padding: 0;
    margin: 0;
    background: transparent;
}

.box_order .card-body {
    padding: 1rem 0;
}

.box_order .card-body label {
    margin-bottom: .2rem;
}

.box_order .card-body ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.box_order .card-body li {
    margin: 0;
    padding: 0;
}

.bootstrap_card {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: .25rem;
    width: 100%;
}
