body,
html {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden !important;
  /* background: rgba(0,0,0,.05); */
  /* Added smoother font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body-cidade {
  /* background: rgba(0,0,0,.02); */
}

.clear {
  clear: both;
}

.uppercase {
  text-transform: uppercase;
}

.flex-row {
  display: flex;
  align-items: center;
}

.flex-col {
  width: 100%;
}

.minitop {
  padding: 13px 0 11px 0;
  background: #8200ad;
  /* Added rounded corners for a softer look */
  border-radius: 0 0 8px 8px;
}

.info-badges-desktop {
  float: left;
}

.info-badges-desktop .info-badge {
  display: inline-block;
  margin-right: 15px;
  color: #fff;
  /* Added subtle padding and rounded corners */
  padding: 4px 10px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.1);
}

.info-badges-desktop .info-badge:last-child {
  margin-right: 0;
}

.info-badges-desktop .info-badge i {
  margin-right: 5px;
}

.funcionamento {
  float: right;
  color: #fff;
}

.funcionamento i {
  margin-right: 5px;
}

.top {
  padding: 30px 0 28px 0;
}

.body-cidade .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.brand a {
  display: flex;
  align-items: center;
}

.brand img {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  /* Added smooth transition for hover effects */
  transition: box-shadow 0.3s ease;
}

.brand img:hover {
  box-shadow: 0 0 10px rgba(130, 0, 173, 0.7);
}

