/* ACF Style for Menu */
.food-wrapper{
    max-width: 1500px;
    margin: 0 auto 25px auto;
}
.food-section-name {
    display: flex;
    flex-direction: row;
    text-align: center;
    padding: 75px 0 50px 0;
}

.food-section-name h2 {
    letter-spacing: 3px;
    font-size: 48px;
    width: 100%;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 0;
}


.food-section-name h2 span {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.menu-header-text .et_pb_heading_container{
    width: fit-content;
    margin: 0 auto;
}
.food-section{
    margin: 0 auto;
}

.food-section .food-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.food-section .food-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    max-width: 350px;
}

.food-section .preferences-icon i.icon {
    display: inline-block;
    width: 48px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 8px;
    /*color: #888;*/
    line-height: 1;
    padding-top: 32px;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
}



.icon-vegan {
    background-image: url('../Divi-child/assets/img/svg/vegan.svg');
}
.icon-vegetarian {
    background-image: url('../Divi-child/assets/img/svg/vegetarian.svg');
}
.icon-bestseller {
    background-image: url('../Divi-child/assets/img/svg/best-seller.svg');
}
.icon-new {
    background-image: url('../Divi-child/assets/img/svg/new.svg');
}
.icon-premium {
    background-image: url('../Divi-child/assets/img/svg/premium-quality.svg');
}
.icon-premium-wagyu {
    background-image: url('../Divi-child/assets/img/svg/wagyu.svg');
}
.icon-ironchef {
    background-image: url('../Divi-child/assets/img/svg/chef.svg');
}
.icon-franch {
    background-image: url('../Divi-child/assets/img/svg/france.svg');
}
.icon-japan {
    background-image: url('../Divi-child/assets/img/svg/japan.svg');
}
.icon-australia {
    background-image: url('../Divi-child/assets/img/svg/australia.svg');
}
.icon-halal {
    background-image: url('../Divi-child/assets/img/svg/halal.svg');
}
.icon-recommend {
    background-image: url('../Divi-child/assets/img/svg/recommend.svg');
}

.preferences-icon {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: 100%;
    min-height: 40px;
    margin-bottom: 0;
}

.food-card__price {
    font-family: 'Fjalla One', Helvetica, Arial, Lucida, sans-serif;
    width: 100%;
    text-align: right;
    margin-top: -15px;
    margin-bottom: 25px;
    font-size: 48px;
}
.food-card__price::after{
    content: "฿";
    font-size: 24px;
}

.product-price::after {
    content: " ฿";
	font-size: 29px;
}

.food-card__title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.2;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.food-card__description {
    text-align: center;
    font-size: 16px;
    /*color: #444;*/
}
.food-card__description p:first-child{
    padding-top: 10px;
}
.food-card__description p{
    padding-bottom: 5px;
}

.group-menu-name .dipi-dh-main::before {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #bb2f3f;
}

.group-menu-name .dipi-dh-second-heading {
    display: none;
}
#mains-seafood{
    max-width: 1200px;
}



@media (max-width: 767px) {
    .food-section .food-card {
        max-width: 100%;
    }
	.product-price::after {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
    body #page-container #drinks-nav-bar .dipi-button-wrap:hover {
        padding-top: 10px !important;
        padding-right: 20px !important;
        padding-bottom: 10px !important;
        padding-left: 20px !important;
    }
    .drinks-wrapper .drinks-group .element-title h3{
        font-size: 30px;
    }
    .drinks-wrapper .drinks-title h4 {
        font-size: 14px;
    }
    .drinks-wrapper .drinks-group .cell{
        font-size: 16px;
    }
    .drinks-wrapper .drinks-description{
        font-size: 12px;
    }
}

@media (max-width: 479px) {
    #cws-menu-submenu-buttons .dipi-button-grid-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    }
    #cws-menu-submenu-buttons .dipi-button-grid-container .dipi_button_grid_child{
        margin: 1px !important;
    }

    #cws-menu-submenu-buttons a.et_pb_button {
        width: 100%;
        text-align: center;
    }

    body #page-container #cws-menu-submenu-buttons a.et_pb_button {
        padding: 5% !important;
    }

    .drinks-wrapper .drinks-group .cell{
        padding: 6px;
    }
    .food-section-name h2 span {
        font-size: 20px;
    }
    .food-section-name h2 span:before,
    .food-section-name h2 span:after,
    .menu-header-text .et_pb_module_heading:before,
    .menu-header-text .et_pb_module_heading:after{
        background-size: 40%;
    }
    .food-section-name h2 span:before,
    .menu-header-text .et_pb_module_heading:before{
        left: -70px;
    }
    .food-section-name h2 span:after,
    .menu-header-text .et_pb_module_heading:after{
        right: -70px;
    }
    .food-card__title {
        font-size: 18px;
    }

}
.food-topping-container .et_pb_text_align_right{
    /*color: #c8693a;*/
}


/* Drinks Menu */
.drinks-wrapper{
    margin: 0 auto 25px auto;
    max-width: 1080px;
}
.drinks-wrapper h2,
.drinks-wrapper h3{

}


.drinks-section {
    display: flex;
    flex-direction: column;
}

.drinks-group {
    display: flex;
}

.drinks-group .cell {
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    font-size: 36px;
    flex: 0 0 20%;
    letter-spacing: 1px;
}

.drinks-group .cell:first-child {
    text-align: left;
    justify-content: flex-start;
    flex: 0 0 80%;
}
.element-item.cell{
	min-width: 200px;
}
.drinks-group .element-title{
    text-transform: capitalize;
}
.drinks-group .element-title .large_450{
    text-transform: initial;
}
.drinks-group .element-title h3{
    font-size: 48px;
}
.drinks-title h4{
    font-size: 22px;
}
.drinks-description{
    font-size: 16px;
}
.drinks-preferences-icon{
    margin-bottom: -40px;
    z-index: 1;
}

/* Special this project */
#food-menu-section .et_pb_divider:before{
    border-top-color: #fff;
}
#cws-wine-menu-section .food-card__price{
    margin-top: 10px;
}
#cws-drinks-menu-section .food-wrapper {
    max-width: 1200px;
}
#cws-wine-menu-section .drinks-preferences-icon {
    margin-bottom: 5px;
}
#cws-drinks-menu-section .food-section-name{
    flex-direction: column;
    padding: 50px 0;
}
.food-section-descriptions{
    padding: 10px 0 0 0;
}
#signature-cocktails .food-section-name{
    flex-direction: row;
    justify-content: center;
}
#signature-cocktails .food-section-name h2{
    width: auto;
}
#signature-cocktails .food-section-descriptions{
    display: flex;
    align-items: flex-end;
    padding: 0 0 0 10px;
    font-size: 24px;
    text-transform: uppercase;
}