.logo-text{
    color: #29293a;
    margin-left: 10px;
    font-size: 19px;
    text-transform: uppercase;
}
.card-menu i{
    font-size: 40px;
    color: #fff;
    font-style: normal;
}
.card-menu {
    height: 150px; /* Adjust to your preference */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px; /* Optional rounded corners */
    padding: 10px; /* Optional padding */
    box-sizing: border-box;
}

.card-menu p {
    font-size: 15px;
}
.card-menu span {
    font-size: 18px;
    text-transform: uppercase;
}
.form-wrap-validation ul li{
    color: red;
    font-size: 12px;
}
.form-wrap ul li{
    color: red;
    font-size: 12px;
}
body {
    margin: 0;
    height: 100vh;
    position: relative;
    background-color: #f0f0f0; /* Optional: for better visibility */
}

.loader {
    display:none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
    background:
            var(--_g) 0% 50%,
            var(--_g) 50% 50%,
            var(--_g) 100% 50%;
    background-size: calc(100% / 3) 50%;
    animation: l3 1s infinite linear;
    z-index: 2;
}
.disabled-input{
    background-color: #f2f3f9;
    cursor: not-allowed;
    pointer-events: none;
    color: #999;
}
.font-weight-bold{
    font-weight: bold;
}

@keyframes l3 {
    20% {
        background-position: 0% 0%, 50% 50%, 100% 50%;
    }
    40% {
        background-position: 0% 100%, 50% 0%, 100% 50%;
    }
    60% {
        background-position: 0% 50%, 50% 100%, 100% 0%;
    }
    80% {
        background-position: 0% 50%, 50% 50%, 100% 100%;
    }
}

.infoList li p {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    margin: 0;
    border-bottom: 1px solid #eee; /* optional for visual separation */
}

.infoList .label {
    font-weight: bold;
    color: #333;
}
.page-link.active, .active > .page-link {
    background-color: #ed1c94;
    border-color: #ed1c94;
}

.page-link:hover {
    color: var(--bs-pagination-hover-color);
    background-color:  #ed1c94;
    border-color: #ed1c94;
}
.forgot-password{
    font-size: 14px;
}
.home-filter{
    padding-bottom: 32px;
    padding-top: 39px;
}
.category-block{
   justify-content: center;
}
.category-item{
    width: 256px;
    height: 256px;
}

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

.header-right-block{
    display: flex!important;
    justify-content: flex-end;
    width: fit-content !important;
}
.logo-block{
    width: fit-content !important;
}
.rd-navbar-fixed .rd-navbar-panel {
    position: static !important;
}
.header-right-block .rd-navbar-aside-right{
    width: fit-content !important;
    justify-content: space-between;
    display: flex;
    column-gap: 20px;
}

.header-right-block .rd-navbar-aside-right .rd-navbar-shop {
    width: fit-content !important;
}

.rd-navbar-shop-header .rd-navbar-fixed .rd-navbar-shop, .rd-navbar-shop-header .rd-navbar-fixed .rd-navbar-search {
    position: static !important;
}

@media(max-width: 992px) {
    .logo-text {
        font-size: 14px;
    }

    .logo-default {
        width: 40px;
        height: 40px;
    }
    .page-header{
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 8;
    }
}
@media(max-width: 700px) {
    .logo-text{
        display: none;
    }
}

.dropdown-menu {
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
    display: block;
    pointer-events: none;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    pointer-events: auto;
}
.navbar .dropdown-menu {
    background-color: black!important;;
}

/* Make dropdown items white for contrast */
.dropdown-item {
    color: #29293a!important;
}
.dropdown-item.active, .dropdown-item:active{
    color: #f0f0f0!important;
    background-color: #355c8c;
}
#myTabContent{
    margin-bottom: 148px;
}
#calendar{
    margin-bottom: 90px;
}
/* Optional: Highlight dropdown item on hover */
.main-image{
    cursor: pointer;
}

.product-thumbnails {
    /*max-height: 400px;*/
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
    /*list-style: none;*/
    /*padding: 0;*/
    /*margin: 0;*/
    /*width: 100%; !* or try max-width: 100%; *!*/
    /*box-sizing: border-box;*/
    /*scroll-behavior: smooth;*/

}

/* Hide scrollbar for Chrome, Safari and Opera */
.product-thumbnails::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.product-thumbnails {
    /*-ms-overflow-style: none;  !* IE and Edge *!*/
    /*scrollbar-width: none;  !* Firefox *!*/
}
.owl-next-slider{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background: #355c8c;
    color: #ffffff;
    transition: .33s;
    border: 0;
}
.owl-prev-slider{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background: #355c8c;
    color: #ffffff;
    transition: .33s;
    border: 0;
}

.owl-prev-slider::before {
    content: '\f14b';
}
.next-prev-block{
    margin-top: 42px;
    margin-left: 12px;
    margin-bottom: 12px;
}
.owl-next-slider::before {
    content: '\f150';
}
.owl-prev-slider::before, .owl-next-slider::before {
    position: relative;
    font-family: "Material Design Icons";
}
.lot-inner-map{
    margin-top: 110px;
}
.lot-inner-block{
    padding: 10px;
}

@media(max-width: 1790px) {
    .ui-datepicker {
        width: 300px !important;
    }
}
@media(max-width: 1199px) {
    .ui-datepicker {
        width: 232px !important;
    }
}
/*.lot-inner-image-block{*/
/*    margin-top: -190px;*/
/*}*/
/*@media(max-width: 1584px) {*/
/*    .lot-inner-image-block{*/
/*        margin-top: -293px;*/
/*    }*/
/*}*/
/*@media(max-width: 1540px) {*/
/*    .lot-inner-image-block{*/
/*        margin: 0;*/
/*    }*/
/*}*/
#thumbnails-list {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    scroll-behavior: smooth;
    max-width: 100%;
    padding: 10px 0;
}

