/*
* 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: inherit;
  --cc-mi-font-black: #000000;
  --cc-mi-font-white: #ffffff;
  --cc-mi-font-gray: #444;
  --cc-mi-font-border: #d9d9d9;
}

/***    PC    ***/

  /**    AUTHENTICATION    **/
  #page_banner_container_1,
  .breadcrumb_spacing {
    display: none;
  }
  #page_wrapper #wrapper {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  #create_account_block,
  #login_form_block {
    border: none;
  }
  #login_form_block {
    margin-bottom: 15px;
  }
  #create_account_block .page_heading,
  #register_form_block .page_heading,
  #login_form_block .page_heading {
    font-size: 19px;
    font-weight: 600;
    font-family: var(--cc-mi-font-family);
    text-align: center;
    color: var(--cc-mi-font-black);
  }
  #create_account_block .p-b-1 {
    color: var(--cc-mi-font-black);
    font-weight: 600;
    padding-bottom: 30px;
  }
  #create_account_block img {
    display: block;
    margin: 0 auto;
    padding-bottom: 25px;
    width: auto;
    /*padding-bottom: 89px;*/
  }
  #login-form .form_content_inner {
    min-height: 222px;
  }
  #create_account_block #SubmitCreate,
  #register_form_block .form-footer .btn,
  .js-address-form .form-footer .btn,
  #customer-form .form-footer .btn,
  #password .form-footer .btn,
  #login_form_block #SubmitLogin {
    border-radius: 5px;
    background-color: var(--cc-mi-font-black);
    border-color: var(--cc-mi-font-black);
    font-weight: 600;
    font-size: 15px;
    padding: 15px 25px;
  }
  #create_account_block #SubmitCreate {
    line-height: 10px;
  }
  #login_form_block #SubmitLogin {
    background-color: var(--cc-mi-font-white)!important;
    color: var(--cc-mi-font-black);
    font-family: var(--cc-mi-font-family);
    line-height: 10px;
  }
  #login_form_block .st_form_item_email input.form-control {
    border: 1px solid #4D5154;
    border-radius: 5px;
    max-width: 100%;
    padding-left: 10px;
    color: var(--cc-mi-font-gray);
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #login_form_block input::placeholder {
    color: var(--cc-mi-font-gray);
  }
  #login_form_block .st_form_item_email {
    margin-bottom: 35px;
  }
  #login_form_block .st_form_item_password .input-group-with-border {
    border: none;
    border-bottom: 1px solid var(--cc-mi-font-border);
    max-width: 100%;
  }
  #login_form_block .st_form_item_password .input-group-with-border input {
    padding-left: 10px;
    color: var(--cc-mi-font-gray);
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: none;
    border: 1px solid #4D5154;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
  }
  #login_form_block .st_form_item_password .input-group-with-border .input-group-btn {
    border: 1px solid #4D5154;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
  }
  #login_form_block .st_form_item_password .input-group-with-border .show_password {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  #login-form > .form_content {
    min-height: auto;
  }
  #login_form_block .p-b-1 {
    padding-top: 15px;
  }
  #login_form_block label {
    color: black;
  }
  #login_form_block label.required span {
    color: red;
  }
  .create_account_column {
    border-right: 1px solid var(--cc-mi-font-border);
  }
  #authentication #main #content {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 1085px;
  }
  #authentication #main #content .row{
    align-items: center;
  }
  #authentication #center_column #content .create_account_column {
    padding-right: 50px;
  }
  #authentication #center_column #content .login_form_column {
    padding-left: 50px;
  }
  #authentication #register_form_block {
    margin-bottom: 70px;
  }
  #authentication .guest-tracking-info,
  #module-cc_mi_cuenta-accesoResumenDevolucion .guest-tracking-info,
  #guest-tracking .guest-tracking-info-return {
    background: #F2F2F2;
    color: black;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 12px 50px;
    border-radius: 5px;
  }
  #authentication .guest-tracking-info a,
  #module-cc_mi_cuenta-accesoResumenDevolucion .guest-tracking-info a,
  #guest-tracking .guest-tracking-info-return a {
    color: black;
    font-weight: bold;
    text-decoration: underline;
  }
  #create_account_block {
    margin-bottom: 0px;
  }
  #register_form_block {
    border: none;
  }
  #register_form_block .page_heading {
    text-align: left;
  }
  #password input.form-control,
  .js-address-form :not(.st_form_item_password,.st_form_item_confirm_password,.st_form_item_new_password) input.form-control {
    border: 1px solid #4D5154;
    border-radius: 5px;
    max-width: 100%;
    padding-left: 10px;
    color: var(--cc-mi-font-gray);
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #password #content {
    display: flex!important;
    max-width: none!important;
    padding-top: 25px!important;
    padding-bottom: 50px!important;
  }
  #password #content > .col-md-6 {
    margin: 0;
  }
  #password #content > .col-lg-9 {
    flex: 100%;
    max-width: 100%;
    display: flex;
  }
  #password #content > .col-md-6 .page_heading,
  #password #content > .col-lg-9 .col-md-6 .page_heading {
    padding-left: 0px!important;
    margin-bottom: 0px!important;
    margin-top: 0px!important;
    display: block;
  }
  #password #content > .col-md-6 .email .email-label {
    margin-bottom: 5px;
  }
  #password #content > .col-md-6 .email .email-desc {
    margin-top: 5px;
    font-size: 12px;
  }
  #password #content > .col-md-6 .send-renew-password-link {
    margin-bottom: 15px!important;
    color: black!important;
  }
  #password #content > .col-lg-9 .col-md-6 .btn-back,
  #password #content > .col-md-6 .btn-back {
    text-align: center;
    color: #000;
  }
  #password #content > .col-lg-9 .col-md-6 .btn-back a,
  #password #content > .col-md-6 .btn-back a {
    text-decoration: underline;
    font-weight: bold;
    color: #000;
  }
 
  #password #content > .col-lg-9 .col-md-6.col-left,
  #password #content > .col-md-6.col-left {
    padding-right: 0; 
    padding-left: 50px!important;
    padding-right: 50px!important;
    padding-top: 25px!important;
    margin-left: 0!important;
  }
  #password #content > .col-lg-9 .col-md-6.col-right {
    margin-left: 0!important;
  }

  #password #content > .col-lg-9 .col-md-6.col-left .pass-title {
    font-weight: bold;
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
  }
  #password #content > .col-lg-9 .col-md-6.col-left .pass-txt {
    color: #000;
  }
  #password #content > .col-lg-9 .col-md-6.col-left .pass-info {
    text-align: center;
    margin-bottom: 50px;
    font-size: 13px;
  }
  #password #content > .col-lg-9 .my_account_page_footer {
    display: none;
  }

  #password .renew-password .btn {
    border-radius: 5px!important;
    text-transform: none!important;
    font-weight: 400!important;
    margin-top: 50px!important;
  }
  #password .renew-password {
    margin-top: 20px!important;
  }


  #password .renew-password .js-input-column .input-group-with-border {
    border: 1px solid black!important;
    border-radius: 5px;
  }
  #password .renew-password .js-input-column .input-group-with-border.val-error {
    border-color: #D62839!important;
  }
  #password .renew-password .js-input-column button {
    margin: 0 !important;
    background: white!important;
    background-color: white!important;
    color: black!important;
    border: none!important;
  }
  #password .renew-password .js-input-column input {
    border: none!important;
  }

  #password .renew-password .js-input-column .input-error {
    border: 0;
    background-color: #fff;
    font-size: 12px;
    color: #D62839;
    display: flex;
    margin-top: 3px;
  }
  #password .renew-password .js-input-column .input-error svg {
    min-width: 18px;
    margin-right: 3px;
  }

  #password .pass-updated .updated-title {
    font-weight: bold;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #password .pass-updated .updated-txt {
    color: #000;
  }
  #password .pass-updated .updated-link {
    color: white;
    background: #000;
    display: block;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 25px;
    text-align: center;
    margin-top: 40px;
  }
  #password .col-right .img-block {
    text-align: center;
  }


  #password #content .form-footer {
    display: block;
  }

  .js-address-form input::placeholder,
  #password input::placeholder {
    color: #919191;
  }
  .js-address-form .st_form_item_password .input-group-with-border,
  .js-address-form .st_form_item_confirm_password .input-group-with-border,
  .js-address-form .st_form_item_new_password .input-group-with-border {
    border: none;
    border-bottom: 1px solid var(--cc-mi-font-border);
    max-width: 100%;
  }
  .js-address-form .st_form_item_password .input-group-with-border input,
  .js-address-form .st_form_item_confirm_password .input-group-with-border input,
  .js-address-form .st_form_item_new_password .input-group-with-border input {
    border: 1px solid #4D5154;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
    max-width: 100%;
    color: var(--cc-mi-font-gray);
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .js-address-form .st_form_item_password .input-group-with-border .input-group-btn,
  .js-address-form .st_form_item_confirm_password .input-group-with-border .input-group-btn,
  .js-address-form .st_form_item_new_password .input-group-with-border .input-group-btn {
    border: 1px solid #4D5154;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: none;
  }
  .js-address-form .st_form_item_password .input-group-with-border .show_password,
  .js-address-form .st_form_item_confirm_password .input-group-with-border .show_password,
  .js-address-form .st_form_item_new_password .input-group-with-border .show_password {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .st_form_item_psgdpr {
    margin-bottom: 0px;
  }
  /**    MY ACCOUNT    **/
  #my-account .page_heading,
  .page-customer-account .page_heading,
  .page-order-detail .page_heading,
  #module-cc_mi_cuenta-devolucion .page_heading,
  body[id^='module-'] .page_heading,
  .page-addresses .page_heading {
    font-family: var(--cc-mi-font-family);
    font-weight: 600;
    color: var(--cc-mi-font-black);
    margin-left: 15px;
    margin-bottom: 4px;
  }
  .page-customer-account .page_heading,
  .page-addresses .page_heading {
    margin-left: 0px;
  }
  .myacount_dashbord_list {
    
    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_left_column  .list-group-item a:is(.lnk_psgdpr, .love-link) i,
  .my_account_left_column  .list-group-item a i.fa-star {
    margin-right: 10px;
  }
  .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);
  }
  .js-customer-form .form-footer .btn,
  .js-address-form .form-footer .btn {
    width: 100%;
    color: var(--cc-mi-font-white);
    height: auto;
  }
  #addresses .address-body.card-block,
  #addresses .addresses-footer a {
    color: var(--cc-mi-font-black);
  }
  #addresses .page_heading {
    margin-bottom: 24px;
  }
  #password .form-footer .account-link {
    color: var(--cc-mi-font-black);
  }
  #password .form-footer .account-link i {
    color: var(--cc-mi-font-black);
    margin-right: 5px;
  }
  #password .form-footer .btn,
  #password .renew-password .btn {
    width: 100%;
  }
  #password .send-renew-password-link {
    margin-bottom: 40px;
    color: var(--cc-mi-font-gray);
  }
  #password section.from_blcok {
    border: none;
    margin-bottom: 110px;
    margin-top: 30px;
  }
  #password .my_account_left_column {
    display: none;
  }
  #password #content,
  #password #center_column .page_heading {
    max-width: 900px;
    margin: 0 auto;
  }
  #password #center_column .page_heading {
    padding-left: 15px;
    margin-bottom: 40px;
    margin-top: 50px;
  }
  #password #content {
    display: block;
  }
  #password section#content > .col-md-6,
  #password section.from_blcok .page_heading,
  #password section.from_blcok .form_content_inner {
    padding-left: 0;
    padding-right: 0;
  }
  #password .renew-password {
    margin-left: 0px;
  }
  #password .renew-password > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  #password .renew-password .email {
    padding-top: 20px;
    color: var(--cc-mi-font-gray);
  }
  #password .renew-password .email .txt {
    font-weight: 600;
  }
  #password .renew-password .btn {
    border-radius: 40px;
    background-color: var(--cc-mi-font-black);
    border-color: var(--cc-mi-font-black);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 25px;
    color: var(--cc-mi-font-white);
    margin-left: 15px;
    margin-right: 15px;
  }
  #password .renew-password .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /**    ORDERS HISTORY    **/
  #history .prod_img {
    margin-right: 10px;
    width: 65px;
  }
  #history .info_txt {
    margin-bottom: 23px;
    margin-top: 15px;
  }
  #history .order .text-right .btn_order {
    text-decoration: underline;
    color: var(--cc-mi-font-black);
  }
  #history .order .text-right .total {
    color: var(--cc-mi-font-black);
    font-weight: bold;
  }
  #history .order .text-right .date {
    color: var(--cc-mi-font-black);
  }
  #history .order .info_left .order_ref {
    color: var(--cc-mi-font-black);
  }
  #history .order.line_item,
  #order-detail .order-item.line_item,
  #order-return .order-item.line_item,
  #guest-tracking .order-item.line_item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #order-detail .order-item.line_item:last-of-type,
  #order-return .order-item.line_item:last-of-type,
  #guest-tracking .order-item.line_item:last-of-type {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #order-detail .sub_title,
  #guest-tracking .sub_title {
    color: var(--cc-mi-font-black);
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
  }
  #order-detail .flex_infos .sub_title,
  #guest-tracking .flex_infos .sub_title {
    margin-bottom: 0px;
    flex: 0 0 50%;
  }
  #order-detail .history-info .sub_title,
  #guest-tracking .history-info .sub_title {
    margin-bottom: 0px;
  }
  #order-detail .page_heading,
  #guest-tracking .page_heading {
    margin-left: 0px;
    margin-bottom: 30px;
  }
  #order-detail .box,
  #order-return .box,
  #guest-tracking .box {
    padding-bottom: 18px;
    color: black;
  }
  #guest-tracking .box {
    margin-bottom: 18px;
  }
  #order-detail #order-infos .flex_infos,
  #guest-tracking #order-infos .flex_infos {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  #order-detail #order-infos .flex_infos .circle,
  #guest-tracking #order-infos .flex_infos .circle {
    border-radius: 100%;
    width: 10px;
    height: 10px;
    min-width: 7px;
    display: block;
    margin-right: 7px;
  }
  #order-detail #order-infos .flex_infos .state,
  #guest-tracking #order-infos .flex_infos .state {
    display: flex;
    flex: 0 0 50%;
    justify-content: end;
    align-items: center;
    color: var(--cc-mi-font-black);
    font-weight: 600;
  }
  #order-detail  .history_header .history-info_icon,
  #order-return #return-history .history_header .history-info_icon,
  #guest-tracking  .history_header .history-info_icon {
    width: 100%;
    display: flex;
    justify-content: center;
    border-top: 1px solid #B8B7B7;
    color: var(--cc-mi-font-black);
    font-size: 16px;
    padding: 2px 0;
  }
  #order-detail  .history_header .history-info_icon.collapsed .icon_close,
  #order-return #return-history .history_header .history-info_icon.collapsed .icon_close,
  #guest-tracking  .history_header .history-info_icon.collapsed .icon_close {
    display: none;
  }
  #order-detail  .history_header .history-info_icon:not(.collapsed) .icon_open,
  #order-return #return-history .history_header .history-info_icon:not(.collapsed) .icon_open,
  #guest-tracking  .history_header .history-info_icon:not(.collapsed) .icon_open {
    display: none;
  }
  #order-detail  .history_header,
  #order-return #return-history .history_header,
  #guest-tracking  .history_header {
    border: 1px solid #B8B7B7;
  }
  #order-detail  .history_header .history-info,
  #order-return #return-history .history_header .history-info,
  #guest-tracking  .history_header .history-info {
    padding: 15px;
  }
  #order-detail  #order_states_history,
  #order-return #return-history #return_states_history,
  #guest-tracking  #order_states_history {
    padding: 15px;
  }
  #order-detail  #order_states_history ul,
  #order-return #return-history #return_states_history ul,
  #guest-tracking  #order_states_history ul {
    margin-bottom: 0px;
    position: relative;
  }
  #order-detail  #order_states_history ul li:not(:last-of-type),
  #order-return #return-history #return_states_history ul li:not(:last-of-type),
  #guest-tracking  #order_states_history ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  #order-detail  #order_states_history ul li,
  #order-return #return-history #return_states_history ul li,
  #guest-tracking  #order_states_history ul li {
    display: flex;
    min-height: 42px;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  #order-detail  #order_states_history ul li .list-ico,
  #order-return #return-history #return_states_history ul li .list-ico,
  #guest-tracking  #order_states_history ul li .list-ico {
    margin-right: 15px;
    align-self: center;
  }
  #order-detail  #order_states_history ul .state,
  #order-return #return-history #return_states_history ul .state,
  #guest-tracking  #order_states_history ul .state {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--cc-mi-font-black);
  }
  #order-detail .order-items .order-item,
  #order-return .order-items .order-item,
  #guest-tracking .order-items .order-item {
    display: flex;
    border-bottom: none;
  }
  #order-return .order-item.line_item {
    border-bottom: 1px solid #B8B7B7;
  }
  #order-detail .order-items .order-item .prod_img_block,
  #order-return .order-items .order-item .prod_img_block,
  #guest-tracking .order-items .order-item .prod_img_block {
    margin-right: 15px;
  }
  #order-detail .order-items .order-item .prod_img_block img,
  #order-return .order-items .order-item .prod_img_block img,
  #guest-tracking .order-items .order-item .prod_img_block img {
    height: 158px;
    filter: brightness(.95);
  }
  #order-detail .order-items .order-item .desc .name,
  #order-return .order-items .order-item .desc .name,
  #guest-tracking .order-items .order-item .desc .name,
  #order-detail .order-items .order-item .desc .price,
  #order-return .order-items .order-item .desc .price,
  #guest-tracking .order-items .order-item .desc .price {
    font-weight: 600;
    color: var(--cc-mi-font-black);
  }
  #order-detail .order-items .order-item .desc .name,
  #order-return .order-items .order-item .desc .name,
  #guest-tracking .order-items .order-item .desc .name {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  #order-detail .order-items .order-item .desc .price,
  #order-return .order-items .order-item .desc .price,
  #guest-tracking .order-items .order-item .desc .price {
    margin: 0px 0;
  }
  #order-detail .order-items .order-item .desc,
  #order-return .order-items .order-item .desc,
  #guest-tracking .order-items .order-item .desc {
    margin-bottom: 0;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    color: #706F6F;
  }
  #order-detail .order-totals .total-txt,
  #order-return .order-totals .total-txt,
  #guest-tracking .order-totals .total-txt {
    color: #706F6F;
  }
  #order-detail .order-totals .total_pay,
  #order-return .order-totals .total_pay,
  #guest-tracking .order-totals .total_pay {
    margin-top: 10px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #B8B7B7;
    margin-left: 0;
    margin-right: 0;
  }
  #order-detail .order-totals .total_pay .text-right,
  #order-return .order-totals .total_pay .text-right,
  #guest-tracking .order-totals .total_pay .text-right {
    color: var(--cc-mi-font-black);
    font-weight: 600;
  }
  #order-detail .order-totals .text-right,
  #order-return .order-totals .text-right,
  #guest-tracking .order-totals .text-right {
    color: black;
  }
  #order-detail .order-totals .total_pay > div,
  #order-return .order-totals .total_pay > div,
  #guest-tracking .order-totals .total_pay > div {
    padding: 0px;
  }
  #order-detail .order-items,
  #order-return .order-items,
  #guest-tracking .order-items {
    margin-bottom: 18px;
    padding-bottom: 0px;
    border-bottom: 1px solid #B8B7B7;
  }
  #order-detail #delivery-address address,
  #guest-tracking #delivery-address address {
    color: #000;
  }
  #order-detail .order-items .sub_title,
  #order-return .order-items .sub_title,
  #guest-tracking .order-items .sub_title {
    margin-bottom: 15px;
  }
  #order-detail  .history-list .next .list-txt .state,
  #order-return #return-history .history-list .next .list-txt .state,
  #guest-tracking  .history-list .next .list-txt .state {
    color: #D6D5D4!important;
  }
  #order-detail  .history-list .next .list-ico i,
  #order-return #return-history .history-list .next .list-ico i,
  #guest-tracking  .history-list .next .list-ico i {
    color: var(--cc-mi-font-white);
    background: var(--cc-mi-font-white);
    border-radius: 100%;
    border: 1px solid #D6D5D4;
    font-size: 18px;
    padding: 3px 5px;
  }
  #order-detail  .history-list .list-ico i,
  #order-return #return-history .history-list .list-ico i,
  #guest-tracking  .history-list .list-ico i {
    background: #2BA84A;
    border-radius: 100%;
    border: 1px solid #2BA84A;
    color: white;
    font-size: 14px;
    padding: 5px 7px;
  }
  #order-detail  .history-list .linea,
  #order-return #return-history .history-list .linea,
  #guest-tracking  .history-list .linea {
    height: calc(100% - 40px);
    border-left: 1px solid #D6D5D4;
    width: 1px;
    position: absolute;
    left: 12px;
    top: 20px;
    z-index: 1;
  }
  #order-detail #order-infos .return_date a,
  #guest-tracking #order-infos .return_date a {
    background: #E2F3FA;
    color: #6EA6F1;
    padding: 10px 15px;
    margin-top: 15px;
    border: none;
    cursor: pointer;
    display: block;
  }
  #order-detail #order-infos .return_date div.expire,
  #guest-tracking #order-infos .return_date div.expire {
    background: #E2F3FA;
    color: #6EA6F1;
    padding: 10px 15px;
    margin-top: 15px;
    border: none;
    display: block;
  }
  #order-detail #return-btn,
  #guest-tracking #return-btn {
    background: #1E1E1C;
    color: white;
    padding: 10px 15px;
    margin-top: 15px;
    border: none;
    text-align: center;
    cursor: pointer;
    display: block;
  }
  #order-detail #content.return_open #order-infos,
  #guest-tracking #content.return_open #order-infos,
  #order-detail #content.return_open ,
  #guest-tracking #content.return_open ,
  #order-detail #content.return_open .order-items,
  #guest-tracking #content.return_open .order-items,
  #order-detail #content.return_open .order-totals,
  #guest-tracking #content.return_open .order-totals,
  #order-detail #content.return_open #return-btn,
  #guest-tracking #content.return_open #return-btn,
  #order-detail #content.return_open .addresses,
  #guest-tracking #content.return_open .addresses {
    display: none!important;
  }
  #order-detail #content #return-info,
  #guest-tracking #content #return-info {
    display: none;
  }
  #order-detail #content.return_open #return-info,
  #guest-tracking #content.return_open #return-info {
    display: block;
  }
  #order-detail #return-info .return-content .return-type .type-info,
  #guest-tracking #return-info .return-content .return-type .type-info {
    color: black;
  }
  #order-detail #return-info .return-content .return-type .type-info .title,
  #guest-tracking #return-info .return-content .return-type .type-info .title {
    font-weight: bold;
    margin-bottom: 20px;
  }
  #order-detail #return-info .return-content .return-type .type-info p,
  #guest-tracking #return-info .return-content .return-type .type-info p {
    margin-bottom: 10px;
  }
  #order-detail #return-info .return-content .return-type .type-info,
  #guest-tracking #return-info .return-content .return-type .type-info {
    display: none;
  }
  #order-detail #return-info.info_open .return-content .return-subtitle,
  #guest-tracking #return-info.info_open .return-content .return-subtitle,
  #order-detail #return-info.info_open .return-content .return-type:not(.open),
  #guest-tracking #return-info.info_open .return-content .return-type:not(.open),
  #order-detail #return-info.info_open .return-content .return-txt,
  #guest-tracking #return-info.info_open .return-content .return-txt {
    display: none!important;
  }
  #order-detail #return-info .return-content .return-type.open > div,
  #guest-tracking #return-info .return-content .return-type.open > div {
    display: none;
  }
  #order-detail #return-info .return-content .return-type.open,
  #guest-tracking #return-info .return-content .return-type.open {
    border: none;
    margin-bottom: 50px;
    cursor: auto;
    padding: 10px 0px;
  }
  #order-detail #return-info .return-content .return-type.open .type-info,
  #guest-tracking #return-info .return-content .return-type.open .type-info {
    display: block;
  }
  #order-detail #return-info .return-content .return-type.open .type-info .btn,
  #guest-tracking #return-info .return-content .return-type.open .type-info .btn {
    display: block;
    text-transform: uppercase;
    color: white;
    background: black;
    margin-top: 50px;
    cursor: pointer;
  }

  #my-account #center_column #content {
    width: 95%;
    margin: 0 auto;
  }
  #my-account #center_column #content > .col-lg-3,
  #my-account #center_column #content > .col-lg-9 {
        flex: 0 0 50%;
        max-width: 50%;
  }

  #my-account #center_column #content > .my_account_left_column {
    padding-left: 50px;
    padding-right: 50px;
  }
  #my-account #center_column #content > .my_account_left_column .left_column_group {
    max-width: 700px;
  }



  #my-account #center_column #content > div:not(.my_account_left_column) {
    padding-right: 0px;
  }
  .my_account_left_column .list-group-item {
    border: 1px solid var(--cc-mi-font-border);
    border-radius: 5px;
    color: var(--cc-mi-font-black);
    margin-bottom: 15px;
  }
  
  .my_account_left_column .list-group-item a {
    border: none;
    color: var(--cc-mi-font-black);
    display: block;
    width: 100%;
  }
  .my_account_left_column .list-group-item a .item-title {
    color: var(--cc-mi-font-black);
    font-size: 16px;
    font-weight: bold;
  }
  .my_account_left_column .list-group-item a .item-subtitle {
    color: #6A6D70;
    font-size: 14px;
  }

  #my-account .my_account_left_column .sign-out-item {
    display: none;
  }

  #my-account .my_account_left_column > .list-group {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }

  .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;
  }
  
  #identity .page_heading,
  #address .page_heading,
  #discount .page_heading,
  #order-detail .page_heading,
  #guest-tracking .page_heading,
  #order-follow .page_heading,
  #order-return .page_heading,
  #history .page_heading,
  body[id^='module-'] .page_heading,
  #module-cc_mi_cuenta-devolucion .page_heading,
  #addresses .page_heading {
    width: 75%;
    margin: 0 auto;
    max-width: 70%;
    margin-right: 0;
    padding-right: 30px;
    padding-left: 25px;
  }
  #order-detail .page_heading,
  #guest-tracking .page_heading,
  #order-follow .page_heading,
  #order-return .page_heading,
  #address .page_heading,
  #addresses .page_heading,
  #discount .page_heading,
  body[id^='module-'] .page_heading,
  #module-cc_mi_cuenta-devolucion .page_heading,
  #history .page_heading {
    padding-left: 15px;
  }
  #addresses #content > .col-lg-9,
  #discount #content > .col-lg-9,
  #order-detail #content > .col-lg-9,
  #guest-tracking #content > .col-lg-9,
  #order-follow #content > .col-lg-9,
  #order-return #content > .col-lg-9,
  #history #content > .col-lg-9,
  body[id^='module-'] #content > .col-lg-9,
  #module-cc_mi_cuenta-devolucion #content > .col-lg-9 {
    margin-top: 20px;
    margin-bottom: 50px;
  }
 
  @media only screen and (min-width: 1200px){
    #identity #content > .col-lg-9,
    #address #content > .col-lg-9,
    #discount #content > .col-lg-9,
    #order-detail #content > .col-lg-9,
    #guest-tracking #content > .col-lg-9,
    #order-follow #content > .col-lg-9,
    #order-return #content > .col-lg-9,
    #history #content > .col-lg-9,
    body[id^='module-'] #content > .col-lg-9,
    #module-cc_mi_cuenta-devolucion #content > .col-lg-9,
    #addresses #content > .col-lg-9 {
      padding-left: 75px;
      margin-bottom: 80px;
    }
    #identity .page_heading,
    #address .page_heading,
    #discount .page_heading,
    #order-detail .page_heading,
    #guest-tracking .page_heading,
    #order-follow .page_heading,
    #order-return .page_heading,
    #history .page_heading,
    body[id^='module-'] .page_heading,
    #module-cc_mi_cuenta-devolucion .page_heading,
    #addresses .page_heading {
      padding-left: 75px;
    }
  }
  
  body[id^='module-'].page-customer-account #wrapper {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  #identity .js-customer-form,
  #address .js-address-form {
    max-width: 800px;
  }
  #history .orders,
  #order-detail #content > .col-lg-9,
  #guest-tracking #content > .col-lg-9,
  #order-return #content > .col-lg-9,
  #order-follow #content > .col-lg-9 {
    max-width: 700px;
  }

  #my-account .page_heading {
    max-width: 620px;
    text-align: center;
    margin-bottom: 25px;
  }
  #my-account #wrapper {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .my_account_left_column .user-name {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .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);
  }
  #my-account #content .col-lg-9 .myacount_dashbord_list {
    margin: 0 auto;
  }
  #my-account #content .col-lg-9 .my_account_page_footer,
  #history #content .col-lg-9 .my_account_page_footer {
    display: none;
  }
  #my-account #content .col-lg-9 .myacount-info,
  #history #content .col-lg-9 .history-info {
    margin: 0 auto;
    text-align: center;
    color: var(--cc-mi-font-black);
  }
  #my-account #content .col-lg-9 .myacount-info .myacount-txt-title,
  #history #content .col-lg-9 .history-info .history-txt-title {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
  }
  #authentication .ets_solo_social_wrapper.lgp {
    border-bottom: none!important;
    margin-bottom: 50px!important;
    padding-top: 40px!important;
  }
  #authentication .ets_solo_social_wrapper .ets_solo_or {
    display: none;
  }
  #authentication .ets_solo_social_wrapper .ets_solo_social_title {
    color: var(--cc-mi-font-black);
    position: relative;
    font-size: 16px;
    font-weight: 400;
  }
  #authentication .ets_solo_social_wrapper .ets_solo_social_title span {
    background-color: #fff;
    padding: 5px 20px;
    line-height: 15px;
    position: relative;
    display: inline-block;
  }
  #authentication .ets_solo_social_wrapper .ets_solo_social_title::before {
    background-color: var(--cc-mi-font-border);
    content: "";
    height: 1px;
    left: 5px;
    position: absolute;
    right: 5px;
    top: 50%;
  }
  #authentication .ets_solo_social_wrapper .ets_solo_social .ets_solo_social_item:first-of-type {
    margin-right: 25px;
  }
  #authentication .ets_solo_social_wrapper .ets_solo_social .ets_solo_social_item .ets_solo_social_btn img {
    border-radius: 7px;
  }
  /* POPUP HEADER INFO USER */
  #st_header .userinfo_mod_top .dropdown_list {
    min-width: 150px;
  }
  #st_header .userinfo_mod_top .dropdown_list .dropdown_list_ul {
    border: 1px solid var(--cc-mi-font-border);
    padding: 15px;
    padding-right: 50px;
  }
  #st_header .userinfo_mod_top .dropdown_list .dropdown_list_ul li {
    border: none;
  }
  #st_header .userinfo_mod_top .dropdown_list .dropdown_list_ul li a {
    display: block;
  }
  #st_header .userinfo_mod_top .dropdown_list .dropdown_list_ul li:last-of-type {
    margin-top: 10px;
  }
  #st_header .userinfo_mod_top .dropdown_list .dropdown_list_ul li .dropdown_list_item:hover {
    background: var(--cc-mi-font-white);
  }

  /* TRANSPORTISTAS orderDetailDisplayed */
  /* mrw */
  #order-detail .mrw-info,
  #guest-tracking .mrw-info {
    color: var(--cc-mi-font-black);
    border-top: 1px solid #B8B7B7;
    padding-top: 18px;
    margin-bottom: 25px;
  }
  #order-detail .mrw-info img,
  #guest-tracking .mrw-info img {
    margin-right: 10px;
  }
  #order-detail .mrw-info table,
  #guest-tracking .mrw-info table {
    margin-top: 10px;
  }
  #order-detail .mrw-info table td,
  #guest-tracking .mrw-info table td {
    color: #706F6F;
  }

  /** ORDER FOLLOW **/
  #order-follow .order-returns {
    margin-top: 30px;
  }
  #order-follow .order-returns .order-return {
    display: block;
    color: black;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 10px;
  }
  #order-follow .order-returns .order-return .return-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
  }
  #order-follow .order-returns .order-return .return-info .number {
    font-weight: bold;
  }
  #order-follow .order-returns .order-return .return-info .date {
    color: #777;
  }
  #order-follow .btn-info-return {
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    background: black;
    border-radius: 5px;
    padding: 15px 10px;
    font-weight: bold;
    margin-top: 50px;
  }

  /** ORDER RETURN **/
  #order-return #return-infos .number {
    color: black;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #order-return #return-history {
    padding-bottom: 20px;
  }
  #order-return #return-history .title {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
  }
  #order-return #return-products,
  #order-return #return-total {
    margin-top: 20px;
  }
  #order-return #return-products .title,
  #order-return #return-total .title {
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #order-return #return-total .info .products,
  #order-return #return-total .info .shipping,
  #order-return #return-total .info .total {
    display: flex;
    justify-content: space-between;
  }
  #order-return #return-total .info .total {
    color: black;
    font-weight: bold;
    margin-top: 10px;
  }
  #order-return #return-products .sub-title a {
    color: black;
    font-weight: bold;
    text-decoration: underline;
  }
  #order-return #return-products .sub-title {
    margin-bottom: 30px;
  }
  #order-return #return-print .print-btn {
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    background: black;
    border-radius: 5px;
    padding: 15px 10px;
    font-weight: bold;
    margin-top: 30px;
  }
  #order-detail .download_invoice,
  #order-return .download_invoice {
    background: white;
    color: black;
    padding: 10px 15px;
    margin-top: 15px;
    border: 1px solid black;
    text-align: center;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
  }
  #order-return #return-print .title {
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  #order-return .info-return {
    margin-top: 10px;
    margin-bottom: 35px;
    border-top: 1px solid #B8B7B7;
    padding-top: 15px;
  }
  #order-return .info-return a {
    font-weight: bold;
    text-decoration: underline;
  }
  #order-return .info-return .txt-reslt {
    font-weight: bold;
  }


  /* CUENTA INVITADO A CLIENTE */
  #guest-tracking #guestOrderTrackingForm {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 50px;
  }
  #guest-tracking #guestOrderTrackingForm .form-footer button {
    margin-bottom: 30px;
    background: #1E1E1C;
    color: white;
    padding: 10px 15px;
    margin-top: 40px;
    border: none;
    text-align: center;
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    height: auto;
    border-radius: 5px;
  }
  #guest-tracking #guestOrderTrackingForm .form-fields input {
    border: none;
    border-bottom: 1px solid #B8B7B7;
    margin-bottom: 20px;
    padding: 8px 10px;
  }
  #guest-tracking #guestOrderTrackingForm .form-fields input::placeholder {
    color: var(--cc-mi-font-gray);
  }
  #guest-tracking .transform_guess h1 {
    color: black;
    font-size: 14px;
    font-weight: 600;
    margin-top: 50px;
    border-top: 1px solid #B8B7B7;
    padding-top: 18px;
  }
  #guest-tracking .transform_guess .pass_guess {
    border: none;
    border-bottom: 1px solid #B8B7B7;
    margin-bottom: 30px;
    width: 50%;
    min-width: 250px;
    padding: 8px 10px;
  }
  #guest-tracking .transform_guess .form-footer button {
    margin-bottom: 30px;
    background: #1E1E1C;
    color: white;
    padding: 10px 15px;
    margin-top: 15px;
    border: none;
    text-align: center;
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: .875rem;
    line-height: 1.5;
    font-family: inherit;
    height: auto;
    text-transform: uppercase;
  }
  #guest-tracking .page_heading {
    display: none;
  }
  #guest-tracking .download_invoice {
    background: white;
    color: black;
    padding: 10px 15px;
    margin-top: 15px;
    border: 1px solid black;
    text-align: center;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
  }

  /** ACCESO RESUMEN DEVOLUCION INVITADO **/
  #module-cc_mi_cuenta-accesoResumenDevolucion #guestReturnTrackingForm {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 50px;
  }
  #module-cc_mi_cuenta-accesoResumenDevolucion #guestReturnTrackingForm .form-footer button {
    margin-bottom: 30px;
    background: #1E1E1C;
    color: white;
    padding: 10px 15px;
    margin-top: 40px;
    border: none;
    text-align: center;
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    height: auto;
    border-radius: 5px;
  }
  #module-cc_mi_cuenta-accesoResumenDevolucion #guestReturnTrackingForm .form-fields input {
    border: none;
    border-bottom: 1px solid #B8B7B7;
    margin-bottom: 20px;
    padding: 8px 10px;
  }
  #module-cc_mi_cuenta-accesoResumenDevolucion #guestReturnTrackingForm .form-fields input::placeholder {
    color: var(--cc-mi-font-gray);
  }
  #module-cc_mi_cuenta-accesoResumenDevolucion .page_heading {
    display: none;
  }

  /** MODULE GDPR **/
  #module-psgdpr-gdpr #exportDataToCsv,
  #module-psgdpr-gdpr #exportDataToPdf {
    float: none;
  }
  #module-psgdpr-gdpr #exportDataToCsv {
    margin-left: 0;
  }

  /** MODULE LOVE **/
  #module-stlovedproduct-myloved .loved_product_item .s_title_block {
    margin-bottom: 11px;
  }
  #module-stlovedproduct-myloved .loved_product_item .s_title_block a {
    color: black;
    font-weight: 500;
  }
  #module-stlovedproduct-myloved .loved_product_item .product-price-and-shipping {
    margin-bottom: 10px;
  }
  #module-stlovedproduct-myloved .loved_product_item .product-price-and-shipping .price {
    color: black;
    font-size: 16px;
  }
  #module-stlovedproduct-myloved .loved_product_item .loved_remove_product {
    color: black;
  }
  #module-stlovedproduct-myloved .loved_product_item .loved_remove_product i {
    display: none;
  }
  #module-stlovedproduct-myloved .loved_product_item .pro_simple_box {
    position: relative;
  }
  #module-stlovedproduct-myloved .loved_product_item .itemlist_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #module-stlovedproduct-myloved .loved_product_item img {
    filter: brightness(.95);
  }
  #module-stlovedproduct-myloved .com_grid_view {
    margin-bottom: 50px;
  }


  #page_banner_container_2 {
    display: none;
  }


