.cartItensCombo{
    margin-bottom: -10px;
    float: left;
    clear: both;
}


@media only screen and (max-width: 550px){
.modal-dialog {
    top: 0 !important;
}
ul.ui-autocomplete {    
    z-index: 99999;
    overflow-y: scroll;
    height: 130px;  
    width: 90%; 
}
.multiselect-container>li>a{
  padding: 5px 0 !important;
}
}

#masthead{
    z-index:99999;
}
.modal  {
    /*   display: block;*/
    padding-right: 0px;
    background-color: rgba(4, 4, 4, 0.8); 
    }
   
    .modal-dialog {
            top: 20%;
                width: 100%;
    position: absolute;
        }
        .modal-content {
                border-radius: 0px;
                border: none;
    top: 40%;
            }
.modal-body {
    background-color: #d60002;
    color: white;
}
              


#main-wrapper .all-menu-details .item-list{
    overflow: hidden;
    float: unset !important;
}
#main-wrapper .all-menu-details .details {
    height: auto !important;
}

#main-wrapper .all-menu-details .dropdown-option .dd-toppings{
    --background-color: #ccc;
    border-radius: 7px;
}


.dd-options{
    position: relative !important;
}
.navbar {
	margin-bottom: 0 !important;
}
a#cartMenu > span.cartNumberItems {
	font-size: 16px;
	color:#fff;
}
a#cartMenu{
    padding: 0;
    height: 100%;
    margin: auto;
    text-align: center;
}
.cartMenuTotal{
    color:#fff;
    display: block;
}
.navBarPhone{
    background-color: #000;
    border-radius: 5px;
    padding: 5px 0;
    max-width: 36px;
    max-height: 34px;
    min-width: 36px;
    min-height: 34px;
    text-align: center;
}
.tel_list {
    width: 300px;
    background-color: #fff;
    right: 10px;
    top: 100px;
    border: 2px solid #fff;
    transition: all .2s ease-in-out;
    margin-top: 20px;
    opacity: 0;
    pointer-events: none;
}
    .navbar-login
{
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size
{
    font-size: 87px;
}
@media only screen and (max-width: 550px){
#cartCheckout {
    display: none;
}
.cartMenuTotal{
    display: inline;
}
}

.wizard{
	margin: 0 !important;
}
.wizard li.active span.round-tab{
    cursor:pointer;

}
footer .menu .icon {
    font-size: 16px;
    margin-right: 10px;
}

#main-wrapper .all-menu-details{
    padding-bottom: 150px !important;
}
.hourTogo{
    font-size: smaller; padding-left: 20px; padding-bottom: 5px; margin-top: -2px;
}

.h-esconde-menos-review{
    display: none !important;
}

a.morelink{
    font-weight: bold;
    text-decoration: none;
    color: inherit;
}


.prod_indisponivel{
    position: absolute;
    --margin-left: 10px;
    top: 30px;
    background: rgba(255,255,255, 0.5);
    color: #f00;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
    padding: 15px 5px 5px;
    font-weight: 900;
    min-width: 160px;
}
#menu-bars{
    color: #cab891;
    font-size: 30px;
    margin: 6px 0px;
    float: left;
    cursor: pointer;
    position: absolute;
    left: 10px;
    z-index: 99;
}
ul#menu-lista{
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background-color:rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 200px;
    height: 100%;
    left: 0;
}
.menu-mostra{
    display: block !important;
}
ul#menu-lista li:first-child{
    padding-top: 40px;
}
ul#menu-lista li a{
    color: #cab891;
}
ul#menu-lista li a:hover{
    color: #fff;
    text-decoration: none;
}

@media (min-width: 992px){
    #menu-bars{
        display: none;
    }
    ul#menu-lista{
        background-color: initial;
        position: absolute;
        width: 100%;
        display: block;
        left: 0;
    }
    ul#menu-lista li{
        display: inline-block;
        margin: 0 15px;
    }
    ul#menu-lista li:first-child{
        padding-top: 0px;
    }
}


/* ul#menu-lista{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background-color: initial;
    position: absolute;
    width: 100%;
    left: 0;
    display: block;
}
ul#menu-lista li{
    display: inline-block;
    margin: 0 15px;
} */






/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#checkoutCadastrarEndereco {
    background: #ccc;
    font-weight:bold
}

.round-tab-desc {
    margin-top: -10px !important;
    margin-bottom: 10px !important;
}

#promotionCodeApply, #promotionCodeRemove {
    background: #ccc;
    font-weight:bold;
    margin-left: unset;
}

button#userUpdate, button#userUpdateFb {
  background: #FF5312;
  font-weight: bold
}

div.checkoutAddressInformacaoAdicional {
    display: none;
}

div.checkoutTiposEnderecoDiv {
  margin-bottom: 20px;
}

input.checkoutTiposEnderecoRadio:not(:first-of-type) {
  margin-left: 25px;
}



/**********************/
/* AJAX PADRAO :: INICIO */
/**********************/
#mdl-ajax-padrao{
    z-index: 99999 !important;
}
.progress-ajax-padrao{
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    top: 0px;
    margin: 0;
    overflow: hidden;
}
.progress-ajax-padrao .indeterminate{
    background-color: var(--cor-principal);
}
.progress-ajax-padrao .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress-ajax-padrao .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

.progress-ajax-barra-superior{
  position: fixed;
  z-index: 99999;
  display: none;
}

@-webkit-keyframes indeterminate {
    0% {
      left: -35%;
      right: 100%;
    }
    60% {
      left: 100%;
      right: -90%;
    }
    100% {
      left: 100%;
      right: -90%;
    }
  }
  
  @keyframes indeterminate {
    0% {
      left: -35%;
      right: 100%;
    }
    60% {
      left: 100%;
      right: -90%;
    }
    100% {
      left: 100%;
      right: -90%;
    }
  }
  
  @-webkit-keyframes indeterminate-short {
    0% {
      left: -200%;
      right: 100%;
    }
    60% {
      left: 107%;
      right: -8%;
    }
    100% {
      left: 107%;
      right: -8%;
    }
  }
  
  @keyframes indeterminate-short {
    0% {
      left: -200%;
      right: 100%;
    }
    60% {
      left: 107%;
      right: -8%;
    }
    100% {
      left: 107%;
      right: -8%;
    }
  }
/**********************/
/* AJAX PADRAO :: FIM */
/**********************/