.secondarybtn {
  color: var(--primary-hover-color);
  text-shadow: none;
  background-color: var(--secondary-color);
  border: solid 2px var(--primary-hover-color);
  border-radius: 10px;
  padding: 8px 25px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.secondarybtn i {
  margin-right: 8px;
}
.secondarybtn:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.btn-info i {
  font-size: 17px;
  margin-right: 6px;
}

.btnInfo-tab {
  padding: 0;
  background: var(--secondary-color);
  color: var(--primary-color);
  padding: 8px 20px;
  border-radius: 10px;
  border: 2px solid var(--secondary-color);
  box-shadow: 0 0px 2px 1px rgba(104, 104, 104, 0.2);
}
.btnInfo-tab:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
}

.mb0 {
  margin-bottom: 0px !important;
}

.bold6 {
  font-weight: 600;
}

#top .container {
  height: 35px !important;
}

.last-text {
  font-size: 15px !important;
}
.last-text img {
  width: 22px;
  margin-left: 2px;
}

.headerMbl {
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 405px) {
  .headerMbl {
    display: flex;
    flex-direction: column;
  }
  .headerMbl #infoCuentaHeader {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .desliceMbl {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 768px) {
  .desliceMbl {
    display: none;
  }
}
.contTexto {
  position: relative;
}
.contTexto .info {
  content: "";
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #D9D9D9;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 2;
}
.contTexto:hover .info {
  opacity: 1;
  visibility: visible;
}

.elevatezoom-gallery {
  cursor: pointer !important;
}

.product-option #colorProdTitulo, .product-option .tallaNombre {
  font-size: 16px;
}
.product-option .precioxTalla {
  color: black;
  font-size: 16px !important;
}

#totalTallas #totalPedidoTxt {
  border: none;
  border-bottom: solid 1px #D9D9D9;
  text-align: start;
  font-weight: 500 !important;
  border-radius: 0px !important;
}

.input-wrapper {
  position: relative;
  display: inline-block;
}
.input-wrapper input {
  height: 25px;
  width: 86px;
  border: solid 1px #F0F0F0 !important;
  background-color: #F6F6F6;
  border-radius: 2px;
  font-size: 13px;
  text-align: center;
  border-radius: 4px;
}
.input-wrapper::after {
  content: "/";
  position: absolute;
  top: 0;
  left: 25px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(45deg, red 2px, transparent 2px);
  background-size: 100% 100%;
  opacity: 0.7;
  border-radius: 4px;
}

.pickupdtllCtr {
  display: inline-flex;
  align-items: baseline;
  background-color: #F8F8F8;
  border-radius: 8px;
  border: solid 1px #121212;
  padding: 6px 15px;
  margin-bottom: 15px;
}
.pickupdtllCtr div {
  color: #121212;
}
.pickupdtllCtr i {
  color: #121212;
  margin-right: 6px;
}
.pickupdtllCtr a {
  color: #3483FA;
  font-size: 13px !important;
}

.titleprodCtr {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.pickupCtr {
  background-color: #EAF3F1;
  border-radius: 6px;
  border: solid 1px #0E3C5D;
  padding: 4px 7px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
  cursor: default;
}
.pickupCtr i {
  color: #0E3C5D;
}
.pickupCtr:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.pickupCtr:active {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.pickupCtr .info {
  background-color: #EAF3F1 !important;
  font-weight: 600;
  border: solid 1px #0E3C5D;
  color: #0E3C5D;
  z-index: 2 !important;
}

@media (max-width: 424px) {
  .service-icon {
    height: 60px !important;
    width: 100px !important;
  }
  .service-icon i {
    font-size: 26px !important;
    line-height: 64px !important;
  }
  div.icon1 {
    width: 128px !important;
  }
  div.icon2 {
    width: 78px !important;
  }
  div.icon3 {
    width: 114px !important;
  }
  li.next {
    right: 10px !important;
    top: 50% !important;
    margin-top: -21px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-icon {
    height: 60px !important;
    width: 98px !important;
  }
  .service-icon i {
    font-size: 26px !important;
    line-height: 64px !important;
  }
  div.icon1 {
    width: 119px !important;
  }
  div.icon2 {
    width: 76px !important;
  }
  div.icon3 {
    width: 108px !important;
  }
}
@media (min-width: 991px) {
  button.pro-wishlist {
    margin-left: 0px;
  }
}
@media (max-width: 1400px) {
  #tallasContainer {
    flex-direction: column;
    row-gap: 5px;
  }
  #tallasContainer .tallaNombre {
    margin-top: 0px !important;
  }
}
.menuBox i {
  color: black !important;
}
.menuBox i:hover {
  color: var(--primary-hover-color) !important;
}

#column-left .list-group-item i {
  margin-right: 12px;
}

