/*Create new page*/
.common-radio input[type="radio"] {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.img-50 {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.top-0 {
    top: 0px;
}

/* User Custom Extra CSS Start */
.timer-down-wrap {
    width: 75px;
}
.highest-box-item i {
    color: var(--red-color);
    margin-right: 10px;
    font-size: 19px;
}
.user-dashboard-page-card {
    transition: all .5s ease-in-out;
}
.user-dashboard-page-card .card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user-dashboard-page-card:hover .user-dashboard-card-icon {
    transform: scale(1.2);
}
.user-dashboard-card-icon {
    font-size: 33px;
    color: var(--heading-color);
    transition: all .5s ease-in-out;
}
.user-dashboard-page-card .card-footer i {
    font-size: 13px;
}
.user-dashboard-page-card:hover .card-footer {
    color: var(--theme-color)!important;
}

/* Search Dropdown css */
.searchbox {
    overflow: visible;
}
.menu-search-result-dropdown-box {
    border-radius: 12px;
    padding: 25px 12px;
    filter: drop-shadow(0 15px 16px rgba(0,0,0,.25));
    background-color: #fff;
    max-height: 340px;
    overflow-y: auto;
    min-height: 70px;
    width: 100%;
    overflow-x: hidden;
}
/* Custom scrollbar for search menu start */

.scrollbar-2 {
    scrollbar-width: thin;
    scrollbar-color: #281a43 #fff;
    border-radius: 12px!important;
}
.scrollbar-2::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 12px!important;
    padding: 8px 0;
}
.scrollbar-2::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 12px!important;
}
.scrollbar-2::-webkit-scrollbar-thumb {
    background-color: #281a43;
    border-radius: 12px!important;
}
.scrollbar-2::-webkit-scrollbar-track, .scrollbar-2::-webkit-scrollbar-thumb {
    border-radius: 12px!important;
}

/* Custom scrollbar for search menu end */

.header-right-nav ul {
    display: inherit;
}
.header-right-nav .header-right-menu-ul {
    display: flex;
}
/* search reasult item */

.menu-search-result-dropdown-box ul li {
    margin-left: 0;
}

/* =========================================
   Product View Custom Styles
   ========================================= */

.product-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--heading-color);
    line-height: 1.2;
}

.product-price-card {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.product-price-card:hover {
    border-color: var(--theme-color);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.product-price-card h2 {
    color: var(--theme-color);
    font-size: 2.5rem;
    font-weight: 700;
}

.bid-small-price {
    font-size: 1rem;
    color: #6c757d;
    font-weight: 500;
}

/* Owner Creator Chips */
.owner-creator-box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

.owner-box {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #eee;
    padding: 8px 20px 8px 8px;
    border-radius: 50px;
    transition: all 0.3s ease;
    min-width: 180px;
}

.owner-box:hover {
    border-color: var(--theme-color);
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transform: translateY(-2px);
}

.owner-box img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 12px;
    object-fit: cover;
}

.owner-box h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
    color: var(--heading-color);
}

.owner-box p {
    font-size: 12px;
    color: #888;
    margin: 0;
    line-height: 1;
}

/* Attributes / Highest Bid Box (renamed in mind, but targeting class) */
.highest-bid-box {
    gap: 20px;
}

.highest-box-item {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.highest-box-item img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.highest-box-text p {
    font-size: 12px;
    color: #888;
    margin-bottom: 0;
    line-height: 1.2;
}

.highest-box-text h6 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

/* Description Box */
.product-description-box {
    border: 1px solid #eee;
}

.product-description-box h3 {
    font-size: 1.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.description-content {
    line-height: 1.8;
    font-size: 16px;
    color: #555;
}

/* Main Image Enhancement - Targeted to Product Page Only */
.main-item-img-part .main-item-img img {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Badges */
.badge-light {
    background-color: #f8f9fa;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #eee;
}

/* Button enhancement */
.theme-button1 {
    border-radius: 50px;
    font-weight: 600;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(105, 183, 86, 0.3);
}

.theme-button1:hover {
    box-shadow: 0 6px 20px rgba(105, 183, 86, 0.4);
    transform: translateY(-2px);
}

/* Responsive Tweaks for Product View */
@media only screen and (max-width: 767px) {
    .product-title {
        font-size: 1.8rem;
    }
    .product-price-card h2 {
        font-size: 2rem;
    }
    .owner-creator-box {
        gap: 10px;
    }
    .owner-box {
        min-width: 100%; /* Full width on mobile for better touch targets */
    }
    .highest-bid-box {
        flex-direction: column;
        align-items: flex-start;
    }
    .highest-box-item {
        width: 100%;
    }
}

/* Restrict Logo Width */
#mainNav .navbar-brand img {
    max-width: 150px;
    height: auto;
}

.footer-about img {
    max-width: 150px;
    height: auto;
}

/* Preloader Animation and Size Reduction */
#status {
    width: 80px !important;
    height: 80px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: contain;
    animation: preloader-spin 1.5s linear infinite;
}

@keyframes preloader-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
