.isIE .section-checkout .cart-part table tr {
    display: table-row!important
}

.isIE .section-checkout .cart-part table {
    border: none
}

.isIE .order-total th,
.isIE .section-checkout .cart-part .woocommerce table.shop_table tbody th,
.isIE .section-checkout .cart-part .woocommerce table.shop_table tfoot td,
.isIE .section-checkout .cart-part .woocommerce table.shop_table tfoot th {
    border-top: none!important
}

.isIE .woocommerce-form-coupon-toggle .woocommerce-error::before,
.isIE .woocommerce-form-coupon-toggle .woocommerce-info::before,
.isIE .woocommerce-form-coupon-toggle .woocommerce-message::before {
    content: none!important
}

.isIE .section-checkout .woocommerce-info {
    background: #fff!important
}

.isIE .section-checkout .woocommerce-info a {
    color: #597ee4
}

.isIE .section-checkout .woocommerce-info a:hover {
    color: #324fa0
}

.woocommerce-order-received .section-checkout h1 {
    display: none
}

body {
    color: #000
}

.section-checkout {
    --checkout-gap-lg: 24px;
    --checkout-gap-md: 18px;
    --checkout-gap-sm: 14px;
    --checkout-stack-after-form: clamp(18px, 3.5vw, 24px)
}

@media (max-width:991px) {
    .section-checkout {
        --checkout-gap-lg: 20px;
        --checkout-gap-md: 16px;
        --checkout-gap-sm: 12px
    }
}

@media (max-width:767px) {
    .section-checkout {
        --checkout-gap-lg: 18px;
        --checkout-gap-md: 14px;
        --checkout-gap-sm: 10px;
        --checkout-stack-after-form: clamp(16px, 3vw, 20px)
    }
}

.section-checkout h3 {
    padding-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000
}

@media screen and (max-width:767px) {
    .section-checkout h3 {
        font-size: 18px;
        line-height: 26px
    }
}

.section-checkout h3#ship-to-different-address {
    padding-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
}

.section-checkout #customer_details .billing-wrapper h3,
.section-checkout #customer_details .spasilen-checkout-shipping-choice-title,
.section-checkout #customer_details .woocommerce-billing-fields>h3,
.section-checkout .cart-part__caption>span,
.section-checkout .checkout-part .checkout-part__block-caption {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000
}

@media screen and (max-width:767px) {

    .section-checkout #customer_details .billing-wrapper h3,
    .section-checkout #customer_details .spasilen-checkout-shipping-choice-title,
    .section-checkout #customer_details .woocommerce-billing-fields>h3,
    .section-checkout .cart-part__caption>span,
    .section-checkout .checkout-part .checkout-part__block-caption {
        font-size: 18px;
        line-height: 26px
    }
}

.section-checkout input[type=email]::-webkit-search-cancel-button,
.section-checkout input[type=email]::-webkit-search-decoration,
.section-checkout input[type=search]::-webkit-search-decoration,
.section-checkout input[type=tel]::-webkit-search-cancel-button,
.section-checkout input[type=tel]::-webkit-search-decoration,
.section-checkout input[type=text]::-webkit-search-cancel-button,
.section-checkout input[type=text]::-webkit-search-decoration,
.section-checkout input[type=url]::-webkit-search-cancel-button,
.section-checkout input[type=url]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

.section-checkout input[type=email]::-ms-clear,
.section-checkout input[type=email]::-ms-reveal,
.section-checkout input[type=search]::-ms-clear,
.section-checkout input[type=search]::-ms-reveal,
.section-checkout input[type=tel]::-ms-clear,
.section-checkout input[type=tel]::-ms-reveal,
.section-checkout input[type=text]::-ms-clear,
.section-checkout input[type=text]::-ms-reveal,
.section-checkout input[type=url]::-ms-clear,
.section-checkout input[type=url]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

.section-checkout input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none
}

.section-checkout input[type=email]::-webkit-contacts-auto-fill-button,
.section-checkout input[type=tel]::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    width: 0;
    height: 0;
    margin: 0;
    pointer-events: none
}

.section-checkout .checkout-title {
    padding-bottom: 44px;
    margin: initial;
    font-size: 44px;
    line-height: 150%;
    font-weight: 700;
    color: #324fa0
}

.section-checkout .checkout-part .woocommerce-info {
    display: block;
    padding: 15px 5px;
    text-align: center;
    background: #ebedf5;
    border-radius: 124px;
    border: none;
    margin: 0 0 15px
}

.section-checkout .checkout-part .woocommerce-info::before {
    content: initial
}

.section-checkout .checkout-part .woocommerce-message {
    border-top: none;
    background: initial
}

.section-checkout .checkout-part .woocommerce-message::before {
    color: #324fa0;
    top: .9em
}

.section-checkout .checkout-part .woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 8px 5px;
    font-size: 18px
}

.section-checkout .checkout-part .woocommerce-form-coupon-toggle .woocommerce-info a {
    font-size: 18px
}

.section-checkout .checkout-part .spasilen-checkout-coupon {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: left;
    padding: 16px 0;
    margin: 0;
    border-top: 1px solid rgba(50, 79, 160, .4);
    border-bottom: 1px solid rgba(50, 79, 160, .4)
}

.section-checkout .checkout-part .spasilen-checkout-coupon .checkout_coupon__fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 8px;
    width: 100%
}

.section-checkout .checkout-part .spasilen-checkout-coupon .form-row {
    margin: 0;
    padding: 0;
    float: none;
    width: auto;
    display: block;
    box-sizing: content-box
}

.section-checkout .checkout-part .spasilen-checkout-coupon .form-row-first {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 140px;
    flex: 1 1 140px;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-self: center;
    align-self: center
}

.section-checkout .checkout-part .spasilen-checkout-coupon .form-row-first input.input-text {
    width: 100%;
    box-sizing: border-box;
    display: block;
    min-height: 54px;
    height: 54px;
    padding: 0 20px;
    margin: 0;
    line-height: 1.25;
    border-radius: 8px;
    border-width: 1px
}

.section-checkout .checkout-part .spasilen-checkout-coupon .form-row-first #coupon_code {
    width: 100%;
    box-sizing: content-box
}

.section-checkout .checkout-part .spasilen-checkout-coupon .form-row-last {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-self: center;
    align-self: center
}

.section-checkout .checkout-part .spasilen-checkout-coupon .form-row-last button {
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 54px;
    height: 54px;
    padding: 0 22px;
    margin: 0;
    line-height: 1.2;
    font-size: 16px;
    border-radius: 8px;
    box-shadow: 0 2px 14px rgba(50, 79, 160, 0.22)
}

.section-checkout .checkout-part .spasilen-checkout-coupon .form-row-last button.spasilen-checkout-coupon__apply {
    width: 54px;
    min-width: 54px;
    padding: 0;
    color: #fff
}

.section-checkout .checkout-part .spasilen-checkout-coupon .form-row-last button.spasilen-checkout-coupon__apply svg {
    display: block;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.section-checkout .checkout-part .checkout_coupon:not(.spasilen-checkout-coupon) {
    margin-top: initial;
    padding: 15px 5px;
    text-align: center;
    border: initial;
    border-radius: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 15px
}

.section-checkout .checkout-part .checkout_coupon:not(.spasilen-checkout-coupon) .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: auto;
    float: initial
}

