/*custom css overrides*/
#mainWrapper .container {
    width: 100% !important;
    max-width: 100% !important;
}

#indexProductList {
    width: 100% !important;
    max-width: 100% !important;
}

.listingCenterColumn {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.listingCenterColumn .container {
    width: 100% !important;
    max-width: 100% !important;
}

.zca-banner{
    display: none;
}

#nav-create-tab {
    color: #FFFFFF !important; 
}

#nav-create-tab:hover,
#nav-create-tab.active {
    color: #000000 !important;
}

/* Color for the tab when someone hovers over it */

#loginDefault-pageHeading{
    color: #FFFFFF !important;
}

#productInfo-productName{
    color: #FFFFFF !important;
    text-align: center;
}

#productReviewsDefault-productName{
    color: #FFFFFF !important;
    text-align: center;
}

#indexProductList-pageHeading{
   color: #FFFFFF !important;
   text-align: center;
}

#pageDefault-pageHeading{
    color: #FFFFFF !important;
    text-align: center;
}

#loginDefault{
    color: #FFFFFF !important;
    text-align: center;

}

#shoppingCartDefault-pageHeading{
    color: #FFFFFF !important;
    text-align: center;

}

.centerBoxContents a {
    color: #ff5733; /* Replace with your desired hex color */
    font-size: 1.2rem;    /* Makes the text larger (Default is usually 1rem) */
    font-weight: bold;
}

/* Change color when hovering over the product links */
.centerBoxContents a:hover {
    color: #cc4529; /* Replace with your desired hover color */
}

#logoWrapper{
    display: none;
}

#navbar-spacer{
    background:none;
    background-color: transparent;
}

#companyDetails-card, #addressDetails-card, #contactDetails-card, #loginDetails-card,#newsletterDetails-card{
    background-color: #e6ae6a;
}

/* Target standard text for all three specific table IDs */
#cat1Table, #cat2Table, #cat3Table,
#cat1Table th, #cat2Table th, #cat3Table th, 
#cat1Table td, #cat2Table td, #cat3Table td, 
#cat1Table .listingDescription, #cat2Table .listingDescription, #cat3Table .listingDescription, 
#cat1Table .productBasePrice, #cat2Table .productBasePrice, #cat3Table .productBasePrice, 
#cat1Table .qunit, #cat2Table .qunit, #cat3Table .qunit, 
#cat1Table .qmix, #cat2Table .qmix, #cat3Table .qmix {
    color: #ffffff !important;
}

/* Target all hyperlinks for all three specific table IDs */
#cat1Table a, #cat2Table a, #cat3Table a, 
#cat1Table a:link, #cat2Table a:link, #cat3Table a:link, 
#cat1Table a:visited, #cat2Table a:visited, #cat3Table a:visited,
#cat1Table p.itemTitle a, #cat2Table p.itemTitle a, #cat3Table p.itemTitle a {
    color: #ffffff !important;
}

#cat1Table a:hover, #cat2Table a:hover, #cat3Table a:hover {
    color: #e0e0e0 !important; 
}