.carrito__titulo {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 2rem 0;
}
/*section#main-body {
  background-color: #007a93;
}*/

/* Buscador */
.buscador {
  background-color: #fff;
  /* margin: 0rem 4rem; */
  border-radius: 1rem;
}

@media (min-width: 1200px) {
  #order-standard_cart .cart-body {
    width: 70%;
  }

  .buscador {
    width: 50%;
    margin: 0rem auto;
  }
}

.buscador__contenedor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.1rem 0.5rem;
  margin: 3rem 0rem;
  width: 100%;
}
.buscador__img {
  width: 5rem;
}
.buscador__input {
  color: #000;
  background-color: transparent;
  border: none;
  padding: 1rem;
  flex: 1;
  font-family: sans-serif;
  text-align: center;
  font-size: 1.1rem;
}
.buscador__input::placeholder {
  color: #6c757d;
}
.buscador__input:focus {
  outline: none;
}

.buscador__btn {
  background-color: #333;
  padding: 0.8rem 2rem;
  border-radius: 0.7rem;
  border: none;
  font-weight: bold;
  color: #fff;
}
.btn__anios {
  background-color: #369;
  border-radius: 1rem;
}

/* Ajustes */
#order-standard_cart .secondary-cart-body {
  background-color: #fff;
  padding: 1.4rem;
}
#order-standard_cart .view-cart-items-header {
  text-transform: uppercase;
  color: #000;
  background-color: #e5e5e5;
}
#order #order-standard_cart .secondary-cart-sidebar,
#order-standard_cart .order-summary h2,
#order-standard_cart .summary-container {
  padding: 0;
  background-color: #e5e5e5;
}
#order-standard_cart .order-summary {
  border-bottom: none;
}
#order-standard_cart .secondary-cart-sidebar {
  height: auto;
  background-color: #e5e5e5;
  margin-top: 1rem;
  padding: 0;
}
@media (min-width: 992px) {
  #order-standard_cart .secondary-cart-sidebar {
    margin-top: 0;
  }
}
#order-standard_cart .order-summary h2 {
  padding: 1rem;
  color: #000;
  font-weight: bold;
  padding-top: 3.3rem;
}
#order-standard_cart .summary-container {
  padding: 1.4rem;
  font-size: 0.9rem;
}
#order-standard_cart .order-summary .recurring-totals,
#order-standard_cart .order-summary .recurring-charges {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.total__titulo {
  padding: 0.5rem;
}
#order-standard_cart .order-summary .total-due-today-padded {
  padding: 0.5rem;
  background-color: #c8c0c0;
}
#order-standard_cart .view-cart-items {
  border-bottom: none;
}

/* Servicios asociados */
.servicios-asociados {
  border-bottom: 2px solid #e5e5e5;
}
.servicios-asociados h3 {
  color: #000;
  background-color: #e5e5e5;
  padding: 1rem;
}
.servicios-asociados ul {
  margin-bottom: 3rem;
  padding: 0rem 1rem;
}
.servicios-asociados__enlace {
  color: #369;
  text-decoration: underline;
  margin-top: 1rem;
  cursor: pointer;
}

/* Forma pago */
.forma-pago h3 {
  margin-top: 1.2rem;
  font-size: 0.8rem;
  color: #000;
}
.forma-pago ul {
  margin: 2rem 0;
}
.forma-pago ul li {
  margin: 1rem 0;
  color: #000;
}
#order-standard_cart .btn-checkout {
  border-radius: 1rem;
}

