/* Estilos para el bloque de info de compra de productos: titulo, precio, etc*/


.message-popup-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: #000000;
}


.product-wishlist,
.product-wishlist:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #000000;
  border-radius: 4px;
  margin-left: 12px;
}

.btn-atc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13.5px 24px;
  width: 100%;
  height: 44px;
  background: #000000;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #FEFEFE;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-add-to-cart {
  max-width: calc(100% - 56px);
}

.btn-buyit-now {
  background: #00234D;
}

.btn-atc:hover {
  background: var(--secondary-color);
}

.product-details .product-title {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.09;
  letter-spacing: 0.25px;
  color: #000000;
}

.rating-count {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #000000;
}

.product-availability {
  padding: 4px 12px;
  background: #00234D;
  border-radius: 4px;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.03em;
  color: #FEFEFE;
  display: inline-block;
}





.product-details .product-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
}

.product-details .product-price.compare-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.5);
}

.label,
.product-meta {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: #000000;
}

.label {
  font-weight: 600;
}

.product-variant input[type=radio] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.product-variant-other label {
  border: 1px solid #000;
  min-height: 30px;
  min-width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5px;
  color: #000;
  font-size: 16px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-variant-other label:hover,
.product-variant-other input:checked+label {
  color: #fff;
  background-color: #000;
}

.product-variant-color label {
  border: none;
  min-height: auto;
  min-width: auto;
  height: 30px;
  width: 30px;
  padding: 0;
  border-radius: 100%;
  outline: 1.5px solid transparent;
  outline-offset: 2px;
}

.product-variant-color label:hover,
.product-variant-color input:checked+label {
  outline: 1.5px solid #000;
}

.variant-list {
  margin-left: -8px;
}

.variant-label {
  margin-left: 8px;
  cursor: pointer;
  margin-bottom: 8px;
}

.product-variant-color .variant-list {
  margin-left: -10px;
}

.product-variant-color .variant-label {
  margin-left: 10px;
}

.color-swatch {
  position: relative;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #2C2C2C;
  border: 2px solid transparent;
  outline: 1px solid transparent;
  margin: 3px 10px 0 0;
  display: inline-block;
}

.color-swatch.active {
  border-color: #fff;
  outline-color: #000;
}

.swatch-black {
  background-color: #000;
}

.swatch-cyan {
  background-color: #ABE6FF;
}

.swatch-purple {
  background-color: #FFE0E0;
}

.swatch-blue {
  background-color: #0d6efd;
}

.swatch-orange {
  background-color: #fd7e14;
}

.swatch-teal {
  background-color: #20c997;
}

.color-lists {
  margin: 0;
  margin-top: 15px;
}

.color-lists>li {
  line-height: 1;
}

.qty-btn,
.qty-input {
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
  background: transparent;
}

.qty-btn:hover,
.qty-btn:focus,
.qty-btn:active,
.qty-input:hover,
.qty-input:focus,
.qty-input:active {
  border: none;
  outline: none;
  background: transparent;
}

.qty-btn::-webkit-inner-spin-button,
.qty-input::-webkit-inner-spin-button {
  display: none;
}

.quantity {
  width: 100px;
  -ms-border: 1px solid rgba(0, 0, 0, 0.1) !important;
  -webkit-border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.quantity .qty-btn {
  width: 25px;
  padding: 4px 5px 6px;
  cursor: pointer;
}

.quantity .qty-btn img {
  max-width: 12px;
  pointer-events: none;
}

.quantity .qty-btn.dec-qty {
  -ms-border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  -webkit-border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.quantity .qty-btn.inc-qty {
  -ms-border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  -webkit-border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.product-vendor,
.quantity input,
.product-price {
  font-size: 13px;
  color: var(--body-color);
  font-weight: var(--body-font-weight);
  font-family: var(--body-font-family);
}

.checkout-icon-list {
  margin-left: -12px;
}

.checkout-icon-item {
  margin-left: 12px;
}

.checkout-icon-item svg {
  width: 48px;
  height: 48px;
}

.guaranteed-checkout {
  margin-top: 40px;
}

.share-item {
  margin-left: 20px;
  cursor: pointer;
}

.share-item svg {
  width: 20px;
  height: 20px;
}

.msg-destacado-producto {
  padding: 8px 12px;
  text-align: center;
  border-radius: 4px;

}

.msg-destacado-producto p {
  margin-bottom: 0;
}

.buy-it-now-btn {
  background-color: var(--primary-color);
}

.formulario-compra select {
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  background-color: #f5f5f5;
  border: none;
  font-weight: 700;
}

#cont-disponibilidad-tienda table {
  width: 100%;
}

#stock_notification_size_id {
  width: 35%;
  padding: 16px;
  border-radius: 4px;
  background-color: #f5f5f5;
  border: none;
  font-weight: 700;
}

#stock_notification_email {
  width: 60%;
  padding: 14px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #000;
  border-radius: 4px;
}

.input-direcciones {
  display: flex;
  justify-content: space-between;
}

.product-availability.no-disponible {
  background: rgb(224, 55, 55);
}



@media (max-width: 991px) {
  .product-details {
    margin-top: 30px;
  }

  .img-large-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }

  .img-large-list .img-large-wrapper {
    width: 50%;
    min-width: 50%;
  }
}

@media (max-width: 767px) {
  .product-details .product-title {
    font-size: 28px;
  }

  .share-item svg {
    width: 18px;
    height: 18px;
  }

  .checkout-icon-item svg {
    width: 36px;
    height: 36px;
  }

  .img-large-list .img-large-wrapper {
    width: 100%;
    min-width: 100%;
  }
}

.share-list .share-item a img {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
