.register_form {
    transition: all 0.5s;
    margin-top: 1rem;
}

.checkout_v2 .register_form.hidden,
.checkout_v2 .login_form.hidden,
.checkout_v2 .register_action_div.hidden,
.checkout_v2 .login_action_div.hidden {
    display: none;
}

.checkout-headers {
    display: flex;
    gap: 1rem;
}

.checkout-headers h1 {
    font-size: 13px;
}

/*Hacer checkout-headers clickables según tengan .-clickable o .-unreachable*/
.checkout-headers .step-title.-reachable {
    cursor: pointer;
}

.checkout-headers .step-title.-unreachable {
    cursor: not-allowed;
}

.details-title {
    font-size: 16px;
    font-weight: 600;
    color: #221E20;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

/* Nuevos estilos */
body#checkout .checkout_v2 section.checkout-step .content .form-control,
#authentication .checkout_v2 .form-group .form-control {
    border: none;
    border-bottom: 1px solid #221E20;
    border-radius: 0;
    box-shadow: none;
    /* color: #00000075; */
    transition: all 0.5s;
    padding-left: 0;
}

.checkout_v2 .form-control:focus {
    border-bottom: 0;
    box-shadow: none;
    transition: all 0.5s;
}

.checkout_v2 .input-group .btn-outline-secondary {
    border: none;
    background: transparent;
}

.checkout_v2 .input-group .btn-outline-secondary .fa-eye {
    color: #000;
}

.checkout_v2 .field-label {
    color: #221E20;
    font-size: 16px;
    font-weight: 600;
}
.checkout_v2 label.field-label {
    margin-bottom: 0;
    padding-top: 0.8rem;
}

.checkout_v2 .step-title:not(.js-current-step),
.checkout-headers .step-title~.fa-arrow-right {
    color: #00000075;
}

body#checkout .checkout_v2 .int-check,
body #inner-wrapper {
    border-top: unset;
    margin-top: 0 !important;
}

/*Diseño para el placeholder - No se pueden juntar*/
.checkout_v2 .form-control::placeholder {
    color: #000;
    font-size: 13px;
    opacity: 0.8;
}

.checkout_v2 .form-control::-webkit-input-placeholder {
    color: #000;
    font-size: 13px;
    opacity: 0.8;
}

.checkout_v2 .form-control::-moz-placeholder {
    color: #000;
    font-size: 13px;
    opacity: 0.8;
}

.checkout_v2 .form-control:-ms-input-placeholder {
    color: #000;
    font-size: 13px;
    opacity: 0.8;
}

/*Fin de diseño para el placeholder*/

.checkout_v2 .forgot-password a {
    color: #00000075 !important;
    font-weight: 600;
    font-size: 13px;
    text-decoration: underline;
    font-style: italic;
}

.checkout_v2 .continue.btn-primary {
    color: #ffffff;
    background-color: #000000;
    border: solid 2px #000000;
    margin-bottom: 0px !important;
    font-size: 16px;
    margin-top: 0rem;
    height: 48px;
}

.checkout_v2 .action_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.checkout_v2 .action_div .action_title {
    font-size: 16px;
    font-weight: normal;
    color: #221E20;
    margin: 0 5px 0 0;
}

.checkout_v2 .action_div .action_btn {
    width: auto;
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
    border: none;
    padding: 0;
}

.checkout_v2 .login_action_div span{
    font-size: 16px;
    font-weight: 400;
}

.checkout_v2 .action_div #login-btn{
    padding: 0px 5px 0px 5px;
}

.checkout_v2 .register_action_div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 2rem;
}

.checkout_v2 .register_action_div .register_title {
    font-size: 16px;
    font-weight: 500;
    color: #221E20;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.checkout_v2 .login_action_div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.checkout_v2 .login_action_div .login_title {
    font-size: 16px;
    font-weight: 500;
    color: #221E20;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.checkout_v2 button.register_btn.btn.btn-primary.btn-block.btn-lg {
    width: fit-content;
    padding: 3rem;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase;
}

.checkout_v2 .compra_invitado_action_div {
    text-align: center;
    margin: 4rem 0;
    font-size: 18px;
    text-decoration: underline;
    text-transform: uppercase;
}

.checkout_v2 .select2-selection__arrow {
    display: none;
}

.checkout_v2 .select2-container--default .select2-selection--single {
    border: none;
    border-bottom: 1px solid #221E20;
    border-radius: 0;
    min-height: 38px;
}

.checkout_v2 .form-control:not(.js-cart-line-product-quantity){
    min-height: 38px;
}

#checkout .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #000000;
    color: #ffffff;
}

.checkout_v2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.checkout_v2 span#select2-smart-pickup-dropdown-container {
    padding-top: 15px;
}

/*Ocultar header y footer*/
#checkout #desktop-header,
#checkout #mobile-header {
    display: none;
}

#checkout img.logo.img-fluid {
    margin-top: 3rem;
    width: 150px;
}

#checkout #footer {
    display: none;
}

.container-checkout-image {
    margin-left: 1rem;
}

@media (min-width: 992px) {
    body#checkout #main {
        padding: 0 15px !important;
    }
}

