html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background-color: white;
}

.prevent-scrolling {
    overflow: auto;
}

.account-info-section {
	width: 100%;
    margin-top: 20px;
}

.account-info-container {
    min-height: 400px;
	width: 80%;
    margin: auto;
}

.account-title {
	height: 40px;
	font-family: SterlingDisplay Roman;
	font-size: 36px;
}

.account-options-container {
	height: 50px;
	display: flex;
	justify-content: left;
	border-bottom: 1px solid rgb(0, 0, 0, 0.22);
}

.account-option {
	height: 100%;
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-family: Santral;
	font-size: 14px;
    transition: background-color 0.5s,
                box-shadow 0.2s;
}

	.account-option:hover {
		cursor: pointer;
        background-color: rgb(0, 0, 0, 0.1);
	}

.option-text {
    position: relative;
}

.option-notification {
    position: absolute;
    top: -5px;
    right: -15px;
    height: 16px;
    width: 16px;
    display: none;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: white;
    font-family: Santral Medium;
    font-size: 10px;
    background-color: rgb(238, 36, 69);
    border-radius: 8px;
}

.option-notification-active {
    display: flex;
}

.option-image {
    display: none;
}

.sign-in-information-option {
	padding-left: 4px;
}

.account-option-active {
	box-shadow: inset 0 -4px 0 rgb(238 36 69);
}

.account-info-content-wrap {
	margin-top: 20px;
}

.account-info-back-button-wrap {
    position: absolute;
    top: 23px;
    right: 12px;
    display: none;
    flex-direction: column;
    justify-content: center;
    height: 18px;
    width: 18px;
    display: none;
    padding: 5px;
    background-color: rgb(240, 240, 240);
    border-radius: 14px;
    z-index: 3;
}

.account-info-back-button {
    position: relative;
    left: 1px;
    height: 12px;
    width: 12px;
    margin: auto;
    filter: invert(20%) sepia(0%) saturate(7%) hue-rotate(147deg) brightness(100%) contrast(89%);
}

.account-info-title {
    font-family: SterlingDisplay Roman;
    font-size: 36px;
}

.recently-viewed-content-wrap {
    margin-bottom: 100px;
}

.recently-viewed-content {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
}

.recently-viewed-no-items-text {
    font-family: SterlingDisplay Roman;
    font-size: 24px;
}

.recently-viewed-row {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    border-top: 1px solid rgb(200, 200, 200);
}

.recently-viewed-row-first {
    margin-top: 0px;
    border-top: 0px solid rgb(200, 200, 200);
}

.recently-viewed-item {
    position: relative;
    width: calc(25% - 7.5px);
    margin-bottom: 20px;
    box-sizing: border-box;
}

.recently-viewed-item-link {
    display: inline-block;
    width: 100%;
    padding-top: 100%;
    text-decoration: none;
}

.recently-viewed-item-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    background-color: rgb(240, 240, 240);
}

.title-price-wrap {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 4px;
    background-color: white;
}

.recently-viewed-item-title {
    position: relative;
    width: 100%;
    display: -webkit-box;
    color: rgb(60, 60, 60);
    font-family: Santral Medium;
    font-size: 16px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.recently-viewed-item-price {
    position: relative;
    width: 100%;
    margin-top: 2px;
    color: rgb(60, 60, 60);
    font-family: Santral Medium;
    font-size: 16px;
}

.recently-viewed-item-shipping {
    color: rgb(60, 60, 60);
    font-family: Santral Medium;
    font-size: 12px;
}

.end-of-recently-viewed-notification {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    color: rgb(60, 60, 60);
    font-family: Santral Medium;
    font-size: 12px;
}

.offer-options-container {
    display: flex;
    column-gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.offer-option-below {
    position: relative;
    font-family: Santral;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    color: rgb(20, 20, 20);
    border: 1px solid rgb(20, 20, 20);
    border-radius: 20px;
}

    .offer-option-below:hover {
        cursor: pointer;
    }

.offer-option-below-active {
    background-color: rgb(20, 20, 20);
    color: white;
}

.offer-option-text {
    position: relative;
    bottom: 1px;
}

.offer-active-option-notification {
    position: absolute;
    top: -4px;
    right: -4px;
    height: 16px;
    width: 16px;
    display: none;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: white;
    font-family: Montserrat;
    font-size: 10px;
    background-color: rgb(238, 36, 69);
    border-radius: 7px;
}

.offer-inactive-option-notification {
    position: absolute;
    top: -4px;
    right: -4px;
    height: 16px;
    width: 16px;
    display: none;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: white;
    font-family: Montserrat;
    font-size: 10px;
    background-color: rgb(238, 36, 69);
    border-radius: 7px;
}

.offer-option-notification-active {
    display: flex;
}

.offer-window-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    width: 100%;
    visibility: hidden;
}

.offer-window-wrap-active {
    visibility: visible;
}

.offer-tint {
    position: fixed;
    top: 0px;
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.offer-tint-active {
    display: block;
}

.offer-response-window {
    position: fixed;
    left: calc(50% - 250px);
    display: none;
    flex-direction: column;
    min-height: 600px;
    width: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: white;
    border-radius: 20px;
    transform: translateY(100%);
    z-index: 10;
}

.offer-response-window-active {
    display: flex;
    transform: translateY(0%);
}

.offer-response-window-reduced-height {
    min-height: 0px;
    padding-bottom: 30px;
}

.offer-x-button-wrap {
    position: absolute;
    top: 24px;
    right: 24px;
    display: inline-block;
    height: 24px;
    width: 24px;
}

.offer-x-button {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-image: url("https://aurummarketplace.com/Images/x.svg");
    background-size: cover;
}

    .offer-x-button:hover {
        cursor: pointer;
        filter: brightness(100%);
    }

.offer-response-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
    font-family: Montserrat;
    font-size: 26px;
}

.offer-accepted-notification {
    margin-bottom: 10px;
    font-size: 30px;
}

.counteroffer-submitted-notification {
    font-size: 30px;
}

.offer-submitted-text {
    margin-bottom: 20px;
    font-family: Santral;
    font-size: 14px;
}

.offer-response-done-button {
    height: 50%;
    width: 150px;
    margin: auto;
    padding: 10px 40px 10px 40px;
    font-family: Montserrat Light;
    font-size: 18px;
    color: white;
    background-color: rgb(20, 20, 20);
    border-radius: 10px;
    transition: background-color 0.2s;
}

    .offer-response-done-button:hover {
        cursor: pointer;
        background-color: rgb(180, 180, 180);
    }

.offer-response-notification {
    text-align: center;
    font-family: Santral;
    font-size: 18px;
}

.offer-response-row {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(200, 200, 200);
}

.offer-response-cell {
    width: 50%;
    padding: 0px;
}

.offer-response-user-link {
    text-decoration: none;
    color: rgb(6, 84, 186);
}

.offer-response-info-table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
    color: rgb(60, 60, 60);
    font-family: Santral Medium;
    font-size: 16px;
}

.offer-history-wrap {
    width: 80%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: auto;
}

.offer-history-header {
    width: 100%;
    margin: auto;
    font-family: Santral Medium;
    font-size: 14px;
    color: rgb(60, 60, 60);
    border-bottom: 1px solid rgb(200, 200, 200);
}

.offer-history-container {
    max-height: 174px;
    width: 100%;
    padding-top: 8px;
    padding-left: 4px;
    overflow-y: scroll;
    border-bottom: 1px solid rgb(200, 200, 200);
}

.offer-history-container::-webkit-scrollbar {
    background-color: transparent;
    width: 4px;
}

.offer-history-container::-webkit-scrollbar-thumb {
    background-color: rgb(172, 170, 170);
    border-radius: 2px;
}

.offer-history-item-title-date-wrap {
    display: flex;
    justify-content: space-between;
}

.offer-history-item {
    display: block;
    font-family: Santral Medium;
    font-size: 14px;
    color: rgb(120, 120, 120);
}

.offer-history-item-amount {
    margin-bottom: 10px;
    color: rgb(20, 20, 20);
}

.offer-response-button-wrap {
    position: relative;
    width: 100%;
    margin-top: auto;
}

.offer-response-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50px;
    width: 80%;
    margin: auto;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    box-sizing: border-box;
    transition: background-color 0.2s;
}

    .offer-response-button:hover {
        background-color: rgb(238, 36, 69);
        cursor: pointer;
    }

.offer-accept-button {
    margin-top: 10px;
    color: white;
    background-color: rgb(20, 20, 20);
}

.offer-decline-button {
    margin-top: 4px;
    color: rgb(20, 20, 20);
    border: 2px solid rgb(20, 20, 20);
}

    .offer-decline-button:hover {
        color: white;
        border: none;
    }

.offer-counter-button {
    margin-top: 4px;
    color: rgb(20, 20, 20);
    border: 2px solid rgb(20, 20, 20);
}

    .offer-counter-button:hover {
        color: white;
        border: none;
    }

.offer-confirm-accept-wrap {
    display: none;
}

.offer-confirm-accept-button {
    color: white;
    background-color: rgb(20, 20, 20);
}

.offer-confirm-accept-clause {
    display: block;
    width: 80%;
    margin: auto;
    font-family: Santral;
    font-size: 14px;
}

.offer-confirm-decline-wrap {
    display: none;
}

.offer-confirm-decline-button {
    color: white;
    background-color: rgb(20, 20, 20);
}

.offer-counter-wrap {
    display: none;
    flex-direction: column;
    min-height: calc(600px - 52px);
}

.offer-counter-header {
    display: block;
    text-align: center;
    font-family: Santral;
    font-size: 14px;
}

.offer-counter-input {
    display: block;
    height: 80px;
    width: 80%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 58px;
    outline: none;
    border: none;
    border-bottom: 1px solid rgb(180, 180, 180);
}