body:not(#my-account) .my_account_left_column {
  border-right: 1px solid #BABBBD;
  padding: 35px 30px 115px 30px;
  max-width: 370px;
}
body:not(#my-account) .page_heading {
  display: none;
}
body:not(#my-account) .my_account_left_column .list-group-item {
  border: none;
  padding: 10px;
}
body:not(#my-account) .my_account_left_column .list-group-item.nav-active {
  background-color: #F3F3F3;
}
body:not(#my-account) .my_account_left_column .sign-out-item {
  text-align: center;
  position: fixed;
  bottom: 35px;
  width: 25%;
  left: 0;
  max-width: 370px;
}
body:not(#my-account) .my_account_left_column .sign-out-item a {
  color: white;
  text-align: center;
  font-size: 16px;
  display: block;
  padding: 12px;
  background: black;
  text-align: center;
  border-radius: 5px;
  margin: 0 30px;
}

body:not(#my-account) .info_txt_title {
  color: black;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

#history .order.line_item {
  display: block;
}
#history .order.line_item .item_top, 
#guest-tracking .order-item.line_item .item_top, 
#order-return .order-item.line_item .item_top, 
#order-detail .order-item.line_item .item_top {
  display: flex;
  margin-bottom: 20px;
}
#history .orders .line_item .item_bottom .img_block {
  display: flex;
  overflow: auto;
  width: 100%;
}
#history .orders .line_item .item_bottom .img_block::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}
#history .orders .line_item .item_bottom .img_block::-webkit-scrollbar-thumb {
  background-color: grey;
  border-radius: 20px;
}
#history .orders .line_item .item_bottom .img_block::-webkit-scrollbar-track {
  background: #ebebeb;
  border-radius: 4px;
}

