.select2-container {
    font-size: .875rem;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    padding: 8px 35px 8px 15px;
    width: 100%;
    height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    font-family: 'themify';
    position: absolute;
    display: block;
    color: #848484;
    top: 50%;
    right: 15px;
    font-weight: 900;
    pointer-events: none;
    font-size: 12px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    padding: 8px 35px 8px 15px;
    height: 45px;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #fff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #000;
}
.bootstrap-select .dropdown-toggle .filter-option {
    height: auto;
}

.dropdown-toggle::after, .dropdown-toggler::after {
    border: 0 none;
    margin-left: 5px;
    color: #848484;
    content: "\e64b";
    font-family: 'themify';
    position: absolute;
    top: 50%;
    right: 15px;
    font-weight: 900;
    font-size: 12px;
    transform: translateY(-50%);
}

.bootstrap-select .dropdown-menu li a {
    color: #000;
    font-size: .875rem;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner i {
    color: lightgray;
    margin-top: -3px;
    font-size: .875rem;
}

.bootstrap-select .dropdown-menu li a > span.fa {
    color: lightgray;
    margin-right: 5px;
}

.img-brand {
    display: block;
    float: left;
    border: .1rem solid var(--p-border-subdued,#dfe3e8);
    border-radius: 3px;
    height: 2rem;
    min-width: 3rem;
    margin-left: 5px;
}

.payphone.btn-container {
    border: none !important;
    width: 100% !important;
}

.payphone.btn-container p {
    display: none !important;
}

.pac-container{
    z-index: 999999999;
}

.img-brand-subs {
    border: .1rem solid var(--p-border-subdued,#dfe3e8);
    border-radius: 3px;
    height: 2rem;
    min-width: 3rem;
    margin-left: 5px;
}

.swal2-styled.swal2-confirm {
    background-color: #FF324D;
    border-radius: 0;
}

.swal2-styled.swal2-cancel {
    border-radius: 0;
}

.swal2-popup {
    border-radius: 0;
}

.swal2-modal {
/*  direction: rtl;*/
}

.table_details tr th {
    padding: 10px 0 10px 0;
}
.table_details tr td {
    padding: 10px 0 10px 0;
}

.cancel_top_link {
    text-align: left;
    /* display: none; */
}

.cancel_link {
    text-align: left;
    display: block;
}

.apply-coupon-btn {
    font-size: 14px;
}

@media (max-width: 768px) {
    .cancel_top_link {
        text-align: left;
        display: block;
    }
    .cancel_link {
        text-align: left;
        display: none;
    }

    .btn_done {
        padding: 2em;
        margin-bottom: 2em;
    }

    input::placeholder {
        font-size: 11px;
    }

    .deliveryMethods_options {
        padding: 14px 0 14px 35px;
    }

    .deliveryMethods_options label {
        font-size: 10px;
    }

    .apply-coupon-btn {
        font-size: 12px;
        padding: 12px;
    }
}

.select2 {
    width:100%!important;
}

input::placeholder {
    color: #bcb9b9 !important;
}

.iti__selected-flag {
    padding: 0 6px 0 16px;
}

.select2-container--default .select2-selection--single {
    padding: 8px 35px 7px 7px;
}

.select2-results__option {
    padding: 6px 15px 6px 6px;
}

/* inicia deliveryMethods */
.deliveryMethods_options {
    padding: 10px 0 13px 35px;
    align-items: center;
    margin-bottom: .25rem !important;
    border-radius: 5px !important;
    border: 2px solid #ccc;
}

.deliveryMethods_options input{
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.deliveryMethods_options label {
    cursor: pointer;
    padding: 6px 0 0 10px;
    font-size: 13px;
    width: 100%;
}
/* termina deliveryMethods */
/* .list-group-item:first-child {
    
} */
/* incia paymentProviders */
.paymentProviders_options {
    align-items: center;
    margin-bottom: 5px;
    border-radius: 5px !important;
    text-align: center;
    align-items: center;
    cursor: pointer;
    border: 2px solid #ccc;
}


/* .paymentProviders_options:first-child {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important
}

.paymentProviders_options:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
} */

.paymentProviders_options input{
    /* visibility: hidden; */
    cursor: pointer;
    height: 20px;
    width: 20px;
    left: 40px;
}

.paymentProviders_options label {
    cursor: pointer;
    font-size: 13px;
    width: 100%;
    color: #212529;
}

.paymentProvider_options_div {
    padding: 0px !important;
}

/* termina paymentProviders */

.whatsapp-btn {
    color: white !important;
}

.whatsapp-btn:hover {
    color: white !important;
}

/* --- PAYMENT INFO BOX --- */

:root {
    --pdx-bg-color: #007bff; /* Primary brand color */
            --pdx-border-color: #ced4da; /* Default border color */
            --pdx-text-color: #333; /* Default text color */
            --pdx-info-bg-light: #e7f3ff; /* Light background for info box */
            --pdx-info-border-color: #a7d9f7; /* Border color for info box */
            --pdx-info-text-color: #0056b3; /* Text color for info box */
            --pdx-success-bg: #d4edda;
            --pdx-success-text: #155724;
            --pdx-success-border: #c3e6cb;
            --pdx-transition-speed: 0.3s;
}
.pdx-payment-info-box {
    background-color: #e7f3ff;
    border: 1px solid #a7d9f7;
    /* border-left: 5px solid var(--pdx-bg-color); Accent border */
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    max-width: 500px;
    width: 100%;
    color: #0056b3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    /* transition: all 0.1s ease; */
    min-height: 80px; /* Give it a minimum height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.pdx-payment-info-box h4 {
    color: #007bff;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.pdx-payment-info-box p {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 0.95em;
}

.pdx-payment-info-box p:last-child {
    margin-bottom: 0;
}

.pdx-info-icon {
    color: #007bff;
    font-size: 1.2em;
    cursor: help;
    margin-left: 10px;
    right: 10px;
    position: absolute;
}
/* --- FIN PAYMENT INFO BOX --- */

/****** SELECT OPTION *****/
.pdx-select-menu {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
}

.pdx-select-menu .pdx-select-btn {
    display: flex;
    height: 55px;
    background: #fff;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 8px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.pdx-select-menu .pdx-select-btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.pdx-select-menu .pdx-sBtn-text {
    color: #333;
}

.pdx-select-menu .pdx-select-btn i {
    font-size: 25px;
    transition: transform 0.3s ease;
    color: #666;
}

.pdx-select-menu .pdx-options {
    position: absolute;
    width: 100%;
    overflow-y: auto;
    max-height: 295px;
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    list-style: none;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.pdx-select-menu .pdx-options .pdx-option {
    display: flex;
    height: 55px;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 8px;
    align-items: center;
    background: #fff;
    transition: background 0.2s ease;
}

.pdx-select-menu .pdx-options .pdx-option:hover {
    background: #f2f2f2;
}
.pdx-select-menu .pdx-options .pdx-option.pdx-selected {
    background: #e6f7ff;
    font-weight: 500;
}

.pdx-select-menu .pdx-options .pdx-option i {
    font-size: 25px;
    margin-right: 12px;
    min-width: 25px;
    text-align: center;
}

.pdx-select-menu .pdx-options .pdx-option .pdx-option-text {
    font-size: 18px;
    color: #333;
    flex-grow: 1;
}

.pdx-select-menu.pdx-active .pdx-select-btn i {
    transform: rotate(-180deg);
}

.pdx-select-menu.pdx-active .pdx-options {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
/****** FIN SELECT OPTION *****/