@charset "UTF-8";

/*
Theme Name: Icon Star
Theme URI: https://icon-infotech.net
Author: Mohammad Jewel
Author URI: https://facebook.com/jewelmm9
Description: This is a starter theme for running basic website with supported theme options.
Tested up to: 6.0.0
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iconStarter
Tags: one-column, accessibility-ready, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/
.product-info h3 {
  margin: 10px 0;
  min-height: 40px;
}
.woocommerce-tabs .wc-tab > h2 {
  display: none;
}
/* Elementor Tabs mobile layout fix */
@media (max-width: 767px) {
  .elementor-tabs {
    display: flex;
    flex-direction: column;
  }

  .elementor-tabs-wrapper {
    order: 1; /* tab buttons নিচে থাকবে */
  }

  .elementor-tabs-content-wrapper {
    order: 2; /* content উপরে থাকবে */
  }
}
.logo {
    max-width: 220px !important;
}

.mobile_side_menu .sub-menu {
    visibility: hidden;
    position: inherit;
    opacity: 1;
    background: inherit;
    left: 0;
    box-shadow: inherit;
    width: 93%;
    color: #000 !important;
}
ul#menu-categories {
    max-height: 650px;
    overflow-y: scroll;
}

.category-list li:hover > .sub-menu{
  visibility: visible;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}