/* Montador */
.montador {
  padding-top: 10px;
}

.carrinho {
  position: fixed;
  z-index: 900;
}

.cart-produto-e-sabores {
  padding-left: 10px;
  width: 9rem;
  font-size: 10px;
  text-align: left;
}

.montador-base {
  display: flex;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  padding: 10px 0;
}

.box-pizza {
  width: 80%;
  margin: 0 auto;
  padding: 4% 5% 0.7%;
}

.cart-total {
  margin-top: 4px;
  text-align: right;
  padding: 5px 12px 0 12px;
  background-color: #dedede;
  margin-bottom: 1rem;
}
.cart-total h3 {
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 3px;
}

/* Tabua da Pizza */
#tabua-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* 1:1 Aspect Ratio */
}

#tabua-montador {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0) url('../img/tabua-montador.png') no-repeat center
    center;
  background-size: contain, cover;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

#icone-mao {
  width: 15%;
  height: 15%;
  z-index: 9999;
  background: url('../img/icone-mao.png') no-repeat center center;
  background-size: contain, cover;
  cursor: default;
  position: absolute;
  /*bottom: 8%;*/
  right: 14%;
  top: -149px;
}

#icone-mao:after {
  content: '';
  display: block;
  animation: seconds infinite 1s;
}

/* CSS pulse animation from animate.css */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/* fim de CSS pulse animation from animate.css */

#pizza-1-sabor,
#pizza-2-sabores,
#pizza-3-sabores,
#pizza-4-sabores {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#area-sabores {
  display: inline-block;
  width: 92%;
  height: 92%;
  border-radius: 50% 50% 50% 50%;
  overflow: hidden;
}

.sabor-pizza-1:hover,
.sabor-esquerda-pizza-2:hover,
.sabor-direita-pizza-2:hover,
.sabor-esquerda-pizza-3:hover,
.sabor-direita-pizza-3:hover,
#wrapper-topo-pizza-3:hover,
.sabor-esquerda-superior-pizza-4:hover,
.sabor-direita-superior-pizza-4:hover,
.sabor-esquerda-inferior-pizza-4:hover,
.sabor-direita-inferior-pizza-4:hover {
  filter: brightness(80%);
}

/* Pizza 1 Pedaço */
#wrapper-pizza-1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sabor-pizza-1 {
  cursor: pointer;
  width: 100%;
  height: 100%;
  float: left;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  background: rgba(0, 0, 0, 0) url('../img/tabua-interna-montador.png')
    no-repeat center center;
  background-size: contain, cover;
}

/* fim de Pizza 1 Pedaço */

/* Pizza 2 e 3 Pedaços */
#wrapper-esquerda-pizza-2,
#wrapper-esquerda-pizza-3 {
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.sabor-esquerda-pizza-2,
.sabor-esquerda-pizza-3 {
  cursor: pointer;
  width: 200%;
  height: 100%;
  float: left;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  background: rgba(0, 0, 0, 0) url('../img/tabua-interna-montador-3.png')
    no-repeat center center;
  background-size: contain, cover;
}

.sabor-esquerda-pizza-2 {
  background: rgba(0, 0, 0, 0) url('../img/tabua-interna-montador-2.png')
    no-repeat center center;
  background-size: contain, cover;
}

#wrapper-direita-pizza-2,
#wrapper-direita-pizza-3 {
  float: right;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.sabor-direita-pizza-2,
.sabor-direita-pizza-3 {
  cursor: pointer;
  width: 200%;
  height: 100%;
  float: right;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  background: rgba(0, 0, 0, 0) url('../img/tabua-interna-montador-3.png')
    no-repeat center center;
  background-size: contain, cover;
}

.sabor-direita-pizza-2 {
  background: rgba(0, 0, 0, 0) url('../img/tabua-interna-montador-2.png')
    no-repeat center center;
  background-size: contain, cover;
}