.offer-counter-error-message {
    position: absolute;
    top: 198px;
    width: 100%;
    display: none;
    text-align: center;
    font-family: Santral;
    font-size: 12px;
    color: red;
}

.offer-counter-message {
    display: block;
    height: 150px;
    min-height: 150px;
    max-height: 300px;
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    padding: 10px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 0px;
    font-family: Nunito;
    font-size: 14px;
    border: 1px solid rgb(120, 120, 120);
    border-radius: 10px;
}

.offer-review-counter-button {
    margin-top: auto;
    margin-bottom: 0px;
    color: white;
    background-color: rgb(20, 20, 20);
}

.back-button {
    display: block;
    margin-top: 4px;
    text-align: center;
    color: rgb(238, 36, 69);
    font-family: Santral;
    font-size: 14px;
}

    .back-button:hover {
        cursor: pointer;
    }

.offer-counter-review-wrap {
    display: none;
    flex-direction: column;
    min-height: calc(600px - 52px);
}

.offer-counter-amount-text-wrap {
    text-align: center;
}

.offer-counter-amount-text {
    display: inline-block;
    margin: auto;
    font-family: Montserrat;
    font-size: 32px;
}

.offer-counter-info-table {
    width: 70%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 0px;
    font-family: Santral;
    font-size: 14px;
}

.offer-counter-message-review-container {
    height: 113px;
    width: 70%;
    padding: 1px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: auto;
    font-family: Santral;
    font-size: 12px;
    box-sizing: border-box;
}

.offer-counter-submit-clause {
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 4px;
    font-family: Santral;
    font-size: 14px;
}

.counteroffer-submit-button {
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
    background-color: rgb(20, 20, 20);
}

.offer-counter-review-back-button {
    display: block;
    margin-top: 4px;
    text-align: center;
    color: rgb(238, 36, 69);
    font-family: Santral;
    font-size: 14px;
}

    .offer-counter-review-back-button:hover {
        cursor: pointer;
    }

.offer-active-content {
    display: block;
}

.offer-inactive-content::after {
    content: "End of offers";
    display: block;
    padding-top: 10px;
    text-align: center;
    color: rgb(60, 60, 60);
    font-family: Santral Medium;
    font-size: 12px;
}

.offer-inactive-content {
    display: none;
}

.offer-inactive-content::after {
    content: "End of offers";
    display: block;
    padding-top: 10px;
    text-align: center;
    color: rgb(60, 60, 60);
    font-family: Santral Medium;
    font-size: 12px;
}

.no-active-offers-text {
    display: inline-block;
    font-family: SterlingDisplay Roman;
    font-size: 24px;
}

.no-past-offers-text {
    display: inline-block;
    font-family: SterlingDisplay Roman;
    font-size: 24px;
}

.offer-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(200, 200, 200);
}

.mobile-offer-respond-button {
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
}

.offer-item-left {
    display: flex;
    column-gap: 10px;
    width: 100%;
    margin-right: 0px;
}

.new-offer-notification {
    position: absolute;
    top: -4px;
    left: -4px;
    display: block;
    height: 20px;
    width: 20px;
    background-color: rgb(238, 36, 69);
    border-radius: 20px;
    z-index: 1;
}

.offer-item-image-link {
    position: relative;
    display: inline-block;
}

.offer-item-image {
    height: 250px;
    width: 250px;
    border-radius: 20px;
}

.offer-item-info-amount-wrap {
    display: flex;
    width: 100%;
}

.offer-item-info {
    min-width: 200px;
    margin-right: 10px;
}

.offer-item-status {
    font-family: Santral;
    font-size: 14px;
}

.offer-received {
    color: rgb(125, 223, 101);
}

.offer-sent {
    color: rgb(238, 36, 69);
}

.offer-accepted {
    color: rgb(125, 223, 101);
}

.offer-declined {
    color: grey;
}

.offer-expired {
    color: grey;
}

.offer-item-title {
    display: -webkit-box;
    padding-bottom: 4px;
    margin: 0px;
    margin-top: 4px;
    font-family: Santral;
    font-size: 20px;
    font-weight: bold;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.offer-item-title-link {
    color: rgb(40, 40, 40);
    text-decoration: none;
}

.offer-item-price {
    display: block;
    font-family: Santral;
    font-size: 14px;
    margin-top: 4px;
}

.offer-from-user {
    display: block;
    font-family: Santral;
    font-size: 14px;
    margin-top: 14px;
}

.offer-from-user-text {
    text-decoration: none;
    color: rgb(6, 84, 186);
}

.offer-to-user {
    display: block;
    font-family: Santral;
    font-size: 14px;
    margin-top: 14px;
}

.offer-to-user-text {
    text-decoration: none;
    color: rgb(6, 84, 186);
}

.offer-time-sent {
    display: block;
    font-family: Santral;
    font-size: 14px;
    margin-top: 14px;
}

.offer-ships-to-text {
    display: block;
    font-family: Santral;
    font-size: 14px;
    margin-top: 14px;
}

.offer-message {
    display: block;
    font-family: Santral;
    font-size: 14px;
    margin-top: 4px;
}

.offer-amount-wrap {
    margin-left: auto;
    margin-right: 20px;
}

.offer-amount-header {
    display: block;
    font-family: Arial;
    font-size: 14px;
}

.offer-amount {
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
}

.offer-expiration-header {
    display: block;
    margin-top: 20px;
    font-family: Arial;
    font-size: 14px;
    color: grey;
}

.offer-expiration-time {
    font-family: Arial;
    font-size: 14px;
}

.offer-item-right {
    min-width: 300px;
}

.offer-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40px;
    width: 90%;
    margin: auto;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    box-sizing: border-box;
}

    .offer-button:hover {
        cursor: pointer;
    }

.view-offer-history-button {
    color: white;
    background-color: rgb(20, 20, 20);
    transition: background-color 0.2s;
}

    .view-offer-history-button:hover {
        background-color: rgb(238, 36, 69);
    }
    
.view-order-link {
    text-decoration: none;
}

.view-order-button {
    color: white;
    background-color: rgb(20, 20, 20);
    transition: background-color 0.2s;
}

    .view-order-button:hover {
        background-color: rgb(238, 36, 69);
    }

.proceed-to-payment-button-link {
    text-decoration: none;
}

.proceed-to-payment-button {
    color: white;
    background-color: rgb(20, 20, 20);
    transition: background-color 0.2s;
}

    .proceed-to-payment-button:hover {
        background-color: rgb(238, 36, 69);
    }

.offer-message-button {
    color: white;
    margin-top: 10px;
    background-color: rgb(20, 20, 20);
    transition: background-color 0.2s;
}

    .offer-message-button:hover {
        background-color: rgb(238, 36, 69);
    }

.review-offer-button-link {
    text-decoration: none;
}

.review-offer-button {
    color: white;
    background-color: rgb(20, 20, 20);
    transition: background-color 0.2s;
}

    .review-offer-button:hover {
        background-color: rgb(238, 36, 69);
    }

.seller-review-offer-button-link {
    text-decoration: none;
}

.seller-review-offer-button {
    color: white;
    background-color: rgb(20, 20, 20);
    transition: background-color 0.2s;
}

    .seller-review-offer-button:hover {
        background-color: rgb(238, 36, 69);
    }

.offer-respond-button {
    color: white;
    background-color: rgb(20, 20, 20);
    transition: background-color 0.2s;
}

    .offer-respond-button:hover {
        background-color: rgb(238, 36, 69);
    }

.send-another-offer-button-link {
    text-decoration: none;
}

.send-another-offer-button {
    color: white;
    background-color: rgb(20, 20, 20);
    transition: background-color 0.2s;
}

    .send-another-offer-button:hover {
        background-color: rgb(238, 36, 69);
    }

.similar-items-button {
    margin-top: 10px;
    background-color: transparent;
    box-sizing: border-box;
    border: 2px solid rgb(20, 20, 20);
    transition: background-color 0.2s;
}

.order-options-container {
    display: flex;
    column-gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.order-option {
    position: relative;
    font-family: Santral;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    color: rgb(20, 20, 20);
    border: 1px solid rgb(20, 20, 20);
    border-radius: 20px;
}

    .order-option:hover {
        cursor: pointer;
    }

.order-option-active {
    background-color: rgb(20, 20, 20);
    color: white;
}

.order-option-text {
    position: relative;
    bottom: 1px;
}

.no-orders-notification {
    font-family: SterlingDisplay Roman;
    font-size: 24px;
}

.no-returns-notification {
    font-family: SterlingDisplay Roman;
    font-size: 24px;
}

.order-wrap {
    margin-bottom: 40px;
}

.order-header-wrap {
    max-height: 40px;
    display: flex;
    padding: 10px 20px 10px 20px;
    background-color: rgb(240, 240, 240);
    margin-bottom: 10px;
}

.order-header-left {
    display: flex;
    column-gap: 20px;
    width: 50%;
}

.order-header-left-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.order-header-right {
    width: 50%;
}

.order-date-header {
    margin-bottom: 4px;
    color: grey;
    font-family: Santral;
    font-size: 16px;
}

.order-date {
    color: rgb(60, 60, 60);
	font-family: Santral Medium;
	font-size: 16px;
    white-space: nowrap;
}

.order-total-header {
    margin-bottom: 4px;
    color: grey;
    font-family: Santral;
    font-size: 16px;
}

.order-total {
    color: rgb(60, 60, 60);
	font-family: Santral Medium;
	font-size: 16px;
}

.order-view-details-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40px;
    width: 250px;
    float: right;
    text-align: center;
    color: rgb(100, 100, 100);
    font-family: Montserrat;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid rgb(160, 160, 160);
    transition: 0.3s;
}

    .order-view-details-button:hover {
        color: rgb(60, 60, 60);
        background-color: rgb(220, 220, 220);
        border: 1px solid rgb(160, 160, 160);
        cursor: pointer;
    }

