.successText {
    font-size: 12px;
    margin-top: 8px;
    line-height: 1.8;
    color: var(--orising-colors-success-200, #5fd080);
}
.text-center {
    text-align: center;
}
[data-remodal-id="modalReview"] .addDocuments__remove {
    display: none !important;
}
.listTotal__text {
    text-align: right;
}
.notFound {
    width: 100%;
    margin: 20px 0;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--orising-colors-grey-500, #515057);
}
.StripeElement {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    font-size: 16px !important;
    position: relative;
    background-color: #fff;
    padding: 10px 16px;
}
.position-relative {
    position: relative;
}
.blockingOverlay {
    position: absolute;
    z-index: 45;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: white;
    opacity: 0.7;
}
.confirmButton {
    margin-top: 20px;
    height: 42px;
}
.orderTotal__text--pending {
    color: var(--orising-colors-grey-500, #515057);
    font-size: 12px;
    font-weight: 400;
}
.checkoutPickupSummary {
    margin: 0 0 16px;
    color: var(--orising-colors-grey-500, #515057);
    font-size: 13px;
    line-height: 1.5;
}
.boxOrder__button:disabled {
    cursor: not-allowed;
    opacity: .5;
}
.confirmButton.is-disabled {
    cursor: not-allowed;
    opacity: .5;
}

@media (min-width: 992px) {
    .boxCoupon--checkoutMobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .boxCoupon--checkoutDesktop {
        display: none;
    }
}

@media (max-width: 768px) {
    .header--b2c .header__top {
        display: block;
    }
    .header--b2c .header__textFree {
        height: auto;
        padding: 6px 16px;
        text-align: center;
    }
}

.boxOrder .listOrder + .boxCoupon {
    margin-top: 21px;
    margin-bottom: 23px;
}

.boxOrder .boxCoupon__title {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 6px;
}

.boxOrder .boxCoupon__input {
    font-size: 14px !important;
}

.boxOrder .boxCoupon__button {
    min-width: -webkit-max-content;min-width: -moz-max-content;min-width: max-content;
    font-size: 12px;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: var(--orising-colors-black, #2e2e32);
}
.boxOrder .boxCoupon__input {
	padding-right: 125px;
}

.boxOrder .boxCoupon__button:hover {
    background-color: var(--orising-colors-grey-500, #515057);
}

.checkMethod.checkoutShippingMethod {
    margin-bottom: 16px;
}

.checkMethod.checkoutShippingMethod .checkoutShippingMethod__label {
    box-sizing: border-box;
    padding: 16px;
    background: #faf9ff;
}

.checkoutShippingMethods .checkMethod .check-radio {
    right: initial;
    top: 22px;
    left: 16px;
}

.checkoutShippingMethods .checkMethod .check-text {
    padding-right: 10px;
}

.checkoutShippingMethod__title {
    width: 100%;
    text-align: left;
}

.checkoutShippingMethod__box {
    box-sizing: border-box;
    padding-left: 36px;
}

.checkoutShippingMethod__icon {
    margin-right: 16px;
}

.checkoutShippingMethods .checkMethod__smallText {
    display: block;
    margin-top: 10px;
}

.checkoutShippingMethod__price {
    color: var(--orising-colors-black, #2e2e32);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-align: right;
    white-space: nowrap;
}

.checkoutFieldError {
    display: none;
    margin-top: 7px;
    color: #ba1a1a;
    font-size: 12px;
    line-height: 1.35;
}

.formShipping__item.is-invalid .input,
.formShipping__item.is-invalid .select,
.formShipping__item.is-invalid .selectric {
    border-color: #ba1a1a !important;
}

.checkoutShippingMethods.is-invalid,
.boxPayment.is-invalid {
    border-radius: 6px;
    outline: 1px solid #ba1a1a;
    outline-offset: 4px;
}

.boxOrder .listOrder__li {
    padding: 12px 12px 12px 0;
}

.boxOrder .listOrder__li:last-child {
    border-bottom: 0;
}

.boxOrder .listOrder__right {
    padding-left: 16px;
}

@media (max-width: 991px) {

    .boxOrder .listOrder__li {
        padding: 8px 8px 8px 0;
    }
}

@media (max-width: 767px) {
    .boxOrder .listOrder + .boxCoupon {
        margin-top: 24px;
    }

    .checkoutShippingMethod__box {
        padding-left: 30px;
    }

    .checkoutShippingMethod__icon {
        margin-right: 10px;
    }

    .checkoutShippingMethods .checkMethod .check-text {
        font-size: 14px;
    }

    .checkMethod.checkoutShippingMethod .checkMethod__smallText {
        font-size: 12px;
    }
}

@media (max-width: 479px) {

    .boxOrder .listOrder__li {
        padding-right: 0;
    }
}

