.custom-main-menu .menu-title {
  display: block;
  padding: 12px 15px;
  border: 1px solid #e9e9e9;
    border-bottom-color: rgb(233, 233, 233);
    border-bottom-style: solid;
    border-bottom-width: 1px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: -1px;
  color: #6c6c6c;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.main-menu-wrapper .custom-main-menu a, .main-menu-wrapper .custom-main-menu .menu-title{
    padding: 11px 14px;
    line-height: 20px;
    display: block;
    min-height: 42px;
    color: #111111;
}
.main-menu-wrapper .custom-main-menu li {
  display: block;
  border-bottom: 1px solid;
    border-bottom-color: currentcolor;
  border-color: #eeeeee;
}
.custom-main-menu .sub-menu{
    display:none;
}
.custom-main-menu .sub-menu a{
    border:none !important;
    padding-left: 25px;
}
.sub-menu{
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

body .top_line .links ul > li + li::before, body .top_line .setting-ul > .setting-li::before {
    width: 0px;
}
body .top_line{
    background-color: #282873;
}
#column-left .inner > *, #column-right .inner > *{
    display:block;
}
body .login-area::before {
  content: " ";
  background: transparent;
  width: 1px;
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 50%;
}

@media (max-width: 767px) {
    #column-left .inner > *, #column-right .inner > *{
        margin-top: 20px;
    }
    
    #account-menu-side{
        display:none !important;
    }
}