
/***mega menu css****/
body.open{
  overflow: hidden;
}
@media(min-width:991px) {
  .mega-menu {
    position: absolute;
    top: calc(100% + 28px);
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    max-width: 1242px;
    background: #fff;
    border-radius: 15px;
    padding: 30px 15px 30px 30px;
    box-shadow: 5px 5px 6px #0000004D;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    padding-bottom: 0;
  
  }
  .mega-menu::before {
    width: 30px;
    content: "";
    position: absolute;
    height: 30px;
    background: url(/themes/gu_redesign/images/drop-shape.png) no-repeat center;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    top: -26px;
    right: 64px;
    background-size: 30px;
  }
  .mega-menu-inner {
    max-height: calc(100vh - 20vh);
    overflow-y: auto;
    padding-bottom: 40px;
  }
}
.mega-menu.open {
  visibility: visible;
  opacity: 1;
}
.mega-menu-inner {
  display: flex;
  flex-wrap: wrap;
  
}
.mega-menu-inner .menu-heading {
  font-size: 28px;
  margin: 0 0 10px;
  display: block;
  color: #000;
  font-family: 'Brother1816-Bold';
}
.mega-menu-inner .main-title {
  font-size: 16px;
  display: block;
  font-family: 'Brother1816-Bold';
  color: var(--bright-blue);
  margin: 0 0 10px;
  line-height: 21px;
  text-transform: uppercase;
}
.mega-menu-inner .sub-title {
  font-size: 14px;
  color: #7B7B7B;
  display: block;
  font-family: 'Brother1816-Bold';
  margin: 0 0 3px;
  line-height: 20px;
}
.mega-menu-inner ul li a{
  font-size: 14px;
  color: #7B7B7B;
  font-family: 'Brother1816-Regular';
  line-height: 20px;
}
.mega-menu-inner ul {
  padding-left: 30px;
  margin: 0 0 10px;
}
.mega-menu-inner a.main-title-big {
  font-size: 16px;
  font-family: 'Brother1816-Bold';
  line-height: 20px;
  color: var(--bright-blue);
  display: block;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.mega-menu-inner  a:hover{
  text-decoration: underline;
}
@media (max-width: 991px) {
  .mega-menu-inner {
    padding-right: 20px;
  }
  .mega-menu-inner a.main-title-big {
    background: var(--bright-blue);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding:15px 14px 15px;
    font-family: 'Brother1816-Bold';
    transition: all 0.3s;
    display: flex;
    line-height: 1;
    align-items: center;
    margin-bottom: 20px;
  }
  .mega-menu-inner .menu-heading {
    display: none;
  }
  .mega-menu-inner .col {
    width: 100%;
    max-width: 100%;
    flex: inherit;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .mega-menu-inner .col .menu-heading + a {
    display: none;
  }
  .mega-menu-inner .col:nth-child(2) {
    display: none;
  }
  .mega-menu-inner .main-title{
    background: var(--bright-blue);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 14px 15px;
    font-family: 'Brother1816-Bold';
    transition: all 0.3s;
    display: flex;
    line-height: 1;
    align-items: center;
    margin-bottom: 20px;
  }
  .mobile-menu-drawer {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .mega-menu-inner a.main-title-big {
    background: var(--bright-blue);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding:15px 14px 15px;
    font-family: 'Brother1816-Bold';
    transition: all 0.3s;
    display: flex;
    line-height: 1;
    align-items: center;
    margin-bottom: 20px;
  }
  .mega-menu-inner .menu-heading {
    display: none;
  }
  .mega-menu-inner .col {
    width: 100%;
    max-width: 100%;
    flex: inherit;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .mega-menu-inner .col:first-of-type button.drop-icon {
    display: none;
  }
  .mega-menu-inner .col .menu-heading + a {
    display: none;
  }
  .mega-menu-inner .col:nth-child(2) {
    display: none;
  }
  .mega-menu-inner .main-title{
    background: var(--bright-blue);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 14px 15px;
    font-family: 'Brother1816-Bold';
    transition: all 0.3s;
    display: flex;
    line-height: 1;
    align-items: center;
    margin-bottom: 20px;
  }
  .mobile-menu-drawer {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}