/* Woocommerce */
.woocommerce-shop #fabricantes,
.woocommerce-shop #promocoes,
.woocommerce-shop #canal,
.woocommerce-shop #ultimas-noticias,
.woocommerce-shop #fabricantes,
.woocommerce #fabricantes,
.woocommerce #promocoes,
.woocommerce #canal,
.woocommerce #ultimas-noticias,
.woocommerce #fabricantes,
.woocommerce #veja-tambem,
.woocommerce #mais-full {
  display: none;
}

/* Produto: Single */
.produto-single {
  margin-bottom: 56px;
}

.produto-single>.produto-detalhe {
  display: flex;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.produto-single>.produto-detalhe .produto-conteudo {
  padding: 24px;
}

.produto-single>.produto-detalhe .produto-conteudo .product_meta span a {
  font-size: 14px;
  font-family: var(--font-secundary);
  text-decoration: none;
  color: var(--gray-dark);
}

.produto-single>.produto-detalhe .produto-conteudo .product_meta span a:hover {
  text-decoration: underline;
}

.produto-single>.produto-detalhe img {
  margin: 0 !important;
}

.produto-single>.produto-detalhe .produto-titulo {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.produto-detalhe .produto-titulo h1 {
  margin-bottom: 0 !important;

  font-family: var(--font-secundary);
  font-weight: 500 !important;
  font-size: 24px !important;
}

.produto-single .produto-conteudo .woocommerce-shipping-destination strong {
  color: var(--yellow);
}

.produto-detalhe .produto-frete {
  margin-block: 8px;
}

.produto-detalhe .produto-frete span {
  color: var(--black);
  font-weight: bold;
}

.produto-detalhe .produto-frete strong {
  color: var(--green-store);
  font-weight: bold;
}

.produto-detalhe .produto-preco,
.produto-detalhe .produto-preco .duome-custom-price.duome-custom-price-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-height: 38px;
  justify-content: flex-end;
}

.produto-detalhe .produto-preco.not-discount.price {
  min-height: 88px;
}


.produto-detalhe .produto-preco.not-discount.price bdi,
.produto-detalhe .produto-preco.price ins {
  font-family: var(--font-secundary);
  color: var(--green-store);
  font-size: 36px;
  font-weight: bold;
  display: block !important;
}


.produto-detalhe .produto-preco .preco-desconto {
  padding: 2px 4px;

  display: inline-block;

  font-weight: bold;
  font-size: 10px;

  color: var(--white);
  background: var(--red-store);
  border-radius: 4px;
}

.produto-detalhe .produto-preco del {
  font-size: 16px;
  color: var(--gray-light);
}

.produto-detalhe .produto-preco ins,
.produto-detalhe .produto-preco>.amount bdi {
  font-family: var(--font-secundary);
  font-size: 16px;
  /* font-weight: 600; */
  /* color:var(--green-store); */
  text-decoration: none;

}

.produto-rodape .cart,
.produto-detalhe .cart {
  display: flex;
  align-items: center;
  margin-block: 24px;
}

.produto-rodape .cart .quantity input,
.produto-detalhe .cart .quantity input {
  height: 35px;
  background: #f1f1f1;
  border: 0 none;
}

.button--chatbot {
  border-radius: 0 !important;
  background: var(--green-store) !important;
  font-family: var(--font-secundary) !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
}

.produto-rodape .cart button[type=submit],
.produto-rodape .cart button[type=submit]:hover,
.produto-detalhe .cart button[type=submit],
.produto-detalhe .cart button[type=submit]:hover {
  border-radius: 0;
  background: var(--green-store);
  font-family: var(--font-secundary);
  font-weight: normal;
  text-transform: uppercase;
}

.produto-info {
  margin-top: 48px;
}

.produto-info h2 {
  display: block;
  padding: 8px 18px;
  margin-bottom: 12px;

  font-size: 18px !important;
  font-family: var(--font-secundary);
  text-transform: uppercase !important;

  color: var(--white);
  background: var(--yellow);
}

.produto-info p {
  margin-bottom: 36px;

  font-size: 14px !important;
  line-height: 24px;

  color: var(--black);

}

/* Produto Single: breadcrumb */
.woocommerce-breadcrumb {
  font-size: 12px !important;
  margin-top: 24px;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb a:hover {
  font-weight: bold;
  color: #000 !important;
}

/* Produto Single: Gallery */
.woocommerce-product-gallery {
  padding: 24px 18px 36px 18px;
  margin-bottom: 0 !important;

  display: flex;
  flex-direction: column;
  gap: 12px;

  background: #f1f1f1;
}

.woocommerce-product-gallery ol li {
  padding: 4px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 36px !important;
  right: 28px !important;
}

.woocommerce-tabs .tabs {
  display: none;
}

/* Produto Single: Frete */
.woocommerce table.shop_table {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0;
  font-size: 12px;
  margin-top: 20px;
}

.woocommerce table.shop_table tbody:first-child tr:first-child th {
  display: none;
}

.woocommerce table.shop_table td {
  padding: 15px 0;
}

.woocommerce table.shop_table td form .form-row {
  padding: 10px 0;
}

.woocommerce table.shop_table td form .form-row input.input-text {
  font-size: 14px;
  padding: 10px;
}

/* Produto Single: Related */
.produto-relacionado {
  margin-top: 36px;
}

.produto-relacionado h4 {
  margin-block: 24px;

  font-family: var(--font-secundary);
  font-size: 16px !important;
  text-transform: uppercase;

  color: var(--black);
}

.produto-relacionado .produto-detalhe .produto-titulo h2 {
  font-size: 16px !important;
}

.produto-relacionado .produto-detalhe .produto-preco {
  flex-direction: row;
  align-items: center;
  margin-top: 12px;
  padding-bottom: 6px;
  ;
}

.produto-relacionado .produto-detalhe .produto-preco ins {
  font-size: 21px;
}

.produto-relacionado .produto-rodape .cart {
  margin: 0;
  gap: 4px;
}

.produto-relacionado .produto-rodape .btn-saiba {
  padding-inline: 6px;
  border: 0;
}

/* Produtos Relacionando: BxSlider */
.produto-relacionado .bx-wrapper {
  box-shadow: none;
  border: 0 none;
}

.produto-relacionado .bx-wrapper .bx-pager-link {
  background: #9c9c9c;
  /* transition */
  transition: all linear 300ms;
}

.produto-relacionado .bx-wrapper .bx-pager-link.active {
  background: var(--yellow) !important;
  transform: scale(1.25);
}

/* product mode row */
.produto.produto-linha {
  display: grid;
  grid-template-columns: 1fr;
}

.produto.produto-linha .produto-item {
  display: grid;
  grid-template-columns: 200px 1fr;
}

.produto.produto-linha .produto-item .produto-detalhe {
  padding-bottom: 0px;
}

.woocommerce ul#shipping_method li label {
  display: inline;
  background: #58b34d;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 4px 12px;
}

/* Summary */
.summary.entry-summary.produto-conteudo {
  display: flex;
  flex-direction: column;
}

.summary.entry-summary.produto-conteudo .custom-infor>h3 {
  display: none;
}

.summary.entry-summary.produto-conteudo .custom-infor>p {
  margin-top: 15px;
}

.summary .wc-adpp-info {
  font-weight: 500;
  font-size: 21px;
}

.summary .mensagem-direito {
  margin-top: 24px;

  order: 5;

  font-size: 13px;
  font-family: Arial, sans-serif;
}

.preco-discount {
  font-size: 16px;
}

.preco-discount>b,
.produto-detalhe .produto-preco ins.preco.on-sale {
  font-family: var(--font-secundary);
  color: var(--green-store);
  font-size: 36px;
}

.produto-item .produto-detalhe h3 {
  min-height: 62px;
}

.produto-item .produto-preco .preco,
.produto-item .produto-preco .preco-discount {
  font-weight: 400;
  font-size: 16px;
  font-family: var(--font-secundary);
  align-items: center;
}

.produto-item .produto-preco .preco-discount>b {
  font-weight: 600;
  color: var(--green-store);
  font-size: 18px;
}

.produto-item .produto-preco .preco.on-duome-discount {
  font-size: 14px;
  font-weight: 400;
  color: #303030;
}

.produto-detalhe .produto-preco ins.preco.on-sale {
  font-weight: 600;
}

.produto-item .produto-preco .preco.on-sale {
  font-weight: 600;
  color: var(--green-store);
  font-size: 18px;
  align-items: center;
}

.produto-item .produto-preco .preco>span.amount {
  font-weight: bold;
}

#single-product-moda {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

#single-product-moda .modal-content {
  background-color: #FFF;
  width: 420px;
  max-width: 80%;
  padding: 40px;
  border-radius: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  overflow: hidden;
}

#single-product-moda .modal-content .close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: 0.5;
  transition: all .2s linear;
  cursor: pointer;
  background-color: #F1F1F1;
}

#single-product-moda .modal-content .close:hover {
  opacity: 1;
}

#single-product-moda .modal-content h3 {
  font-size: 18px;
  color: #a1a1a1;
}

#single-product-moda .modal-content p {
  margin-top: 20px;
}