@import '_content/BlazorDatasheet/BlazorDatasheet.mc8bpu7icg.bundle.scp.css';

/* _content/bits.Store.Main/Cart/Default.razor.rz.scp.css */
/*#sp-header {
    height: 120px;
    background: red;
}*/
/* _content/bits.Store.Main/Comingsoon/MainComingsoon.razor.rz.scp.css */
.outer[b-d4w0ihqg37] {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    position: absolute;
    z-index: 9999999999;
}
.boxes[b-d4w0ihqg37] {
    --size: 32px;
    --duration: 800ms;
    height: calc(var(--size) * 2);
    width: calc(var(--size) * 3);
    position: relative;
    transform-style: preserve-3d;
    transform-origin: 50% 50%;
    margin-top: calc(var(--size) * 1.5 * -1);
    transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
}

    .boxes .box[b-d4w0ihqg37] {
        width: var(--size);
        height: var(--size);
        top: 0;
        left: 0;
        position: absolute;
        transform-style: preserve-3d;
    }

        .boxes .box:nth-child(1)[b-d4w0ihqg37] {
            transform: translate(100%, 0);
            -webkit-animation: box1 var(--duration) linear infinite;
            animation: box1-b-d4w0ihqg37 var(--duration) linear infinite;
        }

        .boxes .box:nth-child(2)[b-d4w0ihqg37] {
            transform: translate(0, 100%);
            -webkit-animation: box2 var(--duration) linear infinite;
            animation: box2-b-d4w0ihqg37 var(--duration) linear infinite;
        }

        .boxes .box:nth-child(3)[b-d4w0ihqg37] {
            transform: translate(100%, 100%);
            -webkit-animation: box3 var(--duration) linear infinite;
            animation: box3-b-d4w0ihqg37 var(--duration) linear infinite;
        }

        .boxes .box:nth-child(4)[b-d4w0ihqg37] {
            transform: translate(200%, 0);
            -webkit-animation: box4 var(--duration) linear infinite;
            animation: box4-b-d4w0ihqg37 var(--duration) linear infinite;
        }

        .boxes .box > div[b-d4w0ihqg37] {
            --background: #5C8DF6;
            --top: auto;
            --right: auto;
            --bottom: auto;
            --left: auto;
            --translateZ: calc(var(--size) / 2);
            --rotateY: 0deg;
            --rotateX: 0deg;
            position: absolute;
            width: 100%;
            height: 100%;
            background: var(--background);
            top: var(--top);
            right: var(--right);
            bottom: var(--bottom);
            left: var(--left);
            transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
        }

            .boxes .box > div:nth-child(1)[b-d4w0ihqg37] {
                --top: 0;
                --left: 0;
            }

            .boxes .box > div:nth-child(2)[b-d4w0ihqg37] {
                --background: #145af2;
                --right: 0;
                --rotateY: 90deg;
            }

            .boxes .box > div:nth-child(3)[b-d4w0ihqg37] {
                --background: #447cf5;
                --rotateX: -90deg;
            }

            .boxes .box > div:nth-child(4)[b-d4w0ihqg37] {
                --background: #DBE3F4;
                --top: 0;
                --left: 0;
                --translateZ: calc(var(--size) * 3 * -1);
            }

@-webkit-keyframes box1 {
    0%, 50% {
        transform: translate(100%, 0);
    }

    100% {
        transform: translate(200%, 0);
    }
}

@keyframes box1-b-d4w0ihqg37 {
    0%, 50% {
        transform: translate(100%, 0);
    }

    100% {
        transform: translate(200%, 0);
    }
}

@-webkit-keyframes box2 {
    0% {
        transform: translate(0, 100%);
    }

    50% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(100%, 0);
    }
}

@keyframes box2-b-d4w0ihqg37 {
    0% {
        transform: translate(0, 100%);
    }

    50% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(100%, 0);
    }
}

@-webkit-keyframes box3 {
    0%, 50% {
        transform: translate(100%, 100%);
    }

    100% {
        transform: translate(0, 100%);
    }
}

@keyframes box3-b-d4w0ihqg37 {
    0%, 50% {
        transform: translate(100%, 100%);
    }

    100% {
        transform: translate(0, 100%);
    }
}

@-webkit-keyframes box4 {
    0% {
        transform: translate(200%, 0);
    }

    50% {
        transform: translate(200%, 100%);
    }

    100% {
        transform: translate(100%, 100%);
    }
}

@keyframes box4-b-d4w0ihqg37 {
    0% {
        transform: translate(200%, 0);
    }

    50% {
        transform: translate(200%, 100%);
    }

    100% {
        transform: translate(100%, 100%);
    }
}
/* _content/bits.Store.Main/Components/AddressContent/AddressContent.razor.rz.scp.css */
p[b-hdgrizunay] {
    padding: 0;
    margin: 0;
}
/* _content/bits.Store.Main/Components/AddressForm/AddressForm.razor.rz.scp.css */
/* _content/bits.Store.Main/Components/AdvancedButton/AdvancedButton.razor.rz.scp.css */
.check[b-lviko8uz6l] {
    display: none;
    margin: -10px -5px;
    line-height: 40px;
    font-size: 40px;
}

