#nav-tabLogin {
  border-left:1px solid #dee2e6;
  right:1px solid #dee2e6;
  padding:20px;
  background-color: #fff;
}
.tools {
    display: flex;
    gap:10px;
    align-items: center;
    justify-content: end;
}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  cursor: pointer;
}

#cart_header .bag {
  position: absolute;
  background-color: #ffffff;
  background-color: #49769d;
  width: 16px;
  height: 16px;
  font-size: 12px;
  color: #fff;
  line-height: 14px;
  border-radius: 50px;
  right: -6px;
  top: -4px;
  left: auto;
  text-align: center;
  z-index: 3;
}
/* MY ACCOUNT */
.get_user {
  color:#fff;
}
  #cart_content {
    display: flex;
    flex-direction: column;
    position: absolute;
    height: 100vh;
    width: 0;
    top: 0;
    left: auto;
    right: 0;
    z-index: 1001;
    transition: 0.4s;
    box-sizing: border-box;
    overflow: auto;
    background-color: #fff;
  } 
#cart_content .close {
  display: flex;
  justify-content: space-between;
  border-radius: 0px;
  background-color: var(--dark-blue);
  padding:12px 9px 9px 9px;
  color:#fff;
}
#cart_content .close h3 {
  color:var(--granate);
}
#cart_content ul {
  padding:12px;
}

.recuadro {
  border: 1px solid var(--granate);
  padding:12px;
  border-radius:9px;
}
#user_content {
  position: absolute;
  top: 87px;
  background: rgb(65, 167, 174);
  width: 100%;
  padding: 12px;
  right: 0px;
  left: 0px;
  border-bottom: 3px #FF8582 solid;
  text-align: center;
}
.carro20 {
  margin-bottom: 40px;
  padding: 0px 12px;
  /* STEPS */
  /* STEPS */
  /* LOGIN */
  /* LOGIN */
  /* CHECKOUT */
  /* CHECKOUT */
  /* PAYMENT */
  /* PAYMENT */ }

