body {
    background-color: #fbfbfb;
    font-size: 16px;
    color: #000;
}

#time-limit {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    font-size: 14px;
}

#value-time-limit {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-pills {
    background-color: #fbfbfb !important;
    height: 56px;
    border-radius: 5%;
    padding: 5px 10px !important;
}

.nav-pills .nav-item {
    color: #8d92a5 !important;
    width: 100%;
}

.nav-pills .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    line-height: 1rem;
}

#payment-methods {
    flex-direction: column;
    height: auto;
    flex-wrap: nowrap;
    padding: 5px !important;
}

#payment-methods .nav-item {
    display: flex;
    position: relative;
    justify-content: flex-start;
    width: 100%;
}

#payment-methods .nav-item::after {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background-color: #f9f9fb;
    border: 1px solid #cdd0db;
    right: 7%;
    top: 22%;
    border-radius: 100%;
    pointer-events: none;
}

#payment-methods .nav-item .active::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #770dd3;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44531 4.78454V10.1377L10.4453 1.86133' stroke='white' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    right: 7%;
    top: 22%;
    border-radius: 100%;
    border: none;
    pointer-events: none;
}

#payment-methods .nav-item .nav-link {
    width: 100%;
    justify-content: flex-start;
}

#payment-methods .nav-item .active {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.nav-pills .nav-item .active {
    border: 1px solid #e8ecf4 !important;
    background-color: #ffffff !important;
    color: #2c2f3a !important;
    z-index: 9;
}

.nav-pills .nav-item svg {
    fill: #cdd0db !important;
}

.nav-pills .nav-item .active svg,
.nav-pills .nav-item .active svg path {
    fill: #2c2f3a !important;
}

.card-coupon {
    padding-top: 10%;
    border-top: 1px solid #e7e8ee !important;
    border-bottom: 2px solid #e7e8ee !important;
}

#product-details {
    align-items: flex-start;
}

.product-summary-media-trigger {
    line-height: 0;
    flex-shrink: 0;
}

.product-summary-media {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f4f5f8;
}

.product-summary-media__asset {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#card-promotion {
    border: 1px solid #cdd0db !important;
}

.border-accordion {
    border: 1px solid #e7e8ee !important;
}

#card-promotion .card-body {
    border-radius: 5px 5px 0px 0px;
    border-left: 5px solid #770dd3 !important;
}

#card-promotion .card-footer {
    border-radius: 0px 0px 4px 4px;
    border-bottom: 3px solid #cdd0db !important;
    border-top: 1px solid #cdd0db !important;
}

#coupon,
#code-coupon {
    border-left: none;
    border-right: none;
}

#apply-coupon {
    border: 1px solid #e8ecf4;
    border-left: none;
    text-decoration: none;
    color: #770dd3;
}

#zip-code-verified,
#complement-verified,
#number-verified,
#district-verified {
    border: 1px solid #e8ecf4;
    border-left: none;
    text-decoration: none;
    background-color: inherit;
}

#apply-coupon:hover,
#delete-coupon:hover,
#delete-state-zip-code:hover {
    background-color: inherit;
    color: none;
    text-decoration: none;
}

#code-coupon:focus,
#coupon:focus {
    border: 1px solid #e8ecf4;
    border-left: none;
    border-right: none;
}

#delete-state-zip-code,
#delete-coupon {
    border: none;
    background-color: transparent;
}

#label-coupon,
#label-code-coupon {
    border-right: none;
    background-color: transparent;
}

/* #finish-button{
    background-color: #08BA64;
} */

.next-accordion,
.next-accordion:hover,
.next-accordion:active {
    background-color: #770dd3 !important;
    border: 1px solid #770dd3 !important;
    color: #fff;
}

.custom-checkbox input,
.custom-checkbox-freight input {
    display: none;
}

.custom-checkbox input+label:before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: #f9f9fb;
    border: 1px solid gray;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.custom-checkbox input:checked+label:before {
    width: 18px;
    height: 18px;
    background-color: #770dd3;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44531 4.78454V10.1377L10.4453 1.86133' stroke='white' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    padding: 1px;
}

