@media (max-width: 426px) {
    ul.nav.nav-tabs>li {
        width: 100%;
    }

    .featured-wrapper4>.featured-top>.featured-tab>ul.nav.nav-tabs>li.active:before {
        content: "";
        position: absolute;
        height: 5px;
        width: 5px;
        top: 1rem !important;
        border-right: 5px solid transparent;
        border-top: 5px solid #e8b35f;
        border-left: 5px solid transparent;
        border-bottom: 5px solid transparent;
        left: 0 !important;
        transform: rotate(270deg);
    }

    .featured-wrapper5>.featured-top>.featured-tab>ul.nav.nav-tabs>li.active:before {
        content: "";
        position: absolute;
        height: 5px;
        width: 5px;
        top: 1rem !important;
        border-right: 5px solid transparent;
        border-top: 5px solid #e9597e;
        border-left: 5px solid transparent;
        border-bottom: 5px solid transparent;
        left: 0 !important;
        transform: rotate(270deg);
    }

    .featured-wrapper6>.featured-top>.featured-tab>ul.nav.nav-tabs>li.active:before {
        content: "";
        position: absolute;
        height: 5px;
        width: 5px;
        top: 1rem !important;
        border-right: 5px solid transparent;
        border-top: 5px solid #449df0;
        border-left: 5px solid transparent;
        border-bottom: 5px solid transparent;
        left: 0 !important;
        transform: rotate(270deg);
    }

    .header-right {
        width: 70% !important;
        justify-content: flex-end;
    }
}


@media (max-width: 633px) {
    .featured-name {
        width: 100%;
    }

    .featured-top {
        flex-direction: column;
    }

    .featured-wrapper4>.featured-top>.featured-tab>ul.nav.nav-tabs>li.active:before {
        content: "";
        position: absolute;
        height: 5px;
        width: 5px;
        top: 0;
        border-right: 5px solid transparent;
        border-top: 5px solid #e8b35f;
        border-left: 5px solid transparent;
        border-bottom: 5px solid transparent;
        left: 40%;
    }

    .featured-wrapper5>.featured-top>.featured-tab>ul.nav.nav-tabs>li.active:before {
        content: "";
        position: absolute;
        height: 5px;
        width: 5px;
        top: 0;
        border-right: 5px solid transparent;
        border-top: 5px solid #e9597e;
        border-left: 5px solid transparent;
        border-bottom: 5px solid transparent;
        left: 40%;
    }

    .featured-wrapper6>.featured-top>.featured-tab>ul.nav.nav-tabs>li.active:before {
        content: "";
        position: absolute;
        height: 5px;
        width: 5px;
        top: 0;
        border-right: 5px solid transparent;
        border-top: 5px solid #449df0;
        border-left: 5px solid transparent;
        border-bottom: 5px solid transparent;
        left: 40%;
    }

    .product-contain {
        display: flex;
        width: calc(50% - 1rem);
        flex-direction: column;
        position: relative;
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
        background: #fff;
    }
}

@media (max-width: 768px) {
    .header-area-cont-span {
        display: none;
    }

    .container.first-top-container {
        padding: 1rem !important;
    }

    div#top-links {
        display: none;
    }
    #search, #search .search-input-wrapper {
        top: 16%;
    }
}

@media (min-width: 992px) {

    ul.megamenu>li>a:hover,
    ul.megamenu>li.active>a,
    ul.megamenu>li.home>a,
    ul.megamenu>li:hover>a {
        background-color: var(--var-theme-color);
        color: #fff;
    }

}

@media (max-width: 992px) {
    .header-left {
        display: none !important;
    }

    .triple-area {
        margin-left: 0 !important;
        width: 100%;
    }

    .private-vertical .megamenu-wrapper.active {
        width: 280px;
    }

    .private-vertical .megamenu-wrapper.active {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        width: 100% !important;
    }

    .col-sm-3.vertical-menu-area {
        position: absolute;
        top: -2rem;
        z-index: 99999;
    }

    .private-vertical .megamenu-nav {
        height: 20px;
    }

    .header-right {
        height: 34px;
    }

}

@media (max-width: 1024px) {
    .header-info-area {
        display: none;
    }


    .header-left {
        margin-left: 3% !important;
    }

    .header-right {
        width: 79%;
        justify-content: flex-end;
    }

    #search,
    #search .search-input-wrapper {
        top: 12%;
    }
}


@media (max-width: 1440px) {
    .header-left {
        margin-left: 10%;
    }

}