@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

body {
    font-family: "Inter";
    padding: 0px;
    margin: 0px;
    overflow: inherit;
    box-sizing: border-box;
    color: #444444;
}

nav {
    flex-direction: row;
    justify-content:flex-start;
}
ul {
    text-decoration: none;
    list-style: none;
    text-align: center;
}
.menu-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #ffffff;
    color: #222222;
    padding: 0 2%;
    align-items: center;
}

.menu-bar-wrapper {
    border: 1px #cccccc;
    border-style: solid none;
    display: flex;
    flex-direction: column;
}
a {
    text-decoration: none;
    color: #444444;
}
a:hover {
    color: forestgreen;
    cursor: pointer;
}
.regular-link:hover {
    color: forestgreen;
    cursor: pointer;
}
.button-round {
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;

}

.button-rounded {
    border: 1px solid #e2e2e2;
    border-radius: 30px;
    width: fit-content;
    padding: 0px 20px 0px 20px;
    height: 50px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
}

.inline-list {
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    text-align: center;
    height: fit-content;
    width: fit-content;
}
.column-list {
    display: table-cell;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    height: fit-content;
    width: fit-content;
}
.border {
    border: 1px #ff0000 !important;
    border-style: solid !important;
}
.center {
    vertical-align: middle;
}

#body-content-universal {
    display: flex;
    height: fit-content;
    width: 100% !important;
    overflow-x: clip;
}

.footer {
    font-size: 14px;
    background-color: #f9f9f9;
    width: calc(100%) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0px 20px 0px;
    margin: 40px 0px 0px 0px;
    font-family: Inter !important;
    color: #555555;
    border-top: 1px solid #e2e2e2;
    position: relative;
    bottom: 0 !important;
}

.page-selector-wrapper {
    width: 99vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 0px 20px 0px;
    margin: 40px 0px 0px 0px;
    font-family: Inter !important;
}

.page-selector {
    width: 650px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#menu-links {
    display: table;
    position: relative;
}

.container {
    display: table;
    position: relative;
}

.navbar-hamburger {
    display: none; 
}
@media screen and (max-width: 830px) {
    .navbar-links {
        display: none;
    }
    .navbar-hamburger {
        display: flex;
        padding-right:10px;
        color: #333333;
        padding:10px;
    }
    .search-bar {
        background-color: #dddddd;
        outline: none;
        border: none;
        border-radius: 20px;
        width: 60% !important;
        height: 40px;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
}

.search-bar-mobile-wrapper {
    display: none !important;
}

@media screen and (max-width: 580px) {
    .search-bar {
        display: none !important;
    }
    .search-bar-mobile {
        background-color: #dddddd;
        outline: none;
        border: none;
        width: 90vw;
        border-radius: 20px;
        height: 40px;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        margin-bottom: 20px;
    }
    .search-bar-mobile-wrapper {
        display: flex !important;
        width: 100%;
        justify-content: center;
    }
}

.center-helper {
    height: fit-content;
    width: fit-content;
    display: table-cell;
    vertical-align: middle;
    text-wrap: nowrap;
    horiz-align: center;
    margin: 0;
    padding: 0 10px;
}

.button {
    text-decoration: none;
    background-color: forestgreen;
    color: white;
    border-radius: 20px;
    border: none;
    height: auto;
    padding: 10px;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    font-family: Inter;
}
.button-white {
    text-decoration: none;
    background-color: white !important;
    color: forestgreen;
    border-radius: 20px;
    border: 1px solid forestgreen;
    height: auto;
    padding: 10px;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    font-family: Inter;
}

.button:hover {
    color: white;
}

.menu-row {
    display: table-cell;
    vertical-align: middle;
}
.padded-text {
    padding: 0px 10px 0px 10px;
    text-align: center;
}
.padding10px {
    padding:5px;
    text-align: center;
    width: 100%;
}

.body-listings {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
    padding-top: 20px;
    width:100%;
}

.search-filters-sidebar {
    display:flex;
    flex-direction: column;
    padding: 20px 10px 0px 20px;
}

.search-image-padded {
    margin: 5px;
    border-radius: 15px;
    height: 15pc;
    width: 15pc;
    object-fit: contain !important;
    border: 1px solid #dddddd !important;
    background-color: #eeeeee;
}
.search-listing-image-a {
    width: fit-content;
}

.search-listing-description-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.mobile-autohide {
    
}

.search-filters-mobile-show {
    display: none;
}
@media screen and (max-width: 1000px) {
    .listing-full {
        display: flex;
        flex-direction: column !important;
        text-align: center;
        height: fit-content;
        width: 90% !important;
        border: 1px #eeeeee;
        border-style: solid;
        border-radius: 15px;
        margin: 5%;
        font-size: 14px;
        box-shadow: 1px 1px 10px #eeeeee;
        margin-bottom: 3px;
    }
    .search-image-padded {
        margin: 5px;
        border-radius: 15px;
        width: 95%;
        height: 95%;
        object-fit: contain !important;
        border: 1px solid #dddddd !important;
        background-color: #eeeeee;
    }
    .search-listing-image-a {
        width: 100%;
        aspect-ratio: 1/1;
    }
    .search-listing-description-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width:100% !important;
        max-width: 100%;
    }
}