.order-item {
    position: relative;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    height: 250px;
    width: 100%;
}

.order-item-mobile-link {
    display: none;
}

.order-item-left {
    width: 100%;
    display: flex;
    column-gap: 10px;
}

.order-item-image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-width: 250px;
}

.order-item-image-wrap {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}

.order-item-image {
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.order-item-image-active {
    display: block;
}

    .order-button-overlay:hover {
        cursor: pointer;
        filter: brightness(0%);
    }

.order-button-left-overlay {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 10%;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    border: none
}

.order-triangle-left {
    height: 14px;
    width: 14px;
}

.order-button-right-overlay {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 10%;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    border: none;
}

.order-triangle-right {
    height: 14px;
    width: 14px;
}

.order-item-status-header {
    font-family: Santral;
    font-size: 14px;
}

.order-item-title {
    display: -webkit-box;
    padding-bottom: 4px;
	margin: 0px;
    color: rgb(40, 40, 40);
    font-family: Santral;
    font-size: 20px;
    margin-top: 4px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .order-item-title:hover {
        color: rgb(120, 120, 120);
    }

.order-item-title-link {
    text-decoration: none;
}

.order-item-quantity {
    display: block;
    color: rgb(40, 40, 40);
    font-family: Santral;
    font-size: 14px;
}

.order-item-seller {
    display: block;
    color: rgb(40, 40, 40);
    font-family: Santral;
    font-size: 14px;
    margin-top: 14px;
}

.order-item-seller-link {
    text-decoration: none;
    color: rgb(6, 84, 186);
}

.order-item-tracking {
    display: block;
    color: rgb(40, 40, 40);
    font-family: Santral;
    font-size: 14px;
    margin-top: 4px;
}

.order-item-tracking-link {
    text-decoration: none;
    color: rgb(6, 84, 186);
}

.order-item-price-mobile {
    display: none;
}

.order-item-information-right {
    height: 170px;
    width: 170px;
    padding-top: 16px;
    padding-left: 16px;
}

.order-item-details {
    margin-top: 0px;
    font-family: Santral;
    font-size: 14px;
}

.order-item-link {
    display: inline-block;
    text-decoration: none;
    color: black;
}

.order-item-link:after {
    height: 2px;
    width: 100%;
    display: block;
    content: '';
    line-height: 50px;
    border-bottom: 1px solid rgb(238, 36, 69);
    transform: scaleX(0);
    transition: transform 0.4s ease-out;
}

.order-item-link:hover:after {
    transform: scaleX(1);
}

.from-left:after {
    transform-origin: 0% 50%;
}

.order-item-details-arrow {
    height: 10px;
    width: 10px;
}

.order-item-price {
    margin-top: 0px;
    color: black;
    font-family: Santral;
    font-size: 14px;
}

.item-price-text {
    white-space: nowrap;
}

    .item-price-text:hover {
        cursor: pointer;
        color: rgb(120, 120, 120);
    }

.item-price-arrow {
    height: 10px;
    width: 10px;
}

.order-item-dropdown {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 0px;
    width: 170px;
    background-color: rgb(220, 220, 220);
    overflow: hidden;
    border-radius: 10px;
    transition: height 0.2s;
}

.order-dropdown-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px;
    margin-left: 10px;
    color: rgb(40, 40, 40);
    font-family: Santral;
    font-size: 14px;
}

.order-item-tax {
    margin-top: 0px;
    color: rgb(40, 40, 40);
    font-family: Santral;
    font-size: 14px;
}

.order-item-more-actions {
    margin-top: 0px;
    color: black;
    font-family: Santral;
    font-size: 14px;
}

    .item-more-actions-text:hover {
        cursor: pointer;
        color: rgb(120, 120, 120);
    }

.item-more-actions-arrow {
    height: 10px;
    width: 10px;
}

.order-item-message-button {
    width: 128px;
}

    .order-item-message-button:hover {
        cursor: pointer;
    }

.order-item-message-button:after {
    height: 2px;
    width: 100%;
    display: block;
    content: '';
    line-height: 50px;
    border-bottom: 1px solid rgb(238, 36, 69);
    transform: scaleX(0);
    transition: transform 0.4s ease-out;
}

.order-item-message-button:hover:after {
    transform: scaleX(1);
}

.message-arrow {
    height: 10px;
    width: 10px;
}

.return-item-link {
    width: 126px;
    color: rgb(40, 40, 40);
    text-decoration: none;
    white-space: nowrap;
}

.return-item-link:after {
    height: 2px;
    width: 100%;
    display: block;
    content: '';
    line-height: 50px;
    border-bottom: 1px solid rgb(238, 36, 69);
    transform: scaleX(0);
    transition: transform 0.4s ease-out;
}

.return-item-link:hover:after {
    transform: scaleX(1);
}

.return-arrow {
    height: 10px;
    width: 10px;
}








.return-content {
    display: none;
}

.return-wrap {
    margin-bottom: 10px;
}

.return-header-wrap {
    max-height: 40px;
    display: flex;
    padding: 10px 20px 10px 20px;
    background-color: rgb(240, 240, 240);
    margin-bottom: 10px;
}

.return-header-left {
    display: flex;
    column-gap: 20px;
    width: 50%;
}

.return-header-left-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.return-header-right {
    width: 50%;
}

.return-date-header {
    margin-bottom: 4px;
    color: grey;
    font-family: Santral;
    font-size: 16px;
}

.return-date {
    color: rgb(60, 60, 60);
	font-family: Santral Medium;
	font-size: 16px;
    white-space: nowrap;
}

.return-total-header {
    margin-bottom: 4px;
    color: grey;
    font-family: Santral;
    font-size: 16px;
}

.return-total {
    color: rgb(60, 60, 60);
	font-family: Santral Medium;
	font-size: 16px;
}

.return-view-details-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40px;
    width: 250px;
    float: right;
    text-align: center;
    color: rgb(100, 100, 100);
    font-family: Montserrat;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid rgb(160, 160, 160);
    transition: 0.3s;
}

    .return-view-details-button:hover {
        color: rgb(60, 60, 60);
        background-color: rgb(220, 220, 220);
        border: 1px solid rgb(160, 160, 160);
        cursor: pointer;
    }

.return-item {
    position: relative;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    height: 250px;
    width: 100%;
}

.return-item-mobile-link {
    display: none;
}

.return-item-left {
    width: 100%;
    display: flex;
    column-gap: 10px;
}

.return-item-image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 250px;
}

.return-item-image-wrap {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}

.return-item-image {
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.return-item-image-active {
    display: block;
}

    .return-button-overlay:hover {
        cursor: pointer;
        filter: brightness(0%);
    }

.return-button-left-overlay {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 10%;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    border: none
}

.return-triangle-left {
    height: 14px;
    width: 14px;
}

.return-button-right-overlay {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 10%;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    border: none;
}

.return-triangle-right {
    height: 14px;
    width: 14px;
}

.return-item-status-header {
    font-family: Santral;
    font-size: 14px;
}

.return-item-title {
	margin: 0px;
    color: rgb(40, 40, 40);
    font-family: Santral;
    font-size: 20px;
    margin-top: 4px;
}

    .return-item-title:hover {
        color: rgb(120, 120, 120);
    }

.return-item-title-link {
    text-decoration: none;
}

.return-item-quantity {
    display: block;
    color: rgb(40, 40, 40);
    font-family: Santral;
    font-size: 14px;
    margin-top: 4px;
}

.return-item-seller {
    display: block;
    color: rgb(40, 40, 40);
    font-family: Santral;
    font-size: 14px;
    margin-top: 14px;
}

.return-item-seller-link {
    text-decoration: none;
    color: rgb(6, 84, 186);
}

.return-item-tracking {
    display: block;
    color: rgb(40, 40, 40);
    font-family: Santral;
    font-size: 14px;
    margin-top: 4px;
}

.return-item-tracking-link {
    text-decoration: none;
    color: rgb(6, 84, 186);
}

.return-item-price-mobile {
    display: none;
}

.return-item-information-right {
    height: 170px;
    width: 170px;
    padding-top: 16px;
    padding-left: 16px;
}

.return-item-details {
    margin-top: 0px;
    font-family: Santral;
    font-size: 14px;
}

.return-item-link {
    display: inline-block;
    text-decoration: none;
    color: black;
}

.return-item-link:after {
    height: 2px;
    width: 100%;
    display: block;
    content: '';
    line-height: 50px;
    border-bottom: 1px solid rgb(238, 36, 69);
    transform: scaleX(0);
    transition: transform 0.4s ease-out;
}

.return-item-link:hover:after {
    transform: scaleX(1);
}

.from-left:after {
    transform-origin: 0% 50%;
}

.return-item-details-arrow {
    height: 10px;
    width: 10px;
}

.return-item-price {
    margin-top: 0px;
    color: black;
    font-family: Santral;
    font-size: 14px;
}

.return-item-dropdown {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 0px;
    width: 170px;
    background-color: rgb(220, 220, 220);
    overflow: hidden;
    border-radius: 10px;
    transition: height 0.2s;
}

.return-dropdown-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px;
    margin-left: 10px;
    color: rgb(40, 40, 40);
    font-family: Santral;
    font-size: 14px;
}

.return-item-tax {
    margin-top: 0px;
    color: rgb(40, 40, 40);
    font-family: Santral;
    font-size: 14px;
}

.return-item-more-actions {
    margin-top: 0px;
    color: black;
    font-family: Santral;
    font-size: 14px;
}

.return-item-message-button {
    width: 128px;
}

    .return-item-message-button:hover {
        cursor: pointer;
    }

