.bg-conexaonr {
  background-color: #07282b !important;
  display: flex;
  justify-content: center;
}

.container-conexaonr {
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14) !important;
  min-height: 300px;
  width: 100%;
  border-radius: 0.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.checkout {
  width: 100%;
  margin-top: 4vh !important;
}

.title {
  font-weight: 700;
  font-size: 1.5rem;
}

.grid-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.5rem;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.product-item {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.14);
  padding: 8px;
  border-radius: 4px;
}

.btn-custom {
  width: 100%;
}

.footer-product {
  position: absolute;
  flex-direction: column;
  align-items: center;
  display: flex;
  width: 90%;
  bottom: 8px;
}

.product-safe-image {
  width: 70%;
  margin-top: 1vh;
}

.product-price {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
}

.text-total {
  font-size: 1.5rem;
  font-weight: 500;
  margin-right: 8px;
}

.currency-money {
  font-size: 1.875rem;
  font-weight: 600;
  margin-right: 8px;
}

.product-price-money {
  font-size: 1.875rem;
  font-weight: 900;
}

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

.select-options {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-custom-select {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.14);
  margin-right: 16px;
}

@media (max-width: 576px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .checkout-payment {
    margin-bottom: 4vh;
  }
  .select-options {
    flex-direction: column;
  }
}
