[data-content-type="row"] {
    max-width: 1920px !important;
  }
  
  .logo {
    /* margin: 0 0 10px 40px !important; */
  }
  
  .header.exe .logo img {
    width: 120px !important;
  }
  
  /* Checkout 31052024*/
  
  .checkout-index-index .columns {
    background-color: #f1f1f1;
  }
  
  .checkout-index-index #maincontent {
    padding: 0;
  }
  
  .checkout-index-index #checkout {
    display: flex;
    flex-wrap: wrap;
  }
  
  .checkout-index-index .opc-progress-bar {
    width: 1920px;
    margin: 30px 0;
    display: flex;
    justify-content: center;
    column-gap: 30px;
  }
  
  .checkout-index-index .opc-wrapper {
    flex-basis: 45%;
    flex-grow: 1;
  }
  
  .checkout-index-index #checkout .opc-wrapper+.opc-sidebar {
    flex-basis: 200px;
  }
  
  .checkout-index-index .opc-sidebar {
    flex-basis: 5%;
    flex-grow: 1;
    padding-right: 40px;
  }
  
  .checkout-index-index #shipping {
    flex-basis: 20%;
    flex-grow: 1;
    -webkit-transition: box-shadow .5s;
    -moz-transition: box-shadow .5s;
    -ms-transition: box-shadow .5s;
    transition: box-shadow .5s;
    background: #fff;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
    margin: 7px 9px 32px;
    padding: 24px 12px;
  }
  
  .checkout-index-index #opc-shipping_method {
    border: 1px solid #ccc;
    padding: 30px;
    flex-basis: 20%;
    flex-grow: 1;
  }
  
  .checkout-index-index #checkoutSteps {
    display: flex;
    column-gap: 10px;
  }
  
  .checkout-index-index .modal-inner-wrap {
    -webkit-transition: box-shadow .5s;
    -moz-transition: box-shadow .5s;
    -ms-transition: box-shadow .5s;
    transition: box-shadow .5s;
    background: #fff;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
    margin: 7px 9px 32px;
    padding: 24px 12px;
  }
  
  .checkout-index-index .checkout-shipping-method {
    -webkit-transition: box-shadow .5s;
    -moz-transition: box-shadow .5s;
    -ms-transition: box-shadow .5s;
    transition: box-shadow .5s;
    background: #fff;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
    margin: 7px 9px 32px;
    padding: 24px 12px;
  }
  
  .checkout-index-index #opc-shipping_method {
    border: none;
    padding: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    background: none;
    box-shadow: none;
    margin: 0;
  }
  
  .checkout-index-index .modal-header {
    display: none;
  }
  
  .checkout-index-index .modal-content {
    padding: 0;
  }
  
  .checkout-index-index .button.action.continue.primary,
  .select-shop {
    display: inline-block;
    border: 0;
    margin: 0;
    margin-top: 0px;
    line-height: 35px;
    padding: 0 35px;
    background: #000;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 0;
    text-transform: uppercase;
  }
  
  .checkout-index-index .button.action.continue.primary:hover,
  .select-shop:hover {
    color: #000;
  }
  
  .checkout-index-index .button.action.continue.primary::after,
  .select-shop:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 50%;
    background: #fff;
    z-index: -1;
    transition: all 0.3s;
    display: block !important;
  }
  
  .checkout-index-index .button.action.continue.primary:hover::after,
  .select-shop:hover::after {
    height: calc(100% - 2px);
    top: 1px;
  }
  
  .checkout-index-index #shipping:hover {
    box-shadow: 0 1px 4px 1px #777;
  }
  
  .checkout-index-index .checkout-shipping-method:hover {
    box-shadow: 0 1px 4px 1px #777;
  }
  
  .checkout-index-index .modal-inner-wrap:hover {
    box-shadow: 0 1px 4px 1px #777;
  }
  
  .checkout-index-index .field-tooltip.toggle {
    display: none;
  }
  
  .checkout-index-index #shipping-method-buttons-container {
    margin-top: 20px;
  }
  
  
  
  .checkout-index-index #checkout-step-payment {
    -webkit-transition: box-shadow .5s;
    -moz-transition: box-shadow .5s;
    -ms-transition: box-shadow .5s;
    transition: box-shadow .5s;
    background: #fff;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
    margin: 7px 9px 32px;
    padding: 24px 12px;
  }
  
  .checkout-index-index #opc-shipping_method {
    display: block !important;
  }
  
  .checkout-index-index #shipping {
    display: block !important;
  }
  
  .checkout-index-index #payment {
    flex-basis: 20%;
    flex-grow: 1;
  }
  
  .checkout-index-index .opc-progress-bar {
    display: none !important;
  }
  
  .checkout-index-index .btn-principal::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 50%;
    background: #fff;
    z-index: -1;
    transition: all 0.3s;
    display: block !important;
  }
  
  .checkout-index-index .action.action-edit {
    display: none;
  }
  
  
  .checkout-index-index .btn-principal::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 50%;
    background: #fff;
    z-index: -1;
    transition: all 0.3s;
    display: block !important;
  }
  
  .checkout-index-index .action.action-edit {
    display: none;
  }
  
  .checkout-index-index .shipping-information {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  
  .checkout-index-index [data-bind="i18n: 'Ship To:'"],
  .checkout-index-index [data-bind="i18n: 'Shipping Method:'"] {
    font-weight: 600;
    font-size: 17px;
  }
  
  .checkout-index-index #checkout-step-payment:hover {
    box-shadow: 0 1px 4px 1px #777;
  }
  
  /* POPUP NACEX */
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: 0 !important;
  }
  
  .checkout-index-index .modals-wrapper .modal-popup .modal-content {
    margin: 10px 15px 30px !important;
  }
  
  .checkout-index-index .modal-footer {
    margin: 10px 0 !important;
  }
  
  .checkout-index-index #mapa ul {
    display: flex !important;
    flex-direction: column !important;
    margin: 0 auto !important;
    width: max-content !important;
    padding: 0;
  }
  
  .checkout-index-index #mapa ul>li {
    margin-bottom: 3px !important;
    padding-bottom: 13px !important;
  }
  
  .checkout-index-index #mapa h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-weight: 600;
  }
  
  .checkout-index-index #mapa {
    margin: 0 !important;
  }
  
  .payment-method._active .payment-method-content {
    display: block;
  }
  
  
  .checkout-index-index .content.minicart-items {
    display: block !important;
  }
  .checkout-index-index .opc-block-summary {
    display: flex;
    flex-direction: column;
  }
  .checkout-index-index .title {
    order: 1;
  }
  .checkout-index-index .data.table.table-totals {
    order: 3;
  }
  .checkout-index-index .block.items-in-cart {
    order: 2;
  }
  .checkout-index-index .opc-block-shipping-information {
    display: none;
  }
  
  .checkout-index-index .msp-cashondelivery-payment-method-extrafee {
    display: none;
  }
  
  
  .checkout-index-index .btn-principal:hover::after {
    height: calc(100% - 2px);
    top: 1px;
  }
  .checkout-index-index #place-order-trigger {
    display: inline-block;
    border: 0;
    margin: 0;
    margin-top: 0px;
    line-height: 35px;
    padding: 0 35px;
    background: #000;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 0;
    text-transform: uppercase;
  }
  .checkout-index-index #place-order-trigger:hover {
    color: #000;
  }
  .checkout-index-index #place-order-trigger:hover:after {
    height: calc(100% - 2px);
    top: 1px;
  }
  .checkout-index-index .action-left {
    display: none;
  }
  .checkout-index-index #place-order-trigger-wrapper .siguiente {
    display: none;
  }
  /* Fin */
  
  /* Responsive checkout */
  @media screen and (max-width:1024px) {
    
  .checkout-index-index #shipping {
    flex-basis: 100% !important;
  }
  .checkout-index-index .opc-sidebar {
    flex-basis: 100%;
    padding: 0;
  }
  .checkout-index-index #checkoutSteps {
    flex-wrap: wrap;
    padding: 0;
  }
  .checkout-index-index #opc-shipping_method {
    flex-basis: 100%;
  }
  .checkout-index-index #payment {
    flex-basis: 100%;
  }
  }
  /* Fin */