.return-item-message-button:after {
    height: 2px;
    width: 100%;
    display: block;
    content: '';
    line-height: 50px;
    border-bottom: 1px solid rgb(238, 36, 69);
    transform: scaleX(0);
    transition: transform 0.4s ease-out;
}

.return-item-message-button:hover:after {
    transform: scaleX(1);
}

.message-arrow {
    height: 10px;
    width: 10px;
}

.cancel-return-link {
    width: 111px;
    color: rgb(40, 40, 40);
    font-family: Santral;
    font-size: 14px;
    text-decoration: none;
}

.cancel-return-link:after {
    height: 2px;
    width: 100%;
    display: block;
    content: '';
    line-height: 50px;
    border-bottom: 1px solid rgb(238, 36, 69);
    transform: scaleX(0);
    transition: transform 0.4s ease-out;
}

.cancel-return-link:hover:after {
    transform: scaleX(1);
}

.return-arrow {
    height: 10px;
    width: 10px;
}

.item-price-dropdown-active {
    height: 60px;
}

.item-more-actions-dropdown-active {
    height: 60px;
}

.message-parent-table {
    width: 100%;
    border-collapse: collapse;
}

.message-side-menu-container {
    height: 500px;
    min-height: 400px;
    width: 210px;
    min-width: 150px;
    vertical-align: top;
    background-color: rgb(220, 220, 220);
    border-radius: 10px;
}

.message-side-menu-header {
    color: rgb(40, 40, 40);
    font-family: Santral Medium;
    font-size: 18px;
    font-weight: 500;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 4px;
    margin: 0px;
}

.inbox-links-container {
    color: rgb(40, 40, 40);
    font-family: Santral;
}

.message-loading-pulse-container {
    display: none;
    flex-direction: column;
    padding-left: 10px;
}

.message-loading-pulse-header-top {
    height: 40px;
    margin-bottom: 6px;
}

.message-loading-pulse-header-button-wrap {
    margin-bottom: 56px;
}

.message-loading-pulse-header-button-left {
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

.message-loading-pulse-header-button {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: 30px;
    padding-left: 22px;
    padding-right: 22px;
    vertical-align: middle;
    color: transparent;
    font-family: Arial;
    font-size: 12px;
}

.message-loading-pulse-row-wrap {
    display: flex;
    column-gap: 4px;
    height: 40px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.message-loading-pulse-user-icon {
    height: 40px;
    width: 40px;
}

.message-loading-pulse-interior-row-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.message-loading-pulse-row {
    height: 18px;
}

.message-loading-pulse-row-bottom {
    width: 15%;
}

.message-container {
    display: none;
    vertical-align: top;
    padding: 0px;
    padding-left: 10px;
}

.message-container-active {
    display: block;
}

.inbox-links-list {
    list-style: none;
    padding-left: 0px;
}

.inbox-links-list-item {
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 12px;
}

.inbox-link {
    font-size: 14px;
}

.message-content-button {
    transition: 0.2s;
}

    .message-content-button:hover {
        cursor: pointer;
        color: black;
        background-color: rgb(200, 200, 200);
    }

.message-content-button-active {
    background-color: rgb(200, 200, 200);
}

.side-menu-message-button {
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 8px;
    color: rgb(40, 40, 40);
    font-family: Santral Medium;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid rgb(200, 200, 200);
}

.message-sent-button {
    border-top: 1px solid rgb(200, 200, 200);
}

.message-filter-wrap {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    font-family: Santral Medium;
    font-size: 14px;
}

.message-header {
    padding: 10px;
    box-sizing: border-box;
    background-color: rgb(220, 220, 220);
    border-radius: 10px;
}

.all-messages-button {
    margin-left: 6px;
    margin-right: 6px;
    color: rgb(120, 120, 120);
}

    .all-messages-button:hover {
        cursor: pointer;
    }

.unread-messages-button {
    margin-left: 6px;
    margin-right: 6px;
    color: rgb(120, 120, 120);
}

.unread-messages-button:hover {
    cursor: pointer;
}

.message-filter-button-active {
    color: black;
    font-family: Santral Bold;
}

.message-options-container {
    display: flex;
    column-gap: 10px;
    margin-top: 10px;
}

.message-options-buttons-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.message-option-button {
    height: 30px;
    padding: 0px 22px 0px 22px;
    color: rgb(60, 60, 60);
    border: 1px solid rgb(200, 200, 200);
    border-radius: 8px;
    transition: 0.2s;
}

    .message-option-button:hover {
        cursor: pointer;
        color: black;
        background-color: rgb(200, 200, 200);
    }

.select-all-checkbox {
    margin: 0px;
    margin-top: auto;
    margin-bottom: auto;
}

    .select-all-checkbox:hover {
        cursor: pointer;
    }

.message-content-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.message-content-table-header-column {
    height: 46px;
    text-align: left;
    color: rgb(60, 60, 60);
    font-family: Santral Medium;
    font-weight: 500;
    border-bottom: 1px solid rgb(180, 180, 180);
}

.checkbox-column {
    width: 40px;
}

.read-notification-column {
    width: 40px;
}

.replied-column {
    width: 40px;
}

.from-column {
    width: 150px;
}

.to-column {
    width: 150px;
}

.body-column {
    min-width: 150px;
}

.date-column {
    position: relative;
    width: 150px;
    background-color: white;
    z-index: 1;
}

.message-content-table-row {
    height: 46px;
    font-family: Santral;
    font-size: 12px;
    border-bottom: 1px solid rgb(220, 220, 220);
}
    .message-content-table-row:hover {
        cursor: pointer;
        background-color: rgb(240, 240, 240);
    }

.message-content-table-row-unread {
    font-family: Santral Bold;
}

.message-row-selected {
    background-color: rgb(240, 240, 240);
}

.message-content-none {
    height: 46px;
    padding-left: 20px;
    font-family: Santral;
    font-size: 14px;
}

.message-content-table-data {
    padding: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.reply-notification {
    height: 12px;
    width: 12px;
    margin: auto;
    background-image: url("https://aurummarketplace.com/Images/reply-arrow.svg");
    background-size: 12px 12px;
    background-position: center;
}

.table-data-body {
    padding-right: 20px;
}

.message-content-checkbox {
    margin-left: 10px;
}

    .message-content-checkbox:hover {
        cursor: pointer;
    }

.message-read-notification {
    display: block;
    height: 12px;
    width: 12px;
    margin: auto;
    text-align: center;
    color: white;
    font-family: Montserrat;
    font-size: 10px;
    background-color: rgb(75, 167, 228);
    border-radius: 7px;
}

.page-number-navigation-container {
    display: flex;
    justify-content: center;
}

.page-number-select {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 36px;
    width: 36px;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    color: rgb(60, 60, 60);
    font-family: Santral Medium;
    transition: 0.2s;
}

    .page-number-select:hover {
        cursor: pointer;
        background-color: rgb(200, 200, 200);
    }

.page-selected {
    background-color: rgb(200, 200, 200);
}

.conversation-container-wrap {
    display: none;
    width: 100%;
    padding-left: 10px;
}

.conversation-container-wrap-active {
    display: block;
    z-index: 3;
}

.conversation-back-button-wrap {
    position: relative;
    bottom: 4px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: 18px;
    width: 18px;
    padding: 5px;
    background-color: rgb(240, 240, 240);
    border-radius: 14px;
    transition: background-color 0.2s;
}

    .conversation-back-button-wrap:hover {
        cursor: pointer;
        background-color: rgb(200, 200, 200);
    }

.conversation-back-button {
    position: relative;
    right: 1px;
    display: block;
    height: 12px;
    width: 12px;
    margin: auto;
    background-image: url("https://aurummarketplace.com/Images/arrow-left-black.svg");
    background-size: cover;
    filter: invert(19%) sepia(28%) saturate(0%) hue-rotate(307deg) brightness(95%) contrast(87%);
}

.conversation-header {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
    font-family: SterlingDisplay Roman;
    font-size: 32px;
}

.conversation-header-subject-link {
    color: rgb(6, 84, 186);
    text-decoration: none;
}

.conversation-subject-header {
    margin-top: 20px;
}

.conversation-subject-title {
    margin-bottom: 4px;
    font-family: SterlingDisplay Roman;
    font-size: 28px;
}

.conversation-subject-link {
    color: black;
    text-decoration: none;
}

.conversation-container {
    min-height: 300px;
    max-height: 300px;
    padding: 20px;
    padding-bottom: 40px;
    margin-top: 4px;
    overflow-y: scroll;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 10px;
}

.conversation-container::-webkit-scrollbar {
    background-color: transparent;
    width: 12px;
}

.conversation-container::-webkit-scrollbar-thumb {
    background-color: rgb(172, 170, 170);
    border-radius: 6px;
}

.conversation-row {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.conversation-row::after {
    content: "";
    display: table;
    clear: both;
}

.conversation-row-selected::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -8px;
    display: inline-block;
    height: calc(var(--conversation-row-height) + 32px);
    width: calc(100% + 28px);
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.conversation-row-start {
    margin: 0px;
    text-align: center;
    color: rgb(120, 120, 120);
    font-family: Nunito;
    font-size: 16px;
}

.message {
    position: relative;
    display: inline-block;
    max-width: 80%;
    padding: 10px;
    border-radius: 16px;
}

.message-sent {
    float: right;
    border: 1px solid rgb(200, 200, 200);
}

.message-received {
    background-color: rgb(220, 220, 220);
}

.message-content {
    margin: 0px;
    font-family: Santral Medium;
    font-size: 14px;
    word-break: break-word;
}

.message-timestamp {
    position: absolute;
    bottom: -16px;
    color: rgb(40, 40, 40);
    font-family: Santral Medium;
    font-size: 12px;
    white-space: nowrap;
}

.message-timestamp-sent {
    right: 10px;
}

.message-send-container {
    margin-top: 20px;
}

.message-textarea {
    display: block;
    min-height: 80px;
    padding: 10px;
    width: 100%;
    font-family: Nunito;
    font-size: 14px;
    resize: vertical;
    background-color: rgb(250, 250, 250);
    border-radius: 10px;
    border: 1px solid rgb(200, 200, 200);
}

.send-message-button {
    height: 30px;
    width: 60px;
    margin-top: 4px;
    color: white;
    font-family: Santral Medium;
    background-color: rgb(20, 20, 20);
    border-radius: 10px;
    border: none;
}

    .send-message-button:hover {
        cursor: pointer;
        background-color: rgb(60, 60, 60);
    }

.send-message-button-offers-orders {
    height: 30px;
    width: 60px;
    margin-top: 4px;
    color: white;
    font-family: Santral Medium;
    background-color: rgb(20, 20, 20);
    border-radius: 10px;
    border: none;
}

    .send-message-button-offers-orders:hover {
        cursor: pointer;
        background-color: rgb(60, 60, 60);
    }
    
.account-info-sub-section {
    display: inline-block;
    font-family: Santral;
    font-weight: bold;
}

.account-info-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    color: rgb(60, 60, 60);
    font-size: 14px;
    font-weight: 500;
}

.account-info-list-item {
    padding-top: 8px;
    padding-bottom: 8px;
}

.sign-in-info-list-item {
    display: none;
}

.account-info-list-item-text {
    display: inline-block;
}

.account-info-list-item-text::after {
    position: relative;
    height: 2px;
    width: 100%;
    display: block;
    content: '';
    border-bottom: 1px solid rgb(238, 36, 69);
    transform: scaleX(0);
    transition: transform 0.4s ease-out;
}

    .account-info-list-item-text:hover {
        cursor: pointer;
    }

    .account-info-list-item-text:hover::after {
        transform: scaleX(1);
    }

.account-info-arrow {
    position: relative;
    top: 1px;
    height: 10px;
    width: 10px;
    object-fit: contain;
}

.account-sign-in-window-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    flex-direction: column;
    justify-content: top;
    height: 100vh;
    width: 100%;
    z-index: 10;
}

.account-sign-in-window-wrap-active {
    display: flex;
}

.sign-in-tint {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.account-sign-in-window {
    position: relative;
    left: calc(50% - 250px);
    display: block;
    height: 90vh;
    min-height: 600px;
    width: 500px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: white;
    border-radius: 20px;
    z-index: 10;
}

.account-sign-in-section {
    height: 100%;
    width: 80%;
    margin: auto;
    padding-top: 50px;
    box-sizing: border-box;
}

.account-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
}

.account-header-sign-in {
    font-size: 24px;
}

.table-wrap {
    height: 100%;
    margin-top: 10px;
}

.login-table {
    height: 300px;
    margin: auto;
}

.login-window {
    margin-top: 30px;
    display: block;
}

.text-box-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin-top: 20px;
}

.label {
    height: 20px;
    font-family: Santral;
    font-size: 12px;
}

.text-box {
    height: 40px;
    width: 100%;
    box-shadow: 0px 0px 10px -9px black;
    border: 1px solid rgba(40, 40, 40, 0.2);
    border-radius: 5px;
    transition: margin-bottom 0.2s;
}

.login-email-box {
    height: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Santral;
    font-size: 14px;
    border-bottom: 1px solid rgb(200, 200, 200);
}

.login-password-text-box-wrap {
    position: relative;
}

.see-password-button {
    position: absolute;
    top: 5px;
    right: 10px;
    display: none;
    height: 30px;
    width: 30px;
    background-image: url("https://aurummarketplace.com/Images/see-password-eye.svg");
    background-size: cover;
    filter: invert(69%) sepia(0%) saturate(0%) hue-rotate(197deg) brightness(94%) contrast(86%);
}

    .see-password-button:hover {
        cursor: pointer;
        filter: invert(20%) sepia(1%) saturate(0%) hue-rotate(15deg) brightness(92%) contrast(83%);
    }

.button-wrap {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: left;
    margin-top: 20px;
}

.remember-me-section {
    width: 100%;
    display: flex;
    justify-content: left;
}

.checkbox {
    height: 18px;
    width: 18px;
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;}

    .checkbox:hover {
        cursor: pointer;
    }

.checkbox:active {
    background-color: grey;
}

.checkbox:checked {
    background-color: rgb(40, 40, 40);
}

.checkbox-label {
    position: relative;
    bottom: 2px;
    font-family: Santral;
    font-size: 14px;
    margin-top: auto;
    margin-bottom: auto;
}

    .checkbox-label:hover {
        cursor: pointer;
    }

.forgot-password-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.forgot-password-text {
    position: relative;
    bottom: 2px;
    color: black;
    font-family: Santral;
    font-size: 14px;
    text-decoration: underline;
}

.button {
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 20px;
    color: white;
    font-family: Montserrat Light;
    font-size: 20px;
    background-color: rgb(20, 20, 20);
    border: none;
    transition: background-color 0.5s;
}

    .button:hover {
        cursor: pointer;
        background-color: rgb(100, 100, 100);
    }

circle {
    transform: scale(0.4);
}

.create-account-window {
    margin-top: 30px;
    display: none;
}

.warning {
    position: absolute;
    bottom: 0px;
    display: none;
    color: red;
    font-family: Santral;
    font-size: 12px;
}

.policy-section {
    margin-top: 20px;
}

.policy-label {
    bottom: 4px;
    right: 2px;
}

.asterisk-caption {
    position: relative;
    font-family: Santral;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 6px;
}

.personal-info-header {
    padding-bottom: 20px;
    font-family: Santral;
    font-size: 18px;
    border-bottom: 1px solid rgb(200, 200, 200);
}

.account-information-back-button {
    display: inline-block;
    margin-top: 10px;
    color: rgb(60, 60, 60);
    font-size: 14px;
}

    .account-information-back-button:hover {
        cursor: pointer;
    }

.account-information-back-arrow {
    position: relative;
    height: 10px;
    width: 10px;
    object-fit: contain;
}

.personal-info-row {
    display: flex;
    height: 84px;
    border-bottom: 1px solid rgb(200, 200, 200);
}

.personal-info-row-item-wrap {
    display: flex;
}

.personal-info-address-row {
    height: 180px;
}

.personal-info-row-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 200px;
    text-align: left;
    font-family: Santral Bold;
    font-size: 14px;
}

