/*
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 : 20/out/2020, 15:16:53
    Author     : Carlos Braga
*/


body {
    width: 100%;
    height: 100%;
    padding-top: constant(safe-area-inset-top); /* iOS 11.0 */
    padding-top: env(safe-area-inset-top); /* iOS 11.2 */
    font-family: 'Quicksand', sans-serif;
    overflow: hidden;
}

*{
    outline: none;
}

@font-face {
    font-family: "Quicksand";
    src: url(../fonts/Quicksand-Light.ttf) format("truetype");
    font-weight: 300;
}
@font-face {
    font-family: "Quicksand";
    src: url(../fonts/Quicksand-Regular.ttf) format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "Quicksand";
    src: url(../fonts/Quicksand-Medium.ttf) format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "Quicksand";
    src: url(../fonts/Quicksand-SemiBold.ttf) format("truetype");
    font-weight: 600;
}
@font-face {
    font-family: "Quicksand";
    src: url(../fonts/Quicksand-Bold.ttf) format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/MaterialIcons-Regular.woff) format('woff'),
        url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
            font-feature-settings: 'liga';
}


.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 300px;
    min-height: 100vh;
    /*overflow-y: scroll;*/
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}
.slideout-menu {
    z-index: 10000;
    display: block;
    will-change: transform;
}
.slideout-menu-left {
    left: -300px;
}
.slideout-menu-right {
    right: -300px;
}
.slideout-dimmer {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.slideout-open .slideout-dimmer {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
}



/* BLOCKS */
/* Header */
.topbar_container {
    position: relative;
    z-index: 1;
}
.topbar_wrapper .md-button.md-ink-ripple {
    margin: 0;
    min-width: initial;
    line-height: 52px;
    width: 52px;
    font-size: 16px;
}
.topbar_image {
    width: 120px;
    height: 52px;
}
.topbar_image img {
    height: 36px;
}
.topbar_bottom_wrapper {
    height: 10px;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
}

button.app_cart_button.md-button.md-ink-ripple {
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 101;
    background: #e00116;
    height: 64px;
    min-width: 64px;
    min-height: auto;
    border-radius: 12px;
    font-size: 24px;
    color: #fff;
    display: flex;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}




.page_title_wrapper {
    padding: 12px 0;
}
.main_content_main_container {
    height: calc(100vh - 50px);
    margin: -12px 0 0;
}
.page_title_icon {
    font-size: 28px;
}

.page_content_container {
    height: calc(100vh - 100px);
    /*padding: 0 26px;*/
    overflow: auto;
}
.page_content_input_container {
    padding: 0 0 12px;
}
.page_content_input_wrapper {
    background: #e0e0e0;
    border-radius: 22px;
    position: relative;
}
.page_content_input_wrapper input {
    border: 0;
    background: transparent;
    padding: 12px 6px 12px 12px;
    font-size: 14px;
    width: 250px;
    text-align: center;
    font-weight: 300;
}
.page_content_input_wrapper div {
    padding: 12px 12px;
    font-size: 16px;
    position: absolute;
    right: 0;
}

.page_content_content_wrapper {
    padding: 22px 0;
    height: calc(100vh - 150px);
    overflow: auto;
}
.bubidas_list_category_wrapper {
    color: rgb(224 169 97 / 0.7);
    font-weight: 600;
    font-size: 16px;
    padding: 8px 0;
    transition: .15s all linear;
}
.bubidas_list_category_wrapper.opened {
    color: #e0a961;
}
.bubidas_list_item_name {
    font-size: 16px;
    font-weight: 700;
}
.bubidas_list_item_price {
    font-size: 16px;
    font-weight: 600;
}
.bubidas_list_item_subname {
    font-size: 12px;
    font-weight: 500;
}






button.page_table_content_wrapper.md-button.md-ink-ripple {
    margin: 0;
    width: 100%;
    min-height: 62px;
    height: 100%;
    background: #e0e0e0;
    border-radius: 30px 30px 0px 0px;
    text-transform: none;
}
.page_table_content_text {
    font-size: 22px;
}
.page_table_content_title {
    font-size: 24px;
    padding: 0 0 0 6px;
    font-weight: 700;
}

.drink_selection_content_wrapper {
    position: relative;
    padding: 24px 12px;
}
button.drink_selection_tab_toggler.md-button.md-ink-ripple {
    position: absolute;
    right: 12px;
    top: -35px;
    margin: 0;
    min-width: initial;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 22px;
}
.md-button.md-default-theme:not([disabled]):hover, .md-button:not([disabled]):hover {
    /*background-color: rgb(33 33 33 / 0.7) !important;*/
}
.drink_selection_topbar_image_wrapper {
    position: relative;
    background: #000;
}
.drink_selection_topbar_image img {
    width: 100%;
    opacity: 0.7;
}
.drink_selection_identification_wrapper {
    position: absolute;
    bottom: 0;
    padding: 6px 12px;
}
.drink_selection_identification_title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.drink_selection_identification_subtitle {
    font-size: 12px;
    color: #fff;
    padding: 0 50px 0 0;
}
.drink_selection_topbar_noimage_wrapper {
    background: #e0e0e0;
    padding: 12px 12px 32px;
}
.drink_selection_identification_noimg_title {
    font-size: 16px;
    font-weight: 700;
    color: #E10116;
}
.drink_selection_identification_noimg_subtitle {
    font-size: 12px;
    color: #E10116;
}
.drink_selection_identification_noimg_price {
    font-size: 16px;
    font-weight: 700;
}
button.drink_customization_quantity_button.md-button.md-ink-ripple {
    margin: 0;
    min-width: initial;
    width: 36px;
    border-radius: 50%;
}
.drink_customization_quantity_number {
    width: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.drink_customization_price {
    font-size: 16px;
    font-weight: 700;
}
.drink_customization_label {
    font-size: 12px;
    font-weight: 700;
    margin: 12px 0 6px;
}
.drink_customization_container {
    padding: 6px 0;
}
.drink_customization_item {
    background: #e0e0e0;
    padding: 6px 12px;
    border-radius: 20px;
    margin: 0 6px 6px 0;
    position: relative;
}
.drink_customization_wrapper textarea {
    border: 0;
    border-bottom: 1px solid #000;
    width: 100%;
    font-size: 14px;
}
button.bubida_buy_button.md-button.md-ink-ripple {
    border-radius: 20px;
    padding: 6px 20px;
    text-transform: initial;
    font-weight: 700;
}
button.bubida_buy_button.md-button.md-ink-ripple span {
    font-weight: 400;
}
.drink_customization_select_state {
    position: absolute;
    right: -6px;
    top: -6px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    border-radius: 50%;
}
.drink_customization_select_state.true {
    background: #81c784;
    color: #fff;
    display: none;
}
.drink_customization_select_state.false {
    background: #ed4f4f;
    color: #fff;
    display: flex;
}
.drink_customization_item.escolhidov .drink_customization_select_state.true {
    display: flex;
}
.drink_customization_item.escolhidov .drink_customization_select_state.false {
    display: none;
}

/*
.bubidas_create_category_wrapper md-slider {
    margin: 0px 14px;
}
md-slider.md-default-theme .md-sign, md-slider .md-sign, md-slider.md-default-theme .md-track.md-track-fill, md-slider .md-track.md-track-fill {
    background-color: rgb(33 33 33);
}
md-slider.md-default-theme .md-sign:after, md-slider .md-sign:after {
    border-top-color: rgb(33 33 33);
}
md-slider.md-default-theme .md-thumb:after, md-slider .md-thumb:after {
    border-color: rgb(33 33 33);
    background-color: rgb(33 33 33);
}
md-slider.md-default-theme .md-focus-ring, md-slider .md-focus-ring {
    background-color: rgba(33, 33, 33,0.2);
}
md-slider.md-default-theme .md-thumb-text, md-slider .md-thumb-text {
    color: #fff;
}*/


.bubidas_range_slider_wrapper {
    position: relative;
}
input.range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: #e0e0e0;
    outline: none;
    margin: 24px 0 32px;
}
input.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 36px;
  height: 36px;
  background: #E10116;
  cursor: pointer;
  border-radius: 50%;
}
input[aria-valuenow="1"].range::-webkit-slider-thumb {
  background: url(/img/sweetness-1.svg);
}
input[aria-valuenow="2"].range::-webkit-slider-thumb {
  background: url(/img/sweetness-2.svg);
}
input[aria-valuenow="4"].range::-webkit-slider-thumb {
  background: url(/img/sweetness-4.svg);
}
input[aria-valuenow="5"].range::-webkit-slider-thumb {
  background: url(/img/sweetness-5.svg);
}