input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.cart-section {
    background: linear-gradient(180deg, #F2F2F2 0%, #FAFAFA 11.49%);
    display: flex;
    min-height: 100vh;
}
.cart-section__left {
    width: calc(100% - 488px);
    padding: 45px 35px;
    overflow: hidden;
}
.cart-section__left.empty {
    width: 100%;
}
.cart-section__right {
    width: 488px;
    background: #FFFFFF;
    padding: 46px 90px 100px 72px;
    position: relative;
    box-shadow: 0px 10px 22px 0px #0000000D,
                0px 40px 40px 0px #0000000A,
                0px 89px 54px 0px #00000008,
                0px 159px 63px 0px #00000003,
                0px 248px 69px 0px #00000000;
}
.cart-section.checkout .cart-section__right:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 450px;
    background-image: url("/images/checkout-bottom.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    display: none;
}
.cart-section__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-info-sticky {
    position: sticky;
    top: 46px;
}
.cart-info__title {
    color: #000000;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
}
.cart-section__back {
    width: 30%;
    padding-left: 10px;
}
.cart-section__back a {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #000000;
    font-size: 14px;
    transition: color 0.3s ease-in-out;
}
.cart-section__title {
    width: 40%;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: center;
    gap: 10px;
    text-align: center;
}
.cart-section__title span {
    font-weight: 300;
    opacity: 0.5;
}
.cart-section__share {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}
.cart-section__share a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #000000;
    transition: color 0.3s ease-in-out;
}
.cart-section__share a svg path,
.cart-section__back a svg path {
    transition: stroke 0.3s ease-in-out, fill 0.3s ease-in-out;
}
.cart-product-item {
    display: flex;
    padding: 40px 0;
    position: relative;
}
.cart-product-item__left {
    width: 200px;
}
.cart-product-item__rights {
    width: calc(100% - 200px);
    padding-left: 22px;
}
.cart-product-item__top {
    display: flex;
}
.cart-product-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(213, 213, 213, 0.05) 0%, #D5D5D5 50%, rgba(213, 213, 213, 0.05) 100%);
}
.cart-product-item:last-child:before {
    display: none;
}
.cart-product-item__photo {
    width: 163px;
    height: 163px;
}
.cart-product-item__photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.cart-product-item__middle {
    width: calc(100% - 250px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cart-product-item__right {
    width: 250px;
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
}
a.cart-product-item__name {
    color: #000000;
    font-size: 20px;
    transition: color 0.3s ease-in-out;
}
.cart-product-item__bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 14px;
    gap: 6px 18px;
}
.cart-product-item__bottom span.manufacturer,
.cart-product-item__bottom a {
    color: #000000;
    font-size: 12px;
    text-decoration: underline;
    line-height: 1;
}
.cart-product-item__params {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
}
.cart-product-item_b {
    display: flex;
    gap: 26px;
    margin-top: 28px;
}
.cart-product-item_b-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 6px 9px;
    background: #FFFFFF;
    color: #000000;
    font-size: 14px;
    box-shadow: 0px 1px 1px 0px #0000000A,
                0px 2px 2px 0px #00000008,
                0px 5px 3px 0px #00000005,
                0px 9px 3px 0px #00000003,
                0px 14px 4px 0px #00000000;
    transition: background-color 0.3s ease-in-out;

}
.cart-product-item__stress {
    display: none !important;
}
.cart-product-item__package-plus {
    color: rgba(0, 0, 0, 0.5);
}
.cart-product-item__quantity {
    display: none;
    align-items: center;
    padding-left: 8px;
    width: 110px;
}
.changer__btn-minus,
.changer__btn-plus {
    border: 1px solid #D6D6D6;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: border-color 0.3s ease-in-out;
}
.changer__btn-minus:before,
.changer__btn-plus:before {
    content: "";
    position: absolute;
    background-color: #000000;
    width: 12px;
    height: 1px;
}
.changer__btn-plus:after {
    content: "";
    position: absolute;
    background-color: #000000;
    height: 12px;
    width: 1px;
}
.changer__input {
    width: 34px;
    font-size: 20px;
    border: unset;
    background-color: unset;
    text-align: center;
}
.cart-product-item__price {
    display: flex;
    flex-direction: column-reverse;
    width: calc(100% - 50px);
    align-items: flex-end;
    gap: 4px;
    padding-top: 5px;
}
.cart-product-item__price .price {
    font-size: 22px;
}
.cart-product-item__close {
    position: absolute;
    right: 0;
    top: 65px;
    width: 16px;
    height: 16px;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
}
.cart-product-item__close svg {
    width: 100%;
    height: 100%;
}
.modal-slider__slider .swiper-slide-prev,
.swiper-slide.order-product-mini.swiper-slide-next ~ .swiper-slide {
    opacity: 1;
}
.cart-slider__title {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cart-info__checkbox {
    display: flex;
    gap: 26px;
    margin-top: 20px;
}
.cart-radio input {
    position: absolute;
    left: -9999px;
}
.cart-radio label {
    color: #000000;
    font-size: 14px;
    position: relative;
    padding-left: 22px;
}
.cart-radio label:before {
    content: "";
    position: absolute;
    border: 1px solid #8494C2;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 1px;
    left: 0;
}
.cart-radio input:checked ~ label:before {
    border: 1px solid #00238F;
}
.cart-radio input:checked ~ label:after {
    content: "";
    position: absolute;
    background-color: #00238F;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 4px;
    left: 3px;
}
.cart-info-res {
    margin-top: 14px;
}
.cart-info-res__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
}
.cart-info-res__item span {
    font-size: 14px;
}
.cart-info-res__item span.cart-crossed {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: line-through;
}
.cart-info-res-middle {
    position: relative;
    padding: 15px 0 4px;
}
.cart-info-res-middle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 50%, rgba(217, 217, 217, 0) 100%);
}
.cart-info-res-middle:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 50%, rgba(217, 217, 217, 0) 100%);
}
.cart-res-price {
    display: flex;
    justify-content: space-between;
}
.cart-res-price__item {
    display: flex;
    justify-content: space-between;
}
.cart-res-price__price {
    display: flex;
    align-items: flex-end;
    color: #000000;
    font-size: 20px;
}
.cart-res-price-sale {
    flex-direction: column;
    gap: 4px;
    margin-bottom: 10px;
    display: none;
}
.cart-res-price-sale.active {
    display: flex;
}
.cart-res-price-sale .cart-res-price__item .cart-res-price__title,
.cart-res-price-sale .cart-res-price__item .cart-res-price__price span:nth-child(1),
.cart-res-price-sale .cart-res-price__item .cart-res-price__price {
    font-size: 17px;
}
.cart-res-price__title {
    color: #000000;
    font-size: 20px;
}
.cart-res-price__price span:nth-child(1) {
    color: #000000;
    font-size: 20px;
}
.cart-res-price__price span:nth-child(2) {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}
.cart-res-btn {
    display: flex;
    flex-direction: column;
    margin-top: 28px;
    gap: 18px;
}
button.cart-res-btn__pay {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    background: #00238F;
    border-radius: 4px;
    text-decoration: none;
    padding: 14px 0;
    display: inline-flex;
    justify-content: center;
    gap: 12px;
    border: 1px solid #00238F;
    cursor: pointer;
    transition: background-color 0.3s
    ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
button.cart-res-btn__pay:disabled {
    border: 1px solid #8F8F8F !important;
    background-color: #8F8F8F !important;
    color: #FFFFFF !important;
    cursor: no-drop;
}
a.cart-res-btn__checkout {
    color: #00238F;
    font-size: 14px;
    font-weight: 600;
    background: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    padding: 14px 0;
    display: inline-flex;
    justify-content: center;
    gap: 12px;
    border: 1px solid #00238F80;
    cursor: pointer;
    transition: background-color 0.3s
    ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.cart-res-payment {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 15px;
    color: #00000080;
    font-size: 12px;
}
.given-points {
    display: flex;
    margin-top: 32px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 14px 0;
}
.given-points:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 50%, rgba(217, 217, 217, 0) 100%);
}
.given-points:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 50%, rgba(217, 217, 217, 0) 100%);
}
.given-points__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}
.given-points__title a {
    color: #00238f;
}
.given-points__res {
    font-size: 14px;
}
.cart-code {
    margin-top: 31px;
    display: flex;
}
.cart-code__title {
    width: 30%;
    font-size: 14px;
    padding-top: 12px;
}
.cart-code__form {
    width: 70%;
}
.cart-code__f {
    width: 100%;
    border: 1px solid #D6D6D6;
    display: flex;
    align-items: center;
    border-radius: 2px;
    position: relative;
}
.cart-code__form input {
    height: 40px;
    border: unset;
    width: calc(100% - 80px);
    padding-left: 16px;
    outline: none;
}
.cart-code__form button {
    position: absolute;
    right: 0;
    background: #00238F;
    height: 36px;
    padding: 0 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    border: unset;
    border-radius: 2px;
    box-sizing: border-box;
    margin-right: 2px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.cart-code__form button:disabled {
    color: rgba(255, 255, 255, 0.7) !important;
    background-color: #8F8F8F !important;
    cursor: no-drop;
}
.cart-code__error {
    font-size: 13px;
    margin-top: 4px;
    color: #d72a4d;
}
.cart-code__res {
    margin-top: 14px;
}
.cart-code__item {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    font-size: 14px;
}
.cart-code__item-amount {
    margin-left: auto;
    white-space: nowrap;
}
.cart-code__item-close {
    margin-left: 8px;
    opacity: 0.5;
    display: flex;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
}
.cart-code__item-close svg {
    width: 14px;
    height: 14px;
}
.checkout-block {
    margin-top: 50px;
    padding: 0 8px;
}
.checkout-block__title {
    color: #000000;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.checkout-block__flex {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px 0 ;
}
.checkout-block__w31 {
    width: calc((100% - 64px) / 3);
}
.checkout-block__w35 {
    width: 35%;
}
.checkout-select {
    width: 100%;
    position: relative;
}
.checkout-select.require label span {
    color: #E31B70;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: 0;
}
.checkout-select.active {
    z-index: 2;
}
.checkout-select.active .checkout-select__main:before {
    transform: translateY(-50%) rotate(180deg);
}
.checkout-select__main-res {
    display: flex;
    gap: 10px;
    width: 100%;
}
.checkout-select__main-res span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 8px;
}
.checkout-select__main-res .checkout-select__flex span img {
    display: none;
}
.checkout-select label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 500;
    padding-left: 5px;
    display: inline-flex;
    gap: 3px;
}
.checkout-select__main {
    width: 100%;
    padding: 0 5px;
    height: 46px;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #D2D2D2;
    transition: border 0.3s ease-in-out;
}
.checkout-select__main:before {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-image: url("/images/svg/arrow-down.svg");
    background-size: contain;
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
}
.checkout-select__select-content {
    padding: 14px 0;
}
.checkout-select__select {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 0px #0000000D;
    transition: max-height 0.3s ease-in-out;
    left: 0;
    right: 0;
    top: 70px;
    z-index: 2;
}
.checkout-select__item {
    display: flex;
    gap: 10px;
    padding: 8px 14px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}