#history .orders .line_item .item_top .date,
#history .orders .line_item .item_top .total,
#history .orders .line_item .item_top .btn_order,
#history .orders .line_item .item_top .status {
  color: #000;
  font-weight: bold;
}

#order-infos .state .state-group {
  display: flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 5px;
}


body:is(#addresses, #address, #discount, #order-detail, #guest-tracking, #order-follow, #order-return, #history, #identity, #module-cc_wishlist-account, #module-cc_wishlist-list) #wrapper {
  min-height: calc(100vh - 82px);
  height: 1px;
  overflow: auto;
}

body:is(#addresses, #address, #discount, #order-detail, #guest-tracking, #order-follow, #order-return, #history, #identity, #module-cc_wishlist-account, #module-cc_wishlist-list) #columns,
body:is(#addresses, #address, #discount, #order-detail, #guest-tracking, #order-follow, #order-return, #history, #identity, #module-cc_wishlist-account, #module-cc_wishlist-list) #columns > .row,
body:is(#addresses, #address, #discount, #order-detail, #guest-tracking, #order-follow, #order-return, #history, #identity, #module-cc_wishlist-account, #module-cc_wishlist-list) #columns > .row #main,
body:is(#addresses, #address, #discount, #order-detail, #guest-tracking, #order-follow, #order-return, #history, #identity, #module-cc_wishlist-account, #module-cc_wishlist-list) #columns > .row #main #content {
  height: 100%;
}

#addresses .addresses-info {
  margin-top: 15px;
  margin-bottom: 35px;
}
#addresses .addresses-info .info-title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
#addresses .addresses-info .info-subtitle {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
#addresses .addresses-info .info-txt {
  color: #000;
  font-size: 14px;
}
#addresses .addresses-info .addresses-info-top {
  border-bottom: 1px solid #BABBBD;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#addresses .addresses-info .addresses-info-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#addresses .addresses-info .addresses-info-bot .bot-right a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
#addresses #content > .col-lg-9 {
  max-width: 1200px;
  padding-right: 75px;
}
#addresses article {
  border-radius: 5px;
  margin-bottom: 30px !important;
}
#addresses article address {
  margin-bottom: 0;
}
#addresses article .address-title {
  display: flex;
  justify-content: space-between;
}
#addresses article .address-alias {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
}
#addresses article .address-alias .address-default {
  margin-left: 10px;
  padding: 0 5px;
  border-radius: 2px;
  background-color: #F1F1F1;
  font-size: 12px;
}
#addresses article .address-title .address-actions {
  position: relative;
}
#addresses article .address-title .address-actions svg {
  font-size: 18px;
  cursor: pointer;
  width: 24px;
}
#addresses article .address-title .address-actions .address-actions-block {
  display: none;
}
#addresses article .address-title .address-actions .address-actions-block.open {
  position: absolute;
  display: block;
  background-color: white;
  padding: 15px 20px;
  width: 175px;
  right: 0;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 5px;
}
#addresses article .address-title .address-actions .address-actions-block.open a {
  color: #000;
}
#addresses article .address-title .address-actions .address-actions-block.open a:last-of-type {
  color: red;
}