#checkout #wrapper {
    margin-top: 0;
    padding-top: 0;
}

/* #checkout .checkout_v2 .form-footer, 
.checkout_v2 .floating_checkout_continue,
.checkout_v2 #checkout-payment-step #payment-confirmation
{
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1000;
    box-shadow: unset;
} */

#checkout #back-to-top{
    display: none;
}

@media (max-width: 767px) {
    .checkout_v2 .floating-continue-checkout-btn{
        /*position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 10px;
        background: white;*/
        box-shadow: 4px 4px 15.7px 0px #00000024;
        /*z-index: 1;*/
    }
}

#checkout .address_customer_form_title {
    text-transform: uppercase;
    font-size: 14px;
    padding: 1rem 0;
}

.checkout_v2 .content_step {
    display: block;
}

.checkout_v2 .content_step:not(.current-step) {
    display: none;
}

body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done,
body#checkout section.checkout-step .step-edit {
    display: block;
}
body#checkout .checkout_v2 .checkout-step .content{
    border-bottom: none;
}

body#checkout section.checkout-step #personal-information-step-login {
    background: transparent;
}

body#checkout .checkout_v2 section.checkout-step .content form:not(#conditions-to-approve) .custom-checkbox span:after {
    content: '\f0c8';
}

.checkout_v2 form:not(#conditions-to-approve) .custom-checkbox input[type="checkbox"]+span .checkbox-checked::before {
    content: "\f00c";
}

body#checkout .checkout_v2 section#checkout-addresses-step .content .js-address-form .form-footer {
    justify-content: center;
}

body#checkout .checkout_v2 section.checkout-step .content .form-footer button,
body#checkout .checkout_v2 section.checkout-step .content .delivery-options-list button,
body#checkout .checkout_v2 section#checkout-addresses-step .clearfix button {
    max-width: 100%;
    width: 100%;
}

body#checkout .checkout_v2 section#checkout-addresses-step .content .js-address-form .form-fields {
    flex-direction: column;
}

.current-carrier {
    border: 2px solid #000;
}

body#checkout .checkout_v2 section.checkout-step .delivery-option {
    padding: 0.4rem .8rem;
}

body#checkout .checkout_v2 section.checkout-step .content .form-fields .delivery-options span.carrier-name {
    font-weight: 600;
}

body#checkout .checkout_v2 section.checkout-step .content .form-fields .delivery-options span.carrier-delay {
    color: #00000075;
}

body#checkout .checkout_v2 section.checkout-step .delivery-options .carrier-other {
    margin-top: 0;
    padding-top: 0;
}

/*Custom radio*/
.checkout_v2 .custom-radio {
    width: 21px;
    height: 21px;
}

.checkout_v2 .custom-radio input[type="radio"]:checked+span {
    width: 11px;
    height: 11px;
}

.pickup-title h3 {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .checkout_v2 .carrier-e-content {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}
.checkout_v2 .carrier-e-content {
    width: 100%;
}
.checkout_v2 .carrier-e-content>div {
    margin-bottom: 2rem;
}

/*Paso métodos de pago*/
body#checkout .checkout_v2 #checkout-payment-step .payment-option {
    background: rgba(204, 204, 204, 0.15);
    padding: 1rem .8rem;
    padding-right: 0;
    margin-bottom: 1rem;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
}

body#checkout .checkout_v2 #checkout-payment-step .payment-option label{
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.checkout_v2 .current-payment {
    border: 2px solid #000;
}

.checkout_v2 .payment-option label span {
    font-weight: 500;
}



#checkout .checkout_v2 .card-block.cart-summary-subtotals-container {
    border-top: 0;
}

#checkout .checkout_v2 .cart-total .label {
    color: #221E2075;
}

#checkout .checkout_v2 .cart-total .value {
    color: #221E20;
    font-weight: 600;
}


/*Botón cupón de descuento*/
.block-promo .input-group button {
    background-color: #000000;
    border: solid 2px #000000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 1rem!important;
}
.block-promo .input-group button span{
    color: #ffffff;
    font-size: 12px;
}

.promo-discounts{
    margin-top: 1rem;
}
/*El input name="discount_name" , su placeholder debe estar en mayúscula*/
.input-group input[name="discount_name"]::placeholder {
    text-transform: uppercase;
    color: #221E2075;
    font-size: 11px;
    opacity: 1;
}
/*Botón volver atras*/
#checkout #back-to-top{
    bottom:8rem;
}
#cart #ps_checkout-payment-method-logo-block-container{
    display: none;
}

.cart-detailed-actions{
    text-transform: uppercase;
}

.checkout_v2 .cart-summary{
    margin-bottom: 50px;
}

.cart-grid-right .cart-summary{
    border: 2px #221E202E solid !important;
}
#checkout .card-block.cart-summary-subtotals-container,
.cart-grid-right .cart-detailed-subtotals{
    border-bottom: 2px #221E202E solid !important;
}
@media (max-width: 768px) {
    .cart-grid-right .cart-summary {
        padding: 0;
    }
}
.pickup-title h3 {
    font-size: 16px;
}

#checkout .checkout_v2  .cart-summary-products > div:first-child{
    color: #221E2075;
}