a {
    text-decoration: none !important;
}

/* PRODUTOS ------------------------------------------------------------------------- */

#myCol {
    display: none;
  }

.btn-filter {
    background-color: white;
    color:#303030;
    font-family: 'Inter', sans-serif;
    font-size:15px;
    border:none !important
}

.form-select {
    font-family: 'Inter', sans-serif;
    font-size:15px;
    box-shadow:none !important;
    color:gray;
    border:1px solid #e1e1e1 !important
}

.accordion-item {
    border:none !important
}

.accordion-button {
    box-shadow:none !important;
    background-color: white !important;
    border-radius:0px !important;
    color:black !important;
    border-top:1px solid #d9d9d9 !important;
    border-bottom: 1px solid #d9d9d9 !important;
    font-family: 'Inter', sans-serif;
    font-size:16px;
}

.accordion-body {
    padding:20px 0px !important;
    padding-top:5px !important
}

.text-color {
    font-family: 'Nunito Sans', sans-serif;
    font-size:13px;
}

.col-ajust-filter {
    padding-top:20px
}

.form-control {
    border-radius:0px !important;
    font-family: 'Inter', sans-serif;
    color:gray;
    font-size:15px;
    height:40px;
    box-shadow:none !important;
    border:1px solid #e1e1e1 !important
}

/* --------------------------------- DETALHES DO PRODUTO ------------------------------- */



.gallery {
    width: 100%;
    overflow: hidden;
    position: relative;
}


.gallery img {
    width: 100%;
    background-color: #f1f1f1;
    height:500px;
    object-fit: contain;
    position: relative;
}

.gallery-thumbs {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top:15px;
}


.gallery-thumbs img {
    width: 117px;
    height: 117px;
    cursor: pointer;
    object-fit: contain;
    background-color: #f1f1f1;
}

.gallery-thumbs img:not(:last-child) {
    margin-right: 15px; /* Adiciona um espaçamento à direita de cada thumbnail, exceto a última */
}

.img-frete {
    height:20px;
    width: 20px;
    object-fit: contain;
    margin-right:10px
}

table td {
    font-family: 'Inter', sans-serif;
    font-size:14px;
    vertical-align: middle !important;
}

table th {
    font-family: 'Inter', sans-serif;
    font-size:14px;
    vertical-align: middle !important;
}

.size-modal {
    font-family: 'Inter', sans-serif;
    font-weight:500;
    font-size:15px;
    border:none !important;
    padding:0px !important;
    background-color: white !important;
    border-bottom:1px solid black !important;
    color: black !important
}

.button-frete {
    font-family: 'Inter', sans-serif;
    font-weight:700;
    font-size:15px;
    padding-left:0px !important;
    margin-top:10px;
    border-bottom:none !important;
    padding-top:30px;
    margin-top:10px;
    padding-right:10px !important;
}

.btn-search {
    background-color: gray !important;
    color: white !important;
    border-radius:0px !important;
    width:60px
}

.navigation {
    cursor: pointer;
    position: absolute; 
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #c9c9c9;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
}

.left {
    left: 0;
    border-radius: 3px 0 0 3px;
    z-index:2
}

.right {
    right: 0;
    border-radius: 0 3px 3px 0;
}

.gallery img {
    display: block;
    margin: 0 auto;
}

/* Melhora a visibilidade das setas ao passar o mouse */
.navigation:hover {
    background-color: rgba(255, 255, 255, 0.133);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    color:gray
}

.quantity-control {
    display:flex;
    justify-content: center;
    align-items: center;
    border:1px solid #dfdfdf;
    width:100% !important;
    height:43px;
    padding:0px !important;
    position: relative;
    
  }
  
  .minus-button, .plus-button {
    font-size: 16px;
    cursor: pointer;
    border:none !important;
    background-color: transparent !important;
    height:100% !important;
    font-weight:bold;
    margin:0px !important;
    width:25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .minus-button {
    position: absolute;
    left:0
  }

  .plus-button {
    position: absolute;
    right:0
  }
  
  input[type="text"]#quantity {
    text-align: center;
    border:none !important;
    box-shadow:none !important;
    font-family: 'Inter', sans-serif;
    font-size:14px;
  }

  .btn-add-cart {
    background-color: gray !important;
    color:white !important;
    font-family: 'Inter', sans-serif;
    font-weight:600;
    font-size:14px;
    padding:10px;
    width:100%;
    border-radius:0px !important;
    height:43px !important
}

/* --------------------------- RADIO SELEÇÃO COR -------------------- */

.color-section {
    display:flex;
    flex-wrap: wrap; 
}

.color-selection-custom-radio-wrapper {
    position: relative;
    text-align:center !important;
    width:40px;
    margin-top:5px
}

.color-selection-custom-radio-button {
    display: inline-block;
    cursor: pointer;
    text-align: center !important;
    width: 100%;
    padding:0px !important;
}

.color-selection-input[type="radio"] {
    display: none;
}

.icon-wrapper {
    padding: 1px; 
    border-radius: 22px; 
}

