/* Estilos para shipping address */
.check-pago.shipping-address-items {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin: 0px 0px 0px 19px;
}

.check-contenedor-de-proceso-de-pago .shipping-addresds-item.radio-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.check-pago.shipping-address-item {
    border: 0px solid #e6e6e6 !important;
    padding: 0px !important;
}

.check-contenedor-de-proceso-de-pago .opc-wrapper .shipping-address-item.selected-item:after {
    background: var(--thim-primary-color, #cf968300) !important;
}

.check-contenedor-de-proceso-de-pago .opc-wrapper .shipping-address-item:before {
    width: 0px !important;
}

/* Estilos para action buttons */
.check-pago.action.action-select-shipping-item {
    border: 0px solid #e6e6e6 !important;
    margin: 0px !important;
    padding: 0px !important;
    background-color: #3d75ff00;
}

.check-pago.action.action-select-shipping-item label {
    cursor: pointer;
}

.check-pago.action.action-show-popup {
    background-color: transparent !important;
    color: black !important;
    border: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.opc-wrapper .action-show-popup>span:before {
    content: "";
    padding-right: 5px;
}

/* Estilos para tablas de shipping method */
#checkout-shipping-method-load .check-pago.table-checkout-shipping-method {
    width: 100%;
    border-collapse: collapse;
}

#checkout-shipping-method-load .check-pago.table-checkout-shipping-method th,
#checkout-shipping-method-load .check-pago.table-checkout-shipping-method td {
    border: 0;
    padding: 0;
    text-align: left;
}

#checkout-shipping-method-load .check-pago.table-checkout-shipping-method thead {
    display: none;
}

#checkout-shipping-method-load .check-pago.table-checkout-shipping-method tbody {
    display: block;
    width: 100%;
}

#checkout-shipping-method-load .check-pago.table-checkout-shipping-method tr {
    display: block;
    margin-bottom: 0;
    width: 100%;
}

#checkout-shipping-method-load .check-pago.table-checkout-shipping-method td {
    width: auto;
    text-align: left;
    padding-left: 10px;
}

.check-contenedor-de-proceso-de-pago .table-checkout-shipping-method td {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: var(--black);
    align-items: center;
    cursor: pointer;
}

/* Estilos para gift wrapper */
.check-contenedor-de-proceso-de-pago .checkout-gift_wrapper-form .action-update {
    display: none;
}

.check-contenedor-de-proceso-de-pago .checkout-gift_wrapper-form .radio-group {
    display: flex;
    flex-direction: column-reverse;
    margin-left: 10px;
}

.check-contenedor-de-proceso-de-pago .checkout-gift_wrapper-form tbody tr td {
    border: 0px solid #eaeaea;
    padding: 0px 10px 0px 10px;
}

.check-contenedor-de-proceso-de-pago .checkout-gift_wrapper-form input[type="radio"] {
    left: -8px;
}

.check-contenedor-de-proceso-de-pago .checkout-gift_wrapper-form label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: var(--black);
    align-items: center;
    cursor: pointer;
}

.check-contenedor-de-proceso-de-pago .checkout-gift_wrapper-selected {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.check-contenedor-de-proceso-de-pago .checkout-gift_wrapper-selected td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

.check-contenedor-de-proceso-de-pago .checkout-gift_wrapper-selected td.col-image img {
    max-width: 100px;
    height: auto;
    display: block;
}

.check-contenedor-de-proceso-de-pago .checkout-gift_wrapper-selected td.col-product span {
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
}

/* Estilos para radios */
.check-pago.shipping-address-item input[type="radio"] {
    left: -8px;
}

.check-contenedor-de-proceso-de-pago .action-select-shipping-item input[type="radio"],
.check-contenedor-de-proceso-de-pago #checkout-shipping-method-load input[type="radio"],
.check-contenedor-de-proceso-de-pago .checkout-gift_wrapper-form input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid var(--black);
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    outline: none;
    box-shadow: none;
    transition: all 0.2s ease;
}

