/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also 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 license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#checkout-header {
    background-color: #2B2B2B !important;
    /* padding: 20px 0 !important;
    text-align: center !important;
    border-bottom: none !important; */
}

section#js-checkout-summary .card-body.cart-summary-totals.js-cart-summary-totals .cart-summary-line.cart-total span {
    color: #FE6D3C !important;
}

section#js-checkout-summary .cart-summary-products.js-cart-summary-products a {
    font-size: 1rem;
    color: #FE6D3C !important;
}

section.checkout-step.-complete {
    display: none;
}

body#checkout #wrapper {
    padding: 0 !important;
}

span.text-personal-information {
    font-size: 1.8rem;
}

body#checkout section.checkout-step.-current {
    border: none;
}

body#checkout section.checkout-step .content {
    width: 94%;
}

body#checkout section.checkout-step {
    padding: .8rem 0 0 .8rem !important;
}

.form-group input {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
    border: none !important;
    border-bottom: solid 1px #e3e3e3 !important;
    background-color: #F5F5F5;
}

.container-text-information {
    margin-bottom: 1rem !important;
}

p.login-checkout a u {
    color: #FE6D3C;
}

@media (max-width: 767px) {
    body#checkout .form-group {
        margin-bottom: 0;
    }

    div#payment-option-1-container,
    div#payment-option-2-container,
    div#payment-option-3-container {
        min-height: 5rem;
        display: flex;
        align-items: center;
    }

    body#checkout section.checkout-step .payment-options .payment-option label {
        display: flex;
        align-items: center;
    }
}


/* Estilos barra de progreso */

.checkout-progress-bar {
    margin-bottom: 20px;
    padding: 0 15px;
}

.checkout-progress-bar .progress {
    height: 4px;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.checkout-progress-bar .progress-bar {
    background-color: #2fb5d2;
    transition: width 0.3s ease;
}

.checkout-steps {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    margin-top: -12px;
}

.checkout-steps .step {
    text-align: center;
    flex: 1;
    position: relative;
    color: #7a7a7a;
}

.checkout-steps .step.active {
    color: #232323;
    font-weight: bold;
}

.checkout-steps .step.complete {
    color: #2fb5d2;
}

.checkout-steps .step-number {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-bottom: 5px;
    z-index: 1;
    position: relative;
}

.checkout-steps .active .step-number {
    background-color: #2fb5d2;
    border-color: #2fb5d2;
    color: #fff;
}

.checkout-steps .complete .step-number {
    background-color: #2fb5d2;
    border-color: #2fb5d2;
    color: #fff;
}

.checkout-steps .step-title {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .checkout-steps .step-title {
        display: none;
    }

    .checkout-steps {
        justify-content: space-around;
    }
}

/* Fin estilos barra de progreso */



/* Oculta campo pais */
.form-group.row.align-items-center:has(label[for="field-id_country"]) {
    display: none;
}

.safe-site {
    display: flex;
    justify-content: end;
    color: white;
    gap: 0.5rem;
    line-height: 1rem;
}

.safe-site p {
    margin: 0;
}

#wrapper {
    padding-top: 0;
}

body#checkout .page-title {
    display: none;
}

body#checkout #wrapper {
    padding: 1rem 1rem 0 1rem;
}

body#checkout #wrapper .col-md-9 {
    padding-right: 0;
}

#checkout #customer-form p,
#checkout #customer-form div:nth-of-type(4),
#checkout #customer-form div:nth-of-type(5) {
    display: none;
}

.payment-options .additional-information section p {
    border: solid 1.5px #d1d1d1;
    border-radius: 12px;
    padding: 1rem;
    background-color: #ffd6d6;
}

.payment-options .payment-option,
div#form-third-party {
    /* border-bottom: solid 1.5px #8f8f8f; */
    border-radius: 8px;
    padding: .5rem;
    border: solid 1.2px #8BC43F;
    background-color: #fcfff8;
}

.payment-option label {
    display: inline-flex;
}

#payment-option-1-container img.payment-logo.payment-logo-2,
#payment-option-1-container img.payment-logo.payment-logo-3 {
    display: none;
}

#payment-option-2-container img.payment-logo.payment-logo-1,
#payment-option-2-container img.payment-logo.payment-logo-2 {
    display: none;
}

#payment-option-3-container img.payment-logo.payment-logo-1,
#payment-option-3-container img.payment-logo.payment-logo-3 {
    display: none;
}
