.boxInd{
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
}

.menuConta li{
	list-style: none;
	padding: 0 0 20px 0;
}

.badge {
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    position: absolute !important;
    top: 0;
    right: -10px;
    display: inline-block;
    z-index: 10;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.menuConta li:last-child{
	border-bottom: none;
}

.menuConta li a{
	font-size: 18px;
	color: #4c4c4c;
}

/* #jornais .contentModal img{
	margin-bottom: 20px;
} */

#listaOfertas{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 100px;
}

#listaOfertas .col-xs-6:nth-child(odd){
	padding-right: 5px;
	order: 999;
}

#listaOfertas .col-xs-6:nth-child(even){
	padding-left: 5px;
	order: 999;
}

.atalhosApp{
	position: fixed;
    bottom: 10px;
    z-index: 9;
    width: calc(100% - 20px);
    left: 10px;
    background-color: white;
    border-radius: 40px;
    padding: 0 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
}

.atalhosApp ul{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.atalhosApp ul li {
    position: relative;
}

.atalhosApp ul li{
	list-style: none;
	display: flex;
	flex-direction: column;
	padding: 10px 0;
}

.atalhosApp ul li a{
	font-size: 14px;
	color: #4c4c4c;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.atalhosApp ul li a i{
	font-size: 26px;
	color: #4c4c4c;
	margin-bottom: 5px;
}

.blocoOfertaApp {
    padding: 10px;
    position: relative;
    background-color: white;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    /* margin-bottom: 20px; */
    height: calc(100% - 5px);
}

.blocoOfertaApp .economia{
	margin: 0;
	width: calc(100% + 20px);
	border-radius: 6px 6px 0 0;
	background-color: #dcffe0;
	color: #107410;
	text-align: center;
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
}

.blocoOfertaApp .imagemOferta{
	width: 100%;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blocoOfertaApp .imagemOferta img{
	width: auto;
	height: auto;
	max-height: 150px;
}

.nomeOferta {
    /* color: #4c4c4c;
    text-align: left;
    margin: 10px 0;
    font-size: 18px;
    line-height: 22px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    min-height: 50px;
    margin-top: 15px; */
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* .nomeOferta span{
	font-size: 14px;
} */

.precoOferta{
	display: flex;
	align-items: center;
	/* justify-content: center; */
}

.precoOferta span{
	/* margin-left: 2px;
	font-weight: bold;
	font-size: 20px;
	color: #107410; */
    font-size: 15px;
    font-weight: 700;
    color: #0B5C2A;
}

.precoOferta del{
	/* margin-right: 0px;
	text-decoration: line-through;
	font-weight: normal;
	font-size: 12px;
	color: #b11515; */
    font-size: 15px;
    color: #64748B;
    text-decoration: line-through;
    font-weight: normal;
    margin-right: 5px;
}

body{
	background-color: #f1f2f3;
}

.boxCashback{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
}

.headApp{
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0 !important;
}

.headApp .logo{
	max-width: 150px;
    max-height: 150px;
    margin-top: 20px;
    background-color: white;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	z-index: 1;
}

.headApp .logo img{
	border-radius: 6px;
}

#infosCliente{
    padding: 0 0 10px 0;
    transform: translateY(-50%);
    margin-top: 80px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -50px;
}

.slick-slider {
    margin:0 -5px;
}

.slick-slide {
    margin-right:5px;
    margin-left:5px;
}

.infosCliente{
	margin-top: -80px;
	z-index: 2;
	position: relative;
}

.infosCliente .container-fluid > p{
	font-size: 14px;
	font-weight: bold;
	color: white;
	margin: 0;
	padding-left: 10px;
}

.blocoInfosCliente{
	background-color: white;
	border-radius: 6px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
}

.blocoInfosCliente > p{
	color: gray;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 10px;
}

.cronometro {
    position: relative;
    top: -10px;
    margin-top: 5px;
}

@media screen and (max-width: 900px) {
    .cronometro {
        position: relative;
        top: -10px;
        margin-top: 5px;
    }
}

.blocoInfosCliente > p i{
	color: #4c4c4c;
	font-size: 14px;
	margin-right: 2px;
}

.loading{
	color: #4c4c4c;
}

.valorInfos{
	display: flex;
    align-items: center;
    justify-content: center;
	padding-bottom: 10px;
}

.valorInfos span{
	font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
	color: #4c4c4c;
}

.valorInfos span:not(.bigValue){
	line-height: 24px;
}

.valorInfos .bigValue{
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	margin-right: 0;
}



.blocoFilter{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
}

.relatorioHistorico .item,
.boxGetCupom{
	margin-bottom: 20px;
/*    border-bottom: 1px solid rgba(0,0,0,0.5);*/
    padding: 10px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	padding: 10px;
	border-radius: 6px;
	background-color: white;
}

#indicados .relatorioHistorico .item{
	margin-bottom: 10px;
	padding: 20px;
}

.dataRelatorio{
	margin: 0;
    font-size: 12px;
    color: #4c4c4c;
}

.infoRelatorio{
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.infoRelatorio p:first-child{
	font-weight: bold;
    margin: 0;
    font-size: 26px;
	margin-top: 20px;
    color: green;
}

.infoRelatorio p:last-child{
	display: flex;
    flex-direction: column;
    margin: 0;
    transform: translateY(calc(-50% + 10px));
}

.infoRelatorio p:last-child del{
	text-decoration: line-through;
    font-size: 13px;
    text-align: right;
}

.infoRelatorio p:last-child span{
	color: green;
	font-weight: bold;
	margin-top: -5px;
	font-size: 20px;
}

.linkRelatorio{
	text-align: right;
    margin: 0;
    font-size: 14px;
    color: #4c4c4c;
}

#cupons .ativo{
	background-color: #f2fff0;
    border-bottom: none;
}

#cupons .inativo{
	background-color: #fff4f4;
    border-bottom: none;
}

