/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#logo {
	width: 150px;
    /* height: 70px; */
}
#logo img { 
    height: auto;
}
.header-size-sm #header-wrap #logo img {
    height: auto;
}
.menu-link { 
    color: #000000;
}
.top-links-item {
    
    border-left: 1px solid #bdbdbd;
}
#footer {
   
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#header {
    
    box-shadow: 0px 9px 15px 11px rgba(0, 0, 0, 0.1);
}
.widget > h4 {
   
    letter-spacing: 0px;
}
.content-wrap {
     
    padding: 80px 0 0;
}
.top-links-item:hover {
    background-color: #ffffff63;
}
.product-desc {
    flex-direction: column;
}
@media (max-width: 991.98px) {
    .primary-menu {
        max-width: 100%;
        width: 100%;
    }
}
 /* Add this to your CSS */
/* .menu-item.mega-menu {
    position: static !important; 
} */

.mega-menu-content {
    margin-top: 0 !important;
    padding-top: 15px !important;
}

.menu-item.mega-menu > .menu-link::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: transparent;
}

.menu-item.mega-menu:hover .mega-menu-content,
.mega-menu-content:hover {
    display: block;
    opacity: 1;
    visibility: visible;
}