.section-checkout .checkout-part .checkout_coupon:not(.spasilen-checkout-coupon) .form-row input {
    border-radius: 40px
}

.section-checkout .checkout-part .checkout_coupon:not(.spasilen-checkout-coupon) .form-row button {
    font-size: 18px;
    margin: 0;
    border-radius: 40px
}

.section-checkout .checkout-part .checkout_coupon.spasilen-checkout-coupon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0
}

@media screen and (min-width:992px) {
    .section-checkout .checkout-part #customer_details .form-group {
        max-width: 80%
    }
}

.section-checkout .checkout-part textarea {
    min-height: 108px!important;
    padding: 16px 19px
}

.section-checkout .checkout-part input {
    padding: 16px 19px
}

.section-checkout .checkout-part .select2-selection,
.section-checkout .checkout-part input,
.section-checkout .checkout-part select,
.section-checkout .checkout-part textarea {
    min-height: 54px;
    background: #fff;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    outline: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.section-checkout .checkout-part .select2-selection .select2-selection__rendered,
.section-checkout .checkout-part input .select2-selection__rendered,
.section-checkout .checkout-part select .select2-selection__rendered,
.section-checkout .checkout-part textarea .select2-selection__rendered {
    padding: 9px 2px 0 10px!important;
    color: #000
}

.section-checkout .checkout-part .select2-selection .select2-selection__arrow,
.section-checkout .checkout-part input .select2-selection__arrow,
.section-checkout .checkout-part select .select2-selection__arrow,
.section-checkout .checkout-part textarea .select2-selection__arrow {
    top: 9px
}

.section-checkout .checkout-part .select2-selection:active,
.section-checkout .checkout-part .select2-selection:focus,
.section-checkout .checkout-part input:active,
.section-checkout .checkout-part input:focus,
.section-checkout .checkout-part select:active,
.section-checkout .checkout-part select:focus,
.section-checkout .checkout-part textarea:active,
.section-checkout .checkout-part textarea:focus {
    border: 1px solid #324fa0;
    box-shadow: none
}

.section-checkout .checkout-part::-webkit-input-placeholder {
    font-weight: 400
}

.section-checkout .checkout-part::placeholder {
    font-weight: 400
}

.section-checkout .checkout-part:-ms-input-placeholder {
    font-weight: 400
}

.section-checkout .checkout-part::-ms-input-placeholder {
    font-weight: 400
}

.section-checkout .checkout-part .floating::before {
    top: 8px;
    left: 16px;
    font-weight: 500!important;
    font-size: 12px;
    color: #c4c4c4;
    opacity: 1
}

.section-checkout .checkout-part .floating:focus-within::before {
    color: #324fa0
}

.section-checkout .checkout-part .floating input {
    padding: 32px 16px 8px!important
}

.section-checkout .checkout-part .floating textarea {
    padding-top: 30px;
    padding-left: 16px
}

.section-checkout .checkout-part .checkout-part__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 32px
}

@media screen and (max-width:991px) {
    .section-checkout .checkout-part .checkout-part__block {
        padding-bottom: var(--checkout-gap-lg)
    }
}

@media screen and (min-width:992px) {
    .section-checkout .checkout-part .checkout-part__block {
        -webkit-align-self: flex-start;
        align-self: flex-start;
        position: -webkit-sticky;
        position: sticky;
        top: 95px;
        z-index: 10
    }

    body.admin-bar .section-checkout .checkout-part .checkout-part__block {
        top: 127px
    }
}

.section-checkout .checkout-part .checkout-part__block-caption {
    padding-bottom: 12px
}

@media screen and (min-width:1199px) {
    .section-checkout .checkout-part .checkout-part__block input {
        max-width: 80%
    }
}

.section-checkout .checkout-part .checkout-radio-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch
}

.section-checkout .checkout-part .checkout-radio-list .radio-label--active {
    border: 2px solid #324fa0;
    padding: 15px
}

.section-checkout .checkout-part .checkout-radio-list input {
    min-height: initial
}

.section-checkout .checkout-part .checkout-radio-list label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-basis: -webkit-calc(33.3333% - 15px);
    flex-basis: calc(33.3333% - 15px);
    width: -webkit-calc(33.33333% - 15px);
    width: calc(33.33333% - 15px);
    margin-right: 15px;
    position: relative;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    overflow: auto;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.section-checkout .checkout-part .checkout-radio-list label span {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    color: #000
}

.section-checkout .checkout-part .checkout-radio-list label .checkout-radio-list__note {
    padding-top: 8px;
    font-size: 13px;
    line-height: 130%;
    font-weight: 400;
    color: #c4c4c4
}

.section-checkout .checkout-part .checkout-radio-list label:hover {
    border: 2px solid #324fa0;
    padding: 15px
}

.section-checkout .checkout-part .checkout-radio-list label:last-child {
    margin-right: initial
}

@media screen and (max-width:991px) {
    .section-checkout .checkout-part .checkout-radio-list label {
        -webkit-flex-basis: -webkit-calc(50% - 15px);
        flex-basis: calc(50% - 15px);
        width: -webkit-calc(50% - 15px);
        width: calc(50% - 15px)
    }
}

.section-checkout .checkout-part .checkout-radio-list label input {
    position: absolute;
    top: -20px
}

.section-checkout .checkout-part .to-pay {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin: 16px 0;
    font-size: 18px
}

.section-checkout .checkout-part .to-pay:hover {
    color: #fff
}

.section-checkout .checkout-part .terms-to-use {
    font-size: 12px;
    line-height: 130%;
    color: #000
}

.section-checkout .checkout-part .terms-to-use a {
    color: #597ee4;
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s
}

.section-checkout .checkout-part .terms-to-use a:hover {
    color: #324fa0
}

@media (min-width:992px) {
    .section-checkout .checkout-part {
        padding-right: clamp(28px, 4vw, 56px)
    }
}

.section-checkout .checkout-part form.woocommerce-checkout > .row > .col-lg-8 {
    padding-bottom: 0
}

@media (min-width:992px) {
    .section-checkout .checkout-part form.woocommerce-checkout > .row > .col-lg-8 {
        padding-right: clamp(24px, 4.5vw, 52px)
    }
}

@media (max-width:991px) {
    .section-checkout .checkout-part form.woocommerce-checkout > .row > .col-lg-8 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2;
        margin-top: var(--checkout-stack-after-form)
    }
    .section-checkout .checkout-part form.woocommerce-checkout > .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .section-checkout .checkout-part form.woocommerce-checkout > .row > .checkout-part__block.col-lg-4 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
        margin-top: 0
    }
}

.section-checkout .cart-part {
    --order-space-x: 0px;
    --order-caption-gap: 24px;
    --order-caption-link-offset: 3px;
    --order-item-gap-x: 16px;
    --order-item-gap-y: 10px;
    --order-item-pad-y: 20px;
    --order-item-thumb: 72px;
    --order-item-meta-gap: 12px;
    --order-summary-row-gap: 16px;
    --order-includes-tax-gap: 6px;
    position: relative;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

.section-checkout .cart-part .sticky-top {
    z-index: initial;
    top: 95px
}

.section-checkout .cart-part__caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 12px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 20px
}

.section-checkout .cart-part__caption span {
    padding-right: var(--order-caption-gap)
}