.boxGetCupom span{
	font-size: 18px;
    color: #4c4c4c;
}

.boxGetCupom .valorDisponivel{
	font-weight: 700;
    margin: 0;
    font-size: 32px;
    margin-top: 20px;
    color: green;
}

.saque p{
	font-size: 14px;
    color: #4c4c4c;
    margin-bottom: 0;
}

.saque a{
	margin-top: 20px;
	margin-bottom: 0;
}

.boxGetCupom{
	padding: 20px;
}

.saque a i{
	margin-right: 10px;
}

.info-loja{
	text-align: center;
    font-size: 12px;
    margin: 0 auto;
    display: inherit;
    color: #444;
}

@keyframes fade-in {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }



@media(min-width: 769px){
	#infosCliente{
		padding: 10px 10px;
	}
	#jornais .contentModal img{
		max-width: 450px;
	}
}

.tableOpcoes table{
	min-height: auto !important;
	border: none !important;
    margin: 10px 0 0 0;
}

.tableOpcoes table del{
	text-decoration: line-through;
	text-decoration: line-through;
    font-size: 12px !important;
    margin-right: 5px;
}

/* .tableOpcoes table td{
	display: flex;
    justify-content: space-between;
} */

.tableOpcoes table tbody{
	border-radius: 10px;
}

.tableOpcoes table {
  width: 100%; /* Certifique-se de que a tabela use toda a largura disponível */
  max-width: 100%;
}

.tableOpcoes table th, table td {
	width: 65%; /* Define cada célula para ocupar 50% da largura da tabela */
	padding: 5px 10px !important;
    text-align: center;
}

.tableOpcoes span{
	font-size: 14px;
}

.tableOpcoes{
	width: 100%;
}

.blocoOfertaApp{
	cursor: pointer;
}

.ver-opcoes {
    background: white;
    color: #4c4c4c;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    display: block;
    text-decoration: underline;
    margin-bottom: 10px;
}


@media(max-width: 440px){
	#modalProduto .box{
		width: 100% !important;
	}
    .nomeOferta {
        /* min-height: 80px; */
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
    }
}