.finished[b-lviko8uz6l],
.finished:hover[b-lviko8uz6l],
.finished:active[b-lviko8uz6l],
.finished:focus[b-lviko8uz6l] {
    background-color: #29b865;
    border-color: #29b865;
    color: #FFFFFF !important;
    text-align: center;
}

.error[b-lviko8uz6l],
.error:hover[b-lviko8uz6l],
.error:active[b-lviko8uz6l],
.error:focus[b-lviko8uz6l] {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #FFFFFF !important;
    text-align: center;
}

.finished .check[b-lviko8uz6l] {
    display: block !important;
    animation: scale-b-lviko8uz6l 0.5s linear;
}

    .finished .check i[b-lviko8uz6l] {
        transform-origin: center center;
        float: none !important;
    }

@keyframes scale-b-lviko8uz6l {
    0% {
        transform: scale(10);
    }

    50% {
        transform: scale(0.2);
    }

    70% {
        transform: scale(1.2);
    }

    90% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

.pulse[b-lviko8uz6l] {
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 100%;
    animation: pulse-animation-b-lviko8uz6l 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
    margin: 0 auto;
}

@keyframes pulse-animation-b-lviko8uz6l {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.loading-container[b-lviko8uz6l] {
    width: 100%;
    position: relative;
}
    .loading-container.loading .loading-overlay[b-lviko8uz6l] {
        display: block;
        z-index: 999;
    }

.loading-overlay[b-lviko8uz6l] {
    display: none;
    z-index: 0;
    background: var(--bits-advanced-button-loading-background, rgba(255, 255, 255, 0.4));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;
    vertical-align: central;
    align-items: center;
}
/* _content/bits.Store.Main/Components/ApplePay/ApplePay.razor.rz.scp.css */
.pulse[b-wx926sui2t] {
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 100%;
    animation: pulse-animation-b-wx926sui2t 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
    margin: 0 auto;
}

@keyframes pulse-animation-b-wx926sui2t {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.loading-container[b-wx926sui2t] {
    width: 100%;
    position: relative;
}

    .loading-container.loading .loading-overlay[b-wx926sui2t] {
        display: block;
        z-index: 999;
    }

.loading-overlay[b-wx926sui2t] {
    display: none;
    z-index: 0;
    background: var(--bits-advanced-button-loading-background, rgba(255, 255, 255, 0.4));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;
    vertical-align: central;
    align-items: center;
}

.debug[b-wx926sui2t] {
    margin: 0;
    padding: 0;
}
/* _content/bits.Store.Main/Components/Creditcard/CreditcardComponent.razor.rz.scp.css */
.paypal-express[b-2r7pshctzk] {
    height: 45px;
}

.pulse[b-2r7pshctzk] {
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 100%;
    animation: pulse-animation-b-2r7pshctzk 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
    margin: 0 auto;
}

@keyframes pulse-animation-b-2r7pshctzk {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.loading-container[b-2r7pshctzk] {
    width: 100%;
    position: relative;
}

    .loading-container.loading .loading-overlay[b-2r7pshctzk] {
        display: block;
        z-index: 999;
    }

.loading-overlay[b-2r7pshctzk] {
    display: none;
    z-index: 0;
    background: var(--bits-advanced-button-loading-background, rgba(255, 255, 255, 0.4));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;
    vertical-align: central;
    align-items: center;
}

.debug[b-2r7pshctzk] {
    margin: 0;
    padding: 0;
}
/* _content/bits.Store.Main/Components/PayPalExpress/PayPalExpressComponent.razor.rz.scp.css */
.paypal-express[b-r1d1iyua1g] {
    height: 45px;
}

.pulse[b-r1d1iyua1g] {
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 100%;
    animation: pulse-animation-b-r1d1iyua1g 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
    margin: 0 auto;
}

@keyframes pulse-animation-b-r1d1iyua1g {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.loading-container[b-r1d1iyua1g] {
    width: 100%;
    position: relative;
}

    .loading-container.loading .loading-overlay[b-r1d1iyua1g] {
        display: block;
        z-index: 999;
    }

.loading-overlay[b-r1d1iyua1g] {
    display: none;
    z-index: 0;
    background: var(--bits-advanced-button-loading-background, rgba(255, 255, 255, 0.4));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;
    vertical-align: central;
    align-items: center;
}

.debug[b-r1d1iyua1g] {
    margin: 0;
    padding: 0;
}
/* _content/bits.Store.Main/Components/Timer/TimerComponent.razor.rz.scp.css */
.pulse[b-x8tcy8oled] {
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 100%;
    animation: pulse-animation-b-x8tcy8oled 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes pulse-animation-b-x8tcy8oled {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}
/* _content/bits.Store.Main/Headers/MinimalLayout.razor.rz.scp.css */
/* _content/bits.Store.Main/Headers/Style1.razor.rz.scp.css */
/* _content/bits.Store.Main/Layouts/CheckoutLayout.razor.rz.scp.css */
/* _content/bits.Store.Main/Layouts/DefaultLayout.razor.rz.scp.css */
.page[b-jj3dy437ch] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jj3dy437ch] {
    flex: 1;
}

.sidebar[b-jj3dy437ch] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jj3dy437ch] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jj3dy437ch]  a, .top-row[b-jj3dy437ch]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-jj3dy437ch]  a:hover, .top-row[b-jj3dy437ch]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jj3dy437ch]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-jj3dy437ch] {
        justify-content: space-between;
    }

    .top-row[b-jj3dy437ch]  a, .top-row[b-jj3dy437ch]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jj3dy437ch] {
        flex-direction: row;
    }

    .sidebar[b-jj3dy437ch] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jj3dy437ch] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jj3dy437ch]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jj3dy437ch], article[b-jj3dy437ch] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-jj3dy437ch] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-jj3dy437ch] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/bits.Store.Main/Layouts/PaymentLinkLayout.razor.rz.scp.css */
