[buylist_table_header] .paginate-count-data {
    text-align: right;
}



.card-wrapper {
    /*--border-radius: 0;*/
}

.card-wrapper > .card-footer {
    background-color: var(--wrapper-grey);
}

.card-wrapper > .card-body, .card-wrapper > .card-title {
    background-color: var(--color-greyscale-90);
}

.card-wrapper .card-option-header {
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--color-csi-topbar) !important;
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase;
    color: var(--color-csi-topbar) !important;
}

.card-wrapper > .card-body h5 {
    font-size: 0.90rem;
}

.buylist-header h2 {
    text-transform: none;
}

.buylist-card-title {
    background-image: url('https://res.cloudinary.com/csicdn/image/upload/q_auto,fl_lossy,f_auto/v1/Images/CSI%202%20Articles/sellcards-bg.png');
}

.sell-list-view-cart {

}

.sell-list-view-cart:hover {
    
}


.sell-list-main-title-wrapper {
    display: flex;
}

.sell-list-main-title-wrapper > * {
    padding: 15px 10px;
    display: flex;
    line-height: 1rem;
    align-items: center;
}

.sell-list-main-title-wrapper > .sell-list-main-home, .sell-list-main-title-wrapper > .sell-list-main-cart {
    background-color: #40bfc5;
    color: #00303F;
}
.sell-list-main-title-wrapper > .sell-list-main-home {
    font-size: 1.1rem;
}

.sell-list-main-title-wrapper > .sell-list-main-home a, .sell-list-main-title-wrapper > .sell-list-main-cart a {
    color: white;
}
.sell-list-main-title-wrapper > .sell-list-main-home a:hover, .sell-list-main-title-wrapper > .sell-list-main-cart a:hover {
    color: #00303F;
}

.sell-list-main-title-wrapper > .sell-list-main-title {
    font-size: 1.2rem;
    line-height: 1.25rem;
    flex-grow: 1;
    background-color: #00303F;
}
.sell-list-main-title-wrapper > .sell-list-main-title > h2 {
    color: white !important;
}

.sell-list-main-title-wrapper > .sell-list-main-switch {
    background-image: linear-gradient(
        -45deg, 
        #00303F 0px,
        #00303F 40px,
        #fff 40px,
        #fff 45px,
        #40bfc5 45px,
        #40bfc5 100%
    );
    width: 70px;
}
.sell-list-main-title-wrapper > .sell-list-main-switch-2 {
    background-image: linear-gradient(
        -45deg,
        #40bfc5 0px,
        #40bfc5 40px,
        #fff 40px,
        #fff 45px,
        #00303F 45px,
        #00303F 100%
    );
    width: 70px;
}

.fullImage img:hover {
    cursor: zoom-in;
}