#addresses .com_grid_view .col-md-4 {
  padding: 0 8px;
}
#addresses .com_grid_view {
  margin-left: -8px;
  margin-right: -8px;
}

#addresses .popup-address-delete {
  display: none;
}
#addresses .popup-address-delete.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
}
#addresses .popup-address-delete .address-delete-block {
  background: white;
  color: black;
  padding: 15px;
  padding-left: 70px;
  border-radius: 5px;
  width: 450px;
}
#addresses .address-actions-block .btn-open-delete {
  cursor: pointer;
  margin-top: 10px;
}
#addresses .popup-address-delete .address-delete-block .title {
  color: black;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
}
#addresses .popup-address-delete .address-delete-block .text {
  color: black;
  font-size: 14px;
  margin-bottom: 20px;
}
#addresses .popup-address-delete .address-delete-block .title svg {
  width: 35px;
  color: #E6B800;
  background: #FEEFB0;
  border-radius: 40px;
  padding: 5px;
  position: absolute;
  left: -50px;
}
#addresses .popup-address-delete .address-delete-block .block-bot {
  display: flex;
  justify-content: end;
}
#addresses .popup-address-delete .address-delete-block .block-bot .btn-cancel {
  border: 1px solid black;
    color: black;
    cursor: pointer;
    padding: 5px 20px;
    border-radius: 5px;
    margin-right: 10px;
}
#addresses .popup-address-delete .address-delete-block .block-bot .btn-delete {
  border: 1px solid black;
    color: white;
    background-color: #000;
    cursor: pointer;
    padding: 5px 20px;
    border-radius: 5px;
}

 .history-info svg {
  width: 30px;
  color: black;
}
 .history-info {
  display: flex;
  align-items: center;
  position: relative;
}
 .history-info .left {
  margin-right: 15px;
}
.history-info .right {
  z-index: 1;
}
.history-info .tracking_link a {
  font-weight: 600;
  color: #3da987;
}
.history-info .tracking_number {
    color: #333;
    font-weight: 600;
}

