.order-title{
    font-size: 2em;
    margin-bottom:0.6em;
}

.btn-center-div{
    width: 100%;
    text-align: center;
}

.center-line {
    margin: 1em 0;
    height: 0.2em;
    background-color: #0b93d5;
    width: 100%;
}

.item-boxs {
    margin: 0.5em 0em;
}

.order-list {
    border: 1px solid #9fa4a8;
    border-radius: 10px;
    overflow: hidden;
    padding: 1em;
    position: relative;
    margin: 1em 0;
}

.list-title{
    font-size: 1.5em;
    color: #2ca5d7;
    font-weight: bolder;
    position: relative;
}

.order-info {
    padding: 0.5em;
}


.toggle-fa {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list-title.active .fa-plus{
    display: none;
}

.list-title.active .fa-times{
    display: block;
}

.list-title .fa-plus{
    display: block;
}

.list-title .fa-times{
    display: none;
}

@media(max-width:992px){
    .top-header {
        font-size: 0.8em;
        width: 120%;
        justify-content: space-between;
        left: -10%;
        position: relative;
    }
}
