@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;300;400;600;700;800&display=swap");

html {
    position: relative;
    min-height: 100%;
}
body {
    padding-right: 0 !important;
    background: #e6e6e6;
    /* background: url(../images/background-header.jpg); */
    font-family: "Roboto Slab", sans-serif;
    margin-bottom: 160px;
    margin-top: 72px;
}
a,
.btn,
input,
textarea,
select {
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
    outline: none;
}
/* Nav */
.navbar-top {
    background: #fff;
    padding: 15px;
    font-size: 16px;
    text-align: center;
}
.navbar {
    padding: 10px 0px;
    margin: 0;
    background: #fff;
}
nav .navbar-brand {
    padding-top: 5px;
    margin-right: 30px;
}
nav .navbar-brand img {
    height: 40px;
}
nav .navbar-right i {
    color: var(--cor1);
    font-size: 15px;
}
.navbar-default .navbar-nav > li {
    padding: 0 5px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: var(--cor1);
    border-bottom: 1px solid var(--cor1);
    background: none;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
}

.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: var(--cor1);
}
.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    border-radius: 1px;
}
/* Fim Nav */

/* Carousel */
.carousel {
    height: 250px;
    border-radius: 0px;
}
.carousel-inner {
    border-radius: 0px;
    background: #e6e6e6;
}
.carousel-caption {
    z-index: 10;
}
.carousel .item {
    height: 250px;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 250px;
}
.carousel .carousel-indicators {
    z-index: 1 !important;
}
/* Fim Carousel */

.groups-full {
    background-color: var(--cor1);
    overflow: auto;
    white-space: nowrap;
    text-align: center;
}
.groups-full a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}
.groups-full a:hover {
    text-decoration: underline;
}

/* CARD */
#cardapio {
    padding-top: 30px;
}
#cardapio h4 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#cardapio hr {
    border-top: 1px solid var(--cor1);
    text-align: center;
}
#cardapio hr:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -14px;
    padding: 0 10px;
    background: #e0d5c7;
    color: var(--cor1);
    font-size: 18px;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
}

.card-products {
    position: relative;
    min-width: 0;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}
.card-products img {
    max-height: 150px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.21);
    max-height: 160px;
}
.card-products a {
    color: #333;
}
.card-products .body .title {
    font-weight: bold;
    font-size: 15px;
    min-height: 35px;
    color: var(--cor1);
}
.card-products .body .text {
    font-size: 13px;
    font-family: "Open Sans";
    min-height: 40px;
}
.card-products .body .valor {
    font-size: 20px;
    color: rgb(129, 129, 129);
    font-weight: bold;
}
.carrinho-over {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    top: 0;
    left: 0;
    z-index: 1040;
    display: none;
}
.carrinho-float {
    position: fixed;
    z-index: 1041;
    top: 50%;
    right: -80px;
}
.carrinho-title {
    color: #fff;
    background: #1c1c1e;
    transform: rotate(-90deg);
    text-align: center;
    width: 200px;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.carrinho-bullet {
    font-family: "Open Sans";
    letter-spacing: -1px;
    width: 28px;
    height: 28px;
    background: #ff4500;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    right: 30px;
    top: 37%;
    position: fixed;
    z-index: 1042;
    text-align: center;
    padding-top: 3px;
}

.carrinho-content {
    background: #fff;
    width: 640px;
    height: auto;
    position: fixed;
    right: 0px;
    top: calc(50% - 210px);
    display: none;
    z-index: 1041;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    font-size: 20px;
}
.carrinho-header {
    padding: 15px;
    background: #1c1c1e;
    color: #fff;
    border-top-left-radius: 4px;
    font-size: 18px;
    letter-spacing: 1px;
}
.carrinho-container {
    padding: 15px;
    font-size: 16px;
}
.carrinho-container ul {
    margin: 0;
    padding-left: 10px;
    list-style: none;
    font-family: "Open Sans";
    color: #666;
}
.carrinho-container ul li {
    font-size: 14px;
}

#corpoCarrinho ul {
    text-align: right;
    margin: 0;
    padding-left: 10px;
    list-style: none;
    font-family: "Open Sans";
    color: #666;
}
#corpoCarrinho ul li {
    font-size: 14px;
}
/* FIM CARD */

