/* Minification failed. Returning unminified contents.
(10,21): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(91,17): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(119,28): run-time error CSS1039: Token not allowed after unary operator: '-color-black'
(149,32): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(172,21): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(178,21): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(234,21): run-time error CSS1039: Token not allowed after unary operator: '-color-black'
(421,17): run-time error CSS1039: Token not allowed after unary operator: '-color-navy-blue'
(429,21): run-time error CSS1039: Token not allowed after unary operator: '-color-gray'
(432,21): run-time error CSS1039: Token not allowed after unary operator: '-color-gray'
(436,21): run-time error CSS1039: Token not allowed after unary operator: '-color-gray'
(445,17): run-time error CSS1039: Token not allowed after unary operator: '-color-dark'
(460,28): run-time error CSS1039: Token not allowed after unary operator: '-color-text-navy-blue'
(467,17): run-time error CSS1039: Token not allowed after unary operator: '-color-text-navy-blue'
(468,21): run-time error CSS1039: Token not allowed after unary operator: '-font-size-13'
(469,23): run-time error CSS1039: Token not allowed after unary operator: '-font-weight-bold'
(470,22): run-time error CSS1039: Token not allowed after unary operator: '-text-align-center'
(508,32): run-time error CSS1039: Token not allowed after unary operator: '-color-text-navy-blue'
(512,21): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(523,28): run-time error CSS1039: Token not allowed after unary operator: '-color-yellow'
(528,17): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(542,21): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
 */
.lot-order-nav {
    display: flex;
    background-color: #363d4f;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

    .lot-order-nav b, .lot-order-nav button {
        color: var(--color-white);
        margin-bottom: 0;
        text-transform: uppercase;
        background-color: transparent;
        outline: none;
        border: none;
    }

.ml-5-px {
    margin-left: 5px;
}

.mr-5-px {
    margin-right: 5px;
}

.ti:before {
    font-weight: bold;
}

.youtube-icon-styler-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.object-fit-contain {
    object-fit: contain !important;
}

.big-image {
    display: flex;
    justify-content: center;
    align-items: baseline;
    border-radius: 2px;
}

.big-image-min-height {
    min-height: 320px;
}

#iFrameYouTube {
    height: 320px !important;
    max-height: 320px;
    width: 100%;
}

.youtube-icon-styler-flex:focus, .youtube-icon-styler-flex:focus-visible {
    outline: none;
}

.slick-next {
    right: -20px !important;
}

.slick-prev {
    left: -20px !important;
}

.display-none {
    display: none;
}

.single-lot-carousel-container {
    margin-bottom: 20px;
}

.multi-lot-carousel-container-1 .lot-item {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-right: 3px;
}

    .multi-lot-carousel-container-1 .lot-item img {
        object-fit: cover;
        aspect-ratio: 3/2;
    }

.multi-lot-carousel-container-1 .slick-next:before, .multi-lot-carousel-container-1 .slick-prev:before {
    color: var(--color-orange);
}

.single-lot-carousel-container img, .multi-lot-carousel-container-1 img {
    max-width: 100%;
}

.lots-corousel-popup-container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    z-index: 1000;
    top: 0;
}

    .lots-corousel-popup-container .single-big-lot-image {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.carousel-position-relative {
    position: relative;
}

.multi-lots-image-outer-container-2 {
    width: 100%;
    background-color: var(--color-black);
}

.multi-lots-image-container-2 .popup-lot-image {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
}

.multi-lots-image-container-2 {
    height: 121px;
    display: flex;
    overflow: hidden;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

    .multi-lots-image-container-2 .lot-slide {
        /*min-width: 129px;
        min-height: 90px;*/
        width: 129px;
        height: 90px;
        max-height: 90px;
        max-width: 129px;
        position: relative;
        flex: 0 0 auto;
        transition: all 1s ease-out;
        border: 1px solid var(--color-white);
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        overflow: hidden;
        border-radius: 5px;
    }

.popup-big-image {
    object-fit: contain;
    max-width: min(3840px, 100%);
    max-height: calc(100svh - 120px);
}

.single-big-lot-image {
    height: calc(100svh - 120px);
    padding: 16px;
}

    .single-big-lot-image .prev-button-popup, .single-big-lot-image .next-button-popup {
        position: absolute;
        font-size: 42px;
        color: var(--color-orange);
        cursor: pointer;
    }

    .single-big-lot-image .cross-button-popup, .single-big-lot-image .auto-play-button-popup, .single-big-lot-image .zoom-out-button-popup, .single-big-lot-image .zoom-in-button-popup, .single-big-lot-image .pause-button-popup {
        position: absolute;
        color: var(--color-white);
        top: 5px;
        cursor: pointer;
    }

    .single-big-lot-image .cross-button-popup {
        right: 20px;
    }

    .single-big-lot-image .auto-play-button-popup, .single-big-lot-image .pause-button-popup {
        right: 60px;
    }

    .single-big-lot-image .zoom-out-button-popup {
        right: 100px;
    }

    .single-big-lot-image .zoom-in-button-popup {
        right: 140px;
    }

    .single-big-lot-image .pause-button-popup {
        display: none;
    }

    .single-big-lot-image .prev-button-popup {
        left: 20px;
    }

    .single-big-lot-image .next-button-popup {
        right: 20px;
    }

.pointer-events-none {
    pointer-events: none;
    color: #817e7c !important;
}

/*@media only screen and (max-width:768px) {
    .single-lot-carousel-container, .multi-lot-carousel-container-1, .lot-order-nav {
        margin-left: 10px;
        margin-right: 10px;
    }
}*/

.youtube-media-container {
    background-color: antiquewhite;
    padding: 15px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #E5E6E9;
    border-color: #E5E6E9;
}

    .youtube-media-container a[data-target="#YouTube-modal"] {
        color: var(--color-black);
    }

    .youtube-media-container:hover {
        background-color: #f9fafb;
        border-color: #f9fafb;
    }

.font-weight-bold {
    font-weight: bold;
}

.p-l-r-10px {
    padding-left: 15px;
    padding-right: 15px;
}

#switching-big-image {
    aspect-ratio: 3/2;
    object-fit: contain;
    max-height: 320px;
}

@media only screen and (max-width: 992px) {
    #switching-big-image {
        max-width: 420px;
        max-height: 283px;
    }

    #iFrameYouTube {
        max-height: 283px !important;
    }

    .big-image-min-height {
        min-height: 283px !important;
    }

    .big-image-no-photo-max-height {
        max-height: 283px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-l-r-0-constraint {
        padding: 0;
    }
}

