@keyframes rightToLeft{
  0%{
    transform: translateX(1000px);
  }
  100%{
    transform: translateX(-10px);
  }
}

.produto-imagem, .produto-imagem > img{
  width: 100%;
}

.produto-nome-botoes{
  display: flex;
  margin-bottom: 15px;
}
.produto-nome{
  flex-grow: 1;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  color: #fba4b0;
}

.combinado-mobile-descricao{
  margin-top: 1rem;
}

.combinado-from-price{
  display: flex;
}

.combinado-from-price::before{
  content: '';
  border-bottom: dotted;
  order: 1;
  flex: 1;
  margin-bottom: 0.75em;
}

.combinado-from-price h1:last-of-type{
  order: 2;
}

.combinado-from-price h1{
  padding: 0 0.15em;
}

.combinado-from-price, .fromSingle, .combinado-from-price h1{
  color: #fba4b0;
  font-size: 18px;
  line-height: 28px;
}

.combinado-mobile-lista{
  display: flex;
}

.listaIndividual p, .listaEsquerda p, .listaDireita p{
  font-size: 12px;
  color: white;
  text-decoration: underline;
  margin-bottom: 5px;
}

.listaDireita, .listaEsquerda{
  flex-grow: 1;
}

#icone-contador-carrinho-mobile{
  position: absolute;
  right: 15px;
  font-size: 12px;
  background-color: #fba4b0;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  top: 5px;
  display: none;
  justify-content: center;
  align-items: center;
}

.msg-delivery-desktop{
  background: #e27d8a;
  padding: 5px!important;
  text-align: center;
  border-radius: 0px!important;
}

.btn-info{
  border: none;
  background-color: white;
}
.btn-info > i{
  color: black;
  font-size: 28px;
}

.btn-info:hover, .btn-info:focus{
  background-color: #f9f9f9;
}

#modalInfo{
  background: rgba(0,0,0,0.75);
  padding-top: 300px;
}

#navbarCollapse {
  justify-content: end;
}
.popover-body img{
  width: 100%;
}
.categoria > button, .categoria-produtos .btn-categoria{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  background-color: black;
  color: white;
  letter-spacing: 3px;
  padding: 12px;
}

.categoria {
  margin-bottom: 25px;
}
.listagem {
  margin-top: 25px;
}

.icone-carrinho-mobile{
  position: absolute;
  right: 25px;
  bottom: 21px;
}

.show {
  display: flex !important;
  flex-direction: column;
}

.produto-img > img {
  width: 124px;
  height: 124px;
  object-fit: cover;
  object-position: center;
}
.produto,
.produto-mobile {
  padding: 15px;
  background-color: black;
  display: flex;
  border-bottom: 1px solid grey;
  color: white;
}
.produto-img {
  margin-right: 15px;
}
.produto-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.produto-header > h3 {
  color: white;
}
.btn-mais,
.btn-menos {
  border-radius: 90px;
  color: black;
  background-color: white;
  border: 3px solid white;
}
.btn-mais:hover,
.btn-menos:hover {
  background-color: #f9f9f9;
  color: black;
}
.produto-info {
  flex-grow: 1;
  margin-right: 25px;
}
.produto-btn {
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.produto-preco {
  font-size: 26px;
  text-align: center;
}
.produto-mobile {
  flex-direction: column;
}
.produto-mobile-wrap {
  display: flex;
}
.produto-mobile > .produto-btn {
  flex-direction: unset;
}
.produto-mobile > .produto-btn > .produto-preco {
  width: 50%;
}
.produto-mobile > .produto-btn > .produto-preco > p {
  margin-bottom: 0px;
}
.btn-categoria {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  font-family: alta-typeface;
    src: url("../fonte/Alta_Typeface/Alta_regular.otf") format("opentype");
}
.carrinho-mobile {
  display: none;
}
.open {
  width: 600px !important;
}
.p-minimum-order{
  color: red;
  margin-bottom: 5px;
  margin-top: 15px;
  text-align: center;
}
#spanCartDesktop{
  color: white;
  font-size: 16px;
  background-color: #fba4b0;
  border-radius: 5px;
  box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}