#thumbnails-list > div {
    flex: 0 0 auto;
    width: 150px; /* or whatever forces overflow */
}
#thumbnails-list {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

#thumbnails-list > div {
    min-width: 200px;
}
.lot-inner-img{
    width: 100%;
}
.lotItm {
    width: 100%;
    display: inline-block;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(23 29 28 / 20%);
    padding: 0px 0px 25px 0px;
    margin: 10px 0;
}
.auction-item-3 {
    margin-bottom: 25px;
}
.auction-item-3 .auction-thumb {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f6f6ff;
    justify-content: center;
    align-items: center;
    width: calc(36% - 7px);
    float: left;
    max-height: 315px;
    margin-left: 7px;
}
.auction-item-3 .auction-content {
    padding-left: 20px;
    width: calc(52% + 7px);
    text-align: center;
    align-self: center;
    float: left;
}
.title {
    margin: 0;
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
}
.bid-amount {
    padding: 10px 2px;
    align-items: center;
    border-bottom: 2px dotted #deddf5;
    border-top: 2px dotted #deddf5;
}
.bids-area {
    margin-top: 7px;
    font-size: 15px;
    text-align: left;
}
.bids-area i {
    color: #7c6c3e;
    padding-right: 5px;
}
.rsButton {
    width: 100%;
    display: inline-block;
    text-align: right;
    margin-top: 14px;
}
.auction-item-3 .auction-content .bid-amount .amount-content {
    padding-left: 15px;
    width: 100%;
    display: flex;
}
.current {
    font-size: 14px;
    color: #324458;
    line-height: 20px;
}
.amount {
    font-size: 20px;
    line-height: 20px;
    color: #171d1c;
    padding-left: 20px;
}
.amount-content i{
    margin-right: 13px;
    font-size: 26px;
}
.animbutton {
    display: inline-flex
;
    margin: 20px 20px 20px 20px;
    color: #324458;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    border-radius: 10px;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #ed1c94;
    /*border: 3px solid #ed1c94;*/
}
.animcircle {
    width: 0%;
    height: 0%;
    opacity: 0;
    line-height: 40px;
    border-radius: 50%;
    background: #324458;
    position: absolute;
    transition: all .5s ease-Out;
    top: 20px;
    left: 70px;
}
.animbutton a {
    background: none;
    border: none;
    cursor: pointer;
    color: #f2f3f9;
    position: relative;
    transition: all .45s ease-Out;
    padding: 5px 50px;
}
.lotCountDown{
    color: #0D0A0A!important;
    font-size: 14px!important;
}
.orderingBox {
    width: 100%;
/*<<<<<<< HEAD*/
    display: inline-flex;
    margin-bottom: 20px;
    column-gap: 30px;
    justify-content: space-between;
}
.orderingBox strong {
    display: flex;
    width: fit-content;
    flex-shrink: 0;
    column-gap: 10px;
    color: black !important;
}
.orderingBox i {
    font-size: 22px;
    margin-top: -12px;
    font-style: normal !important;
    color: #7C6C3E !important;
}
.orderingBox ul {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.orderingBox ul li {
    text-align: center;
}
.orderingBox ul li a {
    display: inline-flex;
    font-size: 15px;
    word-break: break-all;
    column-gap: 10px;
    color: black !important;
}

.orderingBox ul li a i {
    color: #7C6C3E !important;
}

.bids-area ul li i {
    display: inline-block;
    width: 24px !important;
    font-style: normal !important;
}

.image-container {
    width: 420px;
    height: 420px;
}


/* responsive */

@media(max-width: 1200px) {
    .lot-page {
        width: 94% !important;
    }
    .container, .container-wide {
        max-width: 100% !important;
    }
}

@media(max-width: 1200px) {
    .box-width-small {
        margin: 0 auto;
    }

    .hasDatepicker {
        display: flex;

        justify-content: center;
    }
}

@media(min-width: 768px) and (max-width: 991.98px) {
    .blog-aside-item {
        width: 100% !important;
    }
}

@media(max-width: 776px) {
    .auction-item-3 .auction-thumb {
        width: 98% !important;
    }
    .image-container {
        width: 100%;
    }
    .auction-content {
        width: 100% !important;
        margin-top: 20px;
    }
    .auction-item-3 .auction-content .bid-amount .amount-content {
        padding-left: 0;
    }
    .orderingBox {
        row-gap: 10px;
        flex-direction: column;
    }
    .orderingBox ul {
        row-gap: 10px;
        align-items: flex-start;
        flex-direction: column;
    }
}

@media(max-width: 450px) {
    .amount-content {
        row-gap: 10px;
        align-items: flex-start;
        flex-direction: column;
    }

    .amount-content .amount {
        padding-left: 0;
    }

    display: inline-block;
    margin-bottom: 20px;
}
.orderingBox strong {
    float: left;
    margin: 0px 30px 0px 0px;
    display: block;
}
.orderingBox ul {
    display: inline-flex;
    width: 80%;
}
.orderingBox ul li {
    width: 74%;
    text-align: left;
}
.orderingBox ul li a {
    font-size: 15px;
    word-break: break-all;
}

.esem-logo{
    cursor: pointer;
    margin-top: 12px;
}