#conteudo-modal {
    padding-right: 10px;
    font-family: "Open Sans";
}
.box-cinza {
    padding: 10px;
    background: #e6e6e6;
    color: #333;
    font-size: 15px;
    margin-bottom: 10px;
}
.box-cinza p {
    margin: 0;
    font-size: 15px;
    line-height: 1.25em;
    font-weight: bold;
    color: #3f3e3e;
}
.box-cinza span {
    font-size: 14px;
    line-height: 17px;
    display: block;
    color: #717171;
}
.valorExtra {
    font-size: 15px;
    color: #ea1d2c;
    font-weight: bold;
}
.img-produto {
    border-radius: 5px;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.21);
    min-height: 350px;
}
.desc-produto {
    font-size: 15px;
    font-weight: normal;
}
.valor-produto {
    font-size: 22px;
    color: #ea1d2c;
    font-weight: bold;
}
.tempo-produto {
    border: 1px solid rgba(63, 62, 62, 0.1);
    border-radius: 5px;
    padding: 8px;
    text-align: center;
    color: #666;
}
.comentario {
    font-size: 16px;
}
.btn-add.disabled:hover,
.btn-add[disabled]:hover,
.btn-add.disabled:focus,
.btn-add[disabled]:focus,
.btn-add.disabled:active,
.btn-add[disabled]:active {
    background: #ea1d2c;
}
.btn-add,
.btn-add:focus,
.btn-add:active {
    font-family: "Open Sans";
    width: 230px;
    padding: 15px 15px !important;
    font-weight: bold;
    font-size: 16px;
    background: #ea1d2c;
    border: none;
}
.btn-add:hover {
    background: #ea1d2c;
    border: none;
}
.btn .texto-btn {
    float: left;
}
.btn .valor-btn {
    float: right;
}

/*
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
*/

.modal-backdrop.in {
    opacity: 0.98;
}
.modal-ajax .modal-backdrop {
    z-index: 0;
}
.modal-open,
.modal {
    padding-right: 0 !important;
}
.modal-content {
    box-shadow: none;
    border-radius: 0;
}
.modal-header .close {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.7;
}
.modal-header .modal-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}
.modal-footer .input-group {
    max-width: 140px;
    right: 254px;
    position: absolute;
}
.modal-footer .btn-number {
    height: 52px;
}
.modal-footer .input-number {
    height: 52px;
}

.align-middle {
    vertical-align: middle !important;
}
.relative {
    position: relative !important;
}
.no-border {
    border: 0px !important;
}
.mb-0 {
    margin-bottom: 0;
}
.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}
.img-center {
    margin: 0 auto !important;
}
.img-produto {
    height: 350px;
}
/*
.basket-button {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #d2111f;
    bottom: 10px;
    right: 5px;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
*/
.basket-button {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #d2111f;
    top: 15px;
    right: 80px;
    text-align: center;
    line-height: 48px;
    font-size: 19px;
    color: #fff;
    cursor: pointer;
    z-index: 1030;
}
.number-basket {
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #ff4500;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
}

