.close-sabores {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.pizzaModal {
  background: #121212 !important;
}
.pizzaModal .btnAdicionarModal {
  width: 100%;
  background: #00b400;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 15px;
  margin-top: 5px;
  border: 0px;
  border-radius: 10px;
  cursor: pointer;
}
.pizzaModal #bar-top-poupap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pizzaModal #bar-top-poupap h2 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.pizzaModal .box1 {
  float: left;
  width: 100%;
  background-position: center center;
  position: relative;
}
.pizzaModal #maozinha {
  position: absolute;
  right: 37%;
  bottom: 25px;
  animation: subirDescer 2s infinite;
  z-index: 999;
}
@keyframes subirDescer {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.pizzaModal .box2 {
  width: 1150px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  height: 122px;
}
.pizzaModal .box3 {
  height: 122px;
  width: 100%;
  position: fixed;
  z-index: 99999;
  background-color: #ffffff;
}
.pizzaModal .box4 {
  float: left;
  height: 120px;
  width: 100%;
  position: relative;
}
.pizzaModal .box5 {
  height: 110px;
  width: 175px;
  position: absolute;
  top: 10px;
}
.pizzaModal .box5 img {
  max-height: 90px;
}
.pizzaModal .box6 {
  background: #121212 !important;
  float: left;
  height: 330px;
  width: 100%;
  position: relative;
}
.pizzaModal .box6g {
  background: #121212 !important;
  background-position: center;
  background-size: cover;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}
.pizzaModal .box6i {
  float: left;
  height: 290px;
  width: 100%;
  position: relative;
  background-image: url(../pizza/fundo.jpg);
}
.pizzaModal .box6ii {
  float: left;
  height: 365px;
  position: relative;
  text-align: center;
  width: 100%;
}
.pizzaModal .box6ii img {
  max-height: 365px;
  min-height: 365px;
  max-width: 1150px;
  margin-top: 12px;
  border-radius: 21px;
}
.pizzaModal .box7 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  margin-top: 15px;
  position: relative;
}
.pizzaModal .box7i {
  height: 290px;
  width: 1150px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.pizzaModal .box9 {
  background-image: url(../pizza/mesa2.jpg);
  float: left;
  height: 88px;
  width: 100%;
  background-position: center center;
}
.pizzaModal .box9g {
  background-image: url(../pizza/mesa2.jpg);
  height: 90px;
  width: 100%;
  background-position: center center;
  position: absolute;
  left: 0px;
  bottom: -88px;
}
.pizzaModal .namePizzas {
  text-align: center;
}
.pizzaModal .pizzaBox {
  position: relative;
  min-height: 322px;
  margin-bottom: 10px;
}
.pizzaModal .boxFinal {
  margin: 0px auto;
  display: block;
  width: 285px;
  padding-bottom: 20px;
}
.pizzaModal .boxFinal .btn_montador_rounded {
  justify-content: left !important;
  font-size: 13px;
  gap: 10px;
}
.pizzaModal .finalizarBtn {
  position: relative;
  color: #fff;
  font-size: 1.4em;
  text-align: center;
  background: #00b400;
  border-top: 3px solid #008a00;
  z-index: 10;
  text-decoration: none;
  width: 100%;
  padding: 0px 26px;
  border-radius: 8px;
  margin: 0px auto;
  display: block;
  height: 52px;
  cursor: pointer;
}
.pizzaModal .finalizarBtn:hover {
  opacity: 0.9;
}
.pizzaModal .finalizarBtn p {
  font-size: 18px;
  letter-spacing: 0;
  margin: 14px 0 24px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.pizzaModal .finalizarBtn p i {
  margin-right: 5px;
}
.pizzaModal #bordasPizza .box213,
.pizzaModal #obsPizza .box213,
.pizzaModal #refriPizza .box213 {
  padding: 10px;
}
.pizzaModal #bordasPizza .box213 p,
.pizzaModal #obsPizza .box213 p,
.pizzaModal #refriPizza .box213 p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}
.pizzaModal #bordasPizza .box213 ul,
.pizzaModal #obsPizza .box213 ul,
.pizzaModal #refriPizza .box213 ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 0px;
}
.pizzaModal #bordasPizza .box213 ul li,
.pizzaModal #obsPizza .box213 ul li,
.pizzaModal #refriPizza .box213 ul li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  min-height: 48px;
  flex-direction: row;
  border-bottom: 1px solid #d4d4d4;
  flex-wrap: nowrap;
  padding: 16px;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pizzaModal #bordasPizza .box213 ul li label,
