#masthead{
  z-index: 998;
}

#formWizard .div-toppings label{
    display: block;
}
.requestwizard-step .btn-default:not([disabled]){
  background: green;
  color: #fff !important;
}
label.check_ativo{
  background: var(--cor-principal) !important;
  border-color: var(--cor-principal) !important;
  color: var(--cor-sob-fundo-principal) !important;
}
label.check_desabilitado{
  color: #bbb !important;
  border-color: #bbb !important;
}
.bg-cor-principal{
  background-color: var(--cor-principal) !important;
}
.bg-cor-sob-fundo-principal{
  background-color: var(--cor-sob-fundo-principal);
}
.border-cor-principal{
  border-color: var(--cor-principal) !important;
}
.border-cor-sob-fundo-principal{
  border-color: var(--cor-sob-fundo-principal);
}
.color-cor-principal{
  color: var(--cor-principal) !important;
}
.color-cor-sob-fundo-principal{
  color: var(--cor-sob-fundo-principal);
}
.btn-padrao-novo{
    border-radius: 5px;
    padding: 5px 10px;
    background: var(--cor-principal);
    color: var(--cor-sob-fundo-principal);
    font-family: 'Calibri-bold';
    font-size: 14px;
    cursor: pointer;
    border: solid 2px var(--cor-principal);
}
.btn-padrao-novo-invertido{
    border-radius: 5px;
    padding: 5px 10px;
    background: var(--cor-sob-fundo-principal) !important;
    color: var(--cor-principal) !important;
    font-family: 'Calibri-bold';
    font-size: 14px;
    cursor: pointer;
    border: solid 2px var(--sob-fundo-principal);
}

div[id^="modaladdToCart"] .modal-dialog, .modal-padrao .modal-dialog{
    width: 50%;
    margin-left: 25%;
}
div[id^="modaladdToCart"] .modal-body, .modal-padrao .modal-body{
    background: #fff;
    color: #111;
    padding: 15px 30px;
}

div[id^="modaladdToCart"] label{
    font-weight: normal;
}

div[id^="modaladdToCart"] #modalTitle_addToCart{
    margin-top: 0;
}

div[id^="modaladdToCart"] #modalTitle_addToCart span{
    font-size: 18px;
    font-weight: 600;
}

div[id^="modaladdToCart"] #modalTitle_addToCart p{
    font-size: 14px;
    font-style: italic;
}
.modalPreco_addToCart{
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    color: var(--cor-principal);
}

div[id^="modaladdToCart"] h5{
    margin: 0;
    text-transform: none;
    padding-bottom: 5px;
}

div[id^="modaladdToCart"] h6{
    margin: 30px 0 10px;
}

div[id^="modaladdToCart"] .div-questoes, div[id^="modaladdToCart"] .div-trocas{
    margin-top: 20px;
}

div[id^="modaladdToCart"] .div-questoes h6, div[id^="modaladdToCart"] .div-flavors h6{
    font-family: 'Calibri-Bold';
    font-size: 16px;
    margin: inherit;
}

div[id^="modaladdToCart"] #btnaddToCart, .prevBtn, .nextBtn, .btnaddToCartCombos{
    padding: 0 40px;
    /* margin-top: 20px; */
}


div[id^="modaladdToCart"] .div-trocas .troca{
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
}
div[id^="modaladdToCart"] #div-flavors .flavor {
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
}

div[id^="modaladdToCart"] #div-questoes .acompanhamento{
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
}

div[id^="modaladdToCart"] .modal-content span.modal-close, .modal-padrao .modal-content span.modal-close{
    right: -15px;
    position: absolute;
    top: -20px;
    cursor: pointer;
    color: #fff;
    background: var(--cor-principal);
    color: var(--cor-sob-fundo-principal);
    width: 24px;
    text-align: center;
    border-radius: 50%;
}

@media (max-width: 1006px){
    div[id^="modaladdToCart"] .modal-dialog, .modal-padrao .modal-dialog{
        width: 90%;
        margin-left: 5%;
    }
}

/* 
  1. Use the same color as modal.
  2. Ensure that the sticky layer is above the modal content.
*/

/* Header fixed to the top of the modal */
.modal-header--sticky {
  position: sticky;
  top: 0;
  border-radius: 20px 20px 0 0;
  background-color: #fff !important; /* [1] */
  z-index: 1055; /* [2] */
}

/* Footer fixed to the bottom of the modal */
.modal-footer--sticky {
  position: sticky;
  bottom: 0;
  background-color: #fff; /* [1] */
  z-index: 1055; /* [2] */
}