.section-checkout .cart-part__caption a {
    text-align: right;
    padding-bottom: var(--order-caption-link-offset);
    font-size: 14px;
    line-height: 36px;
    vertical-align: bottom;
    color: #597ee4;
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s
}

.section-checkout .cart-part__caption a:hover {
    color: #324fa0
}

.section-checkout .cart-part .woocommerce-cart-form__cart-item {
    margin: 0;
    border-bottom: 1px solid rgba(50, 79, 160, .4)
}

.section-checkout .cart-part .woocommerce-cart-form__cart-item:has(+ .cart_totals) {
    border-bottom: none
}

.section-checkout .cart-part .woocommerce-cart-form__cart-item .row {
    display: grid;
    grid-template-columns: var(--order-item-thumb) minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: start;
    margin-left: 0;
    margin-right: 0;
    column-gap: var(--order-item-gap-x);
    row-gap: var(--order-item-gap-y);
    padding: var(--order-item-pad-y) 0
}

.section-checkout .cart-part .woocommerce-cart-form__cart-item .product-thumbnail {
    grid-column: 1;
    grid-row: 1/3;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.section-checkout .cart-part .woocommerce-cart-form__cart-item .product-thumbnail img {
    width: var(--order-item-thumb);
    height: var(--order-item-thumb);
    object-fit: cover;
    border-radius: 4px
}

.section-checkout .cart-part .woocommerce-cart-form__cart-item .product-name {
    grid-column: 2;
    grid-row: 1;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
    color: #000;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word
}

.section-checkout .cart-part .woocommerce-cart-form__cart-item .product-name a {
    color: #597ee4;
    -webkit-transition: .3s;
    transition: .3s
}

.section-checkout .cart-part .woocommerce-cart-form__cart-item .product-name a:hover {
    color: #324fa0
}

.section-checkout .cart-part .woocommerce-cart-form__cart-item .product-name .variation,
.section-checkout .cart-part .woocommerce-cart-form__cart-item .product-name .wc-item-meta {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.3;
    color: rgba(0, 0, 0, .65)
}

.section-checkout .cart-part .woocommerce-cart-form__cart-item .product-meta {
    grid-column: 2;
    grid-row: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    gap: var(--order-item-meta-gap);
    min-width: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-checkout .cart-part .woocommerce-cart-form__cart-item .product-price,
.section-checkout .cart-part .woocommerce-cart-form__cart-item .product-quantity,
.section-checkout .cart-part .woocommerce-cart-form__cart-item .product-subtotal {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 13px;
    line-height: 1.25;
    color: rgba(0, 0, 0, .65);
    white-space: normal
}

.section-checkout .cart-part .woocommerce-cart-form__cart-item .product-price {
    font-weight: 500
}

.section-checkout .cart-part .woocommerce-cart-form__cart-item .product-quantity {
    color: rgba(50, 79, 160, .55)
}

.section-checkout .cart-part .woocommerce-cart-form__cart-item .product-quantity .product-quantity {
    font-weight: 500
}

@media screen and (max-width:767px) {
    .section-checkout .checkout-title {
        font-size: 24px;
        padding-bottom: 24px
    }
    .section-checkout .checkout-part .checkout-radio-list label span {
        font-size: 16px;
        word-break: break-word
    }
    .section-checkout .checkout-part {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }
    .section-checkout .cart-part .sticky-top {
        top: 55px
    }
    .section-checkout .cart-part__caption span {
        padding-right: 16px
    }
    .section-checkout .cart-part__caption a {
        font-size: 14px
    }
    .section-checkout .cart-part .woocommerce-cart-form__cart-item .product-name {
        font-size: 15px
    }
}

.section-checkout .cart-part .woocommerce-cart-form__cart-item .product-subtotal {
    grid-column: auto;
    grid-row: auto;
    margin-left: auto;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    color: #000
}

@media screen and (max-width:991px) {
    .section-checkout .cart-part {
        --order-item-thumb: 64px;
        --order-item-gap-x: 12px;
        --order-item-pad-y: 18px
    }
    .section-checkout .cart-part .woocommerce-cart-form__cart-item .row {
        grid-template-columns: var(--order-item-thumb) minmax(0, 1fr)
    }
}

@media screen and (max-width:767px) {
    .section-checkout .cart-part {
        --order-item-thumb: 56px;
        --order-item-gap-y: 6px;
        --order-item-pad-y: 14px
    }
    .section-checkout .cart-part .woocommerce-cart-form__cart-item .row {
        grid-template-columns: var(--order-item-thumb) minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: var(--order-item-gap-x);
        row-gap: var(--order-item-gap-y);
        padding: var(--order-item-pad-y) 0
    }
    .section-checkout .cart-part .woocommerce-cart-form__cart-item .product-thumbnail {
        grid-row: 1/3
    }
    .section-checkout .cart-part .woocommerce-cart-form__cart-item .product-name {
        grid-row: 1
    }
    .section-checkout .cart-part .woocommerce-cart-form__cart-item .product-price {
        font-size: 12px
    }
    .section-checkout .cart-part .woocommerce-cart-form__cart-item .product-quantity {
        font-size: 12px
    }
    .section-checkout .cart-part .woocommerce-cart-form__cart-item .product-subtotal {
        font-size: 14px
    }
}

.section-checkout .cart-part table {
    margin-bottom: initial;
    border: initial
}

.section-checkout .cart-part table th {
    width: auto;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500!important
}

.section-checkout .cart-part table td {
    width: auto;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500
}

.section-checkout .cart-part table tr {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: var(--order-summary-row-gap)
}

.section-checkout .cart-part table td,
.section-checkout .cart-part table th {
    border-top: initial!important;
    text-align: right
}

.section-checkout .cart-part table .cart-subtotal td,
.section-checkout .cart-part table .cart-subtotal th {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 500!important
}

.section-checkout .cart-part table .cart-discount td,
.section-checkout .cart-part table .cart-discount th,
.section-checkout .cart-part table .fee td,
.section-checkout .cart-part table .fee th,
.section-checkout .cart-part table .shipping td,
.section-checkout .cart-part table .shipping th {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500!important
}

.section-checkout .cart-part table .cart-discount td .woocommerce-Price-amount {
    line-height: 20px
}

.section-checkout .cart-part table .cart-discount td .woocommerce-remove-coupon {
    margin-left: 8px;
    color: #324fa0;
    font-size: inherit;
    line-height: 20px;
    font-weight: inherit;
    text-decoration: underline
}

.section-checkout .cart-part table .order-total td,
.section-checkout .cart-part table .order-total th {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700!important
}

.section-checkout .cart-part table .order-total th {
    text-align: left!important;
    max-width: 58%;
    padding-left: 0;
    padding-right: 0
}

.section-checkout .cart-part table .order-total td {
    text-align: right!important;
    padding-left: 0;
    padding-right: 0
}

.section-checkout .cart-part table .includes_tax {
    display: block;
    margin-top: var(--order-includes-tax-gap);
    font-size: 12px;
    line-height: 1.35;
    font-style: normal;
    color: rgba(0, 0, 0, .8)
}

.section-checkout .cart-part table .order-total td .woocommerce-Price-amount bdi {
    font-size: 16px
}

@media (max-width:991px) {
    .section-checkout .cart-part table .order-total td,
    .section-checkout .cart-part table .order-total th {
        font-size: 16px
    }
}

@media (max-width:768px) {
    .section-checkout .cart-part table td::before {
        content: ''!important
    }
    .section-checkout .cart-part table td,
    .section-checkout .cart-part table th {
        background-color: initial!important;
        display: block!important
    }
}

@media (max-width:767px) {
    .section-checkout .cart-part {
        --order-space-x: 0px;
        --order-caption-gap: 16px;
        --order-includes-tax-gap: 4px
    }
    .section-checkout .cart-part table .cart-subtotal td,
    .section-checkout .cart-part table .cart-subtotal th {
        font-size: 15px
    }
    .section-checkout .cart-part table .order-total td,
    .section-checkout .cart-part table .order-total th {
        font-size: 16px;
        line-height: 20px
    }
    .section-checkout .cart-part table .includes_tax {
        font-size: 12px
    }
}

.section-checkout #spasilen-checkout-review-order-table ul#shipping_method,
.section-checkout #spasilen-checkout-review-order-table .woocommerce-shipping-totals.shipping,
.section-checkout #spasilen-checkout-review-order-table .spasilen-checkout-shipping-methods,
.section-checkout #spasilen-checkout-review-order-table h3.spasilen-checkout-shipping-choice-title,
.section-checkout #spasilen-checkout-review-order-table .checkout-part__block-caption,
.section-checkout #spasilen-checkout-review-order-table #payment,
.section-checkout #spasilen-checkout-review-order-table .woocommerce-checkout-payment,
.section-checkout #spasilen-checkout-review-order-table .form-row.place-order,
.section-checkout #spasilen-checkout-review-order-table #place_order {
    display: none !important
}

.section-checkout #spasilen-checkout-review-order-table .blockUI.blockOverlay {
    z-index: 10050 !important
}