.checkout-select__item.hidden-click {
    opacity: 0.4;
    cursor: no-drop;
    background-color: unset !important;
}
.checkout-block__w60 {
    width: 60%;
}
.checkout-block__w48 {
    width: 48%;
}
.checkout-block__w100 {
    width: 100%;
}
.checkout-select__flex {
    width: 95%;
    display: flex;
    justify-content: space-between;
}
.checkout-select__item .checkout-select__flex {
    width: 100%;
}
.checkout-select__flex span {
    display: flex;
    align-items: center;
    gap: 10px;
}
.checkout-select__flex span img {
    max-width: 28px;
}
.checkout-select__item .checkout-select__flex span:nth-child(2) {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}
.checkout-info {
    background: #E3E9F2;
    border-radius: 4px;
    padding: 20px 14px;
    margin-top: 30px;
}
.checkout-info p {
    margin: 0;
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
}
.checkout-info a {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #000000;
    font-weight: 500;
}
.checkout-input {
    display: flex;
    flex-wrap: wrap;
}
.checkout-input.require span {
    color: #E31B70;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: 0;
}
.checkout-input label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 500;
    padding-left: 5px;
    display: block;
    width: 100%;
}
.checkout-input input {
    width: 100%;
    background-color: unset;
    height: 46px;
    outline: none;
    border: unset;
    border-bottom: 1px solid #D2D2D2;
    font-size: 16px;
    padding-left: 8px;
    transition: border 0.3s ease-in-out;
}
.error-input input {
    border-bottom: 1px solid #d72a4d;
}
.error-input__error {
    font-size: 14px;
    margin-top: 4px;
    color: #d72a4d;
}
.checkout-block-info__res {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
.checkout-block-info__res.active {
    max-height: 500px;
}
.checkout-block-info__res.active.show-overflow {
    overflow: unset;
}
.checkout-block-info__res .checkout-block__flex {
    margin-top: 20px;
}
.checkout-block__more {
    margin-top: 30px;
}
.checkout-block-info {
    margin-bottom: 20px;
}
.checkout-pay {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 34px 0;
    margin-top: 36px;

}
.checkout-pay__item {
    width: 48%;
}
.checkout-pay__item img {
    max-height: 30px;
    mix-blend-mode: multiply;
}
.checkout-pay__item input {
    position: absolute;
    left: -9999px;
}
.checkout-pay__item label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    /* padding-left: 46px; */
    position: relative;
    cursor: pointer;
    transition: border 0.3s ease-in-out;
}
.checkout-pay__item label:has(input:checked) {
    border: 1px solid #00238F;
}
/* .checkout-pay__item label:has(input:checked):before {
    border: 1px solid #00238F;
}
.checkout-pay__item label:has(input:checked):after {
    content: "";
    position: absolute;
    background-color: #00238F;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 17px;
} */
.checkout-pay__item label span {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.7);
    padding-left: 18px;
}
.checkout-pay__item label:has(.checkout-pay__desc) {
    flex-direction: column;
    height: auto;
    padding: 12px 16px;
    gap: 8px;
}
.checkout-pay__desc {
    font-size: 11px;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 0;
}
/* .checkout-pay__item label:before {
    content: "";
    position: absolute;
    border: 1px solid #8494C2;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 14px;
} */
.cart-checkout__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}
.cart-checkout__top a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #000000;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}
.ch-middle {
    margin: 20px 0 22px;
    padding: 24px 0 10px;
}
.ch-res-price {
    margin-top: 45px;
}
.checkout-checkbox-list {
    margin-top: 26px;
}
.checkout-checkbox-item {
    margin-bottom: 16px;

}
.checkout-checkbox-item input {
    position: absolute;
    left: -9999px;
}
.checkout-checkbox-item label {
    padding-left: 26px;
    position: relative;
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    display: flex;
    align-items: center;
    transition: color 0.3s ease-in-out;
}
.checkout-checkbox-item label a {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.7);
    transition: color 0.3s ease-in-out;
}
.checkout-checkbox-item label span:before {
    content: "";
    position: absolute;
    border: 1px solid #D9D9D9;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    left: 0;
    top: 1px;
}
.checkout-checkbox-item label span.require {
    color: #E31B70;
    font-size: 14px;
    margin-right: 4px;
    font-weight: 500;
}
.checkout-checkbox-item input:checked ~ span:before {
    border: 1px solid #00238F;
}
.checkout-checkbox-item input:checked ~ span:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 2px;
    width: 12px;
    height: 12px;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/images/svg/check.svg');
}
.checkout-btn {
    margin: 32px 0 50px;
}
.btn-checkout {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    background: #00238F;
    border-radius: 4px;
    text-decoration: none;
    padding: 14px 0;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    gap: 8px;
    border: 1px solid #00238F;
    cursor: pointer;
    transition: background-color 0.3s
    ease-in-out, border-color 0.3s
    ease-in-out;
}
.btn-checkout:disabled {
    background: #AAAAAA !important;
    border: 1px solid #AAAAAA !important;
    cursor: no-drop;
}
.fixed-bottom-xs {
    display: none;
}
.custom-select-overflow {
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
}
.custom-select-overflow.active {
    opacity: 1;
    visibility: visible;
}
.phone-select {
    position: relative;
    width: 100%;
}
.phone-select .choices {
    position: absolute;
}
.phone-select input {
    padding-left: 110px;
}
.phone-select.active .phone-select__main:before {
    transform: translateY(-50%) rotate(180deg);
}
.phone-select__main {
    position: absolute;
    width: 110px;
    padding: 12px 7px;
    cursor: pointer;
}
.phone-select__main-res {
    display: flex;
    align-items: center;
    gap: 14px;
}
.phone-select__main:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-image: url('/images/svg/arrow-down.svg');
    background-size: contain;
    transform-origin: center;
    transition: transform 0.3s
    ease-in-out;
}
.phone-select__select {
    max-height: 0;
    overflow: auto;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 0px #0000000D;
    transition: max-height 0.3s ease-in-out;
    left: 0;
    width: 100px;
    top: 50px;
    z-index: 2;
}
.phone-select__item {
    padding: 6px 7px;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
}
.checkout-block-info__res ul {
    margin: 19px 0;
    padding: 0;
    list-style-type: none;
}
.checkout-block-info__res ul li {
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}
.checkout-block-info__res ul li:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000000;
}
textarea.checkout-textarea {
    border: 1px solid #D2D2D2;
    margin-top: 24px;
    padding: 10px 315px 10px 10px;
    font-size: 14px;
    resize: none;
    width: 100%;
    background: unset;
    outline: none !important;
}
.cart-btn-xs {
    background: #FFFFFF;
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    height: 88px;
    box-shadow: 0px -8px 16px 0px #0000000D;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.cart-btn-xs.active {
    opacity: 1;
    visibility: visible;
}
.checkout-logo {
    background: #000000;
    width: 26px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 489px;
    z-index: 9;
    top: 45px;
}
.cart-modal-package-overflow {
    z-index: 9;
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.cart-modal-package-overflow.active {
    opacity: 1;
    visibility: visible;
}
.cart-modal-package {
    padding: 30px 42px;
    z-index: 91;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    width: 820px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0px 6px 16px 0px #00000026;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.cart-modal-package.active {
    opacity: 1;
    visibility: visible;
}
.cart-modal-package__close {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.5;
    padding: 14px;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
}
.cart-modal-package .modal-order-package__title {
    font-size: 32px;
}
.cart-modal-package__btn {
    margin-top: 42px;
    display: flex;
    justify-content: flex-end;
}
.checkout-gift {
    margin-top: 32px;
}
.checkout-gift label input.checkout-gift__input {
    position: absolute;
    left: -9999px;
}
.checkout-gift label {
    display: flex;
    align-items: center;
    height: 48px;
    border: 1px solid #00238F;
    border-radius: 4px;
    padding-left: 46px;
    position: relative;
    cursor: pointer;
    transition: border 0.3s
    ease-in-out;
}
.checkout-gift label:before {
    content: "";
    position: absolute;
    border: 1px solid #00238F;
    width: 14px;
    height: 14px;
    left: 14px;
    border-radius: 4px;
}
.checkout-gift label:has(input:checked):after {
    content: "";
    position: absolute;
    background-image: url("/images/svg/check.svg");
    width: 10px;
    height: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 17px;
}
.checkout-gift__item {
    display: flex;
    align-items: center;
    font-size: 13px;
    gap: 14px;
    width: 55%;
}
.checkout-gift-code {
    width: 44%;
    position: relative;
    padding-left: 24px;
}
.checkout-gift-code input {
    width: 100%;
    height: 40px;
    border: 1px solid #D6D6D6;
    font-size: 14px;
    padding-left: 16px;
    border-radius: 2px;
    outline: none;
    color: rgba(0, 0, 0);
}
.checkout-gift-code input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.checkout-gift-code button {
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 2px;
    padding: 0 14px;
    border-radius: 2px;
    background: #00238F;
    border: unset;
    color: #ffffff;
    border: unset;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.checkout-gift-code button:disabled {
    color: rgba(255, 255, 255, 0.7) !important;
    background-color: #8F8F8F !important;
    cursor: no-drop;
}
.cart-paragraph {
    position: relative;
    margin-top: 22px;
}
.cart-paragraph:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 50%, rgba(217, 217, 217, 0) 100%);
}
.cart-paragraph:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 50%, rgba(217, 217, 217, 0) 100%);
}
.cart-paragraph__item {
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    cursor: pointer;
}
.cart-paragraph__item svg {
    transition: transform 0.3s ease-in-out;
}
.cart-paragraph__item.active svg {
    transform: rotate(180deg);
}
.cart-paragraph__res {
    font-size: 14px;
    max-height: 0;
    overflow: hidden;
    transition:  max-height 0.3s ease-in-out;
}
.cart-paragraph__res-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 62px;
    padding: 2px 0 24px;
}
.cart-paragraph__res-error {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    font-size: 12px;
    margin-top: 0;
    color: #d72a4d;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.cart-paragraph__res-error.active {
    opacity: 1;
    visibility: visible;
}
.cart-paragraph__res input {
    border: 1px solid #D6D6D6;
    height: 40px;
    width: 228px;
    padding-left: 15px;
    font-size: 14px;
    outline: none;
}
.thank-page {
    padding-top: 180px;
    overflow: hidden;
}
.thank-page__title {
    color: #000000;
    font-size: 56px;
    text-align: center;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -3px;
    line-height: 1;
}
.thank-page__desc {
    position: relative;
    color: #000000;
    font-size: 14px;
    text-align: center;
    width: 515px;
    margin: 24px auto 0;
}
.thank-page__desc a {
    color: #000000;
    font-weight: 700;
}
.thank-page__un-title {
    margin-top: 72px;
    font-size: 28px;
    text-align: center;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    line-height: 1;
}
.thank-page__un-desc {
    text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 14px;
    position: relative;
}
.thank-page__un-desc:before,
.thank-page__desc:before {
    content: "";
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: 680px;
    height: 1px;
    background: linear-gradient(90deg, rgba(213, 213, 213, 0.05) 0%, #D5D5D5 50%, rgba(213, 213, 213, 0.05) 100%);
}
.thank-page-width {
    width: 392px;
    margin: 65px auto 70px;
}
.thank-page__info {
    font-size: 28px;
    text-align: center;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    line-height: 1;
}
.thank-page__content {
    position: relative;
    margin-top: 32px;
    border-radius: 8px;
    background: #FFFFFF;
    padding: 30px 32px 20px;
    box-shadow: 0px 10px 22px 0px #0000000D,
                0px 40px 40px 0px #0000000A,
                0px 89px 54px 0px #00000008,
                0px 159px 63px 0px #00000003,
                0px 248px 69px 0px #00000000;
}
.thank-page__top,
.thank-page__middle{
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.thank-page__top:before,
.thank-page__middle:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 50%, rgba(217, 217, 217, 0) 100%);

}
.thank-page__item {
    display: flex;
    justify-content: space-between;
    color: #000000;
    font-size: 14px;
    margin-bottom: 12px;
}
.thank-page__sum {
    display: flex;
    justify-content: space-between;
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
}
.thank-page__sum span:nth-child(2) {
    font-weight: 500;
}
.thank-page-b__title {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}
.thank-page-b__desc {
    color: #000000;
    font-size: 14px;
    margin-top: 12px;
    line-height: 1.2;
    margin-bottom: 14px;
}
.thank-page__btn {
    margin-top: 30px;
}
.thank-page__btn a {
    width: 100%;
   justify-content: center;
}
.thank-page__check {
    z-index: -1;
    top: 41%;
    position: absolute;
    right: -90px;
    background: #DCDFEA;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 8px 16px 20px 0px #1E2C6314;
}
.thank-page__bird {
    position: absolute;
    right: -200px;
    top: 28%;
}
.thank-page__bird img {
    width: 172px;
    height: 172px;
    object-fit: cover;
}
.cart-empty {
    padding: 100px 0 110px;
}
.cart-empty__image {
    display: flex;
    justify-content: center;
}
.cart-empty__image img {
    height: 240px;
}
.cart-empty__title {
    margin-top: 5px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    padding: 0 20px;
}
.cart-empty-line {
    margin: 26px 0 20px;
    height: 1px;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 50%, rgba(217, 217, 217, 0) 100%);
}