.container-mega-menu-custom, .container-menu-technology {
background: linear-gradient(90deg, #F7F7F8 30%, rgba(255,255,255,1) 30%);
border-bottom: 1px solid #f1f1f1;
}
.container-menu {
display: none;
position: fixed;
left: 0;
right: 0;
z-index: 9999;
width: 100%;
}
.container-menu.menu-custom-active {
display: block;
}
.container-mega-menu-custom li.product_queried,.container-mega-menu-custom li{
color: #3D3D42;	
font-size: 13px;
font-weight: bold;
list-style: none;
}
.menu-custom {
display: flex;
flex-direction: column;
height: 100%;
list-style: none;
padding-left: 0px;
padding-right: 0px;
background-color: #F7F7F8;
}
.cat-custom {
width: 100%;
padding-right:10px;
}
.cat-custom span {
margin: auto 0;
}
.cat-custom a {
display:flex;
align-content: center;
flex-direction: row;
column-gap: 5px;
width: 100%;
}
.cat-custom svg {
visibility: hidden;
width: 20px;
margin-left: auto;
margin-top: auto;
margin-bottom: auto;
}
.cat-custom:hover svg {
visibility: visible;
margin-left: auto;
}
.mg-mn-c.column-2 ul {
display:none;
}
.mg-mn-c.column-2 ul.active-menu-item-custom {
display: flex;
flex-flow: column-reverse;
}
.mg-mn-c.column-3 ul {
display:none;
}
.mg-mn-c.column-3 ul.active-menu-item-custom {
display: flex;
flex-flow: column-reverse;
}
.mg-mn-c.column-4 ul {
display:none;
}
.mg-mn-c.column-4 ul.active-menu-item-custom {
display: flex;
flex-flow: column-reverse;
}
.mg-mn-c.column-5 {
width: 40%;
margin-left: auto;
}
.parent_category img {
vertical-align: middle;
margin-right: 10px;
width: 20px;
}
.mg-mn-c.column-2,.mg-mn-c.column-3,.mg-mn-c.column-4,.mg-mn-c.column-5{
background: white !important;
}
img.arrow-handler {
float: right;
display: none;
}
.mg-mn-c.column-1{
background: #F7F7F8 !important;
padding: 20px 0px 20px 10px;
width: 33%;
}
.mg-mn-c {
width: 32%;
padding: 20px 15px 20px 0;
}
.column-container{
width: 1280px;
display: flex;
flex-direction: row;
margin:0 auto;
}
.parent_category.active{
background: white !important;
}
.parent_category, .product_queried ,.child_category{
padding: 5px 10px;
list-style-type: none;
}
.child_category , .grandchild_category {
border-bottom: 1px solid #eee;
padding: 12px 10px 2px;
}
.product_queried{
border-bottom: 1px solid #eee;
padding: 12px 10px 2px;
}
.parent_category.active .arrow-handler{
display: block;
}
.parent_category {
font-family: 'Gotham Medium';
font-size: 13px;
font-weight: 500 !important;
line-height: 22px;
letter-spacing: 0px;
text-transform: uppercase;
}
.child_category, .grandchild_category, .product_queried {
position: relative !important;
}
.child_category:after , .grandchild_category:after, .product_queried:after {
content: '' !important;
width: 0 !important;
height: 3px !important;
position: absolute !important;
bottom: 0 !important;
left: 0 !important;
background: #DADADD !important;
transition: width 300ms !important;
border: 0 !important;
}
.container-menu-gaming .child_category.active:after , .container-menu-gaming .product_queried.active:after , .container-menu-gaming .grandchild_category.active:after, .container-menu-gaming .product_queried.active:after{
width: 100% !important;
background: #8E298D !important;
}
.container-menu-technology .child_category.active:after , .container-menu-technology .product_queried.active:after , .container-menu-technology .grandchild_category.active:after, .container-menu-technology .product_queried.active:after{
width: 100% !important;
background: #E20613 !important;
}
.child_category:not(.active):after, .grandchild_category:not(.active):after, .product_queried:not(.active):after{
left: 0 !important;
right: auto !important;
}
.elementor-sticky {
transition: all 1s!important;
}