.section-checkout #spasilen-checkout-review-order-table .blockUI.blockMsg {
    z-index: 10060 !important
}

.section-checkout #order_review .form-row.place-order,
.section-checkout #order_review button[name="woocommerce_checkout_place_order"],
.section-checkout #order_review input[name="woocommerce_checkout_place_order"],
.section-checkout #order_review #place_order {
    display: none !important
}

.section-checkout .woocommerce-checkout #payment,
.section-checkout #spasilen-checkout-shipping-methods {
    padding-bottom: 0;
    background: 0 0;
    border-radius: 0
}

.section-checkout .woocommerce-checkout .woocommerce-checkout-review-order {
    padding-bottom: 0;
    background: 0 0;
    border-radius: 0
}

.section-checkout .woocommerce-checkout #payment ul.checkout-method-options,
.section-checkout #spasilen-checkout-shipping-methods ul.checkout-method-options {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-bottom: none
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0
}

.section-checkout .woocommerce-checkout #payment ul.payment_methods.checkout-method-options,
.section-checkout #spasilen-checkout-shipping-methods ul.payment_methods.checkout-method-options {
    margin-left: -8px;
    margin-right: -8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch
}

.section-checkout .woocommerce-checkout #payment ul.payment_methods.checkout-method-options li,
.section-checkout #spasilen-checkout-shipping-methods ul.payment_methods.checkout-method-options li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    min-width: 0;
    position: relative;
    list-style: none
}

.section-checkout .woocommerce-checkout #payment ul.payment_methods.checkout-method-options li input,
.section-checkout #spasilen-checkout-shipping-methods ul.payment_methods.checkout-method-options li input {
    position: absolute;
    left: -20px;
    visibility: hidden;
    opacity: 0
}

.section-checkout .woocommerce-checkout #payment ul.payment_methods.checkout-method-options li label.checkout-method-option,
.section-checkout #spasilen-checkout-shipping-methods ul.payment_methods.checkout-method-options li label.checkout-method-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: 100%;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
    padding: 14px 44px 14px 16px;
    border-radius: 10px;
    border: 1px solid rgba(50,79,160,.22);
    background: linear-gradient(180deg,#fafbfd 0,#f4f6fb 100%);
    box-shadow: 0 1px 2px rgba(22,36,74,.06);
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: border-color .3s ease,box-shadow .3s ease,background .3s ease;
    transition: border-color .3s ease,box-shadow .3s ease,background .3s ease
}

.section-checkout .woocommerce-checkout #payment ul.payment_methods.checkout-method-options li label.checkout-method-option .checkout-method-option__title,
.section-checkout #spasilen-checkout-shipping-methods ul.payment_methods.checkout-method-options li label.checkout-method-option .checkout-method-option__title {
    display: block;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    color: #000
}

.section-checkout .woocommerce-checkout #payment ul.payment_methods.checkout-method-options li label.checkout-method-option .checkout-method-option__note,
.section-checkout .woocommerce-checkout #payment ul.payment_methods.checkout-method-options li label.checkout-method-option p.checkout-method-option__note,
.section-checkout #spasilen-checkout-shipping-methods ul.payment_methods.checkout-method-options li label.checkout-method-option .checkout-method-option__note,
.section-checkout #spasilen-checkout-shipping-methods ul.payment_methods.checkout-method-options li label.checkout-method-option p.checkout-method-option__note {
    font-size: 13px;
    line-height: 1.42;
    font-weight: 400;
    color: rgba(0,0,0,.72);
    margin-bottom: 0;
    margin-top: 8px
}

@media screen and (max-width:767px) {
    .section-checkout .woocommerce-checkout #payment ul.payment_methods.checkout-method-options li label.checkout-method-option,
    .section-checkout #spasilen-checkout-shipping-methods ul.payment_methods.checkout-method-options li label.checkout-method-option {
        word-break: break-word
    }
    .section-checkout .woocommerce-checkout #payment ul.payment_methods.checkout-method-options li label.checkout-method-option .checkout-method-option__title,
    .section-checkout #spasilen-checkout-shipping-methods ul.payment_methods.checkout-method-options li label.checkout-method-option .checkout-method-option__title {
        font-size: 16px
    }
}

.section-checkout .woocommerce-checkout #payment ul.payment_methods.checkout-method-options li label.checkout-method-option .payment_box,
.section-checkout #spasilen-checkout-shipping-methods ul.payment_methods.checkout-method-options li label.checkout-method-option .payment_box {
    font-size: 13px;
    line-height: 1.42;
    font-weight: 400;
    color: rgba(0,0,0,.65);
    padding: 10px 0 0;
    margin: 10px 0 0;
    border-radius: 0;
    border-top: 1px dashed rgba(50,79,160,.18);
    background-color: transparent;
    display: block!important;
    visibility: visible!important;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0
}

.section-checkout .woocommerce-checkout #payment ul.payment_methods.checkout-method-options li label.checkout-method-option .payment_box:before,
.section-checkout #spasilen-checkout-shipping-methods ul.payment_methods.checkout-method-options li label.checkout-method-option .payment_box:before {
    display: none
}

.section-checkout .woocommerce-checkout #payment ul.payment_methods.checkout-method-options li label.checkout-method-option:hover,
.section-checkout #spasilen-checkout-shipping-methods ul.payment_methods.checkout-method-options li label.checkout-method-option:hover {
    border-color: rgba(50,79,160,.45);
    background: #f7f9ff
}

