.bg-archive-header{
    background-color: #fce9f0;
    
}


/* product Slider */

.product-image-slider {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-image img {
    /* max-width: 100%; */
    height: 60vh;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.thumbnail-slider {
    display: flex;
    overflow-x: scroll;
    gap: 10px;
    max-width: 100%;
}

.thumbnail-slider ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.thumbnail-slider li {
    width: 80px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.thumbnail-slider li:hover {
    opacity: 0.7;
}

.thumbnail-slider img {
    width: 100%;
    height: auto;
}
.navbar-nav .current-menu-item > a,
.navbar-nav .current_page_item > a,
.navbar-nav .current-page-ancestor > a,
.navbar-nav .current-menu-ancestor > a,
.navbar-nav .current-page-parent > a {
    
    font-weight: bold;
  
}


/******************SEarch *****************/
/* Full-page overlay */
#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    display: none;
    overflow-y: auto;
    padding: 40px 20px;
    text-align: center;
}

/* Search box styling */
#search-input {
    width: 50%;
    padding: 10px;
    font-size: 2rem;
    border: none;
    border-bottom: 2px solid #000;
    margin: 20px auto;
    outline: none;
    display: block;
}

/* Search results container */
#search-results {
    max-width: 800px;
    margin: 40px auto;
}

/* Individual search result item */
.search-result-item {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    padding: 15px;
    border-bottom: 1px solid #ddd;
    transition: background 0.3s;
}

.search-result-item:hover {
    background: #f1f1f1;
}

/* Search result image */
.search-result-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 20px;
}

/* Search result title */
.search-result-title {
    font-size: 1.5rem;
    color: #333;
}

/* Close button */
#close-search-overlay {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    color: #333;
    cursor: pointer;
}

/* Centering search results */
#search-results div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

/* Adjust link styles */
#search-results a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
	
}


/******************SEarch *****************/

.footer-nav-item
{
    color : #999 !important;
}

@media only screen and (max-width: 1199) {
 .nav-item a 
{
    font-size: 30px !important;
    padding: 20px !important;
}
}

     .tpb-user-avatar {
    border-radius: 50% !important;
    object-fit: cover;
}

   
/*****Calendar Events******/
/* Events Sidebar Styling */
.tpb-events-sidebar .card-header {
    border-bottom: none;
    border-radius: .5rem .5rem 0 0;
}

.tpb-events-list .tpb-event-item:last-child {
    border-bottom: none;
}

.tpb-event-banner img {
    max-height: 160px;
    object-fit: cover;
    width: 100%;
}

/******Categories******/
/* Custom category cards */
.tpb-cat-card .bg-cover {
    background-size: cover;
    background-position: center;
    background-color: #f8f9fa;
    border: 1px solid rgba(0,0,0,0.05);
}

.tpb-cat-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
}

.tpb-cat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.text-wine {
    color: #8a1930; /* match your theme wine color */
}

.wc-block-components-order-meta.css-0.e19lxcc00 {
    display: none !important;
}