.order-button {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ea1d2c;
    bottom: 10px;
    right: 5px;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.order-button i {
    -webkit-animation: ring 4s 0.7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s 0.7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s 0.7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

.btn-black {
    background: #1c1c1e;
    border: #2d2d2f;
    color: #fff;
    padding: 12px 15px;
}
.btn-black,
.btn-black:focus,
.btn-black:active {
    font-weight: bold;
    background: #1c1c1e;
    border: none;
}
.btn-black:hover {
    background: #2d2d2f;
    border: #2d2d2f;
    color: #fff;
}

.btn-red {
    background: #ea1d2c;
    border: #dd1927;
    color: #fff;
    padding: 12px 15px;
}

.btn-red,
.btn-red:focus,
.btn-red:active {
    font-weight: bold;
    background: #ea1d2c;
    border: none;
}
.btn-red:hover {
    background: #dd1927;
    border: #dd1927;
    color: #fff;
}

.btn-success,
.btn-warning,
.btn-danger,
.btn-info {
    padding: 10px;
}
.is-invalid {
    border-color: #c9302c;
}
.is-valid {
    border-color: rgb(93, 172, 21);
}
.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
    border: 1px solid #777;
}
.form-control {
    height: 44px;
    border-radius: 0;
}
.box-container {
    padding: 15px;
    background: #fff;
}

#escolher-atendimento label {
    padding: 10px;
    color: #333;
    -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
    background: #eaeaea;
    border: 2px solid #ae929a;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    transition: all 0.5s ease 0s;
}
#escolher-atendimento label:hover,
#escolher-atendimento label.active {
    border: 2px solid var(--cor1);
}
#escolher-atendimento label[disabled] {
    cursor: not-allowed;
    opacity: 0.4;
}
#escolher-atendimento [type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    text-align: center;
    width: 100%;
}
#escolher-atendimento {
    text-align: center;
}
#escolher-atendimento label i {
    font-size: 80px;
}

#botoesCarrinho {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 2;
    font-size: 16px;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0px -5px 20px -10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px -5px 20px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -5px 20px -10px rgba(0, 0, 0, 0.3);
}
#botoesCarrinhoContent {
    position: relative;
}
#btnComprarMais {
    width: 50%;
    background: #1c1c1e;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 15px 0px;
    float: left;
    cursor: pointer;
}
#btnFecharPedido {
    width: 50%;
    background: #ea1d2c;
    display: inline-block;
    text-align: center;
    padding: 15px 0px;
    color: #fff;
    float: left;
    cursor: pointer;
}
#btnFecharPedidoDisabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    width: 50%;
    background: #ea1d2c;
    display: inline-block;
    text-align: center;
    padding: 15px 0px;
    color: #fff;
    float: right;
}
.infos-contato i {
    text-align: center;
    font-size: 16px;
    color: var(--cor1);
    margin-right: 6px;
}
.infos-contato li {
    list-style-type: none;
    padding: 3px 0;
}
.infos-contato li a {
    letter-spacing: 0px;
    color: var(--cor1);
}

