#shop-nav a {
    color: var(--color-wit);
    text-decoration: none;
    font-family: var(--font-primary);
}

#shop-nav a:hover {
    color: var(--font-secondary);
}

#shop header{
    height: 40vh;
    background: var(--color-primary);
}

@media (max-width: 991px){
    #shop header{
        padding-top: 80px;
    }
}

#shop .header__hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.shop__header__card {
    min-height: unset;
    background: #ef7900 !important;
    padding: 20px 10px;
}

.shop__header__card a {
    color: var(--color-wit);
    text-decoration: none;
    font-family: var(--font-primary);
}

.shop__header__card .btn {
    padding: 5px;
    color: #FFF !important;
}

.shop__header__card .badge-fill {
    background: #28a745;
}

.shop__header__card .badge-next {
    background: #000;
}

.shop__ticket .btn{
    padding: 10px;
    width: 100%;
}

.shop__ticket {
    padding: 20px 0;
    border-bottom: 1px solid #dee2e6 !important;
}

.shop__ticket:last-child {
    padding: 20px 0;
    border-bottom: 1px solid transparent !important;
}

.form-floating > label {
    font-family: var(--font-primary);
}

.form-control {
    border-radius: 5px;
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid var(--color-primary);
    filter: drop-shadow(0 10px 20px rgba(26,61,142,0.3));
}

input, progress {
    accent-color: var(--color-primary);
}

.alert-success {
    border: none;
    filter: drop-shadow(0 10px 20px rgba(213,236,218,0.5));
    border-radius: 5px;
}

.alert-danger {
    border: none;
    filter: drop-shadow(0 10px 20px rgba(248,215,218,0.5));
    border-radius: 5px;
}

#orders .btn {
    width: unset;
    transition: all .2 ease-in-out;
}

#orders .btn-edit:hover {
    background: var(--color-primary);
    color: #FFF !important;
    filter: drop-shadow(0 10px 20px rgba(26,61,142,0.3));
}

.modal-content {
    border-radius: var(--br);
    border: none;
    filter: drop-shadow(0 10px 20px rgba(26,61,142,0.3));
}