.tabua-topo-pizza-3 {
  cursor: pointer;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 108.7%;
  height: 108.7%;
  position: absolute;
  top: 42.05%;
  left: 42.05%;
  background: rgba(0, 0, 0, 0) url('../img/tabua-montador-3.png') no-repeat
    center center;
  background-size: contain, cover;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
}

#wrapper-topo-pizza-3 {
  cursor: default;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: 250% -32.8%;
  border-radius: 50% 50% 0 50%;
  -moz-border-radius: 50% 50% 0 50%;
  -webkit-border-radius: 50% 50% 0 50%;
}

.sabor-topo-pizza-3 {
  cursor: pointer;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 46.5%;
  left: 46.5%;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
}

/* fim de Pizza 2 e 3 Pedaços */

/* Pizza 4 Pedaços */
#wrapper-esquerda-superior-pizza-4 {
  float: left;
  width: 50%;
  height: 50%;
  overflow: hidden;
}

.sabor-esquerda-superior-pizza-4 {
  cursor: pointer;
  width: 200%;
  height: 200%;
  float: left;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  background: rgba(0, 0, 0, 0) url('../img/tabua-interna-montador-4.png')
    no-repeat center center;
  background-size: contain, cover;
}

#wrapper-direita-superior-pizza-4 {
  float: right;
  width: 50%;
  height: 50%;
  overflow: hidden;
}

.sabor-direita-superior-pizza-4 {
  cursor: pointer;
  width: 200%;
  height: 200%;
  float: right;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  background: rgba(0, 0, 0, 0) url('../img/tabua-interna-montador-4.png')
    no-repeat center center;
  background-size: contain, cover;
}

#wrapper-esquerda-inferior-pizza-4 {
  float: left;
  width: 50%;
  height: 50%;
  overflow: hidden;
  position: relative;
}

.sabor-esquerda-inferior-pizza-4 {
  cursor: pointer;
  width: 200%;
  height: 200%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  float: left;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  background: rgba(0, 0, 0, 0) url('../img/tabua-interna-montador-4.png')
    no-repeat center center;
  background-size: contain, cover;
}

#wrapper-direita-inferior-pizza-4 {
  float: left;
  width: 50%;
  height: 50%;
  overflow: hidden;
  position: relative;
}

.sabor-direita-inferior-pizza-4 {
  cursor: pointer;
  width: 200%;
  height: 200%;
  position: absolute;
  bottom: 0%;
  right: 0%;
  float: left;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  background: rgba(0, 0, 0, 0) url('../img/tabua-interna-montador-4.png')
    no-repeat center center;
  background-size: contain, cover;
}

/* fim de Pizza 4 Pedaços */

/* Botões Editar e Excluir Sabor Pizza */
.close-btn {
  opacity: 0.7;
  width: 13%;
  height: 13%;
  z-index: 999;
  background: url('../img/close-btn.png') no-repeat center center;
  background-size: contain, cover;
  cursor: pointer;
}

.edit-btn {
  opacity: 0.7;
  width: 14.4%;
  height: 14.4%;
  z-index: 999;
  background: url('../img/edit-btn.png') no-repeat center center;
  background-size: contain, cover;
  cursor: pointer;
}

.edit-btn:hover {
  opacity: 1;
}

.close-btn:hover {
  opacity: 1;
}

#edit-2-esquerda {
  position: absolute;
  top: 26.6%;
  left: -1.9%;
}

#close-2-esquerda {
  position: absolute;
  bottom: 28.3%;
  left: -1.9%;
}

#edit-2-direita {
  position: absolute;
  top: 26.6%;
  right: -3.6%;
}

#close-2-direita {
  position: absolute;
  bottom: 28.3%;
  right: -1.9%;
}

#edit-3-esquerda {
  position: absolute;
  bottom: 39%;
  left: -4.6%;
}

#close-3-esquerda {
  position: absolute;
  bottom: 10%;
  left: 6%;
}

#edit-3-direita {
  position: absolute;
  bottom: 39%;
  right: -5.9%;
}

#close-3-direita {
  position: absolute;
  bottom: 10%;
  right: 8%;
}