@media screen and (max-width:740px) {
    .listing-full {
        display: flex;
        flex-direction: row !important;
        text-align: center;
        height: fit-content;
        width: 98% !important;
        max-width: 100vw !important;
        border: 1px #eeeeee;
        border-style: solid;
        border-radius: 15px;
        margin: 5%;
        font-size: 14px;
        box-shadow: 1px 1px 10px #eeeeee;
        margin-bottom: 3px;
        align-self: center;
    }
    .search-image-padded {
        margin: 5px;
        border-radius: 15px;
        height: 15pc;
        width: 15pc;
        object-fit: contain !important;
        border: 1px solid #dddddd !important;
        background-color: #eeeeee;
    }
    .search-listing-image-a {
        width: fit-content;
        height: auto;
    }
    .search-listing-description-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100% !important;
        max-width: 100%;
    }
    #body-content-universal {
        display: flex;
        flex-direction: column;
        height: fit-content;
        width: 99%;
        overflow-x: clip;
    }
    .mobile-autohide {
        display: none !important;
    }
    .search-filters-mobile-show {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-top:25px;
        height: fit-content;
    }
    .search-filters-sidebar {
        display: flex;
        flex-direction: row;
        width:100%;
        padding: 10px 0px 0px 0px;
        justify-content: center;
    }

    .listing-description {
        width: calc(100% - 10px) !important;
        margin: 5px;
    }
}

@media screen and (max-width:650px) {
    .listing-compact-data-container {
        flex-direction: column !important;
    }
    .listing-compact-data {
        flex-direction: row !important;
        align-self: center;
    }
    .listing-commentary {
        display: grid;
    align-items: center;
    }
}

@media screen and (max-width:600px) {
    .listing-full {
        margin: 5px 0px 0px 0px !important;
    }
    .search-image-padded {
        width:35vw;
        height:35vw;
    }
    .listing-title {
        margin: 0px 0px 5px 0px !important;
        width: 98% !important;
        padding-bottom:5%;

    }
    .listing-price {
        font-size: 20px !important;
        padding-bottom: 0px !important;
    }
    .search-listing-seller {
        font-size: 15px !important;
    }

    .listing-viewers {
        font-size: 12px;
        padding-right: 3% !important;
    }
    .listing-footer {
        padding-bottom: 3% !important; 
    }
}

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

    .listing-title {
        font-size: 15px !important;
    }
    .listing-price {
        font-size: 20px !important;
        padding-bottom: 0px !important;
    }
    .search-listing-seller {
        font-size: 15px !important;
    }
}

@media screen and (max-width:500px) {
    .listing-full {
        margin: 2px 0px 0px 0px !important;
    }
    .listing-title {
        font-size: 15px !important;
        padding-top:2%;
    }
    .listing-price {
        font-size: 20px !important;
        padding-bottom: 0px !important;
    }
    .search-listing-seller {
        font-size: 15px !important;
    }
}

@media screen and (max-width:450px) {
    .listing-full {
        margin: 0px 0px 0px 0px !important;
    }
    .listing-title {
        font-size: 13px !important;
    }
    .listing-price {
        font-size: 18px !important;
        padding-bottom: 0px !important;
    }
    .search-listing-seller {
        font-size: 14px !important;
    }
    .listing-commentary {
        font-size: 13px !important;

    }
}

@media screen and (max-width:400px) {
    .listing-title {
        font-size: 13px !important;
        padding-bottom: 0% !important;
    }
    .listing-price {
        font-size: 18px !important;
        padding-bottom: 0px !important;
    }
    .search-listing-seller {
        font-size: 14px !important;
    }
    .listing-commentary {
        font-size: 13px !important;

    }
}
/* @media screen and (max-width:645px) {
    .body-listings {
        display: flex;
        flex-direction: column;
        padding-top: 20px;
        width: 100%;
        align-items: center;
    }
    .listing-full {
        display: flex;
        flex-direction: column !important;
        text-align: center;
        height: fit-content;
        width: 95% !important;
        border: 1px #eeeeee;
        border-style: solid;
        border-radius: 15px;
        font-size: 14px;
        box-shadow: 1px 1px 10px #eeeeee;
        margin-bottom: 3px;
        align-self: middle;
    }
    .search-image-padded {
        margin: 5px;
        border-radius: 15px;
        margin-top: 10px;
        width: 90vw;
        height: 90vw;
        object-fit: contain !important;
        border: 1px solid #dddddd !important;
        background-color: #eeeeee;
    }
    .search-listing-image-a {
        width: 100%;
        height: auto;
    }
    .search-listing-description-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width:100% !important;
        max-width: 100%;
    }
} */

#ended-offers-div {
    width: 100%;
}
.light-input-wrapper {
    border-radius: 15px;
    border: 1px solid #e2e2e2;
    height: 40px;
    background-color: #f2f2f2;
    width: fit-content;
    display: flex;
    flex-direction: row;
}

.listing-recommended-listings-wrapper {
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-x: hidden !important;
    padding-bottom: 20px !important;
    border-bottom: solid 1px #eaeaea;
}

.listing-recommended-listings-images {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
}
.shadow-box-wrapper {
    display: flex;
    justify-content: center;
    width: 100vw;
    height: fit-content;
}
.listing-description-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90vw;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    margin: 10px;
    padding: 20px;
    box-shadow: 2px 2px 10px #eeeeee;
    margin-bottom: 0px;
}

.shadow-border {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    margin: 10px;
    padding: 20px;
    box-shadow: 2px 2px 10px #eeeeee;
}

.shadow-border-box {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    margin: 10px;
    box-shadow: 2px 2px 10px #eeeeee;
}

.shadow-border-nopadding {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    margin: 10px;
    box-shadow: 2px 2px 10px #eeeeee;
}

.margin-gen {
    margin: 10px;
    padding: 20px;
}
.listing-description-text-wrapper {

}

#shipping-option-selected-wrapper {
    padding-bottom: 10px;
    display: none;
}
#shipping-option-selected {
    font-weight: bold;
}

.no-matching-listings {
    width: 100%; 
    padding-top: 2pc; 
    text-align: center; 
    font-size: 20px; 
    font-weight: 500;
}

.listing-cart-info {
    width: 250px;
    padding: 15px;
    font-size: 17px;
    height: fit-content;
}
.listing-description-seller-reviews {
    border-left: 1px solid #eaeaea;
    padding-left: 20px;
    width: 25vw;
}

