/*.icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background-color: #000000;
}*/

.FT_drill {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  list-style: none !important;
  padding: 10px 10px 10px 10px !important;
  position: relative
}

.FT_drill li {
  background: #666;
  margin-bottom: 4px!important;
  width: 49.4%;
  display: inline-block;
  height: initial;
  display: flex;
}

.FT_drill li img {
  width: 15%!important;
  display: inline-block;
}

.FT_drill li span {
  display: inline-block;
}

.FT_drill li a {
  color: #fff;
  font-family: din-bold;
  text-transform: uppercase;
  padding: 8px;
  width: 100%;
}

.FT_drill .menu-item-has-children a {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 290px;
}

.FT_drill .sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 98.8%;
  list-style: none !important;
  padding: 10px !important;
  left: 0px;
  top: 0px;
  z-index: 3;
  min-height: 280px;
  line-height: 1.2em !important;
}

.liWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.FT_drill .sub-menu li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.showit {
  display: flex;
  left: 16px;
}

.backBtn {
  width: 100%;
  color: #fff;
  font-family: din-bold;
  text-transform: uppercase;
  padding: 8px;
  background: #666;
  margin-bottom: 4px!important;
  display: flex;
  align-items: center;
  height: fit-content;
  padding: 8px !important;
  cursor: pointer;
}

.backBtn::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fff transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: .75rem;
  border-left-width: 0;
}

.FT_drill .menu-item-has-children>a::after {
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    margin-left: .75rem;
    border-color: transparent transparent transparent #FFF;
}

.extraHeight {
  display: none;
  height: 102px;
  background: transparent;
  width: 100%
}

/*
@media(max-width: 980px) {
  .FT_drill .sub-menu {
    min-height: 320px;
  }
}

@media(max-width: 500px) {
  .FT_drill {
      width: 100%;
  }
  .FT_drill .sub-menu {
    width: 100%;
    min-height: 620px;
  }
  .FT_drill li {
    width: 100%;
  }
  .extraHeight {
    height: 150px
  }
}
*/
