﻿.restaurant_menu_card { padding-bottom: 20px; }
.restaurant_menu_card.premium { margin-top: 20px }
.restaurant_menu_card h2 {font-size: 32px; line-height: 30px; color: #4A4A4A; font-weight: 400; margin: 0; padding-bottom: 10px; font-weight: 700; color: #e44747;}
.restaurant_menu_card .menu_card_widget {cursor: pointer; background: #fff; margin: 10px 0; border-radius: 5px; padding: 15px 20px; border: 1px solid #eee;}
.restaurant_menu_card .menu_card_widget h3 {position: relative; top: -4px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; color: #4A4A4A; font-size: 26px; font-weight: 400; line-height: 26px; margin: 0; }
.restaurant_menu_card .menu_card_widget h3 i { background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMC41NyA2LjY3Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6I2E1YTNhNDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGU+YXJyb3dfZG93bl9ncmV5PC90aXRsZT48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSIxIiB5MT0iMSIgeDI9IjUuMjQiIHkyPSI1LjU2Ii8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iOS41NyIgeTE9IjEuMDMiIHgyPSI1LjM1IiB5Mj0iNS42NyIvPjwvc3ZnPg==) no-repeat center; min-width: 17px; max-width: 17px; height: 26px;  position: relative; top: 5px; }
.restaurant_menu_card .menu_card_widget.active h3 i { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.restaurant_menu_card .menu_card_info { max-height: 0; overflow: hidden; padding: 0; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; }
.restaurant_menu_card .menu_card_widget.active .menu_card_info { max-height: none; border-top: 1px solid #eee; margin-top: 15px; padding: 41px 0 30px 0; -webkit-transition: all 0.25s ease-in; transition: all 0.25s ease-in; padding: 20px 0; }
.restaurant_menu_card .menu_card_holder { display: flex; flex-wrap: wrap;}
.restaurant_menu_card .menu_card_column {flex: 40%; max-width: 40%; margin-bottom: 25px; margin-left: 60px; border-bottom: 1px dashed #ddd; padding-bottom: 20px;}
.restaurant_menu_card .menu_card_column strong { display: block; font-weight: normal; overflow: hidden; }
.restaurant_menu_card .menu_card_column span { float: right; font-size: 18px; line-height: 22px; color: #2D2D2D; font-weight: 700; display: block; max-width: 85% }
.restaurant_menu_card .menu_card_column small { float: left; font-size: 18px; line-height: 22px; color: #2D2D2D; display: block; }
.restaurant_menu_card .menu_card_column p { padding: 0; margin: 0; color: #585559; font-size: 18px; line-height: 21px; }
.restaurant_menu_card .menu_card_widget .show_more_btn {display: flex; justify-content: center; }
.restaurant_menu_card .show_more_btn-full-menu{display: flex; justify-content: center; }
.restaurant_menu_card .show_more_btn span, .restaurant_menu_card .show_more_btn a {border-radius: 30px; text-align: center; box-shadow: 0 2px 4px 0 rgb(0 0 0 / 7%); padding: 10px 10px; min-width: 270px; border: 1px solid #F44B38; color: #F44B38; margin: 10px 0;}
.restaurant_menu_card .show_more_btn.bold_font span, .restaurant_menu_card .show_more_btn.bold_font a { font-weight: 700; }
.restaurant_menu_card .show_more_btn-full-menu a {background: #F44B38; color: #fff;}

@media screen and (max-width: 1023px) {
    .restaurant_menu_card.premium { margin-top: 48px }
    .restaurant_menu_card h2 { font-size: 28px; border-bottom: none; }
    .restaurant_menu_card .menu_card_widget.active .menu_card_info { padding: 15px 0 14px 0; }
    .restaurant_menu_card .menu_card_holder { flex-direction: column; padding: 0; }
    .restaurant_menu_card .menu_card_column { flex: 100%; max-width: 100%; padding: 0; margin: 0 0 10px; padding-bottom: 15px; }
    
}

@media screen and (max-width: 767px) {
    .restaurant_menu_card .menu_card_widget { border-bottom: none; }
    .restaurant_menu_card .menu_card_widget.active { padding-bottom: 2px; }
    .restaurant_menu_card .menu_card_widget.active .menu_card_info { padding-bottom: 14px; }
    .restaurant_menu_card .show_more_btn span, .restaurant_menu_card .show_more_btn a { max-width: 100%; }
    .restaurant_menu_card .show_more_btn { padding-top: 0px; }

}

@media screen and (max-width: 359px) {
    .restaurant_menu_card h2 { font-size: 25px; }
    .restaurant_menu_card .menu_card_widget h3 { font-size: 21px; }
}