.section-checkout .woocommerce-checkout #payment ul.payment_methods.checkout-method-options li input.input-radio:checked+label.checkout-method-option,
.section-checkout #spasilen-checkout-shipping-methods ul.payment_methods.checkout-method-options li input.input-radio:checked+label.checkout-method-option {
    border-width: 2px;
    border-color: #324fa0;
    background: linear-gradient(180deg,#eef2ff 0,#fff 55%);
    box-shadow: 0 0 0 3px rgba(50,79,160,.1),0 2px 8px rgba(50,79,160,.08);
    padding: 13px 43px 13px 15px
}

.section-checkout .woocommerce-checkout #payment ul.payment_methods.checkout-method-options li input.input-radio:checked+label.checkout-method-option:after,
.section-checkout #spasilen-checkout-shipping-methods ul.payment_methods.checkout-method-options li input.input-radio:checked+label.checkout-method-option:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(50,79,160,.12) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23324fa0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 15px 15px no-repeat;
    pointer-events: none
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li {
    -webkit-box-flex: 5;
    -webkit-flex-grow: 5;
    flex-grow: 5;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333%;
    flex-basis: 33.3333%;
    position: relative;
    list-style: none;
    margin: 0 0 12px;
    border: 1px solid rgba(50,79,160,.22);
    border-radius: 10px;
    background: linear-gradient(180deg,#fafbfd 0,#f4f6fb 100%);
    box-shadow: 0 1px 2px rgba(22,36,74,.06);
    overflow: hidden;
    -webkit-transition: border-color .3s ease,box-shadow .3s ease,background .3s ease;
    transition: border-color .3s ease,box-shadow .3s ease,background .3s ease
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li:last-child,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li:last-child {
    margin-bottom: 0
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li input,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li input {
    position: absolute;
    left: -20px;
    visibility: hidden;
    opacity: 0
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin: 0;
    padding: 14px 44px 14px 16px;
    position: relative;
    border: none;
    border-radius: 0;
    background: 0 0;
    box-shadow: none;
    cursor: pointer
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__title,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__title {
    display: block;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    color: #000
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__title--shipping,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__title--shipping {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    gap: 14px;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__shipping-head,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__shipping-head {
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 10px 18px
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__shipping-name,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__shipping-name {
    -webkit-box-flex: 1;
    flex: 1 1 200px;
    min-width: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    color: #000
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__shipping-price,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__shipping-price {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #324fa0;
    text-align: right
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__shipping-price .woocommerce-Price-amount,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__shipping-price .woocommerce-Price-amount {
    font-weight: 700
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__shipping-price .tax_label,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__shipping-price .tax_label {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    font-weight: 500;
    color: rgba(0,0,0,.55)
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__shipping-term,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__shipping-term {
    display: block;
    margin: 0;
    font-size: 13px;
    line-height: 1.42;
    font-weight: 400;
    color: rgba(0,0,0,.72)
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper {
    margin: 0
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper .fivepost-button-map,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper button.fivepost-button-map,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper .fivepost-button-map,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper button.fivepost-button-map {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    min-height: 46px;
    padding: 12px 22px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    background: linear-gradient(90deg,#324fa0 0,#597ee4 100%);
    box-shadow: 0 2px 8px rgba(50,79,160,.22);
    cursor: pointer;
    -webkit-transition: transform .3s ease,box-shadow .3s ease,filter .3s ease;
    transition: transform .3s ease,box-shadow .3s ease,filter .3s ease
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper .fivepost-button-map:focus,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper .fivepost-button-map:hover,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper button.fivepost-button-map:focus,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper button.fivepost-button-map:hover,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper .fivepost-button-map:focus,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper .fivepost-button-map:hover,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper button.fivepost-button-map:focus,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper button.fivepost-button-map:hover {
    filter: brightness(1.05);
    box-shadow: 0 4px 14px rgba(50,79,160,.28)
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper .fivepost-button-map:focus,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper button.fivepost-button-map:focus,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper .fivepost-button-map:focus,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper button.fivepost-button-map:focus {
    outline: 2px solid rgba(50,79,160,.35);
    outline-offset: 2px
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__note,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option p.checkout-method-option__note,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__note,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option p.checkout-method-option__note {
    font-size: 13px;
    line-height: 1.42;
    font-weight: 400;
    color: rgba(0,0,0,.72);
    margin-bottom: 0;
    margin-top: 8px
}

@media screen and (max-width:767px) {
    .section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option,
    .section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option {
        word-break: break-word
    }
    .section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__title,
    .section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__title {
        font-size: 16px
    }
    .section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__shipping-name,
    .section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__shipping-name {
        font-size: 15px
    }
    .section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__shipping-price,
    .section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .checkout-method-option__shipping-price {
        font-size: 15px;
        text-align: left;
        width: 100%
    }
    .section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper .fivepost-button-map,
    .section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper button.fivepost-button-map,
    .section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper .fivepost-button-map,
    .section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li label.checkout-method-option .post5-map-btn-wrapper button.fivepost-button-map {
        max-width: none
    }
    .section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li button.wc-edostavka-choose-delivery-point,
    .section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-yandex-choose-pickup-point,
    .section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li button.wc-yandex-choose-pickup-point,
    .section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li button.wc-edostavka-choose-delivery-point,
    .section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-yandex-choose-pickup-point,
    .section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li button.wc-yandex-choose-pickup-point {
        max-width: none
    }
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li>label~p.form-row:has(input[type=hidden]),
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li>label~p.form-row:has(input[type=hidden]) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li>label~*:not(p.form-row:has(input[type=hidden])),
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li>label~*:not(p.form-row:has(input[type=hidden])) {
    margin: 0;
    padding: 12px 16px 16px;
    border-top: 1px dashed rgba(50,79,160,.15)
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-edostavka-method-additional-info,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-edostavka-method-additional-info,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info {
    font-size: 13px;
    line-height: 1.42;
    font-weight: 400;
    color: rgba(0,0,0,.72)
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-edostavka-method-additional-info p,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-edostavka-method-additional-info .wc-edostavka-method-delivery-time,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-edostavka-method-additional-info .wc-edostavka-method-description,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info p,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info .wc-yandex-delivery-method-description,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info .wc-yandex-delivery-method-pricing-commission,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info .wc-yandex-delivery-chosen-address,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-edostavka-method-additional-info p,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-edostavka-method-additional-info .wc-edostavka-method-delivery-time,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-edostavka-method-additional-info .wc-edostavka-method-description,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info p,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info .wc-yandex-delivery-method-description,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info .wc-yandex-delivery-method-pricing-commission,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info .wc-yandex-delivery-chosen-address {
    margin: 0 0 10px;
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-edostavka-method-additional-info p:last-child,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info p:last-child,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-edostavka-method-additional-info p:last-child,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info p:last-child {
    margin-bottom: 0
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info .wc-yandex-delivery-chosen-address strong,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info .wc-yandex-delivery-chosen-address strong {
    font-weight: 600;
    color: rgba(0,0,0,.88)
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-edostavka-method-additional-info .notice,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-edostavka-method-additional-info .woocommerce-error,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-edostavka-method-additional-info .error-message,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info .notice,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info .woocommerce-error,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info .error-message,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-edostavka-method-additional-info .notice,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-edostavka-method-additional-info .woocommerce-error,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-edostavka-method-additional-info .error-message,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info .notice,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info .woocommerce-error,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info .error-message {
    font-size: 12px;
    line-height: 1.4
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-edostavka-method-additional-info select,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-edostavka-method-additional-info .select2-container,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info select,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info .select2-container,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-edostavka-method-additional-info select,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-edostavka-method-additional-info .select2-container,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info select,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-yandex-delivery-method-additional-info .select2-container {
    margin-top: 6px;
    margin-bottom: 6px;
    max-width: 100%
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-edostavka-method-button,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-edostavka-method-button {
    margin: 0
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-edostavka-method-button p,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-edostavka-method-button p {
    margin-bottom: 8px
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li button.wc-edostavka-choose-delivery-point,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-yandex-choose-pickup-point,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li button.wc-yandex-choose-pickup-point,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li button.wc-edostavka-choose-delivery-point,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-yandex-choose-pickup-point,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li button.wc-yandex-choose-pickup-point {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    min-height: 46px;
    padding: 12px 22px;
    border: none !important;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    background: linear-gradient(90deg,#324fa0 0,#597ee4 100%) !important;
    box-shadow: 0 2px 8px rgba(50,79,160,.22);
    cursor: pointer;
    -webkit-transition: transform .3s ease,box-shadow .3s ease,filter .3s ease;
    transition: transform .3s ease,box-shadow .3s ease,filter .3s ease
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li button.wc-edostavka-choose-delivery-point:focus,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li button.wc-edostavka-choose-delivery-point:hover,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-yandex-choose-pickup-point:focus,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-yandex-choose-pickup-point:hover,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li button.wc-yandex-choose-pickup-point:focus,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li button.wc-yandex-choose-pickup-point:hover,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li button.wc-edostavka-choose-delivery-point:focus,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li button.wc-edostavka-choose-delivery-point:hover,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-yandex-choose-pickup-point:focus,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-yandex-choose-pickup-point:hover,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li button.wc-yandex-choose-pickup-point:focus,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li button.wc-yandex-choose-pickup-point:hover {
    filter: brightness(1.05);
    box-shadow: 0 4px 14px rgba(50,79,160,.28)
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li button.wc-edostavka-choose-delivery-point:focus,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li .wc-yandex-choose-pickup-point:focus,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li button.wc-yandex-choose-pickup-point:focus,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li button.wc-edostavka-choose-delivery-point:focus,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li .wc-yandex-choose-pickup-point:focus,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li button.wc-yandex-choose-pickup-point:focus {
    outline: 2px solid rgba(50,79,160,.35);
    outline-offset: 2px
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li:hover,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li:hover {
    border-color: rgba(50,79,160,.45);
    background: #f7f9ff
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li:has(input.shipping_method:checked),
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li:has(input.shipping_method[type=hidden]),
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li:has(input.shipping_method:checked),
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li:has(input.shipping_method[type=hidden]) {
    border-width: 2px;
    border-color: #324fa0;
    background: linear-gradient(180deg,#eef2ff 0,#fff 55%);
    box-shadow: 0 0 0 3px rgba(50,79,160,.1),0 2px 8px rgba(50,79,160,.08)
}

.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li:has(input.shipping_method:checked):after,
.section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li:has(input.shipping_method[type=hidden]):after,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li:has(input.shipping_method:checked):after,
.section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li:has(input.shipping_method[type=hidden]):after {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(50,79,160,.12) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23324fa0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 15px 15px no-repeat;
    pointer-events: none
}

@media screen and (max-width:991px) {
    .section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li,
    .section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li {
        -webkit-flex-basis: 50%;
        flex-basis: 50%
    }
    .section-checkout .woocommerce-checkout #payment ul.payment_methods.checkout-method-options li,
    .section-checkout #spasilen-checkout-shipping-methods ul.payment_methods.checkout-method-options li {
        -webkit-flex-basis: 0;
        flex-basis: 0
    }
}

@media screen and (max-width:365px) {
    .section-checkout .woocommerce-checkout #payment ul#shipping_method.checkout-method-options li,
    .section-checkout #spasilen-checkout-shipping-methods ul#shipping_method.checkout-method-options li {
        -webkit-flex-basis: 100%;
        flex-basis: 100%
    }
    .section-checkout .woocommerce-checkout #payment ul.payment_methods.checkout-method-options li,
    .section-checkout #spasilen-checkout-shipping-methods ul.payment_methods.checkout-method-options li {
        -webkit-flex-basis: 0;
        flex-basis: 0
    }
}

.section-checkout .woocommerce-checkout #payment div.form-row:not(.place-order),
.section-checkout #spasilen-checkout-shipping-methods div.form-row:not(.place-order) {
    padding: 0
}

.section-checkout .woocommerce-checkout #payment .form-row.place-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    gap: 10px;
    margin: 12px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid rgba(50,79,160,.4);
    float: none;
    width: 100%
}

.section-checkout .woocommerce-checkout #payment .form-row.place-order::after,
.section-checkout .woocommerce-checkout #payment .form-row.place-order::before {
    display: none
}

.section-checkout .woocommerce-checkout #payment label.woocommerce-form__label {
    font-size: 14px;
    line-height: 16px
}

.section-checkout .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.48;
    color: #000
}

.section-checkout .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper>p.form-row {
    margin: 0!important;
    padding: 0;
    float: none;
    width: 100%
}

.section-checkout .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 4px 10px;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    min-height: 44px;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.48;
    color: #000
}

.section-checkout .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-form__input-checkbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    min-height: 0!important;
    margin: 3px 0 0!important;
    padding: 0!important;
    border-radius: 4px;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
    cursor: pointer;
    accent-color: #324fa0
}

.section-checkout .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-form__input-checkbox:focus {
    outline: 2px solid rgba(50,79,160,.35);
    outline-offset: 2px
}

.section-checkout .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    color: inherit
}

.section-checkout .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text a {
    color: #324fa0;
    text-decoration: underline;
    -webkit-text-decoration: underline;
    text-underline-offset: 2px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.section-checkout .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text a:hover {
    color: #597ee4
}

.section-checkout .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .required {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    color: #eb5757;
    font-weight: 600;
    font-size: .95em;
    line-height: 1.4
}

.section-checkout .woocommerce-checkout #payment ul.payment_methods + .woocommerce-additional-fields {
    margin-top: var(--checkout-gap-md);
    padding-top: var(--checkout-gap-sm);
    border-top: 1px solid rgba(50, 79, 160, .15)
}

@media screen and (max-width:767px) {
    .section-checkout .woocommerce-checkout #payment .form-row.place-order {
        gap: 10px;
        margin-top: 10px;
        padding-top: 12px
    }
    .section-checkout .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox {
        font-size: 14px;
        line-height: 1.5;
        padding-top: 8px;
        padding-bottom: 8px
    }
}


.section-thank-you {
    --ty-space-xs: clamp(0.5rem, 0.42rem + 0.35vw, 0.625rem);
    --ty-space-sm: clamp(0.75rem, 0.6rem + 0.6vw, 1rem);
    --ty-space-md: clamp(1rem, 0.85rem + 0.6vw, 1.375rem);
    --ty-space-lg: clamp(1.25rem, 1rem + 0.85vw, 1.75rem);
    --ty-space-xl: clamp(1.5rem, 1.2rem + 1vw, 2rem);
    --ty-copy-width: min(42rem, 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    padding-top: clamp(2.5rem, 4vw + 1rem, 5rem);
    padding-left: clamp(0.75rem, 3vw, 1rem);
    padding-right: clamp(0.75rem, 3vw, 1rem)
}

.section-thank-you .thank-you__order-overview {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 900px;
    margin: 0 auto var(--ty-space-lg);
    padding: var(--ty-space-lg) var(--ty-space-md);
    box-sizing: border-box;
    border: 1px solid rgba(50,79,160,.15);
    border-radius: 12px
}

.section-thank-you .thank-you__order-overview.thank-you__order-overview--no-email {
    grid-template-columns: repeat(2,1fr)
}

.section-thank-you .thank-you__order-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: var(--ty-space-md);
    padding-left: var(--ty-space-md);
    padding-right: var(--ty-space-md);
    position: relative
}

.section-thank-you .thank-you__order-col:not(:last-child)::after {
    content: "";
    position: absolute;
    top: var(--ty-space-sm);
    bottom: var(--ty-space-sm);
    right: 0;
    width: 0;
    border-right: 1px dotted rgba(50,79,160,.45);
    pointer-events: none
}

.section-thank-you .thank-you__order-col:last-child::after {
    content: none
}

.section-thank-you .thank-you__order-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: var(--ty-space-xs);
    text-align: left
}

.section-thank-you .thank-you__order-label {
    display: block;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(0,0,0,.55);
    font-weight: 600
}

.section-thank-you .thank-you__order-value {
    display: block;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
    color: #000
}

.section-thank-you .thank-you__order-value .woocommerce-Price-amount {
    font-weight: 700
}

.section-thank-you > img {
    display: block;
    margin: 0 0 var(--ty-space-sm);
    width: clamp(4.25rem, 14vw, 5.5rem);
    height: auto
}

.section-thank-you h2 {
    margin: 0;
    padding: 0;
    margin-block-end: var(--ty-space-lg);
    max-width: var(--ty-copy-width);
    font-size: clamp(1.375rem, 2vw + 0.85rem, 2rem);
    line-height: 1.28;
    font-weight: 700;
    text-align: center;
    color: #324fa0
}

.section-thank-you p {
    max-width: var(--ty-copy-width);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: var(--ty-space-md);
    font-size: clamp(1rem, 0.95rem + 0.2vw, 1.125rem);
    line-height: 1.55;
    text-align: center;
    color: #000
}

.section-thank-you .thank-you__order-overview ~ p:last-of-type {
    margin-bottom: 0;
    font-size: clamp(0.9375rem, 0.9rem + 0.15vw, 1.0625rem);
    color: rgba(0, 0, 0, 0.82)
}

.section-thank-you button {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-width: 200px;
    min-height: 2.75rem;
    margin-top: var(--ty-space-md)!important;
    margin-bottom: var(--ty-space-md)!important;
    margin-left: 0!important;
    margin-right: 0!important;
    padding: 0.8125rem 1.5rem!important;
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.2rem);
    line-height: 1.4;
    text-align: center;
    white-space: pre;
    -webkit-transition: .3s;
    transition: .3s;
    outline: 0;
    width: auto;
    border-radius: 16px!important;
    border: 1px solid #324fa0;
    box-shadow: 0 0 4px rgba(50, 79, 160, .25);
    background: #fff;
    color: #324fa0
}

.section-thank-you button a {
    color: #324fa0!important
}

.section-thank-you button:hover {
    background: #324fa0;
    color: #fff
}

.section-thank-you button:hover a {
    color: #fff!important
}

.section-thank-you .thank-you__social-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: var(--ty-space-xs);
    padding-top: var(--ty-space-lg)
}

.section-thank-you .thank-you__social-row a {
    margin-right: 32px
}

.section-thank-you .thank-you__social-row a span {
    font-size: 18px;
    line-height: 18px;
    color: #324fa0;
    border-bottom: 1px solid #324fa0
}

.section-thank-you .thank-you__social-row a:last-child {
    margin-right: initial
}

.section-thank-you .woocommerce-customer-details,
.section-thank-you .woocommerce-order-details {
    display: none
}

@media screen and (max-width:767px) {
    .section-thank-you button {
        margin-top: var(--ty-space-lg)!important;
        margin-bottom: var(--ty-space-lg)!important;
        min-width: initial;
        width: 100%;
        padding: var(--ty-space-sm) var(--ty-space-md)!important;
        font-size: 1rem;
        line-height: 1.4
    }
    .section-thank-you .thank-you__social-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .section-thank-you .thank-you__social-row a {
        margin-right: initial;
        padding-bottom: 15px
    }
    .section-thank-you .thank-you__order-overview {
        grid-template-columns: 1fr;
        margin-bottom: var(--ty-space-md);
        padding: var(--ty-space-md)
    }
    .section-thank-you .thank-you__order-overview.thank-you__order-overview--no-email {
        grid-template-columns: 1fr
    }
    .section-thank-you .thank-you__order-col:not(:last-child)::after {
        display: none
    }
    .section-thank-you .thank-you__order-col {
        padding-top: var(--ty-space-sm);
        padding-bottom: var(--ty-space-sm);
        padding-left: 0;
        padding-right: 0
    }
    .section-thank-you .thank-you__order-col:not(:last-child) {
        border-bottom: 1px dotted rgba(50,79,160,.45);
        margin-bottom: var(--ty-space-xs);
        padding-bottom: var(--ty-space-md)
    }
    .section-thank-you .thank-you__order-col:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: var(--ty-space-sm)
    }
    .section-thank-you {
        padding: clamp(1.5rem, 4vw, 2rem) clamp(0.75rem, 4vw, 1rem) clamp(2rem, 5vw, 2.5rem)
    }
}

.section-checkout--header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: clamp(1.5rem, 4vw, 2.75rem);
    text-align: left
}

.section-checkout--header-wrapper .checkout-title {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
    text-align: left
}

.section-checkout #customer_details {
    max-width: 770px;
    --cd-field-gap: 20px;
    --cd-section-gap: var(--checkout-gap-lg);
    --cd-title-below: 10px;
    --cd-label-gap: 8px
}

.section-checkout #customer_details > div + div {
    margin-top: var(--cd-section-gap)
}

.section-checkout #customer_details .billing-wrapper h3,
.section-checkout #customer_details .woocommerce-billing-fields > h3 {
    width: 100%;
    margin: 0 0 var(--cd-title-below);
    padding-bottom: 0
}

.section-checkout #customer_details .spasilen-checkout-shipping-choice-title {
    width: 100%;
    margin: 0;
    padding-top: var(--cd-section-gap);
    padding-bottom: var(--cd-field-gap)
}

.section-checkout #customer_details .spasilen-checkout-shipping-methods {
    width: 100%;
    margin-top: var(--cd-field-gap);
    margin-bottom: var(--cd-section-gap)
}

.section-checkout #customer_details .spasilen-checkout-shipping-as-table {
    width: 100%;
    margin: 0;
    border: none;
    background: 0 0
}

.section-checkout #customer_details .spasilen-checkout-shipping-as-table tbody tr.woocommerce-shipping-totals {
    display: block
}

.section-checkout #customer_details .spasilen-checkout-shipping-as-table tbody tr.woocommerce-shipping-totals td,
.section-checkout #customer_details .spasilen-checkout-shipping-as-table tbody tr.woocommerce-shipping-totals th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 0 var(--cd-label-gap) 0;
    border: none
}

.section-checkout #customer_details .spasilen-checkout-shipping-as-table tbody tr.woocommerce-shipping-totals th {
    font-size: 16px;
    font-weight: 500;
    color: #4f4f4f
}

.section-checkout #customer_details .another-address h3 {
    width: 100%;
    margin-bottom: var(--cd-title-below);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000
}

.section-checkout #customer_details .another-address h3 label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0
}

.section-checkout #customer_details .another-address h3 span {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.section-checkout #customer_details .woocommerce-billing-fields__field-wrapper,
.section-checkout #customer_details .woocommerce-shipping-fields__field-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width:991px) {
    .section-checkout #customer_details .woocommerce-billing-fields__field-wrapper.spasilen-checkout-billing-location .form-row-first,
    .section-checkout #customer_details .woocommerce-billing-fields__field-wrapper.spasilen-checkout-billing-location .form-row-last {
        width: 100%!important
    }
}

.section-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row,
.section-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: var(--cd-field-gap)
}

.section-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row:last-child,
.section-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row:last-child {
    margin-bottom: 0
}

.section-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row label,
.section-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: var(--cd-label-gap);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px!important;
    color: #000
}

.section-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row label .optional,
.section-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row label .optional {
    display: none
}

.section-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row input,
.section-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row select,
.section-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row textarea,
.section-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row input,
.section-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row select,
.section-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row textarea {
    padding: 16px 24px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4f4f4f
}

.section-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row input,
.section-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row input {
    height: 56px
}

.section-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row-wide,
.section-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row-wide,
.form-row #billing_address_1_field {
    width: 100%!important
}

