/*
 * Entrada central do reskin da página de carrinho.
 *
 * Mantém as regras visuais validadas do reskin legado. Este arquivo é carregado
 * somente pelo widget da página de carrinho.
 */
.cart-legacy-bridge {
  position: absolute !important;
  left: -99999px !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

table {
  border-collapse: collapse !important;
}

#row-item > td {
  border: none;
}

.pcart-reskin-mount {
  margin: 0;
}

.pcart-reskin-mount [disabled] {
  cursor: not-allowed;
  opacity: 0.65;
}

.summary-total-prazo {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  border-bottom: 1px solid #aaa;
  padding: 0.5rem 0;
}

.summary-value.prazo > p {
  margin: 0;
}

.pagina-carrinho {
  font-family: 'Manrope', sans-serif;
}

.carrinho-container {
  max-width: 1260px;
  margin: 0 auto;
}

.carrinho-wrap {
  display: flex;
  gap: 1rem;
}

.carrinho-group-list-item-ship {
  flex: 0 0 65%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.carrinho-sumamry {
  flex: 0 0 30%;
  background-color: #eaeaea;
  padding: 1rem;
  height: fit-content;
}

thead > tr > th:nth-child(1) {
  text-align: left;
}

#row-item ul,
.row-item ul {
  list-style: none;
  padding: 0;
  font-size: 12px;
}

td > a {
  color: inherit;
  text-decoration: none;
  font-weight: bolder;
  font-size: 14px;
}

.carrinho-shipping {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  padding: 1rem;
  background: #fff;
}

.quant, .price, .col-quantity, .col-price {
  text-align: center;
}

.col-image img {
  height: 80px;
}

thead > tr > th {
  font-size: 12px;
  color: #555;
}

#row-item,
.row-item {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

tbody > tr > td {
  padding: 1rem;
}

.carrinho-items {
}

.col-remove {
  vertical-align: top;
  text-align: right;
}

#cupom {
  width: 90%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
  height: 40px;
  margin: 1rem 0;
  padding: 0 1rem;
}

.summary-list {
  list-style: none;
  padding: 0;
  line-height: 2;
  border-bottom: 1px solid #999;
  font-size: 16px;
}

.summary-li {
  display: flex;
  justify-content: space-between;
}

.summary-title {
  font-size: 24px;
}

.description {
}

.summary-total-pix {
  display: flex;
  justify-content: space-between;
}

.summary-value.pix > p {
  margin: 0;
  font-size: 12px;
}

#btn-calcular-frete {
  border: 2px solid #025054;
  color: #025054;
  background: transparent;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 14px;
  font-weight: bolder;
}

#btn-calcular-frete:hover {
  cursor: pointer;
  background-color: #025054;
  color: #fafafa;
}

.container-field {
  display: flex;
  align-items: center;
  border: 1px solid #999;
  padding: 0.5rem;
}

.container-field > input {
  text-align: center;
  border: none;
  width: max-content;
}

.container-field {
  width: max-content;
}

.container-field > input {
  width: 60px;
}

.container-field > span,
.container-field > button {
  font-size: 18px;
  color: #045559;
  font-weight: color;
  border: none;
  background: transparent;
  cursor: pointer;
}

.btn-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
}

.btn-actions > button {
  height: 40px;
  gap: 0.5rem;
}

#comprar-mais {
  border: 2px solid #01656a;
  color: #01656a;
  font-size: 16px;
  font-weight: bolder;
  border-radius: 0.25rem;
}

#finalizar {
  background-color: #01656a;
  border: 2px solid transparent;
  color: #f2f2f2;
  font-size: 16px;
  font-weight: bolder;
}

.summary-value {
  text-align: right;
}

.summary-value > .description {
  font-size: 12px;
}

.value.pix {
  font-size: 24px;
  color: #005054;
  font-weight: bolder;
}

/* Compatibilidade minima com elementos dinamicos da reskin */
.shipping-list {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
}

.shipping-option {
  width: 100%;
  border: 1px solid #cfcfcf;
  background: #fff;
  padding: 0.6rem;
  text-align: left;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.shipping-option.is-selected {
  border-color: #0c6c7a;
  background: #eaf5f7;
}

.shipping-option small {
  display: block;
  color: #666;
}

.shipping-empty {
  color: #666;
  font-size: 13px;
}

.cupom #cupom.is-success {
  border-bottom-color: #1f7a3a;
}

.cupom #cupom.is-error {
  border-bottom-color: #a42929;
}


.col-image {
  width: 25% !important;
  background: unset !important;
}
.carrinho-items th {
  border-top: none;
  background: unset;
}
.carrinho-items tr {
  border-top: none;
}
.summary-right-column {
}
.summary-li {
  margin: 0.5rem 0;
}
.col-product {
  width: 100%;
}
.col-product > ul {
  font-size: 12px !important;
}
#cep {
  margin: 1rem 0;
  height: 40px;
  padding: 0 0.5rem;
}
.shipping-list > ul > li {
  margin: 1rem 0;
  display: block;
}
.shipping-list > li {
  margin: 1rem 0;
}

.value.prazo {
  font-size: 20px;
}
#discount-pix {
  font-size: 14px;
}
.col-remove > button {
  background: unset;
  color: #ff4400;
}

.shipping-option__price.is-free,
#price-shipping.is-free {
  color: #1f7a3a;
  font-weight: 700;
}

#quantidade {
  margin: 0;
  border: none !important;
  box-shadow: none !important;
  appearance: textfield;
}

.col-quantity > form {
  margin: 0;
}

.col-price > strong {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
    
.col-image > a {
  width: 100%;
}
#row-item > td {
  display: block;
}
.carrinho-items thead {
  display: none;
}
.carrinho-items > thead {
  display: none;
}
.col-price {
  text-align: left;
}
.col-remove {
  width: 100% !important;
}
.col-image {
  width: 100% !important;
}
.carrinho-wrap {
  display: block;
}
.summary-title {
  font-size: 18px;
}
.carrinho-group-list-item-ship {
  gap: 1rem;
}

 #pcart-summary-mobile-toggle {
    margin: 1rem 0;
    background: none;
    text-decoration: underline;
  }
.carrinho-sumamry {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  right: 0;
  box-shadow: 0px 0px 25px 0 rgba(0,0,0,0.25);
  padding: 0 1rem;
}
#comprar-mais {
    display:none;
}
.pcart-reskin-mount {
    padding-bottom: 88px;
}

}
