/*
   Theme Name: Kaveh Theme
   Description: Kaveh Theme is undoubtedly the best e-commerce theme produced in the WordPress industry of Iran.
   Theme URI: https://rtl-theme.com/author/moein757
   Version: 4.5.1
   Author: Moein WordPress
   Author URI: https://rtl-theme.com/author/moein757
   Requires at least: 6.2
   Tested up to: 6.4.2
   Requires PHP: 7.4
   License: GNU General Public License v2 or later
   License URI: http://www.gnu.org/licenses/gpl-2.0.html
   Text Domain: kavehTheme
   Tags: responsive, e-commerce, customizable
*/



.boostify-menu .megamenu{
   position: absolute;
   right: -3000px;
   opacity: 0;
   visibility: hidden;
   transition: opacity 0.3s ease, visibility 0.3s ease, right 0s 0.3s;
   pointer-events: none;
}
.boostify-menu .menu-item-has-children:hover .megamenu {
   right: 0;
   opacity: 1;
   visibility: visible;
   transition: opacity 0.3s ease, visibility 0.3s ease, right 0s;
   pointer-events: auto;
}

.boostify-menu .megamenu-two{
   position: absolute;
   right: -3000px;
   opacity: 0;
   visibility: hidden;
   transition: opacity 0.3s ease, visibility 0.3s ease, right 0s 0.3s;
   pointer-events: none;
}

.boostify-menu .menu-item-has-children:hover .megamenu-two {
   right: 0;
   opacity: 1;
   visibility: visible;
   transition: opacity 0.3s ease, visibility 0.3s ease, right 0s;
   pointer-events: auto;
}

.boostify-menu .megamenu-three{
   display: none !important;
}

.boostify-menu .menu-item-has-children:hover .megamenu-three {
   display: block!important;
}