.body-preloader {
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    position: fixed;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.body-preloader .content-preloader {
    font-size: 18px;
    color: #333333;
}
.box-pedidos {
    border: 1px solid rgba(0, 0, 0, 0.219);
    padding: 10px;
    -webkit-box-shadow: 2px 2px 5px -4px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 2px 2px 5px -4px rgba(0, 0, 0, 0.64);
    box-shadow: 2px 2px 5px -4px rgba(0, 0, 0, 0.64);
    min-height: 350px;
}

.box-pedidos .title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: var(--cor1);
}
.box-pedidos .subtitle {
    color: var(--cor1);
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: bold;
}
.box-pedidos p {
    font-size: 13px;
    margin-bottom: 3px;
}
.box-pedidos small {
    color: var(--cor1);
    font-weight: bold;
}
.box-pedidos table {
    margin-top: 5px;
    margin-bottom: 5px;
}
.box-pedidos table td b {
    color: var(--cor1);
    font-weight: bold;
}
.box-pedidos .text-bold {
    font-weight: bold;
}
.box-pedidos .gray {
    color: #333;
}
.box-pedidos .buttons {
    margin-top: 10px;
    margin-bottom: 10px;
}
.box-pedidos .box-comentario {
    display: none;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline .text-success {
    color: #80d651;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 5%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 50px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    margin-left: 9%;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    left: -15px;
    right: auto;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
    border-left-width: 0;
    border-right-width: 15px;
    z-index: 103;
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
    z-index: 103;
}
.timeline > li > .timeline-panel h3 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 1px;
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 5%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li > .timeline-date {
    left: 5%;
    top: 76px;
    width: 50px;
    text-align: center;
    position: absolute;
    z-index: 101;
    margin-left: -25px;

    /* FF3.6+ */
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 25%,
        rgba(255, 255, 255, 1) 75%,
        rgba(255, 255, 255, 0) 100%
    );
    /* Chrome,Safari4+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, rgba(255, 255, 255, 0)),
        color-stop(25%, rgba(255, 255, 255, 1)),
        color-stop(75%, rgba(255, 255, 255, 1)),
        color-stop(100%, rgba(255, 255, 255, 0))
    );
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 25%,
        rgba(255, 255, 255, 1) 75%,
        rgba(255, 255, 255, 0) 100%
    );
    /* Opera 11.10+ */
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 25%,
        rgba(255, 255, 255, 1) 75%,
        rgba(255, 255, 255, 0) 100%
    );
    /* IE10+ */
    background: -ms-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 25%,
        rgba(255, 255, 255, 1) 75%,
        rgba(255, 255, 255, 0) 100%
    );
    /* W3C */
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 25%,
        rgba(255, 255, 255, 1) 75%,
        rgba(255, 255, 255, 0) 100%
    );
    /* IE6-9 */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
}
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}
.timeline-badge.success {
    background-color: #80d651 !important;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}
.timeline-badge.danger {
    background-color: #d9534f !important;
}
.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}
@media (max-width: 767px) {
    .timeline > li > .timeline-panel h3 {
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 1px;
    }
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-date {
        left: 15px;
        margin-left: 0;
        top: 76px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}
@media (min-width: 768px) {
    .timeline.timeline-centered:before {
        left: 50%;
    }
    .timeline.timeline-centered > li > .timeline-panel {
        width: 46%;
        float: left;
        margin-left: 0;
    }
    .timeline.timeline-centered > li > .timeline-badge {
        left: 50%;
    }
    .timeline.timeline-centered > li > .timeline-date {
        left: 50%;
    }
    .timeline.timeline-centered > li.timeline-inverted > .timeline-panel {
        float: right;
    }
    .timeline.timeline-centered > li > .timeline-panel:before {
        right: -15px;
        left: auto;
        border-left-width: 15px;
        border-right-width: 0;
    }
    .timeline.timeline-centered > li > .timeline-panel:after {
        right: -14px;
        left: auto;
        border-left-width: 14px;
        border-right-width: 0;
    }
    .timeline.timeline-centered
        > li.timeline-inverted
        > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    .timeline.timeline-centered > li.timeline-inverted > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

.notice .produtos ul {
    padding-left: 5px;
    list-style: none;
}
.notice .produtos ul li {
    padding: 2px;
    margin-left: 19px;
    color: #717171;
}
.notice .previsao-entrega {
    margin-top: 10px;
}
.notice .previsao-entrega p {
    margin: 0 0 3px 0;
    color: #717171;
}
.notice .previsao-entrega span {
    color: #333;
}
.notice .data-pedido {
    text-align: center;
    width: 54px;
    height: 54px;
    padding: 5px;
    background-color: #f2f2f2;
    border-radius: 4px;
}
.notice .data-pedido .dia {
    color: #3e3e3e;
    font-size: 20px;
    font-weight: bold;
}
.notice .data-pedido .mes {
    color: #a6a6a6;
    font-weigh: 400;
}
.notice .status {
    color: #3f3e3e;
    font-size: 14px;
    padding: 12px 0 0;
    font-weight: 400;
}
.notice .produto {
    color: #717171;
    margin-bottom: 0px;
}
.notice hr {
    border-top: 1px solid #ddd !important;
}

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80d651;
}
.notice-success strong {
    color: #80d651;
}
.notice-info {
    border-color: #45abcd;
}
.notice-info strong {
    color: #45abcd;
}
.notice-warning {
    border-color: #feaf20;
}
.notice-warning strong {
    color: #feaf20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger strong {
    color: #d73814;
}

footer {
    font-family: "Open Sans", sans-serif;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #1c1c1e;
    border-top: 2px solid #2d2d2f;
}
footer p {
    font-size: 15px;
    color: #b5b5b4;
    margin-bottom: 0;
}
footer small {
    color: #b5b5b4;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #b5b5b4;
}
footer .btn {
    padding: 11px 15px;
    border-radius: 0;
}

.brands {
    display: inline-block;
    width: 120px;
    text-align: center;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 20px;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    position: relative;
}
.brands > input {
    /* visibility: hidden; */
    position: absolute;
    top: 53px;
    left: 42%;
}
.brands > input + img {
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 2px;
}
.brands > input:checked + img {
    border: 3px solid blue;
}
@media screen and (max-width: 768px) {
    #cardSelect {
        text-align: center !important;
    }
    .brands {
        position: relative;
        margin-left: 6px;
        margin-right: 6px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 800px) {
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        border: 1px solid rgb(240, 230, 230);
        margin-bottom: 10px;
    }
    #no-more-tables td {
        border: none;
        border-bottom: none;
        position: relative;
        padding-left: 30%;
        white-space: normal;
        text-align: center !important;
    }
    #no-more-tables td:before {
        position: absolute;
        top: 0px;
        left: 0px;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        padding: 5px 0 0 5px;
        letter-spacing: 1px;
        height: 88%;
        width: 30%;
        font-size: 12px;
    }
    #no-more-tables td:before {
        content: attr(data-title);
    }
}
.align-middle {
    vertical-align: middle !important;
}
#carrinhoMobile {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1031;
    display: none;
    overflow: auto;
}
@media only screen and (max-device-width: 768px) {
    .modal-body {
        max-height: calc(100vh - 320px);
        overflow-y: auto;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 1200px;
    }
}

