.cart-qty-btn {
    border-radius: unset;
    padding: 0.39rem 0.75rem;
}


.modal-backdrop.show {
    display: none;
}

.btn-primary {
    background-color: #e23e1d;
    border-color: #e23e1d;
}

.btn-outline-primary {
    border-color: #e23e1d;
    color: #e23e1d;
}

.btn-outline-primary:hover {
    border-color: #e23e1d;
    background-color: #b53217;
}

.btn-primary:hover {
    background-color: #b53217;
    border-color: #b53217;
}

.card_hover:hover h3 {
    color: #e23e1d;
}

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

.customer_menu li {
    padding: 5px 0px;
    font-size: 20px;
}


.swal-button {
    background-color: #e23e1d !important;
    border-color: #e23e1d !important;
}

.swal-button:hover {
    background-color: #b53217 !important;
    border-color: #b53217 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #e17a65;
    border-color: #e17a65;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem #e17a65;
}


.category-cart-text {
    font-size: 13px;
}


#get_order_by_modal {
    background-color: #cccccc71;
}


#pickUpCol {
    border-right: 1px solid #dee2e6;
}

#customer_menu_parent{
    border-right: 1px solid #dee2e6;
}

@media (max-width: 576px) {
    #pickUpCol {
        border-right: none;
        border-bottom: 1px solid #dee2e6;
        padding-bottom: 15px;
        margin-bottom: 15px;

    }

    .cart-item-parent{
        border: 1px solid #ccc;
        margin-bottom: 20px;
        padding: 20px;
    }

    #customer_menu_parent{
        border-right: none;
        border-bottom: 1px solid #dee2e6;
    }

    /* #deliveryCol {} */
}