.custom-checkbox-freight input+label:before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid gray;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.custom-checkbox-freight input:checked+label:before {
    width: 18px;
    height: 18px;
    background-color: #770dd3;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44531 4.78454V10.1377L10.4453 1.86133' stroke='white' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    padding: 1px;
}

.form-group {
    position: relative;
}

.checked-custom::before {
    content: '';
    top: 60%;
    right: 4%;
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.7924 3.20693C21.3391 3.75366 21.3391 4.64009 20.7924 5.18682L5.18682 20.7924C4.78643 21.1928 4.18426 21.3126 3.66112 21.0959C3.13797 20.8792 2.79688 20.3687 2.79688 19.8025V9.70874C2.79688 8.93555 3.42368 8.30874 4.19687 8.30874C4.97007 8.30874 5.59687 8.93555 5.59687 9.70874V16.4226L18.8125 3.20693C19.3593 2.66019 20.2457 2.66019 20.7924 3.20693Z' fill='%2308BA64'%3E%3C/path%3E%3C/svg%3E");
}

.style-link a {
    text-decoration: underline !important;
    color: #8d92a5 !important;
    font-weight: 700 !important;
}

.title-accordion {
    font-size: 22px;
    font-weight: 700;
    color: black;
}

.field-number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.field-number {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e7e8ee !important;
    border-radius: 5px;
    padding: 5px 8px;
    height: 48px;
}

.field-number input {
    text-align: center;
    border: none;
    width: 50%;
}

.qty-button {
    display: flex;
    background-color: #e7e8ee;
    width: 25%;
    height: 2.5em;
    border: none;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
}

#customer-address-shippping {
    border: 1px solid #cdd0db;
    border-radius: 2px;
}

.choose-delivery {
    border: 1px solid #cdd0db;
    border-radius: 3px;
}

#delivery-address,
#content-freight,
#area-location,
#area-cupom-validated {
    border: 1px solid #cdd0db;
    border-radius: 5px;
}

.edit-button {
    background-color: transparent;
    color: #770dd3;
    border: none;
}

.card-header {
    position: relative;
}

.accordion-off,
.accordion-completed {
    color: #b6bac8 !important;
}

.accordion-show {
    color: #000;
}

.accordion-off::before {
    content: '';
    top: 44%;
    left: 6%;
    position: absolute;
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml, %3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4.23047' cy='4' r='4' fill='%23E7E8EE'/%3E%3C/svg%3E");
}

.accordion-show::before {
    content: '';
    position: absolute;
    top: 25%;
    width: 23px;
    height: 23px;
    background-image: url("data:image/svg+xml, %3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14.2305' cy='14' r='6' fill='%23770DD3' stroke='%23E2C5FC' stroke-width='4'/%3E%3C/svg%3E");
}

.accordion-completed::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml, %3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.230469' width='22' height='22' rx='11' fill='%2308BA64'/%3E%3Cpath d='M7.67578 9.78454V15.1377L16.6758 6.86133' stroke='white' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.hide-accordion-icon {
    display: none !important;
}

.border-show {
    border-top: 6px solid var(--primary-brand-solid-900) !important;
}

.border-success {
    background-color: #08ba64 !important;
    height: 6px;
}

.border-off {
    background-color: #cdd0db !important;
    height: 6px;
}

.option-day {
    width: 92px !important;
    height: 110px;
    border-radius: 5px;
}

.delivery-day,
#period_delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.delivery-day .option-day input[type='radio'],
#period_delivery .option-period input[type='radio'] {
    position: absolute;
    opacity: 0;
}

#period_delivery .option-period {
    cursor: pointer;
    width: 100%;
    height: 85px;
}

.delivery-day .option-day .option-day-content,
#period_delivery .option-period .option-period-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #e1e2e7;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition:
        box-shadow 0.4s,
        -webkit-box-shadow 0.4s;
    position: relative;
}

.delivery-day .option-day .option-day-details {
    width: 100%;
}

.delivery-day .option-day .option-day-details span {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    line-height: 18.2px;
}

.delivery-day .option-day .option-day-content:hover,
#period_delivery .option-period .option-period-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.delivery-day .option-day input[type='radio']:checked+.option-day-content:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #770dd3;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44531 4.78454V10.1377L10.4453 1.86133' stroke='white' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    right: 7%;
    top: 7%;
    border-radius: 100%;
    border: none;
}

