/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/jan/2021, 17:19:05
    Author     : Carlos Braga
*/



/* OVERRIDES */

md-select:not([disabled]):focus .md-select-value {
    border-bottom: 0px;
    padding: 4px 0;
}
.md-select-menu-container {
    z-index: 100000000;
}
.md-select-menu-container {
    z-index: 100000000;
    border-radius: 12px;
    overflow: hidden;
}
md-option {
    display: flex;
    flex-direction: row;
    min-height: 48px;
    height: 48px;
    align-content: center;
    justify-content: flex-start;
}
md-option .md-text {
    min-height: auto;
    height: 48px;
    line-height: unset;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
md-select-menu.md-default-theme md-content md-option:not([disabled]).md-focused, md-select-menu md-content md-option:not([disabled]).md-focused, md-select-menu.md-default-theme md-content md-option:not([disabled]):focus, md-select-menu md-content md-option:not([disabled]):focus {
    background-color: rgb(0 0 0 / 65%) !important;
    color: #fff !important;
}
md-select-menu.md-default-theme md-content md-option:not([disabled]):hover, md-select-menu md-content md-option:not([disabled]):hover {
    background-color: rgb(158 158 158 / 60%);
}
md-select-menu:not(.md-overflow) md-content {
    padding: 0;
}
.md-select-menu-container {
    z-index: 100000000;
    border-radius: 12px;
    overflow: hidden;
}

.md-select-value .md-select-icon {
    position: absolute;
    right: 6px;
    transform: translateY(0px);
}



@font-face {
    font-family: "Nunito";
    src: url(/template/fonts/NunitoSans-ExtraLight.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Nunito";
    src: url(/template/fonts/NunitoSans-ExtraLightItalic.ttf) format("truetype");
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: "Nunito";
    src: url(/template/fonts/NunitoSans-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Nunito";
    src: url(/template/fonts/NunitoSans-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "Nunito";
    src: url(/template/fonts/NunitoSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Nunito";
    src: url(/template/fonts/NunitoSans-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "Nunito";
    src: url(/template/fonts/NunitoSans-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Nunito";
    src: url(/template/fonts/NunitoSans-SemiBoldItalic.ttf) format("truetype");
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: "Nunito";
    src: url(/template/fonts/NunitoSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Nunito";
    src: url(/template/fonts/NunitoSans-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: "Nunito";
    src: url(/template/fonts/NunitoSans-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Nunito";
    src: url(/template/fonts/NunitoSans-ExtraBoldItalic.ttf) format("truetype");
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: "Nunito";
    src: url(/template/fonts/NunitoSans-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Nunito";
    src: url(/template/fonts/NunitoSans-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: italic;
}

* {
    outline: none;
}
*[ng-click] {
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #000000;
    border: 0px none #a12626;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: #303030;
}
::-webkit-scrollbar-thumb:active {
    background: #5e5e5e;
}
::-webkit-scrollbar-track {
    background: #ffffff;
    border: 0px none #ffffff;
    border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
    background: #f0f0f0;
}
::-webkit-scrollbar-track:active {
    background: #c2c2c2;
}
::-webkit-scrollbar-corner {
    background: transparent;
}



body {
    font-family: "Nunito";
}
a {
    text-decoration: none;
}




.topbar_container {
    display: none;
}
.welcome_container {
    width: 100%;
    min-height: 100%;
}
.welcome_wrapper {
    width: 100%;
    height: 100%;
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
}
.welcome_background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.welcome_background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: absolute;
}
.welcome_background video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.welcome_background_backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.welcome_content_container, .welcome_footer_container {
    z-index: 1;
    position: relative;
}
.welcome_content_container {
    z-index: 1;
    position: relative;
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.welcome_content_wrapper {
    max-width: 600px;
    width: 100%;
}
.welcome_store_logo img {
    width: 200px;
    display: block;
    margin: 0 auto 8px;
}
.welcome_service_choice_wrapper {
    margin: 50px 0;
}
a.welcome_service_choice_item {
    width: 195px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /*margin: 18px 0;*/
    cursor: pointer;
}
a.welcome_service_choice_item .welcome_service_choice_item_img {
    background: rgb(255 255 255 / 80%);
    border-radius: 50%;
    padding: 35px;
    transition: .15s all linear;
}
a.welcome_service_choice_item:hover .welcome_service_choice_item_img {
    opacity: 0.8;
}
a.welcome_service_choice_item .welcome_service_choice_item_img img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: center;
}
.welcome_service_choice_item_desc {
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin: 6px 0;
}
.welcome_footer_copyright_title {
    text-align: center;
    font-size: 14px;
    margin: 0 0 8px;
}
a.welcome_footer_copyright_subtitle {
    font-size: 16px;
    font-weight: 700;
}
.welcome_footer_brand_wrapper img {
    width: 70px;
    height: 50px;
    object-fit: contain;
    object-position: center;
    margin: 6px 0 0;
}
.welcome_footer_brand_desc {
    text-align: center;
    font-size: 14px;
}
.welcome_service_restaurant_details_schedule {
    width: 100%;
    margin: 0 0 12px;
}
.welcome_service_restaurant_details_schedule_title {
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin: 6px 0 0;
}
.welcome_service_restaurant_details_schedule_details {
    margin: 6px 0 0;
}
.welcome_service_restaurant_details_schedule_details_locale {
    color: #fff;
    text-align: right;
    font-weight: 700;
    font-size: 14px;
    padding: 0 6px;
}
.welcome_service_restaurant_details_schedule_details_hours {
    font-size: 14px;
    color: #fff;
    padding: 0 6px;
}
.welcome_wrapper .welcome_details_button.md-button.md-ink-ripple {
    background: rgb(255 255 255 / .8);
    padding: 3px 80px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    width: auto;
    height: auto;
    margin: initial;
}
.welcome_container button.md-button.md-ink-ripple:hover, .welcome_container md-select.select_button:hover {
    background: rgb(255 255 255 / 0.6) !important;
}



.pedido_cliente_top_banner_wrapper {
    height: 250px;
    position: relative;
}
.pedido_cliente_top_banner_wrapper > img {
    height: 100%;
    position: absolute;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.pedido_cliente_top_banner_backdrop {
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.75;
}
.pedido_cliente_top_banner_details_wrapper {
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
    padding: 12px 0 0;
    width: 100%;
}
.top_banner_details_back_action .md-button.md-ink-ripple {
    min-width: auto;
    background: #000;
    width: 36px;
    border-radius: 50%;
    color: #fff;
}
img.top_banner_details_details_logo {
    /*width: 150px;*/
    max-height: 75px;
}
img.top_banner_details_details_icon {
    width: 40px;
    margin: 25px 0 0;
    height: 63px;
}
.top_banner_details_details_text {
    color: #fff;
    text-transform: uppercase;
    margin: 6px 0 0;
    white-space: nowrap;
}
.pedido_cliente_top_banner_categories_wrapper {
    position: relative;
    color: #fff;
    max-width: 1260px;
    width: 100%;
}
.pedido_cliente_top_banner_category {
    display: flex;
    flex: auto;
}
.pedido_cliente_top_banner_category {
    display: flex;
    flex: auto;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 12px;
    transition: .15s all linear;
}
/*.pedido_cliente_top_banner_category.alternate {
    background: #fff;
    color: #333;
    font-weight: 700;
}*/
.pedido_cliente_top_banner_category.active{
    background: #fff;
    color: #333;
    font-weight: 700;
}
.pedido_cliente_top_banner_categories_wrapper {
    position: relative;
    color: #000;
    max-width: 1260px;
    width: 100%;
    padding: 0 0 12px;
}
.welcome_service_restaurant_details_address {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}
.welcome_service_restaurant_details_address a {
    color: #fff;
    padding: 0 12px;
    font-size: 14px;
}
.welcome_service_restaurant_details_contacts a {
    color: #fff;
    padding: 0 12px;
    font-size: 14px;
}
.welcome_service_restaurant_details_social a {
    font-size: 24px;
    margin: 0 6px;
    color: #fff;
}
md-select.select_button {
    background: rgb(255 255 255 / .8);
    padding: 0 12px;
    border-radius: 12px;
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
    margin: 0 8px;
}
md-select.select_button md-select-value {
    padding: 4px 0;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    border-bottom: 0;
}

.welcome_details_title {
    color: #fff;
    /* border-bottom: 1px solid #fff; */
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    padding: 6px 0;
    /* margin: 0 0 12px; */
}
.welcome_details_container {
    width: 100%;
}
.welcome_details_address_icon {
    background: rgb(255 255 255 / .8);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    border-radius: 50%;
    font-size: 14px;
    color: #000;
    margin: 0 0 6px;
}
.welcome_details_address_text {
    font-size: 13px;
    color: #fff;
    padding: 0 6px;
    line-height: 24px;
    text-align: center;
}
.welcome_details_address_text.alternate {
    font-weight: 700;
}
a.welcome_details_address {
    margin: 24px 0 0;
    /*max-width: 33%;*/
    width: 100%;
}
.welcome_details_address_subtext_wrapper {
    color: #fff;
    font-size: 13px;
    /* margin: 0 0 0 30px; */
    padding: 6px 0 0;
}
.welcome_details_address_subtext_text {
    padding: 0 6px;
}
.welcome_topbar_container {
    position: absolute;
    max-width: 1260px;
    width: 100%;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    z-index: 100;
}
button.welcome_topbar_button.md-button.md-ink-ripple {
    background: rgb(255 255 255 / .8);
    border-radius: 20px;
    font-size: 12px;
}
button.welcome_topbar_button.md-button.md-ink-ripple span {
    padding: 0 6px 0 0;
}
button.welcome_topbar_button.md-button.md-ink-ripple:hover {
    background: rgb(255 255 255 / 50%) !important;
}
.welcome_footer_container {
    position: relative;
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
}
.welcome_footer_brand_desc {
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.welcome_footer_brand_subdesc {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}
.welcome_footer_line_container {
    background: rgb(255 255 255 / .2);
    position: relative;
    margin: 12px 0 0;
}
.welcome_footer_line_container a.pedido_cliente_footer_item .pedido_cliente_footer_item_text {
    color: #fff;
    padding: 12px 6px;
    cursor: pointer;
}
.welcome_details_address {
    margin: 18px 0 0;
}
.welcome_footer_brand_container {
    width: 200px;
}
.welcome_details_wrapper {
    flex: auto;
}


.ementa_type_select_container {
    /* background: #f0f0f0; */
    margin: 0 0 6px;
}
.ementa_type_select_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    height: 0;
    overflow: hidden;
    transition: .15s all linear;
}
.ementa_type_select_wrapper.desktop {
    height: auto;
}
.ementa_type_select_container.active .ementa_type_select_wrapper {
    height: auto;
    padding: 12px 0;
}
.ementa_type_select_container > button > span {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
    transition: .15s all linear;
}
.ementa_type_select_container.active > button > span {
    transform: rotate(180deg);
}
.ementa_type_selector.md-button.md-ink-ripple {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    line-height: unset;
    padding: 8px 6px;
    border-radius: 12px;
    margin: 0 12px;
    max-width: 150px;
    white-space: normal;
}
.ementa_type_selector.md-button.md-ink-ripple span {
    width: 48px;
    height: 48px;
    border: 2px solid #333;
    border-radius: 50%;
    display: flex;
    padding: 6px;
    box-sizing: border-box;
}
.ementa_type_selector.md-button.md-ink-ripple span path.cls-1 {
    fill: #FFF;
}
.ementa_type_selector.md-button.md-ink-ripple p {
    margin: 6px 0 0;
    font-size: 14px;
    font-weight: 400;
}
.ementa_type_selector.selected {
    opacity: 1!important;
}
.ementa_type_selector.selected.md-button.md-ink-ripple span {
    background: #FFF;
    /* background: #000; */
}
.ementa_type_selector.selected.md-button.md-ink-ripple span path.cls-1 {
    fill: #000;
    /* fill: #fff; */
}
.ementa_type_selector.selected.md-button.md-ink-ripple p {
    font-weight: 800;
}
.ementa_type_selector.md-button.md-ink-ripple:not([disabled]):hover {
    background: transparent !important;
}
.ementa_type_selector.md-button.md-ink-ripple:not([disabled]):not(.selected):hover span {
    background: rgb(0 0 0 / 30%);
}

md-select:not([disabled]):focus .md-select-value {
    border-bottom: 0px;
    padding: unset;
}
md-select[ng-model="lang"]:not([disabled]):focus .md-select-value {
    border-bottom: 0px;
    padding: 4px 0;
}





.dish_selection_details_wrapper .dish_selection_wrapper > .dish_selection_details_container > .dish_selection_details_wrapper {
    padding: 12px 0px 0px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}




/*
.main_content_main_container {
    height: initial;
    margin: 0 0 0;
}
.page_content_container {
    height: calc(100vh - 86px);
    overflow: auto;
}
.page_wrapper {
    margin: 0;
}
.page_content_content_wrapper {
    padding: 22px 0;
    height: calc(100vh - 139px);
    overflow: auto;
}*/




.pedido_cliente_content_container {
    /* height: calc(100% - 297px); */
    overflow: hidden;
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    width: 100%;
}
.pedido_cliente_content_wrapper {
    height: 100%;
    overflow: auto;
}
.pedido_cliente_content_wrapper {
    height: 100%;
    overflow: auto;
    /*min-height: 100%;*/
}
.pedido_cliente_content_wrapper md-tabs.ng-isolate-scope.md-dynamic-height {
    padding: 0 0 100px;
}
h2.pedido_cliente_inner_content_section_title {
    font-size: 14px;
    border-bottom: 2px solid #000;
    text-transform: uppercase;
    font-weight: 900;
}
.pedido_cliente_inner_content_section_container {
    padding: 18px 12px;
    max-height: initial !important;
}
.pedido_cliente_inner_content_section_item_name {
    font-size: 14px;
    font-weight: 800;
    line-height: 14px;
}
.pedido_cliente_inner_content_section_item_price {
    font-size: 16px;
    font-weight: 300;
    /*margin: 0 12px 0 12px;*/
    text-align: right;
}

.pedido_cliente_inner_content_section_item_allergy {
    font-size: 12px;
    color: #E57373;
    font-weight: 800;
}
.pedido_cliente_inner_content_section_item_add button.md-button.md-ink-ripple {
    margin: 0 0 0 0;
    min-width: auto;
    width: 24px;
    min-height: auto;
    height: 24px;
    background: #000;
    color: #fff;
    border-radius: 50%;
}
.pedido_cliente_inner_content_section_container.flex-gt-sm-100 .pedido_cliente_inner_content_section_content {
    columns: 2;
}
.pedido_cliente_inner_content_section_item {
    padding: 0 0 8px;
    break-inside: avoid;
}
.pedido_cliente_inner_content_section_item_desc {
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}
.pedido_cliente_inner_content_section_item_line {
    min-height: 36px;
    /* margin: 0 0 6px; */
}


.pedido_cliente_top_banner_categories_wrapper md-select {
    position: relative;
    width: 100%;
    background: #333;
    /* margin: 5px 18px !important; */
    color: #fff;
    /* padding: 0 6px; */
    font-weight: 700;
    /* border-radius: 8px; */
    /* margin-top:5px */
    margin:0!important
}
md-select.md-default-theme:not([disabled]):focus .md-select-value, md-select:not([disabled]):focus .md-select-value {
    border-bottom-color: rgb(0 0 0);
    /* color: rgb(255 255 255); */
}
md-select.md-default-theme .md-select-icon, md-select .md-select-icon {
    color: rgb(255 255 255);
}
.pedido_cliente_top_banner_categories_wrapper md-select md-select-value {
    border-bottom: 0 !important;
    text-transform: uppercase;
    padding: 0 16px;
}

button.ementa_type_toggler.md-button.md-ink-ripple {
    margin: 0;
    border-radius: 0;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}






cart-preview {
    max-width: 1260px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.cart_preview_container {
    position: absolute;
    right: 18px;
    top: calc(100% - 72px);
    box-shadow: 1px 2px 8px -3px #000;
    border-radius: 18px 18px 0 0;
    transition: .15s all linear;
    /*overflow: hidden;*/
}
.cart_preview_container.active {
    top: calc(100% - 552px);
}
.cart_preview_wrapper {
    background: #fff;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
}
button.cart_preview_header_container.md-button.md-ink-ripple {
    margin: 0;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 18px 12px;
    border-radius: 18px 18px 0px 0px;
    text-transform: none;
}
button.cart_preview_header_container.md-button.md-ink-ripple:hover {
    background: rgb(0 0 0 / 85%) !important;
    opacity: 1;
}
.cart_preview_list_container, .cart_preview_footer {
    background: #fff;
}
.cart_preview_header_icon {
    font-size: 28px;
}
.cart_preview_header_desc {
    text-align: left;
    line-height: 18px;
    margin: 0 6px 0;
    font-weight: 700;
}
.cart_preview_header_price {
    font-size: 28px;
    font-weight: 700;
}

.cart_preview_list_wrapper {
    padding: 8px 12px 12px;
    height: 400px;
    overflow: auto;
}
table.cart_preview_list_table {
    border-spacing: 0px 8px;
}
table.cart_preview_list_table tbody tr {
    vertical-align: top;
}
table.cart_preview_list_table th {
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
}
.cart_preview_list_quantity_wrapper button.md-button.md-ink-ripple {
    margin: 0;
    background: #828282;
    min-width: auto;
    min-height: auto;
    width: 24px;
    height: 24px;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
}
.cart_preview_list_quantity_wrapper button.md-button.md-ink-ripple.dummy {
    opacity: 0.4;
}
.cart_preview_list_quantity_wrapper input {
    width: 24px;
    text-align: center;
    border: 0;
    line-height: 24px;
    padding: 0;
    background: transparent;
}
.cart_preview_list_product_wrapper {
    font-size: 14px;
    width: 170px;
    padding: 3px 0 0;
}
.cart_preview_list_price_wrapper {
    font-size: 14px;
    padding: 3px 0 0;
    white-space: nowrap;
}
.cart_preview_list_remove_wrapper button.md-button.md-ink-ripple {
    margin: 0 0 0 12px;
    background: #E57373;
    color: #fff;
    min-width: auto;
    min-height: auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.cart_preview_footer .md-button.md-ink-ripple {
    width: 100%;
    background: #46D386;
    color: #fff;
    max-width: 200px;
    border-radius: 14px;
    padding: 6px 0;
    font-weight: 700;
}
.cart_preview_list_product_subitem_wrapper {
    border-top: 1px dashed rgb(130 130 130 / 15%);
    font-size: 10px;
    text-transform: uppercase;
    color: #828282;
}
.cart_preview_list_product_subitem.removed {
    text-decoration: line-through;
}
.cart_preview_list_product_comment_wrapper {
    font-size: 12px;
    color: #828282;
    border-top: 1px dashed rgb(130 130 130 / 15%);
}
.encomenda_section_input_wrapper md-radio-group md-radio-button {
    margin: 0 8px 0 0;
}
.encomenda_section_input_wrapper md-radio-group md-radio-button .md-container.md-ink-ripple .md-off {
    border-radius: 6px;
    position: absolute;
    border: 1px solid #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.encomenda_section_input_wrapper md-radio-group md-radio-button.md-checked .md-container.md-ink-ripple .md-off {
    border: 2px solid #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.encomenda_section_input_wrapper md-radio-group md-radio-button.md-checked .md-container.md-ink-ripple .md-on {
    border-radius: 6px;
    transform: scale(0.7);
    background: #000;
}
md-radio-button.md-default-theme .md-on, md-radio-button .md-on {
    background-color: rgb(0 0 0);
}
md-radio-group.md-default-theme .md-checked .md-ink-ripple, md-radio-group .md-checked .md-ink-ripple {
    color: rgba(0, 0, 0, 0.2);
}
md-radio-group.md-default-theme.md-focused:not(:empty) .md-checked .md-container:before, md-radio-group.md-focused:not(:empty) .md-checked .md-container:before {
    color: rgba(0, 0, 0, 0.2);
}
md-radio-group#moneyChange {
    display: flex;
    height: 34px;
    align-items: center;
}





md-dialog.showThumb_dialog {
    border-radius: 36px;
}
.showThumb_wrapper {
    max-width: 650px;
}
.showThumb_img_wrapper img {
    width: 100%;
}
.showThumb_header_wrapper {
    color: #fff;
    background: #000;
    text-align: center;
    padding: 30px;
}
.showThumb_header_title {
    font-size: 22px;
}
.showThumb_header_subtitle {
    font-size: 14px;
}
button.pedido_cliente_inner_content_section_item_img.md-button.ng-scope.md-ink-ripple {
    width: 75px;
    height: 75px;
    margin: 0 6px 0 0;
    padding: 0;
    min-width: auto;
}
button.pedido_cliente_inner_content_section_item_img.md-button.ng-scope.md-ink-ripple img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.featured_products_featured_title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    padding: 16px 0;
}
.featured_products_item_container {
    padding: 0 10px;
    height: auto;
}
.featured_products_item_container .featured_products_item_img img {
    width: 100%;
    border-radius: 36px;
    /* height: 190px; */
    /* height: 130px; */
    object-position: center;
    object-fit: cover;
}
.featured_products_item_desc_title {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0;
}
.featured_products_item_desc_ingr {
    font-size: 12px;
    text-align: center;
}
.featured_products_item_desc_action {
    /* margin: 6px 0 0; */
}
.featured_products_item_desc .pedido_cliente_inner_content_section_item_allergy {
    text-align: center;
}
.featured_products_item_desc_action_price {
    font-size: 16px;
}
.featured_products_item_desc_action button.md-button.md-ink-ripple {
    margin: 0 0 0 0;
    min-width: auto;
    width: 24px;
    min-height: auto;
    height: 24px;
    background: #000;
    color: #fff;
    border-radius: 50%;
}

.top_banner_details_back_action {
    width: 300px;
}
button.top_banner_details_menu.md-button.md-ink-ripple {
    width: auto;
    background: rgb(255 255 255 / .8);
    border-radius: initial;
    /* margin: 0; */
    line-height: initial;
    text-align: right;
    text-transform: none;
    border-radius: 12px;
    color: #000;
}
button.top_banner_details_menu.md-button.md-ink-ripple:not([disabled]):hover {
    background: rgb(255 255 255 / 0.6) !important;
}
button.top_banner_details_menu.md-button.md-ink-ripple .user_account_details_title {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}
button.top_banner_details_menu.md-button.md-ink-ripple .user_account_details_name {
    font-size: 14px;
    margin: 0 12px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: auto;
    max-width: 235px;
    width: 100%;
}
button.top_banner_details_menu.md-button.md-ink-ripple .user_account_details_wrapper {
    margin: 0 12px 0 0;
    line-height: 14px;
}
button.top_banner_details_menu.md-button.md-ink-ripple svg {
    font-size: 24px;
}



md-menu-item>.md-button {
    min-height: auto;
    height: 48px;
    line-height: unset;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
md-menu-item>.md-button svg {
    font-size: 16px;
    margin: 0 0 0 6px;
}
md-menu-content {
    padding: 0;
}
.md-open-menu-container md-menu-divider {
    margin: 0;
}
.md-open-menu-container {
    border-radius: 12px;
}
md-menu-item>.md-button.md-default-theme:not([disabled]):hover, md-menu-item>.md-button:not([disabled]):hover {
    background-color: rgb(0 0 0 / 65%) !important;
    color: #fff;
}
.main_content_main_container {
    overflow: hidden;
}
.pedido_cliente_footer_container {
    background: #F0F0F0;
    position: relative;
}
.pedido_cliente_footer_wrapper {
    max-width: 1260px;
    width: calc(100% - 16px);
    margin: 0 auto;
    padding: 6px 8px;
}
a.pedido_cliente_footer_item {
    /*margin: 0 12px 0 0;*/
    cursor: pointer;
}
.poweredBy_text {
    font-size: 14px;
    color: #000;
}
a.pedido_cliente_footer_item img {
    width: 35px;
    margin: 0 6px;
}
.pedido_cliente_footer_item_text {
    font-size: 12px;
    text-decoration: underline;
    color: #828282;
}


.encomenda_container {
    height: calc(100% - 298px);
    /*overflow: auto;*/
}
.encomenda_wrapper {
    height: calc(100% + 147px);
}
/*.encomenda_container, .encomenda_wrapper {
    height: 100%;
}*/
.encomenda_wrapper form {
    width: 100%;
    max-width: 1260px;
    margin: 0;
}
.encomenda_form_container {
    height: calc(100% - 147px);
    min-height: auto;
    padding: 0 50px 50px 0;
    overflow: auto;
}
/*.encomenda_section_wrapper {
    padding: 0 0 50px;
}*/
.encomenda_form_container.alternate {
    background: #F0F0F0;
    padding: 0 0 0 50px;
}
.encomenda_form_container.alternate .cart_preview_list_container, .encomenda_form_container.alternate .cart_preview_footer {
    background: transparent;
}
.encomenda_form_dummy_color_spacer.gray {
    background: #f0f0f0;
}
.encomenda_section_title {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    margin: 24px 12px 12px;
    padding: 3px 0;
}
.encomenda_section_input_wrapper {
    margin: 0 0 3px;
    padding: 0 12px;
}
.encomenda_section_input_wrapper label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
}
.encomenda_section_input_wrapper input {
    width: 100%;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 20px;
}
md-checkbox {
    display: flex;
    min-height: auto;
    align-items: center;
}
md-checkbox .md-container.md-ink-ripple {
    margin: 0 6px 0 0;
    transform: translateY(0%);
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
}
md-checkbox .md-container.md-ink-ripple .md-icon {
    border-radius: 6px;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
}
md-checkbox.md-checked .md-container.md-ink-ripple .md-icon {
    background-color: rgb(0 0 0);
}
md-checkbox.md-checked .md-container.md-ink-ripple .md-icon::after {
    border-color: rgb(255 255 255);
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
}
md-checkbox .md-label {
    margin: 0;
    display: block;
    font-size: 14px;
}

.encomenda_form_wrapper .cart_preview_list_remove_wrapper {
    text-align: right;
}
.encomenda_form_wrapper .cart_preview_list_wrapper {
    padding: 0;
    height: auto;
}
.encomenda_form_wrapper table.cart_preview_list_table {
    width: calc(100% - 24px);
    margin: 0 12px;
}
.cart_preview_subtotal_wrapper {
    border-top: 1px solid #333;
    margin: 12px 12px 0;
    padding: 8px 0 0;
}
.cart_preview_subtotal_item_wrapper {
    padding: 8px 0;
}
.cart_preview_subtotal_item_text {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
}
.cart_preview_subtotal_item_value {
    font-size: 14px;
    font-weight: 300;
}
.cart_preview_total_wrapper {
    border-top: 2px solid #000;
    margin: 6px 12px 0;
    padding: 6px 0 0;
}
.cart_preview_total_item_wrapper {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    padding: 8px 0;
}
.cart_preview_list_table_wrapper {
    height: calc(100% - 250px);
    overflow: auto;
}

md-menu-item .user_account_details_title {
    padding: 0 12px;
    width: calc(100% - 24px);
    text-align: right;
    font-weight: 700;
    line-height: 16px;
}
md-menu-item .user_account_details_name {
    padding: 0 12px;
    width: calc(100% - 24px);
    text-align: right;
    line-height: 16px;
}
.cart_preview_list_quantity_wrapper {
    display: flex;
}
button.encomenda_section_content_type.md-button.md-ink-ripple {
    background: #fff;
    color: #000;
    font-weight: 700;
    border-radius: 12px;
    border: 1px solid #000;
    height: 60px;
}
button.encomenda_section_content_type.md-button.md-ink-ripple img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
    margin: 0 6px 0 0;
}
button.encomenda_section_content_type.md-button.md-ink-ripple.ativo {
    background: #000;
    color: #fff;
}
.pedido_cliente_completed_wrapper {
    padding: 24px;
}
.pedido_cliente_completed_title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 0;
}
.pedido_cliente_completed_description {
    font-size: 16px;
    padding: 6px 0;
}
a.pedido_cliente_completed_link {
    font-size: 12px;
    color: #000;
    margin: 50px 0 0;
    text-transform: uppercase;
}
.pedido_cliente_completed_wrapper img {
    max-height: 90px;
    margin: 0 0 50px;
}
textarea#addressObs {
    width: 100%;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 20px;
    resize: vertical;
    height: 75px;
    max-height: 100px;
}
.encomenda_section_title {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    margin: 8px 12px 12px;
    padding: 3px 0;
    display: block;
}
a.encomenda_section_title {
    cursor: pointer;
    display: flex;
    background: #ffffff;
    padding: 3px 6px;
    align-items: center;
    transition: .15s all linear;
}
a.encomenda_section_title.active {
    background: #fff;
}
.encomenda_section_accordion_wrapper {
    height: 0;
    overflow: hidden;
}
.encomenda_section_accordion_wrapper.active {
    height: auto;
}
a.encomenda_section_title span {
    flex: auto;
}
a.encomenda_section_title svg {
    transition: .15s all linear;
}
a.encomenda_section_title.active svg {
    transform: rotate(180deg);
}
.encomenda_section_map_title_wrapper {
    display: flex;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    align-items: center;
}
.encomenda_section_map_title_wrapper md-checkbox {
    direction: rtl;
}
ng-map.address_map {
    height: 0 !important;
    transition: .15s all linear;
    margin: 6px 0 0;
}
ng-map.address_map.active {
    height: 275px !important;
}
md-checkbox.address_map_check {
    direction: rtl;
    width: 100%;
}
md-checkbox.address_map_check .md-label {
    flex: auto;
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.address_map_marker {
    font-size: 30px;
}
.address_map_marker.destiny {
    color: #46d386;
}
.encomenda_form_wrapper .cart_preview_list_table_wrapper {
    height: calc(100% - 301px);
    overflow: auto;
}
.encomenda_form_container:not(.alternate) {
    height: calc(100% - 147px);
}





.pedidos_anteriores_title_wrapper {
    font-size: 14px;
    margin: 24px 0;
}
.pedidos_anteriores_title span {
    font-weight: 800;
}
table.pedidos_anteriores_table {
    width: 100%;
    margin: 36px 0 0;
    border-spacing: 0;
}
table.pedidos_anteriores_table th {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: left;
    border-bottom: 1px solid #000;
    white-space: nowrap;
    padding: 0 6px 0 0;
}
.deliveryCheck_result_content_wrapper table.pedidos_anteriores_table th {
    border: 0;
    font-size: 14px;
    padding: 0 24px 0 0;
}
.deliveryCheck_result_header_tax_wrapper {
    background: #F0F0F0;
    padding: 12px 18px;
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
}
.deliveryCheck_result_header_tax_title {
    font-weight: 800;
    text-transform: uppercase;
}
.deliveryCheck_result_header_wrapper {
    margin: 12px 0 0;
}
.login_popup_footer_wrapper {
    margin: 24px 0 0;
}
.pedidos_anteriores_table_type img {
    max-width: 50px;
    margin: 12px 0;
}
.pedidos_anteriores_table_type_text {
    font-size: 14px;
    padding: 0 6px 0 12px;
}
.pedidos_anteriores_table_desc_text span {
    font-size: 14px;
    margin: 0 12px 6px 0;
}
.pedidos_anteriores_table_date_text, .pedidos_anteriores_table_payment_text {
    font-size: 14px;
    margin: 0 6px 0 0;
}
.pedidos_anteriores_table_date_text_alt, .pedidos_anteriores_table_payment_text_alt {
    font-size: 14px;
}






/* POPUPS */
md-dialog.dish_selection_dialog {
    border-radius: 24px;
    max-height: 600px;
    max-width: 1000px;
}
img.dish_selection_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 500px;
}
.dish_selection_details_wrapper {
    padding: 12px 40px 30px;
    max-height: 458px;
    overflow: auto;
}
.dish_selection_details_title {
    font-size: 20px;
    font-weight: 700;
}
.dish_selection_details_description {
    font-size: 12px;
    border-bottom: 1px solid #000;
    padding: 0 0 8px;
    /*margin: 0 0 24px;*/
}
.dish_selection_details_section_title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 12px 0 8px;
}
.dish_selection_details_subproducts_item {
    background: #f0f0f0;
    position: relative;
    margin: 0 12px 6px 0;
    padding: 6px 16px;
    font-size: 12px;
    border-radius: 8px;
    cursor: pointer;
}
.dish_selection_details_subproducts_item_icon {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #000;
    padding: 3px;
    border-radius: 50%;
    color: #fff;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dish_selection_details_subproducts_item_icon.true {
    background: #46D386;
}
.dish_selection_details_subproducts_item_icon.false {
    background: #E57373;
}
.dish_selection_details_subproducts_item .dish_selection_details_subproducts_item_icon.true {
    display: none
}
.dish_selection_details_subproducts_item .dish_selection_details_subproducts_item_icon.false {
    display: flex
}
.dish_selection_details_subproducts_item.escolhidov .dish_selection_details_subproducts_item_icon.true {
    display: flex
}
.dish_selection_details_subproducts_item.escolhidov .dish_selection_details_subproducts_item_icon.false {
    display: none
}
.dish_selection_details_subproducts_inner_wrapper {
    /*margin: 16px 0 0;*/
}
.dish_selection_details_comment_textarea textarea {
    width: 100%;
    border: 1px solid #000;
    border-radius: 6px;
    margin: 0 0 12px;
    font-size: 14px;
    padding: 8px 12px;
    height: 60px;
    resize: vertical;
    max-height: 100px;
}
.dish_selection_details_confirm_button_wrapper button.md-button.md-ink-ripple {
    background: #000;
    color: #fff;
    font-weight: 700;
    padding: 8px 24px;
    border-radius: 12px;
    margin: 0;
}
.dish_selection_details_confirm_price_wrapper {
    height: 52px;
    margin: 0 24px 0 0;
}
.dish_selection_details_confirm_price_label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
}
.dish_selection_details_confirm_price_value {
    font-size: 20px;
    font-weight: 700;
}
.dish_selection_details_subproducts_wrapper md-radio-group md-radio-button {
    margin: 0 !important;
}
.dish_selection_details_subproducts_wrapper .input_error_message {
    font-size: 10px;
    text-transform: uppercase;
    color: #e21512;
    margin: 0 0 24px;
}
md-dialog.simple_popup {
    /* padding: 24px; */
    border-radius: 24px;
    overflow: hidden;
}
.dialog_title_container {
    padding: 24px;
    background: #000;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.dialog_text_container {
    padding: 24px;
    font-size: 14px;
}
.dialog_text_wrapper span {
    font-weight: 700;
}
.dialog_text_footer_container {
    padding: 6px 24px 24px 24px;
}
.dialog_text_footer_wrapper button.md-button.md-ink-ripple {
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    flex: auto;
    margin: 0 6px;
    border-radius: 12px;
    padding: 6px 0;
}
.dialog_text_footer_wrapper {
    margin: 0 0px;
    width: 100%;
    display: flex;
}


md-dialog.login_popup {
    padding: 8px;
    border-radius: 24px;
}
.login_popup_title_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /* width: 290px; */
}
.login_popup_title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0 0 6px;
    border-bottom: 1px solid #000;
    width: 100%;
    text-align: center;
    margin: 0 0 12px;
}
.login_popup_subtitle {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}
.login_popup_fields_wrapper {
    padding: 24px 0;
    max-width: 290px;
}
.login_popup_fields_wrapper .encomenda_section_input_wrapper {
    padding: 0;
}
button.login_popup_footer_button.md-button.md-ink-ripple {
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    width: calc(100% - 16px);
    border-radius: 12px;
    padding: 6px 0;
}
button.login_popup_footer_button.secondary.md-button.md-ink-ripple {
    background: rgb(0 0 0 / 65%);
}
.login_popup_footer_divider {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #000;
    padding: 12px 0 0;
    margin: 12px 0 6px;
}
.encomenda_section_input_wrapper md-select {
    width: 100%;
    line-height: 34px;
    height: 34px;
    border-radius: 6px;
    border: 1px solid #000;
    font-size: 14px;
}
.encomenda_section_input_wrapper md-select md-select-value, md-select:not([disabled]):focus .md-select-value {
    padding: 0 16px;
    border: 0;
    text-transform: uppercase;
}
.login_popup_footer_error {
    max-width: 290px;
    width: 100%;
    text-align: center;
    color: #E57373;
    font-size: 14px;
    font-weight: 700;
}
md-option {
    text-transform: uppercase;
}
.login_popup_wrapper.active {
    display: block !important;
}
.login_popup_text {
    max-width: 290px;
    width: 100%;
    text-align: justify;
}
.login_popup_container {
    overflow: auto;
    padding: 0 12px;
}

.schedule_hanging_wrapper {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.schedule_hanging_img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.schedule_hanging_img img {
    height: 46px;
    margin: 0 0 -1px;
}
.schedule_hanging_board_container {
    border: 2px solid #FFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}
.schedule_hanging_board_wrapper {
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px 24px;
}
.schedule_hanging_board_wrapper h4 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    margin: 3px 0;
}
.schedule_hanging_board_wrapper p {
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    margin: 3px 0;
}
.plateofday_container {
    max-width: 350px;
    margin: 0 auto;
}
.plateofday_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.plateofday_wrapper h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-weight: 900;
}
.plateofday_wrapper p {
    color: #fff;
    font-weight: 100;
    font-size: 12px;
    margin: 3px 0;
    text-align: center;
}
.plateofday_wrapper slick {
    width: 100%;
}
.plateofday_wrapper .plateofday_item {
    background: rgb(255 255 255 / 20%);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding: 3px 24px;
}
.plateofday_wrapper .plateofday_item h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 900;
}
.plateofday_wrapper .plateofday_item p {
    font-size: 16px;
    font-weight: 900;
}
.slick-dots li button:before {
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: "";
    background: #fff;
    border-radius: 50%;
    transition: .15s all linear;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: white;
}
.slick-dots li {
    margin: 0;
    width: 14px;
}
.schedule_hanging_container {
    margin: 24px 0;
}
ul.slick-dots {
    position: relative;
    margin: 6px 0;
    bottom: 0;
}








.deliveryCheck_title_icon img {
    width: 50px;
}
.deliveryCheck_title_text {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 8px 0 0;
}
.deliveryCheck_subtitle_container {
    background: #F0F0F0;
    border-radius: 12px;
    padding: 6px 12px;
}
.deliveryCheck_subtitle_wrapper .deliveryCheck_subtitle_icon {
    font-size: 18px;
}
.deliveryCheck_subtitle_title {
    flex: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
}
.deliveryCheck_subtitle_wrapper {
    font-size: 14px;
    font-weight: 300;
}
.deliveryCheck_content_text {
    border-top: 2px solid #000;
    margin: 18px 0 6px;
    padding: 16px 12px 0;
    font-size: 14px;
    text-align: center;
}
.deliveryCheck_content_container .login_popup_fields_wrapper {
    width: 100%;
    max-width: none;
}
.deliveryCheck_content_wrapper .encomenda_section_input_wrapper {
    padding: 0 6px;
}
.deliveryCheck_result_header_result {
    text-transform: uppercase;
    font-weight: 700;
}
.deliveryCheck_result_header_result.good {
    color: #46D386;
}
.deliveryCheck_result_header_result.bad {
    color: #E57373;
}
.deliveryCheck_result_header_result div {
    color: #fff;
    width: 26px;
    text-align: center;
    height: 26px;
    border-radius: 50%;
}
.deliveryCheck_result_header_result.good div {
    background: #46D386;
}
.deliveryCheck_result_header_result.bad div {
    background: #E57373;
}
.deliveryCheck_result_header_result div {
    color: #fff;
    width: 26px;
    text-align: center;
    height: 26px;
    border-radius: 50%;
    margin: 8px;
}




.table.pedidos_anteriores_table td, .table.pedidos_anteriores_table th {
    padding: 0 12px;
}
.pedidos_anteriores_table_title {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 18px 0 0;
}
.pedidos_anteriores_inner_wrapper:nth-child(odd) {
    background: #F0F0F0;
}
.pedidos_anteriores_inner_wrapper {
    padding: 0 12px 24px;
}
.pedidos_anteriores_mobile_table_title {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 12px 24px 0;
}
.pedidos_anteriores_mobile_content_line_wrapper .md-button.md-ink-ripple {
    background: #000;
    color: #fff;
    font-weight: 800;
    border-radius: 12px;
    padding: 6px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 265px;
    width: 265px;
    margin: 18px 0 24px;
}
md-radio-group.pedidos_anteriores_review md-radio-button .md-container.md-ink-ripple {
    display: none;
}
.pedidos_anteriores_mobile_table_small_title {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 12px 0 0;
}
md-radio-group.pedidos_anteriores_review md-radio-button .md-label {
    margin: 0;
    padding: 14px 8px;
}
.pedidos_anteriores_mobile_content_status {
    background: #FBC02D;
    color: #fff;
    padding: 12px 8px;
    border-radius: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    width: 120px;
    text-align: center;
}
.pedidos_anteriores_mobile_content_status.done {
    background: #46D386;
}
.pedidos_anteriores_mobile_content_status.canceled {
    background: #E57373;
}
.pedidos_anteriores_mobile_content_line_wrapper button.md-button.md-ink-ripple svg {
    margin: 0 6px 0 0;
}

.pedidos_anteriores_wrapper {
    padding: 0 12px;
}
md-radio-group.pedidos_anteriores_review md-radio-button {
    margin: 0 !important;
}
.pedidos_anteriores_mobile_content_line_wrapper > .pedidos_anteriores_mobile_content_line_wrapper {
    max-width: 170px;
    margin: 0 100px 0 0;
}
.dish_selection_container {
    overflow: auto;
}
.pedidos_anteriores_artigos span {
    font-size: 12px;
    text-decoration: line-through;
    color: #828282;
    margin: 0 0px 0px 3px;
}
table.pedidos_anteriores_table tr td {
    min-width: 150px;
}
table.pedidos_anteriores_table tr td:not(:last-child) {
    padding: 0 18px 0 0;
}


.history_container {
    padding: 50px 0;
}
.history_img_wrapper {
    padding: 18px 24px;
    position: relative;
}
.history_text_container, .history_directions_container, .history_map_container {
    padding: 18px 24px;
}
.history_slider_img img {
    width: 100%;
    border-radius: 24px;
}
.history_text_title_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #000;
    padding: 0 0 18px;
}
.history_text_title_wrapper img {
    height: 75px;
}
.history_text_desc_wrapper {
    font-size: 14px;
    text-align: justify;
    line-height: 17px;
}
.slick-slider {
    margin: 0;
}
button.history_img_slider_button.md-button.md-ink-ripple {
    position: absolute;
    min-width: auto;
    min-height: auto;
    background: #828282;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    width: 28px;
    height: 28px;
    z-index: 1;
}
button.history_img_slider_button.prev.md-button.md-ink-ripple {
    left: 25px;
}
button.history_img_slider_button.next.md-button.md-ink-ripple {
    right: 25px;
}
.history_section_title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0 0 6px;
    border-bottom: 1px solid #000;
    width: 100%;
    margin: 0 0 12px;
}
.history_directions_item_logo {
    width: 24px;
    height: 24px;
    display: flex;
    background: #000;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
}
.history_directions_item_desc {
    font-size: 14px;
    margin: 3px 0 0 12px;
}
.history_directions_item_wrapper {
    margin: 18px 0 0;
}
.history_directions_item_desctitle {
    font-weight: 800;
}
.history_directions_item_subtext_text {
    margin: 0 0 0 6px;
}
.history_map_wrapper ng-map {
    height: 275px;
}
.pedido_details_text {
    font-size: 14px;
}




.md-button.md-default-theme:not([disabled]):hover, .md-button:not([disabled]):hover {
    background: rgb(0 0 0 / 0.4) !important;
}






.md-dialog-container {
    z-index: 180;
}
md-dialog.stories_dialog {
    height: 100%;
}
.stories_container {
    height: 100%;
}
.stories_wrapper slick {
    width: 100%;
}
.story_page {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0px 6px;
}
.story_page {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    text-align: center;
    font-size: 18px;
}
.story_page {
    display: block !important;
    padding: 0 12px;
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.story_page_wrapper {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.story_page_title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0 24px;
}
.story_page_wrapper p {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 12px;
    margin: 24px 0;
}
.story_page_wrapper ul {
    font-size: 14px;
    padding: 0;
    list-style: none;
}
.story_page_wrapper ul li {
    margin: 0 0 12px;
}
.stories_wrapper {
    position: relative;
}
.stories_timer_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 32px 28px rgb(0 0 0 / 20%);
    background: rgb(0 0 0 / 20%);
}
.stories_timer_wrapper {
    display: flex;
    padding: 4px 0;
    background: transparent;
}
.stories_timer_item {
    width: calc(100% - 12px);
    height: 3px;
    background: rgb(255 255 255 / 50%);
    margin: 0 3px;
    border-radius: 2px;
}
.stories_timer_item.done {
    background: #fff;
}
.stories_timer_item.done .stories_timer_item_progress {
    display: none;
}
.stories_timer_item_progress {
    width: 100%
}
.stories_timer_item.atual stories_timer_item_progress {
    background: #fff;
}
.stories_timer_item.atual .stories_timer_item_progress {
    background: #fff;
}
.stories_timer_item.atual .stories_timer_item_progress.animation {
    animation-name: progress;
    animation-duration: 5s;
    animation-timing-function: linear;
    height: 100%;
}
.stories_timer_wrapper.pause .stories_timer_item .stories_timer_item_progress {
    animation-play-state: paused;
}

/* Keyframes */
@keyframes progress {
    0% { width:0%; }
    100% { width:100%; }
}
button.story_page_button.md-button.md-ink-ripple {
    position: absolute;
    top: 0;
    margin: 0;
    height: 100%;
    min-width: auto;
    width: 50px;
}
button.story_page_button.back.md-button.md-ink-ripple {
    left: 0;
}
button.story_page_button.forward.md-button.md-ink-ripple {
    right: 0;
}
button.story_page_button.md-button.md-ink-ripple:not([disabled]):hover {
    background: transparent !important;
}




.dish_selection_details_subproducts_wrapper .md-container.md-ink-ripple {
    display: none;
}
.dish_selection_details_subproducts_wrapper md-radio-group {
    margin: 12px 0 0;
}
.dish_selection_img_wrapper {
    height: 100%;
}
.delivery_check_result_icon.good img {
    width: 40px;
}
.info_popup_content_wrapper.active {
    overflow: auto;
    font-size: 12px;
    max-width: 525px;
}
.info_popup_text p.maintitle {
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    font-size: 14px;
}
.info_popup_text p.title {
    margin: 0;
    font-weight: 800;
}
.info_popup_text ul {
    margin: 0;
    padding: 0 0 0px 24px;
}
.info_popup_text ol {
    padding: 0;
    font-weight: 700;
}



.dish_alergy_container {
    background: rgb(251 192 45 / 20%);
    padding: 8px 18px;
}
.dish_alergy_title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    color: #fbc02d;
}
.dish_alergy_info {
    font-size: 12px;
    margin: 0 0 6px;
    color: #000;
}
.dish_alergy_item_wrapper {
    margin: 0 6px;
}
img.dish_alergy_item_img {
    width: 36px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    height: 36px;
}
.dish_alergy_item_desc {
    font-size: 12px;
    text-align: center;
}














.encomenda_section_input_wrapper.alerg md-checkbox {
    margin: 0 !important;
}
.encomenda_section_input_wrapper.alerg md-checkbox .md-container.md-ink-ripple {
    display: none;
}
.encomenda_section_input_wrapper.alerg md-checkbox .md-label {
    border: 1px solid #333;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 12px;
    margin: 0px 6px 6px 0;
    transition: .15s all linear;
}
.encomenda_section_input_wrapper.alerg md-checkbox.md-checked .md-label {
    background: #828282;
    color: #fff;
}
img.login_popup_title_img {
    width: 75px;
    margin: 0 0 8px;
}






@media screen and (min-width: 600px) and (max-width: 960px) {
    .history_text_container {
        order: -1;
    }
    .encomenda_form_container, .encomenda_form_container.alternate {
        padding: 0 0 0 0;
    }
    .cart_preview_list_quantity_wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    table.cart_preview_list_table tbody tr td:last-child {
        max-width: 24px;
    }
    .cart_preview_list_remove_wrapper button.md-button.md-ink-ripple {
        margin: 0;
    }
    .dish_selection_img_wrapper {
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .welcome_footer_wrapper {
        padding: 0 12px;
    }
    md-dialog.dish_selection_dialog {
        max-height: 80%;
        max-width: 80%;
    }


    .pedidos_anteriores_title_wrapper {
        font-size: 14px;
        margin: 24px 0;
        padding: 0 24px;
        text-align: center;
    }
    .pedidos_anteriores_mobile_header_img img {
        width: 30px;
    }
    .pedidos_anteriores_mobile_header_type_text {
        font-size: 14px;
        padding: 0 6px;
    }
    .pedidos_anteriores_mobile_content_text span {
        margin: 0 3px 0px 0;
    }
    .pedidos_anteriores_mobile_content_text {
        font-size: 14px;
    }
    .pedidos_anteriores_mobile_content_title {
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        margin: 12px 0 0;
    }
    .pedidos_anteriores_mobile_header_wrapper {
        border-bottom: 1px solid #000;
        padding: 0 0 12px;
        margin: 0 0 5px;
    }
    .pedidos_anteriores_mobile_item {
        padding: 24px 24px;
    }
    .welcome_store_logo {
        margin: 100px 0 0;
    }

    a.welcome_details_address {
        margin: 24px 0 0;
        max-width: 100%;
        width: 100%;
    }
    img.dish_selection_img {
        height: initial;
    }

}


@media screen and (max-width: 600px) {

    .pedido_cliente_inner_content_section_item_price {
        max-width: 70px;
        width: 100%;
    }
    .pedido_cliente_inner_content_section_item_line {
        min-height: 20px;
        margin: 0 0 6px;
    }

    .pedido_cliente_inner_content_section_container.flex-gt-sm-100 .pedido_cliente_inner_content_section_content {
        columns: 1;
    }
    .history_text_container, .history_img_container, .history_directions_container, .history_map_container {
        max-height: unset!important;
    }
    .history_text_container {
        order: -1;
    }
    /*    img.dish_selection_img {
            height: initial;
        }*/
    .encomenda_wrapper {
        height: initial;
    }
    .encomenda_form_wrapper .cart_preview_list_table_wrapper {
        height: initial;
    }
    .pedido_cliente_top_banner_wrapper {
        height: 175px;
        /* height: 100px; */
        position: relative;
    }
    md-dialog.dish_selection_dialog {
        max-width: 95%;
        max-height: 90%;
    }
    .welcome_content_wrapper {
        width: 100%;
        max-width: 425px;
        padding: 0 12px;
    }
    .welcome_service_choice_wrapper {
        align-items: flex-start;
    }
    a.welcome_service_choice_item {
        width: 50%;
        max-width: 195px;
    }

    .welcome_footer_wrapper {
        padding: 0 12px 28px;
    }
    a.welcome_details_address {
        margin: 24px 0 0;
        max-width: 100%;
        width: 100%;
    }

    .dish_selection_details_confirm_price_wrapper.layout-column {
        margin: 12px 0 12px 0;
    }
    .cart_preview_container {
        right: 50%;
        max-height: calc(100% - 88px);
        transform: translate(50%, 0);
        /* left: 50%; */
    }
    img.top_banner_details_details_icon {
        width: 26px;
        margin: 12px 0 0;
    }
    .pedido_cliente_content_container {
        /* height: 100% */
    }
    .pedido_cliente_content_wrapper {
        height: calc(100% - 150px);
    }
    .top_banner_details_back_action {
        width: 50px;
    }

    .pedidos_anteriores_title_wrapper {
        font-size: 14px;
        margin: 24px 0;
        padding: 0 24px;
        text-align: center;
    }
    .pedidos_anteriores_mobile_table_title {
        font-size: 18px;
        font-weight: 800;
        text-transform: uppercase;
        margin: 12px 24px 0;
    }
    .pedidos_anteriores_mobile_content_line_wrapper button.md-button.md-ink-ripple {
        background: #000;
        color: #fff;
        font-weight: 800;
        border-radius: 12px;
        padding: 6px 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 265px;
        width: 100%;
        margin: 18px 0 24px;
    }
    md-radio-group.pedidos_anteriores_review md-radio-button .md-container.md-ink-ripple {
        display: none;
    }
    .pedidos_anteriores_mobile_table_small_title {
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        margin: 12px 0 0;
    }
    md-radio-group.pedidos_anteriores_review md-radio-button .md-label {
        margin: 0;
        padding: 14px 8px;
    }
    .pedidos_anteriores_mobile_content_status {
        background: #FBC02D;
        color: #fff;
        padding: 12px 8px;
        border-radius: 12px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 12px;
    }
    .pedidos_anteriores_mobile_content_status.done {
        background: #46D386;
    }
    .pedidos_anteriores_mobile_content_status.canceled {
        background: #E57373;
    }
    .pedidos_anteriores_mobile_content_line_wrapper button.md-button.md-ink-ripple svg {
        margin: 0 6px 0 0;
    }
    .pedidos_anteriores_mobile_header_img img {
        width: 30px;
    }
    .pedidos_anteriores_mobile_header_type_text {
        font-size: 14px;
        padding: 0 6px;
    }
    .pedidos_anteriores_mobile_content_text span {
        margin: 0 3px 0px 0;
    }
    .pedidos_anteriores_mobile_content_text {
        font-size: 14px;
    }
    .pedidos_anteriores_mobile_content_title {
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        margin: 12px 0 0;
    }
    .pedidos_anteriores_mobile_header_wrapper {
        border-bottom: 1px solid #000;
        padding: 0 0 12px;
        margin: 0 0 5px;
    }
    .pedidos_anteriores_mobile_item {
        padding: 24px 24px;
    }


    .encomenda_form_wrapper .cart_preview_list_wrapper {
        padding: 0;
        height: auto;
        max-height: initial;
    }

    .pedidos_anteriores_mobile_content_line_wrapper button.md-button.md-ink-ripple {
        width: 100%;
    }



    .encomenda_container {
        max-height: calc(100% - 200px);
        overflow: auto;
        height: calc(100% - 200px);
    }
    .encomenda_form_container {
        padding: 0 0 18px 0;
        max-height: none !important;
        height: auto;
    }
    .encomenda_form_container:not(.alternate) {
        height: auto;
    }
    .encomenda_form_container.alternate {
        padding: 0 0 50px 0;
        max-height: none !important;
        height: auto;
    }
    .cart_preview_list_table_wrapper {
        height: auto;
    }

    .dish_selection_img_wrapper {
        max-height: 200px;
    }
    .dish_selection_details_wrapper {
        padding: 6px 12px;
    }


    .welcome_wrapper {
        height: auto;
        position: relative;
        height: 100%;
    }
    .welcome_store_logo {
        margin: 100px 0 0;
    }
    .welcome_store_logoreserva {
        margin-top: 50px;
        margin-bottom: 20px;
    }
    a.welcome_service_choice_item .welcome_service_choice_item_img img {
        width: 35px;
        height: 35px;
    }
    .welcome_background {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 0;
    }
    .welcome_footer_container {
        position: relative;
        max-width: 1260px;
        width: 100%;
        margin: 50px auto 0;
    }
    .welcome_footer_wrapper {
        padding: 0 12px;
    }
    .pedido_cliente_footer_items_wrapper {
        display: none;
    }
    .pedido_cliente_footer_wrapper {
        padding: 0;
        width: 100%;
    }
    .welcome_service_choice_item_desc {
        font-size: 12px;
        color: #fff;
        font-weight: 800;
        text-align: center;
        text-transform: uppercase;
        margin: 6px 0;
        width: 100%;
    }
    button.top_banner_details_menu.md-button.md-ink-ripple {
        text-align: center;
        border-radius: 50%;
    }
    button.top_banner_details_menu.md-button.md-ink-ripple .user_account_details_wrapper {
        margin: 0;
    }
    a.welcome_service_choice_item .welcome_service_choice_item_img {
        background: rgb(255 255 255 / 80%);
        border-radius: 50%;
        padding: 18px;
        transition: .15s all linear;
    }

}


.deliveryCheck_result_content_wrapper_mobile {
    margin: 0 0 6px 0;
}
.deliveryCheck_result_content_title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: left;
    white-space: nowrap;
}
.deliveryCheck_result_content_text {
    font-size: 14px;
    margin: 0 6px 0 0;
}

.deliveryCheck_subtitle_text {
    font-size: 12px;
    text-align: center;
}




@media screen and (max-height: 550px) {
    .cart_preview_container {
        bottom: calc(0px - 230px);
        top: unset;
    }
    .cart_preview_container.active {
        bottom: 0px;
        top: unset;
    }
    .cart_preview_list_wrapper {
        height: 150px;
    }
}





.dish_selection_details_subproducts_item {
    background: #e8e8e8;
    position: relative;
    margin: 0 12px 12px 0;
    padding: 6px 16px;
    font-size: 10px;
    border-radius: 8px;
    cursor: pointer;
    color: #5e5e5e;
    text-transform: uppercase;
}
.dish_selection_details_subproducts_item_icon {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #000;
    padding: 3px;
    border-radius: 50%;
    color: #fff;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dish_selection_details_subproducts_item_icon.true {
    background: #8ed081;
}
.dish_selection_details_subproducts_item_icon.false {
    background: #e21512;
}
.dish_selection_details_subproducts_item .dish_selection_details_subproducts_item_icon.true {
    display: none
}
.dish_selection_details_subproducts_item .dish_selection_details_subproducts_item_icon.false {
    display: flex
}
.dish_selection_details_subproducts_item.escolhidov .dish_selection_details_subproducts_item_icon.true {
    display: flex
}
.dish_selection_details_subproducts_item.escolhidov .dish_selection_details_subproducts_item_icon.false {
    display: none
}
.dish_selection_details_subproducts_inner_wrapper {
    margin: 16px 0 0;
}
.dish_selection_details_subproducts_wrapper md-radio-group md-radio-button .md-label, .dish_selection_details_subproducts_wrapper md-checkbox .md-label {
    background: #e8e8e8;
    position: relative;
    margin: 0 12px 12px 0;
    padding: 6px 16px;
    font-size: 10px;
    border-radius: 8px;
    cursor: pointer;
    color: #5e5e5e;
    text-transform: uppercase;
}

.dish_selection_details_subproducts_wrapper md-radio-group md-radio-button .md-label .dish_selection_details_subproducts_item_icon,
.dish_selection_details_subproducts_wrapper md-checkbox .md-label .dish_selection_details_subproducts_item_icon {
    transition: .15s all linear
}
.dish_selection_details_subproducts_wrapper md-radio-group md-radio-button .md-label .dish_selection_details_subproducts_item_icon.true,
.dish_selection_details_subproducts_wrapper md-checkbox .md-label .dish_selection_details_subproducts_item_icon.true {
    opacity: 0;
}
.dish_selection_details_subproducts_wrapper md-radio-group md-radio-button.md-checked .md-label .dish_selection_details_subproducts_item_icon.false,
.dish_selection_details_subproducts_wrapper md-checkbox.md-checked .md-label .dish_selection_details_subproducts_item_icon.false {
    opacity: 0;
}
.dish_selection_details_subproducts_wrapper md-radio-group md-radio-button.md-checked .md-label .dish_selection_details_subproducts_item_icon.true,
.dish_selection_details_subproducts_wrapper md-checkbox.md-checked .md-label .dish_selection_details_subproducts_item_icon.true {
    opacity: 1;
}
.dish_selection_details_subproducts_inner_wrapper .md-container.md-ink-ripple {
    display: none;
}
.dish_selection_details_comment_textarea textarea {
    width: 100%;
    border: 1px solid #000;
    border-radius: 6px;
    margin: 0 0 12px;
    font-size: 14px;
    padding: 8px 12px;
    height: 60px;
    resize: vertical;
    max-height: 100px;
}
.dish_selection_details_confirm_button_wrapper button.md-button.md-ink-ripple {
    background: #000;
    color: #fff;
    font-weight: 700;
    padding: 8px 24px;
    border-radius: 12px;
    margin: 0;
}
.dish_selection_details_confirm_button_wrapper button.md-button.md-ink-ripple[disabled] {
    cursor: not-allowed;
    opacity: .5;
}
.dish_selection_details_comment_wrapper textarea {
    width: 100%;
    border-radius: 24px;
    resize: vertical;
    min-height: 90px;
    max-height: 150px;
}
.dish_selection_details_subproducts_inner_wrapper md-checkbox {
    margin: 0 !important;
}
.dish_selection_details_confirm_quantity_button_wrapper button.md-button.md-ink-ripple {
    min-width: auto;
    width: 24px;
    min-height: auto;
    height: 24px;
    padding: 0;
    font-size: 12px;
}
.dish_selection_details_confirm_quantity_button_wrapper input {
    min-width: auto;
    border: 0;
    width: 36px;
    text-align: center;
    font-size: 16px;
}
.dish_selection_details_confirm_button_wrapper button.good.md-button.md-ink-ripple {
    margin: 24px 0 0;
}
.dish_selection_details_confirm_button_wrapper {
    width: 100%;
}


.sidemenu_container {
    display:none;
}





img.login_popup_title_img {
    display: block;
}
img.login_popup_title_img.base {
    display: none;
}




.pedido_cliente_top_banner_container {
/*    height: 100%;*/
}

.special_actions_container {
    width: 100%;
    position: relative;
    background: #F0F0F0;
}
button.special_action_button.md-button.md-ink-ripple {
    margin: 0;
    line-height: unset;
    font-size: 12px;
    border-radius: 0;
    border-bottom: 1px solid transparent;
}
button.special_action_button.md-button.md-ink-ripple.flex.active {
    font-weight: 800;
    border-bottom: 1px solid #333;
}
.special_action_content_container {
    position: absolute;
    width: 33%;
    height: 0;
    background: #f0f0f0;
    z-index: 1;
    right: 0;
    top: 236px;
    overflow: auto;
    transition: .15s all linear;
    border-radius: 0% 0% 0% 90%;
}
.special_action_content_container.active {
    width: 100%;
    height: calc(100% - 236px);
    border-radius: 0%;
}
label.special_action_content_search {
    width: calc(100% - 48px);
    margin: 6px 12px;
    background: #fff;
    border: 1px solid #333;
    border-radius: 18px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
label.special_action_content_search input {
    flex: auto;
    border: 0;
    line-height: 24px;
}


.special_action_content_related_container {
    display: none;
}
.special_action_content_suggestion_container.notactive {
    display: none;
}
.special_action_content_related_container.active {
    display: block;
}
.special_action_content_backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}
.special_action_content_backdrop.active {
    width: 100%;
    height: 200px;
}
.special_action_suggestion_item button.md-button.md-ink-ripple {
    margin: 0 0 6px;
    min-width: auto;
    font-size: 12px;
    width: 100%;
    line-height: unset;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.special_action_suggestion_item button.md-button.md-ink-ripple .special_action_suggestion_item_icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    border-radius: 50%;
    color: #fff;
}
.special_action_suggestion_item button.md-button.md-ink-ripple p {
    margin: 0;
}
.special_action_content_suggestion_wrapper, .special_action_content_related_wrapper,.special_action_content_searched_wrapper {
    padding: 0 12px;
}
.special_action_content_suggestion_title_wrapper p {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
}
.special_action_content_suggestion_title_wrapper a {
    font-size: 12px;
    padding: 6px 0;
}


.special_action_content_suggestion_container.searching, .special_action_content_related_container.searching, .special_action_content_searched_container {
    display: none;
}
.special_action_content_searched_container.searching {
    display: block;
}