@media (max-width: 768px) {
    .carrinho-float {
        display: none;
    }
    .navbar-default .navbar-nav > li > a i {
        font-size: 12px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }
    .nav > li > a {
        padding: 5px;
    }
}
@media (max-width: 480px) {
    .ribbon3 {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .ribbon3:after {
        right: -15px;
    }
    body {
        margin-bottom: 80px;
    }
    .carrinho-float {
        display: none;
    }
    nav .navbar-brand {
        padding-top: 15px;
    }
    nav .navbar-brand img {
        height: 30px;
    }
    .btn-add {
        display: block;
        width: 100% !important;
    }
    .carousel {
        display: none;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 20px;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 20px;
    }
    .groups-full {
        position: fixed;
        width: 100%;
        top: 142px;
        z-index: 1;
    }
    .groups-full a {
        font-size: 18px;
    }
    #cardapio {
        padding-top: 130px;
    }
    #cardapio h4 {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .card-products .body .title {
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 1px;
    }
    .card-products .body .text {
        font-size: 15px;
    }
    .card-products img {
        display: inline-block;
        vertical-align: middle;
    }
    .img-produto {
        min-height: 150px !important;
        height: 150px !important;
        margin-bottom: 10px !important;
    }
    .desc-produto {
        font-size: 15px !important;
    }
    .modal-footer .input-group {
        max-width: 100%;
        right: inherit !important;
        position: inherit !important;
        margin-bottom: 10px;
    }
}

@media (min-width: 481px) and (min-width: 600px) {

}