@media(max-width: 1359px){
	#bannerRotate .item img {
		height: 162px !important;
	}
}

.btn-up {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 42px;
    height: 42px;
    background-color: #00649a;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: grab;
    z-index: 1000;
    opacity: 0;
    transition: 0.3s all;
}

.btn-up.show{
    opacity: 1;
    transition: 0.3s all;
}

.bannersRotate .slick-dots{
    display: none !important;
}

.bannersRotate {
    width: 100%;
    margin: 0 auto;
    padding: 0 5px;
    box-sizing: border-box;
	margin-bottom: 20px;
}

#bannerRotate .item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0;
	margin: 0
}

#bannerRotate .item img {
    width: 100%;
    height: 462px;
    display: block;
    object-fit: cover;
}

.banner-container {
    position: relative; 
    width: 100%;
    /* height: 270px; */
    border-radius: 10px;
    overflow: hidden;
}

.banner-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    display: block;
}

.banner-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.bannersRotate {
    position: relative;
}

.banner-actions button {
    margin: 0 2px;
}
.banner-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 6px;
    z-index: 10;
}

@keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0.4; }
	100% { opacity: 1; }
}
.sortable-ghost {
	opacity: 0.3;
	transform: scale(0.98);
}

.sortable-chosen {
	background: #f5f5f5;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.sortable-drag {
	opacity: 0.7;
	cursor: grabbing !important;
}
.sortable-circles {
	margin: 15px;
}
.sortable-placeholder {
	border: 2px dashed #ccc;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #f3f3f3;
}

.form-check{
	margin: 5px 0px 5px;
}

.form-check-input[type=checkbox]{
	position: relative;
}

.data-swail
{
	position: relative;
	right: -20px;
	margin: 5px 0px 0px 0px;
}      

.white-space{
	height: 40px;
}

#stickySection {
    position: relative;
    z-index: 8;
    padding: 0;
    transition: all 0.2s ease;
    max-width: 100%;
    display: flex;
    overflow: hidden;
    margin-bottom: 5px;
}

.sectionInfos {
    padding: 10px 0;
}

.sectionValue {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px; 
}

.wrap-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px;
}

.sectionBlock {
    flex: 0 0 auto;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categories-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    flex: 1;
}

.sectionCircle {
    width: 80px;
    flex: 0 0 auto;
    text-align: center;
}


.sectionBlock {
    flex: 0 0 auto; 
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#categoriesArea {
    width: 200vw;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    position: relative;
    top: 0px;
    user-select: none;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none; 
    -ms-overflow-style: none;  
    padding-left: 10px;
}


#categoriesArea::-webkit-scrollbar {
    display: none; 
}


#section{
    width: 100%;
}

.sectionCircle {
    width: 80px;
    flex: 0 0 auto; 
    text-align: center;
}
  
.sectionValue {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 10px;
}
  

.sectionBlock img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
  
.sectionBlock p{
    padding: inherit;
    position: relative;
    top: 50px;
}
.sectionBlock {
  width: 120px;
  height: 120px;
  border: 2px dotted black;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #a7d3fc;
  border-radius: 100%;
}

.sectionContent {
    margin-bottom: 20px;
    height: auto;
    width: 100%;
    flex-wrap: wrap;
}