/* _content/bits.Store.Main/Modals/Error/ErrorModal.razor.rz.scp.css */
.modal-dialog[b-m7tseb4y58] {
    top: 0px;
    height: 100%;
    max-height: 100%;
}

.modal-content[b-m7tseb4y58] {
    top: 50vh;
    transform: translateY(-50%);
    border: 15px solid rgba(255,255,255,0.4);
    background-color: transparent;
    border-radius: 30px;
    overflow: hidden;
}

.modal-header[b-m7tseb4y58] {
    background-color: rgba(255,255,255,0.95);
    text-align: center;
    position: relative;
}

    .modal-header .heading[b-m7tseb4y58] {
        text-transform: uppercase;
        font-weight: bolder;
        width: 100%;
    }

        .modal-header .heading h2[b-m7tseb4y58] {
            margin: 0px;
        }

        .modal-header .heading .sub-header[b-m7tseb4y58] {
            letter-spacing: 2px;
            margin: 0px 0px -5px 0px;
            font-weight: 300;
        }

.modal-body[b-m7tseb4y58] {
    background-color: rgba(255,255,255,0.9);
    color: #000000;
    padding: 15px;
}
    .modal-body i[b-m7tseb4y58] {
        color: #d9400b;
        float: left;
        line-height: 40px;
        font-size: 40px;
    }
    .modal-body p[b-m7tseb4y58] {
        margin: 0px 0px 0px 60px;
    }

.modal-footer[b-m7tseb4y58] {
    background-color: rgba(255,255,255,0.7);
}

.sub-header[b-m7tseb4y58] {
    font-size: 20px;
    padding: 0px;
    margin: 0px;
}

.single-chart[b-m7tseb4y58] {
    pointer-events: none;
    width: 45px;
    justify-content: space-around;
    position: absolute;
    right: 16px;
    top: 8px;
}

.circular-chart[b-m7tseb4y58] {
    display: block;
    margin: 0px auto;
    stroke: #009ee2;
}

.circle-bg[b-m7tseb4y58] {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circle[b-m7tseb4y58] {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress-b-m7tseb4y58 1s ease-out forwards;
}

@keyframes progress-b-m7tseb4y58 {
    0% {
        stroke-dasharray: 0 100;
    }
}

.percentage[b-m7tseb4y58] {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}
/* _content/bits.Store.Main/Modals/Info/InfoModal.razor.rz.scp.css */
/* _content/bits.Store.Main/Pages/Static/Cart.razor.rz.scp.css */
.title[b-v3wkz7fhxv] {
    margin-bottom: 5vh;
}

.card[b-v3wkz7fhxv] {
    margin: 50px 0px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 1rem;
    border: transparent;
}

@media(max-width:767px) {
    .card[b-v3wkz7fhxv] {
        margin: 3vh auto;
    }
}

.cart[b-v3wkz7fhxv] {
    background-color: #fff;
    padding: 4vh 5vh;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
}

@media(max-width:767px) {
    .cart[b-v3wkz7fhxv] {
        padding: 4vh;
        border-bottom-left-radius: unset;
        border-top-right-radius: 1rem;
    }
}

.summary[b-v3wkz7fhxv] {
    background-color: #ddd;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 4vh;
    color: rgb(65, 65, 65);
}

@media(max-width:767px) {
    .summary[b-v3wkz7fhxv] {
        border-top-right-radius: unset;
        border-bottom-left-radius: 1rem;
    }
}

.summary .col-2[b-v3wkz7fhxv] {
    padding: 0;
}

.summary .col-10[b-v3wkz7fhxv] {
    padding: 0;
}

.row[b-v3wkz7fhxv] {
    margin: 0;
}

.title b[b-v3wkz7fhxv] {
    font-size: 1.5rem;
}

.main[b-v3wkz7fhxv] {
    margin: 0;
    padding: 2vh 0;
    width: 100%;
}

.col-2[b-v3wkz7fhxv], .col[b-v3wkz7fhxv] {
    padding: 0 1vh;
}

a[b-v3wkz7fhxv] {
    padding: 0 1vh;
}

.close[b-v3wkz7fhxv] {
    margin-left: auto;
    font-size: 0.7rem;
}

img[b-v3wkz7fhxv] {
    width: 3.5rem;
}

.back-to-shop[b-v3wkz7fhxv] {
    margin-top: 4.5rem;
}

h5[b-v3wkz7fhxv] {
    margin-top: 4vh;
}

hr[b-v3wkz7fhxv] {
    margin-top: 1.25rem;
}

form[b-v3wkz7fhxv] {
    padding: 2vh 0;
}

select[b-v3wkz7fhxv] {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1.5vh 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247);
}

