#content {
    width:100% !important;
    display: flex;
}

.d-none {
    display: none !important;
}

#TB_overlay {
    background: #6668!important;
    z-index: 10!important;
    position: absolute!important;
    height: 100vh!important;
    width: 100vw!important;
}

#TB_window {
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    z-index: 11!important;
}

#TB_title {
    background: lightgray!important;
    text-align: end!important;
    padding-right: 10px!important;
}

h3 {
    font-size: 1.9em;
    font-weight: 700;
}

h4 {
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
}

h5 {
    font-size: 1.25em;
    color: var(--color-secondary);
    font-weight: bold;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0px;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.float-left {
    float:left;
}

.float-right {
    float:right;
}

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block !important;
}

.breadcrumbs {
    background: none;
    border: none;
}

.demoauction {
    display: block;
    padding: 0.25em;
    text-align:center;
    background: yellow;
    font-weight: bold;
    font-size: 3em;
}

#mainPage {
    width: 90%;
    max-width:90%;
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 14px;
}

.info {
    color: #8a8a8a;
}

.lightblue {
    color: var(--color-secondary);
}


#itemsDisplay .sidescroller {
    width: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.tabs li {
    display: inline-block;
    vertical-align: top;
    margin: 2px 2px -2px 0;
    padding: 0;
    transform: translateY(-1px);
    background: #f2f2f2;
    border: 1px solid #ddd;
    border-bottom: none;
}

ul.tabs {
    margin-bottom: -1.3%;
    width: 100%;
    max-width:100%;
    overflow: hidden;
    display: inline-block;
}

ul.tabs>li {
    width:20%;
    padding-bottom: 0px !important;
    border: none !important;
}

ul.tabs li.active {
    margin: 2px 0px 0px 0px !important;
    padding-bottom: 0px !important;
    border: none !important;
}

ul.tabs li.active a {
    background: var(--color-secondary) !important;
    color: var(--font-color-secondary) !important;
    padding-top: 7px;
    padding-bottom: 6px;
}

ul.tabs>li>a {
    height: 100% !important;
    border-radius: 0px !important;
    min-width: 4em !important;
    font-size: 12px !important;
    padding-left: 30px;
    padding-right: 30px;
}

.paging {
    margin-top: 5px;
}

.pagingbar {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    height: 40px;
    width: 100%;
    background: var(--color-primary);
    display: inline-block;
    border: none;
    color: white;
    line-height: 30px;
}

.pagingbar span.pagingbar_size {
    color: var(--color-muted) !important;
}

.pagingbar span.pagingbar_size small {
    color: var(--color-muted) !important;
}

.pagingbar span.pagingbar_size a {
    color: var(--color-mute) !important;
    background: var(--color-secondary);
    border: none;
    height: 28px;
    margin-left: 0;
    margin-right: 0;
}

.pagingbar span.pagingbar_size a.active {
    color: white !important;
    background: var(--color-primary) !important;
    text-decoration: underline;
}

.pagingbar span:where(.pagingbar_prev, .pagingbar_next),
.pagingbar span:where(.pagingbar_prev, .pagingbar_next) a {
    border: none !important;
    color: white !important;
    margin-top: 5px;
}

.pagingbar span:where(.pagingbar_prev, .pagingbar_next) a:hover {
    background: var(--color-primary) !important;
    color: var(--color-muted) !important;
}

.pagingbar span.pagingbar_pages {
    height: 100%;
    border: none;
    color: white;
    background: inherit !important;
}

.pagingbar span.pagingbar_pages a {
    height: 100%;
    border: none;
    background: inherit !important;
    color: white !important;
    margin: -4px 10px 0px 10px;
}

.pagingbar span.pagingbar_pages a.active {
    text-decoration: underline;
}

.itemslisting {
    border: none;
    margin-top: 0px;
    width:100%;
}

.gridItem {
    width: 98%;
    min-height: 500px;
    border-radius: 4px;
    padding-bottom: 0.75em;
}

#auction_sessions_listcontainer {
    width: 100%;
    display: block;
    margin-left: 5px;
    margin-top: 0px;
}

.gridView_itemListing {
    grid-template-areas: "a b c";
    grid-auto-columns: 33%;
}

.notification-button {
    width: 50%;
}

.w-100 {
    width: 100%;
    min-width:100%;
}

#item_media_container {
    width: 100%;
}

#item_media_main {
    height: 400px !important;
    width: 400px !important;
}

.youtube > iframe {
    height: 400px !important;
    width: 400px !important;
}

