body {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #f1f1f1;
	margin: 0;
}

#animation-congratulation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999; /* Certifique-se de que a animação fique acima de outros elementos */
    pointer-events: none; /* Permite que cliques passem através da animação */
}


.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}
	
.modal-content {
	background-color: #fefefe;
	margin: 5% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 800px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
	
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
	
.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
        
        
        

.header .custom-container {
    width: 95%;
}

.custom-container {
    max-width: 95%; 
    margin-left: auto;
    margin-right: auto;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px; 
}

.header {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-container {
    display: flex;
    align-items: center;

    max-width: 95%;
    min-width: 95%;
}

.compra-segura-container {
    display: flex;
    align-items: center; 
    justify-content: end;
}

.compra-segura {
    margin-right: 10px; /* Espaço entre o texto e a imagem */
    font-size: 16px;
    color: #000;
	font-weight: 400;
	font-size: 0.8em;
}

.extremidade {
    flex: 1;
}

.ssl-icon {
    width: 30px; 
    height: auto; 
}

.logo {
    height: 50px;
}

.main-content {
    margin-top: 20px;
    padding: 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;

    max-width: 95%;
    min-width: 95%;
}

@media (max-width: 889px) {
    .row {
        flex-direction: column;
    }
}

.left-section, .right-section {
   
    padding: 20px;
    border-radius: 8px;
   /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
    background: #F5F5F5;
	*/
    margin-bottom: 20px;
}

.left-section {
    flex: 2;
    margin-right: 20px;
}

@media (max-width: 868px) {
    .left-section {
        margin: 0;
    }
}

.right-section {
    position: relative;
    flex: 0.5;
    background-color: #F5F5F5;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 620px) {
    .compra-segura-container > :first-child {
        display: none;
    }

    .removeble-text {
        display: none;
    }
}


/* Inicio informações acima da grade do carrinho */


.payment-container {
    border-radius: 8px;
	
	/*background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    margin-bottom: 15px;
}

.payment-container h2 {
    font-size: 1.2em; 
	font-weight: 400;
    margin-bottom: 15px;
	color: #4b4949;
    display: flex;
    align-items: center;
}
.payment-container h2 i {
    margin-left: 10px;
    color: #888;
}

.payment-options {
    display: flex;
    justify-content: space-between;
}

.option {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.option:last-child {
    margin-right: 0;
}

.option i {
    font-size: 1.5rem;
    color: #007bff;
}

.option p {
    margin: 10px 0 5px;
    font-size: 1rem;
    color: #333;
}

.option small {
    font-size: 0.75rem;
    color: #888;
}

.option:hover {
	border-color: #4ad740;
	background-color: #e4f2e3;
    color: #fff;
}




.option.boleto-antecipado {
    background-color: #e6f7ff;
}


.option.boleto-bancario {
    position: relative;
}

.option.credcard {
    position: relative;
    background-color: #f7f7f7;
}


.option.transporte {
    position: relative;
    background-color: #f7f7f7;
}


.option.pix {
    position: relative;
    background-color: #f7f7f7;
	color: #c4c3c3;
}

.pagina {
    background-color: #ffffff;
    color: #504e4e;
    padding: 5px 10px;
    font-size: 0.75rem;
    border-radius: 20px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.voltar {
    color: #504e4e;
    font-size: 0.90rem;
}

.breve {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #28a745;
    color: #fff;
    padding: 2px 5px;
    font-size: 0.75rem;
    border-radius: 4px;
}


.frete-gratis {
    position: absolute;
    top: -10px;
    right: 40px;
    background-color: #28a745;
    color: #fff;
    padding: 2px 5px;
    font-size: 0.75rem;
    border-radius: 4px;
}

.order-status {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
	margin-bottom: 20px;
}

.order-status p {
    margin: 5px 0;
    font-size: 0.8rem;
    color: #ff6600;
}

.order-info {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.order-info span {
    font-size: 0.9rem;
    color: #333;
    font-weight: bold;
}

.order-info i {
    color: #ff6600;
    margin-right: 5px;
}


.progress-bar {
    width: 100%;
    height: 7px;
    background-color: #c9c9c9;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
	
}

.progress {
    height: 100%;
    background-color: #0fb903;
    border-radius: 5px;
    transition: width 0.3s ease;
	animation: progressAnimation 2s ease-in-out forwards;
}

    
    
.progress-bar::before {
	content: '\f091'; /* Código unicode do ícone de troféu do Font Awesome */
    font-family: 'Font Awesome 5 Free'; /* Define a fonte para Font Awesome */
    font-weight: 900; /* Define o peso da fonte para o ícone sólido */
    position: absolute;
    top: -20px;
    left: 50%; /* Coloca o ícone no centro horizontal da barra */
    transform: translateX(-50%);
    color: #ff6600;
    font-size: 20px; /* Tamanho do ícone */
}



/* Fim informações acima da grade do carrinho */




.table {
    width: 100%;
    border-collapse: collapse;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.table th {
    padding: 0.5rem;
    text-align: center;
    border: 1px solid #ddd;
	font-size: 0.6em;
	color: #6a6969;
}

.table th, .table td {
    padding: 0.5rem;
    text-align: center;
    border: 1px solid #ddd;
	font-size: 0.7em;
}


.table tbody tr:nth-child(odd) {
    background-color: #f9f9f9; /* Cor de fundo para linhas ímpares */
}

.table tbody tr:nth-child(even) {
    background-color: #ffffff; /* Cor de fundo para linhas pares */
}

.table tbody tr:hover {
    background-color: #F5F5F5; /* Cor de fundo quando o mouse estiver sobre a linha */
}


.titulo-container {
    display: flex;
    align-items: center;
}

.titulo-container i {
    margin-right: 10px;
    font-size: 1.5em; 
	color: #4b4949;
	
}


.titulo {
    font-size: 20px;
    color: #4b4949;
    font-weight: 400;
}

.item {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
	font-size: 12px;
    color: #4b4949;
    font-weight: 400;
    padding: 0; 
    line-height: 0.7;	
}


.cart_thumb-product img {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
}

hr {
    border: none;
    border-top: 2px dotted #ccc; /* Alterado para linha pontilhada e mais grossa */
    margin-top: 5px;
}

.special-conditions .condition {
    background: #e0f7df;
    color: #388e3c;
    padding: 7px;
    border-radius: 5px;
	font-size: 11px;
    line-height: 1.2;
	margin-top: 4px;
}

.row_completa_caixa {
    border: 2px #03e803 solid;
}

.row_extra>td {
    padding: 0;
}

.economize_save_box {
    display: flex;
    justify-content: space-between;
    align-items: center;

    background-color: #d5f5d5;
    padding: 8px;

    color: rgb(22, 22, 22);
	font-size: 10px;
    font-weight: 800;
}

.economize_emphasis {
    color: #0fb903;
}

.economize_complete_box{
    color: #0fb903;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #4caf50;
    border: none;
    border-radius: 5px;
	transition: background-color 0.3s ease;
}

.btn-danger {
    background-color: #f44336;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
}

.continue-btn {
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
}


.continue-btn:hover {
   background-color: #3bda41;
}



.btn-mais-produto {
    display: inline-block;
	width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #4b4949;
    border: 1px;
	border-color: #4ad740;
	border-style: solid;
    border-radius: 5px;
	margin-top: 8px;
	background: none;
	transition: background-color 0.3s ease;
}

.btn-mais-produto:hover {
	border-color: #000000;
}

 .btn-mais-produto i {
    margin-right: 8px; /* Espaçamento entre o ícone e o texto */
 }


.btn-esvaziar {
    display: inline-block;
	width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    color: #6a6767;
    border: none;
	border-color: #4ad740;
	border-style: none;
	margin-top: 8px;
	background: none;
}

.btn-esvaziar:hover {
	color: red;
}

.btn-esvaziar i {
	margin-right: 8px;
}



.preco-grade .preco-normal {
    color: #494848;
}

.preco-grade .preco-desconto {
    color: #f36c00; /* Cor laranja */
    font-size: 1.1em;
}


.delete-icon {
    color: #888;
    cursor: pointer;
	font-size: 15px;
}

.delete-icon:hover {
    color: #f44336; 
}







     .tooltip-container {
      position: relative;
    }
    .tooltip {
      visibility: hidden;
      width: 180px;
      background-color: #333;
      color: #fff;
      text-align: left;
      border-radius: 5px;
      padding: 10px;
      position: absolute;
      bottom: 125%; /* Position the tooltip above the input */
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      transition: opacity 0.3s;
      z-index: 1;
    }
    .tooltip::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #333 transparent transparent transparent;
    }
    .tooltip-container:hover .tooltip {
      visibility: visible;
      opacity: 1;
    }
    .input-field {
      width: 50px;
      text-align: center;
      padding: 5px;
      font-size: 16px;
    }
    


.qtd-holder {
  display: flex;
}

.qtd-holder .cart {
  flex-grow: 1;
}

.qtd-holder .cart .btn {
  height: 100%;
}

.qtd-holder .quantity .quantity-control label {
  float: left;
  font-weight: normal;
  margin-top: 8px;
  padding-right: 5px;
}

.qtd-holder .quantity .quantity-control span {
  border: 0 none;
  color: white;
  float: left;
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
  border-radius: 0;
  cursor: pointer;
  line-height: 16px;
}

.qtd-holder .quantity .quantity-control {
  float: left;
  margin: 0;
  padding: 4px 10px;
  position: relative;
}

.qtd-holder .quantity .quantity-control input.form-control {
  float: left;
  height: 31px;
  line-height: 14px;
  margin: 0;
  margin-right: 5px;
  padding: 0 5px;
  width: 45px;
  border: 1px solid #bdc2c9;
  border-radius: 0;
  z-index: 0;
}

.qtd-holder .quantity .quantity-control span.product_quantity_down {
  background: none repeat scroll 0 0 #444;
  font-size: 13px;
  padding: 0 4px;
  position: absolute;
  right: 14px;
  top: 21px;
  width: 14px;
  height: 15.5px;
  line-height: 15px;
}

.qtd-holder .quantity .quantity-control span.product_quantity_up {
  background: none repeat scroll 0 0 #444;
  padding: 0 4px;
  position: absolute;
  right: 14px;
  top: 4px;
  height: 16px;
  width: 14px;
}



.my-custom-confirm-button {
    background-color: #4CAF50; 
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.my-custom-cancel-button {
    background-color: #8e8d8d; 
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}
        
        
/* Tela Carrinho - Cupom e benefícios*/

.cart_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.cart_controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.cart_search-bar {
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 20px;
}

.cart_search-bar input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.cart_search-bar i {
    margin-left: 10px;
    color: #888;
}

.cart_order-by {
    display: flex;
    align-items: center;
}

.cart_order-by span {
    margin-right: 10px;
}

.cart_order-by select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.cart_info-bar {
    background-color: #e9f1ff;
    padding: 15px;
    border-radius: 5px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.cart_promo-banner {
    display: flex;
    align-items: center;
    background-color: #eefbed;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #0fb903;
    margin-bottom: 20px;
}

.cart_promo-banner img {
    max-width: 100px;
    margin-right: 20px;
}

.cart_promo-text {
    flex: 1;
}

.cart_promo-text h2 {
    color: #0fb903;
    margin: 0 0 10px 0;
}

.cart_promo-text p {
    margin: 0;
}

.cart_promo-banner button {
    background-color: #0fb903;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.cart_coupons {
    display: flex;
    flex-wrap: wrap;
	flex-direction: row;
	align-content: space-around;
	justify-content: space-around;
    gap: 20px;
	max-height: 300px; /* Define a altura máxima da área de cupons */
    overflow-y: auto; /* Adiciona a barra de rolagem vertical */
}

.cart_coupon {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	width: calc(20% - 20px); /* Ajusta para 3 por linha */
    padding: 15px;
    display: flex;
    flex-direction: column;
	align-content: space-around;	
}


.cart_checkbox + label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.cart_checkbox + label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 2px solid #fff;
    border-radius: 4px;
    background-color: #28a745;
}

.cart_checkbox:checked + label::before {
    content: '✔';
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: white;
}



/* Estilo para a barra de rolagem */
.cart_coupons::-webkit-scrollbar {
    width: 8px;
}

.cart_coupons::-webkit-scrollbar-thumb {
    background-color: #555; /* Cor cinza escuro para a barra de rolagem */
    border-radius: 10px; /* Bordas arredondadas para a barra de rolagem */
}

.cart_discount {
    background-color: #28a745;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9em;
    margin-bottom: 10px;
    text-align: center;
	align-items: center; /* Alinha verticalmente os itens */
    justify-content: center; /* Alinha horizontalmente os itens */
}

.cart_code {
    border: 1px dashed #007bff;
    color: #007bff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1.1em;
    margin-bottom: 10px;
    text-align: center;
	align-items: center; 
    justify-content: center; 
}

.cart_code img {
    margin-right: 5px; /* Espaço entre a imagem e o texto */
    width: 25px; /* Ajusta a largura da imagem */
    height: auto; /* Mantém a proporção da imagem */
	margin-bottom: -5px;
}


.cart_product h3 {
    margin: 0 0 10px 0;
    font-size: 1.2em;
    color: #333;
}

.cart_product p {
    margin: 0 0 10px 0;
    color: #666;
	font-size: 12px;
}

.cart_product a {
    color: #007bff;
    text-decoration: none;
	font-size: 12px;
}

.cart_rules {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}


/*Fim - Tela Carrinho - Cupom e benefícios  */


/* Etapa final Carrinho de compras */

.cart_info_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.cart_info_title {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 20px;
    color: #333;
}

.cart_info_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cart_info_col {
    flex: 1;
    padding: 10px;
}

.cart_info_section {
    margin-bottom: 15px;
}

.cart_info_label {
    display: block;
    font-size: 0.75em;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.cart_info_value {
    font-size: 0.9em;
    color: #333;
}

.note-container {
    max-width: 80%;
}

.note-label {
    display: flex;
    align-items: center;
    font-size: 0.8em;
    color: #888;
    margin-bottom: 5px;
}

.note-textarea {
    width: 100%;
    height: 15px;
    border: 2px solid #0fb903;
    border-radius: 5px;
    padding: 10px;
    font-size: 0.8em;
    font-family: inherit;
    resize: none;
}

.char-count {
    font-size: 0.75em;
    color: #888;

}

.obspedido {
	font-size: 0.75em;
	color: #888
}
.pedido-realizado {	text-align: center;	color: #004519;	font-size: 30px;}.pedido-realizado-info {	text-align: center;	color: #888;}
#lottie-container-cart {
    width: 100px;
    height: 100px;
    margin: 10px auto;
}        .cart_btn_container {
    display: flex;
    justify-content: space-evenly; /* Distribui os botões com espaço entre eles */
    gap: 20px; /* Espaçamento entre os botões */
    padding: 20px;
}

.cart_btn {
    padding: 10px 20px; /* Espaçamento interno para os botões */
    font-size: 16px;
    border-radius: 5px;
    display: flex;
    align-items: center; /* Centraliza o ícone e o texto verticalmente */
    gap: 10px; /* Espaçamento entre o ícone e o texto */
    border: 2px solid #4ad740; 
    color: #004519; 
    background-color: transparent; 
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease; /* Transição suave */
}

.cart_btn_pdf:hover,
.cart_btn_track:hover {
    background-color: #eefbed;
    color: #4ad740; 
}

.cart_btn_home {
    background-color: #4caf50; 
    color: #ffffff; 
    border: none; 
}

.cart_btn_home:hover {
    background-color: #4caf50; 
    color: #ffffff; 
}


/*Fim Etapa final Carrinho de compras*/

        

@media (max-width: 768px) {
    .header {
        flex-direction: column;
        align-items: flex-start;
    }

    .row {
        flex-direction: column;
    }

    .left-section, .right-section {
        margin-right: 0;
    }

    .product {
        flex-direction: column;
        align-items: flex-start;
    }

    .product img {
        margin-bottom: 10px;
    }
	
	.hide-on-mobile {
        display: none;
    }
}

@media (max-width: 689px) {
    .row {
        width: 100%;
        box-sizing: border-box;
    }

    .left-section,
    .right-section {
        box-sizing: border-box;
        width: 100%;
    }

    .left-section {
        padding: 0;
    }

    .right-section {
        margin-top: 12px;
    }

    .table-responsive {
        overflow-x: auto;
    }

    .table {
        width: 1000px;
    }

    .payment-options {
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .option {
        flex: 0 43%;
        margin: 0;
    }
}