.section-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row-first,
.section-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row-last,
.section-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row-first,
.section-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row-last {
    width: -webkit-calc(50% - 10px)!important;
    width: calc(50% - 10px)!important
}

.section-checkout #customer_details .woocommerce-billing-fields__field-wrapper .small-field,
.section-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .small-field {
    width: 100%!important
}

.section-checkout #customer_details .woocommerce-billing-fields__field-wrapper .small-field input,
.section-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .small-field input {
    padding: 16px 10px!important
}

.section-checkout #customer_details .woocommerce-billing-fields__field-wrapper .hide,
.section-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .hide {
    display: none!important
}

.section-checkout #customer_details .woocommerce-billing-fields__field-wrapper .width-all-line,
.section-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .width-all-line {
    max-width: 100%!important
}

.section-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row .suggestions-input input.input-text,
.section-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row .suggestions-input input.input-text {
    padding-right: 44px
}

.section-checkout #customer_details .notes {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.section-checkout #customer_details .notes textarea {
    resize: vertical;
    min-height: 96px;
    padding: 16px 24px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px
}

.section-checkout #customer_details .woocommerce-account-fields {
    margin-top: var(--cd-section-gap)
}

.section-checkout #customer_details .woocommerce-account-fields .create-account {
    display: block
}

.section-checkout #customer_details .woocommerce-account-fields .create-account span {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.section-checkout #customer_details label.woocommerce-form__label:not(.woocommerce-form__label-for-checkbox) {
    font-size: 14px;
    line-height: 16px
}

