@media(max-width:480px){
    .row>* {
        margin-right: 0;
        margin-left: 0;
        padding-right: auto !important;
        padding-left: auto!important;
    }

    .btn.btn-danger.lg {
        font-size: small;
    }
}

@media(min-width:480px){
    .btn.btn-danger.lg {
        font-size: medium;
    }
}

@media(min-width:767px){
    .btn.btn-danger.lg {
        font-size: large;
    }
    
    body {
        font-size: smaller;
    }
}

@media(min-width:913px){
    .btn.btn-danger.lg {
        font-size: large;
    }
    
    body {
        font-size: medium;
    }
}

.buttons {
    display: inline-flex;
    width: min-content;
    height: 42px;
    min-width: 140px;
}

body {
    background-image: url("../images/bg_pizza.png");
    background-repeat: repeat-y;
    background-size: 100%;
    background-color: #000;
}

input.btn.btn-danger {
    display: block;
    height: 42px;
    min-width: 130px;
}


#myBtn{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}
#myBtn:hover {
  background-color: darkgreen;
  color: white;
}

.bg-4{
  background-color: #2f2f2f;
  color: #ffffff;

}

footer{
  display: block;
}

.mypanel {
	border: 1px solid #eaeaec;
	margin: -1px 19px 25px -1px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	background-color: #FAFAFA;
	padding: 10px;
	width: 100%;
	border-radius: 10px;
}


/* input{
  border: 5px solid white;
} */

.box-search {
  display: flex;
  gap: .1%;
  justify-content: center;
}


jquery.ui.autocomplete.css
.ui-menu {
    width: 200px;
    margin-bottom: 2em;
}
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-corner-all {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url("../images/ui-bg_glass_75_ffffff_1x400.png") 50% 50% repeat-x;
    color: #404040;
}
.ui-widget {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}
.ui-front {
    z-index: 100;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    /*support: IE10, see #8844;*/
}
.ui-menu .ui-menu-item a.ui-corner-all {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    support: IE7;
    font-weight: normal;
}
.ui-corner-all {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ui-front {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border-radius: 10px;
    z-index: 10000;
    padding-right: 28px;
    font-size: 20px;
}
dl, ol, ul {
    margin-bottom: 0;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol, ul {
    padding-left: 2rem;
}

.mb-3 {
    margin-bottom: 10px!important;
    padding-right: 1%!important;
}

input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    
}
input[type=number] { 
   -moz-appearance: textfield;
   appearance: textfield;
   text-align: center;
   font-weight: bolder;
}

button {
    border-radius: 5px;
    width: 42px;
    height: 42px;
    font-size: larger;
    padding: 0px;
    margin-left: 5px;
    margin-right: 5px;
}

h6.text {
    display: inline-flex;
}

p.text {
    margin-bottom: 7px;
}

img {
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition: 0.4s;
    padding-bottom: 10px;
}

img:hover {
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
}

.row>* {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0 !important;
}

.loader {
    display: none;
    margin: 100px auto;
}

.btn.btn-danger.lg {
    text-decoration: none;
}


.btn.btn-danger.cart-btn {
    margin-right: auto;
    margin-left: auto;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url("../images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x !important;
    color: #222222;
}

.btn-warning {
    width: fit-content;
    height: fit-content;
    margin-top: 5px;
    margin-bottom: 10px;
    color: black;
}

.nav-link {
    background-color: #FFF !important;
}

.center {
    text-align: center;
}

.form-check {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.form-check-inline {
    display: inline-block;
    margin-right: 0.5rem;
    margin-top: 7px;
    margin-bottom: 15px;
}

.form-check .form-check-input {
    float: none !important;
    margin-left: -1.5em;
    margin-right: 2px;
}

label {
    font-size: medium;
}

.row.conteudo_pedido {
    background-color: #FFF;
    border-radius: 10px;
    padding: 5%;
}


button#btn_whatsapp {
    margin-top: 25px;
}

button.btn.btn-warning.lg {
    font-size: medium!important;
}

button.btn.btn-warning.lg {
    width: 100%;
    max-width: 500px;
    padding-bottom: 0;
}

h2.titulo {
    font-size: 17pt;
}

.topo {
    max-width: 600px;
    margin: auto;
}

.div_select {
    margin-bottom: 10px;
}

select#terceiro_sabor {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto; 
}

li.nav-item {
    margin-right: 4px;
}

.row {
    margin-left: calc(-0.9 * var(--bs-gutter-x)) !important;
}

a:hover {
    color: orange!important;
}