.personal-info-row-data {
    font-family: Santral;
}

.personal-info-address-data {
    display: flex;
    flex-direction: column;
}

.edit-input-box-container {
    display: none;
}

.personal-info-row-edit-button {
    text-align: center;
}

.edit-button {
    width: 40px;
    margin: auto;
    color:rgb(85, 181, 236);
}

    .edit-button:hover {
        cursor: pointer;
        color: rgb(52, 127, 170);
    }

.personal-info-edit-form {
    display: flex;
    flex-direction: column;
    margin: 0px;
}

.text-box-edit-wrap {
    margin-bottom: 6px;
}

.text-box-edit-individual-wrap {
    position: relative;
    display: inline-block;
    height: 36px;
}

.text-box-edit {
    height: 100%;
    padding-top: 6px;
    background-color: transparent;
    border: 1px solid rgb(200, 200, 200);
}

.text-box-edit:focus ~ .text-box-edit-label {
    top: 0px;
    font-size: 10px;
}

.text-box-edit:not(:placeholder-shown) ~ .text-box-edit-label {
    top: 0px;
    font-size: 10px;
}

.text-box-edit-label {
    position: absolute;
    top: 10px;
    left: 2px;
    color: rgb(120, 120, 120);
    font-size: 14px;
    transition: 0.3s;
    z-index: -1;
}

.address-two-label {
    font-size: 12px;
}

.username-in-use-warning {
    display: none;
    color: red;
    font-size: 12px;
}

.email-in-use-warning {
    display: none;
    color: red;
    font-size: 12px;
}

.email-invalid-warning {
    display: none;
    color: red;
    font-size: 12px;
}

.edit-phone-number-warning {
    display: none;
    color: red;
    font-size: 12px;
}

.text-box-edit-button-wrap {
    display: flex;
    justify-content: left;
    column-gap: 10px;
    margin-top: 4px;
}

.text-box-edit-button {
    height: 26px;
    width: 80px;
    padding-bottom: 4px;
    font-family: Santral;
    font-size: 12px;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 10px;
}

    .text-box-edit-button:hover {
        cursor: pointer;
    }

.text-box-edit-cancel-button {
    background-color: rgb(220, 220, 220);
}

.text-box-edit-submit-button {
    color: white;
    background-color: rgb(41, 139, 204);
}

.message-window-wrap {
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 100%;
	z-index: 3;
}

.message-window-wrap-active {
	display: flex;
}

.message-tint {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.message-window {
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 500px;
    margin: auto;
    padding: 40px 0px 40px 0px;
    background-color: white;
    border-radius: 20px;
    z-index: 10;
}

.message-window-active {
	display: flex;
}

.message-x-button-wrap {
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-block;
    height: 36px;
    width: 36px;
    border-radius: 20px;
	z-index: 1;
}

    .message-x-button-wrap:hover {
        background-color: rgb(220, 220, 220);
        transition: background-color 0.3s;
    }

.message-x-button {
	display: block;
    height: 100%;
    width: 100%;
    background-image: url("https://aurummarketplace.com/Images/x.svg");
    background-size: cover;
}

	.message-x-button:hover {
		cursor: pointer;
	}

.message-sent-notification {
    display: inline-block;
    width: 100%;
	text-align: center;
	font-family: Santral Medium;
	font-size: 18px;
}

.message-header-wrap {
	display: flex;
	column-gap: 10px;
	width: 100%;
	margin: auto;
}

.message-header-image {
	height: 120px;
	border-radius: 10px;
}

.conversation-subject-header-image {
	height: 160px;
	border-radius: 10px;
}

.message-header-info-wrap {
	display: flex;
	flex-direction: column;
}

.message-header-text {
	font-family: Santral Medium;
	font-size: 14px;
}

.message-header-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
}