h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 3px;
}

p {
    padding: 3px;
    font-weight: normal;
    font-family: Inter;
}

.flex-col {
    display: flex;
    flex-direction: column;
    width: fit-content;
}
.bold {
    font-weight: bold;
}
.light-text {
    color: #666666;
}


.border-circle {
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding-left: 2px;
    padding-top: 6px;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.border-light {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}

.listing-view-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: fit-content;
    max-width:92% !important;
}

.justify-center {
    display: flex;
    justify-content: center !important;
}

.space-between {
    display: flex;
    justify-content: space-between !important;
}

.space-evenly {
    display: flex;
    justify-content: space-evenly !important;
}

.listing-previewnobox {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: auto;
    height: fit-content;
    border: 1px #eeeeee;
    border-style: solid;
    border-radius: 15px;
    margin: 10px;
    font-size: 14px;
}

.image-padded {
    margin: 5px;
    border-radius: 15px;
    height: 15pc;
    width: 15pc;
    object-fit: contain !important;
    border: 1px solid #dddddd !important;
    background-color: #eeeeee;
}

.offer-listing-image {
    margin: 5px;
    border-radius: 15px;
    height: 15pc;
    width: 15pc;
    object-fit: contain !important;
    border: 1px solid #dddddd !important;
    background-color: #eeeeee;
}


.overlay-corner {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #222222;
    border-radius: 8px;
    padding: 5px;
    opacity: 85%;
    color: white;
    width: fit-content;
    font-size: 18px;
}

.svg {
    height: 12px;
    width: 12px;
    color: inherit;
    cursor: inherit;
}

.remove-overlay-blank {
    position: absolute;
    transform: translate(10%, -6%);
    padding: 5px;
    opacity: 85%;
    width: fit-content;
    font-size: 30px;
    cursor: pointer;
}

.cl-x-button {
    position: absolute;
    top: 8px; /* Use fixed positioning instead of transform */
    left: 8px;
    border: solid 1px #cccccc;
    width: 30px !important; /* Set fixed width */
    height: 30px !important; /* Set fixed height */
    border-radius: 50%;
    background-color: #f3f3f3;
    cursor: pointer;
    opacity: 0.85;
    z-index: 10; /* Ensure it's above other elements */
    display: flex; /* Center the X image */
    align-items: center;
    justify-content: center;
}

.hover-orange:hover {
    color: darkorange !important;
}

.hover-red:hover {
    color: red !important;
}

.overlay-corner-right {
    position: absolute;
    bottom: 15px;
    right: 12px;
    background-color: #222222 !important;
    border-radius: 8px;
    padding: 5px;
    opacity: 85%;
    color: white;
    width: fit-content;
}

.overlay-background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

.shipping-overlay {
    position: relative;
    display: flex;
    flex-direction: row;
    max-width: 400px !important;
    width: calc(100%-80px) !important;
    height: fit-content;
    border: 1px solid #666666;
    border-radius: 10px;
    margin: 10px;
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 0px;
    color: #555555;
    position: absolute;
    top: calc(50% - 40vh);
    left: calc(50% - 221px);
}

.offer-overlay {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 550px !important;
    height: fit-content;
    border: 1px solid #666666;
    border-radius: 10px;
    margin: 10px;
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 0px;
    color: #555555;
    position: absolute;
    top: calc(50% - 40vh);
    left: calc(50% - 296px);
}

.generic-overlay {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 400px !important;
    height: fit-content;
    border: 1px solid #666666;
    border-radius: 10px;
    margin: 10px;
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 0px;
    color: #555555;
    position: absolute;
    top: calc(50% - 20vh);
    left: calc(50% - 230px);
}

@media screen and (max-width: 450px) {
    .generic-overlay {
        width: calc(100% - 62px) !important;
        top: calc(50% - 20vh);
        left: 0px;
    }
}

@media screen and (max-width: 600px) {
    .offer-overlay {
        width: calc(100% - 42px) !important;
        top: calc(50% - 40vh);
        left: 0px;
    }
}

@media screen and (max-width: 450px) {
    .shipping-overlay {
        width: calc(100% - 42px) !important;
        top: calc(50% - 40vh);
        left: 0px;
    }
}


.inbox-overlay {
    display: flex;
    flex-direction: column;
    width: fit-content;
    max-height: 364px;
    height: fit-content;
    overflow-y: scroll;
    padding: 0px 5px 0px 5px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    position: absolute;
    top: 70px;
    right: 90px;
    background-color: #ffffff;
    z-index: 1;

}
.inbox-overlay-internal {
    display: flex;
    flex-direction: column;
    position: relative;
}
h3 {
    padding: 0px;
}
.inbox-preview-row {
    display: flex;
    flex-direction: row;
    width: 500px;
    height: 110px;
    padding-bottom: 5px !important;
    padding-top: 5px;
    cursor: pointer;
}
.inbox-preview-text {
    justify-content: space-between;
    height: 100px;
    width: 400px !important;
    margin: 10px;
    margin-bottom: 0px;
}

.inbox-preview-image {
    margin: 5px;
    border-radius: 15px;
    height: 100px;
    width: 100px;
    object-fit: contain !important;
    border: 1px solid #dddddd !important;
    background-color: #eeeeee;
}

.info-pair-left {
    text-align: left;
    padding-right: 5px;
}

.info-pair-right {
    color: #666666;
    text-align: right;
}

.info-pair-collection {
    display: flex;
    flex-direction: column;
    width:100%;
}

