body {
    background-color: #fff;
}

footer {
    margin-top: 150px;
}

.profile-body {
    margin-top: 40px;
}

.profile-body-content {
    padding: 0 100px;
}

.profile-body-content-item SELECT {
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    margin-right: 15px;
}


.profile-body-content-item {
    margin-bottom: 25px;
}

.profile-body-content h3 {
    font-family: var(--montserrat-family);
    font-size: 13px;
    font-weight: 600;
    color: #222326;
    margin-bottom: 40px;
}

.profile-container {
    width: 800px;
    margin: 10px auto;
    background-color: #fbfbfb;
    padding: 30px 10px;
}

.profile-body-content-item label {
    display: block;
    font-family: var(--montserrat-family);
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 15px;
    color: #181818;
}

.profile-body-content-item input {
    border-radius: 15px;
    background-color: #fff;
}

.profile-body-content .add-market {
    color: #fff;
    margin-top: 15px;
}

.profile-body-sidebar {
    border-right: 1px solid #F0F0F0;
}

.profile-body-sidebar-item {
    text-align: left;
    margin-bottom: 22px;
    position: relative;

}

.profile-body-sidebar-link {
    font-family: var(--montserrat-family);
    font-size: 14px;
    font-weight: 400;
    color: #222326;

}

.profile-body-sidebar-link.active {
    font-weight: bold;
}

.profile-body-sidebar-link.active::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 99;
    opacity: 1;
}

/* Profile Header */
.profile-header h3 {
    font-family: var(--montserrat-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.06em;
    text-align: center;
    color: #222326;
    margin-bottom: 10px;
}

.profile-header p {
    font-family: var(--montserrat-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #7E7B77;
}


.profile-header-img {
    position: relative;
}

.file-upload {
    display: none;
}

.circle {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 25px;
}


.profile-pic {
    width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

.p-image {
    width: 32px;
    height: 32px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
    width: 20px;
    height: 20px;
}

.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
}


/* ORders */
.orders-body {
    padding: 0 50px;
    /* border-bottom: 1px solid #F0F0F0; */
}

.orders-body-content .market-product-item-img {
    width: 120px;
    height: 120px;
    flex: 0 0 auto;
}

.orders-body-content .market-product-item-content-price {
    font-size: 14px;
    margin: 10px 0;
}

.orders-body-content .market-product-item-content-info {
    margin-top: 20px;
}

.orders-body-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;

}

.orders-body-header-continued {
    font-family: var(--montserrat-family);
    font-size: 13px;
    font-weight: 600;
    color: #161616;
}

.orders-body-header-date {
    font-family: var(--montserrat-family);
    font-size: 12px;
    font-weight: 500;
    color: #7E7B77;
}


.orders-body-links .add-market {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.orders-body-links .add-market:first-child {
    margin-bottom: 15px;
    color: #fff;
}


.orders-body-links .add-market:last-child {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}

.order-images {
    /* margin-right: 20px; */
}

.order-images img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.order-images img:not(:first-child) {
    margin-left: -15px;
}

.orders-footer {
    margin-top: 30px;
    padding: 0 50px;
}

.orders-footer-order {
    font-family: var(--montserrat-family);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #222326;
    /* margin-right: 20px; */
}

.order-date {
    font-family: var(--montserrat-family);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
    color: #7E7B77;
}

.orders-footer .accordion-button::after {
    width: 24px;
    margin-left: 0;
}

.orders-footer .accordion-button {
    justify-content: space-between;
}

.add-market.hide-item {
    opacity: 0;
    display: none;

}

#order-cancel-message {
    display: none;
    color: #EF3340;
    font-family: var(--montserrat-family);
    font-size: 15px;
    font-weight: 400;
}

#order-cancel-message.active {
    display: block;
}

.orders-body-content.hide-item,
.orders-footer.hide-item,
.orders-body-links.hide-item {
    display: none;
}

.orders-package {
    display: none;
}

.orders-package.active {
    display: block;
    padding: 0 50px;
}


.orders-package h2 {
    font-family: var(--montserrat-family);
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    color: #222222;
}

.orders-package .item {
    display: list-item;
    table-layout: fixed;
    list-style-type: none;
    list-style-position: outside;
    padding: 1em 0 1em 2em;
    line-height: 1.14285714em;
    position: relative;
}


.orders-package .item:before {
    position: absolute;
    top: 50%;
    left: 8px;
    width: 24px;
    height: 24px;
    margin-top: -8px;
    content: '';
    border-radius: 100%;
    border: 1px solid #000;
    background-color: #fbfbfb;
    z-index: 1;
}

.orders-package .item.active::before {
    font-family: 'fontAwesome';
    content: '\f00c';
    background: #000;
    color: #fff;
    text-align: center;
    padding: 2px;
}

.orders-package .item.active-bg::before {
    background: #000;
    color: #fff;
}

.orders-package .item:after {
    position: absolute;
    top: 0;
    left: 19px;
    width: 2px;
    height: 100%;
    content: '';
    background-color: #000;
}

.orders-package .item:first-child:after {
    top: 70%;
    height: 70%;
    margin-top: -1px;
}

.orders-package .item:nth-child(2):after {
    top: 70%;
    height: 70%;
    margin-top: -1px;
}

.orders-package .item:nth-child(3):after {
    top: 70%;
    height: 70%;
    margin-top: -1px;
}

.orders-package .item:last-child:after {
    position: absolute;
    bottom: 50%;
    height: 42%;
    margin-top: -1px;
}


.orders-package .content {
    display: block;
    opacity: 1;
    max-height: none;
    margin-left: 20px;
}