.carro20 h4 {
  font-size:16px;
  font-face:Arial, Helvetica !important;
}
  @media all and (min-width: 992px) {
  .tools {
      gap:20px;
  }

    .carro20 {
      padding: 0px;
      width: 100%; } }
  .carro20 section {
    grid-column: auto; }
  .carro20 .steps {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #adadad;
    }
    @media all and (min-width: 576px) {
      .carro20 .steps {
        justify-content: center; } }
    .carro20 .steps li {
      white-space: nowrap;
      position: relative;
      display: inline-block;
      flex: 25%;
      margin: 0px;
      font-size: 12px;
      padding: 8px 0px;
      text-align: center; }
      @media all and (min-width: 768px) {
        .carro20 .steps li {
          font-size: 16px;
          padding: 12px; } }
      .carro20 .steps li a {
        color: #434343;
        width: 100%;
        text-decoration: none; }
      .carro20 .steps li.active {
        color: #9B4E86;
        font-weight: 700;
        border-bottom: 2px solid #9B4E86; }
      .carro20 .steps li.check {
        color: #9B4E86;
        border-bottom: 2px solid #9B4E86; }
        .carro20 .steps li.check a {
          color: #9B4E86;
          width: 100%;
          text-decoration: none; }
  .carro20 .cart__grid {
    margin-top:0px;
    padding:20px;
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 32px;
  }
    @media all and (min-width: 992px) {
      .carro20 .cart__grid {
        grid-template-columns: 3fr 2fr;
        column-gap: 32px; } }
  .carro20 h2 {
    margin-bottom: 0px;
    align-self: flex-start;
    color:var(--granate);
    font-size:18px;
  }
  @media (min-width: 500px) {
    .carro20 h2 {
      font-size: calc(1.325rem + .9vw);
    }
  }

  .carro20 .form {
    padding: 16px 0px;
    width: 100%; }
    .carro20 .form ul {
      padding-left: 0px; }
    .carro20 .form li {
      padding: 10px;
      background-color: #ffffff;
      border-radius: 6px;
      border: 1px solid var(--granate);
      margin-bottom: 24px;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: baseline;
      column-gap: 24px; }
      .carro20 .form li input {
        margin-right: 16px; }
    .carro20 .form .form--group {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 16px;
      width: 100%; }
      .carro20 .form .form--group label {
        margin-bottom: 8px; }
    .carro20 .form .password-form {
      position: relative; 
    }
    .carro20 .form .password-icon {
      position: absolute;
      z-index: 2;
      right: 16px;
      top: 8px; }
  .carro20 .login {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto; }
    .carro20 .login .form {
      width: 100%; }
      .carro20 .login .form .form--group .form--control {
        width: 100%; }
      .carro20 .login .form .form--group .password--form {
        width: 100%; }
      .carro20 .login .form button {
        width: 100%;
        margin-bottom: 16px; }
    .carro20 .login .forgot--password--link {
      margin-bottom: 16px; }
    .carro20 .login .btn--secondary {
      width: 100%;
      margin-bottom: 40px;
      color: #fff; 
      background-color: #49769d; }
  .carro20 .checkout .title-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px; }
    .carro20 .checkout .title-container h2 {
      margin-bottom: 0px; }
  .carro20 .checkout .address .form {
    padding-top: 0px; }
  .carro20 .checkout .new--address {
    margin-top: 12px;
    color: #9B4E86;
    text-decoration: underline; }
    .carro20 .checkout .new--address:hover {
      color: #e0c8db; }
  .carro20 .checkout .form ul {
    margin-bottom: 24px; }
    .carro20 .checkout .form ul li {
      justify-content: space-between;
      flex-wrap: wrap;}
      .carro20 .checkout .form ul li div:nth-child(1) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
      .carro20 .checkout .form ul li .edit {
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
        .carro20 .checkout .form ul li .edit .icon {
          margin-right: 8px; }
  .carro20 .checkout .billing {
    padding-top: 40px; }
  .carro20 .payment .form .payment--button {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-left: 40px; }
    .carro20 .payment .form .payment--button span {
      padding: 12px;
      width: 100%;
      text-align: center; 
      color: var(--granate);
      font-size: 28px;}
      .carro20 .payment .form .payment--button span h3 {
        display: inline-block;
        color: #434343; }
    .carro20 .payment .form .payment--button button {
      margin-top: 0px;
      margin-left: 16px; }
  .carro20 .payment .comments {
    width: 100%;
    max-width: unset; }
  .carro20 .payment .comments textarea {
    width: 100%; }
  .carro20 .payment .form li label {
    padding-left: 8px; 
    display: inline;
  }
  .carro20 .payment .form--coupon input {
    margin: 12px 16px 12px 0px; }
  .carro20 .payment textarea.form--control {
    margin: 8px 0px 24px 0px;
    min-width: 300px;
    min-height: 100px;
    padding: 16px;
    border-radius: 6px; }

/* MODAL AJAX CART */
.modal-content {
  border: 5px solid #49769d;
  background-color: #f8f8f8;
}
.modal-content .cart--buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }

.cart--buttons .btn-primary {
  margin-bottom: 16px;
  font-size: 16px;}
.btn-primary.tramitar {
  background-color: #f8d53a;
  color:#000;
}
 .btn-primary.continuar {
  background-color: #04849C;
  font-weight: 700;
  font-size: 16px;
  padding: 9px 16px 9px 16px;
}


.cart--buttons .btn-primary.tramitar::after {
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background: transparent url(../img/btt_confirm.png) 0% 0 no-repeat;
    background-size: auto;
  background-size: 100% auto;
  content: "";
  right: 0;
  top: 50%;
  display: block;
  position: absolute;
}

.cart--modal {
  background-color: #07070767; }

.cart--ajax {
  padding: 0px 16px 16px 16px;
}
/* MODAL AJAX CART */
/* SHOP RESUME */
.delete-ic {
  height: 24px; }

.cart__list {
  width: 100%;
  background-color: inherit;
}
.cart__form {
  display: flex;
  justify-content: space-between;
}
.cart__form input.cantidad {
  width:80px;
}
.cart__img {
  width: 64px;
}
.cart--ajax h4 {
  font-family: unset;
}
.cart__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #e0c8db;
  padding: 16px 0px; }

.cart__info {
  padding-left: 16px;
  width: 100%; }
  .cart__info h4 {font-size:18px}
  .cart__info p {font-size:22px}
  .cart__info .cart__form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: first baseline;
    gap: 8px;
    padding-top: 8px; }
    .cart__info .cart__form form {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      width: unset; }
      .cart__info .cart__form form button {
        border: none;
        background-color: inherit;
        margin-top: 0px; }
      .cart__info .cart__form form fieldset {
        padding: 0px; }
    .cart__info .cart__form .form--control {
      width: 48px;
      padding: 8px; }

.cart--total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0px; }
.cart--total h4 {
  font-size:16px;
}

.cart--total:not(:last-child) {
  border-bottom: 1px solid #646464; }

.cart--iva {
  margin-top: 56px;
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 24px; }

.coupon {
  position: relative;
  width: 100%;
  margin: 0px 0px 24px 0px;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  overflow: hidden;
  display: flex; }
  .coupon .banda {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f8d53a;;
    height: auto;
    width: 80px;
    padding: 16px; }
  .coupon h3 {
    color: #000;
    font-weight: 700;
    transform: rotate(270deg); }
  .coupon .form {
    padding: 24px 32px; }
    .coupon .form--coupon input {
      background-color: inherit;
      border: 2px dotted #bdbdbd;
      margin-top: 16px; }
  .coupon .btn {
    margin-top: 16px; }

/* SHOP RESUME */
/* FORGOT PASSWORD */
.carro20 .forgot--password {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto; }

.carro20 .forgot--password .form {
  width: 100%; }

.carro20 .forgot--password .form--group .form--control {
  width: 100%; }

.carro20 .forgot--password .form button {
  width: 100%;
  margin-top: 0px; }

/* FORGOT PASSWORD */
/* NEW CUSTOMER */
.new--customer .form .form--group.billing {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

.zonaclientes .tabpanel:not(:first-child) {
  display: none;
}
.menu_zonaclientes li {
  color: var(--granate);
  font-family: Democratica;
  font-size: 24px;
  padding-bottom: 16px;
}

.new--customer .form .form--group.billing input {
  margin-right: 16px; }

.new--customer .form .form--group .form--control {
  width: 100%;
  background-color: #ffffff; }

.new--customer .form .form--group .password--form {
  width: 100%; }

/* NEW CUSTOMER */
/* CART FORM SECTIONS */
.carro20 .form--section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto; }

.form--section .form .form--group .form--control {
  width: 100%; }

.form--section .form button {
  width: 100%; }

/* CART FORM SECTIONS */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-content .cart--buttons {
    flex-direction: row;
    column-gap: 16px; }
  .modal-content .cart--buttons .btn--secondary {
    margin-bottom: 0px; } }
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .modal-content {
    width: 100%;
    margin: 0px; }

  .cart--iva {
    margin-top: 0px; } }
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .new-costumer-container {
    flex-direction: row; } }


/* MY ACCOUNT */
.account .logged {
}
.account .logged .tablink {
  padding: 6px 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #fff; 
  background-color: #596d7f;
  margin:1px 6px 0px 0px; 
  border-radius:5px;
}
.account .logged .tablink a {
  color:#fff;
}
.account .logged .nav--pills .current--panel {
  background-color: #963c3c;}
.account .logged .nav--pills {
  /*box-shadow: 0px 4px 17px rgb(0 0 0 / 10%);*/
  width:320px;
  z-index: 3;
}
.account .logged .nav--pills li a {
  color:#fff;
  text-decoration: none;
}

.account .logged .tabcontent {
  width: 100%;
  min-height: 316px;
  background-color: #ffffff; }
.account .logged .tabpanel {
  padding: 0px 32px;
  animation: opac 0.8s; }
.account .logged .tabpanel li {
  padding: 8px 0px; }
.account .logged .tabpanel li {
  padding: 8px 0px; }
.account .logged .tabpanel .change--data {
  padding: 16px 0px;
  display: flex;
  flex-direction: column; }
  @media all and (min-width: 992px) {
    .account .logged .tabpanel .change--data {
      padding: 16px 0px;
      display: flex;
      flex-direction: row; } }
.account .logged .tabpanel .change--data .list-inline-item {
  margin-bottom: 16px; }
  @media all and (min-width: 992px) {
    .account .logged .tabpanel .change--data .list-inline-item {
      margin-right: 16px;
      margin-bottom: 0px; } }
@keyframes opac {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* MY ACCOUNT */

#cart_header a {
    position: relative;
    text-decoration: none;
}
#cart_header a .length {
    position: absolute;
    background-color: var(--dark-blue);
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 50px;
    right: -8px;
    top: -8px;
    left: auto;
    text-align: center;
    z-index: 3;
    line-height: 1.4;
    font-weight: 700;
}