.sep-top-h {
    padding-top: 16.9em;
}
.sep-bot-l {
    padding-bottom: 10em;
}
.sep-top-xss {
    padding-top: 0.9em;
}
.sep-top-xs {
    padding-top: 1.5em;
}
.sep-top-sm {
    padding-top: 2.2em;
}
.sep-top-md {
    padding-top: 3em;
}
.sep-top-lg {
    padding-top: 4.3em;
}
.sep-top-1x {
    padding-top: 5.3em;
}
.sep-top-2x {
    padding-top: 6.5em;
}
.sep-top-3x {
    padding-top: 9.4em;
}
.sep-top-4x {
    padding-top: 11.5em;
}
.sep-top-5x {
    padding-top: 16em;
}
.sep-bottom-xss {
    padding-bottom: 0.9em;
}
.sep-bottom-xs {
    padding-bottom: 1.5em;
}
.sep-bottom-sm {
    padding-bottom: 2.2em;
}
.sep-bottom-md {
    padding-bottom: 3em;
}
.sep-bottom-lg {
    padding-bottom: 4.3em;
}
.sep-bottom-1x {
    padding-bottom: 5.3em;
}
.sep-bottom-2x {
    padding-bottom: 6.5em;
}
.sep-bottom-3x {
    padding-bottom: 9.4em;
}
.sep-bottom-4x {
    padding-bottom: 11.5em;
}
.sep-bottom-5x {
    padding-bottom: 16em;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.marg-top-xs {
    margin-top: 1.7em;
}
.marg-top-xss {
    margin-top: 1.2em;
}
.marg-bottom-xs {
    margin-bottom: 0.9em;
}

.btn-number {
    color: #ea1d2c;
}
.btn-number:hover {
    color: #ea1d2c;
}
.radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin: 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkround {
    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-color: #ea1d2c;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ea1d2c;
}

.check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin: 0;
    padding-right: 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
}
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-color: #ea1d2c;
    border-style: solid;
    border-width: 2px;
}
.check input:checked ~ .checkmark {
    background-color: #fff;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check input:checked ~ .checkmark:after {
    display: block;
}
.check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid;
    border-color: #ea1d2c;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-custom {
    display: block;
    position: relative;
    padding-left: 25px;
    margin: 0;
    padding-right: 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
}
.check-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark-custom {
    position: absolute;
    top: 6px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-color: var(--cor1);
    border-style: solid;
    border-width: 2px;
}
.check-custom input:checked ~ .checkmark-custom {
    background-color: #fff;
}
.checkmark-custom:after {
    content: "";
    position: absolute;
    display: none;
}
.check-custom input:checked ~ .checkmark-custom:after {
    display: block;
}
.check-custom .checkmark-custom:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid;
    border-color: var(--cor1);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ribbon3 {
    width: 83px;
    height: 20px;
    line-height: 20px;
    padding-left: 15px;
    position: absolute;
    left: -9px;
    top: 41px;
    background: #9b0d17;
    color: #fff;
    font-size: 11px;
}
.ribbon3:before,
.ribbon3:after {
    content: "";
    position: absolute;
}
.ribbon3:before {
    height: 0;
    width: 0;
    top: -8.5px;
    left: 0.1px;
    border-bottom: 9px solid black;
    border-left: 9px solid transparent;
}
.ribbon3:after {
    height: 0;
    width: 0;
    right: -10.5px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #9b0d17;
    color: #fff;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }
    1% {
        -webkit-transform: rotateZ(30deg);
    }
    3% {
        -webkit-transform: rotateZ(-28deg);
    }
    5% {
        -webkit-transform: rotateZ(34deg);
    }
    7% {
        -webkit-transform: rotateZ(-32deg);
    }
    9% {
        -webkit-transform: rotateZ(30deg);
    }
    11% {
        -webkit-transform: rotateZ(-28deg);
    }
    13% {
        -webkit-transform: rotateZ(26deg);
    }
    15% {
        -webkit-transform: rotateZ(-24deg);
    }
    17% {
        -webkit-transform: rotateZ(22deg);
    }
    19% {
        -webkit-transform: rotateZ(-20deg);
    }
    21% {
        -webkit-transform: rotateZ(18deg);
    }
    23% {
        -webkit-transform: rotateZ(-16deg);
    }
    25% {
        -webkit-transform: rotateZ(14deg);
    }
    27% {
        -webkit-transform: rotateZ(-12deg);
    }
    29% {
        -webkit-transform: rotateZ(10deg);
    }
    31% {
        -webkit-transform: rotateZ(-8deg);
    }
    33% {
        -webkit-transform: rotateZ(6deg);
    }
    35% {
        -webkit-transform: rotateZ(-4deg);
    }
    37% {
        -webkit-transform: rotateZ(2deg);
    }
    39% {
        -webkit-transform: rotateZ(-1deg);
    }
    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }
    1% {
        -moz-transform: rotate(30deg);
    }
    3% {
        -moz-transform: rotate(-28deg);
    }
    5% {
        -moz-transform: rotate(34deg);
    }
    7% {
        -moz-transform: rotate(-32deg);
    }
    9% {
        -moz-transform: rotate(30deg);
    }
    11% {
        -moz-transform: rotate(-28deg);
    }
    13% {
        -moz-transform: rotate(26deg);
    }
    15% {
        -moz-transform: rotate(-24deg);
    }
    17% {
        -moz-transform: rotate(22deg);
    }
    19% {
        -moz-transform: rotate(-20deg);
    }
    21% {
        -moz-transform: rotate(18deg);
    }
    23% {
        -moz-transform: rotate(-16deg);
    }
    25% {
        -moz-transform: rotate(14deg);
    }
    27% {
        -moz-transform: rotate(-12deg);
    }
    29% {
        -moz-transform: rotate(10deg);
    }
    31% {
        -moz-transform: rotate(-8deg);
    }
    33% {
        -moz-transform: rotate(6deg);
    }
    35% {
        -moz-transform: rotate(-4deg);
    }
    37% {
        -moz-transform: rotate(2deg);
    }
    39% {
        -moz-transform: rotate(-1deg);
    }
    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }
    1% {
        transform: rotate(30deg);
    }
    3% {
        transform: rotate(-28deg);
    }
    5% {
        transform: rotate(34deg);
    }
    7% {
        transform: rotate(-32deg);
    }
    9% {
        transform: rotate(30deg);
    }
    11% {
        transform: rotate(-28deg);
    }
    13% {
        transform: rotate(26deg);
    }
    15% {
        transform: rotate(-24deg);
    }
    17% {
        transform: rotate(22deg);
    }
    19% {
        transform: rotate(-20deg);
    }
    21% {
        transform: rotate(18deg);
    }
    23% {
        transform: rotate(-16deg);
    }
    25% {
        transform: rotate(14deg);
    }
    27% {
        transform: rotate(-12deg);
    }
    29% {
        transform: rotate(10deg);
    }
    31% {
        transform: rotate(-8deg);
    }
    33% {
        transform: rotate(6deg);
    }
    35% {
        transform: rotate(-4deg);
    }
    37% {
        transform: rotate(2deg);
    }
    39% {
        transform: rotate(-1deg);
    }
    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}

