#superfish-right-menu {
    display: flex;
    gap: 20px;

    .sf-sub-indicator {
        right: -1.25em;


    }





    .sf-depth-2 {
        background-color: white;
        padding: 5px;
        border-radius: 5px !important;


        a {
            color: #3A3A3A !important;
        }

        a:hover {
            color: #EE4F7E !important;
        }

        ul {
            top: 38px !important;
            left: 50px !important;
            right: 0 !important;
            border-radius: 5px !important;




        }
    }

    .sf-depth-3 {
        background-color: white;
        padding: 5px;




    }
}

#superfish-right-menu--2 {
    .sf-sub-indicator {
        right: -1.25em;
   }
 }
 .header-on-front-page .header li a{
 	padding:0 !important;
 }
 .header#header ul li a{
 	padding:0 !important;
 }
 .sf-right-menu{
 	display:flex;
 	flex-direction:row;
 	gap:20px !important;
 }
 @media (min-width: 100px) and (max-width: 1280px){
 	.sf-right-menu{
 	display:flex;
 	flex-direction:column;
 }
 }