input[b-v3wkz7fhxv] {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247);
}

    input:focus[b-v3wkz7fhxv]::-webkit-input-placeholder {
        color: transparent;
    }

.btn[b-v3wkz7fhxv] {
    background-color: #000;
    border-color: #000;
    color: white;
    width: 100%;
    font-size: 0.7rem;
    margin-top: 4vh;
    padding: 1vh;
    border-radius: 0;
}

    .btn:focus[b-v3wkz7fhxv] {
        box-shadow: none;
        outline: none;
        box-shadow: none;
        color: white;
        -webkit-box-shadow: none;
        -webkit-user-select: none;
        transition: none;
    }

    .btn:hover[b-v3wkz7fhxv] {
        color: white;
    }

a[b-v3wkz7fhxv] {
    color: black;
}

    a:hover[b-v3wkz7fhxv] {
        color: black;
        text-decoration: none;
    }

#code[b-v3wkz7fhxv] {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.253), rgba(255, 255, 255, 0.185)), url("https://img.icons8.com/small/16/000000/long-arrow-right.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}





.params[b-v3wkz7fhxv] {
    font-size: 14px;
}
/* _content/bits.Store.Main/Pages/Static/Checkout.razor.rz.scp.css */
.checkout[b-xo7fpkd0us] {
    /*overflow-x: hidden;*/
}

/* layout */
    .sidebar .sidebar-inner[b-xo7fpkd0us] {
/*        position: sticky;
        top: 15px;*/
    }

        .sidebar .sidebar-inner .sidebar-inner-row[b-xo7fpkd0us] {
            margin-bottom: 15px;
        }

    .sidebar .sidebar-footer[b-xo7fpkd0us] {
        text-align: center;
        font-size: 14px;
    }
        .sidebar .sidebar-footer p[b-xo7fpkd0us] {
            padding: 10px 0px 10px 0px;
        }
        .sidebar .sidebar-footer a[b-xo7fpkd0us] {
            padding: 0px 10px 0px 10px;
        }










.steps[b-xo7fpkd0us] {
    margin-bottom: 0px;
    padding: 12px 15px 0px 15px;

    .title {
        font-weight: bold;
        font-size: 16px;
    }

    ul[b-xo7fpkd0us] {
        display: flex;
        position: relative;
        list-style: none;
        padding: 0px;
        margin: 0px;

        li {
            width: 20.16%;
            margin-right: 10px;

            div {
                display: inline-block;
                width: 100%;
                height: 9px;
                background: #e6e6e6;
                border-radius: 4.5px;
                border: 2px solid transparent;
            }

            &.first[b-xo7fpkd0us], &.done[b-xo7fpkd0us], &.checked[b-xo7fpkd0us] {
                div {
                    background: var(--header-bg-color);
                    border-color: var(--header-color);
                    transition: all 0.5s ease;
                }
            }
        }
    }
}









/* header */
/*.steps {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 18px;
    margin: 0px;
    background: #F5F5F5;
    list-style: none;
    border-radius: .25rem;
}

    .steps .step {
        margin: 0px;
    }

        .steps .step .step-container {
            padding: 0px;
            color: #646464;
            padding-left: .5rem;
            display: inline-block;
            width: unset;
            min-width: unset;
            max-width: unset;
        }

    .steps[data-step="Information"] .step[data-step="Return"] .step-container {
        color: #006bb7;
        text-decoration: none;
        cursor: pointer;
    }

    .steps[data-step="Shipping"] .step[data-step="Return"] .step-container,
    .steps[data-step="Shipping"] .step[data-step="Information"] .step-container {
        color: #006bb7;
        text-decoration: none;
        cursor: pointer;
    }

    .steps[data-step="Payment"] .step[data-step="Return"] .step-container,
    .steps[data-step="Payment"] .step[data-step="Information"] .step-container,
    .steps[data-step="Payment"] .step[data-step="Shipping"] .step-container {
        color: #006bb7;
        text-decoration: none;
        cursor: pointer;
    }

    .steps[data-step="Submit"] .step[data-step="Return"] .step-container,
    .steps[data-step="Submit"] .step[data-step="Information"] .step-container,
    .steps[data-step="Submit"] .step[data-step="Shipping"] .step-container,
    .steps[data-step="Submit"] .step[data-step="Payment"] .step-container {
        color: #006bb7;
        text-decoration: none;
        cursor: pointer;
    }

    .steps .step.active .step-container {
        font-weight: bold;
        color: #646464;
    }

    .steps .step .step-container::before {
        float: left;
        padding-right: .5rem;
        color: #6c757d;
        content: var(--bs-breadcrumb-divider, "---");
    }

    .steps .step:first-child .step-container::before {
        padding-right: 0px;
        content: '';
    }

    .steps .step:first-child .step-container {
        padding-left: 0px;
    }
*/


