﻿.simple-card {
    font-size: inherit;
    font-weight: inherit;
    border-radius: 18px;
    opacity: 1;
}
.simple-card.shadow-29 {
    border: none;
    box-shadow: 0px 0px 6px #00000029;
}
.simple-card.padding-05 {
    padding: .5em;
}
.simple-card.padding-1 {
    padding: 1em;
}
.simple-card.padding-2 {
    padding: 2em;
}
.simple-card.padding-05-1 {
    padding: .5em 1em;
}
.simple-card.padding-1-2 {
    padding: 1em 2em;
}
.b2b-bright-bg-green {
    color: black;
    background-color: #a9eed1;
    font-size: 20px;
    font-weight: 600;
}
.simple-card.shadow-box-greybig {
    box-shadow: 4px 12px 20px 24px black;
}
.b2b-bright-bg-blue {
    color: #fff;
    background-color: #00aeef;
}
.b2b-dark-bg-blue {
    color: #fff;
    background-color: #1F84B4;
}
.rounded-shadow-card {
    border: none;
    border-radius: 6px;
    box-shadow: 0px 0px 6px #00000029;
}
/* Containers for registration and account */
.b2b-indented-container {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 1em;
    width: 100%;
}
.b2b-indented-main-container {
    justify-content: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 2em;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
.b2b-form-container-forgotpassword {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin: 0;
    padding: 0;
    width: 50vw;
    height: 60vh;
    font-weight: 700;
}
.b2b-form-container {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1em;
    margin: 0;
    padding: 0;
    width: 100%;
    height: fit-content;
    font-weight: 700;
}
    .b2b-form-main-container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 1em;
    width: 100%;
    min-height: 50vh;
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow:auto;
}
.b2b-form-main-container:not(:has(*)) {
    display: none;
}
.b2b-form-container.w-fit,
.b2b-form-container.w-fit,
.b2b-form-main-container.w-fit,
.b2b-indented-main-container.w-fit {
    width: fit-content;
    min-width: 30vw;
}
.b2b-main-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5em;
    font-size: 24px;
    margin-bottom: .5em;
    text-transform: uppercase;
}
.b2b-main-subtitle {
    color: #00aeef;
    font-size: 18px;
    text-transform: none;
}
/* One row */
    .row-container {
        position: relative;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        gap: 2em;
        width: 100%;
        height: fit-content;
        margin: 0;
    }
.b2b-form-main-container.jc-start,
.b2b-indented-main-container.jc-start,
.row-container.jc-start,
.row-block.jc-start {
    justify-content: flex-start !important;
}
.b2b-form-main-container.jc-end,
.b2b-indented-main-container.jc-end,
.row-container.jc-end,
.row-block.jc-end {
    justify-content: flex-end !important;
}
.b2b-form-main-container.jc-space-between,
.b2b-indented-main-container.jc-space-between,
.row-container.jc-space-between,
.row-block.jc-space-between {
    justify-content: space-between !important;
}
.b2b-form-main-container.ai-start,
.b2b-indented-main-container.ai-start,
.row-container.ai-start,
.row-block.ai-start {
    align-items: flex-start !important;
}
.b2b-form-main-container.ai-end,
.b2b-indented-main-container.ai-end,
.row-container.ai-end,
.row-block.ai-end {
    align-items: flex-end !important;
}
.b2b-form-main-container.ai-center,
.b2b-indented-main-container.ai-center,
.row-container.ai-center,
.row-block.ai-center {
    align-items: center !important;
}
.row-container.fd-column {
    flex-direction: column;
}
.row-container .row-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    color: #000;
    font-size: 24px;
    font-weight: 700;
}
.row-container .c-pointer {
    cursor: pointer;
}
.row-container .row-title.bb-ta-center {
    padding: .5em 0;
    border-bottom: 3px solid #efefef;
    text-align: center;
}
span.required {
    color: red;
}
.row-container .row-title span.note-info {
    color: #00aeef;
    font-size: 12px;
    width: fit-content;
    max-width: 60%;
    text-align: start;
    margin-inline: 1em;
    font-weight:500;
}
.row-container button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    border: none;
    padding: .5em 1em;
    font-size: 18px;
    font-weight: 600;
}
    .row-container button.basic-btn {
        height: fit-content;
        font-size: 13px;
    }
    .row-container button.address-btn {
        font-size: 14px;
        width: fit-content;
        aspect-ratio: 1;
    }
