.page-content {
    min-height: 99vh;
}

#notification-prepareCart{
    max-height: 98vh;
    overflow: auto;
}

.chom-color {
    color: #54a941;
}
.clear-radius {
    border-radius: 0px!important;
}
.ezyd-item-box {
    padding: 10px;
}
.ezyd-box-title {
    /*min-height: 78px;*/
}

.button{
    margin-bottom: 0;
}

.ezyd-box-detail {
    opacity: .6;
}
.ezyd-content {
    margin: 0px 15px 0px 15px;
}
.ezyd-content div {
    min-height: 68px!important;
}
.ezyd-content div img {
    margin-top: 2px;
}
.ezyd-content div h3 {
    font-size: 14px;
    padding-left: 80px;
}
.ezyd-content-detail {
    padding-left: 80px;
}
.ezyd-input-2 input {
    height: 36px;
    line-height: 36px;
}
.ezyd-cart-button {
    margin-bottom: 0px;
    padding: 0px!important;
    vertical-align: bottom!important;
}
.ezyd-cart-button-i {
    position: absolute!important;
    width: 20px!important;
    line-height: 20px!important;
}
.round-bottom-none {
    border-bottom-left-radius: unset!important;
    border-bottom-right-radius: unset!important;
    -webkit-border-bottom-right-radius: unset!important;
    -webkit-border-bottom-left-radius: unset!important;
}
.round-top-none {
    border-top-left-radius: unset!important;
    border-top-right-radius: unset!important;
    -webkit-border-top-right-radius: unset!important;
    -webkit-border-top-left-radius: unset!important;
}
.menu-icons a {
    float: right;
    border: none;
}

.link-list-1 img {
    width: 30px;
    margin-top: 8px;
}
.footer-menu-style-1 span.badge {
    background-color: #FF0000;
    color: #FFFFFF;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    width: 20px;
    height: 20px;
    margin: 0px auto;
}

#_cartAmount {
    position:absolute;
    margin-top: 5px;
    left: 50%;
    font-size:10px!important;
    padding:10px 12px 10px 8px!important;
    border-radius:40px;
    color: white;
    background:rgba(255,0,0,.78);
    text-align:center;
    width: fit-content;
    width: -moz-fit-content;
    line-height: 0px;
}

#map-canvas {
    /*style="width: 100%; height: 50vh; border: none;"*/
    width:100%;
    border: none;
    height: 50vh;

}


/*Inputs*/
.input-style-1 input:focus {
    border-bottom: none!important;
}
/*Overwrite*/
.menu-box-top {
    height: auto;
}

/*Google Map Search*/
#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
  border: 1px solid gray;
  margin-top:10px;
  background-color: #fff;
  font-family: Kanit;
  font-size: 18px;
  font-weight: normal;
  margin-left: 12px;
  padding: 5px 10px;
  text-overflow: ellipsis;
  width: 90%;
}

#pac-input:focus {

    border-color: #4d90fe;
}

.notification-style{
    max-height: 90vh;
    overflow-y: scroll;
}

.fac-checkbox.check-15 > input[type=checkbox] + label:before,
.fac-radio.check-15 > input[type=radio] + label:before
{
    margin-top: -1px;
    font-size: 15px !important;
}

.add-hoc-list:checked + label{
    background-color: cornflowerblue;
}

.pt-1px{
    padding-top: 1px;
}
.min-w-200{
    min-width: 200px;
}

.submenu-area{
    margin-top: 20px;
}

.sub_list_menu2{
    padding: 15px 0 15px 0;
    /*border-top: 2px solid;*/
    /*border-bottom: 2px solid;*/
    /*margin-bottom: 10px;*/
}

.line2{
    margin-top: -2px;
    border-top: 2px solid;
}

.item-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    /*margin: 30px 60px;*/
}

.item-grid > .grid-box {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    padding: 6px;
}

.time-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

/* ทำ container เป็น flex */
.sub_list_menu2{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
}

/* option-box ใหม่ */
.option-box{
    flex: 0 0 calc(50% - 8px);
    background:#4f5863;
    border-radius:14px;
    padding:16px;
    text-align:center;
    cursor:pointer;
    transition: all .25s ease;
    border:2px solid transparent;
    font-weight:500;
}

/* hover */
.option-box:hover{
    background:#5b6570;
    transform:translateY(-2px);
}

/* active */
.option-box.active{
    border:2px solid #00c8ff;
    background:#2b3642;
    color:#00c8ff;
    box-shadow:0 0 0 4px rgba(0,200,255,.15);
}

#seat-filter{
    width:100%;
    padding:14px 16px;
    border-radius:16px;
    border:2px solid #00c8ff;
    background:#1f2937;
    color:#ffffff;
    font-size:15px;
    font-weight:500;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    transition:.25s ease;
    cursor:pointer;

    background-image:url("data:image/svg+xml;utf8,<svg fill='%23ffffff' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat:no-repeat;
    background-position:right 16px center;
    background-size:18px;
}

/* focus glow */
#seat-filter:focus{
    outline:none;
    box-shadow:0 0 0 4px rgba(0,200,255,.18);
}

/* dropdown list style (บาง browser รองรับ) */
#seat-filter option{
    background:#1e293b;
    color:#ffffff;
    padding:10px;
}

@media (min-width: 768px) {
    .grid-box { 
        width: 33.33%; 
    }
}

@media (min-width: 1024px) {
    .grid-box { width: 25%; }
}