.p-l-r-17px {
    padding: 0 17px;
}

@keyframes next-anim {
    0% {
        width: 0px;
        opacity: 0;
    }

    25% {
        width: 30px;
        opacity: 0.2;
    }

    50% {
        width: 45px;
        opacity: 0.5;
    }

    75% {
        width: 90px;
        opacity: 0.7;
    }

    100% {
        width: 129px;
        opacity: 1;
    }
}

@keyframes next-remove-anim {
    0% {
        width: 129px;
        opacity: 1;
    }

    25% {
        width: 90px;
        opacity: 0.7;
        padding: 0px;
        padding: 0;
        border: 0;
        outline: 0;
        margin: 0;
    }

    50% {
        width: 45px;
        opacity: 0.5;
        padding: 0px;
        padding: 0;
        border: 0;
        outline: 0;
        margin: 0;
    }

    75% {
        width: 30px;
        opacity: 0.2;
        padding: 0px;
        padding: 0;
        border: 0;
        outline: 0;
        margin: 0;
    }

    100% {
        width: 0px;
        opacity: 0;
        padding: 0px;
        padding: 0;
        border: 0;
        outline: 0;
        margin: 0;
    }
}

.big-image-gallery-container {
    display: flex;
}

.big-lot-image-slide {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 1s ease-out;
    flex: 0 0 auto;
}

#popup-big-image-id {
    object-fit: contain;
    /*image-rendering: pixelated;*/
    max-width: min(3840px, 100%);
    max-height: calc(100svh - 120px);
}

@keyframes next-big-anim {
    0% {
        width: 0vw;
        opacity: 0;
    }

    50% {
        width: 75vw;
    }

    100% {
        width: 100vw;
    }
}

@keyframes next-big-remove-anim {
    0% {
        width: 100vw;
    }

    50% {
        width: 25vw;
        padding: 0px;
        padding: 0;
        border: 0;
        outline: 0;
        margin: 0;
    }

    100% {
        width: 0vw;
        padding: 0;
        border: 0;
        outline: 0;
        margin: 0;
    }
}

.breadcrumb-specificlinks {
    font-size: 16px;
    color: var(--color-navy-blue);
    font-weight: 500;
}

    .breadcrumb-specificlinks a:hover {
        text-decoration: underline;
    }
    .breadcrumb-specificlinks a {
        color: var(--color-gray);
    }
    .breadcrumb-specificlinks:last-of-type {
        color: var(--color-gray);
    }

    .breadcrumb-specificlinks::before {
        color: var(--color-gray) !important;
    }

.pdf-image {
    margin-right: .5rem !important;
    max-width: 100%;
}

.buyer-premium-text {
    color: var(--color-dark);
    font-size: 16px;
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.animated-button.victoria-four {
    border: 2px solid var(--color-text-navy-blue);
}

.animated-button, .animated-button:visited {
    position: relative;
    display: block;
    padding: 10px 12px;
    color: var(--color-text-navy-blue);
    font-size: var(--font-size-13);
    font-weight: var(--font-weight-bold);
    text-align: var(--text-align-center);
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 0.08em;
    border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: transparent;
}

    .animated-button.victoria-four::after {
        background: #293141;
        opacity: 0.5;
        -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
        transform: translateY(-50%) translateX(-50%) rotate(90deg);
    }

    .animated-button::after, .animated-button:visited::after {
        content: "";
        position: absolute;
        height: 0%;
        left: 50%;
        top: 50%;
        width: 100%;
        z-index: -1;
        -webkit-transition: all 0.75s ease 0s;
        -moz-transition: all 0.75s ease 0s;
        -o-transition: all 0.75s ease 0s;
        transition: all 0.75s ease 0s;
    }

    .animated-button.victoria-four {
        border: 2px solid var(--color-text-navy-blue);
    }

    .animated-button:hover, .animated-button:hover {
        color: var(--color-white) !important;
        text-shadow: none;
    }

    .animated-button.victoria-four:hover::after {
        opacity: 1;
        height: 600% !important;
    }

.manage-offer-link {
    width: 100%;
    background-color: var(--color-yellow);
    font-size: 16px;
}

.theme-btn {
    color: var(--color-white);
    display: inline-block;
    font-weight: 600;
    padding: 10px;
    border: 0;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    position: relative;
    text-align: center;
}

    .theme-btn:hover, .theme-btn:focus, .theme-btn:active {
        color: var(--color-white);
    }

.breadcrumb > li + li:before {
    padding: 0px;
    color: #ccc;
    content: "/";
}

@media only screen and (max-width: 768px) {
    .manage-offer-link, .breadcrumb-specificlinks {
        font-size: 14px !important;
    }
}