.sectionCircle {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.sectionCircle .circleWrapper {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.sectionCircle .circleWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sectionCircle {
    display: inline-block;
    text-align: center;
    margin: 0px;
}

.circleWrapper {
    width: 100px;
    height: 100px;

    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.circleWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sectionTitle {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-top: 5px;
}


.categoryBlock {
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 20px;
  }
  
.categoryBlock img.category-thumb {
    width: 100%;
    height: 90%;
    object-fit: cover;
    border-radius: 5%;
    margin-bottom: 0px;
}

.categoryBlock span {
  color: #555;
  font-size: 2.85rem;
  font-weight: bold;
}


#productsArea.row{
    flex-wrap: wrap;
    margin: auto;
}
.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0 !important;
    text-align: left;
}

.row-sectionProdutos {
    display: flex;
    width: 100%;
    margin: 0 !important;
}
.row-sectionProdutos > [class*='col-'] {
    display: block;
}
.filter__page{
	transition: 0.3s all;
	transform: translateX(100%);
	position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	z-index: 9999999 !important;
}

.filter__page.actived{
	transition: 0.3s all;
	transform: translateX(0);
}

.filter__page .container__filter__page{
	transition: 0.3s all;
	transform: translateX(100%);
	box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: white;
    height: 100%;
	padding: 32px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999999 !important;
}
.filter__page.actived .container__filter__page {
    transition: 0.3s all;
    transform: translateX(0);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; 
}
.filter__page.actived .container__filter__page::-webkit-scrollbar {
    display: none;
}
.head__filter__Page{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
}
.close__filter__page i{
	cursor: pointer;
	font-size: 32px;
	color: #2597ad;
}

.head__filter__Page h2{
	font-size: 24px;
    line-height: 32px;
    color: rgb(62, 62, 62);
    font-weight: 500;
}
.body__filter__page{
	height: 100%;
}
.body__filter__page h3{
	font-size: 18px;
    line-height: 24px;
    color: rgb(62, 62, 62);
    font-weight: 500;
	margin-bottom: 40px;
}
.body__filter__page h3 ~ p,
.body__filter__page label,
.body__filter__page h4{
	font-size: 16px;
    line-height: 24px;
    font-weight: 400 !important;
    color: rgb(62, 62, 62);
}
.container__option__filter{
	display: flex;
	align-items: center;
	margin: 0 20px 20px 0
}

.container__modal__filter{
	display: flex;
	align-items: center;
	margin: 0 20px 20px 0
}

.option__filter__group{
	display: none;
	align-items: flex-start;
	margin: 0 0 10px 0;
}
.type__filter{
	display: flex;
}

.option__filter__group.actived{
	display: flex;
}
.item__option__filter__group{
	margin: 0 20px 20px 0;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
    transition: background 100ms, border 100ms;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    color: rgb(21, 21, 21);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(235, 235, 235);
    border-radius: 9999px;
    padding: 8px 16px;
}
.foot__filter__page{
	display: flex;
	justify-content: flex-end;
}
.foot__filter__page .btn__default.full{
	margin-left: 20px;
}

.foot__modal__page .btn__default.full{
	margin-left: 20px;
}

.body__filter__page select,
.body__filter__page select:focus{
	border: 1px solid #2597ad !important;
	border-radius: 8px !important;
    padding: 12px 24px !important;
	color: #2597ad !important;
}
.search__filter{
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    padding: 20px;
	border-radius: 6px 6px 0px 0px;
}

.search__filter input{
	font-size: 16px;
    line-height: 24px;
    color: rgb(62, 62, 62);
    flex-grow: 1;
    width: 100%;
    padding: 10px;
	margin-top: 10px;
	background-color: white !important;
    border-bottom: 1px solid rgb(220, 220, 220) !important;
    border-radius: 0 !important;
}

.ver-mais-btn {
    margin-left: 10px !important;
    margin-right: 0 !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
}

.seta-btn {
    position: absolute;
    top: 50%;
    left: 15%; 
    transform: translateY(-50%);
    background-color: white;
    border: 2px solid #007bff;
    border-radius: 50%;
    padding: 8px 12px;
    font-size: 16px;
    cursor: pointer;
    z-index: 0;
    transition: all 0.2s ease;
}

.seta-btn:hover {
    background-color: #007bff;
    color: white;
}


.seta-btn-grid {
    position: relative;
    transform: translateY(15%);
    background-color: white;
    border: 2px solid #007bff;
    border-radius: 50%;
    padding: 8px 12px;
    font-size: 16px;
    cursor: pointer;
    bottom: 10px;
    z-index: 0;
    transition: all 0.2s ease;
}

.seta-btn-grid:hover {
    background-color: #007bff;
    color: white;
}
.dynamic-hover:hover {
    background-color: var(--primary-color);
    color: #fff !important;
    border-color: var(--primary-color);
}

.btn-seta-perto {
    margin-left: -20px;
}

.btn-seta-longe {
    margin-left: 10px;
}

.bloco-loja.selecionada {
    border-color: #007bff !important;
    background-color: #eef7ff !important;
}

.sectionCircle.selecionado {
    border: 2px solid #007bff; 
    background-color: #eef5ff; 
}

.sectionCircle.selecionado .circleWrapper {
    box-shadow: 0 0 8px #007bff;
}

.scroll-to-section {
    all: unset;
    display: block; 
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
}

.scroll-to-section.selecionado::after {
    content: "\f00c";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: white;
    position: absolute;
    font-size: 24px;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    animation: pulsar 1.5s infinite;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes pulsar {
    0% { opacity: 1; transform: scale(1);}
    50% { opacity: 0.7; transform: scale(1.1);}
    100% { opacity: 1; transform: scale(1);}
}

.nascimento label{
    margin-bottom: 5px;
}

.no-results {
	display: flex;
	justify-content: center;
	height: 100%;
	text-align: center;
	font-size: 16px;
	color: #555;
}

.slick-slide.col-lg-3{
    padding: 0 !important
}

#addCart{
    font-size: 12px !important;
    margin: 15px;
}

.modal#notificacao .contentModal {
    padding: 20px 20px 0px 20px !important;
}

