  .t454__leftwrapper{
    padding-right: 70px !important;
  }
  .t454__rightwrapper{
    padding-left: 70px !important;
  }
  .t454__list_item{
    padding: 0px 10px !important;
  }
  .t454__list_item:last-child{
    padding: 0 0 0 10px !important;
  }
  .t454__list_item:first-child{
    padding: 0 10px 0 0 !important;
  }
  .t-menusub__menu{
      max-width:200px ;
  }
  .text{
    position: relative;
  }
  .text::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: transparent transparent transparent transparent;
    top: 12px;
    right: -10px;
    position: absolute;
    border-top-color:#000;
    
  }
  .t450__menu__content {
      top:25px !important;
  }
