body {
    will-change: width;
    transition: width .2s;
}

@media screen and (max-width: 1361px) {
    body.ff-padded-show #background-ff {
        opacity: 1;
        pointer-events: all;
    }
body.ff-padded-show {
    overflow: hidden;
}
}
@media screen and (min-width: 1362px) {
    body.ff-padded-show {
    position: relative;
    width: calc(100% - 320px);
    }
}
.table-transparent td {
    background: transparent !important;
}
.table-totals tr:not(:last-child) {
    opacity: .7;
    font-size: 1rem;
}
.table-totals tr:last-child {
    
    font-size: 1.3rem;
}
.table-totals tr:last-child td:last-child {
    padding-left: 10px;
    white-space: nowrap;
}


.table-totals tr:not(:last-child) b {
    font-weight: 400;
}
#menu-cart {
    display: flex;
    align-items: center;
}
table thead.transparent td {
    background: transparent !important;
    color: #222;
}
table.table-transparent thead td {
    color: #222;
}
table.table-p-0 td {
    padding: 0;
}
#cart {
    transition: width .1s;
    will-change: width;
}
@media screen and (min-width: 768px) {
    #cart {
        width: 170px;
    }
    #cart > button {
        width: 100%;
    }
}
@media screen and (min-width: 1350px) {
  body.ff-padded-show #cart {
      width: 0 !important;
      overflow: hidden;
  }
}
.not-animated {
  transition: none !important;
}
.address-item.selected {
    background-image: url('/image/diseno_2023_04/icon/select.svg'); background-repeat:no-repeat; background-position: bottom 20px right 20px; background-size:40px; background-color: var(--color-primary-dark);
    color: #fff;
  }
  .address-item.selected button {
    color: #fff;
  }
  .address-item {
    border: 1px solid #eee;
  }
  .payment-methods.radio-styled label {
    background-color: var(--color-primary-light020);
    height: auto;
    width: 100%;
  }
  .payment-methods.radio-styled label .image {
    height: 60px ;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .payment-methods.radio-styled label .title {
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
    }
@media screen and (max-width:767px) {
    .payment-methods.radio-styled label .title {
        height: 30px;
        font-size: 12px;
        line-height: 12px;
    }
    .payment-methods.radio-styled label .image {
        height: 40px;
    }
  }
  .payment-methods.radio-styled label .image .white {
    position: absolute;
    left:auto;
    opacity: 0;
    transition: .3s all;
  }
  .payment-methods.radio-styled input[type^='radio']:checked ~ label .image .white {
    opacity: 1;
  }
  .payment-methods.radio-styled input[type^='radio']:checked ~ label .image :not(.white) {
    opacity: 0;
  }
  .payment-methods.radio-styled label img {
    max-height: 100%;
    display: block;
  }
  .accordion-steps button.accordion-button {
    transition: all .3s;
  }
  .accordion-steps .accordion-item {
    border: 2px solid #eee;
    border-radius: 10px;
  }
.accordion-steps button.accordion-button:not(.collapsed) {
      pointer-events: none;
      font-size: 1.3rem;
}
.accordion-steps button.accordion-button b {
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .accordion-steps button.accordion-button:not(.collapsed) {
      font-size: 1rem;
    }
}
  .accordion-steps button.accordion-button:after {
    background-image: none;transform: rotate(45deg);
  }
  .accordion-steps .accordion-button.pass::after {
    background-image: url('/image/diseno_2023_04/icon/checkout_edit_step.svg');
    transform: rotate(0deg);
  }
  .accordion-steps .accordion-button::after {
    width: 35px;
    height: 35px;
    background-image: none;
    background-size: 35px;
  }