/*
* 2023 Código Creativo Solutions S.L.
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* It is available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to administracion@codigocreativo.es so we can send you a copy immediately.
*
*  @author Código Creativo Solutions S.L. <administracion@codigocreativo.es>
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

:root {
  --cc-mi-font-family: 'Montserrat';
  --cc-mi-font-black: #000000;
  --cc-mi-font-white: #ffffff;
  --cc-mi-font-border: #d9d9d9;
}

/***    PC    ***/

  /**    AUTHENTICATION    **/
  #page_banner_container_1,
  .breadcrumb_spacing {
    display: none;
  }
  #page_wrapper #wrapper {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  /**    MY ACCOUNT    **/
  body[id^="module-cc_mi_cuenta-"] .page_heading {
    font-family: var(--cc-mi-font-family);
    font-weight: 500;
    color: var(--cc-mi-font-black);
    margin-left: 15px;
    margin-bottom: 4px;
  }
  .myacount_dashbord_list {
    background: #f2f2f2;
    padding-top: 15px;
    margin: 0;
  }
  .myacount_dashbord_list .list-group-item {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 7px;
    width: 100%;
    background: var(--cc-mi-font-white);
    color: var(--cc-mi-font-black);
    border: none;
    border-bottom: 1px solid #989898;
    text-transform: uppercase;
    text-align: left;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .myacount_dashbord_list .list-group-item:last-of-type {
    margin-bottom: 15px;
  }
  .myacount_dashbord_list .list-group-item a {
    color: var(--cc-mi-font-black);
  }
  .myacount_dashbord_list .list-group-item a img {
    margin-right: 5px;
  }
  .my_account_page_footer .back_home i {
    color: var(--cc-mi-font-black);
    margin-right: 5px;
  }
  .my_account_page_footer a {
    color: var(--cc-mi-font-black);
  }
  body[id^="module-cc_mi_cuenta-"] #center_column #content {
    width: 80%;
    margin: 0 auto;
  }
  .my_account_left_column .list-group-item {
    border: none;
    border-bottom: 1px solid var(--cc-mi-font-border);
    color: var(--cc-mi-font-black);
    padding-left: 0;
  }
  .my_account_left_column .list-group-item:last-of-type {
    display: none;
  }
  .my_account_left_column .list-group-item a {
    border: none;
    color: var(--cc-mi-font-black);
    text-transform: uppercase;
  }
  .my_account_left_column .list-group-item.nav-active {
    border-bottom: 1px solid var(--cc-mi-font-black);
  }
  .my_account_left_column .list-group-item.nav-active::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><path d="M17.1234 15.05L13.1311 11.1929C12.9981 11.0643 12.8317 11 12.6654 11C12.499 11 12.3327 11.0643 12.1996 11.1929C11.9335 11.45 11.9335 19.55 12.1996 19.8071C12.4658 20.0643 12.865 20.0643 13.1311 19.8071L17.1234 15.95C17.1566 15.9179 17.1899 15.8857 17.2232 15.8536C17.2232 15.8536 17.2564 15.8214 17.2564 15.7893C17.2564 15.7571 17.2897 15.7571 17.2897 15.725C17.2897 15.6929 17.2897 15.6929 17.323 15.6607C17.323 15.6286 17.323 15.6286 17.3563 15.5964C17.3895 15.5 17.3895 15.4357 17.3563 15.3393C17.3563 15.3071 17.3563 15.3071 17.323 15.275C17.323 15.2429 17.323 15.2429 17.2897 15.2107C17.2897 15.1786 17.2564 15.1786 17.2564 15.1464C17.2564 15.1143 17.2232 15.1143 17.2232 15.0821C17.1899 15.1143 17.1234 15.05 17.1234 15.05Z"></path></svg>');
    position: absolute;
    left: -25px;
    height: 100%;
    width: 2px;
    top: 6px;
  }
  .my_account_left_column .list-group-item a img {
    margin-right: 5px;
  }
  .my_account_left_column .list-group-item a.sign-out-link:not(.close_user) {
    display: none;
  }
  body[id^="module-cc_mi_cuenta-"] .page_heading {
    width: 75%;
    margin: 0 auto;
    max-width: 70%;
    margin-right: 0;
    padding-right: 30px;
    padding-left: 25px;
  }
  body[id^="module-cc_mi_cuenta-"] .page_heading {
    padding-left: 15px;
  }
  body[id^="module-cc_mi_cuenta-"] #content > .col-lg-9 {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  body[id^="module-cc_mi_cuenta-"] .my_account_left_column {
    margin-top: -35px;
  }
  @media only screen and (min-width: 1200px){
    body[id^="module-cc_mi_cuenta-"] #content > .col-lg-9 {
      padding-left: 75px;
    }
    body[id^="module-cc_mi_cuenta-"] .page_heading {
      padding-left: 75px;
    }
  }
  body[id^="module-cc_mi_cuenta-"] #page_wrapper #wrapper {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .my_account_left_column .img-block .img-txt .user-name {
    text-transform: uppercase;
    color: var(--cc-mi-font-white);
    font-weight: 600;
    font-size: 16px;
  }
  .my_account_left_column .img-block .img-txt div:not(.user-name) {
    font-weight: 300;
    font-size: 12px;
  }
  .my_account_left_column .img-block {
    position: relative;
    margin-bottom: 25px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .my_account_left_column .img-block img {
    border-radius: 10px;
  }
  .my_account_left_column .img-block .img-txt {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: var(--cc-mi-font-white);
  }

  /* DEVOLUCIONES */

  #module-cc_mi_cuenta-devolucion #return-info .return-title {
    color: black;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  #module-cc_mi_cuenta-devolucion .oculto {
    visibility: hidden!important;
  }
  #module-cc_mi_cuenta-devolucion #return-info .return-title .title {
    color: black;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
  }
  #module-cc_mi_cuenta-devolucion #return-info .return-title .return-back {
    padding: 0 10px;
    padding-left: 0;
    cursor: pointer;
  }
  #module-cc_mi_cuenta-devolucion #return-info .return-content .return-subtitle,
  #module-cc_mi_cuenta-accesoDevolucion .return-content .return-subtitle {
    color: black;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
  }
  #module-cc_mi_cuenta-accesoDevolucion .return-content .return-subtitle {
    font-weight: 600;
    margin-bottom: 35px;
  }
  #module-cc_mi_cuenta-accesoDevolucion #access-return {
    max-width: 700px;
    margin: 0 auto;
  }
  #module-cc_mi_cuenta-devolucion #return-info .return-content .return-type,
  #module-cc_mi_cuenta-accesoDevolucion .return-content .return-type {
    border: 1px solid #d9d9d9;
    padding: 10px 15px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
  }
  #module-cc_mi_cuenta-accesoDevolucion .return-content .return-type {
    display: block;
    margin-bottom: 20px;
  }
  #module-cc_mi_cuenta-accesoDevolucion .return-content .return-type:last-of-type {
    margin-bottom: 70px;
  }
  #module-cc_mi_cuenta-devolucion #return-info .return-content .return-type .type-name,
  #module-cc_mi_cuenta-accesoDevolucion .return-content .return-type .type-name {
    color: black;
    font-weight: bold;
    font-size: 15px;
  }
  #module-cc_mi_cuenta-accesoDevolucion .return-content .return-type .type-name {
    font-size: 14px;
  }
  #module-cc_mi_cuenta-devolucion #return-info .return-content .return-type .type-txt,
  #module-cc_mi_cuenta-accesoDevolucion .return-content .return-type .type-txt {
    color: #706F6F;
    margin: 10px 0;
  }
  #module-cc_mi_cuenta-devolucion #return-info .return-content .return-type .type-price,
  #module-cc_mi_cuenta-accesoDevolucion .return-content .return-type .type-price {
    color: black;
    font-weight: bold;
  }
  #module-cc_mi_cuenta-accesoDevolucion .return-content .return-type .type-price {
    font-size: 13px;
  }
  #module-cc_mi_cuenta-devolucion #return-info .return-content .return-type.cambio .type-price {
    /* color: #36C55A; */
    font-weight: bold;
  }
  #module-cc_mi_cuenta-devolucion #return-info .return-content .return-txt {
    color: black;
    margin-top: 25px;
  }
  #module-cc_mi_cuenta-devolucion #return-info .return-content .return-txt .txt-important {
    color: black;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  #module-cc_mi_cuenta-devolucion #return-info .return-types-info .type-info,
  #module-cc_mi_cuenta-accesoDevolucion .return-types-info .type-info {
    display: none;
    color: black;
  }
  #module-cc_mi_cuenta-devolucion #return-info .return-content .return-type .ico-type,
  #module-cc_mi_cuenta-accesoDevolucion .return-content .return-type .ico-type {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: black;
  }
  #module-cc_mi_cuenta-devolucion #return-info .return-types-info .type-info.open {
    display: block;
  }
  #module-cc_mi_cuenta-devolucion #return-info .return-types-info .type-info .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    cursor: pointer;
  }
  #module-cc_mi_cuenta-devolucion #return-info .return-types-info .type-info .title .title-inner {
    text-align: center;
    width: 100%;
  }
  #module-cc_mi_cuenta-devolucion #return-info .return-types-info .type-info button {
    width: 100%;
    color: white;
    background: black;
    text-transform: uppercase;
    margin-top: 30px;
    border: 1px solid black;
    padding: 10px 10px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
  }




  body[id^="module-cc_mi_cuenta-"] #center_column .page_heading {
    display: none;
  }
  body[id^="module-cc_mi_cuenta-"] #center_column #content {
    padding-top: 24px;
  }
  body[id^="module-cc_mi_cuenta-"] #process-return,
  body[id^="module-cc_mi_cuenta-"] #process-change,
  body[id^="module-cc_mi_cuenta-"] #return-info,
  body[id^="module-cc_mi_cuenta-"] #notifications {
    max-width: 750px;
  }
  body[id^="module-cc_mi_cuenta-"] .step {
    display: none;
  }
  body[id^="module-cc_mi_cuenta-"] .step.active {
    display: block;
  }
  body[id^="module-cc_mi_cuenta-"] .step .step-btn {
    color: white;
    background: black;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
  }
  body[id^="module-cc_mi_cuenta-"] a.link-back {
    display: flex;
    color: black;
    color: black;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 15px;
    background: white;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
  }
  body[id^="module-cc_mi_cuenta-"] a.link-back span {
    width: 100%;
    text-align: center;
  }
  body[id^="module-cc_mi_cuenta-"] a.link-back:hover {
    color: black;
  }
  body[id^="module-cc_mi_cuenta-"] .step-title {
    color: black;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 15px;
    background: white;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
  }
  body[id^="module-cc_mi_cuenta-"] button.step-title,
  body[id^="module-cc_mi_cuenta-"] button.step-subtitle {
    color: black;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 15px;
    background: white;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
  }
  body[id^="module-cc_mi_cuenta-"] button.step-title,
  body[id^="module-cc_mi_cuenta-"] button.step-subtitle {
    margin-bottom: 50px;
  }
  body[id^="module-cc_mi_cuenta-"] button.step-title span,
  body[id^="module-cc_mi_cuenta-"] button.step-subtitle span {
    width: 100%;
    text-align: center;
  }
  body[id^="module-cc_mi_cuenta-"] .step-subtitle {
    color: black;
    font-weight: 500;
    margin-bottom: 15px;
  }

  /** STEP TYPE **/

    body[id^="module-cc_mi_cuenta-"] #step-type .type-item {
      display: block;
      background: white;
      border: 1px solid #d9d9d9;
      width: 100%;
      text-align: left;
      margin-bottom: 15px;
      padding: 15px;
      padding-right: 35px;
      position: relative;
      cursor: pointer;
    }
    body[id^="module-cc_mi_cuenta-"] #step-type .type-item .type-name {
      margin-bottom: 7px;
      color: black;
      font-weight: 600;
    }
    body[id^="module-cc_mi_cuenta-"] #step-type .type-item .type-txt {
      color: #706F6F;
      margin-bottom: 7px;
    }
    body[id^="module-cc_mi_cuenta-"] #step-type .type-item .type-price {
      color: black;
      font-weight: 600;
    }
    body[id^="module-cc_mi_cuenta-"] #step-type .type-item .type-price.free {
      color: #36C55A;
    }
    body[id^="module-cc_mi_cuenta-"] #step-type .type-item > i {
      color: black;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
    }


  /** STEP PRODUCTS **/

  body[id^="module-cc_mi_cuenta-"] #step-products .step-btn.disabled {
    display: none;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-right {
    display: flex;
    position: relative;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item {
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item:last-of-type {
    border-bottom: none;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item.already-returned {
    filter: opacity(0.8);
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-right .prod-check {
    height: 100%;
    width: 100%;
    color: #ebebeb;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item.already-returned .item-right .prod-check {
    display: none;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-right .prod-check.checked {
    color: black;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-right .prod-check i {
    font-size: 18px;
    display: block;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-right {
    width: 100%;
    padding-left: 35px;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-right .item-img {
    margin-right: 10px;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-right img {
    width: 200px;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-right .item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 18px;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-right .item-ref {
    font-size: 12px;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-right .item-name,
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-right .item-price {
    font-weight: bold;
    color: black;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-right .item-price {
    margin: 10px 0;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-right .item-block {
    width: 100%;
    display: flex;
    align-self: center;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-reason {
    display: none;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-reason.open {
    display: block;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-reason .reason-block {
    border: 1px solid #999;
    margin-top: 20px;
    display: none;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-reason .reason-block.open {
    display: block;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-reason .reason-title {
    display: none;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-reason.open .reason-title {
    color: black;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 25px;
    position: relative;
    display: block;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-reason .reason-title .reason-title-inner {
    font-weight: bold;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-reason .reason-title .reason-txt {
    display: none;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-reason .reason-title.selected > i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-reason .reason-title.selected .reason-txt {
    display: block;
    margin-top: 10px;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-reason .reason-title i {
    display: none;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-reason .reason-title.selected i {
    display: block;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-reason .reason-radio {
    border-bottom: 1px solid #999;
    padding: 7px 0;
    padding-left: 10px;
    color: black;
    display: flex;
    z-index: 2;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-reason .reason-radio .txt {
    margin-left: 5px;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-reason .reason-radio:last-of-type {
    border-bottom: none;
  }

  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .item-info {
    position: relative;
    width: 100%;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .qty_input {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .qty_input > span {
    color: black;
    font-weight: bold;
  }
  body[id^="module-cc_mi_cuenta-"] #step-products .product-item .qty_input select {
    cursor: pointer;
  }





  #module-cc_mi_cuenta-devolucion #process-return {
    display: none;
  }
  #module-cc_mi_cuenta-devolucion #process-return.active {
    display: block;
  }

/** STEP CARRIERS **/

  body[id^="module-cc_mi_cuenta-"] #step-carriers .carrier-item {
    display: block;
    background: white;
    border: 1px solid #d9d9d9;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    padding: 15px;
    padding-right: 35px;
    position: relative;
    cursor: pointer;
  }
  body[id^="module-cc_mi_cuenta-"] #step-carriers .carrier-item .carrier-name {
    margin-bottom: 7px;
    color: black;
    font-weight: 600;
  }
  body[id^="module-cc_mi_cuenta-"] #step-carriers .carrier-item .carrier-txt {
    color: #706F6F;
    margin-bottom: 7px;
  }
  body[id^="module-cc_mi_cuenta-"] #step-carriers .carrier-item .carrier-price {
    color: black;
    font-weight: 600;
  }
  body[id^="module-cc_mi_cuenta-"] #step-carriers .carrier-item .carrier-price.free {
    color: #36C55A;
  }
  body[id^="module-cc_mi_cuenta-"] #step-carriers .carrier-item > i {
    color: black;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }


/** STEP ADDRESS **/

  body[id^="module-cc_mi_cuenta-"] #step-address .address {
    position: relative;
  }
  body[id^="module-cc_mi_cuenta-"] #step-address .address address {
    margin-right: 70px;
    white-space: pre-line;
  }
  body[id^="module-cc_mi_cuenta-"] #step-address .address .address-update {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFB61E;
    font-weight: 500;
    z-index: 5;
    cursor: pointer;
  }
  body[id^="module-cc_mi_cuenta-"] #step-address .address-tlfn {
    margin-bottom: 70px;
  }
  body[id^="module-cc_mi_cuenta-"] #step-address .form_field {
    border: none;
    border-bottom: 1px solid #999;
    width: 100%;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  body[id^="module-cc_mi_cuenta-"] #step-address .field_txt {
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
  }
  body[id^="module-cc_mi_cuenta-"] #update-address-form {
    display: none;
    position: absolute;
    background: white;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    padding-left: 75px;
  }
  body[id^="module-cc_mi_cuenta-"] #update-address-form.open {
    display: block;
  }
  body[id^="module-cc_mi_cuenta-"] input::placeholder {
    color: #919191;
  }
  body[id^="module-cc_mi_cuenta-"] .st_form_item_new_password .input-group-with-border {
    border: none;
    border-bottom: 1px solid var(--cc-mi-font-border);
    max-width: 100%;
  }
  body[id^="module-cc_mi_cuenta-"] .st_form_item_new_password .input-group-with-border input {
    border: none;
    max-width: 100%;
    color: var(--cc-mi-font-gray);
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body[id^="module-cc_mi_cuenta-"] .st_form_item_new_password .input-group-with-border .show_password {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  body[id^="module-cc_mi_cuenta-"] :not(.st_form_item_password,.st_form_item_new_password) input.form-control {
    border: none;
    border-bottom: 1px solid var(--cc-mi-font-border);
    max-width: 100%;
    padding-left: 10px;
    color: var(--cc-mi-font-gray);
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body[id^="module-cc_mi_cuenta-"] #update-address-form .update-address-btns {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    color: black;
  }
  body[id^="module-cc_mi_cuenta-"] #update-address-form .update-address-btns div {
    color: white;
    background: black;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
  }
  body[id^="module-cc_mi_cuenta-"] #update-address-form .update-address-back {
    color: black;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 15px;
    background: white;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
  }
  body[id^="module-cc_mi_cuenta-"] #update-address-form .update-address-back span {
    width: 100%;
    text-align: center;
  }
  /** STEP PAYMENTS **/

    body[id^="module-cc_mi_cuenta-"] #step-payment .payment-item {
      display: block;
      background: white;
      border: 1px solid #d9d9d9;
      width: 100%;
      text-align: left;
      margin-bottom: 15px;
      padding: 15px;
      padding-right: 35px;
      position: relative;
      cursor: pointer;
    }
    body[id^="module-cc_mi_cuenta-"] #step-payment .payment-item .payment-name {
      margin-bottom: 7px;
      color: black;
      font-weight: 600;
    }
    body[id^="module-cc_mi_cuenta-"] #step-payment .payment-item .payment-txt {
      color: #706F6F;
      margin-bottom: 7px;
    }
    body[id^="module-cc_mi_cuenta-"] #step-payment .payment-item .payment-price {
      color: black;
      font-weight: 600;
    }
    body[id^="module-cc_mi_cuenta-"] #step-payment .payment-item .payment-price.free {
      color: #36C55A;
    }
    body[id^="module-cc_mi_cuenta-"] #step-payment .payment-item > i {
      color: black;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
    }

  /** STEP SIZE **/

  body[id^="module-cc_mi_cuenta-"] #step-size .product-sizes.open .btn-prod-sizes,
  body[id^="module-cc_mi_cuenta-"] #step-size .product-summary,
  body[id^="module-cc_mi_cuenta-"] #step-size.summary .product-sizes,
  body[id^="module-cc_mi_cuenta-"] #step-size.summary .step-title,
  body[id^="module-cc_mi_cuenta-"] #step-size .step-btn,
  body[id^="module-cc_mi_cuenta-"] #step-size .product-sizes .product-item .item-sizes {
    display: none;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size.summary .step-btn,
  body[id^="module-cc_mi_cuenta-"] #step-size .product-sizes .btn-prod-sizes,
  body[id^="module-cc_mi_cuenta-"] #step-size.summary .product-summary,
  body[id^="module-cc_mi_cuenta-"] #step-size .product-sizes.open .product-item .item-sizes {
    display: block;
  }

  body[id^="module-cc_mi_cuenta-"] #step-size .product-summary .title-back {
    display: flex;
    color: black;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-summary .title-back > div {
    color: black;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 15px;
    background: white;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-item {
    position: relative;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-sizes .product-item {
    position: relative;
    display: flex;
    width: 100%;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .btn-prod-sizes {
    width: 100%;
    background: white;
    color: black;
    text-align: center;
    border: 1px solid black;
    padding: 15px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-item .item-img {
    text-align: center;
    width: 40%;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-item .item-sizes {
    width: 100%;
    height: 100%;
    background: white;
    padding: 15px 30px;
    padding-right: 5px;
    overflow: auto;
    width: 60%;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-item .item-sizes .item-block .item-info {
    color: black;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-item .item-sizes .item-list {
    margin-top: 30px;
  }

  body[id^="module-cc_mi_cuenta-"] #step-size .product-item .item-sizes .item-list .title {
    color: black;
    font-weight: bold;
    margin-bottom: 20px;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-item .item-sizes .item-block .item-ref {
    font-size: 12px;
    color: #777;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-item .item-sizes .item-block .item-attrs {
    color: #777;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-item .item-sizes .item-block .item-name,
  body[id^="module-cc_mi_cuenta-"] #step-size .product-item .item-sizes .item-block .item-price {
    font-weight: bold;
    color: black;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-item .item-sizes .item-block .item-price {
    margin: 10px 0;
  }



  body[id^="module-cc_mi_cuenta-"] #step-size .product-item .item-sizes .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }


  body[id^="module-cc_mi_cuenta-"] #step-size .product-item .item-sizes::-webkit-scrollbar {
      width: 10px
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-item .item-sizes::-webkit-scrollbar-track {
      background: #f1f1f1
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-item .item-sizes::-webkit-scrollbar-thumb {
      background: #888
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-item .item-sizes::-webkit-scrollbar-track:hover {
      background: #f2f2f2
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-item .item-sizes::-webkit-scrollbar-thumb:hover {
      background: #999
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-item .item-sizes::-webkit-scrollbar-button {
      display: none
  }


  body[id^="module-cc_mi_cuenta-"] #step-size .product-item .item-sizes .block_size {
    text-align: center;
    color: black;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    width: 70px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-item .item-sizes .block_size:not(.unavailable):hover {
    background: black;
    color: white;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-item .item-sizes .block_size.unavailable {
    color: #d9d9d9;
    cursor: default;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-summary .product-item {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 30px;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-summary .sizes-summary {
    border: 1px solid #d9d9d9;
    display: flex;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-summary .sizes-summary > div {
    text-align: center;
    width: 50%;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-summary .sizes-summary > div:first-of-type {
    border-right: 1px solid black;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-summary .sizes-summary > div .size {
    color: black;
    font-weight: bold;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-summary .product-item .item-img {
    margin-right: 10px;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-summary .product-item img {
    width: 200px;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-summary .product-item .item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 18px;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-summary .product-item .item-ref {
    font-size: 12px;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-summary .product-item .item-name,
  body[id^="module-cc_mi_cuenta-"] #step-size .product-summary .product-item .item-price {
    font-weight: bold;
    color: black;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-summary .product-item .item-price {
    margin: 10px 0;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .product-summary .product-item .item-block {
    width: 100%;
    display: flex;
    align-self: center;
  }

  body[id^="module-cc_mi_cuenta-"] #step-size .item-sizes .no-sizes-btn {
    color: #375989;
    margin-top: 10px;
    font-weight: 600;
  }
  body[id^="module-cc_mi_cuenta-"] #step-size .item-sizes .no-sizes-btn:hover {
    color: #375989;
  }



  /** STEP INITCHANGE **/

  body[id^="module-cc_mi_cuenta-"] #step-initchange .step-content {
    color: black;
  }
  body[id^="module-cc_mi_cuenta-"] #step-initchange .step-content > div {
    margin-bottom: 15px;
  }
  body[id^="module-cc_mi_cuenta-"] #step-initchange .step-content div span {
    font-weight: bold;
  }
  body[id^="module-cc_mi_cuenta-"] #step-initchange .step-content img {
    margin: 0 auto;
    display: block;
    width: 50px;
    margin-bottom: 15px;
  }
  body[id^="module-cc_mi_cuenta-"] #step-initchange .step-content img:last-of-type {
    margin-top: 20px;
  }
  body[id^="module-cc_mi_cuenta-"] #step-initchange .step-btn {
    margin-top: 50px;
  }





/** STEP CONFIRMATION **/

    body[id^="module-cc_mi_cuenta-"] #step-confirmation .step-content {
      color: black;
    }
    body[id^="module-cc_mi_cuenta-"] #step-confirmation .step-content img.check {
      width: 30px;
      margin: 0 auto;
      margin-bottom: 30px;
      display: block;
    }
    body[id^="module-cc_mi_cuenta-"] #step-confirmation .step-content > div,
    body[id^="module-cc_mi_cuenta-"] #step-confirmation .step-content .shipping .info-tienda > div,
    body[id^="module-cc_mi_cuenta-"] #step-confirmation .step-content .shipping > div {
      margin-bottom: 10px;
    }
    body[id^="module-cc_mi_cuenta-"] #step-confirmation .step-content .shipping .info-domicilio {
      font-weight: 600;
    }
    body[id^="module-cc_mi_cuenta-"] #step-confirmation .step-content .info-tienda a {
      color: black;
      font-weight: bold;
    }

/** STEP ERROR **/

    body[id^="module-cc_mi_cuenta-"] #step-error .step-title {
      margin-bottom: 30px;
      cursor: default;
    }
    body[id^="module-cc_mi_cuenta-"] #step-error .step-content {
      color: black;
    }
    body[id^="module-cc_mi_cuenta-"] #step-error .step-content img.check {
      width: 30px;
      margin: 0 auto;
      margin-bottom: 30px;
      display: block;
    }
    body[id^="module-cc_mi_cuenta-"] #step-error .step-content > div {
      margin-bottom: 10px;
    }
    body[id^="module-cc_mi_cuenta-"] #step-error .step-btn {
      margin-top: 50px;
    }


/** GUESS FORM **/

body[id^="module-cc_mi_cuenta-"] #return-guess {
  max-width: 800px;
  margin: 0 auto;
}
body[id^="module-cc_mi_cuenta-"] #return-guess .title {
  color: black;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 50px;
}
body[id^="module-cc_mi_cuenta-"] #return-guess #return-guess-form .guess_errors {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
body[id^="module-cc_mi_cuenta-"] #return-guess #return-guess-form .guess_errors .error {
  margin-bottom: 10px;
}
body[id^="module-cc_mi_cuenta-"] #return-guess #return-guess-form .guess_errors .error:last-of-type {
  margin-bottom: 0px;
}
body[id^="module-cc_mi_cuenta-"] #return-guess #return-guess-form .guess_field {
  margin-bottom: 25px;
}
body[id^="module-cc_mi_cuenta-"] #return-guess #return-guess-form .step-btn {
  color: white;
  background: black;
  text-align: center;
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 70px;
  margin-bottom: 50px;
}
body[id^="module-cc_mi_cuenta-"] #content,
body[id^="module-cc_mi_cuenta-"] div,
body[id^="module-cc_mi_cuenta-"] a,
body[id^="module-cc_mi_cuenta-"] span,
body[id^="module-cc_mi_cuenta-"] button {
  font-family: 'Montserrat'!important;
}


/* CHILEXPRESS */

#step-carriers .sucursal-chilexpress {
  color: black;
  font-weight: bold;
  cursor: pointer;
}

#step-carriers .popup-sucursales {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#step-carriers .popup-sucursales.hidden {
  display: none;
}

#step-carriers .popup-sucursales .fspasc_wrapper {
  width: 100%;
    max-width: 700px;
    height: auto;
    padding: 50px;
    background: white;
    border: 1px solid #d9d9d9;
    position: relative;
}
#step-carriers .popup-sucursales .fspasc_wrapper .close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: black;
  cursor: pointer;
}
#step-carriers .popup-sucursales .fspasc_wrapper .fspasc_state_selector {
  margin-bottom: 30px;
}
#step-carriers .popup-sucursales .fspasc_wrapper .carrier_title {
  color: black;
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
  font-size: 18px;
  text-align: center;
}
#step-carriers .popup-sucursales .fspasc_wrapper .select-title {
  color: black;
  margin-bottom: 5px;
  font-weight: bold;
}
#step-carriers .popup-sucursales .fspasc_wrapper .more_info {
  margin-top: 15px;
  font-style: italic;
}
#step-carriers .popup-sucursales .fspasc_wrapper .more_info a {
  font-weight: bold;
  color: black;
}
#step-carriers .popup-sucursales .fspasc_wrapper .btn-continue {
  text-align: center;
  margin-top: 30px;
  background: black;
  color: white;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: bold;
}
#step-carriers .popup-sucursales .fspasc_wrapper .btn-continue.disabled {
  opacity: 0.9;
  cursor: not-allowed;
}
#step-carriers .step-content button.carrier-item.btn-sucursal-con {
  display: none;
}