#order-detail #order-infos .link-back {
  color: black;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#order-detail #order-infos .link-back i {
  color: black;
  font-size: 12px;
  font-weight: 600;
  margin-right: 7px;
}
#order-detail #order-infos .date,
#order-detail #order-infos .payment {
  color: black;
}

#order-detail  .history_header .history-info_icon,
#order-return #return-history .history_header .history-info_icon,
#guest-tracking  .history_header .history-info_icon {
  position: absolute;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: end;
  border: none;
  align-items: center;
  padding: 0;
  padding-right: 15px;
}
#order-detail  .history_header,
#order-return #return-history .history_header,
#guest-tracking  .history_header {
  border-radius: 5px;
}

#order-detail .info-top .size,
#order-return .info-top .size,
#guest-tracking .info-top .size {
    display: flex;
    color: #000;
    margin-top: 15px;
    align-items: center;
  }
#order-detail .info-top .size .att_color,
#order-return .info-top .size .att_color,
#guest-tracking .info-top .size .att_color {
    text-transform: capitalize;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid black;
    line-height: 14px;
  }
#order-detail .info-top .size .att_size,
#order-return .info-top .size .att_size,
#guest-tracking .info-top .size .att_size {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid black;
    line-height: 14px;
  }
#order-detail .info-top .size .att_qty,
#order-return .info-top .size .att_qty,
#guest-tracking .info-top .size .att_qty {
    line-height: 14px;
  }