/* Tabla del carrito */
.row {
  justify-content: space-around;
}
#order-standard_cart .view-cart-items .item {
  display: flex;
}
/* Vaciar carrito */
#order-standard_cart .empty-cart {
  margin: 0;
}
#order-standard_cart .empty-cart .btn {
  all: unset;
  margin: 1rem 0;
  text-decoration: underline;
  color: #369;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 0 1rem;
}
/* Detalle pago */
#order-standard_cart .order-summary .total-due-today .amt {
  font-size: 1rem;
}
#order-standard_cart .view-cart-items .item-domain {
  font-size: 1.1rem;
  color: #000;
  font-weight: bold;
}
.btn__editar {
  display: block;
  font-size: 0.8rem;
  color: #369;
  text-decoration: underline;
  font-weight: bold;
}
.precio {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-family: sans-serif;
  font-weight: 400;
}
#order-standard_cart .view-cart-items .item {
  all: unset;
  display: grid;
  gap: 1rem;
}
.fila {
  all: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background-color: #fff;
  gap: 1rem;
}
.fila__total {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.fila__total p {
  margin: 0;
}
.fila__header {
  background-color: #e5e5e5;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 400;
}
.btn__eliminar {
  all: unset;
  width: 1.1rem;
  padding: 0.3rem;
  background-color: #e5e5e5;
  color: #000;
  text-align: center;
  border-radius: 50%;
  font-family: sans-serif;
  font-size: 0.7rem;
}
.alert-warning {
  margin: 3rem auto;
}
@media (min-width: 1200px) {
  .alert-warning {
    max-width: 50%;
  }
}
/* Utilidades */
.f-sans-serif {
  font-family: sans-serif;
}
.f-bold {
  font-weight: bold;
}
.f-italic {
  font-style: italic;
}
.f-1-3 {
  font-size: 1.3rem !important;
}
.upper {
  text-transform: uppercase;
}
.border-b {
  border-bottom: 1px solid gray;
  margin-top: 0.7rem;
}
.titulo-cupon {
  color: #000;
  font-size: 1.5rem;
}

/* Acciones */
.acciones {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 2.5rem;
}
.acciones__detalles {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.acciones__enlace a {
  color: #369;
  font-weight: bold;
  text-decoration: underline;
}
.acciones__img {
  width: 2.5rem;
}
#order-standard_cart .view-cart-promotion-code {
  margin: 3rem auto 1.5rem auto;
}
@media (min-width: 1200px) {
  #order-standard_cart .view-cart-promotion-code {
    max-width: 50%;
  }
}
.promo__btn {
  background-color: #333;
  padding: 1rem 1.4rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  color: #fff;
  border-radius: 2rem;
}
.promo__btn:hover {
  text-decoration: none;
  color: #fff;
}
#order-standard_cart .order-summary .subtotal,
#order-standard_cart .order-summary .bordered-totals,
.total__titulo,
#order-standard_cart .order-summary .total-due-today .amt {
  font-family: sans-serif;
  font-size: 0.9rem;
}
.descuento {
  margin: 0.9rem 0 1.4rem 0;
}
.iva {
  margin: 0.9rem 0 0 0;
}
.none {
  display: none;
}
#btnCompleteOrder {
  margin: 1.5rem auto;
}
.check__titulo {
  color: #333;
  margin-bottom: 2.5rem;
  font-family: sans-serif;
  font-weight: 700;
  font-style: italic;
}
.m-1-5 {
  margin: 1.5rem 0;
}
.no-mb {
  margin-bottom: 0;
}
.cuentas {
  padding: 2rem 3rem !important;
  background-color: #fff;
  margin: 4rem auto;
}

/* Iniciar sesion */
.inputs-sesion {
  padding: 0rem 1rem;
}

.input-icono {
  background-color: #333;
  color: white;
  width: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

#order-standard_cart .prepend-icon .field {
  padding: 1.5rem;
  padding-left: 5rem;
  font-family: sans-serif;
  font-weight: normal;
  background-color: #eee;
}
.codigo-postal {
  padding-left: 6rem !important;
}
#order-standard_cart .field-icon i {
  color: #fff;
  font-size: 1.7rem !important;
  padding: 0.6rem;
  height: 3rem;
}
.sin-cuenta,
.con-cuenta {
  display: inline-block;
  margin-top: 1rem;
  font-family: sans-serif;
  font-weight: normal;
  text-decoration: underline;
  color: blue;
  font-size: 1rem;
}
.buscador__btn.buscador__btn--sesion {
  font-family: sans-serif;
  font-weight: bold;
  font-style: italic;
  background-color: #007a93;
  border-radius: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.margen-y {
  margin: 2rem 0;
}
.sesion-titulo {
  padding: 0.5rem;
  text-align: center;
  background-color: #eee;
  text-transform: uppercase;
}
.sesion-titulo,
.sesion-mensaje {
  font-family: sans-serif;
  font-style: italic;
  font-weight: bold;
  margin: 2rem 0;
}
.sesion-mensaje {
  margin-top: 2.5rem;
  font-weight: normal;
  font-style: normal;
  text-align: justify;
}
.intl-tel-input .country-list {
  z-index: 999;
}
.campo-telefono {
  display: flex;
}
#icono-telefono {
  height: 3rem;
  padding: 0.6rem;
  font-size: 1.7rem;
}
#inputPhone {
  padding: 1.5rem;
  background-color: #eee !important;
  font-family: sans-serif;
  font-weight: normal;
  padding-left: 7rem;
}
.form-check {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.icheckbox_square-blue {
  width: 80px;
}
