.arrow__top-menu:not(.detach__item):before {
  position: absolute;
  content: "";
  border: 5px solid transparent;
  border-top: 6px solid #cdcdcd;
  right: -1rem;
  top: calc(50% - 2px);
  opacity: 1;
  transition: 0.3s;
}
.arrow__top-menu.detach__item > a:before {
  position: absolute;
  content: "";
  border: 5px solid transparent;
  border-top: 6px solid #cdcdcd;
  right: -1rem;
  top: calc(50% - 2px);
  opacity: 1;
  transition: 0.3s;
}
.arrow__top-menu.detach__item > a:before {
  right: -1.5rem;
}
.arrow__top-menu.detach__item > a:hover:before,
.arrow__top-menu:hover:before {
  opacity: 0;
}
.group-inner:hover div {
  display: block;
}
@media (max-width: 1399px) {
  .arrow__top-menu.detach__item a:before {
    right: -0.5rem;
  }
  .arrow__top-menu.detach__item > a {
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .main-menu-items .detach__item:nth-child(1) .submenu-container {
    left: 0%;
  }
}
@media (max-width: 639px) {
  .modile-left-menu li:nth-child(2),
  .modile-left-menu li:nth-child(3) {
    display: none;
  }
}
@media (max-width: 480px) {
  /* .arrow__top-menu:before{
		display: none;
	} */
  /*     .w-mobile-48{
        width: 12rem;
    } */

  /* .main-menu-items .detach__item a{
        padding:  .5rem .7rem .5rem .7rem;
    } */
}
@media (max-width: 440px) {
  /* .arrow__top-menu:before{
        display: none;
    } */
  .detach__item {
    position: static;
  }
  .submenu-container {
    left: 0;
    right: 0;
    padding: 0;
  }
  .w-mobile-100 {
    width: 100%;
  }
}
