::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: transparent;
    background-image: linear-gradient(60deg, #00ffe2 0%, #00bce9 82%);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: transparent;
    background-image: linear-gradient(60deg, #00ffe2 0%, #00bce9 82%);
}

body {
    background-color: #fefeff;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", Sans-serif;
    overflow-x: hidden
}

a {
    color: #181818;
}

button {
    cursor: pointer;
}

button:hover {
    opacity: 0.8;
}

button:disabled{
    opacity: 0.6;
}
.button-nav-account{
   padding: 10px;
  color: #47a852;
  cursor: pointer;
  text-align: center;
  align-items: center;
  gap: 4px;
  border: 2px solid #47a852;
  border-radius: 4px;
}
.btn-red {
    background-color: #c20909;
    color: white;
}

.btn-group a{
   cursor: pointer;
}

.btn-group a:first-child {
    border-radius: 5px 0px 0px 5px;
}

.btn-group a:last-child {
    border-radius: 0px 5px 5px 0px;
}

.btn-default {
    background-color: #ccc;
    color: black;
}
.no-decoration{
    text-decoration: none;
}
.iti {
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}

.fw-200{
    font-weight: 200;
}

.step-progress-invoice .iti{
    margin-top: 10px !important;
}

.btn-forget-account{
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 30px 15px 30px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Work Sans", Sans-serif;
    letter-spacing: 1.5px;
    border: none;
    border-radius: 10px;
    margin: 16px 0px 0px 0px;
    background-color: transparent;
    background-image: linear-gradient(60deg, #00ffe2 0%, #00bce9 82%);
    color: #fff;
}

.btn-save-account{
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 30px 15px 30px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Work Sans", Sans-serif;
    letter-spacing: 1.5px;
    border: none;
    border-radius: 10px;
    margin: 16px 0px 0px 0px;
    background-color: transparent;
    background-image: linear-gradient(60deg, #00ffe2 0%, #00bce9 82%);
    color: #fff;
}

.rwd-table {
    margin: auto;
    min-width: 300px;
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
  }
  
  .rwd-table tr:first-child {
    border-top: none;
    background: #428bca;
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient(60deg, #00ffe2 0%, #00bce9 82%);
  }
  
  .rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f9fc;
  }
  
  .rwd-table tr:nth-child(odd):not(:first-child) {
    background-color: #ebf3f9;
  }
  
  .rwd-table th {
    display: none;
  }
  
  .rwd-table td {
    display: block;

  }
  
  .rwd-table td:first-child {
    margin-top: .5em;
    display: flex;
    align-items: center;
  }
  
  .rwd-table td:last-child {
    margin-bottom: .5em;
  }
  
  .rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 120px;
    display: inline-block;
    color: #000;
  }
  
  .rwd-table th,
  .rwd-table td {
    text-align: left;
  }
  
  .rwd-table {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
  }
  
  .rwd-table tr {
    border-color: #bfbfbf;
  }
  
  .rwd-table th,
  .rwd-table td {
    padding: .5em 1em;
  }
  @media screen and (max-width: 601px) {
    .rwd-table tr:nth-child(2) {
      border-top: none;
    }
    .rwd-table{
        width: 90%;
        border-radius: 30px !important;
        border-collapse: separate;
      }
    
  }
  @media screen and (min-width: 600px) {
    .rwd-table tr:hover:not(:first-child) {
      background-color: #d8e7f3;
    }
    .rwd-table td:before {
      display: none;
    }
   
    .rwd-table th,
    .rwd-table td {
      display: table-cell;
      padding: .25em .5em;
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
      padding-left: 0;
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
      padding-right: 0;
    }
    .rwd-table th,
    .rwd-table td {
      padding: 1em !important;
    }
  }
  
.form-group{
    display: flex;
    flex-direction: column;
}

.form-group label{
  color: #fff;
}

.form-group .form-control{
    height: 40px;
    padding: 10px;
    border-radius: 4px;
    border: none;
    font-size: 15px;
    margin-top: 5px;
}

.btn-logout-account{
    padding: 5px 10px 5px 10px;
    background-color: transparent;
    background-image: linear-gradient(60deg, #673AB7 0%, #3F51B5 82%);
    border-radius: 4px;
    font-size: 13px;
    color: #Fff;
    cursor: pointer;
    float: right;
}
.btn-my-account, .btn-buys-account{
    background-color: transparent;
    background-image: linear-gradient(60deg, #00ffe2 0%, #00bce9 82%);
    padding: 10px;
    cursor: pointer;
    position: relative;
    flex: 1;
}
.btn-logout-account:hover{
    opacity: 0.8;
}

.btn-my-account:hover, .btn-buys-account:hover{
    opacity: 0.8;
}

.overlay-img-prod{
    position: relative;
    z-index: 1;
    -webkit-box-shadow: -11px 4px 34px -9px rgba(0, 0, 0, 0.93);
    -moz-box-shadow: -11px 4px 34px -9px rgba(0, 0, 0, 0.93);
    box-shadow: -5px 1px 4px -1px rgb(0 0 0 / 45%);
}

.info-buy-pending{
    height: 25px;
    width: 25px;
    position: absolute;
    right: 10px;
    background-color: #3F51B5;
    padding: 10px;
    justify-content: center;
    color: #dddddd;
    align-items: center;
    display: flex;
    top: 7px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 14px;
}

.info-logged{
    font-size: 12px;
    font-weight: 500;
    color: #00bce9;
}
.buttons-option-account{
    display: contents;
    font-size: 14px;
    font-weight: 600;
}
.nav-account{
    color: #fff;
    font-weight: 300;
    display: flex;
    justify-content: center;
}

.nav-account > .row{
    width: 100%;
}


.input-required{
    font-weight: bold;
    color: red;
}

.nav ul {
    display: none;
    /* Esconde os produtos por padrão */
    padding: 10px 10px 10px 0px;
    width: 200px;
    background-color: #2f2f2f;
    border-radius: 5px;
    top: 100%;
    margin-top: 0;
    border-top: 10px solid #151518;
    list-style-type: none;
    z-index: 1;
}
.nav>li>ul>li>a {
    text-decoration: none;
}
.nav ul::before {
    content: "";
    position: absolute;
    left: 10px;
    /* Ajusta a posição horizontal da seta */
    top: -10px;
    /* Ajusta a posição vertical da seta */
    border-width: 0 5px 10px 5px;
    /* Define o tamanho da seta */
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    /* Cor da seta */
}

.nav li:hover>ul,
.nav li ul:hover {
    display: block;
    /* Mostra o submenu quando o mouse está sobre a categoria ou o submenu */
}

.nav>li>ul>li {
    margin-bottom: 15px;
}

.nav {
    list-style-type: none;
    /* Remove os marcadores de lista */
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.nav>li {
    position: relative;
    /* Garante que o ul aninhado seja posicionado corretamente */
    margin: 15px;
    cursor: pointer;
    font-family: "Montserrat", Sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
}

.nav .button-close-sidebar {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #00ffe2;
    display: none;
}

.div-nav-hide-mobile {
    display: block !important;
    background-color: #9b989866;
    margin: 0 !important;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    position: fixed;
    /* Ajuste conforme necessário */
    left: -100%;
    /* Posiciona o elemento fora da tela à esquerda */
    opacity: 0;
    /* Inicialmente invisível */
    transition: left 0.5s ease, opacity 0.5s ease;
}

.pre-nav-mobile {
    left: 0;
    /* Move o elemento para a posição visível */
    opacity: 1;
    /* Torna o elemento visível */
}

.pre-nav-mobile .button-close-sidebar {
    display: block !important;
}

.pre-nav-mobile .nav>li {
    margin-bottom: 25px !important;
}

.pre-nav-mobile .nav {
    display: flow !important;
    left: 0;
    position: absolute;
    background: #212122;
    width: 80%;
    height: 100%;
    margin-top: 0 !important;
    padding-top: 20px;
}

.pre-nav-mobile .nav img {
    width: 140px;
}

.pre-nav-mobile ul {
    position: relative !important;
    left: 0 !important;
    padding-left: 20px !important;
    padding-bottom: 20px !important;
    margin-top: 10px !important;
    border-top: none !important;
}

.nav ul {
    position: absolute;
    /* Posiciona os produtos sob a categoria */
    left: 0;
    /* Alinha à esquerda do item pai */
    padding-left: 20px;
    /* Indenta os produtos */
}
.cart-empty{
    font-size: 20px;
    text-align: center;
    color: #929292;
}
.error-add-cart{
    padding: 10px;
    background-color: #920d0d;
    color: #fff;
}
.success-add-cart{
    padding: 10px;
    background-color: #0d9259;
    color: #fff;
}
.logo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo a img {
    max-width: 140px;
    margin-left: 0px;
}

.nav-top {
    padding: 10px 0px 0px 0px;
}

.divider {
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    width: 100%;
}

.categories-row {
padding: 10px 0;
  background-color: #47a852;
  height: 45px;
  align-items: center;
  display: flex;
}
.btn-search-nav{
    margin: 0px;
  height: 40px;
  width: 40px;
  text-align: center;
  border: none;
  border-radius: 0px 5px 5px 0px;
  background-color: #47a852;
}
.iptn-search{
    width: 60%;
  height: 40px;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #dad2d2;
  padding: 5px;
}

.nav-categories {
    display: flex;
    margin-left: 30px;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.category-item {
    position: relative;
    padding: 0px 15px;
}

.category-name {
    cursor: pointer;
    font-weight: 500;
    color: #333;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.category-name:hover {
    color: #007bff;
}

.category-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 4px;
    min-width: 200px;
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.category-item:hover .category-dropdown {
    display: block;
}

.category-dropdown li {
    padding: 8px 15px;
}

.category-dropdown li a {
    color: #333;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s ease;
}

.category-dropdown li:hover {
    background-color: #f8f9fa;
}

.category-dropdown li a:hover {
    color: #007bff;
}

/* Responsividade */
@media (max-width: 992px) {
    .categories-row {
        display: none;
    }
}

.button-nav-support {
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 30px 20px 30px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Work Sans", Sans-serif;
    letter-spacing: 1.5px;
    border-radius: 50px 50px 50px 50px;
    margin: 0px 15px 0px 15px;
    background-color: transparent;
    background-image: linear-gradient(60deg, #00ffe2 0%, #00bce9 82%);
    color: #fff;
}

.button-nav-cart {
font-size: 20px;
  color: #000;
  cursor: pointer;
  padding: 10px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #fff;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  text-align: center;
  align-content: center;
  z-index:9;
-webkit-box-shadow: -3px 0px 10px 1px rgba(0,0,0,0.64); 
box-shadow: -3px 0px 10px 1px rgba(0,0,0,0.64);
}

.button-nav-cart span {
position: absolute;
  background-color: #000;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  align-items: center;
  font-size: 12px;
  text-align: center;
  display: inline-grid;
  margin-left: 5px;
  top: 0px;
  color: #fff;
  font-weight: bold;
}

.button-nav-bars {
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 30px;
}

.nav-cart {
    position: fixed;
    z-index: 9;
    right: 0%;
    top: 0;
    height: 100%;
    width: 0%;
    max-width: 450px;
    background-color: #fff;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.2s ease;
    transition: width 0.5s ease-in-out;
    overflow: hidden;
}

.nav-cart-open {
    opacity: 1 !important;
    width: 100% !important;
}

.nav-cart .products-cart ul li img {
    width: 50px;
    border-radius: 10px;
}

.nav-cart .products-cart ul li {
border-radius: 10px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  background-color: #1da325;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
}

.nav-cart .products-cart ul li .title-product-cart {
    margin-left: 10px;
    font-weight: 400;
    top: -10px;
    position: relative;
}

.nav-cart .products-cart ul li .price-product-cart {
    flex-basis: 100%;
    margin-left: 60px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    bottom: 10px;
    position: absolute;
}

.nav-cart .products-cart ul li .remove-product-cart {
    position: absolute;
    right: 10px;
    border: 1px solid;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.nav-cart .products-cart ul {
    position: relative;
    list-style-type: none;
    padding: 0;
    display: inline-grid;
    width: 100%;
}

.nav-cart .subtotal-cart {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin-bottom: 20px;
}

.nav-cart .subtotal-cart span {
    font-size: 25px;
    color: #f7f7f7;
}

.nav-cart .options-cart {
    display: flex;
    flex-wrap: wrap;
    bottom: 100px;
    justify-content: center;
    left: 0;
    align-items: center;
    padding: 0px 10px 0px 10px;
    width: 100%;
}

.nav-cart .options-cart button {
    background-color: transparent;
    background-image: linear-gradient(60deg, #00ffe2 0%, #00bce9 82%);
    width: 100%;
    margin-bottom: 10px;
    font-size: 25px;
    border: none;
    border-radius: 50px;
    height: 40px;
}

.nav-cart .products-cart {
    max-height: calc(100vh - 30vh);
    min-height: 200px;
    padding: 5px;
    border-radius: 10px;
    overflow-y: scroll;
    position: relative;
}

.nav-cart .header-cart {
    padding: 10px 0px 10px 0px;
    position: relative;
}

.nav-cart .header-cart .title-cart {
    font-size: 20px;
    color: #47a852;
}

.nav-cart .header-cart .btn-close-cart {
    position: absolute;
    right: 10px;
    font-size: 25px;
    color: #424444;
    border-radius: 50px;
    border: 1px solid;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    top: 5px;
    align-items: center;
    cursor: pointer;
}

.home-card-info {
   background: #47a852;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex: 1 1 calc(50% - 20px);
  max-width: 210px;
  color: #ffffff;
  transition: transform 0.3s ease;
  display: inline-grid;
}

.home-card-info .home-info-icon {
    font-size: 30px;
}

.home-card-info .home-info-title {
    font-size: 20px;
}

.home-card-info .home-info-text {
    margin-top: 10px;
    font-weight: 100;
}

.cards-home {
    justify-content: center;
  gap: 5px;
}

 
.products-home .card {
    background-color: #1c1c1f;
    border-radius: 10px;
    height: 100%;
}

.image-product-list {
    text-align: center;
}

.image-product-list img {
    width: 90%;
    border-radius: 10px;
}    

.products-home .item{
    position: relative;
    cursor: pointer;
}
.empty-estoque{
    padding: 10px;
    background-color: #920d0d;
    color: #fff;
}
.title-product-list {
    color: #fff;
    font-family: Montserrat;
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
    height: 50px;
    text-align: center;
}

.description-product-list {
    font-size: 15px;
    font-weight: 100;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    top: -13px;
    position: relative;
    height: 30px;
}

.price-product-list {
    position: relative;
    font-size: 25px;
    text-align: center;
    color: #00e7e4;
    font-family: revert;
    font-weight: 500;
    height: 80px;
    margin-top: 10px;
}

.button-product-list {
    position: relative;
    top: -40px;
    margin: 0 auto;
    width: 90%;
    height: 30px;
}

.button-product-list button {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 30px 15px 30px;
    font-size: 20px;
    font-weight: 400;
    font-family: "Work Sans", Sans-serif;
    letter-spacing: 1.5px;
    border-radius: 50px 50px 50px 50px;
    background-color: transparent;
    background-image: linear-gradient(60deg, #00ffe2 0%, #00bce9 82%);
    color: #fff;
    border: none;
    cursor: pointer;
}

.min-h-page {
    min-height: 600px;
}

.text-white {
    color: #fff;
}

.footer {
    color: #fff;
    background-color: #1c1c1f;
    padding: 20px;
    border-radius: 10px;
}

.footer p {
    font-weight: 100;
}

.footer img {
    width: 160px;
}

.footer .icon-footer {
    font-size: 23px;
}

.footer .social-footer {
    display: flex;
    justify-content: space-evenly;
}

.footer ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer ul li a {
    text-decoration: auto;
    font-weight: 300;
}

.form-progress-invoice {
    background-color: #fcfcfc;
    border-radius: 7px;
    color: #151518;
    display: grid;
    align-items: center;
    padding-left: 20px !important;
    padding-right: 20px !important;
     
}

.form-progress-invoice .open-progress .form-group {
    display: block;
}

.step-progress-invoice:last-child {
    border-bottom: none;
}

.step-progress-invoice {
    border-bottom: 1px solid #898989;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    cursor: pointer;
}

.step-progress-invoice .form-group {
    width: 100%;
    display: none;
    margin-top: 20px;
}

.step-progress-invoice .form-group.form-50 {
    width: 50%;
    padding-right: 10px;
}

.step-progress-invoice .form-group button {
    margin-top: 20px;
    width: 100%;
    height: 34px;
    font-size: 17px;
    font-weight: 200;
    background-color: #1c1c1f;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}


.step-progress-invoice .form-group small {
    font-size: 12px;
    color: #2b2b2b;
    font-weight: 500;
}

.step-progress-invoice .form-group input {
    height: 40px;
    border-radius: 4px;
    border: none;
    padding: 10px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #d3d3d3;
}

.step-progress-invoice .title-progress {
    cursor: pointer;
    width: 100%;
}

.error-msg-input{
    font-size: 14px;
    color: #ff0000;
    font-weight: 500;
}

.step-progress-invoice .title-progress h3 {
    margin: 10px 0px 10px 0px;
    text-transform: uppercase;
    color: #3a3a3a;
}

.info-cart-myaccount {
    background-color: #fcfcfc;
    border-radius: 7px;
    color: #151518;
    display: flex;
    justify-content: start;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
    flex-wrap: wrap;
}

.info-cart-myaccount img{
    width: 80px;
    position: absolute;
}
.btn-details-buy{
    height: 40px;
    background-color: transparent;
    background-image: linear-gradient(60deg, #3F51B5 0%, #673AB7 82%);
    border: none;
    font-size: 15px;
    color: #fff;
    border-radius: 4px;
}
.btn-now-buy{
    height: 40px;
    background-color: transparent;
    border: none;
    background-image: linear-gradient(60deg, #00ffe2 0%, #00bce9 82%);
    font-size: 15px;
    color: #fff;
    border-radius: 4px;
}
.badge {
    padding: 2px 10px 2px 10px;
    border-radius: 10px;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}

.info-cart-myaccount ul {
    list-style: none;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    height: 120px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    background: 
        linear-gradient(#fcfcfc 30%, rgba(255, 255, 255, 0)) center top, 
        linear-gradient(rgba(255, 255, 255, 0), #fcfcfc 70%) center bottom,
        radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) center top,
        radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) center bottom;
    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
}

.info-cart-myaccount ul li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #bbbbbb;
    padding-top: 10px;
    padding-left: 10px;
}

.info-cart-myaccount ul li:last-child {
    border-bottom: none;
}

.info-cart-myaccount ul li:nth-child(odd) {
    background-color: #f0f0f0; /* Cor para itens ímpares */
}

.info-cart-myaccount ul li:nth-child(even) {
    background-color: #ffffff; /* Cor para itens pares */
}


.info-cart-payment {
    background-color: #fcfcfc;
    border-radius: 7px;
    color: #151518;
    display: flex;
    justify-content: start;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
    flex-wrap: wrap;
}
.info-cart-payment .view-prods-mobile{
    width: 100%;
    display: flex;
    justify-content: center;
}

.info-cart-payment .view-prods-mobile button{
    border: none;
    padding: 5px 15px 5px 15px;
    background-color: #151518;
    color: #f1f1ff;
}

.info-cart-payment ul {
    list-style: none;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    height: 247px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    background: 
        linear-gradient(#fcfcfc 30%, rgba(255, 255, 255, 0)) center top, 
        linear-gradient(rgba(255, 255, 255, 0), #fcfcfc 70%) center bottom,
        radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) center top,
        radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) center bottom;
    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
}

.info-cart-payment ul li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #bbbbbb;
    padding-top: 10px;
    padding-left: 10px;
}

.info-cart-payment ul li:last-child {
    border-bottom: none;
}

.info-cart-payment ul li:nth-child(odd) {
    background-color: #f0f0f0; /* Cor para itens ímpares */
}

.info-cart-payment ul li:nth-child(even) {
    background-color: #ffffff; /* Cor para itens pares */
}

.info-cart-payment ul .top-row {
    display: flex;
    gap: 10px;
    font-weight: 800;
}
.step-progress-invoice .form-group label{
    color: #3a3a3a;
}
.input-modal{
    width: 100%;
    height: 45px;
    border: 2px solid #d5d1d1;
    border-radius: 8px;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 10px;
}
.icon-payment{
    padding: 0;
    margin: 0px 10px 0px 10px;
    top: -6px;
    position: relative;
    color: #3a3a3a;
}
.iptn-boleto{
    width: 100%;
    max-height: 30px;
    border: 2px solid #9595957a;
    border-radius: 10px;
    padding: 4px 0px 0px 10px;
}
.iptn-pix{
    width: 100%;
    max-height: 30px;
    border: 2px solid #9595957a;
    border-radius: 10px;
    padding: 4px 0px 0px 10px;
}
.button-boleto-download{
    position: relative;
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    border: none;
    background-color: transparent;
    background-image: linear-gradient(60deg, #00ffe2 0%, #00bce9 82%);
    color: #fff;
    text-decoration: none;
    width: 100%;
}
.button-copy-pix{
    position: absolute;
    right: 15px;
    height: 30px;
    border-radius: 0px 10px 10px 0px;
    width: 100px;
    border: none;
    background-color: transparent;
    background-image: linear-gradient(60deg, #00ffe2 0%, #00bce9 82%);
    color: #fff;
}

.info-cart-payment ul .bottom-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 50px;
    top: -25px;
    font-weight: 500;
    position: relative;
    margin-top: 10px;
}

.info-cart-payment .product-item .remove-product-cart {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #1c1c1f;
    cursor: pointer;
}

.info-cart-payment .total-cart-payment {
    width: 100%;
}

.info-cart-payment .total-cart-payment p {
    margin-bottom: 10px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
}

.info-cart-payment .total-cart-payment p:last-child {
    border-bottom: none;
}

.info-cart-payment .total-cart-payment p span {
    font-weight: 900;
    position: absolute;
    right: 10px;
}

.info-cart-payment ul li img {
    width: 40px;
}

.section-suporte img{
    width: 80%;
}    

.section-suporte p{
    font-weight: 200;
}

.section-suporte .button-support:hover{
    opacity: 0.6;
}

.section-suporte .button-support{
    width: 100%;
    height: 62px;
    font-size: 22px;
    border-radius: 50px;
    border: none;
    background-color: transparent;
    background-image: linear-gradient(60deg, #00ffe2 0%, #00bce9 82%);
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}

.section-suporte .button-support i{
    margin-right: 10px;
}

.payment-method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #e1e2e7;
    border-radius: 9px;
    /* -webkit-box-shadow: 0px 8px 10px 0px #d8dfeb; */
    /* box-shadow: 0px 8px 10px 0px #d8dfeb; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .payment-method .method input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 1%;
  }
  
  .payment-method .method {
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    background: #fcfcfc;
    border-radius: 10px;
  }
  
  .payment-method .method .method-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0px 5px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #e1e2e7;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
  }
  
  .payment-method .method .method-content img {
    margin-right: 10px;
    margin-left: 5px;
    width: 35px;
    height: 35px;
  }
  
  .payment-method .method .method-details span {
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #252f42;
  }
  
  .container .title {
    font-size: 20px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 20px;
  }
  
  .payment-method .method .method-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
  }
   
  .payment-method .method input[type="radio"]:checked + .method-content:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #216fe0;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
    box-shadow: 0px 0px 0px 2px #0066ff;
  }
  
  .payment-method .method input[type="radio"]:checked + .method-content {
    border: 2px solid #216ee0;
    background: #eaf1fe;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
  }
 
  .iti {
    width: 100%;
    margin-top: 10px;
  }

.image-product-details{
    text-align: center;
}
.image-product-details img{
    width: 60%;
    border-radius: 10px;
}
.description-product-details{
    font-weight: 100;
}
.price-product-details{
    font-size: 40px;
    font-weight: 900;
    color: #00bce9;
}
.line-button-add-cart{
    display: flex;
}
.line-button-add-cart input{
    height: 40px;
    width: 60px;
    font-size: 20px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    border: none;
    border-radius: 10px 0px 0px 10px;
}
.line-button-add-cart button{
    padding: 0px 20px 0px 20px;
    font-size: 20px;
    border-radius: 0px 10px 10px 0px;
    border: none;
}
@keyframes flyToCart {
    0% {
        transform: translate(0, 0);
        width: 100px;
        opacity: 1;
    }
    100% {
        transform: translate(calc(100vw - 100px), calc(-100vh + 100px));
        width: 40px; /* A largura do ícone do carrinho */
        opacity: 0;
    }
}

.fly-image {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    transition: transform 1s ease-in-out, width 1s ease-in-out, top 1s ease-in-out, left 1s ease-in-out;
}

.remove-product-cart{
    cursor: pointer;
}
@media only screen and (max-width: 450px) {
    .carousel {
        min-height: 85px !important;
    }

    .carousel-controls button {
        width: 30px !important;
        height: 29px !important;
        font-size: 18px !important;
    }

    .title-product-list{
        font-size: 10px;
        height: 60px;
    }
    .description-product-list{
        height: 40px;
        font-size: 13px;
    }
}

.info-cart-myaccount > .row {
    height: auto;
    max-height: 500px;
}

 


@media only screen and (min-width: 450px) and (max-width: 768px) {
    .carousel {
        min-height: 115px !important;
    }

}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .carousel {
        min-height: 156px !important;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .carousel {
        min-height: 215px !important;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1700px) {
    .carousel {
        min-height: 255px !important;
    }

}

/* Breadcrumb Styles */
.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.breadcrumb-item {
    font-size: 0.9rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    padding: 0 8px;
    color: #6c757d;
}

.breadcrumb-item a {
    color: #667eea;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover {
    color: #764ba2;
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #6c757d;
}