.copied-tooltip {
	position: absolute;
	top: -30px;
	right: 0;
	background-color: #2ecc71;
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	white-space: nowrap;
}

.copied-tooltip.show {
	opacity: 1;
}
.input-group-text.eye {
    background: white;
    border: white;
}
.tableOpcoes tr{
    font-size: 12px;
}

.disabled {
    background-color: #e9ecef !important;
    opacity: 1;
    color: #495057; 
}

.quantidadeLimite{
    background: lightgoldenrodyellow;
    font-weight: 700;
    font-size: 1.5rem;
}

.publico-alvo {
    font-size: 1.1rem;
    font-weight: 500;
}

#listaProdutos{
    overflow-y: hidden;
    padding: 5px 0px 75px 10px;
}


.cronometro .timer {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.cronometro .timer div {
    background-color: #f8f9fa;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    min-width: 70px;
}

.cronometro .timer span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.cronometro .timer small {
    color: #666;
    font-size: 12px;
}

.seletorAgenda{
    display: none !important;
}

#listaProdutos .form-check-input[type=checkbox]{
    display: none !important;
}

.gear{
    display: none !important;
}

.ver-opcoes{
    left: 70px !important;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 28px;
}
  
.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
  
.slider {
	position: absolute;
	cursor: pointer;
	inset: 0;
	background-color: #ccc;
	transition: .4s;
	border-radius: 34px;
}
  
.slider::before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 2px;
	bottom: 1px;
	background-color: #939393;
	transition: .4s;
	border-radius: 50%;
}
  
input:checked + .slider {
	background-color: #e7e7e7; ;
}
  
input:checked + .slider:before {
	transform: translateX(30px);
	background-color: #03553c;
}

#notificacao.open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#notificacao .box .contentModal {
    max-height: 90vh;
    overflow-y: auto; 
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.btn-cart{
    padding: 10px 12px;
    border-radius: 18px;
    font-size: 14px;
    border: none;
}

.remover img{
    position: relative;
    left: -1px;
    top: 1px;
}

