<style type="text/css">
    .about-text-wrap >p > a{
        text-decoration: underline;
        color: #96c632;
    }
    .ht-setting-list > li.active {
    background: #fed700 !important;
    }
    a:hover {
       /* color: #fed700!important;*/
    }

    li.submenu-one::after {
        top: 4px !important;
        left: 90px !important;
    }
    .dropdown-submenu>.dropdown-menu {
        top: 12px !important;
    }
    _____________________________________________________________________

    /*Header Bottom Dropdown Menu*/

    .dropdown-menu 
    {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0.5rem 2px 0px 1px;
        margin: 0.125rem 5px 14px;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: .25rem;
    }
    /*For menus*/
    .hb-menu nav ul > li > div > ul.hb-dropdown > li > a {
        color: #242424;
        display: block;
        padding: 6px 11px;
        transition: all 0.3s ease-in-out 0s;
    }
    .hb-menu nav ul > li > div > ul.hb-dropdown > li.sub-dropdown-holder::after {
        content: "\f107";
        font-family: fontawesome;
        position: absolute;
        right: 25px;
        top: 5px;
        transition: all 0.3s ease-in-out;
        color: #242424;
    }
    .hb-menu nav ul > li >div > ul.hb-dropdown > li.sub-dropdown-holder:hover::after {
        transform: rotate(-90deg);
        color: black;
    }

    .hb-menu nav ul > li > div > ul.hb-dropdown > li {
        position: relative;
        transition: all 0.3s ease-in-out;
    }

    li.dropdown-submenu:hover::after{ 
        transform: rotate(-90deg);
        color: black;
    }
    li.dropdown-submenu::after {
        content: "\f107";
        font-family: fontawesome;
        position: absolute;
        right: 6px;
        top: 0px;
        transition: all 0.3s ease-in-out;
        color: #242424;
    }

    header-4 .hb-menu nav > ul > li > a:after {
        color: #ffffff;
        transition: all 0.3s ease-in-out;
    }

    .hb-menu nav > ul > li.dropdown-holder > a::after {
        content: "\f107";
        position: absolute;
        top: 8px;
        right: 15px;
        font-family: fontawesome;
        font-size: 18px;
        transition: all 0.3s ease-in-out;
        color: white;
    } 
    .hb-menu nav > ul > li.dropdown-holder:hover a::after {
        transform: rotate(180deg);
    }

    

    /** FOR MEGA MENU DROUP DOWN **/
    @media only screen and (max-width: 800px) 
    {
        .megamenu {
            background: #ffffff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 30px 15px;
            -webkit-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
            visibility: hidden;
            opacity: 0;
            -webkit-transform: translateY(30px);
            -ms-transform: translateY(30px);
            transform: translateY(30px);
            z-index: 0;
            position: absolute;
            left: 100%;
            /* right: auto;*/
            top: 0;
            -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
            box-shadow: 0 0 5px rgb(0 0 0 / 10%);
        }

    }

    .megamenu-static-holder .hb-megamenu, .megamenu-holder .hb-megamenu .small
    {
        padding-left: 17px;
        background-image: url(images/menu/li-bg-menu.jpg);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        top: auto;
        left: auto;
        z-index: 99;
        width: 22%;
        padding-top: 0px;
        overflow-y: auto;
        overflow-x: auto;
        max-height: 470px!important;
    }

    .megamenu-static-holder .hb-megamenu, .megamenu-holder .hb-megamenu .one {
        background-image: url(images/menu/li-bg-menu.jpg);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        top: auto;
        left: auto;
        z-index: 99;
        padding-left: 17px;
        width: 22%;
        padding-top: 0px;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 470px!important;
    }

    /*FOR SIZE 800*/
    @media only screen and (max-width: 800px) 
    {
        .megamenu-static-holder .hb-megamenu, .megamenu-holder .hb-megamenu .one 
        {
            width: 123% !important;
        }
    }

    @media only screen and (max-width: 600px) 
    {
       
    .megamenu-static-holder .hb-megamenu, .megamenu-holder .hb-megamenu .one {
        
            width: 123% !important;
        }
    }

        
    .list-group-item 
    {
        position: relative!important;
        display: block!important;
        padding: .75rem 1.25rem!important;
        margin-bottom: -353px!important;
        background-color: #fff!important;
        border: 1px solid rgba(0,0,0,.125)!important;
    }
    .megamenu > li {
        padding: 0 20px;
        float: left;
        min-width: 250px;
        border-right: 1px solid #ebebeb;
        padding: 8px 0 5px;
        display: block;
        margin-bottom: 10px;
        color: #1e1e1e;
        font-weight: 500;
        font-size: 14px;
        transition: all 0.3s ease-in-out;
    }


    /*.megamenu-static-holder > a::after {
        content: "\f107";
        position: absolute;
        top: 8px;
        right: 15px;
        font-family: fontawesome;
        font-size: 18px;
        transition: all 0.3s ease-in-out;
        color: #242424;
    }*/
    .li-sub-category-list > li > a {
        color: #0363cd !important;
        font-size: 14px;
        margin: 0 20px 0;
        line-height: 20px;
        position: relative;
    }

    .slider-product{
        font-size: 12px;
        font-weight: 500;
        color: black;
        text-align: center;
    }

    /** FOR TOP CATEGORIES IMAGE SLIDER **/
    /*#carouselExampleControls > .carousel-inner {
    position: relative;
    
    overflow: inherit !important;
    }
    #carouselExampleControls > .carousel-inner > .carousel-item {
    perspective: none !important;
    }*/

    #carouselExampleControls10Image > .carousel-inner {
        position: relative;
        overflow: visible ;
    }
    #carouselExampleControls10Image > .carousel-inner > .carousel-item {
        perspective: none !important;
    }

    #carouselExampleControls6Image > .carousel-inner {
        position: relative;
        overflow: visible ;
    }
    #carouselExampleControls6Image > .carousel-inner > .carousel-item {
        perspective: none !important;
    }

    #carouselExampleControls3Image > .carousel-inner {
        position: relative;
        overflow: visible ;
    }
    #carouselExampleControls3Image > .carousel-inner > .carousel-item {
        perspective: none !important;
    }
    .carousel-control-next {
    right: 10px;
    }
    
    .megamenu > li > a 
    {
        font-size: 15px!important;
        margin: 0px -24px 0px -11px !important;
        padding: 3px 0px 3px 6px !important;
    }
    .megamenu > li:last-child, .megamenu-static-holder .hb-megamenu > li:last-child {
        min-width: 14rem;
        padding: -0.5rem 0;
        font-size: 14px;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        /*border: 1px solid rgb(234 30 30 / 15%);*/
        border-radius: .25rem;
    }
    __________________________________________________________________________________________________________
    
    /*new add*/
    /*.categories-name{
        padding-top: 0px !important;
       
        margin: -38px 0px 0px 3px;
        padding: 0px 0px 0px 31px;
    }
    .product-active .owl-nav div.owl-next {
        right: -20px;
        color: white;
    }
    .slider-active .owl-nav > .owl-prev > i, .product-active .owl-nav > .owl-prev > i, .slider-active .owl-nav > .owl-next > i, .product-active .owl-nav > .owl-next > i {
    font-size: 55px;
    font-weight: 700;
    color: white;
    }*/
    /*.owl-carousel .owl-item {
        padding-top: -38px;
       
        margin-top: -155px;
        padding-top: -62px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none;
        margin-bottom: 2px;
    }*/


    .header-product-img{
        height: 32px;
        width: 11%;
    }
    .search-suggestion{
        padding: 5px 0px 11px 10px;
        background: white;
        border-style: ridge;
        border-width: 1px;
        font-size: 14px;
        font-family: "Verdana, sans-serif";
        display: block;
        position: relative;line-height: 1;
    }
    .search-suggestion:hover{
         background-color: #fed700;
    }

</style>