/* One row item */
.row-block {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 1em;
    width: 100%;

    max-height:100%;
}
.row-block-security {
    position: relative;
    display: flex;
    flex-flow: row wrap;

    gap: 1em;
    width: 100%;

    max-height: 100%;
}
    .row-block.w-25 {
        width: 25%;
    }
    .row-block.w-33 {
        width: 33%;
    }
    .row-block.w-50 {
        width: 50%;
    }
    .row-block.w-70 {
        width: 70%;
    }
    .row-container.w-fit-content,
    .row-block.w-fit-content {
        width: fit-content !important;
    }
    .row-block.h-fit-content {
        height: fit-content !important;
    }
    .row-block.a-ratio-1 {
        aspect-ratio: 1;
    }
    .row-container.no-gap,
    .row-block.no-gap {
        gap: 0;
    }
    .row-container.item-gap-05,
    .row-block.item-gap-05 {
        gap: .5em;
    }
    .row-container.item-gap-1,
    .row-block.item-gap-1 {
        gap: 1em;
    }
    .row-container.f-wrap,
    .row-block.f-wrap {
        flex-wrap: wrap !important;
    }
    .row-container.no-wrap,
    .row-block.no-wrap {
        flex-wrap: nowrap !important;
    }
    .row-container.column,
    .row-block.column {
        flex-direction: column !important;
    }
    .row-block.active {
        color: #00aeef;
    }
.simple-card.glow:hover,
.row-container .row-block.glow:hover {
    box-shadow: 0 0 12px #222852;
    cursor: pointer;
}
    .row-container .row-block.active {
        color: #fff;
        background-color: #222852;
        cursor: pointer;
    }
.row-container .row-block.width-1-2 {
    width: 50%;
}
.row-container .row-block.width-1-3 {
    width: 35%;
}
.row-container .row-block .icon {
    height: fit-content;
    font-size: 36px;
}
.row-container .row-block .title {
    display: flex;
    justify-content: flex-start;
    width: fit-content;
    height: fit-content;
    font-size: 18px;
    font-weight:500;
    height:3em;
}
    .row-container .row-block .title.font-size-36 {
        font-size: 36px;
    }
    .row-container .row-block .title.font-size-24 {
        font-size: 24px;
    }
    .row-container .row-block .title.padding-0-1 {
        padding: 0 1em;
    }
.row-container .row-block .title.padding-0-2 {
    padding: 0 2em;
}
.row-container .row-block .title.padding-07 {
    padding: .7em;
}
.row-container .row-block .title.tt-uppercase,
.row-block span.tt-uppercase {
    text-transform: uppercase;
}
    .row-block span.name {
        font-size: 18px;
        font-weight: 500;
    }
    .row-block span.comment {
        font-size: 14px;
        font-weight: 500;
    }
    .b2b-form-main-container input.w-50 {
        width: 50%;
    }
.row-container .row-block input[type="text"],
.row-container .row-block input[type="password"] {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    padding: .4em .8em;
    background-color: #efefef;
    border-radius: 8px 8px 8px 8px;
}
.row-container .row-block input[type="checkbox"] {
    margin-right: .5em;
}
.row-container .row-block .comment {
    margin-top: .5em;
    font-size: 14px;
    font-weight: 400;
    color: #707070;
}
/* Status Conatiner */
.b2b-indented-status-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 1em;
    width: 100%;
    height: fit-content;
    margin: 0 1em 1em 1em;
}
    .b2b-indented-status-container .b2b-status-item {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
        gap: .5em;
        width: fit-content;
        padding: .5em;
        cursor: pointer;
        transition: all 300ms ease-in;
        height:3em;
        border:none;
    }
.b2b-status-container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 1em;
    width: fit-content;
    height: fit-content;
    margin: 0 1em 1em 1em;
}
    .b2b-status-container .b2b-status-item {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        gap: .5em;
        height: fit-content;
        min-height: 60px;
        aspect-ratio: 1;
        padding: .5em;
        cursor: pointer;
        transition: all 300ms ease-in;
        background-color:white;
    }

.b2b-status-item:hover {
    border-color: #222852;
}
.b2b-status-item.active {
    background-color: #222852;
    border-color: #222852;
}
    .b2b-status-item.width-1-2 {
        width: calc(100% / 2);
    }
