/*
Theme Name: Nexi Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: WebGeniusLab team presents absolutely fresh and powerful WordPress theme. It combines new technologies and functional design that helps to showcase your content in better way. This WordPress theme is developed with attention to details, so you can create effective presentation of a website easily. Enjoy building web pages with our product!
Version: 1.0
Template: nexi
Text Domain: nexi-child
*/

.wgl-menu_outer{
    background-color: #fff!important;
}

#main{
    padding-bottom: 0px!important;
}

.mega-menu .item_wrapper_text:after{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    /* Adjust the thickness and color here */
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    /* Rotates the square to point down */
    transform: rotate(45deg);
    /* Optional: adjust vertical alignment to align nicely with text */
    vertical-align: middle;
    background-color: transparent!important;
}

.mega-menu .item_wrapper_text{
    display: flex;
    align-items: center;
    gap: 5px;
}

@media screen and (max-width: 768px) {
    .mega-menu .item_wrapper_text:after {
        width: 8px;
        height: 8px;
        position: relative;
        left: 6px;
        top: -2px;
        border-width: 2px;
    }
    .mobile_nav_wrapper .primary-nav>ul.mobile_switch_on{
        margin-top: 0px!important;
    }
}