.sf-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
}

ul.sf-menu li a.item-home {
    font-size: 24px;
    padding: 0 25px;
}

ul.sf-menu li.normal_drop_down ul {
    background-color: #f8f8f8;
    margin: 0;
    padding: 0px 15px;
    list-style: none;
    min-width: 250px;
}

.sf-menu li.normal_drop_down {
    position: relative;
}

ul.sf-menu li ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

    ul.sf-menu li ul ul {
        left: 100%;
        top: 0;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }

.sf-menu > li > a {
    position: relative;
    line-height: 60px;
    transition: ease-out .3s;
}

    .sf-menu > li > a:hover:before, .sf-menu > li:hover > a:before, .sf-menu > li.active > a:before {
        opacity: 1;
        transition: opacity 0.5s;
    }

ul.sf-menu > li.active > a, ul.sf-menu > li:hover > a {
    color: #fff;
    transition: ease-out 0.2s;
}

.sf-menu li.sfHover > ul,
.sf-menu li:hover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu > li:first-child > a {
    /*padding-left: 0px;*/
}

.sf-menu ul ul {
    top: 0;
    left: 100%;
}

.sf-menu ul {
    min-width: 12em;
    *width: 12em;
}

.sf-menu a {
    padding: 0 0em;
    text-decoration: none;
    zoom: 1;
    color: #333;
}

    .sf-menu a#sign_in {
        background-color: #252525;
    }

.sf-menu li {
    white-space: nowrap;
    *white-space: normal;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

    .sf-menu li.active {
        background-color: #EB1C28;
    }

ul.sf-menu li a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #333;
    white-space: normal;
}

ul.sf-menu > li > a {
    font-size: 16px;
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
    padding: 0 10px;
}

ul.sf-menu li a {
    color: #333333;
}

ul.sf-menu ul li {
    min-width: 100%;
    position: relative;
}

    ul.sf-menu ul li a {
        min-width: 100;
        padding: 0.467em 0em;
        font-weight: 500;
    }

        ul.sf-menu ul li a:hover {
            color: #EB1C28;
            outline: 0;
            font-weight: 500;
        }

.sf-menu li.sfHover,
.sf-menu li:hover {
    /* background: #111; */
    -webkit-transition: none;
    transition: none;
    color: #fff;
}

.sf-arrows .sf-with-ul {
    /*padding-right: 1.5em;
    *padding-right: 1em;*/
}

    .sf-arrows .sf-with-ul:after {
        display: none;
        content: "";
        position: absolute;
        top: 50%;
        right: .5em;
        margin-top: -3px;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        border-top-color: #222;
    }

.sf-arrows .active .sf-with-ul:after {
    border-top-color: #fff;
}

.sf-arrows > .sfHover > .sf-with-ul:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > li > .sf-with-ul:focus:after {
    border-top-color: #fff;
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #333;
    border-left-color: rgba(0, 0, 0, 0.5);
}

.sf-arrows ul .sfHover > .sf-with-ul:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul li > .sf-with-ul:focus:after {
    border-left-color: #f50000;
}

#mobnav-btn:before {
    display: none;
    font-family: "fontawesome";
    content: "\f0c9";
    font-size: 24px;
    width: 24px;
    height: 24px;
    color: #f50000;
    cursor: pointer;
    top: -7px;
    position: relative;
}

.mobnav-subarrow {
    display: none;
}

.sf-menu .sf-mega {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 9999;
    background: #f8f8f8;
    padding: 20px 20px;
    box-sizing: border-box;
    width: 100%;
}

    .sf-menu .sf-mega ul.mega_submenu {
        display: block;
        float: none;
        width: 100%;
        position: inherit;
        padding: 0;
        margin: 0;
        list-style: none;
        padding-top: 3px;
        padding-bottom: 10px;
    }

        .sf-menu .sf-mega ul.mega_submenu li {
            text-transform: none;
            font-size: 14px;
        }

            .sf-menu .sf-mega ul.mega_submenu li a {
                color: #333;
            }

                .sf-menu .sf-mega ul.mega_submenu li a:hover {
                    color: #EB1C28;
                }

            .sf-menu .sf-mega ul.mega_submenu li:last-child {
                border-bottom: none;
            }

ul.mega_submenu li i {
    margin-left: 0;
    padding-left: 0;
    padding-right: 10px;
    text-align: left;
}

.sf-mega h3 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: unset;
}

    .sf-mega h3 a {
        font-weight: 600;
    }

ul.mega_submenu.icons li {
    position: relative;
}

    ul.mega_submenu.icons li i {
        position: absolute;
        right: 25px;
    }

.menu_mobile {
    display: none;
}

@media (max-width: 767px) {
    #mobnav-btn {
        position: absolute;
        top: -44px;
        right: 20px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

        #mobnav-btn:before {
            display: block;
        }

    .mobnav-subarrow {
        display: block;
        height: 47px;
        width: 100%;
        background-position: top left !important;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .sf-menu .sf-mega {
        padding: 10px;
    }

    .sf-arrows .sf-with-ul:after {
        top: 50%;
        right: 20px;
    }

    .sf-menu {
        width: 100% !important;
        flex-direction: column;
    }

        .sf-menu.xactive {
            display: block !important;
        }

        .sf-menu li {
            float: none !important;
            display: block !important;
            width: 100% !important;
        }

            .sf-menu li a {
                float: none !important;
            }

        .sf-mega,
        .sf-menu ul {
            position: static !important;
            display: none !important;
        }

    .xpopdrop .sf-mega,
    .xpopdrop ul {
        display: block !important;
    }

    .mega_drop_down {
        position: relative;
    }

    .menu_mobile {
        background-color: #fff;
        box-shadow: 0 0 5px rgba(58, 58, 58, 0.275);
        width: 70%;
        left: -70%;
        position: absolute;
        height: 100%;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        z-index: 99;
    }

        .menu_mobile.active {
            display: block;
            left: 0;
            transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
        }
}

.padding-bottom-5px {
    padding-bottom: 5px;
}

.sf-menu .sf-mega .sliderMenuWithImage.owl-carousel .owl-nav .owl-prev {
    left: -30px;
}

.sf-menu .sf-mega .sliderMenuWithImage.owl-carousel .owl-nav .owl-next {
    right: -30px;
}

.sf-menu a.active {
    color: #EB1C28 !important;
}