.account-link-toggle li i {
  margin-right: 8px;
}

#headerdirecciones i {
  margin-right: 5px;
}

.account-content .headerBox {
  background-color: var(--background-color) !important;
  color: var(--primary-color) !important;
  border-bottom: solid 2px var(--primary-hover-color) !important;
}

.headerTabNone td {
  border: none;
  font-weight: 500;
  color: #7A7878;
}

#wishlistMain tbody td {
  border-bottom: solid 2px #D9D9D9;
}

.wbtnTable {
  width: 65px;
}

.infoPedidosContainer {
  background-color: #F7F7F7;
  padding: 20px;
  border-radius: 6px;
}
.infoPedidosContainer div {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.infoPedidosContainer div .title {
  color: #7A7878 !important;
  font-weight: 400 !important;
  margin-bottom: 8px;
}
.infoPedidosContainer div span, .infoPedidosContainer div .data {
  font-weight: 600;
}
.infoPedidosContainer div textarea {
  font-weight: 600;
  background-color: #F7F7F7;
  border: none;
}
.infoPedidosContainer .direccionMapa {
  font-size: 12px;
  color: #3B87FA;
  margin-top: 5px;
}
.infoPedidosContainer .direccionMapa i {
  margin-left: 4px;
}
.infoPedidosContainer .wfechaStatus {
  width: 128px;
}

#googleOauthContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #D9D9D9;
  border-radius: 10px;
  padding: 8px 25px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
#googleOauthContainer img {
  width: 22px;
  margin-right: 12px;
}
#googleOauthContainer button {
  border: none;
  background-color: white;
  color: #000000;
  font-size: 14px;
}
#googleOauthContainer:hover {
  border: solid 1px #000000;
}

#horaentregaContainer span {
  margin-left: 8px;
}
#horaentregaContainer span.lbY {
  margin-left: 12px !important;
}
#horaentregaContainer input {
  margin-top: 6px;
}
#horaentregaContainer #input-horaentregadel {
  margin-bottom: 12px;
}

#input-shipping-method, #direccionclienteActual, #input-fechaentrega, #input-horaentregadel, #input-horaentregaal {
  cursor: pointer;
}

.hrDispo {
  font-size: 12px;
}

.txtThin {
  font-weight: 100;
}

.mp-checkout-wrapper {
  background: #fffbe6;
  border: 1px solid #f0e68c;
  border-radius: 12px;
  padding: 2rem;
  max-width: 400px;
  margin: 2rem auto;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  font-family: "Segoe UI", sans-serif;
}
.mp-checkout-wrapper h2 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  color: #444;
}
.mp-checkout-wrapper .mp-info-text {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  color: #666;
}
.mp-checkout-wrapper .mp-button-container button {
  font-weight: bold;
  font-size: 1rem;
  border-radius: 8px;
}
.mp-checkout-wrapper .mp-legal-text {
  font-size: 0.75rem;
  margin-top: 1rem;
  color: #999;
}/*# sourceMappingURL=front.css.map */