.fa,
.fas {
  font-weight: 900;
}

header-links li {
  font-family: "Open Sans", sans-serif;
  font-size: 15.2px;
  font-weight: 600;
  line-height: 22.8px
}

.header-search {
  font-family: "Open Sans", sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 22.8px;
}

/*------- Varios -------*/
@media only screen and (max-width: 480px) {
  .col-xs-6-r {
    width: 50% !important;
    float: left;
  }

  .shop .shop-body h3 {
    color: #FFF;
    font-size: .8em;
  }

  .shop .shop-body {
    padding: 20px;
  }
}

/*------------- Mapita -------------*/
@media only screen and (min-width: 992px) {
  .mt-lg-custom {
    margin-top: 120px;
    /* o lo que necesites */
  }
}

.resaltada {
  position: absolute;
  top: 20px;
  left: 80%;
  background-color: #CC3A3F;
  color: white;
  font-size: 2em;
  padding: 1em 2em 1em 2em;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  width: auto;
  z-index: 9999;
  white-space: nowrap;
}
.resaltada2 {
  background-color: #CC3A3F;
  color: white;
  font-size: 1.4em;
  padding: 0.2em 0.5em 0.2em 0.5em;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  width: auto;
  margin-top: 1em;
}

/*------------- Carousel Marcas -------------*/
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
    padding: 0 15px;
  }
}

.mt-2-custom {
  margin-top: 0.5em;
}

.checkout-spinner-overlay {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.checkout-spinner-box {
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px 34px;
  text-align: center;
}

.checkout-spinner {
  animation: checkout-spin 0.8s linear infinite;
  border: 5px solid #f1f1f1;
  border-top-color: #D10024;
  border-radius: 50%;
  height: 52px;
  width: 52px;
}

.checkout-spinner-text {
  color: #2B2D42;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

#confirmar-pedido-btn.disabled {
  opacity: 0.7;
  pointer-events: none;
}

@keyframes checkout-spin {
  to {
    transform: rotate(360deg);
  }
}