.info-pair-container {
    padding: 8px;
    display: flex;
    flex-direction: row;
    width:calc(100% - 16px);
    justify-content: space-between;
    border-bottom: solid 1px #eaeaea;
}
.order-details-x {
    position:absolute;
    height: 20px;
    width: 20px;
    background-color: black;
    right: 20px;
}
.px5bot {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.seller-options {
    width: 70vw;
    align-self: center;
}

.order-details-info {
    display: flex;
    flex-direction: column;
    width: fit-content;
    height: fit-content;
    padding: 15px;
    width: calc(100% - 30px);
}

.order-details-title {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: fit-content;
    justify-content: space-between;
}


.text-padded {
    box-sizing:border-box;
    width: calc(100% - 12px);
    height: fit-content;
    overflow-wrap: break-word;
    margin: 0px 5px 10px 5px;
    text-align: center;
    font-size: 15px;
}

.listing-preview {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 15pc;
    height: fit-content;
    border: 1px #eeeeee;
    border-style: solid;
    border-radius: 15px;
    font-size: 14px;
    box-shadow: 1px 1px 10px #eeeeee;
    margin: 5px;
}

.overlay-parent-container {
    position: relative; /* This is necessary for absolute positioning of the overlay */
    overflow: hidden;  /* Prevent the overlay from going outside the parent container */
    width: 100%;
    height: auto;
}

.preview-image-padded {
    margin: 5px;
    border-radius: 15px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    object-fit: contain !important;
    border: 1px solid #dddddd !important;
    background-color: #eeeeee;
}

.account-search-and-title {
    display: flex;
    flex-direction: row;
}

.account-search-div {
    overflow: hidden; 
    width:100% !important;
}
.account-search-title {
    display: flex;
    width:300px;
    justify-content: center;
}
.account-search-search {
    height:55px; 
    width: 100%;
    display: flex;
    margin-left: 40px;
}

.account-items-search-wrapper {
    width: fit-content; 
    min-width: 70vw !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.account-page-switcher {
    display: flex;
    flex-direction: row;
    justify-content: right;
    margin-left: 20px;
}

.menu-bar-supplemental {
    /*border: 1px #cccccc;
    border-style: solid none;*/
    display: flex;
    justify-content: space-evenly;
    color: #ff0000;
    font-size: 12px;
    padding: 5px;
}

.input-search {
    background-color: transparent;
    outline: none;
    border: none;
    font-family: "Inter";
    font-size: 15px;
    height: inherit;
    flex-grow: 1;
    overflow: hidden;
    padding: 0px 0px 0px 20px !important;
}

.input-login {
    background-color: transparent;
    outline: none;
    border: none;
    font-family: "Inter";
    font-size: 15px;
    padding-left: 20px;
    height: inherit;
    flex-grow: 1;
    overflow: hidden;
    padding-right: 20px;
}
.search-bar {
    background-color: #dddddd;
    outline: none;
    border: none;
    border-radius: 20px;
    width: 40vw;
    height: 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.search-button {
    font-size: 14px;
    white-space:nowrap !important;

}

.button-outline {
    font-size: 15px;
    font-weight: bold;
    font-family: Inter;
    color: forestgreen;
    background-color: white;
    border: 1px solid forestgreen;
    border-radius: 7px;
    padding: 10px;
    cursor: pointer;
}

.subtotal-calc-wrapper {
    width: fit-content;
    display: flex;
    flex-direction: column;
}
/*
.listing-full {
    display: flex;
    flex-direction: row;
    text-align: center;
    height: fit-content;
    width: fit-content;
    border: 1px #eeeeee;
    border-style: solid;
    border-radius: 15px;
    margin: 10px;
    margin-bottom: 3px;
    font-size: 14px;
    box-shadow: 1px 1px 10px #eeeeee;
    justify-content: stretch;
    padding: 5px;
}
 */
.listing-full {
    display: flex;
    flex-direction: row;
    text-align: center;
    height: fit-content;
    width: 100%;
    max-width: 60vw;
    border: 1px #eeeeee;
    border-style: solid;
    border-radius: 15px;
    margin: 10px;
    font-size: 14px;
    box-shadow: 1px 1px 10px #eeeeee;
    margin-bottom: 3px;
}

.set-tracking-button {
    background-color: #f2f2f2;
    margin-right: 10px;
    color: #555555;
    border-color: #555555;
    padding: 10px;
}

.listing-view-details-wrapper {
    padding-left: 20px;
    width: fit-content;
    max-width: 700px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.listing-recommended-listings-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    overflow-x:scroll;
}

.column-align {
    display: flex;
    flex-direction: column !important;
    width: fit-content;
}
.row-align {
    display: flex;
    flex-direction: row !important;
    width: fit-content;
}

#listing-main-image {
    border-radius: 15px;
    height: 600px !important;
    width: 613px !important;
    object-fit: contain !important;
    border: 1px solid #dddddd !important;
    background-color: #eeeeee;
}
.image-height-500 {
    height: 500px !important;
    width: auto !important;
}
.image-width-500 {
    width: 500px !important;
    height: auto !important;
}
.create-listing-draggable {
    padding: 0px;
    border-radius: 22px;
    cursor: move;
    width: 202px;
    height: 202px;
    position: relative !important; /* Add this to create positioning context */
    display: block; /* Ensure block display */
}

.create-listing-draggable-over {
    border: 2px dotted forestgreen !important;
}
.create-listing-draggable-dragging {
    opacity: 0.4 !important;
    border: 2px dotted black !important;
    border-radius: 20px !important;

}

.border-right {
    padding: 0px 10px 0px 10px;
    border-right: 1px solid #cccccc;
}

.draggable-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid #cccccc;
    border-radius: 20px;
    cursor: move;
    opacity: 1;
    pointer-events: none;
    object-fit: contain !important;
    background-color: #f3f3f3;
}

.listing-image-container {
    width: 615px;
    height: 500px !important;
    display: flex;
    justify-content: center;
    background-color: #eeeeee;
    border-radius: 10px;
    border: 1px dotted #e2e2e2;
}

.bottom-border {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
}

.bottom-border-nopadding {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 0px;
    overflow: hidden;
}

.offer-listing-price {
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 5px;
}

.offer-listing-seller {
    padding-top: 5px;
    padding-bottom: 8px;
}

.offer-listing-title {
    margin: 15px 10px 10px 10px;
    font-size: 17px;
    float: left;
    width: calc(100% - 20px);
}
.offer-listing-viewers {
    color: #707070;
    padding: 0px 20px 0px 10px;
    float: right;
}

.offer-listing-compact-data {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.listing-price {
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 5px;
}

.listing-seller {
    padding-top: 5px;
    padding-bottom: 8px;
}

.search-listing-seller {
    padding-top: 5px;
    padding-bottom: 8px;
    font-size: 17px;
}

.listing-seller > a {
    font-size: 17px;
}

.listing-title {
    margin: 15px 10px 10px 10px;
    font-size: 17px;
    float: left;
    width: calc(100% - 20px);
}
.listing-compact-data {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.listing-description {
    overflow: hidden;
    display: block;
    width: 100%;
    height: fit-content;
}
.listing-commentary {
    overflow: hidden;
    color: #707070;
    padding: 0px 10px 0px 10px;
    text-align: center;
}
.listing-footer {
    height: auto;
    padding-bottom: 15px;
    float: right !important;
    width: calc(100% - 0px);
}
.listing-viewers {
    color: #707070;
    padding: 0px 20px 0px 10px;
    float: right;
}

.listing-compact-data-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.body-sidebar {
    justify-content: center;
    flex-direction: column;
    padding: 0px;
    padding-right: 0px;
    border: 1px #dddddd;
    width: fit-content !important;
    border-style: none solid none none;
    display: inline-block;
    width: 95vw;
    overflow: scroll;
    horiz-align: center;
}

#btn-apply-filters {
}

.sidebar-item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 20vw;
    /*align-content: center;
    justify-content: center;*/
    border: none;
    margin: 10px;
}
.sidebar-filter-list {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: fit-content;
    padding-left: 30px;
    margin-top: 0px;
    margin-bottom: 8px;
}
.sidebar-filters {
    display: grid;
    text-align: center;
    align-items: center;
}

.sidebar-dropdown {
    margin-bottom: 8px;
}


.credential-input {
    background-color: #dddddd;
    outline: none;
    border-radius: 25px;
    max-width: 500px;
    width:100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 14px 0px 14px 0px;
    overflow: hidden;
}

.account-seller-stats {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    max-width: 500px;
}

.variable-align {
    display:flex;
    flex-direction: row;
}

#account-seller-icon {
    object-fit: cover !important;
}