.b2b-status-item.width-1-3 {
    width: calc(100% / 3);
}
.b2b-status-item.width-1-4 {
    width: calc(100% / 4);
}
.b2b-status-item-number {
    display: block;
    height: 2em;
    aspect-ratio: 1;

    font-size: 14px;
    font-weight: 600;
    color: #707070;
    text-align: center;
}
.b2b-status-item-icon {
    display: flex;
    font-size: 32px;
    transition: all 200ms ease-in;
}
.b2b-status-item-icon img {
    height: 50px;
    aspect-ratio: 1;
    object-fit: contain;
}
    .b2b-status-item-number.active {
        padding:0.2em;
        color: #fff;
        background-color: #00aeef;
        transition: all 300ms ease-in;
    }
.b2b-status-item.active .b2b-status-item-icon {
    color: #fff;
    transition: all 300ms ease-in;
}
.b2b-status-item:not(.active):hover .b2b-status-item-icon {
    color: #00aeff;
    transition: all 100ms ease-in;
}
.b2b-status-item-name {
    width: fit-content;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.b2b-status-item.active .b2b-status-item-name {
    color: #fff;
    transition: all 300ms ease-in;
}
/* Filter Design */
.filter-container {
    display: block;
    width: 25%;
    padding: .5em;
}
.filter-card {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-content: center;
    width: 100%;
    height: 100%;
    background-color: white;
}
    .filter-card .title {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        padding: 0.2em 1em;
        color: #fff;
        background-color: #222852;
        font-size: 14px;
        text-transform: capitalize;
        border: 2px solid rgb(70, 70, 70, .2);
        border-bottom: none;
        border-radius: 6px 6px 0 0;
    }
    .filter-card.active .title {
        background-color: #222852;
        border-bottom: none;
    }
    .filter-card .title span {
        font-size: 14px;
    }
    .filter-card .title .values .value#all {
        border: 1px solid #707070;
        color: #222852;
    }
    .filter-card .title .values .value#none {
        border: 1px solid #707070;
        color: #222852;
    }
    .filter-card .content {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        height: 100%;
        min-height: 75px;
        padding: 0.2em;
        background-color:#efefef;
        border-top: none;
        border-radius: 0 0 6px 6px;
    }
        .filter-card .content .container {
            background-color: white;
        }
        .filter-card .content .container.active {
            background-color: #009fe3;
        }
        .filter-card .content .values {
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            padding: .2em;
            gap: .2em;
            width: 100%;
        }
            .filter-card .content .values.start {
                justify-content: flex-start;
            }
            .filter-card .title .values .value,
            .filter-card .content .values .value {
                width: fit-content;
                min-width:65px;
                margin-top: .1em;
                padding: .2em .5em;
                background-color: #fff;
                font-size: 10px;
                font-weight: 500;
                border: none;
                border-radius: 5px;
                cursor: pointer;
            }
                .filter-card .content .values .value#min {
                    color: #222852;
                }
                .filter-card .content .values .value#max {
                    color: #222852;
                }
    .filter-card.active .content .values .value#min {
        color: #fff;
        background-color: rgb(34, 139, 34);
    }
    .filter-card.active .content .values .value#max {
        color: #fff;
        background-color: rgb(205, 92, 92);
    }
    .filter-card.active .content .values .value#current {
        color: #707070;
        border: 2px solid rgb(70, 70, 70, .7);
    }
/* Shipping and Paying Type Containers */
.shipping-type-container {
    width: 50%;
    padding: 1em;
}
.paying-type-container {
    width: 33.33%;
    padding: 1em;
    padding-right:0;
}
    .shipping-type-container:nth-child(3n-2),
    .paying-type-container:nth-child(3n-2) {
        padding-left: 0;
    }
    .shipping-type-container:nth-child(3n),
    .paying-type-container:nth-child(3n) {
        padding-right: 0;
    }
.shipping-type-item,
.paying-type-item {
    position: relative;
    width: 100%;
    min-width: 100%;
    margin: 0;
    cursor: pointer;
    transition: all 100ms ease-out;
    white-space: nowrap;
    border: 2px solid transparent;
    height:100%;
}

    .shipping-type-item:not(.active):hover,
    .paying-type-item:not(.active):not(.disabled):hover {
        box-shadow: 0 0 12px #222852;
        transition: all 300ms ease-in-out;
    }
        .shipping-type-titlebar {
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            width: 100%;
        }
