#site-navigation .sub-menu, #site-navigation .children {
    position: absolute;
    top: 100%;
    left: inherit;
    width: 250px;
    font-weight: 400;
    text-align: right !important;
    display: none;
    z-index: 100000;
    box-shadow: 1px 2px 5px rgba(34, 34, 34, 0.25);
    right: 0;
}