.delivery-day .option-day input[type='radio']+.option-day-content:after {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background-color: #f9f9fb;
    border: 1px solid #cdd0db;
    right: 7%;
    top: 7%;
    border-radius: 100%;
}

#period_delivery .option-period input[type='radio']+.option-period-content:after {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background-color: #f9f9fb;
    border: 1px solid #cdd0db;
    right: 3%;
    top: 34%;
    border-radius: 100%;
}

#period_delivery .option-period input[type='radio']:checked+.option-period-content:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #770dd3;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44531 4.78454V10.1377L10.4453 1.86133' stroke='white' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    right: 3%;
    top: 34%;
    border-radius: 100%;
    border: none;
}

.delivery-day .option-day input[type='radio']:checked+.option-day-content,
#period_delivery .option-period input[type='radio']:checked+.option-period-content {
    border: 2px solid #121316;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.step-1,
.step-2,
.step-3 {
    display: none;
}

.step-1.active,
.step-2.active,
.step-3.active {
    display: block;
}

.credit-card-content {
    position: relative;
}

.credit-card-flag {
    position: absolute;
    right: 35px;
    top: 55%;
}

.iti {
    display: block !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter';
    color: #121316;
}

label {
    color: #2c2f3a;
    font-weight: 500;
}

.form-control[readonly] {
    background-color: #fff !important;
    opacity: 1 !important;
}

#delete-coupon {
    border: 1px solid #e8ecf4;
    border-left: none;
    text-decoration: none;
    outline: none;
}

.border-black {
    border: 1px solid #cdd0db;
    border-radius: 5px;
}

.express-delivery-card .express-delivery-option input[type='radio']:checked+.express-delivery-content:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #770dd3;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44531 4.78454V10.1377L10.4453 1.86133' stroke='white' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    right: 10px;
    top: 10px;
    border-radius: 100%;
    border: none;
}

.express-delivery-card .express-delivery-option input[type='radio']+.express-delivery-content:after {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background-color: #f9f9fb;
    border: 1px solid #cdd0db;
    right: 10px;
    top: 10px;
    border-radius: 100%;
}

input#option-express {
    position: absolute;
    opacity: 0;
}

label.express-delivery-option {
    position: relative;
}

#toast-container.notify-checkout>.toast {
    color: var(--neutral-700);
}

#toast-container.notify-checkout>.toast .toast-close-button {
    color: var(--neutral-700);
    opacity: 0.7;
}

#toast-container.notify-dark-checkout>.toast {
    color: var(--neutral-20);
}

#toast-container.notify-dark-checkout>.toast .toast-close-button {
    color: var(--neutral-20);
    opacity: 0.7;
}

.card-subtotal {
    opacity: 1;
    border-bottom-width: 1px;
    background: var(--neutral-30, #fbfbfb);
    border-bottom: 1px solid var(--neutral-150, #e7e8ee);
}

.card-body-charging {
    padding: 0px;
    border-radius: 5px;
    border-top: 1px solid var(--neutral-150, #e7e8ee);
}

/* Modal de detalhamento */
.modal-dialog.modal-details {
    max-width: 800px !important;
}

#chargingDetailsModal table td {
    border: none;
}

/* Personalização do select de parcelas de cartão */
.installments-card+.select2-container--bootstrap4 .select2-selection--single {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.installments-card+.select2-container--bootstrap4 .select2-selection__arrow {
    position: relative;
    right: auto;
    top: 50%;
}

.installments-card+.select2-container--bootstrap4 .select2-selection__rendered {
    padding: 1em;
    width: 100%;
}

.installments-card+.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent !important;
}

.select2-container--bootstrap4 .select2-results__option--selected {
    background-color: #ddd;
}

.select2-container--bootstrap4 .select2-results__option--highlighted {
    background-color: var(--primary-brand-solid-900);
    color: #fff !important;
}

.installments-dropdown .select2-results__option--highlighted,
.installments-dropdown .select2-results__option--highlighted .ds-text-secondary,
.installments-dropdown .select2-results__option--highlighted .ds-text-tertinary {
    color: #fff;
}
