
/*@media (max-width: 576px) {
    .subHeading-wrapper {
        your css
    }
}*/

#orderInfomation {
    background-color:white;
}
/* Cart Item */
.cartItem-title {
    font-weight: bold;
    line-height: 18px;
}
.subHeading-wrapper a {
    color: #1b1b1b;
    text-decoration: none;
    background: #fff;
    padding: 0 30px;
}

h4.subHeading-wrapper {
    background-position: center bottom;
    padding-bottom: 10px;
    margin-bottom: 4px;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}
.body {
    line-height: 1.25;
}
.cater-form {
    margin-bottom: .25rem;
}
.catersubtext {
    line-height: 1.25;
}
.form-group {
    margin-bottom: .25rem;
}
.mb-3 {
    margin-bottom: .25rem !important;
}