#account-seller-icon-edit {
    object-fit: cover !important;
}

@media screen and (max-width: 800px) {
    .account-seller-stats {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .listing-recommended-listings-images {
        display: flex; 
        flex-wrap: wrap;
        height: fit-content;
        width: fit-content;
        justify-content: center;
    }
    .index-listing-preview {
        width:45%;
    }
}

.dropdown-button {
    text-decoration: none;
    background-color: white;
    color: #555555;
    border-radius: 10px;
    border: 1px solid #777777;
    height: auto;
    padding: 10px;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    font-family: Inter;
    width: 300px;
}
.dropdown-list {
    flex-direction: column;
    width: 300px;
    margin-top: 0px;
    margin-bottom: 8px;
    position: absolute !important;
    background-color: white;
    border: 1px solid #777777;
    border-radius: 10px;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    padding: 0px;
    margin-top:0px;

}
.dropdown-list-short {
    height: fit-content !important;
}
.dropdown-list-long {
    height: 285px !important;
    overflow-y:scroll !important;
}
.list-item {
    padding-left: 0px;
    padding-bottom: 2px;
    margin: 0px;
    text-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    padding: 10px 30px 10px 10px;
    text-align: right;
    height: fit-content;
    text-wrap: wrap !important;
}
/*DARKORANGE*/
.list-item:hover {
    background-color: #d6f5d6;
}

.dropdown-menu {
    display: inline-block;
    position: relative;
    margin: 5px;
}

.dropdown-menu-search-wrapper {
    padding: 5px 0px 5px 0px;
    margin: 0px;
    width: 300px;
    text-wrap: nowrap;
    display: flex;
    justify-content: center;
    text-align: right;
}

.dropdown-menu-search {
    font-family: Inter;
    font-size: 16px;
    border: 1px solid #aaaaaa;
    height: 36px;
    width: 88%;
    border-radius: 11px;
    padding-left: 20px;
}

.sidebar-dropdown {
    width: fit-content;
    font-size: 15px;
}

.center-wrapper {
    display: flex;
    justify-content: center;
    width: 100vw;
    height:fit-content;
}
.login-wrapper {
    display: block;
    justify-self: center;
    max-width: 500px;
    width: 95%;
}
.about-wrapper {
    justify-content: space-between;
    width: 85vw;
    height: fit-content;
    margin-bottom: 100px;
    display: flex;
}

.about-wrapper-center-helper {
    padding-left: 5vw;
    padding-right: 5vw;
}
.about-body-wrapper {
    justify-content: center;
    padding-top: 4vw;
    display: block;
}

.about-niko-text {
    display: block;
    line-height: 25px;
}

.about-niko-image {
    margin-right: 20vw;
}

.fancy-link {
    color: forestgreen;
    text-decoration: underline;
    cursor: pointer;
}

.listing-button-container {
    display: flex;
    flex-direction: column;
    justify-content: right;
    flex: 1;
    justify-content: center;
    margin-top: 15px;
}
.image-scroll {
    overflow-x: scroll;
    width: 615px !important;
}

.listing-buy-button {
    width: 80% !important;
    max-width: 300px;
    margin: 5px;
    height: 50px;
    font-size: 18px;
    border-radius: 25px;
    font-weight: 500;
    font-family: Inter;
    width: 20vw;
}

.largetext {
    font-weight: 600 !important;
    font-size: 40px !important;
    margin: 0px !important;
}

.listing-buy-button-outline {
    background-color: white;
    border: 1px solid forestgreen;
    width: 80% !important;
    max-width: 300px;
    margin: 5px;
    height: 50px;
    font-size: 18px;
    border-radius: 25px;
    font-weight: 500;
    font-family: Inter;
    color: forestgreen;
    min-height: 50px;
    height: fit-content !important;
}
.listing-buy-button-outline:hover {
    color: forestgreen;
}
.clear-option {
    color: #ff7a7a;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 8px;
    display: block !important;
    text-align: center !important;
}

.listing-offer-details {
    width: 100%;
    text-align: left;
    justify-content: left;
}
.login-button {
    width: 100%;
    margin: 14px;
    margin-top: 14px;
    height: 50px;
    font-size: 15px;
    border-radius: 25px;
}

.link-button {
    background: none!important;
    border: none;
    padding: 0!important;
    color: forestgreen;
    text-decoration: underline;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
}

.button-blank {
    border: none;
    border-style: none;
    background-color: inherit;
    cursor: pointer;
    font-weight: bold;
    width: fit-content;
    height: fit-content;
    text-decoration: none;
}

.button-blank-nopadding {
    border: none;
    border-style: none;
    background-color: inherit;
    cursor: pointer;
    font-weight: bold;
    width: fit-content;
    height: fit-content;
    text-decoration: none;
    padding: 0px;
}
.filter-type-label {
    padding-top: 10px;
}

.pointer { 
    cursor: pointer;
}

.image-upload > .input-image-upload {
    display: none;
}
.image-upload-container {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    background: #e2e2e2;
}

.hidden-element {
    display: none;
}
.blue {
    color: forestgreen;
}

.gen-listing-page-main-image {
    width: 400px;
    object-fit: scale-down;
}

.gen-listing-page-preview-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.gen-listing-page-image-selector {
    display: flex;
    flex-direction: row;
}

.inline-inputs {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.index-body-for-you-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: fit-content;
}

.listing-description-item-text {
    width: 30vw !important;
}
.listing-description-item-details {
    width: 30vw;
}

.generic-body-cards-parent {
    flex-direction: column;
    width: 100% !important;;
    margin: 0px;
    padding: 0px;
}

.listing-description-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offer-listing-description-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.offer-listing-full {
    display: flex;
    flex-direction: row;
    text-align: center;
    height: fit-content;
    width: 95vw;
    max-width: 1000px;
    border: 1px #eeeeee;
    border-style: solid;
    border-radius: 15px;
    margin: 10px;
    font-size: 14px;
    box-shadow: 1px 1px 10px #eeeeee;
    margin-bottom: 3px;
}

.cliw-wrapper {
    width:100% !important;
    max-width:600px;
}
#cliw-dropdown-wrapper {
    width: 100%;
    max-width: 400px;
    padding-bottom: 5px;
}
#cliw-generic-filters {
    width: 100%;
}
#cliw-sub-filters {
    width: 100%;
}
.cliw-wrapper-returns {
    width:fit-content !important; 
    text-wrap: nowrap;
}
.cliw-dropdown-wrapper-outer {
    width: 60vw;
}
.cl-details-wrapper {
    width:calc(100% - 40px) !important;
}