/* content box */
.content-box[b-xo7fpkd0us] {
    padding: 5px 15px 5px 15px !important;
    font-size: 14px;
}

    .content-box .content-box-row[b-xo7fpkd0us] {
        padding: 10px 0px;
        border-bottom: 1px #e6e6e6 solid;
    }

        .content-box .content-box-row:last-child[b-xo7fpkd0us] {
            border: none;
        }

        .content-box .content-box-row .content-box-row-header[b-xo7fpkd0us] {
            text-align: left;
        }

        .content-box .content-box-row .content-box-row-content[b-xo7fpkd0us] {
            text-align: left;
            position: relative;
        }

            .content-box .content-box-row .content-box-row-content span[b-xo7fpkd0us] {
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                word-break: keep-all;
                white-space: nowrap;
                display: block;
            }

            .content-box .content-box-row .content-box-row-content .shipping-name[b-xo7fpkd0us] {
                padding-right: 70px;
            }

            .content-box .content-box-row .content-box-row-content .shipping-value[b-xo7fpkd0us] {
                font-weight: bold;
                position: absolute;
                right: 15px;
                top: 0px;
                text-align: right;
            }

    .content-box.re-try .content-box-row .content-box-row-content .shipping-value[b-xo7fpkd0us] {
        right: 15px;
    }

    .content-box .content-box-row .content-box-row-content .payment-name[b-xo7fpkd0us] {
        padding-right: 60px;
    }

    .content-box .content-box-row .content-box-row-content .payment-icon[b-xo7fpkd0us] {
        font-weight: bold;
        position: absolute;
        right: -15px;
        top: 0px;
        text-align: right;
        height: 100%;
    }

    .content-box.re-try .content-box-row .content-box-row-content .payment-icon[b-xo7fpkd0us] {
        right: 15px;
    }

    .content-box .content-box-row .content-box-row-content .payment-icon img[b-xo7fpkd0us] {
        float: right;
        max-height: 21px;
    }

    .content-box .content-box-row .content-box-row-action[b-xo7fpkd0us] {
        text-align: right;
    }

/* card */
.checkout .checkout-card.checkout-card-box[b-xo7fpkd0us] {
    border: 1px #e6e6e6 solid;
    border-radius: 5px;
    padding: 15px 15px 15px 15px;
    background: #FFFFFF;
}

.checkout .checkout-card .checkout-card-header[b-xo7fpkd0us] {
    text-align: center;
    margin-top: -15px;
}

    .checkout .checkout-card .checkout-card-header span[b-xo7fpkd0us] {
        background: #FFFFFF;
        padding: 0px 8px;
        text-align: center;
        position: relative;
        top: -12px;
        font-size: 16px;
        font-weight: bold;
    }

.checkout .sidebar.right .checkout-card .checkout-card-header span[b-xo7fpkd0us] {
    background: #FAFAFA;
    font-weight: normal;
    font-size: 15px;
}

.checkout .table td[b-xo7fpkd0us],
.checkout .table th[b-xo7fpkd0us] {
    padding: 0px;
    background: none;
    border-bottom: none;
    border-top: 1px solid #dee2e6;
}

    .checkout .table td .line[b-xo7fpkd0us] {
        font-size: 12px;
    }

.checkout .checkout-card[b-xo7fpkd0us] {
    border-top: 1px #e6e6e6 solid;
    border-radius: 0px;
    position: relative;
    padding: 15px 0px 0px 0px;
}

/* logo */
.logo-image[b-xo7fpkd0us] {
    margin-bottom: 5px;
    max-height: 150px;
    max-width: 100%;
}


/* radio */
.radio-group[b-xo7fpkd0us] {
    list-style: none;
    margin: 0px 0px 30px 0px;
    padding: 0;
}
    .radio-group li[b-xo7fpkd0us] {
        margin-bottom: -1px !important;
        position: relative;
    }
        .radio-group li.active[b-xo7fpkd0us] {
            z-index: 1;
        }