.icon-color {
    border:1px solid #e1e1e1;
    height:30px;
    width:30px;
    border-radius:20px;
}


.color-selection-input:checked + .color-selection-custom-radio-button .icon-color {
    height: 27px;
    width: 27px;
    box-shadow: 0 0 0 2px grey; 
}

.color-selection-custom-radio-button {
    border-radius: 22px; 
    display: inline-flex; 
    justify-content: center; 
    align-items: center; 
    width: 30px; 
    height: 30px; 

}

/* --------------------------- RADIO SELEÇÃO TAMANHO -------------------- */

.parent-sizes {
    display: flex;
    flex-wrap: wrap;
}

.size-selection-wrapper {
    margin-top: 10px;
    text-align: center;
    margin-right:10px;
    font-weight: 500;
}

.size-selection-input[type="radio"] {
    display: none;
}



/* RADIO SELEÇÃO COLEÇÃO -------------------------------------------------- */

.collection-section {
    display: flex;
    flex-wrap: wrap; 
    margin-left:-8px !important;
    gap: 4px; 

  }
  
  .collection {
    flex: 0 1 auto; 
  }
  
  .collection-checkbox {
    display: none;
  }
  
  .collection-label {
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    margin-top: 5px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    box-sizing: border-box; 
    margin-left:-15px;
  }
  
  .collection-checkbox:checked + .collection-label {
    background-color: gray;
    border: 1px solid gray;
    color: white;
  }
  
  .collection-label:hover {
    border-color: gray;
  }


/* RADIO SELEÇÃO CATEGORIA -------------------------------------------------- */

.category-section {
    display: flex;
    flex-wrap: wrap; 
    margin-left:-8px !important;
    gap: 4px; 

  }
  
  .category {
    flex: 0 1 auto;
  }
  
  .category-checkbox {
    display: none;
  }
  
  .category-label {
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    margin-top: 5px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    box-sizing: border-box; 
    margin-left:-15px;
  }
  
  .category-checkbox:checked + .category-label {
    background-color: gray;
    border: 1px solid gray;
    color: white;
  }
  
  .category-label:hover {
    border-color: gray;
  }

/* RADIO SELEÇÂO TAMANHO ------------------------------------------------------- */

.size-radio {
    display: none;
  }

.size-section {
    display:flex;
    flex-wrap: wrap; 
    margin-left:-5px;
}



  .size-label {
    height:38px;
    border: 1px solid #e1e1e1; 
    background-color: #fff; 
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-weight:500;
    font-size:14px;
    margin:0px !important;
    margin-left:-15px !important;
    padding-left:10px;
    padding-right:12px;;
    margin-top:7px !important;
    min-width:38px !important

  }
  
  .size-radio:checked + .size-label {
    background-color: gray; 
    border:1px solid gray;
    color:white;
  }
  
  .size-label:hover {
    border-color: gray; 
  }




/* CARRINHO ---------------------------------------------------------------------- */

.hr-cart {
    margin-top:-10px !important;
    color:#c9c9c9
}

.top-buy-1 {
    position: relative;
    padding: 15px 0;
}

.top-buy-2 {
    padding: 15px 0;
}

.top-buy-1::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -14.5px;  
    width: 0;
    height: 0;
    border-top: 28px solid transparent;  
    border-bottom: 28px solid transparent;  
    transform: translateY(-50%);
    z-index:-1 !important
}

.top-buy-3 {
    background-color: #e1e1e1;
    position: relative;
    padding: 15px 0;
}

.top-buy-3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -14.5px;  /* Ajustado para metade do valor original */
    width: 0;
    height: 0;
    border-top: 28px solid transparent;  /* Mantido o mesmo para preservar a altura */
    border-bottom: 28px solid transparent;  /* Mantido o mesmo para preservar a altura */
    transform: translateY(-50%);
    z-index:2;
    z-index:-1 !important

}

.top-buy-4 {
    position: relative;
    padding: 15px 0;
}

.icon-delivery {
    width:100%;
    height:100%;
    font-size:20px;
    display:flex;
    justify-content: center;
    align-items: center;
}




.number-1 {
    margin-right:10px;
    padding:2px 6px;
    border-radius:60px;
    font-size:11px;
    font-family: 'Inter', sans-serif;
    font-weight:500
}

.number-2 {
    margin-right:10px;
    padding:2px 6px;
    border-radius:60px;
    font-size:11px;
    font-family: 'Inter', sans-serif;
    font-weight:500
}

