:root {
  --theme-color-1: #120D1E;
  --theme-color-2: #715091;
  --theme-color-3: #727272;
  --theme-color-4: #AFA8B5;
  --theme-color-5: #F4EDE4;
  --theme-color-6: #D8C4E5;
  --theme-color-7: #FF6B00;
}

* {
  scrollbar-color: var(--theme-color-7) #F0F0F0;
}

.btn {
    text-wrap: wrap;
}
.separator { display: none; }
.btn-link,
body#checkout a:hover,
.cart-grid-body a.label:hover {
  color: var(--theme-color-1);
}

.form-control:focus {
  outline-color: var(--theme-color-1);
}

.form-control:focus {
  border-color: var(--theme-color-1);
}

.custom-radio input[type="radio"]:checked + span {
    background-color: var(--theme-color-2);
}

.custom-checkbox p,
.elementor-field-type-checkbox p {
  display: inline;
  font-size: inherit;
  color: inherit;
}

/* cart */
.cart-grid-body .card-block h1 {
font-size: 24px !important;
  font-weight: 600 !important;
}

.product-line-grid-body > .product-line-info {
    margin-bottom: 10px;
}

.product-line-grid-body > .product-line-info > .label {
  text-transform: uppercase;
  font-weight: normal;
}

.card-block.checkout .btn-primary,
#payment-confirmation .btn-primary {
    font-size: 24px;
    width: 100%;
}

.product-price,
.has-discount .page-content.page-cms ul, .has-discount p, .has-discount.product-price, .page-content.page-cms .has-discount ul,
.cart-summary-line .value,
.product-line-grid-right .product-price {
    color: var(--theme-color-1);
}

.cart-grid-right .blockreassurance_product {
  margin-top: 0px;
  padding: 0px 20px 0px 20px;
}

.has-discount .discount {
  padding: 2px 5px;
  border-radius: 6px;
  background: var(--theme-color-5);
  color: var(--theme-color-1);
  font-weight: normal;
}

.product-customization small, .product-discount {
  color: #808080;
}

.block-promo .promo-code-button.cancel-promo {
    color: var(--theme-color-2);
}

body#cart .bootstrap-touchspin input.js-cart-line-product-quantity { border-radius: 8px 0px 0px 8px; text-align: center;border-width: 1px; }
body#cart .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up { border-radius: 0px 8px 0px 0px !important; border-color: var(--theme-color-1); }
body#cart .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down { border-radius: 0px 0px 8px 0px !important; border-color: var(--theme-color-1); }

/* checkout */
body#checkout #footer {
  padding: 0px;
  color: inherit;
}
body#checkout #wrapper {
  margin-bottom: 30px;
}
/* registro */
/*.input-group .input-group-btn > .btn[data-action="show-password"] {
    background: transparent;
    border-bottom: 1px solid var(--theme-color-1);
    border-radius: 0px;
    color: var(--theme-color-3);
}*/

.input-group:has(input[type="password"]) button[data-action="show-password"]::before {
    content: "\f06e";
}

.input-group:has(input[type="text"]) button[data-action="show-password"]::before {
    content: "\f070";
}

button[data-action="show-password"] {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0!important;
    background: transparent!important;
    border-radius: 0px!important;
    border: 0px!important;
    border-bottom: 1px solid var(--theme-color-1)!important;
    color: var(--theme-color-7)!important;
}

button[data-action="show-password"]::before {
  font-size: 14px;
}


.forgotten-password .form-fields .center-email-fields {
  display: block;
}
.forgotten-password .form-fields label.required {
  width: auto;
}
.forgotten-password .form-fields .center-email-fields button {
  margin: 15px 0px !important;
  width: 100%;
}

/* enlaces my account nuevo */
#links-my-account {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--theme-color-4);
}
#links-my-account .row .links,
body#my-account .row .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 0 15px;
}

#links-my-account .links a,
body#my-account .links a {
  flex: 0 0 calc(20% - 12px);
  max-width: calc(25% - 12px);
  margin: 0 !important;
  padding: 4px 6px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: 1px solid var(--theme-color-1);
  border-radius: 10px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  text-transform: none !important;
  color: var(--theme-color-1) !important;
  font-weight: bold !important;
}

#links-my-account .link-item,
body#my-account .link-item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  min-height: 60px;
  padding: 0px!important;
}

#links-my-account .link-item i,
body#my-account .link-item i {
  font-size: 20px !important;
  line-height: 1;
  transition: transform .2s ease;
  padding-bottom: 0px !important;
  color: var(--theme-color-1) !important;
}

#links-my-account .link-item span,
#links-my-account .link-item,
body#my-account .link-item span,
body#my-account .link-item {
  line-height: 1.2;
  background-color: transparent!important;
}