.section-checkout #customer_details #billing_postcode_field,
.section-checkout #customer_details #shipping_postcode_field,
.section-checkout #customer_details #billing_state_field {
    width: calc(50% - 10px)!important
}

/* .section-checkout #customer_details #billing_address_1_field, */
.section-checkout #customer_details #shipping_address_1_field {
    max-width: 55%
}

.section-checkout #customer_details #billing_appartment_field,
.section-checkout #customer_details #billing_house_field,
.section-checkout #customer_details #billing_housing_field,
.section-checkout #customer_details #shipping_appartment_field,
.section-checkout #customer_details #shipping_house_field,
.section-checkout #customer_details #shipping_housing_field {
    max-width: 13%
}

.section-checkout #customer_details #billing_inn_field,
.section-checkout #customer_details #billing_kpp_field,
.section-checkout #customer_details #billing_legal_address_field {
    display: none!important
}

@media (max-width:1199px) {
    .section-checkout #customer_details #billing_address_1_field,
    .section-checkout #customer_details #shipping_address_1_field {
        max-width: 100%
    }
    .section-checkout #customer_details #billing_appartment_field,
    .section-checkout #customer_details #billing_house_field,
    .section-checkout #customer_details #billing_housing_field,
    .section-checkout #customer_details #shipping_appartment_field,
    .section-checkout #customer_details #shipping_house_field,
    .section-checkout #customer_details #shipping_housing_field {
        max-width: 31%
    }
}