.generic-body-card-wrapper {
    display: flex;
    justify-content: space-evenly;
    width: 100vw;
    height: fit-content;
    margin-bottom: 20px;
}
.cl-generic-body-card-wrapper {
    display: flex;
    justify-content: space-evenly;
    width: 100% !important;
    height: fit-content;
    margin-bottom: 20px;
}

.px20-right {
    margin-right: 20px;
}
.px20-left {
    margin-left: 20px;
}
.px20-top {
    margin-top: 20px;
}

.generic-body-card {
    display: flex;
    flex-direction: row;
    width: 96vw;
    height: fit-content;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    margin: 10px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
}

#listing-create-image-button {
    background-color: #e2e2e2;
    justify-content: center;
}

#create-listing-image-window {
    width: fit-content !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.listing-create-image-box {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #cccccc;
    background-color:#f5f5f5;

}
#input-description {
    width:calc(100%-10px) !important;
    height:200px; 
    padding-top: 18px; 
    border: 1px solid #e2e2e2; 
    border-radius: 20px;
}

.generic-input-wrapper {
    border-radius: 20px;
    height: 40px;
    background-color: #f2f2f2;
    border: 1px solid #e2e2e2;
    width: fit-content;
    padding-right: 10px;
}
.cliw-allow-offers {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.center-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    height: 100%;
}

.listing-input-item-count {
    width: 60px;
    height: 20px;
    border: 1px solid #bbbbbb !important;
    border-radius: 7px;
    padding: 10px 10px 10px 10px !important;
}

.generic-input {
    background-color: transparent;
    outline: none;
    border: none;
    font-family: "Inter";
    font-size: 15px;
    padding-left: 20px;
    height: inherit;
    flex-grow: 1;
}

.listing-create-card-label {
    display: flex;
    flex-direction: column !important;
    padding-top: 40px;
    width: 20vw;
}

.your-listing-card {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
}

#search-sidebar-filters-generic {
    width:310px;
    max-width: 310px;
}

#search-sidebar-filters {
    width:310px;
    max-width: 310px;
}

.row-space-between {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
}