.title-top-buy-1 {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.title-top-buy-2 {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.product-img-cart {
    width:75px;
    height:75px;
    object-fit:contain;
    padding:5px
}

.btn-open-shop {
    border:none !important;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight:400 !important;
    padding:0px !important;
    border-radius:0px; 
}

.product-img-min {
    width:75px;
    height:75px;
    object-fit:contain;
    background-color: #f1f1f1;
}

.title-product-shopping {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color:black;
    font-weight:500
}

.text-product-shopping {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
}

.title-cart-1 {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
}

.title-cart-2 {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}

.title-cart-3 {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color:#4e4e4e
}

.title-cart-4 {
    font-size:17px;
    font-family: 'Inter', sans-serif;
    font-weight:500
}

.title-cart-5 {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}


.title-cart-6 {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}

.price-cart-1 {
    font-size:14px;
    color:gray;
    font-family: 'Inter', sans-serif;
    text-decoration: line-through;
    margin-top:8px
}

.title-geral {
    font-size:23px;
    font-family: 'Inter', sans-serif;
    font-weight:500
}

.price-cart-2 {
    font-size:16px;
    font-family: 'Inter', sans-serif;
    font-weight:600;
    letter-spacing: -0.3px;

}

.price-cart-3 {
    font-size:16px;
    font-family: 'Inter', sans-serif;
    font-weight:600;
    letter-spacing: -0.3px;

}

.price-cart-4 {
    font-size:17px;
    font-family: 'Inter', sans-serif;
    font-weight:600;
    letter-spacing: -0.3px;

}

.btn-exclude-product {
    padding:0px !important;
    border:none !important
}

.btn-active-modal {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    padding:0px !important;
    border:none !important;
    background-color: white !important;
    color:#4b84ff !important;
    margin-right:25px;
}

.btn-discount {
    border:1px solid #c9c9c9 !important;
    font-family: 'Inter', sans-serif;
    font-size:15px;
    border-radius:0px !important
}

.box-send {
    border:1px solid #c9c9c9;
    padding:20px
}

.title-product-all {
    display: inline-block; /* Adicionado para garantir o comportamento de bloco */
    max-width: 100%; 
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items:center
}


.disc-percent-all-3 {
    display:flex;
    background-color: green;
    color:white;
    border-radius:5px;
    font-size:11px;
    font-weight:600;
    width:60px;
    height:20px;
    justify-content:center;
    align-items:center;
    margin-top:-8px
}


.disc-percent-all {
    display:flex;
    background-color: black;
    color:white;
    justify-content:center;
    align-items: center;
    line-height:14px;
    border-radius:50px;
    padding:5px 10px;
    margin-top:10px;
    margin-left:10px;
    font-size:12px;
    border-radius:6px;
    font-weight:600;
    position: absolute;
}


.collection-product-all {
    font-family: 'Inter', sans-serif;
    font-weight:400;
    font-size:14px;
    color:#888888;
    margin-top:-20px
}

.price-block-all {
    display: flex;
    margin-top:-15px;
    position: relative;
    justify-content:left;
    align-items:center
}

.price-product1-all {
    font-family: 'Inter', sans-serif;
    font-weight:700;
    font-size:18px;
    margin-right:7px;
}


 /* --------------------  AVALIAÇÕES --------------- */

.avaliation {
    margin-top:-20px;
    margin-bottom:20px;
    font-size:11px;
    font-family: 'Inter', sans-serif;
}

.avaliation-2 {
    margin-top:0px;
    margin-bottom:10px;
    font-size:13px;
    font-family: 'Inter', sans-serif;
}

.avaliation-3 {
    margin-top:0px;
    margin-bottom:10px;
    font-size:16px;
    font-family: 'Inter', sans-serif;
}


.avaliation span {
    color:gray
}

.avaliation-2 a {
    color:gray;
    margin-left:5px
}

.star-1 {
    color:rgb(255, 213, 0)
}

.star-2 {
    color:#dddddd
}

.star-3 {
    --fa-primary-color: #f3df00; 
    --fa-secondary-color: #bababa;
}


.value-1-avaliation {
    font-weight:600;
    font-family: 'Inter', sans-serif;
    font-size:30px
}

.value-2-avaliation {
    font-weight:500;
    font-family: 'Inter', sans-serif;
    font-size:15px;
    margin-left:5px
}

.text-1-avaliation {
    font-family: 'Inter', sans-serif;
    font-size:14px;
    margin-top:-3px;
    margin-bottom:10px;
    font-weight:500
}

.text-2-avaliation {
    font-family: 'Inter', sans-serif;
    font-size:12px;
    color:gray;
    margin-top:-5px
}

.text-3-avaliation {
    font-family: 'Inter', sans-serif;
    font-size:14px;
    color:gray
}

.text-4-avaliation {
    font-family: 'Inter', sans-serif;
    font-size:12px;
    color:gray;
    margin-top:16px;
    margin-bottom:0px
}

.box-number-avaliation {
    background-color:#f1f1f1;
    height:100px;
    width:100px;
    border-radius:200px;
    display:flex;
    justify-content: center;
    align-items: center;
}

/* ---------------- PROGRESS ------------------- */

  
[role="progressbar-1"] {
    --percentage: var(--value);
    --primary: #000000;
    --secondary: #dddddd;
    --size: 55px;
    animation: progress 2s 0.5s forwards;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
  }
  
  [role="progressbar-1"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);
    mask: radial-gradient(white 57%, transparent 0);
    mask-mode: alpha;
    -webkit-mask: radial-gradient(#0000 57%, #000 0);
    -webkit-mask-mode: alpha;
  }
  
  [role="progressbar-1"]::after {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
    font-family: "Inter", sans-serif;
    font-weight:400;
    font-size: calc(var(--size) / 4.2);
    color:rgb(83, 83, 83) !important
  }

/* ----------------------------------------- */


.price-product-credit {
    font-family: 'Inter', sans-serif;
    font-weight:400;
    font-size:13px;
    color:gray;
    text-align:left;
    margin-top:2px;
}

.price-product2-all {
    font-family: 'Inter', sans-serif;
    font-weight:400;
    font-size:14px;
    color:#888888;
    text-decoration: line-through;
    margin-right:10px;
}

.price-block-all-2 {
    display: flex;
    align-items:center;
    position: relative;
    margin-bottom:10px;
    margin-top:20px
}

.division-price {
    font-weight:500;
    font-size:14px;
    margin-top:-5px
}

.price-product1-all-2 {
    font-family: 'Inter', sans-serif;
    font-weight:700;
    font-size:21px;
    margin-right:7px
}

.price-product2-all-2 {
    font-family: 'Inter', sans-serif;
    font-weight:600;
    font-size:15px;
    color:#888888;
    text-decoration: line-through;
    margin-left:0px;
    margin-top:15px;
    margin-bottom:-15px;
}


.disc-percent-all-2 {
    color:green;
    font-size:14px;
    font-weight:600;
    margin-left:5px
}



.btn-add-cart2 {
    background-color: white !important;
    color:gray !important;
    border:1px solid gray !important;
    font-family: 'Inter', sans-serif;
    font-weight:600;
    font-size:14px;
    padding:12px;
    border-radius:0px !important
}

.box-address {
    padding:20px;
    border:1px solid #c9c9c9;
    margin-bottom:25px
}

.box-address-2 {
    padding:20px;
    border:1px solid #c9c9c9;
    margin-bottom:25px
}


.link-mobile {
    background-color: transparent !important;
    width:100%;
    border-radius:0px;
    text-align:left;
    padding:12px;
    color:black;
    font-size:15px;
    font-family: 'Inter', sans-serif !important;
    border:none !important;
    border-bottom:1px solid #e1e1e1 !important
}

.chevron-menu {
    position:absolute;
    right:12px;
    font-size:12px;
    margin-top:5px
}

.offcanvas-body {
    background-color:white !important
}

.logo3 {
    width:130px;
    height:45px;
    object-fit:contain;
    margin-top:11px;
    position:absolute;
    left:calc(50% - 65px)
}

.space-cart {
    display:none
}

/* -------------------------------- PROGRESSO PEDIDO ------------------------------------------ */

.progress-container {
    width: calc(100% + 50px);
    margin: 0 auto;
    margin-left:-25px;
    padding: 20px 0;
    padding-bottom:0px;
  }
  
  .progress-tracker {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  
  .progress-step {
    text-align: center;
    position: relative;
    flex: 1; 
  }
  
  .progress-marker {
    width: 30px;
    height: 30px;
    line-height: 25px;
    border: 2px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    border-radius: 100%;
    background-color: #ddd;
    color:gray;
    font-weight:500;
    position: relative;
    z-index: 3 !important; ;
    font-size:13px
  }

 


  .progress-step::before {
    content: "";
    position: absolute;
    height: 2px;
    background: #ddd; /* Cor cinza por padrão */
    width: 100%; /* A linha se estende para a esquerda a partir do marcador */
    top: 25%; /* Alinha a linha verticalmente no centro do marcador */
    left: -50%;
    z-index: 1;
}

.title-top {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight:500 !important;
    margin-top:10px
}

.text-table-shop {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight:400 !important;
    color:rgb(80, 80, 80)
}

.title-table-shop {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight:400 !important;
}

.box-request {
    background-color: #f1f1f1;
    padding:10px;
    padding-top:15px;
    padding-bottom:15px;
    margin-top:10px
}


/* Ocultar a linha antes do primeiro marcador */
.progress-step:first-child::before {
    display: none;
}

/* Linha de progresso concluído */
.is-complete::before {
    background: #000000; /* Linha preta antes do marcador concluído */
}

/* Linha de progresso aguardando pagamento */
.waiting::before {
    background: orange; /* Linha laranja antes do marcador de pagamento pendente */
}

/* Linha de progresso cancelado */
.canceled::before {
    background: red; /* Linha vermelha antes do marcador cancelado */
}

/* Ocultar a linha após o último passo */
.progress-step:last-child::after {
    display: none;
}
 

  /* ---------- PROGRESSO PENDENTE --------------- */

  .progress-text {
    color: gray;
    font-size: 13px;
    margin-top:10px !important
  }

  /* ---------- AGUARDANDO PAGAMENTO --------------- */

  .waiting .progress-marker {
    border: 2px solid orange;
    background-color: orange;
    color:white;
  }

  .waiting .progress-text {
    color:orange
  }

  /* ---------- PEDIDO CANCELADO --------------- */

  .canceled .progress-marker {
    border: 2px solid red;
    background-color: red;
    color:white;
  }

  .canceled .progress-text {
    color:red
  }

  .col-btn-details {
    text-align:right !important
}

/* ---------- ETAPA CONCLUIDA --------------- */

.is-complete .progress-marker {
    border-color: #000000;
    background-color: #000000;
    color: white;
  }
  
  .is-complete .progress-text {
    color: #000000;
  }
  
/* Linha de progresso concluído */
.progress-step.is-complete:not(:first-child)::before {
    background: #000000; /* Cor preta para a linha antes do marcador concluído */
}

  
    /* Ocultar a linha após o último passo */
    .progress-step:last-child::after {
        display: none;
    }
 

.col-sub {
    text-align:right
}


/* -------------------- CONTADOR ESCASSEZ ------------------------ */


.counter-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row; /* Mantido como linha */
    margin-bottom:10px
}

.counter-box .col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-box .counter-days,
.counter-box .counter-hours,
.counter-box .counter-minutes,
.counter-box .counter-seconds {
    width: 85px;
    height: 85px;
    text-align: center;
    display: flex;
    flex-direction: column; /* Garantir que os elementos internos fiquem em colunas */
    justify-content: center;
    white-space: nowrap;
    margin: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 16px;
}

.number-counter {
    font-family: 'Inter', sans-serif;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 30px;
}

.title-counter {
    font-family: 'Inter', sans-serif;
    font-size:14px
}

.text-counter {
    margin-bottom: 0px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    display: block; /* Garantir que seja tratado como bloco */
}

.form-label {
    font-family: 'Inter', sans-serif;
}

.title-product-2 {
    font-family: 'Inter', sans-serif;
    font-weight:700;
    font-size:24px;
    line-height:30px 
}

.btn-exclude-product {
    font-size: 16px;
    border:none !important;
    background-color: transparent;
    position: relative !important;
    margin:0px !important

}

.col-cart-1 {
    width:85px
}

.col-cart-6 {
    width:40px
}

.bkg-payment {
    background-color: #08a859;
    width:100% !important;
    margin:0px !important
}

.box-payment {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding:30px;
    margin-top:-60px;
    background-color: white;
}

.title-payment-1 {
    font-family: 'Inter', sans-serif;
    font-weight:600;
    color:white;
    font-size:22px
}

.bkg-black {
    background-color: black;
}

.icon-black {
    color:black !important
}

.yellow {
    color:rgb(255, 204, 0) !important
}

.icon-red {
    color:rgb(158, 61, 61) !important;
}

.bkg-yellow {
    background-color: rgb(255, 187, 0) !important;
}

.bkg-red {
    background-color: rgb(158, 61, 61) !important;
}

.bkg-pix {
    background-color: #00bbad !important;
}

.bkg-gray {
    background-color: gray !important;
}

.icon-gray {
    color:gray !important
}

.icon-payment-1 {
    width:100px;
    height:100px;
    border-radius:100px;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-bottom:20px;
    color:#08a859;
    font-size:50px
}


.text-payment-1 {
    font-family: 'Inter', sans-serif;
    font-weight:500;
    color:white;
    font-size:15px;
    margin-bottom:0px;
    margin-top:-10px
}

.btn-payment-go {
    color:#4b84ff !important;
    font-family: 'Inter', sans-serif;
    font-size:14px;
    border:none !important;
    margin-top:25px;
    padding:0px !important
}

.title-payment-2 {
    font-family: 'Inter', sans-serif;
    font-size:16px;
    font-weight:500
}

.text-payment-2 {
    font-family: 'Inter', sans-serif;
    font-size:13px;
    color:gray;
    line-height:21px

}

.text-payment-4 {
    font-family: 'Inter', sans-serif;
    font-size:13px;
    color:gray;
    margin-top:-5px
}

.text-payment-3 {
    font-family: 'Inter', sans-serif;
    font-size:14px;
    color:rgb(0, 0, 0);
    margin-top:25px
}

.icon-payment-2 {
    color:rgb(174, 174, 174);
    font-size:17px;
    width:45px;
    height:45px;
    border-radius:100px;
    border:1px solid #e1e1e1;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:30px;
    margin-bottom:15px;

}

.category-link {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column
    
}

.category-image {
    object-fit:cover;
    border-radius:100px;
}

.title-category {
    font-family: 'Inter', sans-serif;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    max-width: 110px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
}

.swiper-container-pd {
    padding-left:25px;
    padding-right:25px;
}

.swiper5-button-prev {
    margin-top:-45px;
    font-size:20px;
    margin-left:10px;
    color:gray
}

.swiper5-button-next {
    margin-top:-45px;
    font-size:20px;
    margin-right:10px;
    color:gray

}

.title1 {
    font-family: 'Inter', sans-serif;
    font-size:24px;
    font-weight:700
}

.text-top-store {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: black;
    height: 45px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8;
    overflow: hidden;
}

.text-top-store span {
    color: white !important;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.marquee-container {
    display: flex;
    white-space: nowrap;
    overflow: hidden; /* Esconde o excesso de texto */
}

.marquee-content {
    display: flex;
    white-space: nowrap;
    animation: marquee linear infinite;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    margin-right: 30px; /* Margem de 30px entre repetições */
}

.fixed-contact {
    position:fixed;
    bottom:25px;
    right:25px;
    z-index:999
}

.fixed-contact img {
    width:45px;
    height:45px;
    object-fit:contain
}

.pic-avaliation {
    width:55px;
    height:55px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:70px;
    background-color:#f1f1f1;
    color:rgb(185, 185, 185);
    font-size:15px;
    font-weight:600;
    font-family: 'Inter', sans-serif;
}

.name-avaliation {
    font-size:14px;
    font-family: 'Inter', sans-serif;
    font-weight:500;
    margin-bottom:8px;
    margin-top:3px
}

.comment-avaliation {
    color:gray; 
    font-size:14px;
    margin-top:15px;
    font-family: 'Inter', sans-serif;
}

.exclude-avaliation {
    padding:0px !important;
    font-size:13px !important;
    color:green !important;
    border:none !important;
    font-family: 'Inter', sans-serif;
    margin-top:1px
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* Movimenta metade da largura total */
}

@media (min-width: 1400px) and (max-width: 3840px) {

    .category-image {
        width:120px;
        height:120px;
    }

    .title-category {
        max-width: 105px;
    }

    .title-counter {
        margin-top:-10px
    }

    .title-table-shop {
        display:none
    }

    .btn-open-shop {
        margin-right:10px;
    }


    .progress-step::before {
        top: 17%; /* Alinha a linha verticalmente no centro do marcador */
    }

    .btn-cart-mobile {
        display:none
    }

    .btn-nav-menu {
        display:none
    }

    .col-cart-3 {
        /* background-color: green; */
    }

    .col-cart-4 {
        /* background-color: orange; */
        text-align:center
    }

    .col-cart-5 {
        /* background-color: red; */
    }

    .col-filter-btn {
        padding-right:5px !important;
        margin-top:15px
      }
    
      .col-filter-btn-2 {
        padding-left:5px !important;
        margin-top:15px
      }

    .col-shop-5, .col-shop-4, .col-shop-3 {
        margin-top:3px
    }

   

}

@media (min-width: 1200px) and (max-width: 1399px) {

    .category-image {
        width:110px;
        height:110px;
    }

    .title-category {
        max-width: 100px;
    }
    
    .col-shop-5, .col-shop-4, .col-shop-3 {
        margin-top:3px
    }
    
    .gallery-thumbs img {
        width: 122px;
        height: 122px;
    }

    .title-table-shop {
        display:none
    }

    .btn-open-shop {
        margin-right:10px;
    }

    .progress-step::before {
        top: 17%; /* Alinha a linha verticalmente no centro do marcador */
    }

    .btn-cart-mobile {
        display:none
    }

    .btn-nav-menu {
        display:none
    }

    .title-counter {
        margin-top:5px
    }

    .col-cart-3 {
        /* background-color: green; */
    }

    .col-cart-4 {
        /* background-color: orange; */
        text-align:center
    }

    .col-cart-5 {
        /* background-color: red; */
    }

    .col-filter-btn {
        margin-top:15px
      }
    
      .col-filter-btn-2 {
        margin-top:10px
      }
      

}

@media (min-width: 992px) and (max-width: 1199px) {
    

    .category-image {
        width:125px;
        height:125px;
    }

    .title-category {
        max-width: 110px;
    }

    .gallery-thumbs img {
        width: 100px;
        height: 100px;
    }

    .gallery img {
        height:420px;
    }

    .title-ocult {
        display:none
    }

    .box-request {
        padding:20px
    }

    .box-address {
        padding:0px;
        border:none;
        margin-top:-5px
    }

    .text-table-shop-2 {
        font-weight:600 !important
    }

    .title-table-shop {
        font-weight:600 !important
    }


    .col-shop-1 {
        order:1
    }

    .col-shop-2 {
        order:3;
        margin-top:15px
        
    }

    .col-shop-3 {
        order:2;
        text-align:right;
        margin-top:3px
    }

    .col-shop-4 {
        order:4;
        text-align:right;
        margin-top:18px
    }

    .col-shop-5 {
        order:5;
        margin-top:15px
    }

    .col-shop-6 {
        order:6;
        margin-top:12px;
    }

    .progress-step::before {
        top: 17%; /* Alinha a linha verticalmente no centro do marcador */
    }

    .btn-cart-mobile {
        display:none
    }

    .btn-nav-menu {
        display:none
    }

    .title-counter {
        margin-top:5px
    }

    .col-cart-3 {
        /* background-color: green; */
    }

    .col-cart-4 {
        /* background-color: orange; */
        text-align:center
    }

    .col-cart-5 {
        /* background-color: red; */
    }

    .col-filter-btn {
        margin-top:15px
      }
    
      .col-filter-btn-2 {
        margin-top:10px
      }





}

@media (min-width: 768px) and (max-width: 991px) {

    .disc-percent-all {
        font-size:11px
    }

    .category-image {
        width:110px;
        height:110px;
    }

    .title-category {
        max-width: 100px;
    }
    
    .title-ocult {
        display:none
    }

    .box-request {
        padding:20px
    }

    .box-address {
        padding:0px;
        border:none;
        margin-top:-5px
    }

    .text-table-shop-2 {
        font-weight:600 !important
    }

    .title-table-shop {
        font-weight:600 !important
    }

    .col-w {
        display: flex;
        justify-content: center;
    }


    .col-shop-1 {
        order:1
    }

    .col-shop-2 {
        order:3;
        margin-top:15px
        
    }

    .col-shop-3 {
        order:2;
        text-align:right;
        margin-top:3px
    }

    .col-shop-4 {
        order:4;
        text-align:right;
        margin-top:18px
    }

    .col-shop-5 {
        order:5;
        margin-top:18px
    }

    .col-shop-6 {
        order:6;
        margin-top:15px;
    }

    .progress-step::before {
        top: 17%; /* Alinha a linha verticalmente no centro do marcador */
    }

    .title-counter {
        margin-top:10px
    }

    .title-product-all {
        font-size:13px;
    }

    .price-product-credit {
        font-size:12px
    }

    .price-product1-all {
        font-size:15px
    }

    .price-product2-all {
        font-size:13px
    }

    .col-cart-1 {
        order:1
    }

    .col-cart-2 {
        order:2
    }

    .col-cart-3 {
        order:5;
        display: flex;
        justify-content: center;
        padding-left:0px !important;
        padding-right:0px !important
    }

    .col-cart-4 {
        order:4;
        padding-right:0px !important
    }

    .col-cart-5 {
        padding-left:0px !important;
        order:6
    }

    .col-cart-6 {
        order:3;
        width:auto !important;
        position: absolute;
        right:0
    }

    .col-filter-btn-2 {
        padding-left:5px !important;
        margin-top:15px
      }

      .col-filter-btn {
        padding-right:5px !important;
        margin-top:15px
      }


      .space-cart {
        display:block
      }

      .box-id-height {
        padding-bottom:20px;
    }

    .title1 {
        font-size:22px
    }


    .col-avaliation-3 {
        margin-top:50px;
    }

}

@media (min-width: 576px) and (max-width: 767px) {

    .col-avaliation-3 {
        margin-top:40px
    }

    .disc-percent-all {
        font-size:11px
    }

    .category-image {
        width:125px;
        height:125px;
    }

    .title-category {
        max-width: 110px;
    }

    .gallery img {
        height:440px;
    }
    
    .gallery-thumbs img {
        width: 115px;
        height: 115px;
    }

    .title-ocult {
        display:none
    }


    .box-request {
        padding:20px
    }

    .box-address {
        padding:0px;
        border:none;
        margin-top:-5px
    }

    .text-table-shop-2 {
        font-weight:600 !important
    }

    .title-table-shop {
        font-weight:600 !important
    }


    .col-shop-1 {
        order:1
    }

    .col-shop-2 {
        order:3;
        margin-top:15px
        
    }

    .col-shop-3 {
        order:2;
        text-align:right;
        margin-top:3px
    }

    .col-shop-4 {
        order:4;
        text-align:right;
        margin-top:18px
    }

    .col-shop-5 {
        order:5;
        margin-top:18px
    }

    .col-shop-6 {
        order:6;
        margin-top:15px;
    }

    .col-sub {
        text-align:left
    }

    .col-sub {
        text-align:left;
        padding-left:106px !important;
        margin-bottom:-15px !important;
        margin-top:-8px
    }

    .progress-step::before {
        top: 17%; /* Alinha a linha verticalmente no centro do marcador */
    }

    .title-counter {
        margin-top:10px
    }

    .title-product-all {
        font-size:13px;
    }

    .price-product1-all {
        font-size:15px
    }

    .price-product-credit {
        font-size:12px
    }

    .price-product2-all {
        font-size:13px
    }

    .title-product-2 {
        font-weight:700;
        font-size:20px;
        line-height:27px;
    }

    .col-cart-1 {
        order:1
    }

    .col-cart-2 {
        order:2
    }

    .col-cart-3 {
        order:5;
        display: flex;
        justify-content: center;
        padding-left:0px !important;
        padding-right:0px !important
    }

    .col-cart-4 {
        order:4;
        padding-right:0px !important
    }

    .col-cart-5 {
        padding-left:0px !important;
        order:6
    }

    .col-cart-6 {
        order:3;
        width:auto !important;
        position: absolute;
        right:0
    }

    .align-filter {
        text-align:left !important
    }

    .col-filter-btn-2 {
        padding-left:5px !important;
        margin-top:15px
      }

      .col-filter-btn {
        padding-right:5px !important;
        margin-top:15px
      }

      .box-id-height {
        padding-bottom:20px
    }

    .title1 {
        font-size:22px
    }

    .text-3-avaliation {
        font-size:14px !important
    }

}

@media (max-width: 575px) {

    .exclude-avaliation {
        margin-top:3px
    }

    .comment-avaliation {
        font-size:13px;
    }

    .name-avaliation {
        font-size:13px;
        margin-bottom:2px;
        margin-top:7px
    }

    .box-number-avaliation {
        background-color:transparent !important;
        height:auto !important;
        padding-bottom:0px !important;
        margin-bottom:-15px !important;
    } 

    .col-avaliation-2 {
        margin-bottom:40px !important;
        margin-top:20px !important
    }

    .col-avaliation-1 {
        width:100% !important
    }

    .text-3-avaliation {
        font-size:13px !important
    }

    .value-1-avaliation {
        font-size:35px;
    }

    .value-2-avaliation {
        font-size:17px
    }

    .fixed-contact {
        position:fixed;
        bottom:15px;
        right:15px;
        z-index:999
    }
    
    .fixed-contact img {
        width:35px;
        height:35px;
        object-fit:contain
    }

    .disc-percent-all {
        font-size:11px
    }

    .title-category {
        font-size: 13px;
        max-width: 90px;
    }

    .category-image {
        width:100px;
        height:100px;

    }

    .gallery img {
        height:420px;
    }
    
    .gallery-thumbs img {
        width: 80px;
        height: 80px;
    }

    .title-ocult {
        display:none
    }

    .box-request {
        padding:20px
    }

    .box-address {
        padding:0px;
        border:none;
        margin-top:-5px
    }

    .title-table-shop {
        font-weight:600 !important
    }

    .text-table-shop-2 {
        font-weight:600 !important
    }


    .col-shop-1 {
        order:1
    }

    .col-shop-2 {
        order:3;
        margin-top:15px
        
    }

    .col-shop-3 {
        order:2;
        text-align:right;
        margin-top:3px
    }

    .col-shop-4 {
        order:4;
        text-align:right;
        margin-top:18px
    }

    .col-shop-5 {
        order:5;
        margin-top:18px
    }

    .col-shop-6 {
        order:6;
        margin-top:15px;
    }

    .col-sub {
        text-align:left;
        padding-left:106px !important;
        margin-bottom:-15px !important;
        margin-top:-8px
    }

    .ocult-progress {
        display:none !important
    }

    .progress-step::before {
        top: 15%; /* Alinha a linha verticalmente no centro do marcador */
    }

    .offcanvas { 
        width:100% !important
    }
    
    .counter-box {
        scale: 0.9;
        margin-top:-10px
    }

    .title-counter {
        margin-top:5px
    }

    .title-product-all {
        font-size:13px;
    }

    .price-product1-all {
        font-size:15px
    }

    .price-product-credit {
        font-size:12px
    }

    .price-product2-all {
        font-size:13px
    }

    .title1 {
        font-size:20px !important;
    }

    .title-counter {
        margin-top:10px !important;
        margin-bottom:20px !important
    }


    .title-product-2 {
        font-weight:700;
        font-size:20px;
        line-height:27px;
        margin-bottom:25px
    }

    .btn-right-details {
        text-align:left !important;
        margin-top:0px !important
    }

    .size-modal {
        font-size:13px !important
    }

    .btn-add-cart {
        font-size:13px !important
    }

    .col-w {
        display: flex;
        justify-content: center;
    }

    .col-b {
        width:50px
    }

    .col-cart-1 {
        order:1
    }

    .col-cart-2 {
        order:2
    }

    .col-cart-3 {
        order:5;
        display: flex;
        justify-content: center;
        padding-left:0px !important;
        padding-right:0px !important
    }

    .col-cart-4 {
        order:4;
        padding-right:0px !important
    }

    .col-cart-5 {
        padding-left:0px !important;
        order:6
    }

    .col-cart-6 {
        order:3;
        width:auto !important;
        position: absolute;
        right:0
    }

    .col-filter-btn-2 {
        padding-left:5px !important;
        margin-top:15px
      }

      .col-filter-btn {
        padding-right:5px !important;
        margin-top:15px
      }

      .progress-text {
        font-size:11px !important
      }

      .progress-marker {
        margin-top:-4px !important
      }

    .col-price-request {
        text-align:left;
        margin-left:60px;
        margin-top:-7px
    }

    .box-id-height {
        padding-bottom:20px
    }

  
}

.row.smart-center {
  justify-content: center; 
}


@media (min-width: 1400px) {
  .row.smart-center:has(> .col-xxl-3:nth-child(4)) {
    justify-content: flex-start; 
  }
}


@media (min-width: 1200px) and (max-width: 1399.98px) {
  .row.smart-center:has(> .col-xl-3:nth-child(4)) {
    justify-content: flex-start;
  }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
  .row.smart-center:has(> .col-lg-4:nth-child(3)) {
    justify-content: flex-start;
  }
}


@media (min-width: 768px) and (max-width: 991.98px) {
  .row.smart-center:has(> .col-md-6:nth-child(2)) {
    justify-content: flex-start;
  }
}


@media (min-width: 576px) and (max-width: 767.98px) {
  .row.smart-center:has(> .col-sm-6:nth-child(2)) {
    justify-content: flex-start;
  }
}


@media (max-width: 575.98px) {
  .row.smart-center:has(> .col-6:nth-child(2)) {
    justify-content: flex-start;
  }
}