@media (max-width:991px) {
    .section-checkout #customer_details {
        --cd-field-gap: 18px
    }
    .section-checkout #customer_details #billing_city_field,
    .section-checkout #customer_details #shipping_city_field {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .section-checkout #customer_details {
        width: 100%;
        max-width: 100%;
        --cd-field-gap: 16px;
        --cd-title-below: 8px
    }
    .section-checkout #customer_details .spasilen-checkout-shipping-choice-title {
        padding-top: calc(var(--cd-section-gap) + var(--cd-label-gap));
        padding-bottom: var(--cd-field-gap)
    }
    .section-checkout #customer_details .spasilen-checkout-shipping-methods {
        margin-top: calc(var(--cd-field-gap) + var(--cd-label-gap))
    }
    .section-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row-first,
    .section-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row-last {
        width: 100%!important
    }
    .section-checkout #customer_details .woocommerce-billing-fields__field-wrapper .small-field input {
        padding: 16px 24px!important
    }
    .section-checkout #customer_details #billing_appartment_field,
    .section-checkout #customer_details #billing_city_field,
    .section-checkout #customer_details #billing_country_field,
    .section-checkout #customer_details #billing_house_field,
    .section-checkout #customer_details #billing_housing_field,
    .section-checkout #customer_details #billing_postcode_field,
    .section-checkout #customer_details #billing_state_field,
    .section-checkout #customer_details #shipping_appartment_field,
    .section-checkout #customer_details #shipping_city_field,
    .section-checkout #customer_details #shipping_country_field,
    .section-checkout #customer_details #shipping_house_field,
    .section-checkout #customer_details #shipping_housing_field,
    .section-checkout #customer_details #shipping_postcode_field {
        min-width: 100%
    }
}


/* [id^=boxberry_self] {
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#324fa0), color-stop(10%, #324fa0), to(#78aafc));
    background-image: linear-gradient(to right, #324fa0 0, #324fa0 10%, #78aafc 100%);
    color: #fff!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 12px 16px;
    border: none;
    font-size: 21px;
    line-height: 150%;
    text-align: center;
    white-space: normal;
    -webkit-transition: .3s;
    transition: .3s;
    outline: 0;
    border-radius: 180px;
    margin-left: -4px;
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    margin-top: 15px
}

[id^=boxberry_self]:hover {
    color: #fff;
    background-image: -webkit-gradient(linear, right top, left top, from(#597ee4), color-stop(10%, #597ee4), to(#597ee4));
    background-image: linear-gradient(to left, #597ee4 0, #597ee4 10%, #597ee4 100%)
} */

#postamat-data span,
#pickup-data span {
    display: block;
    background: #ebedf5;
    border-radius: 8px;
    border: none;
    margin: 0 0 24px;
    padding: 16px;
}

.od-map-btn-wrapper {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 24px;
}

.form-row.hidden {
    display: none!important;
}