.jcarousel-skin-simple .jcarousel-container,
.jcarousel-skin-simple .jcarousel-clip-horizontal {
    width: 400px !important;
}

#item_details_tabs {
    border-bottom: none !important;
}

#item_details_tabs li a {
    width: 80% !important;
    padding-top:7px;
    padding-bottom: 6px;
}

.zoomPad {
    width: 100%;
    height: 100%;
}

.p-item-media-main-image {
    width: 100%;
    height: 100%;
}

#item_details_info {
    min-height:auto !important;
}

#item_sideinfo_nextprev {
    height: auto !important;
}

#item_sideinfo_nextprev .btn {
    font-size: 18px;
    aspect-ratio: 1/1;
    font-weight: bold;
    width: 45px;
}

@media (max-width:1680px){
    #item_media_main {
        height: 330px !important;
        width: 330px !important;
    }

    .youtube > iframe {
        height: 330px !important;
        width: 330px !important;
    }

    .jcarousel-skin-simple .jcarousel-container,
    .jcarousel-skin-simple .jcarousel-clip-horizontal {
        width: 330px !important;
    }
}

@media (max-width:1440px){
    #item_media_main {
        height: 300px !important;
        width: 300px !important;
    }

    .youtube > iframe {
        height: 300px !important;
        width: 300px !important;
    }

    .jcarousel-skin-simple .jcarousel-container,
    .jcarousel-skin-simple .jcarousel-clip-horizontal {
        width: 300px !important;
    }
}

@media (max-width:1366px){
    #item_media_main {
        height: 285px !important;
        width: 285px !important;
    }

    .youtube > iframe {
        height: 285px !important;
        width: 285px !important;
    }

    .jcarousel-skin-simple .jcarousel-container,
    .jcarousel-skin-simple .jcarousel-clip-horizontal {
        width: 285px !important;
    }
}

@media (max-width:1280px){
    #item_media_main {
        height: 250px !important;
        width: 250px !important;
    }

    .youtube > iframe {
        height: 250px !important;
        width: 250px !important;
    }

    .jcarousel-skin-simple .jcarousel-container,
    .jcarousel-skin-simple .jcarousel-clip-horizontal {
        width: 250px !important;
    }
}

@media (max-width:1098px){
    #item_media_main {
        height: 215px !important;
        width: 215px !important;
    }

    .youtube > iframe {
        height: 215px !important;
        width: 215px !important;
    }

    .jcarousel-skin-simple .jcarousel-container,
    .jcarousel-skin-simple .jcarousel-clip-horizontal {
        width: 215px !important;
    }

    #item_details_tabs li a {
        width: 65% !important;
        padding-top:6px !important;
        padding-bottom: 5px !important;
    }
}

@media (max-width: 991px) {
/*

    main.jmwcss > .redesign #bidding-interface {
        width: 100%;
        max-height: 0px;
        overflow-y: auto;
        opacity: 1;
        -webkit-transition: max-height .75s ease-out;
        -moz-transition: max-height .75s ease-out;
        -ms-transition: max-height .75s ease-out;
        transition: max-height .75s ease-out;
        overflow-y: hidden;
    }
    main.jmwcss > .redesign #bidding-interface.active {
        -webkit-transition: max-height .75s ease-in;
        -moz-transition: max-height .75s ease-in;
        -ms-transition: max-height .75s ease-in;
        transition: max-height .75s ease-in;
        max-height: 2000px;
    }
*/
    main.jmwcss > .redesign #item_media_main {
        margin-left: auto;
        margin-right: auto;
        height: 250px !important;
        width: 250px !important;
    }

    .jcarousel-skin-simple .jcarousel-container,
    .jcarousel-skin-simple .jcarousel-clip-horizontal {
        margin-left: auto;
        margin-right: auto;
        width: 250px !important;
    }
}

@media (max-width: 769px) {
    #bidding-interface {
        width: 100%;
        max-height: 0px;
        overflow-y: auto;
        opacity: 1;
        -webkit-transition: max-height .75s ease-out;
        -moz-transition: max-height .75s ease-out;
        -ms-transition: max-height .75s ease-out;
        transition: max-height .75s ease-out;
        overflow-y: hidden;
    }
    #bidding-interface.active {
        -webkit-transition: max-height .75s ease-in;
        -moz-transition: max-height .75s ease-in;
        -ms-transition: max-height .75s ease-in;
        transition: max-height .75s ease-in;
        max-height: 2000px;
    }
}

@media (min-width: 1279px) {
    .itemslisting {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .itemslisting {
        margin-left: -50px;
    }
}