/* #step-carriers .popup-sucursales .fspasc_wrapper .fspasc_store_selector .fspasc_id_store {
  max-height: 200px;
  height: 200px;
  overflow: auto;
  border: 1px solid #d9d9d9;
}
#step-carriers .popup-sucursales .fspasc_wrapper .fspasc_store_selector .fspasc_id_store > div {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  color: black;
}
#step-carriers .popup-sucursales .fspasc_wrapper .fspasc_store_selector .fspasc_id_store > div:last-of-type {
  border-bottom: none;
} */

body[id^="module-cc_mi_cuenta-"] #step-carriers .popup-sucursales .fspasc_wrapper .fspasc_store_selector .fspasc_id_store::-webkit-scrollbar {
    width: 10px
}
body[id^="module-cc_mi_cuenta-"] #step-carriers .popup-sucursales .fspasc_wrapper .fspasc_store_selector .fspasc_id_store::-webkit-scrollbar-track {
    background: #f1f1f1
}
body[id^="module-cc_mi_cuenta-"] #step-carriers .popup-sucursales .fspasc_wrapper .fspasc_store_selector .fspasc_id_store::-webkit-scrollbar-thumb {
    background: #888
}
body[id^="module-cc_mi_cuenta-"] #step-carriers .popup-sucursales .fspasc_wrapper .fspasc_store_selector .fspasc_id_store::-webkit-scrollbar-track:hover {
    background: #f2f2f2
}
body[id^="module-cc_mi_cuenta-"] #step-carriers .popup-sucursales .fspasc_wrapper .fspasc_store_selector .fspasc_id_store::-webkit-scrollbar-thumb:hover {
    background: #999
}
body[id^="module-cc_mi_cuenta-"] #step-carriers .popup-sucursales .fspasc_wrapper .fspasc_store_selector .fspasc_id_store::-webkit-scrollbar-button {
    display: none
}