.check-contenedor-de-proceso-de-pago .action-select-shipping-item input[type="radio"]::before,
.check-contenedor-de-proceso-de-pago #checkout-shipping-method-load input[type="radio"]::before,
.check-contenedor-de-proceso-de-pago .checkout-gift_wrapper-form input[type="radio"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: black;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease;
}

.check-contenedor-de-proceso-de-pago .action-select-shipping-item input[type="radio"]:checked::before,
#checkout-shipping-method-load input[type="radio"]:checked::before,
.check-contenedor-de-proceso-de-pago .checkout-gift_wrapper-form input[type="radio"]:checked::before {
    transform: translate(-50%, -50%) scale(1);
}

.check-contenedor-de-proceso-de-pago .checkout_box_contenido input[type="radio"]:checked:after {
    background-color: #3d75ff00;
}

/* Estilos para checkout sections */
.check-pago.checkout-shipping-address {
    margin: 0;
    padding: 0;
    background: #fff;
    border-left: 6px solid #000;
    padding: 40px 40px;
    border-radius: 29px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}

.check-pago.checkout-shipping-facturacion {
    margin: 0;
    padding: 0;
    background: #fff;
    border-left: 6px solid #000;
    padding: 40px 40px;
    border-radius: 29px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}

.check-pago.checkout-payment-method {
    background: #fff;
    border-left: 6px solid #000;
    padding: 40px 40px;
    border-radius: 29px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}

.check-pago.opc li:not(:last-child) {
    margin-bottom: 20px;
}

/* Estilos para formularios */
.check-pago.form.form-shipping-address {
    max-width: 750px;
}

.check-pago.form.form-shipping-address #shipping-new-address-form {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}

.check-pago.form.form-shipping-address #shipping-new-address-form .admin__control-fields {
    width: 100%;
}

/* Estilos para modales */
.modal-header {
    background-color: #fff;
}

.check-contenedor-de-proceso-de-pago .modal-content #opc-sidebar {
    position: relative;
    bottom: 150px;
}

.modal-content {
    background-color: #fff;
    padding: 20px 20px 0px 20px !important;
}

.modal-inner-wrap .modal-footer {
    background-color: #fff;
}

/* Estilos generales */
.check-pago.step-title {
    padding: 0px;
    margin: 0px;
}

.check-pago.step-content {
    margin: 0px;
}

.check-contenedor-de-proceso-de-pago #checkout-gift_wrapper .step-title {
    margin: 0px;
    padding: 0px;
}

.check-pago.radio-group label {
    margin: 0px;
}

.action-select-shipping-item label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--black);
    display: inline-flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}

.check-pago.opc-block-summary {
    border-radius: 20px;
}

.check-pago.opc-block-shipping-information {
    border-radius: 20px;
}

.check-contenedor-de-proceso-de-pago .modal-content div {
    margin-bottom: 20px;
}

.check-contenedor-de-proceso-de-pago .modal-content div:last-child {
    margin-bottom: 0;
    /* Elimina espacio extra después del último div */
}

/* mesaje de venta */

.thank-you {
    font-size: 24px;
    font-weight: unset;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.message {
    max-width: 600px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.check-pago.facturacion {
    float: right;
}

.check-pago.facturacion {
    float: right;
}

.primary.facturacion {
    min-width: 200px;
    text-align: center;
    padding: 0 40px;
    border: 0px solid #222;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    height: 44px;
    font-weight: 600;
}

.primary.facturacion {
margin-top: -15px;
}
/* ------------------------------------------------------------------------ */
.document-fields-group {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.document-field {
    flex: 1;
}



.label-text {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.error-message {
    margin-bottom: 40px;
    color: red;
}

.field.document-field.nit {
    margin: 16px 0;
}

/* Y otros estilos según necesites */

.payment-method-title.field.choice input[type="radio"] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.check-contenedor-de-proceso-de-pago .messages{
position: absolute;
    top: 23%;
    z-index: 1001;
 }