#order-detail .addresses .address-type,
#order-return .addresses .address-type,
#guest-tracking .addresses .address-type {
    border-bottom: 1px solid #B8B7B7;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
#order-detail .addresses .address-type .shipping-lines > div:not(.sub_title),
#order-return .addresses .address-type > div:not(.sub_title),
#guest-tracking .addresses .address-type > div:not(.sub_title) {
    color: #000;
  }

body:is(#addresses, #address, #discount, #order-detail, #guest-tracking, #order-follow, #order-return, #history, #identity, #module-cc_wishlist-account, #module-cc_wishlist-list) #columns .my_account_left_column {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
body:is(#addresses, #address, #discount, #order-detail, #guest-tracking, #order-follow, #order-return, #history, #identity, #module-cc_wishlist-account, #module-cc_wishlist-list) #columns .my_account_left_column .left_column_group {
  position: fixed;
  width: 22%;
  padding-left: 35px;
  padding-right: 35px;
  max-width: 370px;
}

#identity .identity-info-top,
#registration .registration-info-top,
#address .address-info-top {
  margin-bottom: 30px;
}
#identity .identity-info-top .info-title,
#registration .registration-info-top .info-title,
#address .address-info-top .info-title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 5px;
}
#identity .identity-info-top .info-subtitle,
#registration .registration-info-top .info-subtitle,
#address .address-info-top .info-subtitle {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
#identity .identity-info-top .info-txt,
#registration .registration-info-top .info-txt,
#address .address-info-top .info-txt {
  color: #000;
  font-size: 14px;
}
#identity .identity-info-top .info-txt span,
#registration .registration-info-top .info-txt span,
#address .address-info-top .info-txt span {
  color: red;
}
#identity .identity-info-bottom {
  margin-top: 16px;
  color: #000;
}

