.mt-100 {
    margin-top: 100px;
}

.line-height-15 {
    line-height: 15px;
}

.font-11 {
    font-size: 11px;
}

.pom-price {
    font-size: 15px;
    font-weight: bold;
}

.pom-select-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pom-drop-shadow {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.pom-business-notice {
    border: 1px solid #DA1984FF;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.pom-business-notice .fa-exclamation-circle {
    color: #DA1984FF;
}

.pom-select-results {
    font-weight: bold;
    font-size: 22px;
    margin-top: 10px;
}

.pom-flight-item {
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}

.pom-flight-item.active, .pom-flight-item:hover {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(218, 25, 132, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(218, 25, 132, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(218, 25, 132, 1)
}

.pom-flight-item-check {
    position: absolute;
    top: -13px;
    right: -13px;
    background-color: white;
    display: none;
}

.pom-flight-item-check.active {
    display: block !important;
}

.pom-flight-item-check > .fa-check-circle {
    color: #DA1984FF;
}

.pommm-x {
    position: absolute;
    right: 5px;
    top: 7px;
    color: #DA1984FF;
    cursor: pointer;
}

.w-100 {
    width: 100%;
}

.meals-item {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.pom-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.pom-meal-img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.pommm_overlay {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.pommm_container {
    background-color: white;
    position: fixed;
    z-index: 999;
    top: 15vh;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 75vh;
}

/*XS*/
@media (max-width: 767px) {
    .meals-item {
        width: calc(100% - 30px);
    }
}

/*SM*/
@media (min-width: 768px) {
    .meals-item {
        width: calc(50% - 30px);
    }
}

/*MD*/
@media (min-width: 992px) {
    .meals-item {
        width: calc(33.3333333% - 30px);
    }
}

/*LG*/
@media (min-width: 1200px) {
    .meals-item {
        width: calc(25% - 30px);
    }
}
