.style-checkout {
    max-width: 1320px;
    margin: 0 auto;
}

.style-checkout .row {
    /* min-height: 500px; */
    align-items: center;
    padding-top: 34px;
    padding-bottom: 34px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 20px;
    margin-right: 20px;
}

.style-checkout h1.color-selo {
    font-weight: bold;
    color: #ffd933;
}

.style-checkout .row img {
    border-radius: 5px;
}

.rounded-circle {
    border-radius: 50% !important;
}

.style-checkout .depo {
    max-width: 24%;
    background-color: #292121;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 5px;
}

.theme.light .depo {
    background-color: #d8d8d8;
}

.theme.light .box-payment-success {
    background-color: #FFFFFF;
}

.box-payment-success h4 {
    font-size: 14pt;
    padding-bottom: 10px;
}

.gap {
    gap: 10px;
}

.style-checkout-promo {
    width: 100%;
    height: 80px;
    background-color: #1ddf75;
    font-size: 15pt;
    text-align: center;
}

.style-checkout-promo-rel {
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
}

.style-checkout-promo-rel p {
    margin: 0px;
}

p.timer {
    font-weight: bold;
    font-size: 21pt;
}

.theme.light .style-checkout-promo-rel {
    color: #FFF;
}

.d-order {
    display: flex;
    gap: 5px;
}

.d-flex-direction-column {
    flex-direction: column;
    justify-content: center;
}

.orderbump input[type="checkbox"] {
    width: 25px;
    height: 25px;
    accent-color: #FFF;
}

.orderbump input[type="checkbox"] {
    -webkit-appearance: none;
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 2rem;
    padding: 0.1rem;
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 0px;
}

.order-title {
    color: #0900ff;
    text-transform: uppercase;
}

.promo .order-label {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.promo img {
    border-radius: 5px;
}

.orderbump input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.orderbump input[type="checkbox"]:checked {
    color: #1ddf75;
}

.d-order p {
    margin: 0px;
}

.d-order i {
    color: #FF0000;
    font-size: 15pt;
}

.d-text-2 {
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
}

.d-gap {
    gap: 10px;
}

.min-width-80 {
    min-width: 100%;
}

.resumo {
    display: flex;
    margin-bottom: 10px;
}

.resumo img {
    border-radius: 5px;
}

.resumo p.totals {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}

.p-limit {
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    margin: 0px;
    padding: 0px;
}

.p0m0 {
    margin: 0px;
    padding: 0px;
}

.resumo .r-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    padding-left: 10px;
}

.totals-resume {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    padding-top: 5px;
    border-top: 1px solid #414141;
}

.theme.light .totals-resume {
    border-top: 1px solid #ededed;
}

.totals-resume p {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}

.totals-resume p.installment {
    color: #FFF;
    font-weight: bold;
}

.theme.light p.installment {
    color: #1ddf75;
}

.totals-resume p.total {
    color: #FFF;
    font-weight: normal;
}

.theme.light p.total {
    color: #002a3c;
}

.pix-info {
    border: 1px dashed #fff;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    border-radius: 5px;
}

.theme.light .pix-info {
    border: 1px dashed #1ddf75;
}

.pix-info .vant {
    background-color: #4c4c4c;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    padding: 5px;
}

.pix-vant-count {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.pix-vant-count p {
    margin: 0;
    padding: 0;
}

.pix-vant-count .number {
    background-color: #1ddf75;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    font-size: 16pt;
    font-weight: bold;
}

.theme.light .pix-vant-count .number {
    background-color: #1ddf75;
}

.theme.light .pix-info .vant {
    background-color: #e6e6e6;
}

.theme.light .cookie-alert div {
    background-color: #FFF;
}

.theme.light .cookie-alert div a {
    color: #002a3c;
}

.pix-vant-count .text {
    width: 90%;
}

.info-pix-payment {
    text-align: center;
}

.info-pix-payment p {
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.info-pix-payment a {
    text-align: left;
    margin: 0;
    padding: 0;
    color: #FFF;
}

.theme.light .info-pix-payment a {
    color: #1ddf75;
}

@media only screen and (max-width: 567px) {
    .style-checkout .col-lg-6 {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        text-align: center;
    }

    .style-checkout .col-lg-12 {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .style-checkout .depo {
        max-width: 100%;
    }

    .style-checkout-promo-rel p {
        display: flex;
        gap: 5px;
        align-items: center;
        font-size: 12pt;
        font-weight: bold;
    }
}