#registration #center_column {
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 50px;
}
#registration #center_column .registration-info-top {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px!important;
}
#registration #center_column .registration-info-top,
#registration #center_column #register_form_block {
  width: 85%;
  margin: 0 auto;
}
#registration .register-info {
  margin-top: 50px;
}
#registration .identity-info-bottom {
  display: none;
}

/* order detail split */

#order-detail .split-order-message {
    background: #FEEFB0;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
    border-radius: 4px;
    margin-top: 16px;
}
#order-detail .sub_orders__wrapper .sub_order__number {
    font-size: 16px;
    font-weight: 600;
    color: #121417;
}
#order-detail .sub_orders__wrapper .sub_order__suborder-history,
#order-detail .sub_orders__wrapper .order-items {
    margin-top: 16px;
}
#order-detail .sub_orders__wrapper .order-items {
    border-bottom: none;
}
#order-detail .sub_orders__wrapper .order-items {
    border-bottom: none;
}
#order-detail .sub_orders__wrapper .order_states_history {
  padding: 15px;
}
#order-detail .sub_orders__wrapper .order_states_history ul {
  margin-bottom: 0px;
  position: relative;
}
#order-detail .sub_orders__wrapper .order_states_history ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
#order-detail .sub_orders__wrapper .order_states_history ul li {
  display: flex;
  min-height: 42px;
  align-items: center;
  position: relative;
  z-index: 2;
}
#order-detail .sub_orders__wrapper .order_states_history ul li .list-ico {
  margin-right: 15px;
  align-self: center;
}
#order-detail .sub_orders__wrapper .order_states_history ul .state {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--cc-mi-font-black);
}

:is(body#addresses, body#order-detail, body#module-cc_wishlist-account, body#module-cc_wishlist-list, body#history, body#address, body#identity, body#discount, body#module-psgdpr-gdpr, body#my-account) #footer {
  display: none;
}

#register_form_block .form-header .required-help,
#customer-form .form-header .required-help,
body#address .address-form .form-header .required-help {
	font-size: 14px;
	color: #121417;
}

#register_form_block .form-header .required-help span,
#register_form_block .form-field-comment,
#customer-form .form-header .required-help span,
#customer-form .form-field-comment,
body#address .address-form .form-header .required-help span,
body#address .address-form .form-field-comment {
	color: #D62839;
}

#register_form_block .form-group[class$="_responsible"],
#customer-form .form-group[class$="_responsible"] {
	display: none;
}

#register_form_block .form-group label,
#register_form_block .form-group .form-control,
#customer-form .form-group label,
#customer-form .form-group .form-control,
body#address .address-form .form-group label,
body#address .address-form .form-group .form-control {
	font-size: 14px;
	color: #4D5154;
}

#register_form_block .form-group[disabled] .form-control,
#register_form_block .form-group[disabled] .input-group,
#register_form_block .form-group[disabled] .js-input-column.input-with-prefix,
#customer-form .form-group[disabled] .form-control,
#customer-form .form-group[disabled] .input-group,
#customer-form .form-group[disabled] .js-input-column.input-with-prefix,
body#address .address-form .form-group[disabled] .form-control,
body#address .address-form .form-group[disabled] .input-group,
body#address .address-form .form-group[disabled] .js-input-column.input-with-prefix {
	pointer-events: none;
	background-color: #E9E9EA;
	border-color: #E9E9EA;
	color: #999B9D;
}

#register_form_block .form-group .form-control,
#register_form_block .form-group .input-group,
#customer-form .form-group .form-control,
#customer-form .form-group .input-group,
body#address .address-form .form-group .form-control,
body#address .address-form .form-group .input-group {
	max-width: 100%;
	height: 40px;
	border: 1px solid #4D5154;
	border-radius: 4px;
}

#register_form_block .form-group .js-input-column.input-with-prefix,
#customer-form .form-group .js-input-column.input-with-prefix,
body#address .address-form .form-group .js-input-column.input-with-prefix {
	display: flex;
	align-items: center;
	padding-left: 6px;
	border: 1px solid #4D5154;
	border-radius: 4px;
}

#register_form_block .form-group .js-input-column.input-with-prefix .form-control,
#customer-form .form-group .js-input-column.input-with-prefix .form-control,
body#address .address-form .form-group .js-input-column.input-with-prefix .form-control {
	height: 38px;
	padding-left: 0;
	border: none;
}

#register_form_block .form-group.has-error .form-control,
#register_form_block .form-group.has-error .input-group,
#customer-form .form-group.has-error .form-control,
#customer-form .form-group.has-error .input-group,
body#address .address-form .form-group.has-error .form-control,
body#address .address-form .form-group.has-error .input-group {
	border-color: #D62839;
}

#register_form_block .form-group.has-error .alert,
#customer-form .form-group.has-error .alert,
body#address .address-form .form-group.has-error .alert {
	margin-top: 4px;
	padding: 0;
}