/* TOOLTIP CONFIRMATION */
.dark-tooltip{ display:none; position:absolute; z-index:99; text-decoration:none; font-weight:normal; height:auto; top:0; left:0;}

.dark-tooltip.small{ padding:4px; font-size:12px; max-width:150px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.dark-tooltip.medium{ padding:10px; font-size:14px; max-width:200px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.dark-tooltip.large{ padding:16px; font-size:16px; max-width:250px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

/* Tips */
.dark-tooltip .tip{ transform: scale(1.01); -webkit-transform: scale(1.01); transform: scale(1.01); content: ""; position: absolute; width:0; height:0; border-style: solid; line-height: 0px; }

.dark-tooltip.south .tip{ left:50%; top:100%;}
.dark-tooltip.west .tip{ left:0; top:50%;}
.dark-tooltip.north .tip{ left:50%; top:0; }
.dark-tooltip.east .tip{ left:100%; top:50%;}

.dark-tooltip.south.small .tip{ border-width: 7px 5px 0 5px; margin-left:-5px;}
.dark-tooltip.south.medium .tip{ border-width: 8px 6px 0 6px; margin-left:-6px;}
.dark-tooltip.south.large .tip{ border-width: 14px 12px 0 12px; margin-left:-12px;}

.dark-tooltip.west.small .tip{ border-width: 5px 7px 5px 0; margin-left:-7px; margin-top:-5px;}
.dark-tooltip.west.medium .tip{ border-width: 6px 8px 6px 0; margin-left:-8px; margin-top:-6px;}
.dark-tooltip.west.large .tip{ border-width: 12px 14px 12px 0; margin-left:-14px; margin-top:-12px;}

.dark-tooltip.north.small .tip{ border-width: 0 5px 7px 5px; margin-left:-5px; margin-top:-7px;}
.dark-tooltip.north.medium .tip{ border-width: 0 6px 8px 6px; margin-left:-6px; margin-top:-8px;}
.dark-tooltip.north.large .tip{ border-width: 0 12px 14px 12px; margin-left:-12px; margin-top:-14px;}

.dark-tooltip.east.small .tip{ border-width: 5px 0 5px 7px; margin-top:-5px;}
.dark-tooltip.east.medium .tip{ border-width: 6px 0 6px 8px; margin-top:-6px;}
.dark-tooltip.east.large .tip{ border-width: 12px 0 12px 14px; margin-top:-12px;}

/* confirm */
.dark-tooltip ul.confirm{ list-style-type:none;margin-top:5px;display:inline-block;margin:0 auto; padding: 0; }
.dark-tooltip ul.confirm li{ /* padding:10px; */float:left;margin:5px;/* min-width:25px;*/-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px;}

/* themes */
.dark-tooltip.dark{ background-color:#1B1E24; color:#fff; }
.dark-tooltip.light{ background-color:#ebedf3; color:#1B1E24; }

.dark-tooltip.dark.south .tip{ border-color: #1B1E24 transparent transparent transparent; _border-color: #1B1E24 #000000 #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.dark.west .tip{ border-color: transparent #1B1E24 transparent transparent; _border-color: #000000 #1B1E24 #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.dark.north .tip{ border-color: transparent transparent #1B1E24 transparent; _border-color: #000000 #000000 #1B1E24 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.dark.east .tip{ border-color: transparent transparent transparent #1B1E24; _border-color: #000000 #000000 #000000 #1B1E24; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }

.dark-tooltip.light.south .tip{ border-color: #ebedf3 transparent transparent transparent; _border-color: #ebedf3 #000000 #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.light.west .tip{ border-color: transparent #ebedf3 transparent transparent; _border-color: #000000 #ebedf3 #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.light.north .tip{ border-color: transparent transparent #ebedf3 transparent; _border-color: #000000 #000000 #ebedf3 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.light.east .tip{ border-color: transparent transparent transparent #ebedf3; _border-color:#000000 #000000 #000000 #ebedf3 ; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }

.dark-tooltip.dark ul.confirm li{ background-color:#416E85;}
.dark-tooltip.dark ul.confirm li:hover{ background-color:#417E85;}

/* .dark-tooltip.light ul.confirm li{ background-color:#C1DBDB;} */
/* .dark-tooltip.light ul.confirm li:hover{ background-color:#DCE8E8;} */

/* Animations */
.animated{
	-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;
	-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-ms-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;
}
@-webkit-keyframes flipInUp {
	0% { -webkit-transform: perspective(400px) rotateX(-90deg); opacity: 0;}
	40% { -webkit-transform: perspective(400px) rotateX(5deg);}
	70% { -webkit-transform: perspective(400px) rotateX(-5deg);}
	100% { -webkit-transform: perspective(400px) rotateX(0deg); opacity: 1;}
}
@-moz-keyframes flipInUp {
	0% {transform: perspective(400px) rotateX(-90deg);opacity: 0;}
	40% {transform: perspective(400px) rotateX(5deg);}
	70% {transform: perspective(400px) rotateX(-5deg);}
	100% {transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@-o-keyframes flipInUp {
	0% {-o-transform: perspective(400px) rotateX(-90deg);opacity: 0;}
	40% {-o-transform: perspective(400px) rotateX(5deg);}
	70% {-o-transform: perspective(400px) rotateX(-5deg);}
	100% {-o-transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@keyframes flipInUp {
	0% {transform: perspective(400px) rotateX(-90deg);opacity: 0;}
	40% {transform: perspective(400px) rotateX(5deg);}
	70% {transform: perspective(400px) rotateX(-5deg);}
	100% {transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@-webkit-keyframes flipInRight {
	0% { -webkit-transform: perspective(400px) rotateY(-90deg); opacity: 0;}
	40% { -webkit-transform: perspective(400px) rotateY(5deg);}
	70% { -webkit-transform: perspective(400px) rotateY(-5deg);}
	100% { -webkit-transform: perspective(400px) rotateY(0deg); opacity: 1;}
}
@-moz-keyframes flipInRight {
	0% {transform: perspective(400px) rotateY(-90deg);opacity: 0;}
	40% {transform: perspective(400px) rotateY(5deg);}
	70% {transform: perspective(400px) rotateY(-5deg);}
	100% {transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@-o-keyframes flipInRight {
	0% {-o-transform: perspective(400px) rotateY(-90deg);opacity: 0;}
	40% {-o-transform: perspective(400px) rotateY(5deg);}
	70% {-o-transform: perspective(400px) rotateY(-5deg);}
	100% {-o-transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@keyframes flipInRight {
	0% {transform: perspective(400px) rotateY(-90deg);opacity: 0;}
	40% {transform: perspective(400px) rotateY(5deg);}
	70% {transform: perspective(400px) rotateY(-5deg);}
	100% {transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
.flipIn { -webkit-backface-visibility: visible !important; -moz-backface-visibility: visible !important; -o-backface-visibility: visible !important; backface-visibility: visible !important}
.flipIn.south, .flipIn.north { -webkit-animation-name: flipInUp; -moz-animation-name: flipInUp; -o-animation-name: flipInUp; animation-name: flipInUp; }
.flipIn.west, .flipIn.east { -webkit-animation-name: flipInRight; -moz-animation-name: flipInRight; -o-animation-name: flipInRight; animation-name: flipInRight; }

@-webkit-keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;}}
@-moz-keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;}}
@-o-keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}
@keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}

.fadeIn{-webkit-animation-name: fadeIn; -moz-animation-name: fadeIn; -o-animation-name: fadeIn; animation-name: fadeIn;}

/* Modal */
.dark-tooltip{
    z-index: 999999;
}
.darktooltip-modal-layer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('./modal-bg.png');
	opacity: .7;
    display: none;
}
/* FIM - TOOLTIP CONFIRMATION */



/**********************/
/* AJAX PADRAO :: INICIO */
/**********************/
#mdl-ajax-padrao{
    z-index: 9999 !important;
}
.progress-ajax-padrao{
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    top: 0px;
    margin: 0;
    overflow: hidden;
}
.progress-ajax-padrao .indeterminate{
    background-color: var(--cor-principal);
}
.progress-ajax-padrao .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress-ajax-padrao .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

.progress-ajax-barra-superior{
  position: fixed;
  z-index: 99999;
  display: none;
}

@-webkit-keyframes indeterminate {
    0% {
      left: -35%;
      right: 100%;
    }
    60% {
      left: 100%;
      right: -90%;
    }
    100% {
      left: 100%;
      right: -90%;
    }
  }
  
  @keyframes indeterminate {
    0% {
      left: -35%;
      right: 100%;
    }
    60% {
      left: 100%;
      right: -90%;
    }
    100% {
      left: 100%;
      right: -90%;
    }
  }
  
  @-webkit-keyframes indeterminate-short {
    0% {
      left: -200%;
      right: 100%;
    }
    60% {
      left: 107%;
      right: -8%;
    }
    100% {
      left: 107%;
      right: -8%;
    }
  }
  
  @keyframes indeterminate-short {
    0% {
      left: -200%;
      right: 100%;
    }
    60% {
      left: 107%;
      right: -8%;
    }
    100% {
      left: 107%;
      right: -8%;
    }
  }
/**********************/
/* AJAX PADRAO :: FIM */
/**********************/


.modal_aviso {
  background: rgba(0,0,0, 0.5);
  position: fixed !important;
  width: 100%;
  height: 100%;
  z-index: 99999999999999 !important;
  top: 0;
  align-items: center;
  justify-content: center;
}

.modal_aviso img {
  max-width: 500px;
}

.modal_aviso_dados {
  text-align: center;
  align-items: center;
  display: inline;
}

.modal_aviso_titulo {
  text-transform: unset;
  font-family: 'Calibri-Bold';
  font-weight: normal;
  font-size: 24px;
  text-shadow: 1px 1px 2px #000;
  color: white;
}

.btn-fechar-aviso {
  justify-content: end;
  display: flex;
}

.checkbox-wrapper-31:hover .check {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-31 {
  min-width: 35px;
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
}
.checkbox-wrapper-31 .background {
  opacity: 0.5;
  fill: var(--cor-principal);
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}
.div-input-flavour.flavour-ativo .checkbox-wrapper-31 .background {
  opacity: 1;
}
.checkbox-wrapper-31 .stroke {
  fill: none;
  stroke:var(--cor-sob-fundo-principal);
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}
.checkbox-wrapper-31 .check {
  fill: none;
  stroke:var(--cor-principal);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-dashoffset: 22;
  stroke-dasharray: 22;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}
.checkbox-wrapper-31 input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  -appearance: none;
  -webkit-appearance: none;
}
.checkbox-wrapper-31 input[type=checkbox]:hover {
  cursor: pointer;
}
.checkbox-wrapper-31 input[type=checkbox]:checked + svg .background {
  fill: var(--cor-sob-fundo-principal);
}
.checkbox-wrapper-31 input[type=checkbox]:checked + svg .stroke {
  stroke-dashoffset: 0;
}
.checkbox-wrapper-31 input[type=checkbox]:checked + svg .check {
  stroke-dashoffset: 0;
}

.div-input-flavour {
    cursor: pointer;
    border: 1px solid;
    border-radius: 15px;
}

.flavour-imagem {
  object-fit: cover;
  width: 150px;
}

.div-input-flavour button i{
  color: var(--cor-sob-fundo-principal);
}

.truncate-lines-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2; /* Número de linhas desejado */
  line-height: 1.4; /* Deve ser definido para cálculo preciso */
  max-height: calc(1.4em * 3); /* Fallback para navegadores sem suporte: (line-height * nº linhas) */
}

.div-input-flavour.flavour-ativo{
  background-color: var(--cor-principal);
  color: var(--cor-sob-fundo-principal);
}

.div-input-flavour.flavour-ativo button{
  background-color:var(--cor-sob-fundo-principal) !important;
  color: var(--cor-principal) !important;
}

.div-input-flavour.flavour-ativo button i{
  color: var(--cor-principal);
}

.tooltip-topping .tooltip-inner{
  color: var(--cor-principal) !important;
  background-color: var(--cor-sob-fundo-principal) !important;
}

.tooltip-topping .tooltip-arrow{
  border-left-color: var(--cor-sob-fundo-principal)!important;
}

.div-imagem-flavour {
  background-color: #d7d7d7; 
  max-width: 125px;
}

@media only screen and (max-device-width : 550px) {
  .modal_aviso img {
      width: 90%;
  }

  .btn-fechar-aviso {
      margin-right: 3rem;
      margin-bottom: 3rem;
  }

  .div-imagem-flavour {
    max-width: 75px;
  }

  .flavour-imagem {
    width: 75px;
  }
  
}

.btn-toppings {
  display: grid;
  align-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  float: right;
  border: none;
}

.div-input-search-flavour {
  right: 0;
  bottom: 50%;
  width: 100%;
}

.input-search-flavour {
  width: 500px;
  height: 40px;
}

.input-search-flavour-icon {
  position: absolute;
  right: 21px;
  top: 28%;
  transform: translate(50%);
}

.d-block {
  display: block !important;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }

  .div-input-search-flavour {
    transform: translateY(50%);
  }
}

@media (max-width: 1024px) {
  .input-search-flavour {
    width: 100%;
  }
}