.brand span {
  display: inline-block;
  float: left;
  max-width: 175px;
  margin-left: 16px;
  font-family: "Poppins";
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #333;
  font-size: 26px;
  line-height: 25px;
  /* Prevent text overflow */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-cidade {
  margin-top: -5px;
}

.svglogo {
  display: block;
  width: 100%;
  max-width: 216px;
}

.brand-cidade img {
  display: block;
  width: 100%;
  margin-top: 1px;
  max-width: 160px;
  height: auto;
  border-radius: 12px; /* Added subtle rounding */
}

.seletor-cidade {
  width: 100%;
  /* max-width: 200px; */
  color: #fff;
  cursor: pointer;
  /* Added padding and rounded corners */
  padding: 6px 12px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.seletor-cidade:hover {
  background-color: rgba(255, 84, 0, 0.15);
}

.seletor-cidade i {
  display: inline-block;
  color: #ff5400;
}

.seletor-cidade .lni-map-marker {
  /* no changes */
}

.seletor-cidade .lni-chevron-down {
  transform: translateY(3px);
}

.seletor-cidade-mobile span {
  color: rgba(39, 41, 62, 0.98);
}

.mini-vender-bt {
  width: 100%;
  text-align: center;
  margin: 1px 0 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px; /* increased rounding */
  padding: 16px 0 13px 0;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
  user-select: none;
}

.mini-vender-bt:hover {
  color: rgba(255, 255, 255, 0.85);
  background: #ff5400;
  transition: background-color 0.3s, color 0.3s;
}

.mini-vender-bt:hover i {
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.3s;
}

.mini-vender-bt i {
  margin-left: 8px;
  color: #ff5400;
  transition: color 0.3s;
}

.vender-bt {
  padding-right: 20px !important;
}

.vender-bt i {
  margin-right: 5px;
}

.powerdot {
  margin-left: 2px;
}

#user-menu img {
  color: #fff;
}

.barra-busca {
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
  height: 48px;
  border-radius: 12px; /* more rounded */
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.barra-busca form {
  display: flex;
  width: 100%;
}

.search-bar input[type=text] {
  float: left;
  border: 0;
  width: 90%;
  padding: 10px 0 10px 16px;
  background: #fff;
  border-radius: 12px 0 0 12px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.barra-busca input[type="text"] {
  background: none;
  flex-grow: 1;
  float: left;
  border: 0;
  width: 90%;
  font-weight: 300;
}

.barra-busca button {
  background: #e9e9e9;
  padding: 14px 22px 10px 22px;
  min-width: 70px;
  margin: 3px 4px;
  border-radius: 0 12px 12px 0;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.barra-busca button:hover {
  opacity: 0.95;
}

.barra-busca i {
  display: block;
  transform: translateY(-2px);
  text-align: center;
  font-size: 18px;
  color: #ff5400;
}

.search-bar-mobile {
  display: none;
}

.barra-busca {
  display: block;
}

@media (max-width: 768px) {
  .barra-busca {
    display: none;
  }

  .search-bar-mobile {
    display: block;
  }
}

.search-bar-mobile .clear-input {
  display: none;
  position: absolute;
  right: 25%;
  cursor: pointer;
  z-index: 1;
  font-size: 28px;
  color: #7b7b7b;
  transition: color 0.3s ease;
}

.barra-busca .input-wrapper input:focus + .clear-input,
.barra-busca .input-wrapper input:not(:placeholder-shown) + .clear-input,
.search-bar-mobile .input-wrapper input:focus + .clear-input,
.search-bar-mobile .input-wrapper input:not(:placeholder-shown) + .clear-input {
  display: block;
}

.search-bar-mobile .clear-input:hover {
  color: #000;
}

.brand.mobile {
  margin-top: -8px;
  margin-bottom: 10px;
}

.brand.mobile span {
  float: left;
  max-width: 175px;
  margin-left: 10px;
  display: inline-block;
  font-family: "Poppins";
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  height: 3.8rem;
  margin-bottom: auto;
  white-space: unset;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.brand.mobile img {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 2px solid #fff;
}

.input-wrapper {
  display: contents;
}

.search-bar {
  width: 96%;
}

.search-bar form {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.search-bar button {
  float: right;
  border: 0;
  width: 10%;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.search-bar button i,
.search-bar-mobile button i {
  display: block;
  text-align: center;
  width: 100%;
  color: #ff5400;
  font-size: 20px;
}

.search-bar button i {
  transform: translateY(0);
  line-height: 42px;
}

.search-bar-mobile button i {
  transform: translateX(-5px);
}

.search-bar-mobile {
  width: 100%;
  margin-top: 20px;
  border-radius: 30px;
  background: #fff !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.cidades .search-bar-mobile {
  margin-top: 0px;
  background: #fff;
}

.barra-busca,
.search-bar-mobile input[type=text] {
  float: left;
  border: 0;
  width: 100%;
  font-size: 16px;
  padding: 10px 16px;
  border-radius: 30px;
  box-sizing: border-box;
}

.barra-busca {
  background: #fff;
}

.search-bar-mobile button {
  background: none;
  float: right;
  border: 0;
  width: 16%;
  padding: 0;
  border-radius: 0 30px 30px 0;
}

.search-marketplace {
  width: 100%;
  padding-right: 30px;
  padding-left: 10px;
  height: 46px;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.clear-search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 32px;
  color: black;
  font-weight: 200;
  display: none;
  transition: color 0.3s ease;
}

.clear-search:hover {
  color: red;
}

.search-marketplace:not(:placeholder-shown) ~ .clear-search {
  display: block;
}

.holder-shop-bag {
  display: flex;
  align-items: center;
  width: 140px;
  height: 50px;
}

.holder-shop-bag i {
  display: block;
  margin: -3px 0 0 -1px;
  font-size: 36px;
  color: #333;
}

.holder-shop-bag span {
  display: inline-block;
  float: left;
  margin: 5px 10px 0 0;
  color: #262222;
  line-height: 50px;
}

.shop-bag {
  display: block;
  margin: -12px 0 0 0;
  position: absolute;
  width: 45px;
}

.icon-bag path {
  /* no changes */
}

.shop-bag .icon {
  width: 32px;
  height: 32px;
}

.shop-bag .counter {
  position: absolute;
  top: -11px;
  right: -12px;
  display: block;
  border-radius: 6px;
  text-align: center;
  width: 24px;
  height: 24px;
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  background: #333;
  border: 2px solid #fff;
  color: #fff;
}

.navigator {
  padding: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.navbar {
  min-height: 0;
  padding: 0;
  margin: 8px 0 8px 0;
}

.naver .navbar a,
.naver .navbar span {
  display: block;
  margin-right: 5px;
  border-radius: 8px;
  padding: 16px 14px 14px 16px;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-size: 15px;
  color: #333;
  cursor: pointer;
}

.naver .navbar li:last-child a {
  margin-right: 0;
}

.naver .navbar a:hover,
.naver .navbar a:active,
.naver .navbar a:focus,
.naver .navbar .active a,
.naver .navbar span:hover,
.naver .navbar span:active,
.naver .navbar span:focus,
.naver .navbar .active span {
  background: rgba(0, 0, 0, 0.05);
  color: #262222;
}

.naver .navbar a i {
  font-size: 12px;
  color: #ff5400;
  transition: color 0.2s ease;
}

.naver .navbar a:hover i,
.naver .navbar a:active i,
.naver .navbar a:focus i,
.naver .navbar .active a i {
  color: #ff5400;
}

.naver .icon-right {
  transform: translateX(2px);
}

.naver .icon-left {
  margin-right: 5px;
}

.navbar-nav > li > .dropdown-menu {
  padding: 0;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.navbar-nav > li > .dropdown-menu a {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  color: #262222;
  padding: 10px 16px;
  display: block;
  transition: background-color 0.2s ease;
}

.navbar-nav > li > .dropdown-menu a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.navbar-nav > li > .dropdown-menu li:last-child a {
  border-bottom: 0;
}

.navbar-nav > li > .dropdown-menu li i {
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}

.naver-dark {
  padding: 0;
  background: #262222;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.naver-dark .navbar a,
.naver-dark .navbar span {
  color: #fff;
}

.naver-dark .navbar a:hover,
.naver-dark .navbar a:active,
.naver-dark .navbar a:focus,
.naver-dark .navbar .active a {
  background: rgba(255, 255, 255, 0.9);
  color: #262222;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.cover {
  margin: 64px auto -40px auto;
  /* border-radius: 0 0 30px 30px; */
  width: 100%;
  min-height: 60px;
  max-height: 130px;
  overflow: hidden;
  border-radius: 0 0 20px 20px; /* added rounded bottom corners */
}

.cover img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 0 20px 20px;
}

.avatar {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto auto auto auto;
  background: #fff;
  width: 90px !important;
  height: 90px !important;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 3;
  transition: margin-top 0.5s ease, width 0.5s ease, height 0.5s ease;
}

.is-sticky .avatar {
  margin-top: 6px !important;
}

.grudado {
  z-index: 5 !important;
}

.avatar .holder {
  margin: 5px;
  border-radius: 100%;
  overflow: hidden;
  height: 80px;
  transition: height 0.5s ease, margin 0.5s ease;
}

.is-sticky .avatar .holder {
  margin: 4px !important;
  height: 62px;
}

.locked-bar .avatar {
  position: fixed;
  margin-top: 6px !important;
  height: 70px !important;
  width: 70px !important;
  transition: all 0.5s ease;
  z-index: 5;
}

.locked-bar .avatar .holder {
  margin: 4px !important;
  height: 62px;
}

.avatar img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  border-radius: 100%;
}

.head-holder {
  width: 100%;
  height: 240px;
}

.app-infos {
  /* background: rgba(0,0,0,.05); */
  margin: 56px auto auto auto;
  padding: 42px 12px 0 12px;
  max-width: 480px;
  border-radius: 12px; /* cantos arredondados para suavizar */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  background-color: #fff; /* fundo branco para destaque */
}

.app-infos .title {
  display: block;
  margin: 6px 6px 6px 6px;
  text-align: center;
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
  color: #333;
  user-select: none;
}

.app-infos .description {
  display: block;
  margin: 0 0 8px 0;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.app-infos .info-badges {
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  gap: 12px;
  flex-wrap: wrap;
}

.app-infos .info-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 12px);
  padding: 10px 8px;
  border-radius: 12px; /* cantos arredondados */
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
  cursor: default;
}

.app-infos .info-badge:hover {
  background-color: rgba(255, 84, 0, 0.1);
}

.app-infos .info-badge:last-child {
  border-right: none;
}

.clearline {
  margin: 5px 0 20px 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}

.body-cidade .clearline {
  background: transparent;
}

.app-infos .info-badge i {
  display: block;
  margin-right: 10px;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.55);
  flex-shrink: 0;
}

.app-infos .info-badge span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  flex-grow: 1;
  font-weight: 600;
}

/* Search bar mobile */
.search-bar-mobile {
  width: 100%;
}

.search-bar-mobile form {
  /* border: 1px solid rgba(0,0,0,.2); */
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.05);
  padding: 0 8px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.search-bar-mobile input[type=text] {
  flex-grow: 1;
  border: 0;
  width: 84%;
  padding: 20px 16px 16px 16px;
  background: transparent;
  font-size: 16px;
  color: #262222;
  border-radius: 12px 0 0 12px;
  outline: none;
  transition: background-color 0.3s ease;
}

.search-bar-mobile input[type=text]:focus {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(255, 84, 0, 0.5);
}

.search-bar-mobile button {
  float: right;
  border: 0;
  width: 16%;
  background: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 0 12px 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.search-bar-mobile button:hover {
  background-color: rgba(255, 84, 0, 0.1);
}

.search-bar-mobile button i {
  display: block;
  transform: translateY(2px);
  text-align: center;
  width: 100%;
  color: #ff5400;
  line-height: 50px;
  font-size: 22px;
}

/* Sidebar */
.sidebars {
  display: none;
}

/* Middle section */
.middle {
  margin: 20px 0 10px 0;
}

/* Categories */
.categorias {
  margin: 21px 0 0 0;
}

.categoria {
  margin: 0;
}

.categoria .counter {
  display: inline-block;
  margin: 0 6px 0 0;
  transform: translateY(-2px);
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  font-size: 14px;
  padding: 4px 10px 2px 10px;
  text-align: center;
  font-weight: 600;
  user-select: none;
}

.categoria .title {
  display: inline-block;
  margin: 0 0 18px 0;
  font-size: 21px;
  font-weight: 600;
  color: #262222;
}

.categoria .vertudo {
  display: block;
  float: right;
  margin: 6px 0 0 0;
  font-size: 17px;
  font-weight: 300;
  text-align: right;
  cursor: pointer;
  user-select: none;
}

.categoria .vertudo i {
  transform: translateY(0);
  color: #ff5400;
}

/* Infinite column */
.col-infinite-last {
  margin: auto;
  float: none;
}

.col-infinite-last .vertudo {
  margin-top: -10px;
  width: 100%;
  text-align: center;
}

.col-infinite-last .vertudo i {
  transform: translateY(2px);
}

/* Product */
.categoria .produto {
  margin-bottom: 26px;
  min-height: 370px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s ease;
}

.categoria .produto:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.categoria .produto .capa {
  display: table;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover !important;
  justify-content: center;
  align-items: end;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}

.categoria .produto .capa .nome {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
  height: 250px;
  border-radius: 12px;
  margin-bottom: -6px;
  /* background: url("../img/shadow.png") no-repeat center bottom; */
  background-size: 100% 50%;
  padding: 12px 8px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  line-height: 16px;
  font-weight: 700;
  user-select: none;
}

.categoria .produto .capa img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.categoria .produto .nome {
  display: block;
  margin: 8px 0 5px 0;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #262222;
  font-weight: 600;
  user-select: none;
}

.categoria .produto .valor_anterior {
  display: block;
  text-align: center;
  text-decoration: line-through;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.categoria .produto .apenas {
  display: block;
  margin: 0 0 4px 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 14px;
}

.categoria .produto .apenas br {
  display: none;
}

.categoria .produto .apenas-single {
  display: block;
  text-align: center;
  max-width: 70px;
  margin: 12px auto 5px auto;
}

.categoria .produto .apenas-single br {
  display: block;
}

.categoria .produto .valor {
  display: block;
  margin: 0 0 5px 0;
  text-align: center;
  font-size: 18px;
  color: #ff5400;
  font-weight: 700;
}

/* Details */
.categoria .produto .detalhes,
.categoria .estabelecimento .detalhes {
  display: block;
  padding: 10px 12px 9px 10px;
  background: rgba(39, 41, 62, 0.98);
  color: #fff;
  text-align: center;
  border-radius: 12px;
  user-select: none;
}

.categoria .produto .detalhes span,
.categoria .estabelecimento .detalhes span {
  display: inline-block;
  transform: translateY(-2px);
}

.categoria .produto .detalhes i,
.categoria .estabelecimento .detalhes i {
  display: inline-block;
  transform: translateY(1px);
  margin: 0 5px 0 0;
  font-size: 21px;
}

/* Minimum height for product */
.categoria .produto .minheight {
  min-height: 340px;
}

/* Masonry layout */
.tv-masonry {
  column-count: 4;
  column-gap: 15px;
  width: 100%;
  width: calc(100% + 15px);
}

.tv-masonry-item {
  display: inline-block;
  width: 100%;
  padding-right: 15px;
  page-break-inside: avoid;
  break-inside: avoid;
}

/* Footer info */
.footer-info {
  padding: 10px 12px 6px 12px;
  background: #8200ad;
  border-radius: 0 0 12px 12px;
}

.footer-info span {
  display: block;
  color: #fff;
  text-align: center;
  user-select: none;
}

.body-cidade .footer-info span {
  color: rgba(255, 255, 255, 0.9);
}

/* Watermark */
.watermark {
  display: block;
  padding: 16px 0 15px 0;
  width: 100%;
}

.watermark img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 150px;
  opacity: 0.4;
  filter: grayscale(100%);
  user-select: none;
}

/* Social */
.social {
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.social a {
  display: block;
  padding: 0 !important;
  margin: 7px;
  transition: transform 0.3s ease;
}

.social a:hover {
  transform: scale(1.1);
}

.social i {
  color: #fff !important;
  font-size: 20px !important;
  user-select: none;
}

.body-cidade .social i {
  color: rgba(255, 255, 255, 0.9) !important;
}

.naver .navbar .social i {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* Holder interna */
.holder-interna {
  width: 100%;
  height: 88px;
}

/* Nulled */
.nulled {
  display: block;
  padding: 12px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 20px;
  user-select: none;
}

.nulled-categoria {
  padding-top: 0;
  padding-bottom: 18px;
}

.nulled-content {
  padding: 30px;
  font-size: 20px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.4);
  user-select: none;
}

/* Title icon */
.title-icon {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.rowtitle {
  text-align: center;
}

.rowtitle .clearline {
  margin: 22px 0 0 0;
}

.title-icon span {
  font-size: 25px;
  font-weight: 600;
  color: #333;
  user-select: none;
}

.title-icon i {
  margin-right: 12px;
  color: #ff5400;
  padding: 12px;
  border-radius: 8px;
  background: #262222;
  user-select: none;
}

/* Title line */
.title-line {
  margin: 0 auto 20px auto;
  padding: 20px 0 10px 0;
  font-size: 20px;
  /* background: rgba(0,0,0,.03); */
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  /* border-top: 1px solid rgba(0,0,0,.2); */
  /* border-bottom: 1px solid rgba(0,0,0,.2); */
}

/* Breadcrumb */
.bread {
  margin: 6px 0 0 0;
  font-size: 14px;
  user-select: none;
}

.bread span {
  margin: 0 5px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}

.bread a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: color 0.3s ease;
}

.bread a:hover {
  color: #ff5400;
}

.bread i {
  color: #ff5400;
}

/* Infinite menu */
.tv-infinite-menu {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.tv-infinite-menu a {
  display: inline-block;
  padding: 22px 13px 18px 13px;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 4px solid #e5e5e5;
  color: rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease, border-color 0.3s ease;
  border-radius: 8px 8px 0 0;
  user-select: none;
}

.tv-tabs.tv-infinite-menu a {
  padding: 20px 13px 15px 13px;
}

.tv-infinite-menu a.active,
.tv-infinite-menu a:hover {
  color: #000;
  border-color: #ff5400;
}

/* Single product */
.single-produto {
  margin: 24px 0 20px 0;
}

/* Previews */
.previews {
  /* no changes */
}

.preview {
  display: block;
  margin: 0 0 20px 0;
  width: 100%;
  height: 70px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.preview img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Gallery */
.galeria {
  /* no changes */
}

.galeria .item {
  width: 100%;
  max-height: 500px;
  border-radius: 12px;
  overflow: hidden;
}

.galeria .carousel-inner * {
  cursor: zoom-in !important;
}

/* Share container */
.share-container {
  position: absolute;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  align-items: center;
  display: inline-flex;
  right: 20px;
  top: 10px;
  z-index: 1;
}

.share-container button {
  border: 0;
  background-color: transparent;
  align-items: center;
  display: inline-flex;
  text-align: center;
  padding: 0;
  cursor: pointer;
}

.share-container svg {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  padding-right: 3px;
  user-select: none;
}

.galeria .seta {
  background: transparent;
  /* opacity: 1; */
}

.galeria .seta span {
  transition: 0.3s;
}

.galeria .seta:hover span {
  transition: 0.3s;
}

.carousel-indicators li {
  margin: 0 2px 0 0 !important;
  width: 15px !important;
  height: 15px !important;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 50%; /* rounded dots */
  transition: background-color 0.3s ease;
}

.carousel-indicators li.active {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 6px rgba(255, 84, 0, 0.7);
}

.carousel-indicators li:last-child {
  margin-right: 0 !important;
}

.galeria img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

.produto-detalhes .bread {
  float: left;
  color: #999;
  padding: 15px 0 0;
  margin: 0;
  font-size: 14px;
  user-select: none;
}

.produto-detalhes .categoria {
  margin: 0 0 10px 0;
}

.produto-detalhes .categoria a {
  display: block;
  font-size: 14px;
  color: #ff5400;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.produto-detalhes .categoria a:hover {
  color: #cc4300;
}

.produto-detalhes .nome {
  margin: 0 0 9px 0;
  text-align: center;
}

.produto-detalhes .nome span {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  margin: 15px 0;
  letter-spacing: 0.02em;
  white-space: unset;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  user-select: text;
}

.produto-detalhes .ref {
  margin: 0 0 10px 0;
  color: #333;
  text-align: left;
  font-weight: 400;
}

.produto-detalhes .ref span {
  margin: 0 0 10px 0;
  text-align: left;
  padding: 0;
  font-weight: 300;
  user-select: text;
}

.produto-detalhes .div-precos {
  justify-content: space-between;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 92px;
  padding: 0;
  display: inline-grid;
  align-items: flex-end;
  gap: 12px;
}

.produto-detalhes .descricao span {
  display: block;
  font-size: 14px;
  user-select: text;
}

.produto-detalhes .valor_anterior {
  margin-bottom: 0px;
}

.produto-detalhes .valor_anterior span {
  display: block;
  font-size: 14px;
  color: #FF0000;
  font-weight: 600;
}

.produto-detalhes .valor {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  clear: both;
  text-align: left;
  font-weight: 700;
  color: #ff5400;
}

.produto-detalhes .valor span {
  display: block;
  font-size: 30px;
}

.botao-acao {
  display: block;
  padding: 12px 16px 9px 14px;
  background: rgba(39, 41, 62, 0.98);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
}

.botao-acao:hover,
.botao-acao:active,
.botao-acao:focus {
  color: #fff;
  background-color: #2b2d45;
  outline: none;
}

.botao-acao span {
  display: inline-block;
  transform: translateY(-2px);
}

.botao-acao i {
  display: inline-block;
  transform: translateY(1px);
  margin: 0 5px 0 0;
  font-size: 21px;
  color: #fff !important;
}

.back-button {
  display: block;
  padding: 12px 16px 9px 14px;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
}

.back-button:hover,
.back-button:active,
.back-button:focus {
  color: #333;
  background-color: rgba(0, 0, 0, 0.05);
  outline: none;
}

.back-button span {
  display: inline-block;
  transform: translateY(-2px);
}

.back-button i {
  display: inline-block;
  transform: translateY(1px);
  margin: 0 5px 0 0;
  font-size: 21px;
  color: #ff5400;
}

html .botao-acao-gray {
  background: rgba(0, 0, 0, 0.15) !important;
}

html .botao-acao-gray span,
html .botao-acao-gray i {
  color: #333 !important;
}

.comprar {
  margin: 6px 0 20px 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.campo-numero {
  display: flex;
  align-items: center;
  gap: 8px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.campo-numero i {
  display: inline-block;
  border: 0;
  margin: 0 5px;
  width: 37px;
  height: 37px;
  text-align: center;
  padding: 12px 12px 10px 12px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
}

.campo-numero i:hover {
  background: rgba(0, 0, 0, 0.1);
}

.campo-numero i:first-child {
  margin-left: 0;
}

.campo-numero i:last-child {
  margin-right: 0;
}

.campo-numero input {
  display: inline-block;
  border: 0;
  margin: 0;
  width: 35px;
  height: 38px;
  text-align: center;
  padding: 14px 0 8px 0;
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  user-select: text;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.comprar .line {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.comprar .line:last-child {
  border: 0;
}

.thelabel {
  display: block;
  font-weight: 600;
  transform: translateY(11px);
  user-select: none;
}

.thelabel-normal {
  transform: translateY(0);
}

.modal-content {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.85 !important;
}

.modal-header {
  margin: 0;
  padding: 12px 16px 8px 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.modal-header .close {
  margin: 0;
  padding: 0;
  font-size: 22px;
  opacity: 1;
  color: #333 !important;
  cursor: pointer;
  background: transparent;
  border: none;
  transition: color 0.3s ease;
}

.modal-header .close:hover {
  color: #ff5400 !important;
}

.modal-header button.close i {
  color: rgba(0, 0, 0, 0.3);
}

.lowpadd .col-md-6:nth-child(1) {
  padding-right: 5px;
}

.lowpadd .col-md-6:nth-child(2) {
  padding-left: 5px;
}

.modal .adicionado {
  padding: 10px 20px 23px 20px;
}

.adicionado .image {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.adicionado .image img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.adicionado .checkicon {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #ff5400;
  user-select: none;
}

@keyframes rotating {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.rotating {
  animation: rotating 2s linear infinite;
}

.adicionado .loadingicon {
  display: block;
  margin-bottom: -13px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
}

.adicionado .title {
  display: block;
  margin-bottom: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  user-select: none;
}

.adicionado .text {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  user-select: none;
}

.minifit {
  min-height: 450px;
}

.sacola {
  margin: 20px 0 30px 0;
}

.sacola-table {
  width: 100%;
  border-collapse: collapse;
}

.sacola-table thead th {
  padding-bottom: 18px;
  text-align: left;
  font-weight: 600;
  color: #262222;
}

.sacola-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.sacola-table .imagem {
  display: flex;
  margin: 10px 0;
  max-width: 87px !important;
  max-height: 87px !important;
  border-radius: 12px;
  overflow: hidden;
}

.sacola-table .imagem img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.sacola-table .nome {
  display: block;
  max-width: 350px;
  font-weight: 600;
  padding: 15px 12px 10px 12px;
  line-height: 18px;
  color: #262222;
  user-select: text;
}

.sacola-table .campo-numero {
  width: 128px;
  white-space: nowrap;
  display: block;
}

.sacola-table .observacoes {
  margin: 10px 0;
}

.sacola-table .sacola-remover,
.sacola-table .sacola-change {
  display: block;
  cursor: pointer;
  user-select: none;
}

.sacola-table .sacola-remover i,
.sacola-table .sacola-change i {
  color: #f1828d;
  margin-right: 4px;
  transition: color 0.3s ease;
}

.sacola-table .sacola-remover:hover i,
.sacola-table .sacola-change:hover i {
  color: #d14f62;
}

.sacola-null {
  display: none !important;
}

.sacola-null:nth-child(1) {
  display: table-row !important;
}

.sacola-null .nulled {
  padding: 22px 20px 20px 20px;
}

.linha-subtotal {
  margin: 10px 0 0 0;
}

.subtotal {
  display: block;
  padding: 9px 0 7px 0;
  font-size: 20px;
  font-weight: 700;
  color: #262222;
}

.pedido {
  margin: auto auto 20px auto;
  width: 100%;
}

.pedido-actions {
  margin: 0;
  padding: 15px 0 4px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.mtminus {
  float: left;
  width: 100%;
  margin-top: -20px;
}

.title-line {
  margin: 0 auto 20px auto;
  padding: 20px 0 16px 0;
  font-size: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  user-select: none;
}

.title-line span {
  font-weight: 600;
  color: #333;
}

.title-line i {
  margin-right: 12px;
  color: #ff5400;
}

.title-icon span {
  font-weight: 600;
  color: #333;
}

.row-line {
  margin-bottom: 20px;
  clear: both;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.fake-hidden {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.error-pedido-minimo .error {
  text-align: center;
  margin: -5px 0 0 0;
  padding: 0 15px 15px 15px;
  color: #d14f62;
  font-weight: 600;
}

.error-pedido-minimo-sacola .error {
  margin: 4px 0 2px 0;
  padding: 0;
  color: #d14f62;
  font-weight: 600;
}

.is-sticky,
.sticky-wrapper {
  transition: 2s;
}

.obrigado {
  margin: auto;
  padding: 17px 20px 27px 20px;
  width: 100%;
  max-width: 600px;
  text-align: center;
}

.obrigado .botao-acao {
  margin: 20px auto 0 auto;
  width: 100%;
  max-width: 250px;
}

.obrigado .text {
  line-height: 22px;
  font-size: 16px;
  color: #262222;
  user-select: none;
}

#modalalerta .modal-body {
  text-align: center;
}

#modalalerta .modal-body span {
  display: block;
  margin: auto;
  max-width: 500px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  line-height: 26px;
  user-select: none;
}

#modalalerta .modal-body i {
  display: block;
  margin: auto auto 16px auto;
  width: 64px;
  height: 64px;
  line-height: 60px;
  border-radius: 100%;
  font-size: 28px;
  text-align: center;
  opacity: 1 !important;
  transition: color 0.3s ease, border-color 0.3s ease;
}

#modalalerta .modal-body .alerta-icone-erro {
  border: 3px solid #f1828d;
  color: #f1828d;
}

#modalalerta .modal-body .alerta-icone-sucesso {
  border: 3px solid #ff5400;
  color: #ff5400;
}

.sidebar {
  /* No changes */
}

.sidr {
  background: #fff !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
  /* border-right: 1px solid #e5e5e5; */
  /* border-left: 1px solid #e5e5e5; */
  border-radius: 0 8px 8px 0;
  transition: box-shadow 0.3s ease;
}

.sidebar .sidebar-header {
  padding: 22px 12px 20px 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sidebar .sidebar-header .close-sidebar {
  font-size: 22px;
  color: #333;
  cursor: pointer;
  transition: color 0.3s ease;
}

.sidebar .sidebar-header .close-sidebar:hover {
  color: #ff5400;
}

.sidebar-content {
  padding: 9px 12px 6px 12px;
}

.sidebar-info {
  margin-bottom: 5px;
}

.sidebar-info .title {
  padding: 12px 12px 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}

.sidebar-info .title i {
  margin-right: 8px;
  font-size: 18px;
  color: #ff5400;
}

.sidebar-info .title span {
  font-weight: 700;
}

.sidebar-info .content {
  padding: 10px 0;
  line-height: 18px;
  color: #555;
  font-size: 14px;
}

.sidebar-info .content .listitem {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #444;
}

.sidebar-info .content .listitem i {
  margin-right: 8px;
  font-size: 16px;
  color: #ff5400;
}

.sidebar-info .content .listitem .lni-envelope {
  transform: translateY(1px);
}

.sidebar-info .social {
  margin-top: 2px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 12px;
  justify-content: flex-start;
}

.paginacao {
  display: flex;
  width: 100%;
  align-content: center;
  justify-content: center;
  margin: 20px 0;
}

.pagination {
  padding: 0;
  margin: auto;
  display: flex;
  gap: 6px;
}

.pagination > li > a,
.pagination > li > span {
  padding: 13px 18px 11px 18px !important;
  color: #333;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: 0;
  background: transparent;
  margin: 0 2px;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination > li > a:hover,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #013728;
  color: #ff4e0e !important;
  border-color: rgba(255, 255, 255, 0.3);
  outline: none;
}

.pagination a:focus i,
.pagination a:hover i {
  color: #fff !important;
}

.pagination i {
  color: #333;
  font-size: 12px;
}

.pagination .pagination-back a,
.pagination .pagination-next a {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}

.paginaerro {
  margin-bottom: 40px;
  color: #f1828d;
  font-weight: 600;
  text-align: center;
}

.funcionamento-mobile {
  margin: 3px 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
  user-select: none;
}

.funcionamento-mobile i {
  margin-right: 3px;
  color: #ff5400;
}

.work .img,
.banners .carousel-inner,
.categoria .produto,
.video-home {
  border-radius: 20px !important;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.work a {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.banners {
  margin: 12px 0 35px 0;
  width: 100%;
}

.banners .seta-esquerda,
.banners .seta-direita {
  background: transparent;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.banners .seta-esquerda:hover,
.banners .seta-direita:hover {
  background-color: rgba(255, 84, 0, 0.1);
}

.banners .carousel-inner {
  border-radius: 6px;
  max-height: 300px;
  overflow: hidden;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banners img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: auto;
  height: auto;
  border-radius: 6px;
}

.opcoes {
  /* No changes */
}

.comprar .line-variacao {
  padding: 10px 0 12px 0;
}

.line-variacao .thelabel {
  display: block;
  margin: 6px 0 13px 0;
  transform: translateY(0) !important;
  font-weight: 600;
  color: #333;
}

.line-variacao .escolhas {
  display: block;
  margin: 6px 0 13px 0;
  transform: translateY(0) !important;
}

.opcoes .opcao {
  display: flex;
  float: left;
  align-items: center;
  margin: 0 0 10px 0;
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  width: 49%;
  min-height: 62px;
  padding: 0;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.opcoes .opcao:nth-child(even) {
  float: right;
}

.opcoes .opcao:hover {
  background: rgba(255, 84, 0, 0.1);
}

.opcoes .opcao .check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  float: left;
  padding: 10px 10px 8px 10px;
  height: 35px;
  transition: background-color 0.4s ease;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 6px 0 0 6px;
}

.opcoes .opcao:focus .check,
.opcoes .opcao:active .check {
  background: rgba(0, 0, 0, 0.05);
  outline: none;
}

.opcoes .opcao.active .check {
  background: #000;
  transition: background-color 0.4s ease;
}

.opcoes .opcao.active .check i {
  display: block;
  text-align: center;
  color: #fff;
  transition: color 0.4s ease;
  content: "\ea55";
}

.opcoes .opcao:hover .check i::before,
.opcoes .opcao.active .check i::before {
  content: "\ea55";
  transition: color 0.4s ease;
  color: #fff;
}

.opcoes .opcao:focus .check i,
.opcoes .opcao:active .check i {
  opacity: 0;
}

.opcoes .opcao .detalhes {
  display: block;
  width: 85%;
  float: left;
  padding: 10px 10px 8px 10px;
  color: #333;
}

.opcoes .opcao .titulo {
  display: block;
  padding: 2px 0 0 0;
  font-weight: 600;
}

.opcoes .opcao .descricao {
  display: block;
  font-size: 14px;
  color: #555;
}

.opcoes .checker {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.produto-total {
  display: block;
}

.error-holder {
  display: block;
  margin: 4px 0 0 0;
  width: 100%;
  height: auto;
  color: #d14f62;
  font-weight: 600;
  font-size: 14px;
}

.line-variacao .fakehidden {
  display: none;
}

.sacola-alterar td {
  padding: 6px 12px;
}

.sacola-alterar .td-nome {
  padding: 0;
}

.sacola-alterar .td-valor {
  min-width: 100px;
}

.sacola-alterar .td-acoes {
  padding: 0;
}

.sacola-alterar .td-acoes .holder {
  display: flex;
  margin: 8px auto auto auto;
  justify-content: center;
  align-items: center;
  min-width: 205px;
  gap: 12px;
}

.sacola-alterar .td-acoes a {
  padding: 12px;
  text-align: center;
  color: #ff5400;
  transition: color 0.3s ease;
}

.sacola-alterar .td-acoes a:hover {
  color: #cc4300;
}

.sacola-alterar .td-acoes a i {
  display: inline-block;
  font-size: 18px;
}

.sacola-alterar .td-acoes a span {
  display: inline-block !important;
}

.sacola-alterar .td-detalhes {
  padding: 0 6px;
}

.sacola-alterar .td-detalhes span {
  display: block;
  padding: 12px;
  background: rgba(0, 0, 0, 0.05);
  max-height: 92px;
  font-size: 12px;
  border-radius: 6px;
  overflow-y: auto;
  color: #333;
  user-select: text;
}

.floatbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #262222;
  z-index: 9999;
}

.floatbar .floatitem {
  width: 100%;
  cursor: pointer;
  user-select: none;
}

.floatbar .floatitem .floaticon i {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 12px 14px 15px 14px;
}

.floatbar .floatitem .floaticon .lni-frame-expand {
  font-size: 20px;
  transform: translateY(3px);
}

.floatbar .floatitem .floaticon .lni-star {
  transform: translateY(2px);
}

.floatbar .floatitem .floaticon .lni-bullhorn {
  transform: translateY(3px);
}

.floatbar-holder {
  width: 100%;
  height: 60px;
}

.estabelecimentos {
  margin-bottom: 29px;
}

.estabelecimentos .estabelecimento {
  /* No changes */
}

.estabelecimentos .estabelecimento .capa {
  /* margin: 0 0 -50px 0;
  background: rgba(0,0,0,.1);
  border-radius: 6px;
  height: 120px;
  overflow: hidden; */
}

.estabelecimentos .estabelecimento .noshadow {
  background: transparent !important;
}

.estabelecimentos .estabelecimento .capa img {
  /* display: block;
  width: 100%;
  height: auto;
  opacity: .8; */
  border-radius: 12px;
  object-fit: cover;
}

.estabelecimentos .estabelecimento .perfil {
  display: block;
  margin: auto auto 10px auto;
  background: #fff;
  width: 60px !important;
  height: 60px !important;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 3;
  transition: 0.5s;
}

.estabelecimentos .estabelecimento .perfil .holder {
  margin: 5px;
  float: left;
  border-radius: 100%;
  overflow: hidden;
}

.estabelecimentos .estabelecimento .perfil img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 100%;
  object-fit: cover;
}

.estabelecimentos .estabelecimento .descricao {
  display: block;
  margin: 6px 8px 4px 8px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.estabelecimentos .estabelecimento .status {
  text-align: center;
  margin: 9px 0 8px 0;
}

.estabelecimentos .estabelecimento .status span {
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
}

.estabelecimentos .estabelecimento .status .aberto i {
  color: #ff5400;
}

.estabelecimentos .estabelecimento .status .fechado i {
  color: #f1828d;
}

.categoria .estabelecimentos .produto .capa .nome {
  height: 160px;
}

.categoria .estabelecimento {
  min-height: 242px;
  margin-bottom: 0;
}

.noborder {
  border: 0 !important;
}

.middle-bar {
  display: flex;
  justify-content: center;
}

.segmentos {
  margin: 0;
  padding: 0;
  /* background: rgba(0,0,0,.05); */
  /* border-top: 1px solid rgba(0,0,0,.15); */
  /* border-bottom: 1px solid rgba(0,0,0,.15); */
}

.segmentos .explorer {
  margin-right: 5px;
  transform: translateY(0);
}

.explorador {
  margin-right: 2px !important;
  font-size: 23px !important;
}

.segmentos a {
  border-color: #e5e5e5;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 8px;
  display: inline-block;
  transition: border-color 0.3s ease, color 0.3s ease;
  user-select: none;
}

.segmentos a span {
  margin: auto;
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 18px;
  /* max-width: 120px; */
}

.segmentos a.active,
.segmentos a:hover {
  border-color: #ff5400 !important;
  color: #333;
  cursor: pointer;
}

.search-bar {
  margin: auto;
  width: 100%;
}

.body-cidade .categoria .produto .detalhes i,
.body-cidade .categoria .estabelecimento .detalhes i {
  color: #ff5400;
}

.body-cidade .categoria .produto .detalhes {
  background: rgba(0, 0, 0, 0.05);
  color: #262222;
  border-radius: 8px;
  padding: 10px;
  user-select: none;
}

.title-icon i.icon-normal {
  background: transparent;
  padding: 0;
  margin-right: 5px;
}

.back-gray {
  margin-top: -20px;
  padding: 20px 0 0 0;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 8px;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.body-cidade .top {
  padding: 26px 0 24px 0 !important;
}

.breadcrumb-gray {
  /* padding: 10px; */
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.breadcrumb-gray .search-bar-mobile form {
  margin: 10px;
  background: #fff !important;
  border-radius: 12px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.seletor-cidade-mobile {
  margin-top: 72px;
  padding: 24px 12px 19px 12px;
  background: rgba(0, 0, 0, 0.03);
  float: left;
  max-width: 100%;
  border-radius: 12px;
}

.seletor-cidade-mobile span {
  display: block;
  margin: auto;
  max-width: 300px;
  text-align: center;
  padding: 0;
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(39, 41, 62, 0.98);
  user-select: none;
}

.seletor-cidade-mobile span strong {
  font-weight: 600;
}

.seletor-cidade .lni-map-marker {
  margin-right: 0;
}

.seletor-cidade .lni-chevron-down {
  transform: translateY(0);
  margin-left: 2px;
}

.tv-tabs i {
  margin-right: 5px;
}

.tv-tabs .lni-pointer {
  transform: translateY(3px);
}

.tv-tabs .lni-target {
  transform: translateY(1px);
}

.cidade-box {
  margin: auto auto 2px auto;
  width: 100%;
  max-width: 400px;
}

.cidade-box .fake-select select {
  /* padding: 18px 16px 16px 16px; */
  /* font-size: 16px; */
}

.cidade-box .fake-select i {
  /* margin: 24px 30px 0 0; */
}

.cidade-box .text-escolha {
  display: block;
  margin: 6px 0 18px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  user-select: none;
}

.cidade-box .form-field-entrar {
  display: block;
  float: none;
  margin: auto auto 4px auto;
  width: 100%;
  max-width: 190px;
}

.cidade-box .form-field-entrar button {
  padding: 17px 23px 14px 26px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cidade-box .form-field-entrar button:hover {
  background-color: #ff5400;
  color: #fff;
}

.body-cidade .categoria {
  float: left;
  width: 100%;
  margin: 1px 0 -10px 0 !important;
}

.body-cidade .search-bar {
  width: 100%;
  float: left;
}

.mini-links a {
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.3s ease;
  user-select: none;
}

.mini-links a:hover {
  color: #fff;
}

.mini-links a:last-child {
  margin-right: 0;
}

.mini-links a i {
  margin-right: 5px;
  color: #ff5400;
}

.body-cidade .user-menu .lni-menu {
  margin: -1px 0 0 6px;
}

.body-cidade .user-menu .lni-arrow-left {
  margin: -1px 0 0 5px;
}

.body-cidade .user-menu .lni-map-marker {
  margin: -1px 5px 0 0;
  font-size: 27px;
}

.sidebar-links a {
  display: block;
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s ease;
  user-select: none;
}

.sidebar-links a:hover {
  background-color: rgba(255, 84, 0, 0.1);
}

.sidebar-links i {
  margin-right: 6px;
  color: #ff5400;
}

.footer-cidade span {
  margin: 8px 0 0 0;
  padding: 0;
  user-select: none;
}

.footer-cidade .social {
  margin: 1px 0 0 0;
  padding: 0;
  float: right;
}

.addtohome {
  display: none;
}

.cupom-msg {
  display: block;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  user-select: none;
}

.cupom-fail {
  color: red;
}

.cupom-ok {
  color: green;
}

/* Responsive media queries */

@media (max-width: 320px) {
  /* Custom styles for very small devices */
}

@media (max-width: 544px) {
  /* Custom styles for small devices */
}

@media (min-width: 545px) and (max-width: 767px) {
  /* Custom styles for small to medium devices */
}

@media (min-width: 546px) and (max-width: 991px) {
  /* Custom styles for medium devices */
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* Custom styles for large devices */
}

@media (min-width: 1200px) {
  .categoria .produto .capa .nome {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 12px 14px 12px;
  }
}

/* Navbar hover dropdown for large screens */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

/* All mobile devices */
@media (max-width: 991px) {
  .tv-masonry {
    column-count: 2;
  }

  .tv-infinite {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .tv-infinite::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .produtos .tv-infinite .col-infinite {
    display: inline-block !important;
    vertical-align: middle !important;
    padding-right: 0 !important;
    white-space: normal !important;
    width: 100% !important;
    max-width: 160px !important;
    height: auto !important;
  }

  .col-infinite .produto .capa {
    max-height: 170px;
    margin-bottom: 6px;
  }

  .col-infinite .produto .capa .nome {
    height: 170px;
  }

  .col-infinite .produto {
    min-height: 0;
  }

  .estabelecimentos .tv-infinite .col-infinite {
    display: inline-block !important;
    vertical-align: middle !important;
    padding-right: 0 !important;
    white-space: normal !important;
    width: 100% !important;
    max-width: 160px !important;
    height: auto !important;
  }

  .estabelecimentos .estabelecimento {
    min-height: 0;
  }

  .estabelecimentos .estabelecimento .capa {
    height: 70px;
  }

  .categoria .produto .apenas-single {
    display: block;
    text-align: center;
    max-width: 70px;
    margin: 9px auto 4px auto;
  }

  .header .top {
    width: 100%;
    position: fixed;
    padding: 18px 0 18px 0;
    /* border-bottom: 1px solid rgba(0,0,0,.1) !important; */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
  }

  .shop-bag {
    margin-top: -15px;
  }

  .holder-shop-bag {
    height: 30px;
    width: 48px;
  }

  .user-menu i {
    display: block;
    margin: 2px 0 0 5px;
    color: #333;
    text-align: center;
    font-size: 27px;
  }

  .tv-infinite .produto {
    margin-bottom: 0;
  }

  .tv-infinite .col-infinite:last-child {
    margin-right: 20px;
  }

  .tv-infinite .col-infinite-last {
    margin-right: 15px;
  }

  .middle {
    margin: 0;
  }

  .col-infinite-last .vertudo {
    margin-top: 0;
  }

  .tv-grid .produto .capa {
    max-height: 170px;
    margin-bottom: 6px;
  }

  .tv-grid .produto .capa .nome {
    height: 170px;
  }

  .tv-grid .col-xs-6:nth-child(odd) {
    padding-right: 10px;
  }

  .tv-grid .col-xs-6:nth-child(even) {
    padding-left: 10px;
  }

  .tv-grid .produto {
    min-height: 290px;
    margin-bottom: 25px;
  }

  .no-bottom-mobile {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .title-icon {
    width: 100%;
    margin: 0 0 0 0;
    font-size: 20px;
  }

  .title-icon span {
    display: block;
    margin: 0 0 0 0;
    text-align: center;
    font-size: 24px;
  }

  .bread-box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .bread {
    display: block;
    margin: auto;
    margin: 5px 0 20px 0;
  }

  .tv-infinite-menu {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .holder-interna-nopadd {
    height: 40px;
  }

  .nopaddmobile {
    padding: 0;
  }

  .padd-container-mobile {
    padding: 20px 15px 9px 15px;
  }

  .single-produto {
    text-align: left;
  }

  .produto-detalhes .nome {
    margin-bottom: 9px;
  }

  .produto-detalhes .nome span {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 700;
    line-height: 25px;
  }

  .produto-detalhes .categoria a {
    font-size: 16px;
  }

  .produto-detalhes .descricao {
    margin-bottom: 8px;
  }

  .galeria img {
    border-radius: 0;
  }

  .share-container {
    bottom: 10px;
    top: auto;
  }

  .comprar .line .thelabel {
    text-align: left;
  }

  .botao-acao {
    width: 100%;
  }

  .relacionados {
    margin-top: -45px;
  }

  .galeria .carousel-inner {
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  .produto-detalhes .categoria {
    margin-bottom: 7px;
  }

  .lowpadd .col-md-6:nth-child(1) {
    padding-right: 15px;
  }

  .lowpadd .col-md-6:nth-child(2) {
    padding-left: 15px;
  }

  .modal-header .close {
    width: auto;
  }

  #modalcarrinho .botao-acao {
    padding: 12px 12px 10px 12px;
  }

  #modalcarrinho .botao-acao-gray {
    margin-bottom: 10px;
  }

  .sacola {
    margin-top: 4px;
  }

  .sacola-table {
    margin-top: 0;
  }

  .sacola-table thead {
    display: none;
  }

  .sacola-table tr {
    display: block;
    margin: 0;
    padding: 8px 10px 18px 10px;
    text-align: center;
  }

  .sacola-table tr td {
    display: block;
    padding: 10px 10px 0 10px;
  }

  .sacola-table tr td.td-foto {
    width: 100%;
    float: left;
  }

  .sacola-table tr td.td-foto .imagem {
    margin: auto;
    width: 60px;
    height: auto;
  }

  .sacola-table tr td.td-nome {
    width: 100%;
    float: right;
  }

.linha-subtotal {
  padding: 0 15px;
}

.subtotal {
  text-align: center;
  padding: 8px 15px 13px 15px;
  font-weight: 700;
  font-size: 18px;
  color: #262222;
  user-select: none;
}

.pedido {
  padding: 0 15px 15px 15px;
}

.pedido .col-xs-6:nth-child(1) {
  padding-right: 5px;
}

.pedido .col-xs-6:nth-child(2) {
  padding-left: 5px;
}

.pedido .col-xs-5:nth-child(1) {
  padding-right: 5px;
}

.pedido .col-xs-7:nth-child(3) {
  padding-left: 5px;
}

.pedido .mtminus {
  margin-top: -12px;
}

.rowtitle {
  padding: 88px 15px 0 15px;
  background: rgba(0, 0, 0, 0.03);
  user-select: none;
}

.rowtitle .clearline {
  margin-top: 8px;
}

.botao-acao,
.back-button {
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
  user-select: none;
}

.holder-interna-sacola {
  height: 0;
}

.title-line {
  text-align: center;
}

.fake-hidden {
  padding: 0 !important;
}

.pedido-actions {
  /* no changes */
}

.sacola-null .nulled {
  padding-top: 8px;
}

.banners {
  margin: 20px 0 -4px 0;
}

.categoria {
  margin-bottom: 19px;
}

.line-variacao .thelabel {
  display: block;
  width: 100%;
  text-align: center !important;
  margin: 4px 0 0 0;
  font-size: 16px;
  transform: translateY(0) !important;
  font-weight: 600;
  color: #333;
  user-select: none;
}

.line-variacao .escolhas {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 12px 0;
  font-size: 12px;
  transform: translateY(0) !important;
  color: #555;
}

.opcoes .opcao {
  margin: 0 0 10px 0;
  width: 100%;
  min-height: 62px;
  text-align: left;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.opcoes .opcao:hover {
  background: rgba(255, 84, 0, 0.1);
}

.error-holder {
  margin: 5px 0 -5px 0;
  color: #d14f62;
  font-weight: 600;
  font-size: 14px;
}

.opcoes .opcao .detalhes {
  padding-left: 15px;
  color: #333;
}

.produto-detalhes .ref {
  margin: 0 0 6px 0;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

.subtotal-adicionar {
  padding-top: 5px !important;
}

.sacola-alterar .td-acoes .holder {
  margin: 10px auto 5px auto;
  width: 100%;
  max-width: 450px;
  justify-content: center;
  display: flex;
  gap: 12px;
}

.sacola-alterar td {
  padding: 0;
}

.sacola-table tr td.td-nome span {
  display: block;
  margin: auto;
  width: 80%;
  padding: 19px 0 8px 0;
  font-size: 16px;
  text-align: center;
  user-select: text;
}

.sacola-table tr td.td-quantidade {
  /* no changes */
}

.sacola-table tr .td-quantidade .holder-acao {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sacola-table tr .td-quantidade .item-acao {
  text-align: center;
  width: 100%;
}

.sacola-table tr .td-quantidade .item-acao a {
  padding: 10px 5px 5px 5px !important;
  cursor: pointer;
}

.sacola-table tr .td-quantidade .item-acao a i {
  font-size: 20px;
  color: #ff5400;
  transition: color 0.3s ease;
}

.sacola-table tr .td-quantidade .item-acao a:hover i {
  color: #cc4300;
}

.sacola-table .td-quantidade .sacola-remover {
  text-align: center;
  float: none;
  cursor: pointer;
}

.sacola-table tr td.td-quantidade .campo-numero {
  margin: 6px auto 7px auto;
  float: none;
  width: auto;
}

.sacola-table .sacola-remover {
  display: block;
  float: right;
  text-align: right;
  margin: 0;
  padding: 9px 0 0 0;
  cursor: pointer;
}

.sacola-alterar .td-detalhes {
  padding: 0;
  width: 100%;
  max-width: 1000px;
}

.sacola-alterar .td-detalhes span {
  display: block;
  padding: 8px;
  max-height: 450px;
  margin: 10px auto 0 auto;
  width: 85%;
  font-size: 14px;
  overflow-y: auto;
  color: #333;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.05);
  user-select: text;
}

.sacola-alterar .td-valor {
  padding: 8px 0 0 0;
  font-size: 16px;
  font-weight: 600;
  color: #262222;
}

.sacola-alterar .td-valor span,
.sacola-alterar .td-valor div {
  display: inline-block;
}

.relacionados .tv-grid .produto {
  margin-bottom: 8px !important;
}

.fillrelacionados {
  width: 100%;
  height: 1px;
  margin: -40px 0 0 0;
}

.floatbar {
  display: flex !important;
}

.segmentos {
  /* float: left; */
  /* margin: 0; */
  /* border-top: 0; */
}

.back-gray {
  margin-top: 0;
  padding: 0;
  background: transparent;
}

.back-gray .rowtitle {
  padding-top: 20px;
  background: transparent;
}

.tv-tabs {
  margin: auto !important;
  display: flex !important;
  justify-content: center !important;
}

.seletor-cidade-mobile {
  display: flex !important;
  justify-content: center;
}

.tv-grid .estabelecimento {
  min-height: 240px;
}

.body-cidade .categoria {
  margin: 0 0 20px 0 !important;
}

.body-cidade .categoria:last-child {
  margin-bottom: 32px !important;
}

.body-cidade .categoria.no-bottom-mobile {
  margin-bottom: 0 !important;
}

.body-cidade .rowtitle {
  padding: 15px 15px 0 15px !important;
}

.body-cidade .top {
  padding: 22px 0 16px 0 !important;
}

.espacer-cidade {
  float: left;
  width: 100%;
  height: 66px;
}

.categoria .title {
  font-size: 20px;
  font-weight: 600;
  color: #262222;
}

.categoria .vertudo i {
  transform: translateY(-1px);
  color: #ff5400;
}

.tv-infinite-menu a {
  padding: 20px 13px 15px 13px;
}

.body-cidade .obrigado {
  margin: 20px 0 0 0;
  padding: 0;
}

.back-gray-mobile {
  background: rgba(0, 0, 0, 0.03);
}

/* .cidade-box .fake-select select {
  padding: 16px 16px 14px 16px;
  font-size: 16px;
}

.cidade-box .fake-select i {
  margin: 23px 30px 0 0;
} */

.cidade-box .text-escolha {
  margin: 0 0 12px 0;
  font-weight: 600;
  user-select: none;
}

.paginacao {
  width: 100%;
}

.footer-cidade .social {
  margin: 3px auto 4px auto;
  float: none;
}

.categorias {
  margin-bottom: 30px;
}

.footer-info {
  background: #471ca8;
  padding: 16px 12px 6px 12px;
}

.segmentos .tv-infinite-menu a {
  padding: 24px 13px 18px 13px;
}

.paginacao {
  transform: translateY(-4px);
  margin-top: -20px !important;
}

.body-cidade .footer-info {
  padding: 6px 12px 1px 12px;
}

.social {
  margin: 3px 0 0 0;
}

.watermark {
  padding: 16px 0 18px 0;
}

.brand-cidade img {
  margin: -6px auto -10px auto;
  max-width: 93px;
  border-radius: 12px;
  object-fit: cover;
}

.body-cidade .footer-info span {
  display: block;
  width: 100% !important;
  user-select: none;
}

/* Scroll to top button */
#ir-ao-topo {
  display: inline-block;
  background-color: #fe6f42;
  width: 42px;
  height: 42px;
  text-align: center;
  position: fixed;
  bottom: 90px;
  right: 15px;
  border-radius: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}

#ir-ao-topo::after {
  content: "\e113";
  font-family: "Glyphicons Halflings";
  font-size: 1.5em;
  line-height: 42px;
  color: #fff;
}

#ir-ao-topo:hover {
  background-color: #333;
}

#ir-ao-topo:active {
  background-color: #555;
}

#ir-ao-topo.show {
  opacity: 1;
  visibility: visible;
}

/* CAIXOTE */

@media (min-width: 992px) and (max-width: 1024px) {
  .brand span {
    font-size: 21px;
    line-height: 21px;
    margin-left: 10px;
  }

  .body-cidade .search-bar {
    width: 100%;
  }
}

@media (min-width: 1180px) {
  .body-cidade .search-bar {
    transform: translateX(-7%);
    width: 107%;
  }
}

/* Buttons Verde and Vermelho */

.verde {
  box-shadow: 0 0 0 0 #3dc21b;
  background-color: #008f24;
  border-radius: 6px;
  border: 1px solid #18ab29;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 4px 43px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  user-select: none;
}

.verde:hover {
  background-color: #369603;
}

.verde:active {
  position: relative;
  top: 1px;
}

.vermelho {
  box-shadow: 0 0 0 0 #c21b1b;
  background-color: #db0000;
  border-radius: 6px;
  border: 1px solid #cc1800;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 4px 43px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  user-select: none;
}

.vermelho:hover {
  background-color: #fa0808;
}

.vermelho:active {
  position: relative;
  top: 1px;
}

.verdedesktop {
  box-shadow: 0 0 0 0 #3dc21b;
  background-color: #008f24;
  border-radius: 6px;
  border: 1px solid #18ab29;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 4px 24px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  user-select: none;
}

.verdedesktop:hover {
  background-color: #369603;
}

.verdedesktop:active {
  position: relative;
  top: 1px;
}

.vermelhodesktop {
  box-shadow: 0 0 0 0 #c20000;
  background-color: #ad0000;
  border-radius: 6px;
  border: 1px solid #cc0000;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 4px 24px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  user-select: none;
}

.vermelhodesktop:hover {
  background-color: #db0404;
}

.vermelhodesktop:active {
  position: relative;
  top: 1px;
}