#register_form_block .form-group.has-error .alert.alert-danger,
#customer-form .form-group.has-error .alert.alert-danger,
body#address .address-form .form-group.has-error .alert.alert-danger {
	border: 0;
	background-color: white;
	font-size: 12px;
	color: #D62839;
}

#register_form_block .alert li,
#customer-form .alert li,
body#address .address-form .alert li {
	display: flex;
	column-gap: 4px;
}

#register_form_block .alert li svg,
#customer-form .alert li svg,
body#address .address-form .alert li svg {
	min-width: 18px;
}

#register_form_block .form-group .input-group-with-border .form-control,
#customer-form .form-group .input-group-with-border .form-control,
body#address .address-form .form-group .input-group-with-border .form-control {
	height: 38px;
	border: 0;
}

#register_form_block .form-group .custom-radio,
#customer-form .form-group .custom-radio,
body#address .address-form .form-group .custom-radio {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	border: 1px solid black;
}

#register_form_block .form-group .custom-radio input[type=radio]:checked + span,
#customer-form .form-group .custom-radio input[type=radio]:checked + span,
body#address .address-form .form-group .custom-radio input[type=radio]:checked + span {
	width: 14px;
	height: 14px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: black;
}

#register_form_block .form-group .form-control-select,
#customer-form .form-group .form-control-select,
body#address .address-form .form-group .form-control-select {
	background-color: white;
}

#register_form_block .form-group .form-control-comment,
#customer-form .form-group .form-control-comment,
body#address .address-form .form-group .form-control-comment {
	font-size: 12px;
	color: #4D5154;
}

#register_form_block .form-group.st_form_item_birthday .form-control-select,
#customer-form .form-group.st_form_item_birthday .form-control-select {
	text-align: center;
}

#register_form_block .form-group.st_form_item_birthday .js-parent-focus,
#customer-form .form-group.st_form_item_birthday .js-parent-focus {
	display: flex;
	column-gap: 8px;
}

#register_form_block .responsible-help,
#customer-form .responsible-help {
	font-size: 14px;
	color: #4D5154;
}

#register_form_block .form-group.st_form_item_psgdpr label,
#register_form_block .form-group.st_form_item_psgdpr_responsible label,
#customer-form .form-group.st_form_item_psgdpr label,
#customer-form .form-group.st_form_item_psgdpr_responsible label {
	align-items: start;
}

#register_form_block .form-group.st_form_item_psgdpr label a,
#register_form_block .form-group.st_form_item_psgdpr_responsible label a,
#customer-form .form-group.st_form_item_psgdpr label a,
#customer-form .form-group.st_form_item_psgdpr_responsible label a {
	text-decoration: underline;
}

#register_form_block .form-group.st_form_item_psgdpr .custom-input-box,
#register_form_block .form-group.st_form_item_psgdpr_responsible .custom-input-box,
#customer-form .form-group.st_form_item_psgdpr .custom-input-box,
#customer-form .form-group.st_form_item_psgdpr_responsible .custom-input-box {
	margin-top: 4px;
	margin-right: 8px;
}

#register_form_block .form-group.st_form_item_psgdpr .custom-input-box input,
#register_form_block .form-group.st_form_item_psgdpr_responsible .custom-input-box input,
#customer-form .form-group.st_form_item_psgdpr .custom-input-box input,
#customer-form .form-group.st_form_item_psgdpr_responsible .custom-input-box input,
body#address .address-form .form-group.st_form_item_default .custom-input-box input,
body#address .address-form .form-group.st_form_item_no_number .custom-input-box input {
	width: 24px;
	height: 24px;
}

#register_form_block .form-group.st_form_item_psgdpr .custom-input-box .custom-input-item,
#register_form_block .form-group.st_form_item_psgdpr_responsible .custom-input-box .custom-input-item,
#customer-form .form-group.st_form_item_psgdpr .custom-input-box .custom-input-item,
#customer-form .form-group.st_form_item_psgdpr_responsible .custom-input-box .custom-input-item,
body#address .address-form .form-group.st_form_item_default .custom-input-box .custom-input-item,
body#address .address-form .form-group.st_form_item_no_number .custom-input-box .custom-input-item {
	width: 24px;
	height: 24px;
	border: 1px solid black;
}

#register_form_block .form-group.st_form_item_psgdpr .custom-input-box .custom-input-item .checkbox-checked,
#register_form_block .form-group.st_form_item_psgdpr_responsible .custom-input-box .custom-input-item .checkbox-checked,
#customer-form .form-group.st_form_item_psgdpr .custom-input-box .custom-input-item .checkbox-checked,
#customer-form .form-group.st_form_item_psgdpr_responsible .custom-input-box .custom-input-item .checkbox-checked,
body#address .address-form .form-group.st_form_item_default .custom-input-box .custom-input-item .checkbox-checked,
body#address .address-form .form-group.st_form_item_no_number .custom-input-box .custom-input-item .checkbox-checked {
	width: 22px;
	height: 22px;
	background-color: black;
	line-height: 22px;
	font-size: 16px;
	color: white;
}

body#address .address-form .form-group.st_form_item_no_number {
	line-height: 40px;
}

body#address .address-form .form-group.st_form_item_default .custom-input-box,
body#address .address-form .form-group.st_form_item_no_number .custom-input-box {
	margin-right: 8px;
}

body#address .address-form .form-group.st_form_item_alias {
	display: none;
}

body#address .address-form .form-group.st_form_item_alias.show {
	display: block;
}

body#address .address-form .form-group.st_form_item_alias_options .radio-inline span {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 38px;
	border: 1px solid black;
	border-radius: 50px;
}

body#address .address-form .form-group.st_form_item_alias_options .radio-inline span.custom-radio {
	display: none;
}

body#address .address-form .form-group.st_form_item_alias_options .radio-inline span.custom-radio:has(:checked) + span {
	background-color: black;
	color: white;
}

body#address .address-form .form-control-submit.disabled {
	pointer-events: none;
	border-color: #E9E9EA;
	background-color: #E9E9EA;
	color: #999B9D;
}

/* left menu scrollbar*/
.my_account_left_column .left_column_group::-webkit-scrollbar {
  width: 2px;
}
.my_account_left_column .left_column_group::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.my_account_left_column .left_column_group::-webkit-scrollbar-thumb {
  background-color: lightgray;
  border-radius: 8px;
}
.my_account_left_column .left_column_group::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (max-height: 850px) {
  .my_account_left_column .left_column_group {
    height: 65%;
    overflow: auto;
  }
}

.history-list .error i {
    color: white !important;
    background: #cb3535 !important;
    border: 1px solid #cb3535 !important;
    padding: 5px 7px !important;
}

#order-detail  .history-list .list-ico,
#order-return #return-history .history-list .list-ico,
#guest-tracking  .history-list .list-ico {
  display: flex;
  align-items: center;
}
#order-detail  .history-list .list-ico-pending,
#order-return #return-history .history-list .list-ico-pending,
#guest-tracking  .history-list .list-ico-pending {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid;
    color: #D6D5D4 !important;
    background: white;
    margin-right: 16px;
    margin-left: 2px;
}




#authentication #content > .row {
  justify-content: center;
}
#authentication #content .forgot-password {
  display: none;
}
#authentication #login_form_block {
  margin-top: 30px;
  margin-bottom: 100px;
}


#authentication .header-container,
#authentication #footer {
  display: none!important;
}
#authentication .cc_logo {
  text-align: center;
  margin-bottom: 60px;
}
#authentication .cc_logo img {
  width: 325px;
}
#authentication #center_column #content .login_form_column {
  padding-left: 15px!important;
}
#authentication .cc_login_txt {
  text-align: center;
  margin-bottom: 25px;
  color: #000;
}
#authentication .cc_login_txt .info {
  font-weight: bold;
  font-size: 18px;
}