[b-xo7fpkd0us] .radio-group li .form-check {
    background: #FFFFFF;
    border-width: var(--bs-border-width) !important;
    border-color: var(--bs-border-color);
    border-style: solid;
    overflow: hidden;
    border-radius: var(--bs-border-radius-lg) !important;
    position: relative;
    margin: 0;
}
[b-xo7fpkd0us] .radio-group li:first-child .form-check {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

[b-xo7fpkd0us] .radio-group li:not(:first-child):not(:last-child) .form-check,
[b-xo7fpkd0us] .radio-group li:last-child .form-check:has(+ .radio-content .radio-content-inner) {
    border-radius: 0px !important;
}

[b-xo7fpkd0us] .radio-group li:first-child:last-child .form-check {
    border-radius: var(--bs-border-radius-lg) !important;
}


[b-xo7fpkd0us] .radio-group li:last-child .form-check {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

[b-xo7fpkd0us] .radio-group li.active .form-check {
    background: #0d6efd0B;
    border-color: var(--radio-border-color);
}

[b-xo7fpkd0us] .radio-group li .form-check-label {
    line-height: 15px;
    font-size: 15px;
    width: 100%;
    display: block;
    padding: 15px;
    cursor: pointer;
}

[b-xo7fpkd0us] .radio-group li .option {
    left: 10px;
    margin: 0px;
    position: absolute;
    top: 22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

[b-xo7fpkd0us].radio-group li .form-check-label div {
    padding-right: 60px;
    position: relative;
}

    [b-xo7fpkd0us] .radio-group li .form-check-label div span {
        font-weight: bold;
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
    }
    [b-xo7fpkd0us] .radio-group li .form-check-label div img {
        height: 24px;
        font-weight: bold;
        text-align: right;
        position: absolute;
        top: -4px;
        right: 0;
    }

.radio-group li .radio-content[b-xo7fpkd0us] {
    transition: max-height .5s ease-in-out;
    overflow: hidden;
    max-height: 0;
}
.radio-group li.active:last-child .radio-content .radio-content-inner[b-xo7fpkd0us] {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-width: var(--bs-border-width);
}

        .radio-group li.active .radio-content p[b-xo7fpkd0us] {
            margin: 0;
        }

.radio-group li .radio-content .radio-content-inner[b-xo7fpkd0us] {
    border-top-width: 0;
    border-bottom-width: 0;
    border-width: var(--bs-border-width) !important;
    border-color: var(--bs-border-color);
    border-style: solid;
    background: var(--bs-secondary-bg);
    padding: 15px;
    overflow: hidden;
}

    .radio-group li.active .radio-content[b-xo7fpkd0us] {
        max-height: 500px;
    }

/* number spinner */
.num-block[b-xo7fpkd0us] {
    width: 100%;
    padding: 5px 0px;
    display: inline-block;
    text-align: right;
}
    .num-block .num-in[b-xo7fpkd0us] {
        display: inline-block;
    }
        .num-block .num-in span[b-xo7fpkd0us] {
            display: block;
            float: left;
            width: 25px;
            height: 24px;
            position: relative;
            cursor: pointer;
        }
            .num-block .num-in span.minus[b-xo7fpkd0us]:before {
                content: "";
                position: absolute;
                width: 10px;
                height: 2px;
                top: 50%;
                left: 50%;
                margin-left: -5px;
                margin-top: -1px;
                background-color: #000;
            }
        .num-block .num-in .in-num[b-xo7fpkd0us] {
            float: left;
            width: 32px;
            height: 24px;
            border: 1px solid #E1E1E1;
            border-radius: 3px;
            text-align: center;
            font-size: 14px;
            color: #000;
        }
        .num-block .num-in span.plus[b-xo7fpkd0us]:before {
            content: "";
            position: absolute;
            width: 10px;
            height: 2px;
            top: 50%;
            left: 50%;
            margin-left: -5px;
            margin-top: -1px;
            background-color: #000;
        }
        .num-block .num-in span.plus[b-xo7fpkd0us]:after {
            content: "";
            position: absolute;
            height: 10px;
            width: 2px;
            left: 50%;
            top: 50%;
            margin-top: -5px;
            margin-left: -1px;
            background-color: #000;
        }

/* cart table */
.sidebar-cart-table[b-xo7fpkd0us] {
}
    .sidebar-cart-table thead[b-xo7fpkd0us] {
        display: none;
    }
    .sidebar-cart-table .image-col[b-xo7fpkd0us] {
        padding: 20px 0px 30px 0px !important;
        width: 110px;
    }
    .sidebar-cart-table .product-col[b-xo7fpkd0us] {
        padding: 20px 10px !important;
        text-align: left;
        position: relative;
        font-size: 15px;
        max-width: 280px;
    }
    .sidebar-cart-table .no-thumb .product-col[b-xo7fpkd0us] {
        padding: 10px 10px !important;
    }
    .sidebar-cart-table .price-col[b-xo7fpkd0us] {
        padding: 20px 0px !important;
        text-align: right;
        font-weight: bold;
        word-break: keep-all;
        white-space: nowrap;
        width: 85px;
    }
        .sidebar-cart-table .price-col span[b-xo7fpkd0us] {
            display: block;
            font-size: 10px;
            font-weight: 200;
        }
    .sidebar-cart-table .product-image[b-xo7fpkd0us] {
        position: relative;
        max-width: 100px;
        border: 1px solid #E1E1E1;
        border-radius: 10px;
    }
        .sidebar-cart-table .product-image img[b-xo7fpkd0us] {
            border-radius: 10px;
            width: 100%;
            height: auto;
        }
    .sidebar-cart-table .product-name[b-xo7fpkd0us] {
        font-weight: bold;
    }
    .sidebar-cart-table .product-params[b-xo7fpkd0us] {
        font-size: 12px;
    }
        [b-xo7fpkd0us] .sidebar-cart-table .product-params > span {
            display: block;
        }
    .sidebar-cart-table .product-sku[b-xo7fpkd0us] {
        font-style: italic;
        display: block;
        overflow: hidden;
        word-break: keep-all;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 12px;
    }

/* summary */
.summary .price[b-xo7fpkd0us] {
    width: 95px;
    text-align: right;
}

/* accordion */
[b-xo7fpkd0us] .accordion-summary {
    display: none;
    padding: 0px 15px;
    margin-right: -15px;
    margin-left: -15px;
}
    [b-xo7fpkd0us] .accordion-summary .sppb-addon-content {
        overflow: hidden;
    }

/* media query */
@media only screen and (max-width: 767px) {
    .content-box .content-box-row .content-box-row-content .shipping-value[b-xo7fpkd0us],
    .content-box .content-box-row .content-box-row-content .payment-icon[b-xo7fpkd0us] {
        position: relative;
        right: 0px;
    }
}
@media only screen and (max-width: 1000px) {
    [b-xo7fpkd0us] .accordion-summary {
        display: block;
    }
    .sidebar .sidebar-inner.left[b-xo7fpkd0us] {
        padding: 0px;
        max-width: unset;
    }
        .sidebar .sidebar-inner.left .sidebar-inner-row[b-xo7fpkd0us] {
            max-width: 650px;
            margin-left: auto;
            margin-right: auto;
        }
    .sidebar.right[b-xo7fpkd0us] {
        display: none;
    }
    .sidebar.left[b-xo7fpkd0us] {
        width: 100%;
    }
    .sidebar .sidebar-inner.left[b-xo7fpkd0us] {
        padding: 0px;
        max-width: unset;
    }
        .sidebar .sidebar-inner.left .sidebar-inner-row[b-xo7fpkd0us] {
            max-width: 650px;
            margin-left: auto;
            margin-right: auto;
        }
}



hr[b-xo7fpkd0us] {
    border-top: 1px solid #000000;
}









































































[b-xo7fpkd0us] .check-input {
    width: 19px;
    height: 19px;
    margin-left: -25px;
    margin-top: 7px;
    margin-right: 5px;
}
    [b-xo7fpkd0us] .check-input + label {
        margin: 7px 0px 5px 0px;
    }



[b-xo7fpkd0us] .customer-note {
    width: 100%;
    padding: 5px;
    min-height: 100px;
    outline: none;
    border-radius: .3rem !important;
}



/*::deep .form-check-input:checked {
    background-color: #006bb7;
    border-color: #006bb7;
}*/

.more[b-xo7fpkd0us] {
    color: #009ee2;
    text-decoration: none;
    cursor: pointer;
    text-align: right;
}


[b-xo7fpkd0us] .register-newsletter .form-check-label {
    font-size: 13px;
    line-height: 15px;
    margin-top: 5px;
}

.countdown[b-xo7fpkd0us]  p {
    background: #006bb7;
    color: #ffffff;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

.warning-txt[b-xo7fpkd0us] {
    color: #ff5900;
    font-size: 11px;
}

.user-address .billing-address[b-xo7fpkd0us],
.user-address .shipping-address[b-xo7fpkd0us] {
    margin-right: 5px;
    display: inline-block;
}

    .user-address .billing-address[b-xo7fpkd0us]:after,
    .user-address .shipping-address[b-xo7fpkd0us]:after {
        content: ','
    }

    .user-address .billing-address:last-child[b-xo7fpkd0us]:after,
    .user-address .shipping-address:last-child[b-xo7fpkd0us]:after {
        content: ''
    }

.accordion .card .card-header span[b-xo7fpkd0us] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

#accordion-summary[b-xo7fpkd0us] {
    background: #FAFAFA;
}

.password-reset[b-xo7fpkd0us] {
    text-align: right;
}

.discount-line[b-xo7fpkd0us] {
    cursor: pointer;
}

[b-xo7fpkd0us] .express {
    margin-bottom: 5px;
}

.payment-express-buttons button[b-xo7fpkd0us] {
    width: 100% !important;
    margin-bottom: 10px;
}














/* success info */
.success-container[b-xo7fpkd0us] {
    background: #FFFFFF;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    animation: success-anim-container-b-xo7fpkd0us 1400ms ease;
    opacity: 0;
    top: 0;
    pointer-events: none;
}

.circle[b-xo7fpkd0us],
.circle-border[b-xo7fpkd0us] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.circle[b-xo7fpkd0us] {
    z-index: 1;
    position: relative;
    background: white;
    transform: scale(1);
    animation: success-anim-b-xo7fpkd0us 700ms ease;
}

.circle-border[b-xo7fpkd0us] {
    z-index: 0;
    position: absolute;
    background: #8f6;
    transform: scale(1.1);
    animation: circle-anim-b-xo7fpkd0us 400ms ease;
}

@keyframes success-anim-container-b-xo7fpkd0us {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes success-anim-b-xo7fpkd0us {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes circle-anim-b-xo7fpkd0us {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1.1);
    }
}

.success[b-xo7fpkd0us]::before,
.success[b-xo7fpkd0us]::after {
    content: "";
    display: block;
    height: 4px;
    background: #8f6;
    position: absolute;
}

.success[b-xo7fpkd0us]::before {
    width: 17px;
    top: 58%;
    left: 23%;
    transform: rotateZ(50deg);
}

.success[b-xo7fpkd0us]::after {
    width: 30px;
    top: 50%;
    left: 35%;
    transform: rotateZ(-50deg);
}
/* _content/bits.Store.Main/Pages/Static/Profile.razor.rz.scp.css */
/* _content/bits.Store.Main/Pages/Static/Reset.razor.rz.scp.css */
/* _content/bits.Store.Main/Preloader/MainPreloader.razor.rz.scp.css */
.outer[b-ilk5efme1d] {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    position: absolute;
    z-index: 9999999999;
}
.boxes[b-ilk5efme1d] {
    --size: 32px;
    --duration: 800ms;
    height: calc(var(--size) * 2);
    width: calc(var(--size) * 3);
    position: relative;
    transform-style: preserve-3d;
    transform-origin: 50% 50%;
    margin-top: calc(var(--size) * 1.5 * -1);
    transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
}

    .boxes .box[b-ilk5efme1d] {
        width: var(--size);
        height: var(--size);
        top: 0;
        left: 0;
        position: absolute;
        transform-style: preserve-3d;
    }

        .boxes .box:nth-child(1)[b-ilk5efme1d] {
            transform: translate(100%, 0);
            -webkit-animation: box1 var(--duration) linear infinite;
            animation: box1-b-ilk5efme1d var(--duration) linear infinite;
        }

        .boxes .box:nth-child(2)[b-ilk5efme1d] {
            transform: translate(0, 100%);
            -webkit-animation: box2 var(--duration) linear infinite;
            animation: box2-b-ilk5efme1d var(--duration) linear infinite;
        }

        .boxes .box:nth-child(3)[b-ilk5efme1d] {
            transform: translate(100%, 100%);
            -webkit-animation: box3 var(--duration) linear infinite;
            animation: box3-b-ilk5efme1d var(--duration) linear infinite;
        }

        .boxes .box:nth-child(4)[b-ilk5efme1d] {
            transform: translate(200%, 0);
            -webkit-animation: box4 var(--duration) linear infinite;
            animation: box4-b-ilk5efme1d var(--duration) linear infinite;
        }

        .boxes .box > div[b-ilk5efme1d] {
            --background: #5C8DF6;
            --top: auto;
            --right: auto;
            --bottom: auto;
            --left: auto;
            --translateZ: calc(var(--size) / 2);
            --rotateY: 0deg;
            --rotateX: 0deg;
            position: absolute;
            width: 100%;
            height: 100%;
            background: var(--background);
            top: var(--top);
            right: var(--right);
            bottom: var(--bottom);
            left: var(--left);
            transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
        }

            .boxes .box > div:nth-child(1)[b-ilk5efme1d] {
                --top: 0;
                --left: 0;
            }

            .boxes .box > div:nth-child(2)[b-ilk5efme1d] {
                --background: #145af2;
                --right: 0;
                --rotateY: 90deg;
            }

            .boxes .box > div:nth-child(3)[b-ilk5efme1d] {
                --background: #447cf5;
                --rotateX: -90deg;
            }

            .boxes .box > div:nth-child(4)[b-ilk5efme1d] {
                --background: #DBE3F4;
                --top: 0;
                --left: 0;
                --translateZ: calc(var(--size) * 3 * -1);
            }

@-webkit-keyframes box1 {
    0%, 50% {
        transform: translate(100%, 0);
    }

    100% {
        transform: translate(200%, 0);
    }
}

@keyframes box1-b-ilk5efme1d {
    0%, 50% {
        transform: translate(100%, 0);
    }

    100% {
        transform: translate(200%, 0);
    }
}

@-webkit-keyframes box2 {
    0% {
        transform: translate(0, 100%);
    }

    50% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(100%, 0);
    }
}

@keyframes box2-b-ilk5efme1d {
    0% {
        transform: translate(0, 100%);
    }

    50% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(100%, 0);
    }
}

@-webkit-keyframes box3 {
    0%, 50% {
        transform: translate(100%, 100%);
    }

    100% {
        transform: translate(0, 100%);
    }
}

@keyframes box3-b-ilk5efme1d {
    0%, 50% {
        transform: translate(100%, 100%);
    }

    100% {
        transform: translate(0, 100%);
    }
}

@-webkit-keyframes box4 {
    0% {
        transform: translate(200%, 0);
    }

    50% {
        transform: translate(200%, 100%);
    }

    100% {
        transform: translate(100%, 100%);
    }
}

@keyframes box4-b-ilk5efme1d {
    0% {
        transform: translate(200%, 0);
    }

    50% {
        transform: translate(200%, 100%);
    }

    100% {
        transform: translate(100%, 100%);
    }
}