.col-space-between {
    display: flex;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.row-space-evenly {
    display: flex;
    flex-direction: row !important;
    justify-content: space-evenly !important;
}

.col-space-evenly {
    display: flex;
    flex-direction: column !important;
    justify-content: space-evenly;
}

.index-body-items-wrapper {
    width: 100%;
}

.listing-filter-tags {
    background-color: #fbfbfb;
    color: #666666;
    border: 1px solid #dbdbdb;
    box-shadow: 2px 2px 10px #eeeeee;
    border-radius: 10px;
    padding: 10px;
    margin: 3px;
}

.index-body-intro {
    width:90% !important;
    max-width:500px !important;
    height: fit-content;
}

.index-body-recommended {
    width: 66vw;
    height: fit-content;
    display: flex;
    flex-direction: row;
}

.seller-bar {
    max-width: 860px !important;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.seller-hub-links {
    width: fit-content; 
}
.seller-card-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly !important;
    padding-left: 50px;
    margin-right: 10px;
}

.profile-image-text-wrapper {
    display: flex;
    flex-direction: row;
}

.profile-text-wrapper {
    display: flex;
    flex-direction: column !important;
    justify-content: space-evenly !important;
    padding-left: 50px; 
    width: 100%;
}

.seller-profile-button {
    width: 200px;
}

.settings-card {
    flex-direction: row;
    width: fit-content;
}

.settings-card-profile {
    width:250px; 
    padding-right:10px; 
    border-right: 1px solid #e2e2e2;
}
.settings-entry-div {
    height:100%; 
    width: 270px;
}

/*SELLER CARD */

@media screen and (max-width: 1000px) {
    .settings-card {
        flex-direction: column !important;
        gap: 10px;
        width: 100%;
    }
    .settings-card-profile {
        border: none !important;
        width: 100%;
    }
    .settings-submit-button {
        height: fit-content !important;
        margin-top: 10px;
    }
    .settings-entry-div {
        width: 100% !important;
        max-width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .seller-bar {
        max-width: 100%;
        width: 100% !important;
        display: flex;
        flex-direction: column;
        height: fit-content;
        width: fit-content;
    }
    .seller-hub-links {
        width: fit-content; 
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .seller-card-buttons {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly !important;
        padding-left: 0px;
        margin: 20px 0px 0px 0px;
    }
    .seller-profile-button {
        width: 150px;
    }
}


@media screen and (max-width: 450px) {
    .seller-bar {
        max-width: 100%;
        width: 100% !important;
        display: flex;
        flex-direction: column;
        height: fit-content;
        width: fit-content;
    }
    .seller-hub-links {
        width: fit-content; 
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .seller-card-buttons {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        width: fit-content;
        align-self: center;
        gap: 10px;
        padding-left: 0px;
        margin: 20px 0px 0px 0px;
    }
    .profile-image-text-wrapper {
        display: flex;
        flex-direction: column;
    }
    .profile-image-wrapper{
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom:10px;
    }
    .profile-text-wrapper {
        text-align: center;
        padding-left: 0px;
    }

    .seller-profile-button {
        width: 300px;
    }
}


.seller-listings {
    width: 100% !important;
}

.seller-listings-grid {
    display: flex;
    width: 80vw;
    flex-wrap: wrap;
    justify-content: center;
    /*grid-template-columns: auto auto auto auto auto;
*/}

.profile-image-wrapper > img {
    border-radius: 50%;
    border: 1px solid grey;

}

.account-title-div {
    margin: 0px 0px 20px 15vw; 
    width: fit-content; 
    display: flex; 
    flex-direction: row; 
    justify-content: space-between;
}
@media screen and (max-width: 1000px) {
    .account-title-div {
        width: 100% !important;
        justify-content: center !important;
        margin: 0px !important;
    }
}

#gen-listing-page-main-image-container {
    padding: 0px;
    margin: 0px;
    width: 400px;
    max-width: 400px;
    max-height: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    background-color: #dddddd;
    border-radius: 10px;
}
img {
    padding: 0px;
    margin: 0px;
}
.nospace {
    padding: 0px;
    margin: 0px;
}

i:hover {
    color: forestgreen;
    cursor: pointer;
}

.noborder {
    border: none !important;
}

.mini-profile-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width:100%;
    padding-left: 20px;
}

.search-seller-preview {
    cursor: pointer; 
    width: calc(100% - 52px) !important; 
    max-width:500px; 
    margin: 10px 5px 20px 5px;
}

.dropdown-wrapper-generic {
    position: absolute;
    background-color: white !important;
    border: 1px solid #dddddd;
    border-radius: 10px;
    z-index: 1;
    padding:0px;
    width: fit-content;
    height: fit-content;
    overflow: hidden;
}
.dropdown-item-generic {
    position: relative;
    z-index: 1;
    height:fit-content;
    border-bottom: 1px solid #eaeaea;
    font-size: 18px;
    padding:10px 25px 10px 25px;
    color: #555555;
}

.dropdown-item-generic:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.top-right-x {
    position: absolute !important;
    width: fit-content;
    top: 20px;
    right: 20px !important;
    filter: invert(18%) sepia(75%) saturate(14%) hue-rotate(314deg) brightness(101%) contrast(80%) !important;
    cursor: pointer;
}

.loader-wrapper {
    /*top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);;*/
}

.loader-animation {
    position: relative; 
    left: calc(50vw - 25px);
    top: calc(50vh - 25px);
    border: 8px solid #f3f3f3; 
    border-top: 8px solid forestgreen; 
    border-radius: 50%; 
    width: 50px;
    height: 50px; 
    animation: spin 1s linear infinite;
}

.listing-100-wrapper {
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.your-listing-card-wrapper {
    width: fit-content; 
    padding: 10px 10px 10px 10px !important;
}
.offer-listing-commentary {
    text-align: center !important;
}
/* offers.php */
@media screen and (max-width: 700px) {
    .listing-seller {
        font-size: 100% !important;
        font-weight: 500;
    }
    .listing-compact-data {
        padding: 0px;
    }
    .offer-listing-full {
        flex-direction: column;
    }
    .offer-listing-image {
        width: 90vw;
        height: 90vw;
        margin-top: 2.5vw;
    }
    .offer-listing-viewers {
        display: none;
    }
    .offer-listing-seller {
        font-size: 100%;
        font-weight:500;
        padding-bottom: 12px;
    }
    /* .offer-listing-price {
        padding: 0px;
        font-size: 4vw;
    }
    .offer-listing-seller {
        font-size: 3vw;
        padding-bottom: 1px;
    }
    .offer-listing-commentary {
        font-size: 3vw;
        text-align: center !important;
    }
    .offer-listing-viewers {
        display: none;
    }
    .offer-listing-compact-data {
        display: flex;
        flex-direction: column;
        padding: 1%;
    } 
    .offer-listing-image {
        margin: 5px;
        border-radius: 15px;
        height: 30vw;
        width: 30vw;
        object-fit: contain !important;
        border: 1px solid #dddddd !important;
        background-color: #eeeeee;
    }*/
}



/* listing.php */
@media screen and (max-width: 1000px) {
    .listing-100-wrapper {
        width: 100vw;
    }
    .your-listing-card-wrapper {
        width: fit-content; 
        padding: 10px 10px 10px 10px !important;
    }
    .listing-view-wrapper {
        display: flex;
        flex-direction: column;
        width:90vw !important;
        margin: 10px 0px 0px 0px;
        padding: 2%;
        max-width:100%;
    } 
    .listing-view-details-wrapper {
        padding: 0px;
        width: 100%;
        max-width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .listing-button-container {
        display: flex;
        flex-direction: column;
        justify-content: right;
        flex: 1;
        justify-content: center;
        padding-top:20px;
    }
    #listing-main-image {
        border-radius: 15px;
        height: 90vw !important;
        width: 100% !important;
        object-fit: contain !important;
        border: 1px solid #dddddd !important;
        background-color: #eeeeee;
    }
    .image-scroll {
        overflow-x: scroll;
        width: 100% !important;
    }
}

@media screen and (max-width: 800px) {
    .listing-description-box {
        display: flex;
        flex-direction: column;
        width: 90vw;
        border: 1px solid #e2e2e2;
        border-radius: 10px;
        margin: 10px;
        padding: 20px;
        box-shadow: 2px 2px 10px #eeeeee;
        margin-bottom: 0px;
    }
    .listing-description-item-text {
        width: 100% !important;
        padding-bottom: 20px;
    }

    .listing-description-item-details {
        width: 100%;
        padding-bottom: 20px;
        padding-top: 20px;
        border-top: 1px solid #e2e2e2;
    }
    .listing-description-seller-reviews {
        border-left: none;
        border-top: 1px solid #e2e2e2;
        padding-top: 20px;
        padding-left: 0px;
        width: 100%;
    }
    .listing-button-container {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 500px) {
    .your-listing-card-wrapper {
        width: fit-content; 
        padding: 10px 10px 10px 10px !important;
    }
    .your-listing-card {
        flex-direction: column !important;
    }
}


/* create listing */
@media screen and (max-width:1000px) {
    
    .listing-create-card-label {
        display: flex;
        flex-direction: column !important;
        padding-top: 40px;
        padding-left: 0px;
        width: 20vw;
    }
    #create-listing-image-window {
        width: fit-content !important;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
}

@media screen and (max-width:500px) {
    .listing-create-card-label {
        display: flex;
        flex-direction: column !important;
        padding-top: 40px;
        padding-left: 0px;
        width: 20vw;
    }
    .cliw-img-inp {
        width: 100%;
    }

    .create-listing-draggable {
        width: 100%;
    }

    .listing-create-image-box {
        width: 100%;
    }
    #create-listing-image-window {
        width: 100% !important;
        height: fit-content !important;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 2.5vw;
        padding: 2.5vw;
    }
}

@media screen and (max-width:400px) {
    .cliw-dropdown-wrapper-outer {
        width: 100%;
    }
}



@media screen and (max-width:540px) {
    .cliw-allow-offers {
        flex-direction: column;
    }
}

@media screen and (max-width: 775px) {
    .cl-generic-body-card-wrapper {
        display: flex;
        justify-content: center !important;
        flex-direction: column !important;
        align-self: center !important;
        width: 100vw;
        height: fit-content;
        margin-bottom: 20px;
    }
    .listing-create-card-label {
        align-self: center;
        width: 80vw;
    }
    .cliw-wrapper {
        align-self: center;
    }
    .variable-align {
        flex-direction: column;
    }
}


/* account.php */
@media screen and (max-width:950px) {
    .account-listings-preview {
        
    }
    .account-items-search-wrapper {
        width: 80%;
    }
    .account-search-search {
        margin-left: 0px;
    }
    .seller-listings-grid {
        width: 100%;
        margin: 0px;
    }
    .account-search-and-title {
        flex-direction: column;
    }
    .account-search-div {
        margin-left:0px;
        width: 100% !important; 

    }
    .account-search-title {
        width:100% !important;
    }
}

@media screen and (max-width:715px) {
    .account-listings-preview {
        width:45%;
    }
    .seller-listings-grid {
        width: 100%;
        margin: 0px;
    }
    .account-items-search-wrapper {
        width: 70%;
        flex-direction: column !important;
    }
    .account-page-switcher {
        margin-left: 0px !important;
        justify-content: center;
    }

}

@media screen and (max-width:450px) {
    .account-items-search-wrapper {
        width: 90%;
        flex-direction: column !important;
    }
    .set-tracking-button {
        font-size: 12px !important;
    }

}

@media screen and (max-width:600px) {
    .account-seller-page {
        width:45%;
    }
    .set-tracking-button {
        background-color: #f2f2f2;
        margin: 5px 10px 5px 0px;
        color: #555555;
        border-color: #555555;
        padding: 5px;
        font-size: 15px;
    }

}