#edit-3-topo,
#edit-1-topo {
  position: absolute;
  top: -4.2%;
  right: 26.5%;
}

#close-3-topo,
#close-1-topo {
  position: absolute;
  top: -3%;
  left: 28.3%;
}

#edit-4-esquerda-superior {
  position: absolute;
  top: 22.6%;
  left: -0.5%;
}

#close-4-esquerda-superior {
  position: absolute;
  top: -0.9%;
  left: 24%;
}

#edit-4-direita-superior {
  position: absolute;
  top: 22.6%;
  right: -2.2%;
}

#close-4-direita-superior {
  position: absolute;
  top: -0.9%;
  right: 24%;
}

#edit-4-esquerda-inferior {
  position: absolute;
  bottom: 24%;
  left: -0.5%;
}

#close-4-esquerda-inferior {
  position: absolute;
  bottom: -0.9%;
  left: 24%;
}

#edit-4-direita-inferior {
  position: absolute;
  bottom: 24%;
  right: -2.2%;
}

#close-4-direita-inferior {
  position: absolute;
  bottom: -0.9%;
  right: 24%;
}

/* fim de Botões Editar e Excluir Sabor Pizza */

.cart-btn-restart {
  margin-top: 20px;
  width: 110px;
  height: 110px;
  border: none;
  background-color: #ff8002;
  border-radius: 15px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
  /* padding: 11% 10% 9%; */
  text-decoration: none;
  text-shadow: 0px 0px 0px #283966;
  padding: 10px;
  border-radius: 100%;
}

@media (max-width: 991px) {
  .cart-btn-restart {
    margin-top: 10px;
    width: 70px;
    height: 70px;
  }
  .cart-btn-restart span {
    display: none !important;
  }
}

.cart-btn-restart img {
  width: 40px;
  max-width: 60px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1087px) {
  .cart-btn-restart img {
    width: 70%;
    margin: 1% auto 1%;
  }
}

@media screen and (max-width: 768px) {
  .cart-btn-restart img {
    width: 70%;
    margin: 1% auto 0%;
  }

  .cart-btn-restart {
    font-size: 12px;
  }
}

.cart-btn-restart span {
  display: block;
  font-size: 92%;
}

