html[data-bs-theme=light] .logo.logo-light, html[data-menu-color="brand"] .logo.logo-light, html[data-menu-color="dark"] .logo.logo-light{ background: #f8f8f9; }
html[data-bs-theme=dark] .logo.logo-light, html[data-menu-color="brand"] .logo.logo-light, html[data-menu-color="dark"] .logo.logo-dark{ background: #3a444e; }

html[data-bs-theme=light] .logo.logo-light, html[data-menu-color=brand] .logo.logo-light, html[data-menu-color=dark] .logo.logo-light{ background: #ffffff !important; }
html[data-bs-theme=dark] .logo.logo-light, html[data-menu-color="brand"] .logo.logo-light, html[data-menu-color="dark"] .logo.logo-dark{ background: #343a40 !important; }


.logo-lg img{ height: 50px; }

.logo-sm img{ height: 40px; margin-left: -12px; }


html[data-bs-theme=light] .leftside-menu{ background: #20409a; }
html[data-bs-theme=dark] .leftside-menu{ background: #0a1840; }

.side-nav .side-nav-link{ color: #ffffff; }

html[data-bs-theme=light] .side-nav .menuitem-active > a{ background: #f3f4f8; color: #20409a; }
html[data-bs-theme=dark] .side-nav .menuitem-active > a{ background: #bec0c9; color: #20409a; }

.icon-hover-red{ transition: 0.5s; }
.icon-hover-red:hover{ color:#b31221 !important; }

.icon-hover-yellow{ transition: 0.5s; }
.icon-hover-yellow:hover{ color:#e8da17 !important; }

.icon-hover-green{ transition: 0.5s; }
.icon-hover-green:hover{ color:#098f41 !important; }

.sticky-lg-top{ top: 90px; z-index: 999; }





.quantity-select a { float: left; display: block; }

.quantity-select a i { font-size: 30px; float: left; display: block; }

.quantity-select input { text-align: center; float: left; width: 70px; border-width: 0 0 2px 0; margin: 0 5px 0 5px; border-radius: 0; }

html[data-bs-theme=light] .quantity-select input:focus{ border-bottom-color: #20409a; }
html[data-bs-theme=dark] .quantity-select input:focus{ border-bottom-color: #bec0c9; }


.table-produtos td { border-bottom: 1px solid #c2defc; }

.carrinho-img { max-width: 90%; max-height: 120px; }


html[data-bs-theme=light] .carrinho-title { font-weight: 600; font-size: 12px; color: #20409a; }
html[data-bs-theme=dark] .carrinho-title { font-weight: 600; font-size: 12px; color: #bec0c9; }
.carrinho-title i{ font-weight: 400; }

html[data-bs-theme=light] .carrinho-title:hover { color: #4664b8; }
html[data-bs-theme=dark] .carrinho-title:hover { color: #c2defc; }

@media (max-width: 1199px) {
  .quantity-select input { margin: 0; }
}


.btn-finalizar-carrinho{ margin-top: 0; }
@media (max-width: 1685px) and (min-width: 1000px) {
  .btn-finalizar-carrinho{ margin-top: 5px; }
}


.table-finaliza-pedido td, .table-finaliza-pedido th{ padding: 0.60rem !important; font-size: 0.9rem; }

@media (max-width: 1685px) and (min-width: 1000px) {
  .table-finaliza-pedido td{ padding: 0.30rem !important; font-size: 0.8rem; }
}

a.disabled { pointer-events: none; cursor: default; opacity: 0.3; }


label.is-invalid { display:none !important; }


.btn_carrinho{ position: fixed; z-index: 999; bottom: 15px; right: 15px; font-size: 40px; width: 70px; text-align: center; padding: 0; background-color:rgba(22, 166, 193, 0.6);  border-radius: 10px; color: #fff;
}


html[data-bs-theme=light] .horizontal-steps .horizontal-steps-content .step-item.current span{
  color: var(--ct-primary) !important;
}

html[data-bs-theme=dark] .horizontal-steps .horizontal-steps-content .step-item.current span{
  color: #dae0e6 !important;
}

.valor_de{ font-size: 12px; }
.valor_por{ color: #fc8917; font-size: 15px; font-weight: bold; }

.whatsapp { position: fixed; z-index: 999; bottom: 50px; right: 15px; width: 280px; height: 60px; padding: 0; }
.whatsapp .whatsapp-texto{ display: block; width: 260px; height: 50px; float: left; margin: 5px; background-color: #d3f2df; border-bottom-left-radius: 25px; border-top-left-radius: 25px; padding-left: 20px; color: #197039; border: 1px solid #197039; }
.whatsapp .whatsapp-texto p{ width: 190px; text-align: center; margin: 3px 0 0 0; }
.whatsapp .whatsapp-icone{ font-size: 40px; display: block; float: left; border-radius: 50px; color: #fff; width: 60px; height: 60px; background-color: #25d366; text-align: center; padding: 0; position: absolute;  right: 0; }

.produtos-box2{ font-size: 14px; }
@media (max-width: 1600px) and (min-width: 991px) {
  .produtos-box2{ font-size: 12px; }
}

.chk-escalonamento:checked+span {
  font-size: 14px;
  font-weight: bold !important;
  --ct-badge-padding-x: 0.4em;
  --ct-badge-padding-y: 0.25em;
  --ct-badge-font-size: 0.75em;
  --ct-badge-color: #fff;
  --ct-badge-border-radius: 0.25rem;
  display: inline-block;
  padding: var(--ct-badge-padding-y) 0;
  line-height: 1;
  color: var(--ct-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--ct-badge-border-radius);
  --ct-badge-color: var(--ct-warning);
  background-color: var(--ct-warning-bg-subtle);
}