.shipping-type-name {
    width: fit-content;
    padding: .2em 1em;
    color: inherit;
    font-size: 18px;
    font-weight: 700;
}
.shipping-type-selection,
.paying-type-selection {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 19px;
    font-weight: 700;
}
.shipping-type-selection {
    color: inherit;
    background-color: #d9d9d9;
    padding: .2em .5em;
}
.shipping-type-item, .paying-type-item{
    white-space:normal;
}
.paying-type-selection {
    display:flex;
    align-items:center;
    padding: .2em 1em;
}
.shipping-type-item.active .shipping-type-titlebar,
.shipping-type-item.active .shipping-type-selection,
.paying-type-item.active {
    color: #fff;
    background-color: #222852;
    transition: all 200ms ease-in-out;
}
.shipping-type-description,
.paying-type-description {
    margin-top: 1em;
    padding: .5em 1.5em;
}
.paying-type-item.disabled {
    cursor: not-allowed;
}
    .paying-type-item.disabled:hover {
        box-shadow: 0 0 12px #A1000080;
        transition: all 300ms ease-in-out;
    }
    .paying-type-item.disabled .paying-type-description,
    .paying-type-item.disabled .paying-type-selection {
        opacity: .7;
        color: #A10000;
    }
.paying-type-item .paying-type-disabled-message {
    position: absolute;
    top: .5em;
    right: .5em;
    margin: 0;
    padding: .2em .5em;
    border: none;
    border-radius: 5px;
    z-index: 5;
    font-size: 14px;
    color: #fff;
    background-color: #A10000;
    opacity: .7;
}

@media screen and (max-width: 768px) {
    .b2b-indented-main-container{
        padding:1em !important;
        gap:0.5em;
    }
    .b2b-form-container-forgotpassword {
        width: 85vw;
    }
    .b2b-indented-status-container {
        gap: 0.2em;
        margin: 0;
    }

    .b2b-status-item-number {
        width: 2em;
    }

    .b2b-status-item {
        justify-content: center;
        flex-flow: column nowrap;
        text-align: center;
    }
    .shipping-type-selection{
        font-size:18px;
    }
    .paying-type-selection{
        font-size:16px;
    }
    .paying-type-description{
        font-size:14px;
    }

    .b2b-indented-status-container .b2b-status-item {
        padding: 0.3em;
        gap: 0.2em;
    }

    .b2b-status-item-name {
        font-size: 12px;
    }
    .shipping-type-container:nth-child(3n-2),
    .paying-type-container:nth-child(3n-2) {
        padding-left: 0;
        padding-right:0;
    }
    .row-container button{
        font-size:14px;
    }
    row-container .row-block .icon{
        width:0.3em;
        height:0.3em;
        padding:0.1em;
    }
    .row-container .row-title{
        font-size:16px;
    }
    .row-container .row-block .title{
        width:100% !important;
        max-height:2.5em;
    }
    .filter-card .title span {
        font-size: 12px;
    }
    .filter-container{
        width:100%;
    }
    .row-container .row-block input[type="text"]{
        font-size:12px;
    }
    .row-container .row-block .comment {
        padding-top:0;
    }
    .shipping-type-description{
        font-size:12px;
    }
    }
@media screen and (max-width: 1400px) {
    .row-container button{
        font-size:14px;
    }




}
    @media screen and (max-width: 768px) {
        .b2b-main-title {
            font-size:18px;
        }
            .b2b-form-main-container{
            padding:0.5em !important;
            padding-bottom:1em!important;
        }
        .b2b-form-container {
            flex-flow: wrap;
            justify-content:center;
        }

        .b2b-status-container {
            flex-direction: row;
            width: 100%;
            gap:0.3em;
        }

        .b2b-indented-status-container {
            display: flex;
            flex-wrap: wrap;
        }

        .b2b-status-container .b2b-status-item {
            height: 4em !important;
        }

        .b2b-status-item {
            height: 50%;
            display: flex;
            width: 50%;
            flex-flow: row !important;
        }

            .b2b-status-item.width-1-3 {
                width: calc(97% / 3);
            }

            .b2b-status-item.width-1-4 {
                width: 49%;
            }

        .row-container {
            display: flex;
            flex-wrap: wrap;
            gap:0.5em;
        }

        .row-block {
            width: 100% !important;
        }

        .shipping-type-container {
            width: 100%;
        }

        .paying-type-container {
            padding-left: 0;
            padding:0.4em;
            width: 100%;
        }

        .paying-type-item.active {
            padding-left: 0;
            width: 100%;
        }
    }
@media screen and (max-width: 480px)  {
    .b2b-status-item-name{
        font-size:10px;
    }
}
@media only screen and (max-width: 300px) {
    .row-container.no-wrap,
    .row-block.no-wrap {
        flex-wrap: wrap !important;
    }

}