@media screen and (max-width: 1087px) {
  .cart-btn-restart span {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  .cart-btn-restart span {
    font-size: 2.6vw;
  }
}

.cart-btn-restart:hover {
  background-color: #ca0101;
}

.cart-btn-restart:active {
  position: relative;
  top: 1px;
}

.box-pizza-botoes {
  width: 24%;
  min-width: 60px;
  padding-right: 4%;
  padding-left: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.entrega-valor {
  text-align: center;
  margin-bottom: 4%;
  font-size: 1rem;
}

.tempo-entrega,
.valor-pizza {
  width: 100%;
  height: auto;
  font-size: 1.1em;
  border: none;
  text-transform: uppercase;
  line-height: 1.2em;
}

.tempo-entrega {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 9% 9% 5%;
}

.tempo-entrega span {
  font-size: 1.6rem;
  line-height: 2rem;
  text-transform: lowercase;
}

.valor-pizza {
  background-color: #fff;
  border-radius: 10px;
  padding: 8% 9% 5%;
}

.valor-pizza span {
  font-size: 1.4rem;
  line-height: 1.9rem;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 1087px) {
  .tempo-entrega {
    font-size: 1.6vw;
    padding: 9% 8% 5%;
  }

  .tempo-entrega span {
    font-size: 2.4vw;
    line-height: 2.9vw;
  }

  .valor-pizza {
    font-size: 1.4vw;
    padding: 8% 8% 4%;
  }

  .valor-pizza span {
    font-size: 2vw;
    line-height: 2.6vw;
  }
}

@media screen and (max-width: 768px) {
  .tempo-entrega {
    font-size: 2.6vw;
    padding: 11% 8% 6%;
  }

  .tempo-entrega span {
    font-size: 3.6vw;
    line-height: 4.2vw;
  }

  .valor-pizza {
    font-size: 2.6vw;
    padding: 10% 8% 6%;
  }

  .valor-pizza span {
    font-size: 3.5vw;
    line-height: 4.2vw;
  }
}

/* fim do Montador */

/* Cores dos Temas */
.tema-1-cor-a {
  background-color: #940101;
}

.tema-1-cor-b {
  background-color: #ff8002;
}

.tema-1-cor-c {
  background-color: #f2c900;
}

/* fim das Cores dos Temas */

/* Carrinho */
.carrinho,
.checkout {
  background-color: white;

  border: solid 2px #d1d1d1;
}

.checkout {
  margin-bottom: 1.23rem;
}

.top-cart,
.top-checkout {
  display: flex;
  justify-content: space-between;
  height: 44px;
}

.top-cart h2,
.top-checkout h2 {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1rem;
  padding: 1.1rem 0.7rem 0.5rem 0.7rem;
  width: 100%;
}


.cart-icon {
  width: 30px;
  height: 30px;
}

#cart-resumo {
  padding: 10px;
}

.item-resumo {
  padding-top: 5px;
}

.item-resumo-topo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.produto-icon-wrapper {
  width: 60px;
  text-align: center;
}

.cart-produto {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2rem;
  text-transform: uppercase;
}

.cart-sabores {
  font-size: 0.7rem;
  line-height: 0.8rem;
  text-transform: uppercase;
}

.item-resumo-esq {
  display: flex;
}

.item-resumo-dir {
  text-align: right;
}

.add-rem-btn {
  margin-bottom: 1rem !important;
}

.add-rem {
  padding-left: 4px;
  padding-right: 4px;
}

.add-rem,
.add-rem-quant {
  height: 1.5rem;
  border: solid 2px #0ba700;
  font-size: 1.2rem;
  font-weight: bold;
}

.add-rem-quant {
  width: 2rem;
}

.add-rem {
  background-color: #0ba700;
  color: #fff;
}

.cart-produto-preco {
  padding-right: 2px;
}

.item-resumo-base {
  display: flex;
  justify-content: space-between;
}

.cart-btn-item-opcoes span {
  padding-left: 4px;
}

.cart-btn-item-opcoes {
  background-color: #cfcfcf;
  border-radius: 5px;
  border: 1px solid #9d9d9d;
  display: inline-block;
  cursor: pointer;
  color: #4f4f4f;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  padding: 5px 6px;
  text-decoration: none;
  text-shadow: 0px 0px 0px #283966;
}

.cart-btn-item-opcoes-sem {
  background-color: #cfcfcf;
  border-radius: 5px;
  border: 1px solid #9d9d9d;
  display: inline-block;
  cursor: pointer;
  color: #4f4f4f;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  padding: 5px 6px;
  text-decoration: none;
  text-shadow: 0px 0px 0px #283966;
  margin-bottom: 10px;
  margin-left: 7%;
}

.cart-btn-item-opcoes:hover {
  background-color: #b8b8b8;
}

.cart-btn-item-opcoes:active {
  position: relative;
  top: 1px;
}

.btn-item-opcoes {
  width: 18px;
}

.btn-editar {
  padding: 0px 4px 0px 2px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.btn-editar img {
  margin-top: -2px;
}

.svg-inline--fa {
  font-size: 10px;
}

.cart-divisor {
  margin: 0.6rem 0;
}

#cart-resumo > div:last-child > hr {
  display: none;
}

.cart-total span {
  color: #0ba700;
}

.btn-finalizar {
  background-color: #03b527;
  display: block;
  cursor: pointer;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 2px 3px;
  text-decoration: none;
  text-shadow: 0px 0px 0px #283966;
}

.btn-finalizar:hover {
  background-color: #ff8100;
}

.btn-finalizar:active {
  position: relative;
  top: 1px;
}

.btn-finalizar-modal {
  margin-top: 0.3rem;
  margin-bottom: 1.7rem;
}

.btn-adicionar {
  margin-top: -1px;
  padding: 8px 8px;
  font-size: 1.7rem;
}

@media screen and (min-width: 769px) {
  .btn-adicionar {
    border: 2px solid #f2c900;
  }
}

/* fim do Carrinho */

/* Página do Login */
.bg-page {
  background: url(../img/pizza-background.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-column {
  height: 100%;
}

.login-box {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0;
}

.login-box .avatar {
  margin-bottom: 3.5rem;
}

.login-box input {
  font-weight: 300;
  font-size: 0.8rem;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.login-btn,
.facebook-btn {
  border-radius: 0;
  border: none;
  color: #fff;
}

.login-btn {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 500;
  height: 2.8rem;
  background-color: #ff8002;
  color: #fff;
}

.login-btn:hover {
  background-color: #940101;
  color: #dcdcdc;
}

.login-btn:active {
  position: relative;
  top: 1px;
}

.facebook-btn {
  font-size: 0.85rem;
  font-weight: 500;
  height: 2.8rem;
  background-color: #5265ad;
}

.facebook-btn:hover {
  background-color: #455694;
  color: #dcdcdc;
}

.facebook-btn svg {
  font-size: 0.8rem;
  margin-right: 0.4rem;
}

.mini-links-wrapper {
  display: flex;
  justify-content: space-between;
}

.mini-links {
  margin: 1.3rem 0 0.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.6rem;
  line-height: 0.75rem;
  color: #dcdcdc !important;
}

.mini-links:hover {
  color: #fff !important;
}

.mini-links span {
  font-size: 0.75rem;
  font-weight: 700;
}

.hrlogin {
  display: block;
  margin: 3px 0 7px 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 769px) {
  .login-body,
  .login-column {
    padding: 0;
  }

  .login-box {
    min-height: 100vh;
  }

  .login-box .avatar {
    margin-top: 4rem;
  }
}

/* fim da Página do Login */

.top-modal h2 {
  text-align: left;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1rem;
  padding: 1.1rem 0.7rem 0.5rem 0.7rem;
  width: 100%;
}

.edit-ingred {
  padding: 0.1rem 0.1rem 0.1rem 0.7rem;
  text-align: left;
  color: #fff;
}

.edit-ingred h3 {
  float: left;
  font-size: 1.1rem;
  margin-top: 3px;
  padding-top: 9px;
}

.edit-ingred-icon {
  width: 20px;
  /* margin-bottom: -4px; */
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}

.list-ingred {
  padding: 0.8rem 0.7rem 0.8rem 0.7rem;
  list-style: none;
}

.ingred-opcoes {
  text-align: left;
}

.tit-add-ingred {
  background-color: #03b527;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-weight: 300;
  text-align: left;
  padding: 0.3rem 0.7rem 0.3rem 0.8rem;
  text-decoration: none;
  text-shadow: 0px 0px 0px #283966;
}

.modal-close-btn {
  border: solid 2px #d1d1d1;
  border-radius: 0;
  background-color: #0ba700;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 0.9rem;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 0;
  padding: 0.15rem 0.7rem 0.15rem 0.3rem;
  text-decoration: none;
  height: 1.6rem;
  position: absolute;
}

.modal-close-btn:hover {
  color: #ececec;
}

.modal-close-btn span {
  height: 2.4rem;
  width: 2.4rem;
  border: solid 2px #d1d1d1;
  border-radius: 50%;
  background-color: #0ba700;
  position: absolute;
  top: -0.55rem;
  right: -1.95rem;
}

.modal-close-btn span svg {
  font-size: 1.6rem;
  position: absolute;
  top: 0.3rem;
  right: 0.35rem;
}

.close1 {
  top: -0.9rem;
  right: 0.8rem;
}

.close2 {
  bottom: -0.9rem;
  right: 0.8rem;
}

.modal-continuar-btn {
  border: solid 2px #d1d1d1;
  border-radius: 0;
  background-color: #ff8002;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 0.9rem;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 0;
  padding: 0.15rem 0.3rem 0.15rem 0.7rem;
  text-decoration: none;
  height: 1.6rem;
  position: absolute;
  bottom: -0.9rem;
  left: 0.8rem;
}

.modal-continuar-btn:hover {
  color: #ececec;
}

.modal-continuar-btn span {
  height: 2.4rem;
  width: 2.4rem;
  border: solid 2px #d1d1d1;
  border-radius: 50%;
  background-color: #ff8002;
  position: absolute;
  top: -0.55rem;
  right: 8.05rem;
}

.modal-continuar-btn span img {
  width: 1.6rem;
  height: auto;
  position: absolute;
  top: 0.4rem;
  right: 0.3rem;
}

.list-entrega {
  padding: 1.2rem 0.7rem 0 0.7rem;
  text-transform: uppercase;
}

.list-entrega .list-tit {
  font-size: 0.85rem;
}

.list-entrega hr {
  margin: 0.3rem 0 1rem;
}

.entrega-icon-opcoes {
  margin-top: -11px;
  margin-left: 0.1rem;
  width: 35px;
  height: auto;
  position: absolute;
}

.entrega-opcao {
  padding-left: 2.6rem;
  display: block;
  line-height: 1.1rem;
}

.entrega-end {
  font-size: 0.7rem;
  line-height: 0.7rem;
  text-transform: none;
}

.btn-outro-end {
  margin-top: 0.7rem;
  margin-left: 4.7rem;
  background-color: #aeaeae;
  cursor: pointer;
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  text-transform: none;
  display: block;
  padding: 0.5rem;
}

.btn-outro-end:hover {
  background-color: #0a9500;
  color: #ffffff;
}

.checkout-total {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 12px;
  background-color: #dedede;
  color: #0ba700;
}

.checkout-total h3 {
  font-weight: 600;
  font-size: 0.85rem;
}

.checkout-total span {
  color: black;
}

.pagmento-opcao {
  display: block;
  line-height: 0.7rem;
  margin-top: -0.55rem;
  margin-left: 0;
}

.pagmento-opcao span {
  font-size: 0.55rem;
}

.cartoes-icon-opcoes {
  width: 137px;
  height: auto;
  position: absolute;
  top: -0.3rem;
  left: 5.5rem;
}

.troco-wrapper {
  margin-top: -4rem;
}

.troco {
  background-color: #dedede;
  padding: 0.4rem;
  margin-left: 0.4rem;

  font-size: 0.6rem;
  text-transform: none;
  border: 1px solid #49bd41;
}

.troco input {
  margin-top: 0.15rem;
  width: 2.6rem;
  height: 1.2rem;
  text-align: right;
  padding-right: 2px;
  border: 1px solid #49bd41;
}

/* Media Queries */
@media screen and (min-width: 1088px) {
  .container {
    max-width: 960px;
    width: 960px;
  }

  .container.is-fluid {
    margin-left: 64px;
    margin-right: 64px;
    max-width: none;
    width: auto;
  }
}

@media screen and (max-width: 1279px) {
  .container.is-widescreen {
    max-width: 960px;
    width: auto;
  }
}

@media screen and (max-width: 1471px) {
  .container.is-fullhd {
    max-width: 960px;
    width: auto;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 960px;
    width: auto;
  }
}

@media screen and (min-width: 1472px) {
  .container {
    max-width: 960px;
    width: auto;
  }
}

@media screen and (max-width: 1472px) {
  .colunas-principal {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .principal {
    margin: 0;
  }

  .coluna-principal {
    margin: 0;
  }

  .coluna-esquerda {
    margin: 0;
    padding: 0;
  }

  .montador {
    padding: 0;
  }
}

/* Fim de media Queries */

/* Classes para Sabores (apenas para teste) */
.pizza-bacon-com-cheddar {
  background: rgba(0, 0, 0, 0) url('../img/pizza-bacon-com-cheddar.png')
    no-repeat center center;
  background-size: contain, cover;
}

.pizza-catupiry {
  background: rgba(0, 0, 0, 0) url('../img/pizza-catupiry.png') no-repeat center
    center;
  background-size: contain, cover;
}

.pizza-chocolate {
  background: rgba(0, 0, 0, 0) url('../img/pizza-chocolate.png') no-repeat
    center center;
  background-size: contain, cover;
}

.pizza-parma {
  background: rgba(0, 0, 0, 0) url('../img/pizza-parma.png') no-repeat center
    center;
  background-size: contain, cover;
}

/* fim de Classes para Sabores (apenas para teste) */

/* Carrinho */
.carrinho,
.checkout {
  background-color: white;
  margin-bottom: 3rem;
  border: solid 2px #d1d1d1;
}

.checkout {
  margin-bottom: 1.23rem;
}

.top-cart,
.top-checkout {
  display: flex;
  justify-content: space-between;
  height: 44px;
}

.top-cart h2,
.top-checkout h2 {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1rem;
  padding: 1.1rem 0.7rem 0.5rem 0.7rem;
  width: 100%;
}

.cart-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0ba700;
  width: 75px;
  padding: 5px 5px 5px 10px;
  border-radius: 2rem 0 0 2rem;
}

.cart-icon-wrapper-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0ba700;
    color: #fff;

    padding: 5px 10px 5px 10px;
    border-radius: 2rem ;
  }

.cart-icon {
  width: 30px;
  height: 30px;
}

#cart-resumo {
  padding: 10px;
}

.item-resumo {
  padding-top: 5px;
}

.item-resumo-topo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.produto-icon-wrapper {
  width: 60px;
  text-align: center;
}

.cart-produto {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2rem;
  text-transform: uppercase;
}

.cart-sabores {
  font-size: 0.7rem;
  line-height: 0.8rem;
  text-transform: uppercase;
}

.item-resumo-esq {
  display: flex;
}

.item-resumo-dir {
  text-align: right;
}

.add-rem-btn {
  margin-bottom: 1rem !important;
}

.add-rem {
  padding-left: 4px;
  padding-right: 4px;
}

.add-rem,
.add-rem-quant {
  height: 1.5rem;
  border: solid 2px #0ba700;
  font-size: 1.2rem;
  font-weight: bold;
}

.add-rem-quant {
  width: 2rem;
}

.add-rem {
  background-color: #0ba700;
  color: #fff;
}

.cart-produto-preco {
  padding-right: 2px;
}

.item-resumo-base {
  display: flex;
  justify-content: space-between;
}

.cart-btn-item-opcoes span {
  padding-left: 4px;
}

.cart-btn-item-opcoes {
  background-color: #cfcfcf;
  border-radius: 5px;
  border: 1px solid #9d9d9d;
  display: inline-block;
  cursor: pointer;
  color: #4f4f4f;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  padding: 5px 6px;
  text-decoration: none;
  text-shadow: 0px 0px 0px #283966;
}

.cart-btn-item-opcoes:hover {
  background-color: #f1f1f1;
}

.cart-btn-item-opcoes:active {
  position: relative;
  top: 1px;
}

.btn-item-opcoes {
  width: 18px;
}

.btn-editar {
  padding: 0px 4px 0px 2px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.btn-editar img {
  margin-top: -2px;
}

.svg-inline--fa {
  font-size: 10px;
}

.cart-divisor {
  margin: 0.6rem 0;
}

#cart-resumo > div:last-child > hr {
  display: none;
}

.cart-total span {
  color: #0ba700;
}

.btn-finalizar:hover {
  background-color: #ff8100;
}

.btn-finalizar:active {
  position: relative;
  top: 1px;
}

.btn-finalizar-modal {
  margin-top: 0.3rem;
  margin-bottom: 1.7rem;
}

.btn-adicionar {
  margin-top: -1px;
  padding: 8px 8px;
  font-size: 1.7rem;
}

@media screen and (min-width: 749px) {
  .btn-adicionar {
    border: 2px solid #f2c900;
  }

  .montador.column {
    padding: 0;
  }
}

@media screen and (max-width: 700px) {
  /* .tema-1-cor-b { background: #000; } */
  .carrinho {
    position: static;
    margin-top: 20px;
  }
}

/* fim do Carrinho */