#spanCartDesktop > p{
  margin-bottom: 0px;
  margin-left: 10px;
}
#spanCartDesktop:hover{
  background-color: #d6818c;
}
.alert-dismissible{
  background: #fba4b0;
  color: white;
  display: flex;
  padding: 15px;
  border-radius: 10px;
  margin-top: 25px;
}
.alert-dismissible > p{
  margin-bottom: 0px;
  flex-grow: 1;
}
.alert-dismissible > button{
  background: none;
  border: none;
  color: white;
}
.combinado-descricao > p, .produto-descricao > p{
  margin-bottom: 0px;
}
.bt-popover{
  color: white;
  text-decoration: underline;
}
.bt-popover:hover, .bt-popover:focus{
  color: #fba4b0;
}
.produto-mobile {
  display: none;
}
@media (max-width: 991px) {

  @keyframes rightToLeft{
    0%{
      transform: translateX(240px);
    }
    100%{
      transform: translateX(-5px);
    }
  }

  .msg-delivery-desktop{
    display: none;
  }

  .delivery-mobile{
    position: fixed;
    border: none;
    border-radius: 0px!important;
    bottom: 54px;
    width: 100%;
    background: #e27d8a!important;
    margin-top: 0px!important;
    z-index: 2;
    padding: 5px!important;
  }
  .delivery-mobile > p{
    margin-bottom: 0px;
    text-align: center;
  }
  .produto-content{
    flex-grow: 1;
  }
  .back-to-top > i{
    font-size: 20px;
  }
  .btn-lg-square{
    width: 40px;
    height: 40px;
  }
  .produto-mobile {
    display: flex;
  }
  .produto {
    display: none !important;
  }
  .produto-btn {
    margin-top: 15px;
  }
  .botoes {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .botoes > span {
    margin-left: 15px;
    margin-right: 15px;
  }
  .carrinho-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    padding: 15px;
    z-index: 2;
    font-size: 16px;
  }
  .carrinho-mobile > p {
    margin-bottom: 0px;
  }
  .open {
    width: 100% !important;
  }
  .cart {
    z-index: 1001 !important;
  }
  .produto-img > img {
    width: 96px;
    height: 96px;
  }
  .produto-mobile-wrap > .produto-info > .produto-header > .produto-preco {
    min-width: 65px;
    width: 65px;
    text-align: end !important;
  }
  .produto-mobile-wrap > .produto-info > .produto-header > h3, .produto-mobile-wrap > .produto-info > .produto-header > .produto-preco > p{
    color: #fba4b0;
  }
  .comb > .produto-mobile-wrap > .img-desc-mobile > .produto-preco > p{
    color: #fba4b0;
  }
  .produto-content > .produto-info-wrap > h3{
    align-self: center;
    margin-right: 10px;
  }
  body{
    background-color: black;
  }
  #header{
    padding-top: 5px!important;
    padding-bottom: 5px!important;
  }
  #spanCartDesktop{
    display: none;
  }
  #footer > .row .col-lg-2{
    display: flex;
    justify-content: center;
    text-align: center;
  }
  #footer > .row .fd{
    flex-direction: column;
    align-items: center;
  }
  #disclaimer{
    margin-bottom: 88px;
  }
  .produto-header > h3{
    padding-right: 10px;
    word-break: break-all;
  }
  .produto-img-wrap > img{
      width: 60px;
      height: 60px;
  }
  .produto-info-wrap > h3, .produto-info-wrap > p{
      font-size: 16px;
      max-height: 60px;
      overflow: hidden;
      text-overflow: ellipsis;
      min-width: 24px;
  }
  .produto-content > .produto-info-wrap > h3{
    max-height: unset!important;
    min-width: unset!important;
  }
  .produto-content > .produto-info-wrap > p{
    min-width: 70px!important;
    max-height: unset!important;
    overflow: unset!important;
    text-overflow: unset!important;
  }
  .produto-content > .produto-info-wrap{
    padding-right:  0px!important;
  }
  .produto-content > .produto-botoes-wrap{
    justify-content: end;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .produto-wrap > .produto-content-wrap > .produto-img-wrap > img, .combinado-wrap > .produto-content-wrap > .produto-img-wrap > img{
    height: 82px!important;
  }
  .produto-botoes-wrap > .btn-mais, .produto-botoes-wrap > .btn-remove{
      margin-left: 5px;
  }
  .produto-botoes-wrap > .btn-menos{
      margin-right: 5px;
  }
  #cartContent{
      padding: 0px;
  }
  .carrinho-titulo{
      font-size: 26px;
  }
  #cartFooter{
      padding-top: 20px;
      padding-left: 10px;
      padding-right: 10px;
  }
  .produto-mobile-wrap{
      flex-direction: column;
  }
  .comb > .produto-mobile-wrap{
    flex-direction: column;
  }
  .comb > .produto-mobile-wrap > .produto-info > .produto-header, .comb > .produto-mobile-wrap > .img-desc-mobile{
    flex-direction: column;
  }
  .comb > .produto-mobile-wrap > .produto-info > .produto-header{
    align-items: start;
  }
  .produto-mobile-wrap > .produto-info > .produto-header > .produto-preco > p{
      line-height: 28px;
      font-size: 18px;
      margin-right:5px;
      margin-bottom: 0.5rem;
  }
  .comb > .produto-mobile-wrap > .img-desc-mobile > .produto-preco > p{
    line-height: 28px;
    font-size: 18px;
    margin-right:5px;
    margin-bottom: 0.5rem;
  }
  .produto-mobile-wrap > .produto-info > .produto-header > h3{
      font-size: 18px;
  }
  .produto-img, .produto-btn{
      margin-right: 0px;
  }
  .produto-info{
      margin-right: 0px;
  }
  .img-desc-mobile{
      display: flex;
  }
  .valorItemCarrinho{
    font-size: 16px!important;
  }
  .img-desc-mobile > .produto-descricao, .img-desc-mobile > .produto-texto{
    flex-grow: 1;
  }
  .comb > .produto-mobile-wrap > .produto-info > .produto-header > .produto-descricao, .comb > .produto-mobile-wrap > .produto-info > .produto-header > .produto-texto{
    font-size: 12px;
  }
  .opcionais-input{
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  body {
    background-image: url(../img/sakura6.jpeg);
    /* background-size: auto;
    background-position: center; */
    background-repeat: repeat;
    background-color: black;
  }
  .botoes {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .delivery-mobile{
    display: none!important;
  }
  .produto-content > .produto-botoes-wrap{
    justify-content: end;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .produto-content > .produto-info-wrap > h3{
    max-height: unset!important;
    min-width: unset!important;
  }
  .produto-content > .produto-info-wrap > p{
    min-width: 110px!important;
    max-height: unset!important;
    overflow: unset!important;
    text-overflow: unset!important;
  }
  .produto-content > .produto-info-wrap{
    padding-right:  0px!important;
  }
  .combinado-wrap > .produto-content{
    flex-grow: 1;
  }
  .from{
    max-width: 200px;
    width: 200px;
  }
  .ta-right{
    text-align: right;
  }
  .ta-center{
    text-align: center;
  }
  .jc-end{
    justify-content: end;
  }
  .jc-center{
    justify-content: center;
  }
}
#alerta{
  overflow-x: hidden;
}
#alerta > p{
  animation-name: rightToLeft;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