.orders-package .content .header {
    display: block;
    font-family: var(--montserrat-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: left;
    color: #474747;
    margin-bottom: 5px;
}

.orders-package .content .description {
    font-family: var(--montserrat-family);
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: left;
    color: #747474;
}

.orders-package-shipping-info {
    padding: 42px;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 70px;
}

.orders-package-shipping-info-title {
    font-family: var(--montserrat-family);
    font-size: 13px;
    font-weight: 600;
    line-height: 15.85px;
    text-align: left;
    color: #222326;
    margin-bottom: 35px;
}

.orders-package-shipping-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--montserrat-family);


}

.orders-package-shipping-info-item:not(:last-child) {
    margin-bottom: 25px;
}

.orders-package-shipping-info-item span:first-child {
    font-size: 14px;
    counter-reset: #222222;
    font-weight: 500;
}

.profile-body-content .add-market {
    width: 100%;
}

.security-body-content .add-market {
    background: #A1A1A14D;

}

/* Address */
.address-content-body {
    padding: 0 50px;
}

.address-content-body h3 {
    font-family: var(--montserrat-family);
    font-size: 13px;
    font-weight: 600;
    color: #222326;
    margin-bottom: 30px;
}

.address-content-body-item {
    padding: 24px;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 10px;

}

.address-content-body-item-header {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.address-content-body-item-header img {
    margin-right: 6px;
}

.address-content-body-item-header-left img {
    width: 24px;
    height: 24px;
}

.address-content-body-item-header-right img {
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.address-content-body-item-header-left span {
    font-family: var(--montserrat-family);
    font-size: 13px;
    font-weight: 500;
    color: #222326;
}


.address-content-body-item-header-right span {
    font-family: var(--montserrat-family);
    font-size: 13px;
    font-weight: 500;
    color: #7E7B77;
}

.address-content-body-item-content-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.address-content-body-item-content-item select {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}


.address-content-body-item-content-item select:focus-visible, .address-content-body-item-content-item input:focus-visible {
    border: none;
    box-shadow: none;
    outline: 0;
}

.address-content-body-item .add-market {
    background: #222326;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin-top: 1em;
    display: inline-block;
    width: 100%;
    margin-right: 0;
}

button[disabled] {
    display: none !important;
}

button[disabled]:hover {
    transition: all 0.2s ease-in-out;
}

button:hover {
    opacity: 1;
    transition: all 0.2s ease-in-out;
}


.address-content-body-item-content-item input,
.address-content-body-item-content-item select {
    width: 200px;
    text-align: left;
    padding: 5px;
    border: none;
}

.form--disabled input,
.form--disabled select {
    padding-left: 0;
    padding-top: 4px;
    border: 0 solid #efefef;
    background: white;
    color: #31373b;
    font-size: 0.8em;
    transition: all 0.2s ease-in-out;
    text-align: right;
}


/* Help */
.help-body-content {
    padding: 0 50px;
}

.help-body-content .accordion-button {
    margin-bottom: 15px;
    border: none;
    background-color: #F7F8FA !important;
}

.help-body-content .accordion-button img {
    width: 24px;
    height: 24px;
    margin-right: 32px;
}

@media only screen and (max-width: 1199px) {
    .profile-body-sidebar {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .profile-body-sidebar-link.active::before {
        content: none;
    }

    .profile-body-sidebar-link.active {
        border-bottom: 1px solid #000;
    }

    .profile-body-sidebar-item {
        margin-right: 10px;
    }

    .profile-body-sidebar {
        border: none;
    }

    .address-content-body h3 {
        text-align: center;
    }

    .profile-body-content h3 {
        text-align: center;
    }

}


@media only screen and (max-width: 991px) {
    .profile-container {
        width: 100%;
    }
}


@media only screen and (max-width: 768px) {
    .profile-body-content {
        padding: 0;
    }

    .profile-body-sidebar-link {
        /* font-size: 12px; */
    }

    .profile-body-sidebar {
        flex-wrap: wrap;
    }
}


@media only screen and (max-width: 576px) {
    .profile-body-sidebar-link {
        /* font-size: 10px; */
    }

    .profile-body-content-item label {
        font-size: 11px;
    }

    .profile-body-sidebar-item {
        margin-bottom: 5px;
    }

    .profile-body-sidebar {
        margin-bottom: 20px;
    }

    .profile-body-content-item SELECT {
        margin-right: 5px;
    }

    .orders-body-header {
        flex-direction: column;
    }

    .orders-body {
        padding: 0;
    }

    .market-product-item-img {
        margin-bottom: 10px;
    }

    .profile-body .market-product-item-img {
        margin-right: 0;
    }

    .profile-body .market-product-item-content-price {
        text-align: center;
    }

    .orders-footer .accordion-button {
        flex-direction: column;
    }

    .order-images {
        margin: 10px 0;
    }

    .address-content-body-item-header {
        flex-direction: column;
    }

    .address-content-body-item-content-item {
        flex-direction: column;
    }

    .form--disabled input, .form--disabled select {
        text-align: center;
    }

    .address-content-body-item-content-item input, .address-content-body-item-content-item select {
        text-align: center;
    }

    .form--disabled input, .form--disabled select {
        text-align: center;
    }
}

.add-btn {
    width: 100%;
    border: 1px solid #222326;
    background-color: transparent;
    border-radius: 10px;
    padding: 12px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    margin-top: 32px;
}

.add-form input, .add-form select, .add-form input:focus .add-form select:focus .add-form input:active .add-form select:active {
    border-bottom: 1px solid gray !important;
}

.profile-body-content-item #showExPass, .profile-body-content-item #showPass, .profile-body-content-item #showRePass {
    position: absolute;
    right: 10px;
    top: 50%;
    cursor: pointer;
}