.message-content-wrap {
    width: 80%;
    margin: auto;
}

.message-send-to {
	font-family: Santral Medium;
	font-size: 18px;
	margin-top: 20px;
}

.message-textarea {
    display: block;
    min-height: 100px;
    padding: 10px;
    width: 100%;
    font-family: Nunito;
    font-size: 14px;
    resize: vertical;
    background-color: rgb(250, 250, 250);
    border-radius: 10px;
    border: 1px solid rgb(200, 200, 200);
}

.character-counter {
    display: block;
    font-family: Santral Medium;
    font-size: 12px;
}

.send-message-button {
    display: block;
    height: 30px;
    width: 60px;
    margin-top: 4px;
    color: white;
    font-family: Santral Medium;
    background-color: rgb(20, 20, 20);
    border-radius: 10px;
    border: none;
}

    .send-message-button:hover {
        cursor: pointer;
        background-color: rgb(40, 40, 40);
    }

@media only screen and (max-width: 1514px) {
    .recently-viewed-item {
        width: calc(33.3333% - 6.6666666666px);
    }
    }

@media only screen and (max-width: 1134px) {
    .recently-viewed-item {
        width: calc(50% - 5px);
    }
}

@media only screen and (max-width: 768px) {
    body {
        position: relative;
        left: 0px;
    }

    .body-prevent-scroll-mobile {
        overflow: hidden;
    }

    .offer-window-wrap {
        position: fixed;
        top: 0px;
        left: 0px;
    }

    .offer-window-wrap-active {
        z-index: 4;
    }

    .offer-response-window {
        bottom: 0px;
        left: 0px;
        display: flex;
        min-height: 0px;
        width: 100%;
        visibility: visible;
        padding-top: 0px;
        padding-bottom: 60px;
        border-radius: 40px 40px 0px 0px;
        overflow-y: scroll;
        transform: translateY(100%);
    }

    .offer-response-window-active {
        transform: translateY(0%);
    }
    
    .offer-tint {
        display: none;
        z-index: 4;
    }

    .offer-tint-active {
        display: block;
    }

    .account-info-section {
        margin-top: 20px;
    }

    .account-info-container {
        width: 100%;
    }

    .account-title {
        margin-left: 20px;
        color: rgb(20, 20, 20);
    }

    .account-options-container {
        flex-direction: column;
        height: auto;
        border-bottom: none;
    }
    
    .account-option {
        flex-direction: row;
        justify-content: left;
        min-height: 60px;
        padding: 0px;
        padding-left: 20px;
        text-align: left;
    }

    .option-image {
        display: block;
        height: 20px;
        width: 20px;
        margin-top: auto;
        margin-bottom: auto;
        filter: invert(50%) sepia(0%) saturate(2%) hue-rotate(107deg) brightness(94%) contrast(92%);
    }

    .option-image-offer {
        height: 24px;
        width: 24px;
    }

    .option-text {
        position: relative;
        top: 1px;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 8px;
        color: rgb(120, 120, 120);
        font-family: Santral Medium;
    }

    .option-text-offer {
        margin-left: 4px;
    }

    .option-text-purchase-history {
        bottom: 0px;
    }

    .account-option-active {
        box-shadow: none;
    }

    .option-notification {
        position: absolute;
        top: 0px;
        right: -24px;
        justify-content: center;
        align-items: center;
        height: 18px;
        width: 18px;
        text-align: center;
        font-family: Santral Medium;
        font-size: 10px;
        color: white;
        background-color: rgb(238, 36, 69);
        border-radius: 4px;
    }

    .option-notification-active {
        display: inline-flex;
    }

    .account-info-content-wrap {
        position: fixed;
        top: 0px;
        left: 0px;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0px;
        background-color: white;
        opacity: 0;
        transform: translateX(100%);
        z-index: 3;
    }

    .account-info-content-wrap-active {
        opacity: 1;
        transform: translateX(0%);
    }

    .account-info-back-button-wrap {
        display: flex;
        top: 23px;
        z-index: 4;
    }

    .recently-viewed-content-wrap {
        margin: 0px;
    }

    .account-info-title {
        padding: 20px;
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 32px;
        border-top: 3px solid rgb(238, 36, 69);
        border-bottom: 2px solid rgb(200, 200, 200);
    }

    .account-info-content-container {
        height: calc(100dvh - 74px);
        padding-left: 10px;
        padding-right: 10px;
        overflow-y: scroll;
    }

    .offer-title-mobile {
        display: block;
    }

    .recently-viewed-content {
        padding-bottom: 160px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .recently-viewed-item {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0px;
        font-size: 3vw;
        border-bottom: 1px solid rgb(200, 200, 200);
    }

    .recently-viewed-item-link {
        display: flex;
        padding: 0px;
    }

    .recently-viewed-item-image {
        position: relative;
        height: calc(100% - 20px);
        width: calc(50% - 30px);
        background-color: transparent;
        border-radius: 20px;
    }

    .title-price-wrap {
        width: 50%;
        padding: 10px;
        margin: 0px;
    }

    .recently-viewed-item-title {
        font-family: Santral Medium;
        font-size: 1.2em;
        font-weight: 500;
    }

    .recently-viewed-item-price {
        margin: 0px;
        color: rgb(56, 56, 56);
        font-family: Santral Medium;
        font-size: 1.4em;
        font-weight: bold;
    }

    .recently-viewed-item-shipping {
        color: rgb(120, 120, 120);
        font-family: Santral Medium;
        font-size: 1em;
    }

    .offer-options-container {
        column-gap: 0px;
        padding: 0px;
        padding-left: 10px;
        margin: 0px;
        margin-top: 10px;
        border-bottom: 1px solid rgb(200, 200, 200);
    }

    .offer-option-below {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 24px;
        padding-left: 10px;
        padding-right: 10px;
        color: rgb(60, 60, 60);
        font-family: Santral Medium;
        background-color: transparent;
        border: none;
        border-radius: 0px;
    }

    .offer-option-below-active {
        background-color: rgb(240, 240, 240);
        border-radius: 10px 10px 0px 0px;
    }

    .offer-option-below-active:after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0px;
        height: 10px;
        width: 100%;
        border-bottom: 3px solid rgb(238, 36, 69);
    }

    .offer-option-text {
        position: relative;
        top: 1px;
    }

    .offer-active-option-notification {
        z-index: 1;
    }

    .account-info-content-container-offers {
        height: calc(100dvh - 119px);
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
        overflow-y: scroll;
    }

    .offer-active-content {
        padding-bottom: 50px;
    }

    .offer-inactive-content {
        padding-bottom: 50px;
    }

    .mobile-offer-respond-button {
        position: absolute;
        display: block;
        z-index: 1;
    }

    .no-active-offers-text {
        margin-top: 20px;
        margin-left: 10px;
    }

    .offer-item {
        padding: 0px;
        margin-top: 0px;
        border: none;
    }

    .offer-item:before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 1px;
        width: 100%;
        border-bottom: 1px solid rgb(200, 200, 200);
    }
    
    .offer-item-left {
        column-gap: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .new-offer-notification {
        top: 6px;
        left: -4px;
    }

    .offer-item-right {
        display: none;
    }
    
    .offer-item-image-link {
        width: calc(50% - 30px);
        padding-top: 5px;
        padding-bottom: 5px;
        box-sizing: border-box;
    }

    .offer-item-image {
        height: 100%;
        width: 100%;
        background-color: rgb(244, 244, 248);
        border-radius: 20px;
    }
    
    .offer-item-info-amount-wrap {
        display: block;
        width: calc(50% + 10px);
        padding: 10px;
        font-size: 3vw;
    }

    .offer-item-info {
        min-width: 0px;
        margin: 0px;
        padding-top: 0px;
    }

    .offer-item-status {
        display: inline-block;
        padding: 3px 8px 2px 8px;
        color: white;
        font-family: Santral Medium;
        font-size: 1.1em;
        border-radius: 12px;
    }

    .offer-received {
        background-color: rgb(125, 223, 101);
    }

    .offer-sent {
        background-color: rgb(238, 36, 69);
    }

    .offer-accepted {
        color: rgb(240, 240, 240);
        background-color: rgb(125, 223, 101);
    }

    .offer-declined {
        background-color: gray;
    }

    .offer-expired {
        background-color: gray;
    }
    
    .offer-item-title {
        padding: 0px;
        padding-right: 10px;
        margin: 0px;
        margin-top: 4px;
        -webkit-line-clamp: 2;
        font-family: Santral Medium;
        font-size: 1.2em;
        font-weight: 500;
    }

    .offer-item-title-link {
        color: rgb(56, 56, 56);
    }
    
    .offer-item-price {
        margin: 0px;
        color: rgb(120, 120, 120);
        font-family: Santral Medium;
        font-size: 1.1em;
    }

    .offer-from-user {
        display: none;
    }

    .offer-to-user {
        display: none;
    }

    .offer-ships-to-text {
        display: none;
    }

    .offer-time-sent {
        margin-top: 0px;
        color: rgb(120, 120, 120);
        font-family: Santral Medium;
        font-size: 1.1em;
    }

    .offer-message {
        display: none;
    }

    .offer-amount-wrap {
        margin-top: 8px;
    }

    .offer-amount-header {
        color: rgb(120, 120, 120);
        font-family: Santral Medium;
        font-size: 1.2em;
    }

    .offer-amount {
        display: block;
        color: rgb(40, 40, 40);
        font-family: Santral Bold;
        font-size: 1.6em;
    }

    .expiration-wrap {
        position: absolute;
        bottom: 15px;
    }

    .offer-expiration-header {
        display: inline-block;
        margin-top: 0px;
        color: rgb(120, 120, 120);
        font-family: Santral Medium;
        font-size: 1em;
    }

    .offer-expiration-time {
        font-family: Santral Medium;
        font-size: 1em;
    }

    .offer-x-button-wrap {
        top: 20px;
        left: 20px;
        height: 18px;
        width: 18px;
        padding: 5px;
        background-color: rgb(230, 230, 230);
        border-radius: 14px;
    }

    .offer-x-button {
        background-image: url("https://aurummarketplace.com/Images/x-mobile.svg");
    }

    .offer-response-header {
        margin-bottom: 20px;
        color: rgb(60, 60, 60);
        font-family: Santral Medium;
        font-size: 24px;
    }

    .offer-accepted-notification {
        font-size: 24px;
    }

    .counteroffer-submitted-notification {
        margin-top: 10px;
    }

    .offer-response-info-table {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .offer-response-row {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .offer-history-container {
        height: auto;
        max-height: 120px;
        margin-bottom: 50px;
    }

    .offer-history-header {
        margin-top: 0px;
        font-family: Santral Medium;
    }
    
    .offer-counter-header {
        margin-top: 0px;
        color: rgb(120, 120, 120);
        font-family: Santral Medium;
        font-size: 16px;
    }

    .offer-counter-input {
        margin-bottom: 20px;
    }
    
    .offer-counter-amount-text {
        color: rgb(60, 60, 60);
        font-family: Santral Medium;
    }

    .offer-counter-info-table {
        color: rgb(60, 60, 60);
        font-family: Santral Medium;
        font-size: 16px;
    }
    
    .offer-counter-submit-clause {
        color: rgb(120, 120, 120);
        font-family: Santral Medium;
    }

    .offer-counter-message {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .offer-counter-message-review-container {
        margin-top: 40px;
        color: rgb(60, 60, 60);
        font-family: Santral Medium;
        font-size: 14px;
    }

    .offer-response-button-wrap {
        position: relative;
    }

    .offer-response-button {
        height: 40px;
        font-family: Santral Medium;
        border-radius: 20px;
    }

    .offer-review-counter-button {
        margin: auto;
        margin-top: 10px;
    }

    .offer-counter-review-wrap {
        min-height: 0px;
    }

    .counteroffer-submitted-button {
        font-family: Santral Medium;
    }

    .offer-confirm-accept-clause {
        color: rgb(60, 60, 60);
        font-family: Santral Medium;
    }

    .offer-counter-wrap {
        position: relative;
        min-height: 0px;
        margin-top: 0px;
    }
    
    .account-info-content-container-orders {
        height: calc(100dvh - 119px);
        padding-left: 10px;
        padding-right: 10px;
        overflow-y: scroll;
    }

    .order-options-container {
        column-gap: 0px;
        padding: 0px;
        padding-left: 10px;
        margin: 0px;
        margin-top: 10px;
        border-bottom: 1px solid rgb(200, 200, 200);
    }

    .order-option {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 24px;
        min-width: 60px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        color: rgb(60, 60, 60);
        font-family: Santral Medium;
        background-color: transparent;
        border: none;
        border-radius: 0px;
    }

    .order-option-active {
        background-color: rgb(240, 240, 240);
        border-radius: 10px 10px 0px 0px;
    }

    .order-option-active:after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0px;
        height: 10px;
        width: 100%;
        border-bottom: 3px solid rgb(238, 36, 69);
    }

    .order-option-text {
        position: relative;
        top: 1px;
    }
    
    .order-content {
        height: calc(100% - 108px);
        margin-top: 10px;
        overflow: hidden;
        overflow-y: scroll;
    }

    .no-orders-notification {
        margin-top: 10px;
        margin-left: 10px;
    }
        
    .order-wrap {
        margin-bottom: 10px;
        border-bottom: 1px solid rgb(200, 200, 200);
    }

    .order-header-wrap {
        justify-content: space-between;
        max-height: 2000px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 20px;
    }

    .order-header-left {
        flex-direction: column;
        justify-content: center;
        row-gap: 4px;
        width: auto;
    }

    .order-date-header {
        margin: 0px;
        font-family: Santral Medium;
        font-size: 12px;
    }

    .order-date {
        font-family: Santral Medium;
        font-size: 12px;
    }

    .order-total-header {
        margin: 0px;
        font-family: Santral Medium;
        font-size: 12px;
    }

    .order-total {
        font-family: Santral Medium;
        font-size: 12px;
    }

    .order-view-details-button {
        width: 130px;
        padding-top: 1px;
        font-family: Santral Medium;
        font-size: 12px;
        border-radius: 20px;
    }

    .order-header-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: auto;
    }

    .order-item {
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .order-item-mobile-link {
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        z-index: 1;
    }

    .order-item-right {
        display: none;
    }

    .order-item-image-container {
        width: 40%;
        min-width: 0px;
    }

    .order-item-information {
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-content: space-between;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 60%;
    }

    .order-item-status-header {
        color: rgb(120, 120, 120);
        font-family: Santral Medium;
        font-size: 12px;
    }

    .order-item-title {
        display: -webkit-box;
        margin-top: 0px;
        color: rgb(20, 20, 20);
        font-family: Santral Medium;
        font-size: 12px;
        font-weight: 500;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .order-item-quantity {
        display: none;
    }

    .order-item-seller {
        display: none;
    }

    .order-item-tracking-price-wrap {
        margin-bottom: 10px;
    }

    .order-item-tracking {
        margin-top: 0px;
        text-decoration: underline;
        color: rgb(120, 120, 120);
        font-family: Santral Medium;
        font-size: 12px;
    }

    .tracking-text-mobile {
        display: none;
    }

    .order-item-price-mobile {
        display: block;
        color: rgb(20, 20, 20);
        font-family: Santral Medium;
        font-size: 16px;
        margin-top: 4px;
    }

    .price-text-mobile {
        display: none;
    }

    .return-content {
        height: calc(100% - 108px);
        margin-top: 10px;
        overflow: hidden;
        overflow-y: scroll;
    }
    
    .no-returns-notification {
        margin-top: 10px;
        margin-left: 10px;
    }
    
    .return-wrap {
        margin-bottom: 10px;
        border-bottom: 1px solid rgb(200, 200, 200);
    }

    .return-header-wrap {
        justify-content: space-between;
        max-height: 2000px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 20px;
    }

    .return-header-left {
        flex-direction: column;
        justify-content: center;
        row-gap: 4px;
        width: auto;
    }

    .return-date-header {
        margin: 0px;
        font-family: Santral Medium;
        font-size: 12px;
    }

    .return-date {
        font-family: Santral Medium;
        font-size: 12px;
    }

    .return-total-header {
        margin: 0px;
        font-family: Santral Medium;
        font-size: 12px;
    }

    .return-total {
        font-family: Santral Medium;
        font-size: 12px;
    }

    .return-view-details-button {
        width: 130px;
        padding-top: 1px;
        font-family: Santral Medium;
        font-size: 12px;
        border-radius: 20px;
    }

    .return-header-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: auto;
    }

    .return-item {
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .return-item-mobile-link {
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        z-index: 1;
    }

    .return-item-right {
        display: none;
    }

    .return-item-image-container {
        width: 40%;
        min-width: 0px;
    }

    .return-item-information {
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-content: space-between;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 60%;
    }

    .return-item-status-header {
        color: rgb(120, 120, 120);
        font-family: Santral Medium;
        font-size: 12px;
    }

    .return-item-title {
        display: -webkit-box;
        margin-top: 0px;
        color: rgb(20, 20, 20);
        font-family: Santral Medium;
        font-size: 12px;
        font-weight: 500;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .return-item-quantity {
        display: none;
    }

    .return-item-seller {
        display: none;
    }

    .return-item-tracking-price-wrap {
        margin-bottom: 10px;
    }

    .return-item-tracking {
        margin-top: 0px;
        text-decoration: underline;
        color: rgb(120, 120, 120);
        font-family: Santral Medium;
        font-size: 12px;
    }

    .return-item-price-mobile {
        display: block;
        color: rgb(20, 20, 20);
        font-family: Santral Medium;
        font-size: 16px;
        margin-top: 4px;
    }

    .message-section {
        position: relative;
        left: 0px;
        height: 100%;
    }

    .message-side-menu-container {
        position: absolute;
        top: 50px;
        display: flex;
        height: 44px;
        min-height: 0px;
        width: 100%;
        padding: 10px;
        white-space: nowrap;
        box-sizing: border-box;
        background-color: transparent;
        overflow-x: scroll;
        z-index: 4;
    }
    
    .message-side-menu-container::-webkit-scrollbar {
        display: none;
    }

    .message-side-menu-header {
        display: none;
    }

    .inbox-links-container {
        display: inline-block;
    }

    .message-content-button {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        height: 20px;
        padding: 2px 10px 2px 10px;
        margin-right: 10px;
        font-family: Santral Medium;
        font-size: 12px;
        white-space: nowrap;
        background-color: rgb(240, 240, 240);
        border-radius: 12px;
        border: none;
    }

        .message-content-button:hover {
            color: white;
            background-color: rgb(60, 60, 60);
            border: none;
        }

    .message-content-button-active {
        color: white;
        background-color: rgb(60, 60, 60);
        border: none;
    }

    .inbox-links-list {
        display: flex;
        margin: 0px;
    }

    .inbox-links-list-item {
        padding: 2px 10px 2px 10px;
        font-family: Santral Medium;
    }

    .inbox-link {
        font-size: 12px;
    }

    .message-loading-pulse-container {
        display: none;
        flex-direction: column;
        padding-left: 10px;
    }
    
    .message-loading-pulse-header-top {
        height: 24px;
        width: 100px;
        margin-top: 20px;
        margin-bottom: 0px;
    }
    
    .message-loading-pulse-header-button-wrap {
        margin-top: 57px;
        margin-bottom: 10px;
    }
    
    .message-loading-pulse-header-button-left {
        display: inline-block;
        height: 24px;
        width: 24px;
        margin-right: 4px;
    }
    
    .message-loading-pulse-header-button {
        display: inline-block;
        height: 24px;
        padding: 0px 10px 0px 10px;
    }
    
    .message-loading-pulse-row-wrap {
        display: flex;
        column-gap: 4px;
        height: 50px;
        margin-top: 1px;
        margin-bottom: 1px;
    }
    
    .message-loading-pulse-user-icon {
        position: relative;
        top: 13px;
        height: 24px;
        width: 24px;
    }
    
    .message-loading-pulse-interior-row-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 80%;
    }
    
    .message-loading-pulse-row {
        height: 18px;
    }
    
    .message-loading-pulse-row-bottom {
        width: 15%;
    }
        
    .message-container {
        display: block;
        padding: 0px;
    }

    .message-header {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 137px;
        padding: 0px;
        background-color: white;
        border-top: 4px solid rgb(238, 36, 69);
        border-radius: 0px;
        z-index: 3;
    }

    .message-filter-wrap {
        margin: 20px 0px 0px 10px;
    }

    .message-options-container {
        padding: 10px;
        margin: 0px;
        border-top: 1px solid rgb(200, 200, 200);
        border-bottom: 1px solid rgb(200, 200, 200);
    }

    .message-options-buttons-wrap {
        display: flex;
        column-gap: 4px;
    }

    .message-option-button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 24px;
        padding: 0px 10px 0px 10px;
        font-family: Santral Medium;
        font-size: 12px;
        background-color: rgb(240, 240, 240);
        border-radius: 15px;
        border: none;
    }

    .select-all-checkbox {
        height: 20px;
        width: 20px;
        appearance: none;
        outline: none;
        border-radius: 6px;
        border: 1px solid rgb(200, 200, 200);
    }

    .select-all-checkbox:checked {
        background-color: rgb(60, 60, 60);
        border: none;
    }

    .message-content-container {
        position: relative;
        top: -47px;
        max-height: calc(100dvh - 88px);
        overflow: hidden;
        overflow-y: scroll;
        z-index: 2;
    }
    
    .message-content-container::-webkit-scrollbar {
        display: none;
    }

    .message-content-table:after {
        content: "End of page";
        display: block;
        height: 100px;
        width: 100vw;
        padding-top: 10px;
        text-align: center;
        color: rgb(60, 60, 60);
        font-family: Santral Medium;
        font-size: 12px;
    }

    .message-content-table-header-row {
        height: 0px;
        visibility: hidden;
    }

    .checkbox-column {
        width: 33px;
    }

    .read-notification-column {
        width: 20px;
    }

    .replied-column {
        width: 20px;
    }

    .from-column {
        width: 100px;
    }

    .to-column {
        display: none;
    }

    .date-column {
        width: 60px;
    }
    
    .message-content-table-row {
        height: 50px;
        font-family: Santral Medium;
    }

    .message-content-checkbox {
        display: block;
        height: 20px;
        width: 20px;
        appearance: none;
        outline: none;
        border-radius: 6px;
        border: 1px solid rgb(200, 200, 200);
    }

    .message-content-checkbox:checked {
        background-color: rgb(60, 60, 60);
        border: none;
    }

    .table-data-body {
        white-space: initial;
    }

    .table-data-body-text {
        display: -webkit-box;
        padding-top: 2px;
        padding-bottom: 2px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .table-data-to {
        display: none;
    }

    .page-number-navigation-container {
        position: fixed;
        bottom: 0px;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: white;
        border-top: 1px solid rgb(200, 200, 200);
    }

    .page-number-select {
        margin: 0px;
        border-radius: 10px;
    }

    .conversation-back-button-wrap {
        position: absolute;
        top: 23px;
        right: 12px;
        margin: 0px;
    }

    .conversation-back-button {
        left: 1px;
        background-image: url("https://aurummarketplace.com/Images/arrow-right-black.svg");
        background-size: cover;
    }
    
    .conversation-container-wrap {
        position: fixed;
        top: 0px;
        left: 0px;
        display: block;
        height: 100dvh;
        width: 100%;
        padding: 0px;
        opacity: 0;
        background-color: white;
        transform: translateX(100%);
    }

    .conversation-container-wrap-active {
        opacity: 1;
        transform: translateX(0%);
        z-index: 5;
    }

    .conversation-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 36px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 20px;
        padding-right: 40px;
        margin: 0px;
        font-family: Santral Medium;
        font-size: 16px;
        border-top: 4px solid rgb(238, 36, 69);
        border-bottom: 2px solid rgb(200, 200, 200);
    }

    .conversation-header-subject-link {
        display: inline-block;
    }

    .conversation-container {
        position: relative;
        height: 100%;
        max-height: calc(100% - 164px);
        padding-bottom: 20px;
        margin: 0px;
        box-sizing: border-box;
        border: none;
    }

    .message-content {
        font-family: Santral Medium;
    }

    .message-send-container {
        position: fixed;
        bottom: 0px;
        width: 100%;
        padding: 20px 10px 30px 10px;
        margin: 0px;
        background-color: white;
        box-sizing: border-box;
        border-top: 1px solid rgb(200, 200, 200);
    }

    .textarea-counter-wrap {
        position: relative;
        display: inline-block;
        height: 50px;
        width: calc(90% - 30px);
        vertical-align: middle;
    }

    .message-textarea {
        height: 100%;
        min-height: 40px;
        padding: 6px;
    }

    .character-counter {
        position: absolute;
        bottom: -17px;
    }

    .send-message-button-wrap {
        display: inline-block;
        vertical-align: middle;
    }

    .send-message-button {
        height: 30px;
        width: 10%;
        min-width: 60px;
        margin: 0px;
        border-radius: 20px;
    }

    .conversation-subject-header {
        display: none;
    }

    .account-information-section {
        height: 100%;
        padding: 20px;
        padding-top: 10px;
        overflow-y: scroll;
    }

    .account-sign-in-window-wrap {
        display: flex;
        justify-content: end;
        visibility: hidden;
    }

    .account-sign-in-window-wrap-active {
        visibility: visible;
    }

    .sign-in-tint {
        height: 100vh;
    }

    .account-sign-in-window {
        bottom: 0px;
        left: 0px;
        display: block;
        visibility: visible;
        height: auto;
        min-height: 0px;
        width: 100%;
        margin: 0px;
        padding: 0px;
        padding-bottom: 80px;
        transform: translateY(100%);
        border-radius: 30px 30px 0px 0px;
}

    .account-sign-in-window-active {
        transform: translateY(0%);
    }

    .account-sign-in-section {
        width: 100%;
    }
    
    .account-header {
        margin-top: 0px;
        color: rgb(60, 60, 60);
        font-family: Santral Medium;
        font-size: 22px;
    }

    .table-wrap {
        width: 90%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .login-table {
        height: auto;
        width: auto;
    }

    .login-form {
        margin-bottom: 0px;
    }

    .label {
        font-family: Santral Medium;
    }

    .login-email-box {
        height: 44px;
        padding-top: 4px;
        font-family: Santral Medium;
        box-sizing: border-box;
    }

    .text-box {
        border-radius: 10px;
    }

    .forgot-password-text {
        position: relative;
        top: 1px;
        font-family: Santral Medium;
    }

    .login-submit-button {
        font-family: Santral Medium;
        border-radius: 50px;
    }

    .personal-info-header {
        color: rgb(120, 120, 120);
        font-family: Santral Medium;
    }

    .account-information-back-button {
        color: rgb(120, 120, 120);
        font-family: Santral Medium;
    }

    .info-container {
        height: 90%;
        padding-bottom: 100px;
        overflow-y: scroll;
    }
    
    .personal-info-row {
        justify-content: space-between;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .personal-info-address-row {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .personal-info-row-item-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .personal-info-row-item {
        min-width: 0px;
        font-family: Santral Medium;
    }

    .personal-info-row-data {
        color: rgb(120, 120, 120);
        font-size: 12px;
    }

    .personal-info-edit-form {
        position: relative;
        flex-direction: row;
        column-gap: 10px;
    }

    .text-box-edit-wrap {
        display: flex;
        flex-direction: column;
        margin: 0px;
    }

    .text-box-edit-individual-wrap {
        margin-bottom: 2px;
    }

    .text-box-edit-individual-wrap-first-name {
        margin-bottom: 2px;
    }

    .text-box-edit {
        width: 100%;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        border-radius: 10px;
    }

    .text-box-edit-label {
        display: none;
    }
    
    .text-box-edit-address-wrap {
        width: 50%;
    }

    .personal-info-edit-form-address {
        flex-direction: column;
    }

    .text-box-edit-button-wrap {
        flex-direction: row-reverse;
        column-gap: 4px;
        width: 50%;
        margin: 0px;
    }

    .text-box-edit-button {
        margin: auto;
        padding-top: 2px;
        padding-bottom: 2px;
        font-family: Santral Medium;
        border-radius: 16px;
        border: none;
    }
}

@media only screen and (max-width: 280px) {
    .text-box-edit-individual-wrap {
        margin-top: auto;
        margin-bottom: auto;
    }

    .text-box-edit-button-wrap {
        flex-direction: column-reverse;
        justify-content: center;
        row-gap: 2px;
    }

    .text-box-edit-button {
        margin: 0px;
    }
}