.item-sacola {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.item-sacola-bloco {
    width: 100%;
    max-width: 600px;
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.item-sacola-bloco .cabecalho {
    margin-bottom: 10px;
}

.item-sacola-bloco .produto {
    border-bottom: 1px dashed #ccc;
    padding: 5px 0;
}

.item-sacola-bloco .rodape-pedido {
    margin-top: 10px;
}

#sacola .img-produto {
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
    max-height: 60px;
}

.status-piscando {
    animation: blink 1s infinite;
    font-size: 12px;
}

@keyframes blink {
    0%   { opacity: 1; }
    50%  { opacity: 0.3; }
    100% { opacity: 1; }
}

.btn-itens-sacola{
    border: none;
    background: #fff;
    color: #000000;
    font-size: 10px;
    text-align: center;
    font-weight: 500;
    border-radius: 8px;
    padding: 3px 15px;
    position: relative;
    display: inline-flex;
    margin: 4px 0;
    margin-right: 10px;
}

.btn-ver-mais{
    font-size: 12px;
    background: transparent;
    border: none;
    opacity: 0.7;
}

#detalhesModal .status-piscando {
    animation: blink 1s infinite;
    font-size: 16px;
}

.text-orange {
  color: #fd7e14 !important;
}

.leaflet-popup-content {
    font-size: 13px !important;
}

.resumo {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.produto-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.img-wrapper {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
}

.img-produto {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.info-produto .nome {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
}

.precos {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.quantidade-badge {
    background: #f1f1f1;
    color: #333;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
}

/* Modal tela cheia */
#jornais.modal {
  position: fixed;
  inset: 0;
}

/* Caixa do modal ocupando a tela toda */
#jornais .box {
  position: absolute;
  inset: 0;
  margin: 0;
  background: #fff;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}

/* Cabeçalho fixo */
#jornais .headModal {
  flex: 0 0 auto;
  padding: 16px;
  background: #2f2f2f; /* sua cor */
  color: #fff;
}

/* Barra de ações (adicionar / reordenar) */
#jornais .contentModal {
    flex: 0 0 auto;
    padding: 12px 16px 230px;
    background: #fff;
    gap: 20px;
    display: flex;
    flex-direction: column;
    /* border-bottom: 1px solid #eee; */
}

/* A lista é quem rola */
#listaJornais {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* iOS */
  padding: 12px 16px 24px;
  background: #fff;
}

/* Evita algum overflow:hidden herdado matar a rolagem */
#jornais .container-fluid,
#jornais .box {
  overflow: hidden; /* a box segura o fluxo, quem rola é #listaJornais */
}

/* Opcional: corpo sem rolagem quando modal aberto */
body.modal-open { overflow: hidden; }

#barcode{
    width: 270px;
    margin-bottom: 25px;
}

.chip-list { 
    display: grid; 
    gap: 8px; 
    grid-template-columns: 1fr; 
}

.filter-check {
  display:flex; 
  align-items:center; 
  gap: 10px; 
  padding: 5px 8px 5px 8px;
  border:1px solid #E5E7EB; 
  width: 100%;

  border-radius: 10px; background:#F9FAFB;
}
.filter-check input[type=checkbox] { 
    width: 16px !important; 
    height: 16px !important; 
    margin-bottom: 0px !important
}

.filter-check label { 
    margin: 0; 
    font-size: 11px; 
    cursor: pointer; 
}

.filter-radio {
  display:flex; 
  align-items:center; 
  gap: 10px; 
  padding: 5px 8px 5px 8px;
  border:1px solid #E5E7EB; 
  width: 100%;

  border-radius: 10px; background:#F9FAFB;
}
.filter-radio input[type=radio] { 
    width: 16px !important; 
    height: 16px !important; 
    margin-bottom: 0px !important
}

.filter-radio label { 
    margin: 0; 
    font-size: 11px; 
    cursor: pointer; 
}


.chip{
  display:inline-flex; 
  align-items:center; 
  padding:6px 12px;
  border:1px solid #e5e7eb; 
  border-radius:999px; 
  background:#f9fafb;
  font-size: 13px; 
  cursor:pointer; 
  user-select:none;
}
.chip.active{ background:#2563eb; color:#fff; border-color:#1d4ed8; }

.accordion-button{
    height: 60px;
    font-size: 18px;
}

.accordion-item{
    border: none !important;
}

#collapseCategoria .accordion-body{
    padding: 10px 0px 100px 0px !important;
}

.body__app{
    overflow-x: hidden;
}

#precoAntigo{
    color: #64748B;
}