.hidden{
    display: none;
}
.header-middle{
    padding-bottom: 1rem;
}
#main-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    color: #333;
    width: 100%; /* Set the width to 100% */
align-items: center;

}
#main-menu .nav-item{
    flex: 1; /* Make each li element take equal space */
    text-align: center; /* Optional: Center text within each item */
    margin-right: 5px;
}
#main-menu .nav-item:first-child{
    margin-left: 5px;
    width: 120px; /* Custom width for the first li */
}
#main-menu .nav-item a{
    font-size: 20px;
    border: 1px solid #ccc;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 1rem 1.5rem;
}
#main-menu .nav-item:first-child a{
    margin-right: 0;
    padding: 0.8rem;

}
#main-menu .nav-item:first-child a i{
    font-size: 28px;
}

#main-menu .nav-item:hover a,  #main-menu .nav-item a.active{
    background: #ebc826;
    color: #333;
}
.menu-wrapper .megamenu > li{
    padding: 0rem 2rem 0 0rem;
}
.menu-wrapper .megamenu li{
    line-height: 2;
}
.menu-wrapper .megamenu .menu-title{
    font-size: 1.4rem;
    margin-bottom: 1.3rem;
}

.menu-wrapper li{
    list-style-type: none;;
}

.menu-wrapper li a{
    padding: 0.7rem 0 0.8rem 0;
}
.menu-wrapper  .megamenu li a:not(.btn){
    padding-top: 0.8rem;
}
.menu-wrapper .megamenu li ul > li{
    padding-left: 5px;

    border-bottom: 1px dashed #1c93cb   ;

}
.menu-wrapper .megamenu li ul > li:hover{
    background-color: #1c93cb;;
    border-radius: 5px;

}

.menu-wrapper  .megamenu li ul > li a:before{
    font-family: "Font Awesome 5 Free";
    content: "";
    right: 1rem;
    line-height: 0;
    font-weight: 600;
    font-size: 1.2rem;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    padding-right: 5px;
    color: #1c93cb;;
}
.menu-wrapper .megamenu li ul > li:hover a, .menu-wrapper .megamenu li ul > li:hover a:before{
    color: #fff !important;

}
.filter-items a:hover, .footer .category-box a:hover{
    color:#FFC74E;
}


/*---------------------------
    Breadcrumb
--------------------------*/
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #eeeeee;
    color: #333;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 1.5rem 0.2rem 1.6rem;
}
.breadcrumb a {
    color: inherit;
}
.breadcrumb li:not(:last-child) {
    padding-right: 0.4rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.8;
}
.breadcrumb li:not(:last-child)::after {
    content: "";
    position: relative;
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    font-family: "wolmart";
}
.breadcrumb li:not(:last-child):hover {
    opacity: 1;
}
.breadcrumb li:last-child {
    color: #333333;
}

.breadcrumb.shop-breadcrumb {
    padding: 3rem 0;
    margin: 2.5rem 0 2.3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.breadcrumb.shop-breadcrumb li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    opacity: 1;
    color: #666;
}
.breadcrumb.shop-breadcrumb li.active {
    color: #336699;
}
.breadcrumb.shop-breadcrumb li.passed {
    color: #333;
}
.breadcrumb.shop-breadcrumb li:not(:last-child)::after {
    margin-left: 1rem;
    font-size: 2rem;
    font-weight: 700;
    color: #999;
    bottom: 3px;
    line-height: 1;
    vertical-align: middle;
}

.breadcrumb-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*-----------------------------------------------
    Shop Page
        - Default Shop Banner
        - List
        - Category Wrapper
        - Toolbox
            (toolbox toolbox-left toolbox-right select-box)
        - Toolbox Item
        - Select Menu
        - Selected Items
        - Toolbox Pagination
        - Toolbox Horizontal
        - Toolbox Navigation
------------------------------------------------*/
.shop-default-banner {
    padding: 7.4em 8.7em 7.6em;
}
.shop-default-banner .banner-subtitle {
    margin-bottom: 0.2rem;
    font-size: 2.8em;
}
.shop-default-banner .banner-title {
    margin-bottom: 1.9rem;
    font-size: 4em;
}
.shop-default-banner .btn {
    padding: 1.25em 1.98em;
    font-size: 1.4em;
}
.shop-default-banner .btn i {
    font-size: 1.7rem;
}

.shop-boxed-banner {
    padding-left: 4.8em;
    padding-right: 4.8em;
}
.shop-boxed-banner .banner-subtitle {
    letter-spacing: -0.02em;
}

.shop-default-brands {
    padding: 0.5rem 0;
}

.shop-default-category {
    border-bottom: 1px solid #eee;
    padding-bottom: 3.5rem;
}
.shop-default-category .category-name {
    text-transform: capitalize;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
}
.shop-default-category .category-media {
    border: none;
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
.shop-default-category .category-ellipse:hover .category-media {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.shop-default-category .category-ellipse:hover .category-name {
    color: #336699;
}

.product-lists .product-list {
    border-top: 1px solid #eee;
}
.product-lists .product-list .product-short-desc {
    margin-bottom: 1.5rem;
}
.product-lists .product-wrap:last-child .product-list {
    margin-bottom: 0;
}
.header-bottom .tab-pane{
    padding: 1.3em 0 0 0;
}