#links-my-account .links a:hover,
body#my-account .links a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  background-color: transparent;
  color: var(--theme-color-7)!important;
  border-color: var(--theme-color-7);
}

#links-my-account .links a:hover i,
body#my-account .links a:hover i {
  transform: scale(1.05);
  color: var(--theme-color-7)!important;
}

#links-my-account .links a.active,
body#my-account .links a.active {
  border-color: var(--theme-color-7);
  background-color: transparent;
  color: var(--theme-color-7)!important;
}

#links-my-account .links a.active i,
body#my-account .links a.active i {
      color: var(--theme-color-7)!important;
}

/* productos gratis */
.fpg-pack {
  background: transparent;
  padding: 0px;
}

.fpg-pack .fpg-header {
  padding: 10px 15px 10px 15px;
  background: #505759;
  color: #FFF;
  border-radius: 8px 8px 0px 0px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.fpg-widget-products {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fpg-widget-products .fpg-product {
  width: calc(25% - 9px);
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 20px 50px 1fr 100px;
  column-gap: 6px;
  row-gap: 4px;
  align-items: start;
  background: var(--theme-color-6);
  padding: 15px 10px;
  margin: 0px;
  border-bottom: 1px solid var(--theme-color-2);
}

/* Checkbox */
.fpg-widget-products .fpg-product > :nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

/* Imagen */
.fpg-widget-products .fpg-product > :nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

/* Nombre / tÃ­tulo */
.fpg-widget-products .fpg-product > :nth-child(3) {
  grid-column: 2 / -1;
  grid-row: 2;
}

.fpg-pack .fpg-product-name a {
  text-decoration: none;
  color: #131313;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
}

/* Select / botÃ³n / precio */
.fpg-widget-products .fpg-product > :nth-child(4) {
  grid-column: 2 / -1;
  grid-row: 3;
}

.fpg-pack .fpg-product .fpg-product-name select {
  font-size: 16px;
  border: 0px;
  background: #FFF;
  margin: 5px 0px;
}

.fpg-pack .fpg-product .fpg-price {
  background-color: #505759;
  flex-direction: row;
  border-radius: 0px;
  color: #FFF;
  font-size: 16px;
  gap: 10px;
  padding: 5px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .fpg-widget-products .fpg-product {
    width: 100%;
  }
}

/* alcastickycart */
.alca-sticky-cart__qty .bootstrap-touchspin {
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-radius: 0px;
}

/* blockreassurance */
.cart-grid-right .blockreassurance_product svg path {
  fill: var(--theme-color-2);
}
#block-reassurance {
  margin-top: 10px;
}

#block-reassurance li {
  border-bottom: 0px;
}

#block-reassurance li .block-reassurance-item {
  padding: 15px 0px;
}
#block-reassurance li .block-reassurance-item span,
.blockreassurance_product p.block-title {
  font-weight: normal!important;
  text-transform: uppercase;
  color: var(--theme-color-2);
}
.blockreassurance_product p.block-title {
font-size: 13px;
  line-height: normal;
  margin-bottom: 0px;
}

.cart-grid-right .blockreassurance_product div {
  display: flex;
  align-items: center;
}

.cart-grid-right .blockreassurance_product .item-product {
  height: 50px;
}

/* mailalerts */
.advice-mailalerts {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color-1);
  background: var(--theme-color-6);
  text-transform: uppercase;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
}

/* sticky add cart */
.alca-sticky-cart__btn {
  text-transform: uppercase !important;
}

.alca-sticky-cart__qty .btn-touchspin:hover, .alca-sticky-cart__qty .btn-touchspin:focus, .alca-sticky-cart__qty .btn-touchspin:active {
  background: transparent;
  border-color: transparent;
}

@media (max-width: 991.98px) {
  #links-my-account .links a,
  body#my-account .links a {
    flex: 0 0 calc(33.333% - 12px);
    max-width: calc(33.333% - 12px);
  }
}

@media (max-width: 575.98px) {
  #links-my-account .links,
  body#my-account .links {
    gap: 10px;
  }

  #links-my-account .links a,
  body#my-account .links a {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding: 10px 6px;
  }

  #links-my-account .link-item,
  body#my-account .link-item {
    min-height: 55px;
  }

  #links-my-account .link-item i,
  body#my-account .link-item i {
    font-size: 18px;
  }
}

/* wishlists */
a.text-primary:focus, a.text-primary:hover {
    color: var(--theme-color-2) !important;
}
.text-primary {
  color: var(--theme-color-1) !important;
}

.wishlist-list-item:hover .wishlist-list-item-title {
  color: var(--theme-color-1) !important;
}

.wishlist-modal .modal-cancel:hover {
  opacity: 1;
}