.cookies-container {
    color: #222;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    position: fixed;
    width: 100%;
    bottom: 2rem;
    z-index: 1000;
}

.cookies-content {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    background: white;
    max-width: 520px;
    border-radius: 5px;
    padding: 1rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
    opacity: 0;
    transform: translateY(1rem);
    animation: slideUp 0.5s forwards;
}

@keyframes slideUp {
    to {
        transform: initial;
        opacity: initial;
    }
}

.cookies-pref label {
    margin-right: 1rem;
}

.cookies-save {
    grid-column: 2;
    grid-row: 1/3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    background: #007cf8;
    color: white;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    padding: 0.8rem 1rem;
    font-size: 1rem;
}

@media (max-width: 500px) {
    .cookies-content {
        grid-template-columns: 1fr;
    }
    .cookies-save {
        grid-column: 1;
        grid-row: 3;
    }
}

.box-register {
    padding: 20px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.box-register input[type=text],
.box-register input[type=tel],
.box-register input[type=password],
.box-register select {
    background: #FFF;
    border: 2px solid #eceff8;
    height: 45px;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #626262;
    width: 100%;
}
.box-register select:disabled{
    background: #eceff8
}
.box-register input::-moz-placeholder {
    color: #666;
    opacity: 1;
}
.box-register input::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
.box-register hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid #b3b3b3;
}
.box-register .btn-primary {
    width: 100%;
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    height: 40px;
    letter-spacing: 0.025em;
    line-height: 40px;
    padding: 0 18px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.box-register .btn-primary:hover {
    background-color: #D8A907;
    color: #fff;
}
.box-register .btn-limpar {
    background: #D8A907;
}
.box-register .btn-limpar:hover {
    background: #333;
}
.box-register .custom-control-input {
    cursor: pointer;
    height: inherit;
    width: inherit;
}