.pizzaModal #obsPizza .box213 ul li label,
.pizzaModal #refriPizza .box213 ul li label {
  cursor: pointer;
  max-width: 270px;
}
.pizzaModal #bordasPizza .box213 ul li .circle,
.pizzaModal #obsPizza .box213 ul li .circle,
.pizzaModal #refriPizza .box213 ul li .circle {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 100px;
}
.pizzaModal #bordasPizza .box213 ul li.active .circle,
.pizzaModal #obsPizza .box213 ul li.active .circle,
.pizzaModal #refriPizza .box213 ul li.active .circle {
  background: yellow;
  border-color: yellow;
}
.pizzaModal .tamanhoTitle {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: -10px;
}
.pizzaModal .precoPizza {
  text-align: center;
  margin-top: 10px;
}
.pizzaModal .tamanhoBox {
  margin-bottom: 18px;
}
.pizzaModal .box8 {
  float: left;
  height: 270px;
  width: 270px;
  background-image: url(../pizza/bg_pizza_4.png);
  position: absolute;
  top: 10px;
}
.pizzaModal .box8 .areapizza {
  width: 240px;
  height: 240px;
  margin: 15px 15px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  cursor: pointer;
}
.pizzaModal .box8 .quarto_dir_cima {
  position: absolute;
  top: 0px;
  right: 0;
  width: 50%;
  height: 50%;
  background-size: cover !important;
}
.pizzaModal .box8 .quarto_dir_baixo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  background-position: bottom right;
  background-size: cover !important;
}
.pizzaModal .box8 .quarto_esq_baixo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background-position: bottom left;
  background-size: cover !important;
}
.pizzaModal .box8 .quarto_esq_cima {
  left: 0;
  width: 50%;
  height: 50%;
  background-position: left top;
  background-size: cover !important;
}
.pizzaModal .linkpizza {
  float: left;
  width: 100%;
  height: 100%;
}
.pizzaModal .quarto_esq_cima:hover {
  background: rgba(0, 0, 0, 0.5);
  opacity: 5;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.pizzaModal .quarto_dir_baixo:hover {
  background: rgba(0, 0, 0, 0.5);
  opacity: 5;
  transition: all 1s;
  -webkit-transition: all 1s;
  background-position: bottom right;
}
.pizzaModal .quarto_esq_baixo:hover {
  background: rgba(0, 0, 0, 0.5);
  opacity: 5;
  transition: all 1s;
  -webkit-transition: all 1s;
  background-position: bottom left;
}
.pizzaModal .box8 .quarto_dir_cima:hover {
  background: rgba(0, 0, 0, 0.5);
  opacity: 5;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.pizzaModal .box8a .quarto_dir_cima:hover {
  background: rgba(0, 0, 0, 0.5);
  opacity: 5;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.pizzaModal .box8c .quarto_dir_cima:hover {
  background: rgba(0, 0, 0, 0.5);
  opacity: 5;
  transition: all 1s;
  -webkit-transition: all 1s;
  background-position: center center;
}
.pizzaModal .box8b {
  float: left;
  height: 270px;
  width: 270px;
  background-image: url(../pizza/bg_pizza_1.png);
  position: absolute;
  top: 10px;
}
.pizzaModal .box8b .areapizza {
  width: 240px;
  height: 240px;
  margin: 15px 15px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  cursor: pointer;
}
.pizzaModal .box8b .pztop-abs {
  position: absolute;
  top: 0;
}
.pizzaModal .box8b .pztop-abs.quarto_esq_cima {
  left: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.pizzaModal .box8a {
  float: left;
  height: 270px;
  width: 270px;
  background-image: url(../pizza/bg_pizza_2.png);
  position: absolute;
  top: 10px;
}
.pizzaModal .box8a .areapizza {
  width: 240px;
  height: 240px;
  margin: 15px 15px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  cursor: pointer;
}
.pizzaModal .box8a .pztop-abs {
  position: absolute;
  top: 0;
}
.pizzaModal .box8a .pztop-abs.quarto_esq_cima {
  left: 0;
  width: 50%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.pizzaModal .box8a .quarto_dir_cima {
  right: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.pizzaModal .box8c {
  float: left;
  height: 270px;
  width: 270px;
  background-image: url(../pizza/bg_pizza_3.png);
  position: absolute;
  top: 10px;
}
.pizzaModal .box8c .areapizza {
  width: 240px;
  height: 240px;
  margin: 15px 15px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  cursor: pointer;
}
.pizzaModal .box8c .pztop-abs {
  position: absolute;
  top: 0;
}
.pizzaModal .box8c .quarto_esq_cima {
  left: 0;
  width: 33.3333333333%;
  height: 100%;
  background-position: left top;
}
.pizzaModal .box8c .quarto_dir_cima {
  position: absolute;
  bottom: 0;
  left: 33.3333333333%;
  width: 33.3333333333%;
  height: 100%;
  background-position: center center;
}
.pizzaModal .box8c .quarto_esq_baixo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33.3333333333%;
  height: 100%;
}
.pizzaModal .box10 {
  height: 43px;
  width: 51px;
  background-image: url(../pizza/icon_cursor.png);
  position: absolute;
  right: 40px;
  bottom: 20px;
}
.pizzaModal .box11 {
  float: left;
  width: 285px;
  position: relative;
  margin-top: 10px;
}
.pizzaModal .box44 .box12 {
  float: left;
  width: 25%;
  border-radius: 3px;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}
.pizzaModal .box44a .box12 {
  float: left;
  position: relative;
  width: 50%;
  border-radius: 3px;
  height: 210px;
  padding-left: 5px;
  padding-right: 5px;
}
.pizzaModal .box44b .box12 {
  float: left;
  width: 33.3333333333%;
  position: relative;
  border-radius: 3px;
  height: 210px;
  padding-left: 5px;
  padding-right: 5px;
}
.pizzaModal .box44c .box12 {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 3px;
  height: 210px;
  padding-left: 5px;
  padding-right: 5px;
}
.pizzaModal .btn-big,
.pizzaModal .btn-group .btn-big {
  font-size: 20px;
  line-height: 26px;
}
.pizzaModal .box13 {
  font-weight: bold;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #43804a;
  color: #ffffff;
  position: relative;
  float: left;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #2d5532;
}
.pizzaModal .box13 span {
  float: left;
  font-size: 11px;
  margin-left: 10px;
}
.pizzaModal .box13 i {
  float: right;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  cursor: pointer;
}
.pizzaModal .box14 {
  background-color: #990000;
  float: left;
  width: 100%;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  padding-top: 140px;
  padding-bottom: 28px;
}
.pizzaModal #boxBsabor-1 {
  background-image: url(../pizza/pizza_add_1_4.png);
  background-repeat: no-repeat;
  background-position: center 40px;
}
.pizzaModal #boxBsabor-2 {
  background-image: url(../pizza/pizza_add_2_4.png);
  background-repeat: no-repeat;
  background-position: center 40px;
}
.pizzaModal #boxBsabor-3 {
  background-image: url(../pizza/pizza_add_3_4.png);
  background-repeat: no-repeat;
  background-position: center 40px;
}
.pizzaModal #boxBsabor-4 {
  background-image: url(../pizza/pizza_add_4_4.png);
  background-repeat: no-repeat;
  background-position: center 40px;
}
.pizzaModal .box15 {
  width: 370px;
  position: absolute;
  right: 0px;
  z-index: 999999999;
}
.pizzaModal .box16 {
  float: left;
  height: 50px;
  width: 210px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 15px;
  z-index: 999;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  position: relative;
  background-repeat: no-repeat;
  padding-left: 55px;
  background-position: 5px 5px;
}
.pizzaModal .btn_montador_rounded {
  font-size: 18px;
  background: #ee302e;
  cursor: pointer;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 12px 16px !important;
  width: 100%;
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  margin-bottom: 14px;
  height: auto !important;
  text-align: left;
  box-shadow: 0.5px 0.866px 2px 0px rgb(47, 44, 36);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pizzaModal .btn_montador_rounded select {
  background: transparent;
  border: 0px;
  font-size: 14px;
  width: 100%;
  color: white;
  font-weight: bold;
  outline: none;
  cursor: pointer;
}
.pizzaModal .btn_montador_rounded select option {
  color: #000;
}
.pizzaModal .btn_montador_rounded button {
  background-color: transparent;
  outline: none;
  cursor: pointer;
  color: #fff;
  border: 0px;
}
.pizzaModal .btn_montador_rounded span {
  font-size: 14px;
  font-weight: bold;
}
.pizzaModal .box16g {
  float: left;
  height: 55px;
  width: 210px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 15px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  position: relative;
  background-image: url(../pizza/mini_pizza.jpg);
  background-repeat: no-repeat;
  padding-left: 65px;
  background-position: 10px 7px;
  margin-top: 14px;
}
.pizzaModal .box16a {
  float: left;
  min-height: 50px;
  width: 210px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 15px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  position: relative;
  background-image: url(../pizza/mini_pizza.jpg);
  background-repeat: no-repeat;
  padding-left: 55px;
  background-position: 5px 5px;
}
.pizzaModal .box16a img {
  float: left;
  height: 36px;
  width: 36px;
  margin-top: 5px;
  margin-right: 12px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.pizzaModal .box16a label {
  float: left;
  width: 120px;
  font-weight: bold;
  font-size: 13px;
  margin-top: 7px;
  margin-bottom: 1px;
  cursor: pointer;
}
.pizzaModal .box16a small {
  float: left;
  width: 140px;
  font-size: 12px;
}
.pizzaModal .box16g label {
  float: left;
  width: 120px;
  font-weight: bold;
  font-size: 15px;
  margin-top: 11px;
  margin-bottom: 1px;
  cursor: pointer;
}
.pizzaModal .box16g small {
  float: left;
  width: 140px;
  font-size: 12px;
}
.pizzaModal .box16a span {
  border: solid 5px transparent;
  border-top: solid 5px #000;
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
.pizzaModal .box16 img {
  float: left;
  height: 36px;
  width: 36px;
  margin-top: 5px;
  margin-right: 12px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.pizzaModal .box16 label {
  float: left;
  width: 120px;
  font-weight: bold;
  font-size: 12px;
  line-height: 11px;
  margin-top: 7px;
  margin-bottom: 1px;
  cursor: pointer;
}
.pizzaModal .box16 small {
  float: left;
  width: 140px;
  font-size: 12px;
}
.pizzaModal .box16 span {
  border: solid 5px transparent;
  border-top: solid 5px #000;
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
.pizzaModal .box16 .box {
  width: 210px;
  padding-top: 10px;
  background-color: #ffffff;
  position: absolute;
  left: -1px;
  top: 44px;
  display: none;
  z-index: 999999;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pizzaModal .box16 .boxb {
  width: 210px;
  padding-top: 10px;
  background-color: #ffffff;
  position: absolute;
  left: -1px;
  top: 44px;
  display: none;
  z-index: 999999;
  border-right-width: 1px;
  border-bottom-width: 2px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pizzaModal .box16 .boxb ul {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}
.pizzaModal .box16 .boxb ul li {
  width: 100%;
  cursor: pointer;
  float: left;
  list-style: none;
  padding-bottom: 5px;
  padding-top: 5px;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #cccccc;
}
.pizzaModal .box16 .boxb ul li:hover {
  background-color: #f4f4f4;
}
.pizzaModal .box16 .boxb ul li img {
  float: left;
  height: 40px;
  width: 40px;
  margin-top: 5px;
  margin-right: 12px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.pizzaModal .box16 .boxb ul li label {
  float: left;
  width: 120px;
  font-weight: bold;
  font-size: 12px;
  margin-top: 7px;
  margin-bottom: 1px;
}
.pizzaModal .box16 .boxb ul li small {
  float: left;
  width: 140px;
  font-size: 12px;
}
.pizzaModal .box16a .boxc {
  width: 210px;
  padding-top: 10px;
  background-color: #ffffff;
  position: absolute;
  left: -1px;
  top: 44px;
  display: none;
  z-index: 999999;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pizzaModal .box16a .boxc ul {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}
.pizzaModal .box16a .boxc ul li {
  width: 100%;
  cursor: pointer;
  float: left;
  list-style: none;
  padding-bottom: 5px;
  padding-top: 5px;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #cccccc;
}
.pizzaModal .box16a .boxc ul li:hover {
  background-color: #f4f4f4;
}
.pizzaModal .box16a .boxc ul li img {
  float: left;
  height: 40px;
  width: 40px;
  margin-top: 5px;
  margin-right: 12px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.pizzaModal .box16a .boxc ul li label {
  float: left;
  width: 120px;
  font-weight: bold;
  font-size: 15px;
  margin-top: 7px;
  margin-bottom: 1px;
}
.pizzaModal .box16a .boxc ul li small {
  float: left;
  width: 140px;
  font-size: 12px;
}
.pizzaModal .box16 .box ul {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}
.pizzaModal .box16 .box ul li {
  width: 100%;
  cursor: pointer;
  float: left;
  list-style: none;
  padding-bottom: 5px;
  padding-top: 5px;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #cccccc;
}
.pizzaModal .box16 .box ul li:hover {
  background-color: #f4f4f4;
}
.pizzaModal .box16 .box ul li img {
  float: left;
  height: 40px;
  width: 40px;
  margin-top: 5px;
  margin-right: 12px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.pizzaModal .box16 .box ul li label {
  float: left;
  width: 120px;
  font-weight: bold;
  font-size: 15px;
  margin-top: 7px;
  margin-bottom: 1px;
  cursor: pointer;
}
.pizzaModal .box16 .box ul li small {
  float: left;
  width: 140px;
  font-size: 12px;
}
.pizzaModal .box17 {
  float: left;
  width: 100%;
  position: relative;
}
.pizzaModal .box18 {
  width: 1150px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 6px;
  position: relative;
}
.pizzaModal .box19 {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pizzaModal .box20 {
  background-image: url(../pizza/prato.jpg);
  background-repeat: no-repeat;
  background-position: center 25px;
  float: left;
  height: 120px;
  width: 370px;
  background-color: #ffffff;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #d1d1d1;
  border-left-color: #d1d1d1;
}
.pizzaModal .box21 {
  float: left;
  width: 100%;
  background-color: #51995a;
  border: 2px solid #ffffff;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pizzaModal .box22 {
  background-color: #ffffff;
  margin: 5px;
  float: left;
  width: 100px;
  border-radius: 3px;
  font-weight: bold;
  color: #305c35;
  font-size: 18px;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
}
.pizzaModal .box23 {
  float: left;
  width: 130px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  margin-left: 20px;
  margin-top: 10px;
}
.pizzaModal .box24 {
  float: left;
  width: 90%;
  margin-left: 10px;
  margin-top: 10px;
  font-weight: bold;
  margin-top: 22px;
}
.pizzaModal .box25 {
  width: 376px;
  float: left;
  color: #ffffff;
  margin-top: 2px;
}
.pizzaModal .box26 {
  float: left;
  width: 230px;
  color: #ffffff;
  margin-top: 2px;
}
.pizzaModal .box26a {
  background-image: url(../pizza/montar_pizza.png);
  float: left;
  height: 32px;
  width: 360px;
  margin-top: 10px;
}
.pizzaModal .box27 {
  float: left;
  min-height: 300px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.pizzaModal .box28a {
  width: 1150px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.pizzaModal .box28 {
  width: 1150px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.pizzaModal .box28 ul {
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  width: 100%;
}
.pizzaModal .box28 ul li {
  float: left;
  width: 172px;
  height: 235px;
  margin-left: 7px;
  margin-right: 7px;
  list-style: none;
  margin-bottom: 14px;
  background-color: #ffffff;
  padding: 7px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e4e4e4;
}
.pizzaModal .box28 ul li .box29 {
  float: left;
  height: 170px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  padding: 5px;
}
.pizzaModal .box28 ul li img {
  max-height: 160px;
}
.pizzaModal .box28 ul li img {
  max-height: 150px;
  border-radius: 2px;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  min-width: 150px;
}
.pizzaModal .box28 ul li:hover img {
  transform: scale(1.5);
}
.pizzaModal .box28 ul li .retina {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  text-align: center;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.pizzaModal .box28 ul li:hover .retina {
  opacity: 1;
  box-shadow: inset 0 0 100px 50px rgba(0, 0, 0, 0.5);
}
.pizzaModal .box28 ul li .retina .add1 {
  font-size: 15px;
  position: relative;
  padding-top: 80px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 5px;
}
.pizzaModal .box28 ul li .retina .add2 {
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
}
.pizzaModal .add1:before {
  content: "\f217";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  left: 62px;
  top: 35px;
}
.pizzaModal .box28 ul li .retina .add3 {
  height: 130px;
}
.pizzaModal .box28 ul li .box29 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: 0;
  right: 0;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent #dbdcc1 transparent;
}
.pizzaModal .box28 ul li:hover .box29 span {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #43804a;
  border-left-color: transparent;
}
.pizzaModal .box28 ul li .box29 span i {
  background-image: url(../pizza/icon_mais.png);
  background-repeat: no-repeat;
  right: 1px;
  bottom: -22px;
  position: absolute;
  width: 11px;
  height: 11px;
}
.pizzaModal .box77a ul {
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.pizzaModal .box77a ul li {
  float: left;
  width: 150px;
  height: 210px;
  margin-left: 7px;
  margin-right: 7px;
  list-style: none;
  margin-bottom: 14px;
  background-color: #ffffff;
  padding: 7px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e4e4e4;
}
.pizzaModal .box77a ul li .box29 {
  float: left;
  height: 140px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  padding: 5px;
}
.pizzaModal .box77a ul li img {
  max-height: 160px;
}
.pizzaModal .box77a ul li img {
  max-height: 120px;
  border-radius: 2px;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  min-width: 130px;
}
.pizzaModal .box77a ul li:hover img {
  transform: scale(1.5);
}
.pizzaModal .box77a ul li .retina {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  text-align: center;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.pizzaModal .box77a ul li:hover .retina {
  opacity: 1;
  box-shadow: inset 0 0 100px 50px rgba(0, 0, 0, 0.5);
}
.pizzaModal .box77a ul li .retina .add1 {
  font-size: 15px;
  position: relative;
  padding-top: 80px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 5px;
}
.pizzaModal .box77a ul li .retina .add2 {
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
}
.pizzaModal .box77a ul li .box29 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: 0;
  right: 0;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent #dbdcc1 transparent;
}
.pizzaModal .box77a ul li:hover .box29 span {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #43804a;
  border-left-color: transparent;
}
.pizzaModal .box77a ul li .box29 span i {
  background-image: url(../pizza/icon_mais.png);
  background-repeat: no-repeat;
  right: 1px;
  bottom: -22px;
  position: absolute;
  width: 11px;
  height: 11px;
}
.pizzaModal .box30 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  color: #666666;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pizzaModal .box31 {
  float: left;
  width: 100%;
  color: #990000;
  text-align: center;
  font-size: 14px;
}
.pizzaModal .box32 {
  float: left;
  height: 50px;
  width: 100%;
}
.pizzaModal .box33 {
  float: left;
  width: 500px;
  font-weight: bold;
  color: #990000;
  font-size: 25px;
  margin-left: 10px;
  padding-left: 30px;
  background-image: url(../pizza/icon_bebida.jpg);
  background-repeat: no-repeat;
  padding-top: 3px;
}
.pizzaModal .box33i {
  float: left;
  width: 500px;
  font-weight: bold;
  color: #ffffff;
  font-size: 25px;
  margin-top: 12px;
}
.pizzaModal .box34 {
  float: left;
  height: 90%;
  width: 430px;
  background: #121212;
  border-radius: 5px;
}
.pizzaModal .box35 {
  float: left;
  width: 100%;
  background-color: #121212;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  padding-left: 10px;
  display: flex;
  align-items: center;
  gap: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.pizzaModal .box35 i {
  font-size: 18px;
  color: red;
  padding-right: 14px;
}
.pizzaModal .box36 {
  float: left;
  width: 100%;
  color: #ffffff;
  background-color: #990000;
  font-weight: bold;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.pizzaModal .box37 {
  float: left;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dbdbdb;
  padding: 12px;
  margin-top: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pizzaModal .box38 {
  height: 60px;
  width: 60px;
  margin: 5px;
}
.pizzaModal .box38 img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.pizzaModal .box39 {
  width: 310px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}
.pizzaModal .box40 {
  width: 100%;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.pizzaModal .box41 {
  font-size: 12px;
  color: #fff;
  width: 100%;
  margin-top: 5px;
}
.pizzaModal .box42 {
  float: left;
  overflow: auto;
  padding-bottom: 40px;
  height: 205px;
  width: 100%;
  background-color: #ffffff;
  display: none;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
}
.pizzaModal .box43 {
  float: left;
  width: 100%;
  position: relative;
}
.pizzaModal .box43 ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.pizzaModal .box43 ul li {
  float: left;
  width: 100%;
  line-height: 22px;
  padding-right: 10px;
  font-size: 11px;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  list-style: none;
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dfdfdf;
}
.pizzaModal .box44 {
  float: left;
  height: 280px;
  width: 865px;
  margin-top: 20px;
  display: none;
}
.pizzaModal .box44a {
  float: left;
  height: 260px;
  display: none;
  width: 910px;
  margin-top: 30px;
}
.pizzaModal .box44b {
  float: left;
  display: none;
  height: 260px;
  width: 910px;
  margin-top: 30px;
}
.pizzaModal .box44c {
  float: left;
  display: none;
  height: 260px;
  width: 910px;
  margin-top: 30px;
}
.pizzaModal .box45 {
  width: 100%;
  opacity: 5;
  border-radius: 3px;
  padding-right: 10px;
  margin-top: 50px;
  text-shadow: 0 1px 0 #000;
}
.pizzaModal .box50 h1 {
  font-size: 40px;
  margin: 0px;
}
.pizzaModal .box50 h2 {
  font-size: 25px;
  margin: 0px;
  margin-top: 20px;
}
.pizzaModal .box50 h3 {
  font-size: 15px;
  font-weight: normal;
}
.pizzaModal .box50 p {
  margin: 0px;
  font-weight: normal;
  margin-top: 10px;
}
.pizzaModal .box46 {
  background-image: url(../pizza/menu_background.jpg);
  float: left;
  height: 65px;
  width: 100%;
  margin-top: 1px;
}
.pizzaModal .box47 {
  float: left;
  height: 37px;
  width: 193px;
  margin-left: 15px;
}
.pizzaModal .box48 {
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 35px;
  margin-top: 25px;
}
.pizzaModal .box49 {
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px;
}
.pizzaModal .box50 {
  float: left;
  width: 100%;
  color: #ffffff;
}
.pizzaModal .box51 {
  height: 54px;
  width: 1150px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 6px;
}
.pizzaModal .box52 {
  float: left;
  height: 54px;
  margin-right: 50px;
}
.pizzaModal .box52g {
  float: left;
  height: 54px;
  margin-right: 50px;
}
.pizzaModal .box53 {
  height: 15px;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 9px;
}
.pizzaModal .box54 {
  float: left;
  width: 100%;
}
.pizzaModal .box55 {
  float: right;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  width: 267px;
  text-align: center;
}
.pizzaModal .box56 {
  height: 106px;
  width: 267px;
  position: absolute;
  right: 0px;
  top: -48px;
}
.pizzaModal .box57 {
  float: left;
  width: 400px;
  margin-left: 250px;
  margin-top: 40px;
}
.pizzaModal .box57a {
  float: right;
  width: 650px;
  margin-left: 230px;
  margin-top: 40px;
}
.pizzaModal .box58 {
  float: left;
  margin-right: 30px;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  cursor: pointer;
}
.pizzaModal .box58:hover {
  background-color: #ffffff;
  border-radius: 5px;
}
.pizzaModal .box58 .boxx {
  position: absolute;
  padding: 5px;
  left: 0px;
  top: 45px;
  width: 300px;
  border-radius: 5px;
  background-color: #ffffff;
  display: none;
}
.pizzaModal .box58:hover .boxx {
  display: block;
}
.pizzaModal .box58 .boxx ul {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}
.pizzaModal .box58 .boxx ul li {
  width: 100%;
  float: left;
  padding: 8px;
  list-style: none;
  font-size: 14px;
  cursor: pointer;
}
.pizzaModal .box58 .boxx ul li:hover {
  background-color: #f2f2f2;
}
.pizzaModal .box59 {
  float: left;
  height: 25px;
  width: 25px;
}
.pizzaModal .box60 {
  float: left;
  font-weight: bold;
  color: #666666;
  font-size: 16px;
  margin-left: 10px;
  margin-top: 4px;
}
.pizzaModal .box61 {
  float: left;
  height: 120px;
  width: 370px;
  overflow: auto;
  background-color: #ffffff;
  transition: 0.5s ease-in;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #d1d1d1;
  border-left-color: #d1d1d1;
}
.pizzaModal .box61a {
  float: left;
  height: 100px;
  width: 330px;
  overflow: auto;
  background-color: #ffffff;
  transition: 0.5s ease-in;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #d1d1d1;
  border-left-color: #d1d1d1;
}
.pizzaModal .box61 ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.pizzaModal .box61 ul li {
  float: left;
  width: 100%;
  list-style: none;
  padding-top: 7px;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #cccccc;
}
.pizzaModal .box61 ul li:last-child {
  border-bottom: none;
}
.pizzaModal .box61 ul li .carrinho0 {
  float: left;
  width: 25px;
  height: 25px;
  background-color: #cccccc;
  margin-right: 7px;
}
.pizzaModal .box61 ul li .carrinho1 {
  float: left;
  width: 200px;
  font-size: 12px;
  font-weight: normal;
}
.pizzaModal .box61 ul li .carrinho1 span {
  height: 28px;
  vertical-align: middle;
  display: table-cell;
}
.pizzaModal .box61 ul li .carrinho1 span p {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 3px;
  font-weight: bold;
  margin-left: 0px;
}
.pizzaModal .box61 ul li .carrinho1 span i {
  width: 100%;
  float: left;
  font-style: normal;
}
.pizzaModal .box61 ul li .carrinho2 {
  float: right;
  font-size: 12px;
  font-weight: normal;
  width: 91px;
  margin-top: 3px;
}
.pizzaModal .box61 ul li .carrinho2 a {
  width: 16px;
  height: 16px;
  padding: 2px;
  cursor: pointer;
  float: left;
  margin-top: 5px;
}
.pizzaModal .box61 ul li .carrinho2 span {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-top: 5px;
  float: left;
  cursor: pointer;
  background-image: url(../pizza/excluir.jpg);
  background-repeat: no-repeat;
}
.pizzaModal .box61 ul li .carrinho2 .maisum {
  background: url(../pizza/mais.png) no-repeat center;
}
.pizzaModal .box61 ul li .carrinho2 .menosum {
  background: url(../pizza/menos.png) no-repeat center;
}
.pizzaModal .box61 ul li .carrinho2 input {
  width: 25px;
  display: inline-block;
  padding: 3px;
  font-size: 15px;
  border: solid 1px #d7d7d7;
  font-size: 15px;
  text-align: center;
  float: left;
  margin-right: 3px;
  margin-left: 3px;
}
.pizzaModal .box62 {
  width: 450px;
  float: right;
}
.pizzaModal .box63 {
  float: right;
  width: 230px;
  height: 49px;
  background-color: #43804a;
  border-radius: 3px;
  cursor: pointer;
}
.pizzaModal .box63a {
  float: right;
  width: 230px;
  background-color: #43804a;
  border-radius: 3px;
  cursor: pointer;
}
.pizzaModal .box64 {
  background-color: #ffffff;
  float: left;
  width: 90px;
  font-weight: bold;
  color: #2e5633;
  font-size: 20px;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 3px;
  margin: 7px;
}
.pizzaModal .box65a {
  float: left;
  height: 32px;
  width: 120px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.pizzaModal .box65 {
  float: left;
  height: 32px;
  width: 120px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.pizzaModal .box66 {
  float: left;
  width: 100%;
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
}
.pizzaModal .box67 {
  float: left;
  font-size: 10px;
  width: 100%;
  color: #ffffff;
}
.pizzaModal .box68 {
  float: right;
  background-color: #990000;
  border-radius: 3px;
  margin-right: 10px;
  padding-left: 50px;
  background-image: url(../pizza/recomecar.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  height: 49px;
}
.pizzaModal .box68 .box65g {
  float: left;
  height: 32px;
  width: 120px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.pizzaModal .box68 .box66g {
  float: left;
  width: 100%;
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
}
.pizzaModal .box68 .box67g {
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  max-width: 98%;
}
.pizzaModal .box67 g {
  float: left;
  width: 100%;
  color: #ffffff;
}
.pizzaModal .box69 {
  float: left;
  width: 800px;
  background-color: #ffffff;
  boredr-radius: 5px;
}
.pizzaModal .box70 {
  margin: 20px;
  float: left;
  height: 165px;
  width: 540px;
}
.pizzaModal .box71 {
  float: left;
  height: 165px;
  width: 160px;
}
.pizzaModal .box72 {
  float: left;
  width: 340px;
  margin-left: 39px;
}
.pizzaModal .box73 {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #666666;
  margin-bottom: 3px;
}
.pizzaModal .box74 {
  float: left;
  width: 100%;
  font-weight: bold;
  color: #666666;
  font-size: 26px;
}
.pizzaModal .box75 {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pizzaModal .box75 span {
  color: #917400;
}
.pizzaModal .box76 {
  float: left;
  height: 20px;
  padding-left: 30px;
  background-repeat: no-repeat;
  font-size: 14px;
  color: #666666;
  padding-top: 2px;
  width: 200px;
  background-image: url(../pizza/Icon-internet.png);
}
.pizzaModal .box77 {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.pizzaModal .box77a {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.pizzaModal .box78 {
  float: left;
  width: 100%;
  font-weight: bold;
  color: #990000;
  font-size: 22px;
  margin-left: 10px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-image: url(../pizza/icon_montar.png);
  background-position: 0px 2px;
}
.pizzaModal .box79 {
  float: initial;
  width: 100%;
  margin-top: 0px;
  position: relative;
  border-radius: 12px;
  margin-bottom: 20px;
  padding-bottom: 0px;
}
.pizzaModal .box80 {
  float: left;
  height: 450px;
  width: 500px;
  background-color: #f0f0f0;
  border: 1px solid #cccccc;
  border-radius: 5px;
  position: relative;
}
.pizzaModal .box81 {
  height: 392px;
  width: 181px;
  position: absolute;
  background-image: url(../pizza/log.png);
  right: -157px;
  top: 45px;
}
.pizzaModal .box82 {
  float: left;
  height: 205px;
  width: 100%;
  margin-top: 50px;
  background-image: url(../pizza/bg-caracteristica.png);
  background-position: 0px -23px;
}
.pizzaModal .box83 {
  background-image: url(../pizza/menu_background.jpg);
  float: left;
  height: 65px;
  width: 100%;
}
.pizzaModal .box84 {
  float: left;
  height: 87px;
  width: 100%;
  margin-top: 30px;
}
.pizzaModal .box85 {
  height: 85px;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.pizzaModal .box86 {
  float: left;
  height: 60px;
  width: 500px;
}
.pizzaModal .box87 {
  float: left;
  height: 60px;
  width: 70px;
  background-color: #990000;
  margin-left: 50px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-image: url(../pizza/icon_telefone.png);
  background-repeat: no-repeat;
  background-position: 20px 10px;
}
.pizzaModal .box87a {
  float: left;
  height: 60px;
  width: 70px;
  background-color: #990000;
  margin-left: 50px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-image: url(../pizza/icon-redessociais.png);
}
.pizzaModal .box88 {
  background-color: #ffffff;
  float: left;
  height: 60px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: #e9dcbe;
  border-right-color: #efe6d1;
  border-bottom-color: #efe6d1;
}
.pizzaModal .box89 {
  float: left;
  width: 100px;
  margin-left: 10px;
  margin-top: 5px;
  font-weight: bold;
  margin-bottom: 2px;
}
.pizzaModal .box90 {
  float: left;
  width: 150px;
  font-weight: bold;
  color: #990000;
  font-size: 18px;
  margin-left: 10px;
}
.pizzaModal .box92 {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #715722;
}
.pizzaModal .box91 {
  height: 60px;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.pizzaModal .box93 {
  float: left;
  height: 60px;
  width: 160px;
  margin-right: 5px;
}
.pizzaModal .box94 {
  height: 50px;
  width: 100%;
  background-color: #007a7d;
  position: fixed;
  z-index: 9999999999;
}
.pizzaModal .box95 {
  height: 40px;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5px;
}
.pizzaModal .box96 {
  float: left;
  height: 40px;
  width: 150px;
}
.pizzaModal .box97 {
  float: left;
  width: 310px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 40px;
}
.pizzaModal .box98 {
  float: left;
  height: 20px;
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}
.pizzaModal .box98 span {
  color: #d9d900;
  font-size: 16px;
  font-weight: bold;
}
.pizzaModal .box99 {
  float: left;
  height: 20px;
  width: 200px;
  padding-left: 30px;
  background-image: url(../pizza/whatsapp.png);
  background-repeat: no-repeat;
  font-size: 14px;
  color: #666666;
  margin-bottom: 5px;
  padding-top: 2px;
}
.pizzaModal .box100 {
  float: left;
  height: 20px;
  padding-left: 30px;
  background-repeat: no-repeat;
  font-size: 14px;
  color: #666666;
  background-image: url(../pizza/social_facebook_box_blue.png);
  margin-bottom: 5px;
  padding-top: 2px;
}
.pizzaModal .box101 {
  float: left;
  height: 20px;
  width: 150px;
  margin-top: 10px;
}
.pizzaModal .box112 {
  float: left;
  width: 190px;
  background-color: #43804a;
  padding: 10px;
  margin-top: 20px;
}
.pizzaModal .box113 {
  float: left;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}
.pizzaModal .box114 {
  float: left;
  width: 100%;
  color: #43804a;
  font-weight: bold;
  background-color: #ffffff;
  text-align: center;
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-top: 20px;
  border-radius: 5px;
}
.pizzaModal .box115 {
  float: right;
  height: 40px;
  width: 200px;
  background-color: #ffff00;
  padding-left: 50px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: 6px 5px;
  background-image: url(../pizza/sanduiche.png);
}
.pizzaModal .box116 {
  float: left;
  width: 100px;
  font-weight: bold;
  color: #595900;
  margin-top: 5px;
}
.pizzaModal .jconfirm {
  perspective: 400px;
}
.pizzaModal .jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden;
}
.pizzaModal .jconfirm.jconfirm-white .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.2);
}
.pizzaModal .jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s;
}
.pizzaModal .jconfirm .jconfirm-scrollpane {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  perspective: 500px;
  perspective-origin: center;
}
@media (min-width: 1200px) {
  .pizzaModal .container {
    width: 1170px;
  }
}
@media (min-width: 992px) {
  .pizzaModal .container {
    width: 970px;
  }
}
@media (min-width: 768px) {
  .pizzaModal .container {
    width: 750px;
  }
}
.pizzaModal .jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-default {
  box-shadow: none;
  color: #333;
}
.pizzaModal .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.pizzaModal .row {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .pizzaModal .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .pizzaModal .col-md-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .pizzaModal .col-md-1,
  .pizzaModal .col-md-10,
  .pizzaModal .col-md-11,
  .pizzaModal .col-md-12,
  .pizzaModal .col-md-2,
  .pizzaModal .col-md-3,
  .pizzaModal .col-md-4,
  .pizzaModal .col-md-5,
  .pizzaModal .col-md-6,
  .pizzaModal .col-md-7,
  .pizzaModal .col-md-8,
  .pizzaModal .col-md-9 {
    float: left;
  }
}
@media (min-width: 768px) {
  .pizzaModal .col-sm-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  .pizzaModal .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .pizzaModal .col-sm-1,
  .pizzaModal .col-sm-10,
  .pizzaModal .col-sm-11,
  .pizzaModal .col-sm-12,
  .pizzaModal .col-sm-2,
  .pizzaModal .col-sm-3,
  .pizzaModal .col-sm-4,
  .pizzaModal .col-sm-5,
  .pizzaModal .col-sm-6,
  .pizzaModal .col-sm-7,
  .pizzaModal .col-sm-8,
  .pizzaModal .col-sm-9 {
    float: left;
  }
}
.pizzaModal .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.pizzaModal .col-xs-10 {
  width: 83.33333333%;
}
.pizzaModal .col-lg-1,
.pizzaModal .col-lg-10,
.pizzaModal .col-lg-11,
.pizzaModal .col-lg-12,
.pizzaModal .col-lg-2,
.pizzaModal .col-lg-3,
.pizzaModal .col-lg-4,
.pizzaModal .col-lg-5,
.pizzaModal .col-lg-6,
.pizzaModal .col-lg-7,
.pizzaModal .col-lg-8,
.pizzaModal .col-lg-9,
.pizzaModal .col-md-1,
.pizzaModal .col-md-10,
.pizzaModal .col-md-11,
.pizzaModal .col-md-12,
.pizzaModal .col-md-2,
.pizzaModal .col-md-3,
.pizzaModal .col-md-4,
.pizzaModal .col-md-5,
.pizzaModal .col-md-6,
.pizzaModal .col-md-7,
.pizzaModal .col-md-8,
.pizzaModal .col-md-9,
.pizzaModal .col-sm-1,
.pizzaModal .col-sm-10,
.pizzaModal .col-sm-11,
.pizzaModal .col-sm-12,
.pizzaModal .col-sm-2,
.pizzaModal .col-sm-3,
.pizzaModal .col-sm-4,
.pizzaModal .col-sm-5,
.pizzaModal .col-sm-6,
.pizzaModal .col-sm-7,
.pizzaModal .col-sm-8,
.pizzaModal .col-sm-9,
.pizzaModal .col-xs-1,
.pizzaModal .col-xs-10,
.pizzaModal .col-xs-11,
.pizzaModal .col-xs-12,
.pizzaModal .col-xs-2,
.pizzaModal .col-xs-3,
.pizzaModal .col-xs-4,
.pizzaModal .col-xs-5,
.pizzaModal .col-xs-6,
.pizzaModal .col-xs-7,
.pizzaModal .col-xs-8,
.pizzaModal .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.pizzaModal .col-xs-1,
.pizzaModal .col-xs-10,
.pizzaModal .col-xs-11,
.pizzaModal .col-xs-12,
.pizzaModal .col-xs-2,
.pizzaModal .col-xs-3,
.pizzaModal .col-xs-4,
.pizzaModal .col-xs-5,
.pizzaModal .col-xs-6,
.pizzaModal .col-xs-7,
.pizzaModal .col-xs-8,
.pizzaModal .col-xs-9 {
  float: left;
}
.pizzaModal .jconfirm.jconfirm-white .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.pizzaModal .jconfirm .jconfirm-box {
  opacity: 1;
  transition-property: transform, opacity, box-shadow;
}
.pizzaModal .jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative;
  outline: none;
  padding: 15px 15px 0;
}
.pizzaModal .jconfirm .jconfirm-box div.closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  opacity: 0.6;
  text-align: center;
  transition: opacity 0.1s ease-in;
  display: none;
  font-size: 27px;
  line-height: 14px;
}
.pizzaModal .jconfirm .jconfirm-box div.title-c {
  display: block;
  font-size: 22px;
  line-height: 20px;
}
.pizzaModal .jconfirm .jconfirm-box div.title-c .icon-c {
  font-size: inherit;
  padding-bottom: 15px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.pizzaModal .jconfirm .jconfirm-box div.title-c .title {
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 15px;
}
.pizzaModal .jconfirm .jconfirm-box div.title-c .icon-c i {
  vertical-align: middle;
}
.pizzaModal .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pizzaModal .fa-check:before {
  content: "\f00c";
}
.pizzaModal .jconfirm .jconfirm-box div.content-pane {
  margin-bottom: 15px;
  height: auto;
  transition: height 0.4s ease-in;
  display: inline-block;
  width: 100%;
  position: relative;
}
.pizzaModal .jconfirm .jconfirm-box div.content-pane .content {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in;
  right: 0;
}
.pizzaModal .jconfirm.jconfirm-white .jconfirm-box .buttons {
  float: right;
}
.pizzaModal .jconfirm .jconfirm-box .buttons {
  padding-bottom: 15px;
}
.pizzaModal .jconfirm.jconfirm-white .jconfirm-box .buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  transition: background 0.1s;
  color: white;
}
.pizzaModal .jconfirm .jconfirm-box .buttons button + button {
  margin-left: 5px;
}
.pizzaModal .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.pizzaModal .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.pizzaModal button,
.pizzaModal input,
.pizzaModal select,
.pizzaModal textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.pizzaModal .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.pizzaModal .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.pizzaModal .jconfirm .jquery-clear {
  clear: both;
}
.pizzaModal .box117 {
  float: left;
  width: 180px;
  color: #595900;
  margin-top: 2px;
}
.pizzaModal .box118 {
  float: left;
  width: 600px;
  margin-right: 10px;
}
.pizzaModal .box118b {
  float: left;
  width: 640px;
  margin-right: 10px;
}
.pizzaModal .box118a {
  float: left;
  width: 700px;
  margin-right: 15px;
}
.pizzaModal .box118c {
  float: left;
  width: 100%;
}
.pizzaModal .box119 {
  float: left;
  width: 100%;
  padding-bottom: 25px;
}
.pizzaModal .box120 {
  float: left;
  width: 500px;
  position: relative;
}
.pizzaModal .box120a {
  float: left;
  width: 400px;
  position: relative;
}
.pizzaModal .box120b {
  float: left;
  width: 400px;
  position: relative;
}
.pizzaModal .box121 {
  float: left;
  width: 100%;
}
.pizzaModal .box121a {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.pizzaModal .box122 {
  float: left;
  width: 280px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.pizzaModal .box122a {
  float: left;
  width: 579px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.pizzaModal .box123 {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  margin-bottom: 5px;
}
.pizzaModal .box124 {
  float: left;
  width: 100%;
}
.pizzaModal .box124 input {
  width: 260px;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  color: #333333;
  font-weight: bold;
}
.pizzaModal .box124c {
  float: left;
  width: 100%;
}
.pizzaModal .box124c input {
  width: 90px;
  padding: 20px;
  background-color: #efefef;
  border: 1px solid #dddddd;
  border-radius: 3px;
  color: #333333;
  font-weight: bold;
  margin-right: 12px;
  float: left;
}
.pizzaModal .box124 select {
  width: 260px;
  padding: 20px;
  background-color: #efefef;
  border: 1px solid #dddddd;
  border-radius: 3px;
  color: #333333;
  font-weight: bold;
}
.pizzaModal .box124a {
  float: left;
  width: 100%;
}
.pizzaModal .box124a input {
  width: 540px;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  color: #333333;
  font-weight: bold;
}
.pizzaModal .box125 {
  float: left;
  width: 100%;
  background-color: #ffffff;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #e2e2e2;
  border-right-color: #e2e2e2;
  border-bottom-color: #d1d1d1;
  border-left-color: #e2e2e2;
}
.pizzaModal .box126 {
  float: left;
  background-color: #43804a;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-align: center;
  margin-left: 10px;
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.pizzaModal .box126g {
  float: left;
  background-color: #43804a;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-align: center;
  margin-left: 10px;
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.pizzaModal .box127 {
  background-color: #43804a;
  float: left;
  width: 100%;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
}
.pizzaModal .box128 {
  padding: 10px;
  float: left;
  width: 100%;
  background-image: url(../pizza/reservation_2d.png);
  background-repeat: no-repeat;
  padding-top: 200px;
  background-position: center 30px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #a7a7a7;
}
.pizzaModal .box129 {
  float: left;
  height: 100px;
  width: 265px;
  margin-left: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.pizzaModal .ativo {
  background-color: #43804a;
  border: 1px solid #325f37;
  color: #ffffff;
}
.pizzaModal .ativo img {
  filter: brightness(10);
}
.pizzaModal .inativo {
  background-color: #efefef;
  border: 1px solid #e2e2e2;
  color: #454545;
}
.pizzaModal .box129:hover {
  background-color: #43804a;
  border: 1px solid #325f37;
  color: #ffffff;
}
.pizzaModal .box129:hover img {
  filter: brightness(10);
}
.pizzaModal .box130a {
  float: left;
  height: 55px;
  width: 55px;
  margin-left: 10px;
  border: 5px solid #f59829;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../pizza/restaurant-chef-icon-16.png);
}
.pizzaModal .box130 {
  float: left;
  height: 45px;
  width: 45px;
  margin-left: 10px;
  border: 5px solid #f59829;
  border-radius: 10px;
  background-image: url(../pizza/alerta.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pizzaModal .box131 {
  float: left;
  width: 500px;
  margin-left: 15px;
  margin-top: 7px;
}
.pizzaModal .box131a {
  float: left;
  width: 500px;
  margin-left: 15px;
}
.pizzaModal .box132 {
  float: left;
  width: 100%;
  color: #43804a;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 2px;
}
.pizzaModal .box132a {
  float: left;
  width: 100%;
  color: #43804a;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 4px;
  margin-top: 2px;
}
.pizzaModal .box133 {
  float: left;
  width: 100%;
}
.pizzaModal .box133y {
  float: left;
  width: 100px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  background-color: #43804a;
  color: #ffffff;
  font-weight: bold;
  border-radius: 3px;
  margin-top: 10px;
}
.pizzaModal .box129 .box134 {
  float: left;
  width: 70px;
  margin-top: 30px;
  text-align: center;
}
.pizzaModal .box129 .box135 {
  float: left;
  width: 70px;
  margin-top: 20px;
  text-align: center;
}
.pizzaModal .box136 {
  float: left;
  width: 170px;
  margin-left: 10px;
  margin-top: 17px;
}
.pizzaModal .box137 {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.pizzaModal .box138 {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.pizzaModal .box139 {
  float: left;
  width: 100%;
}
.pizzaModal .box139 input {
  width: 100px;
  margin-left: 3px;
}
.pizzaModal .box140 {
  float: left;
  height: 45px;
  width: 45px;
  margin-left: 10px;
  border: 5px solid #f59829;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../pizza/538369-home_512x512.png);
}
.pizzaModal .box141 {
  float: left;
  height: 50px;
  width: 100%;
  margin-top: 10px;
}
.pizzaModal .box142 {
  float: left;
  width: 100%;
  position: relative;
}
.pizzaModal .box142a {
  position: fixed;
  top: 130px;
  z-index: 99;
  float: left;
  width: 500px;
}
.pizzaModal .box143 ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.pizzaModal .box143 ul li {
  float: left;
  width: 100%;
  list-style: none;
  padding-top: 7px;
  padding-left: 5px;
  padding-bottom: 7px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #efefef;
}
.pizzaModal .box143 ul li .carrinho0 {
  float: left;
  width: 25px;
  height: 25px;
  background-color: #cccccc;
  margin-right: 7px;
}
.pizzaModal .box143 ul li .carrinho1 {
  float: left;
  width: 340px;
  font-size: 12px;
  font-weight: normal;
}
.pizzaModal .box143 ul li .carrinho1a {
  float: left;
  width: 435px;
  font-size: 12px;
  font-weight: normal;
}
.pizzaModal .box143 ul li .carrinho2 {
  float: right;
  font-size: 12px;
  font-weight: normal;
  width: 91px;
}
.pizzaModal .box143 ul li .carrinho1 span {
  height: 28px;
  vertical-align: middle;
  display: table-cell;
}
.pizzaModal .box143 ul li .carrinho1a span {
  height: 28px;
  vertical-align: middle;
  display: table-cell;
}
.pizzaModal .box143 ul li .carrinho1 span p {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  margin-left: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  max-width: 100%;
}
.pizzaModal .box143 ul li .carrinho1a span p {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  margin-left: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  max-width: 100%;
}
.pizzaModal .box143 ul li .carrinho1 span i {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  color: #666666;
  font-style: normal;
  line-height: 18px;
  font-size: 13px;
}
.pizzaModal .box143 ul li .carrinho1a span i {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  color: #666666;
  font-style: normal;
  line-height: 18px;
  font-size: 13px;
}
.pizzaModal .box143 ul li .carrinho1 small {
  color: #990000;
  font-weight: normal;
  font-size: 13px;
}
.pizzaModal .box143 ul li .carrinho1a small {
  color: #990000;
  font-weight: normal;
  font-size: 13px;
}
.pizzaModal .box143 ul li .carrinho1 span i strong {
  font-style: normal;
}
.pizzaModal .box143 ul li .carrinho1a span i strong {
  font-style: normal;
}
.pizzaModal .box143 ul li .carrinho2 a {
  width: 16px;
  height: 16px;
  padding: 2px;
  cursor: pointer;
  float: left;
  margin-top: 5px;
}
.pizzaModal .box143 ul li .carrinho2 span {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-top: 5px;
  float: left;
  cursor: pointer;
  background-image: url(../pizza/excluir.jpg);
  background-repeat: no-repeat;
}
.pizzaModal .box143 ul li .carrinho2 .maisum {
  background: url(../pizza/mais.png) no-repeat center;
}
.pizzaModal .box143 ul li .carrinho2 .menosum {
  background: url(../pizza/menos.png) no-repeat center;
}
.pizzaModal .box143 ul li .carrinho2 .maisum_finalizar {
  background: url(../pizza/mais.png) no-repeat center;
}
.pizzaModal .box143 ul li .carrinho2 .menosum_finalizar {
  background: url(../pizza/menos.png) no-repeat center;
}
.pizzaModal .box143 ul li .carrinho2 input {
  width: 25px;
  display: inline-block;
  padding: 3px;
  font-size: 15px;
  border: solid 1px #d7d7d7;
  font-size: 15px;
  text-align: center;
  float: left;
  margin-right: 3px;
  margin-left: 3px;
}
.pizzaModal .box143 {
  padding: 10px;
  float: left;
  width: 100%;
}
.pizzaModal .box144 {
  float: left;
  width: 350px;
  margin-left: 20px;
  display: none;
}
.pizzaModal .box145 {
  float: left;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
  background-color: #ffc6c6;
  color: #990000;
  font-size: 13px;
  text-align: center;
  border-radius: 3px;
}
.pizzaModal .box146 {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.pizzaModal .box147 {
  float: right;
  margin-top: 10px;
}
.pizzaModal .box148 {
  float: left;
}
.pizzaModal .box148:before {
  content: "\f2bb";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  padding-right: 5px;
  font-size: 20px;
  font-size: 25px;
  color: #43804a;
}
.pizzaModal .box148a {
  float: left;
}
.pizzaModal .box148a:before {
  content: "\f022";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  padding-right: 5px;
  font-size: 25px;
  color: #43804a;
}
.pizzaModal .box148b {
  float: left;
}
.pizzaModal .box148b:before {
  content: "\f08b";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  padding-right: 5px;
  font-size: 20px;
  font-size: 25px;
  color: #43804a;
}
.pizzaModal .box149 {
  float: left;
  padding-top: 3px;
  margin-right: 15px;
  margin-left: 5px;
  font-size: 15px;
}
.pizzaModal .box149a {
  float: left;
  margin-left: 5px;
  font-weight: bold;
  padding-top: 7px;
}
.pizzaModal .box150 {
  float: left;
  height: 20px;
  margin-left: 5px;
  padding-top: 3px;
  font-size: 15px;
  margin-right: 15px;
}
.pizzaModal .box151 {
  float: left;
  margin-left: 10px;
}
.pizzaModal .box152 {
  float: left;
  width: 20%;
}
.pizzaModal .box153 {
  float: left;
  width: 20%;
}
.pizzaModal .box154 {
  float: left;
  width: 100%;
  text-align: center;
  color: #aeaeae;
  font-size: 14px;
}
.pizzaModal .box154a {
  float: left;
  width: 100%;
  text-align: center;
  color: #43804a;
  font-size: 14px;
}
.pizzaModal .box154b {
  float: left;
  width: 100%;
  font-weight: bold;
  text-align: center;
  color: #990000;
  font-size: 14px;
}
.pizzaModal .box155 {
  background-color: #bebebe;
  float: left;
  height: 95px;
  width: 95px;
  margin-top: 10px;
  margin-left: 15px;
  border-radius: 50%;
  text-align: center;
}
.pizzaModal .box155c {
  background-color: #bebebe;
  float: left;
  height: 95px;
  width: 95px;
  margin-top: 10px;
  margin-left: 15px;
  border-radius: 50%;
  text-align: center;
}
.pizzaModal .box155c img {
  height: 85px;
  width: 85px;
  margin-top: 5px;
  border-radius: 50%;
}
.pizzaModal .box155a {
  background-color: #43804a;
  float: left;
  height: 95px;
  width: 95px;
  margin-top: 15px;
  margin-left: 15px;
  border-radius: 50%;
  text-align: center;
}
.pizzaModal .box155b {
  background-color: #990000;
  float: left;
  height: 95px;
  width: 95px;
  margin-top: 15px;
  margin-left: 15px;
  border-radius: 50%;
  text-align: center;
}
.pizzaModal .box155a img {
  margin-top: 20px;
}
.pizzaModal .box155b img {
  margin-top: 20px;
}
.pizzaModal .box155 img {
  margin-top: 20px;
}
.pizzaModal .box156 {
  float: left;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.pizzaModal .box157 {
  float: left;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-bottom: 20px;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pizzaModal .box158 {
  float: left;
  width: 100%;
}
.pizzaModal .box159 {
  float: left;
  height: 55px;
  width: 100%;
  text-align: center;
}
.pizzaModal .box160 {
  float: left;
  width: 100%;
  margin-top: 8px;
  text-align: center;
}
.pizzaModal .box161 {
  float: left;
  width: 100%;
  font-weight: bold;
  color: #666666;
  font-size: 20px;
  margin-bottom: 2px;
}
.pizzaModal .box162 {
  float: left;
  width: 100%;
}
.pizzaModal .box163 {
  margin: 7px;
  float: left;
  height: 150px;
  width: 185px;
  overflow: auto;
  padding-right: 10px;
}
.pizzaModal .box164 {
  float: left;
  width: 160px;
  padding-left: 23px;
  background-image: url(../pizza/mais.jpg);
  background-repeat: no-repeat;
  margin-bottom: 7px;
}
.pizzaModal .box164a {
  float: left;
  width: 160px;
  padding-left: 23px;
  background-image: url(../pizza/mais.jpg);
  background-repeat: no-repeat;
  margin-bottom: 7px;
}
.pizzaModal .box165 {
  float: left;
  width: 110px;
  padding: 5px;
  cursor: pointer;
  background-color: #ffffff;
  height: 110px;
  margin: 5px;
  border: 1px solid #cccccc;
}
.pizzaModal .box166 {
  width: 600px;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #acacac;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
}
.pizzaModal .box167 {
  background-color: #43804a;
  float: left;
  height: 55px;
  width: 50px;
  border-radius: 4px;
  background-image: url(../pizza/icon_geo.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.pizzaModal .box168 {
  float: left;
  width: 190px;
  background-color: #43804a;
  background-repeat: no-repeat;
  background-image: url(../pizza/icon_cadastro.png);
  background-position: center 15px;
  padding-top: 55px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  padding-bottom: 10px;
  border-radius: 5px;
  margin-right: 20px;
  cursor: pointer;
}
.pizzaModal .box168:hover {
  background-color: #3d7444;
}
.pizzaModal .box169 {
  float: left;
  width: 190px;
  background-color: #43804a;
  background-repeat: no-repeat;
  background-image: url(../pizza/icon_senha.png);
  background-position: center 15px;
  padding-top: 55px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  padding-bottom: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.pizzaModal .box169:hover {
  background-color: #3d7444;
}
.pizzaModal .box170 {
  float: left;
  background-color: #ffffff;
  width: 100%;
}
.pizzaModal .box171 {
  float: left;
}
.pizzaModal .box172 {
  float: left;
}
.pizzaModal .box173 {
  float: right;
  width: 65px;
  background-image: url(../pizza/cesta.png);
  background-repeat: no-repeat;
  background-color: #336239;
  background-position: center center;
  height: 40px;
  cursor: pointer;
  border-bottom-right-radius: 5px;
}
.pizzaModal .box126a {
  float: left;
  background-color: #43804a;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-align: center;
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.pizzaModal .responsivo {
  display: none;
}
.pizzaModal .box174 {
  display: none;
}
.pizzaModal .box200 {
  height: 400px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.pizzaModal .box202 {
  float: right;
  width: 120px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #e2e2e2;
  border-bottom-color: #e2e2e2;
  border-left-color: #e2e2e2;
  background-color: #ffffff;
}
.pizzaModal .box202a {
  float: left;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.pizzaModal .box203 {
  float: right;
  width: 50px;
  margin-top: 10px;
}
.pizzaModal .box204 {
  float: left;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
}
.pizzaModal .box205 {
  float: left;
  height: 35px;
  width: 37px;
  margin-right: 10px;
}
.pizzaModal .box206 {
  float: left;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  margin-top: 23px;
}
.pizzaModal .box207 {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #ebebeb;
  color: #666666;
  margin-bottom: 10px;
}
.pizzaModal .box208 {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.pizzaModal .box209 {
  float: left;
  width: 100%;
  font-size: 14px;
}
.pizzaModal .box210 {
  padding: 20px;
  float: left;
  width: 100%;
  height: 318px;
  overflow: auto;
}
.pizzaModal .box211 {
  float: left;
  height: 35px;
  width: 37px;
  margin-right: 10px;
}
.pizzaModal .box212 {
  float: left;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  margin-top: 23px;
}
.pizzaModal .box202y {
  float: right;
  width: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 10px;
  border: 1px solid #e2e2e2;
}
.pizzaModal .box203y {
  float: right;
  margin-top: 10px;
  margin-right: 15px;
}
.pizzaModal .box204y {
  float: left;
  height: 50px;
  width: 100%;
}
.pizzaModal .box213 {
  width: 100%;
  float: left;
  padding-right: 15px;
  overflow-x: auto;
  height: auto;
}
.pizzaModal .box2014 {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.pizzaModal .box2015 {
  float: left;
  width: 100%;
  font-weight: bold;
  color: #666666;
  margin-bottom: 5px;
}
.pizzaModal .box2016 {
  float: left;
  width: 100%;
}
.pizzaModal .box2016 textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-color: #ffffff;
}
.pizzaModal .box2017 {
  float: left;
  width: 100%;
}
.pizzaModal .box2018 {
  height: 205px;
  width: 205px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 200px;
}
.pizzaModal .box2019 {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #808080;
  margin-top: 20px;
}
.pizzaModal .box2020 {
  width: 100%;
  display: none;
  position: absolute;
  bottom: 0px;
  padding: 5px;
  background-color: #f2f2f2;
  border: 1px solid #e8e8e8;
}
.pizzaModal .box2020 select {
  width: 65%;
  background-color: #ffffff;
  padding: 5px;
  background-color: #ffffff;
  border: #eeeeee solid 1px;
}
.pizzaModal .box2021 {
  width: 100%;
  position: relative;
  float: left;
  height: 270px;
  border-radius: 3px;
}
.pizzaModal .box2022 {
  height: 43px;
  width: 100%;
  background-color: #990000;
  position: fixed;
  top: 122px;
  z-index: 9999;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #820000;
}
.pizzaModal .box2024 {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.pizzaModal .box2025 {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  display: none;
  cursor: pointer;
}
.pizzaModal .box2025:hover {
  color: #ffcc00;
}
.pizzaModal .box2026 {
  float: left;
  height: 290px;
  width: 50%;
  background-color: #ffffff;
  position: relative;
}
.pizzaModal .box2027 {
  float: left;
  height: 290px;
  width: 50%;
  position: relative;
}
.pizzaModal .box2028 {
  height: 290px;
  width: 87px;
  left: -58px;
  position: absolute;
  background-image: url(../pizza/divide.png);
  z-index: 99;
}
.pizzaModal .box2029 {
  background-color: #ffffff;
  float: left;
  height: 290px;
  width: 100%;
  position: relative;
}
.pizzaModal .box2030 {
  float: right;
  height: 290px;
  width: 570px;
  line-height: 22px;
}
.pizzaModal .box2031 {
  float: left;
  height: 290px;
  width: 600px;
  position: absolute;
  left: -35px;
  z-index: 9;
}
.pizzaModal .box2031 ul {
  float: left;
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0px;
}
.pizzaModal .box2031 ul li {
  float: left;
  width: 100%;
  position: relative;
  margin: 0px;
  list-style: none;
}
.pizzaModal .fly {
  opacity: 0;
  transition: all 600ms ease-in-out;
  transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
}
.pizzaModal .show-block {
  opacity: 1;
  transform: translateY(0) scale(1) translate3d(0, 0, 0);
}
.pizzaModal .box2032 {
  float: left;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #dbdbdb;
  padding: 10px;
  cursor: pointer;
  position: relative;
  line-height: 21px;
}
.pizzaModal .box2033 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 5px;
  padding-bottom: 30px;
  padding-top: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #999999;
  border: 1px dashed #cccccc;
}
.pizzaModal .box2034 {
  width: 100%;
  float: left;
  margin-top: 20px;
  position: relative;
}
.pizzaModal .box2035 {
  background-color: #ffe8e8;
}
.pizzaModal .box2036 {
  height: 43px;
  width: 1150px;
  margin-right: auto;
  margin-left: auto;
}
.pizzaModal .box2036 ul {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}
.pizzaModal .box2036 ul li {
  float: left;
  padding-right: 40px;
  margin: 0px;
  list-style: none;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 43px;
  font-size: 16px;
}
.pizzaModal .box2036 ul li:hover {
  color: #ffcc00;
}
.pizzaModal .transparencia {
  width: 100%;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  right: 0px;
}
.pizzaModal .box2037 {
  width: 100%;
  float: left;
}
.pizzaModal .box2037 ul {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}
.pizzaModal .box2037 ul li {
  float: left;
  margin: 0px;
  list-style: none;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
.pizzaModal .box2038 {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  color: #990000;
}
@media (max-width: 850px), (max-device-width: 900px) {
  .pizzaModal .box213 {
    height: 83% !important;
  }
  .pizzaModal .box79 {
    overflow: initial;
  }
  .pizzaModal .box6g {
    float: initial;
    height: auto;
    margin-bottom: 0px;
    border-radius: 14px;
  }
  .pizzaModal #saboresPizza,
  .pizzaModal #bordasPizza,
  .pizzaModal #obsPizza,
  .pizzaModal #refriPizza {
    margin-left: 0px !important;
    width: 100% !important;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    margin-top: 0px !important;
    border-radius: 5px;
    top: initial !important;
  }
  .pizzaModal #saboresPizza .box35,
  .pizzaModal #bordasPizza .box35,
  .pizzaModal #obsPizza .box35,
  .pizzaModal #refriPizza .box35 {
    padding-left: 20px !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  .pizzaModal .box11 {
    float: initial !important;
    margin: 0px auto;
    display: block;
  }
  .pizzaModal .box9g {
    position: relative !important;
    height: auto;
    bottom: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    padding: 10px;
  }
  .pizzaModal .box201 {
    float: initial !important;
  }
  .pizzaModal .box44 {
    width: 100%;
    float: initial;
    align-items: center;
    flex-wrap: wrap;
  }
  .pizzaModal .box44 .box12 {
    width: 50%;
    float: initial;
  }
  .pizzaModal .box7,
  .pizzaModal .box44 {
    height: 100%;
  }
  .pizzaModal .box7,
  .pizzaModal .box28,
  .pizzaModal .box18,
  .pizzaModal .box16,
  .pizzaModal .box16a,
  .pizzaModal .box62,
  .pizzaModal .box26,
  .pizzaModal .box25 {
    width: 100%;
  }
  .pizzaModal .box26,
  .pizzaModal .box25 {
    text-align: center;
    font-size: 12px;
  }
  .pizzaModal .box16 {
    margin-bottom: 5px;
  }
  .pizzaModal .box62 {
    float: initial;
  }
  .pizzaModal .box62 .box63,
  .pizzaModal .box62 .box68 {
    width: 100%;
    margin: 0px;
    margin-top: 10px;
  }
  .pizzaModal .box16 .boxb {
    width: 100%;
    z-index: 99999999999999;
    position: absolute;
  }
  .pizzaModal .box16 {
    z-index: 0;
  }
  .pizzaModal .box16 .box {
    width: 100%;
    top: 102px;
  }
  .pizzaModal .box16 span {
    display: none;
  }
  .pizzaModal .box16a,
  .pizzaModal .box16 {
    position: initial !important;
  }
  .pizzaModal .box16a .boxc {
    width: 100%;
    left: 0px;
    top: 157px;
  }
  .pizzaModal .box39 {
    width: 100%;
  }
  .pizzaModal .box16a .boxc ul li label {
    width: 231px;
  }
  .pizzaModal #obsPizza .box16a .boxc ul li label {
    width: 100%;
  }
  .pizzaModal #refriPizza .box16a .boxc ul li label {
    width: 100%;
  }
  .pizzaModal #bordasPizza .box16a .boxc ul li label {
    width: 100%;
  }
  .pizzaModal #saboresPizza .box16a .boxc ul li label {
    width: 100%;
  }
  .pizzaModal .finalizarBtn {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .pizzaModal .box79 {
    padding-bottom: 50px;
  }
}/*# sourceMappingURL=pizza.css.map */