.pointer {
    cursor: pointer;
}

@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-auto {
        width: auto !important;
    }

    .border-sm {
        border: 1px solid rgba(0, 0, 0, .125) !important;
    }
}

@media (min-width: 768px) {
    .changeExtrasBtn {
        position: absolute !important;
        right: 24px;
        bottom: 46px;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-auto {
        width: auto !important;
    }

    .border-md {
        border: 1px solid rgba(0, 0, 0, .125) !important;
    }
}

@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-auto {
        width: auto !important;
    }

    .border-lg {
        border: 1px solid rgba(0, 0, 0, .125) !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-auto {
        width: auto !important;
    }

    .border-xl {
        border: 1px solid rgba(0, 0, 0, .125) !important;
    }
}

.input-group-qty .form-control {
    width: 40px;
    text-align: center;
    padding: 0px;
    border-color: transparent;
}

.qty-btn {
    min-width: 38px;
}

.form-control-qty-basket {}

.food-choice {
    display: inline-block;
    font-size: 0.9em;
    background: #444;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 2px;
}