﻿.header-area {
    position: relative;
    z-index: 999;
    padding-bottom: 96px;
}

.headerMenuRightOne a {
    color: var(--color-theme-primary);
    font-weight: 400;
    margin-left: 25px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: var(--font-family-kpz);
}

    .headerMenuRightOne a span {
        border-radius: 50%;
        display: flex;
        text-align: center;
        width: 30px;
        height: 30px;
        line-height: 20px;
        background: #fff;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

    .headerMenuRightOne a i {
        color: var(--color-theme-primary);
    }

.header-top-left .same-style-wrap .same-style a i {
    color: #ffc400
}

.main-categori-wrap.main-categori-wrap-modify > a {
    background-color: #1b2bbc;
}

@media(min-width: 992px) and (max-width: 1024px) {
 
    .home .category-menu-2.categori-not-visible-2 {
        min-height: 100%;
        padding: 0;
    }

        .home .category-menu-2.categori-not-visible-2 ul {
            max-height: 314px;
            overflow-y: scroll;
            overflow-x: hidden;
            padding: 5px 10px 3px;
        }
}

/*.home .category-menu-2.categori-not-visible-2 {
    -webkit-transform: rotateX( 0deg );
    transform: rotateX( 0deg );
    visibility: visible;
}

.home .navbar_top.fixed-top .category-menu-2.categori-not-visible-2 {
    -webkit-transform: rotateX( 90deg );
    transform: rotateX( 90deg );
    visibility: hidden;
}

.home .navbar_top.fixed-top .main-categori-wrap:hover .category-menu-2.categori-not-visible-2 {
    -webkit-transform: rotateX( 0deg );
    transform: rotateX( 0deg );
    visibility: visible;
}*/

.navbar_top .search-cate {
    display: none;
}

.navbar_top.fixed-top .search-cate {
    display: flex;
    align-items: center;
}

.navbar_top.fixed-top .headerMenuRightOne {
    display: none !important;
}

.header-action.header-action-flex {
    justify-content: end
}

.main-menu > nav > ul > li a {
    color: #fff;
    position: relative;
    font-weight: 500;
}

.main-menu > nav > ul > li:hover > a, .main-menu > nav > ul > li > a.active {
    color: #000;
    background: #fff;
    transition:.2s linear;
}

.search-toggle:hover {
    color: #fff !important;
}

.category-menu-2 nav > ul > li:hover > a, .category-menu-2 nav > ul > li:hover > a span {
    color: #1b2bbc;
}

.header-action .same-style-2 a span.red {
    background-color: var(--color-theme-primary);
}

.navbar_top.fixed-top {
    box-shadow: 0px 10px 21.6px 2.4px rgb(0 0 0 / 6%);
}

.main-categori-wrap > a i.icon-right {
    float: right;
    font-size: 12px;
    margin-right: 0;
    top: 0px;
}

.main-categori-wrap > a i {
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 0;
    line-height: 1;
    float: left;
}

.mobile-menu-wrap.main-categori-wrap > a i.icon-right {
    float: right;
    font-size: 12px;
    margin-right: 0;
    top: 10px;
}

.main-categori-wrap > a {
    color: var(--color-theme-primary);
}

.main-categori-wrap.main-categori-wrap-modify > a {
    color: #fff;
    padding: 15px 20px 15px 20px;
}

.category-menu-2 {
    border: 1px solid #999;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    background-color: #fff;
    padding: 0px 2px 0px;
    border-top: none;
}

.hotline-2-wrap {
    margin-right: 20px;
}

.hotline-2-icon {
    transform: rotate( -90deg );
}

.hotline-2-wrap .hotline-2-icon i {
    font-size: 25px;
    color: #b4171c
}

.categori-search-wrap {
    border-radius: 10px;
    overflow: hidden;
}

    .categori-search-wrap .search-wrap-3 form button {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        padding: 0;
        color: var(--color-theme-primary);
        font-size: 15px;
        height: 100%;
        background-color: #1b2bbc;
        color: #fff;
        padding: 0 10px;
    }

        .categori-search-wrap .search-wrap-3 form button:focus {
            box-shadow: none
        }

        .categori-search-wrap .search-wrap-3 form button:hover {
            color: #ffffff;
        }

    .categori-search-wrap .search-wrap-3 form input {
        font-size: 14px;
        color: #999;
        border: none;
        height: 40px;
        padding: 2px 90px 2px 10px;
        background-color: transparent;
    }

.main-menu > nav > ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap:10px;
}

    .main-menu > nav > ul > li {
        display: block;
        float: left;
        position: relative;
        padding-right: 0;
    }

        .main-menu > nav > ul > li > a {
            display: block;
            text-align: center;
            font-weight: bold;
            padding: 10px 16px;
            text-transform: unset;
            transition: .2s linear;
            border-radius: 20px;
        }

.header-small-device.small-device-ptb-1 {
    padding: 5px 0 5px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 1px 1px 4px 1px #ffffff42;
    height: 90px;
    display: flex;
    align-items: center;
}

.main-menu.main-menu-lh-5 > nav > ul > li {
    line-height: unset;
}

.main-categori-wrap .category-menu-2 {
    position: absolute;
    top: 100%;
    -webkit-transform: rotateX( 90deg );
    transform: rotateX( 90deg );
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: 99
}

.main-categori-wrap:hover .category-menu-2 {
    -webkit-transform: rotateX( 0deg );
    transform: rotateX( 0deg );
    visibility: visible;
}
/* ============ dropdown menu // ============ */
@media all and (min-width: 992px) {
    .main-categori-wrap .has-dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .main-categori-wrap .has-dropdown > span {
            height: auto;
            width: 45px;
            line-height: 1;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            padding: 0;
            color: currentColor;
            opacity: .6;
            margin: 0 5px 0 0;
            background-color: transparent;
            border: none;
            text-align: right;
        }

        .main-categori-wrap .has-dropdown > a {
            display: block;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

    .has-dropdown {
        position: relative;
    }

        .has-dropdown .submenu {
            display: block;
            position: absolute;
            top: 0;
            left: 100%;
            background-color: #fff;
            box-shadow: 0 0 20px 0.4px rgb(0 0 0 / 10%);
            min-width: 10rem;
            -webkit-transform: rotateX( 90deg );
            transform: rotateX( 90deg );
            -webkit-transform-origin: center top 0;
            -ms-transform-origin: center top 0;
            transform-origin: center top 0;
            -webkit-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            visibility: hidden;
        
            width: 100%;
        }

            .has-dropdown .submenu li a {
                margin-bottom: 0;
                padding: 12px 10px;
                padding-right: 20px;
            }

            .has-dropdown .submenu li:last-child {
                border-bottom: none;
            }

            .has-dropdown .submenu li a {
                display: block;
                width: 100%;
                clear: both;
                font-weight: 400;
                color: #212529;
                text-align: inherit;
                text-decoration: none;
                white-space: unset;
                background-color: transparent;
                line-height: 1.3;
            }

                .has-dropdown .submenu li a:hover {
                    color: #000;
                    border-color: #ffc400
                }

        .has-dropdown .submenu-left {
            right: 100%;
            left: auto;
        }

        .has-dropdown:hover {
        }

        .has-dropdown .submenu.has-dropdown-wrapper {
            top: 70px;
            left: 0;
        }

        .has-dropdown:hover .submenu.has-dropdown-wrapper {
            top: 70px;
            left: 0;
        }
        .has-dropdown {
            position:relative;
        }

        .has-dropdown .submenu {
            width: 250px;
        }
        .has-dropdown:hover > .submenu {
            display: block;
            -webkit-transform: rotateX( 0deg );
            transform: rotateX( 0deg );
            visibility: visible;
        }

        .has-dropdown .submenu li.has-dropdown {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0 10px;
        }

    .submenu li.has-dropdown a {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .submenu li.has-dropdown > span {
        height: auto;
        width: 20px;
        line-height: 1;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding: 0;
        color: currentColor;
        opacity: .6;
        margin: 0;
        background-color: transparent;
        border: none;
        text-align: right;
        position: absolute;
        right: 2px;
    }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

    .has-dropdown .has-dropdown {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

.main-menu > nav > ul > li > ul {
    padding: 5px 17px 3px;
}

    .main-menu > nav > ul > li > ul > li {
        padding: 12px 0;
        position: relative;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 0;
    }

        .main-menu > nav > ul > li > ul > li:last-child {
            border-bottom: 0px solid #e1e1e1;
        }

.category-menu-2 nav > ul > li > a {
    font-size: 16px;
    color: #636363;
    font-family: var(--font-family-kpz);
}

.category-menu-2 nav > ul > li {
    padding: 9.8px 12px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}

    .category-menu-2 nav > ul > li > a i {
        font-size: 15px;
        margin-right: 8px;
    }

.category-menu-2.categori-not-visible-2 {
    display: block;
}

/*.home .category-menu-2.categori-not-visible-2 {
    -webkit-transform: rotateX( 0deg );
    transform: rotateX( 0deg );
    visibility: visible;
}*/

.header-action .same-style-2 a span.pro-count {
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 19px;
    color: #fff;
    text-align: center;
    left: 25px;
    border-radius: 50px;
    font-weight: 600;
    background-color: #b4171c;
    top: unset;
}

.header-action .same-style-2 a {
    color: #fff;
    font-size: 20px;
}

.cart-text, .pro-count_cart {
    font-size: inherit;
    text-transform: uppercase;
    color: inherit
}

.cart-icon {
    font-size: 20px;
    color: #fff;
    margin-right: 5px;
}

    .cart-icon img {
        height: 20px;
    }

@media(max-width: 991px) {
    .cart-icon img {
        height: 25px;
    }
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
    padding: 0px 15px 0px;
    font-size: 15px;
    /*color: #fff;*/
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:last-child {
    padding-bottom: 0;
}

@media(max-width:767px) {
    .cart-icon {
        width: 30px;
        height: 30px;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10rem;
        color: #fff;
    }

    .header-action .same-style-2 a span.pro-count {
        position: absolute;
        bottom: 0px;
        font-size: 12px;
        width: 20px;
        height: 20px;
        display: inline-block;
        line-height: 19px;
        color: #fff;
        text-align: center;
        left: 20px;
        border-radius: 50px;
        font-weight: 600;
        background-color: #b4171c;
        top: unset;
    }
}

.hotline-2-wrap .hotline-2-icon {
    margin-right: 5px;
    border: 2px solid #b4171c;
    border-radius: 10rem;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-action .same-style-2.header-cart a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: end;
}

.hotline-2-wrap .hotline-2-content span {
    font-size: 16px;
    color: #666666;
    display: block;
    line-height: 1;
}

.header-action .same-style-2.same-style-2-font-dec a {
    font-size: 18px;
}

    .header-action .same-style-2.same-style-2-font-dec a:hover {
        color: var(--color-theme-primary);
    }

.box_shadows {
    height: auto;
}

.header-top {
    background: #fff
}

    .header-top p {
        font-size: 13px;
    }

.header-offer-wrap p {
    color: #000000;
    margin: 0;
}

.main-menu.main-menu-padding-1 > nav > ul > li {
    padding-right: 0;
}

.nav-cate ul li {
    display: block;
    overflow: visible;
    padding: 0 5px !important;
    cursor: pointer;
    border-bottom: none !important;
}

    .nav-cate ul li.dropdown {
        position: static;
    }

    .nav-cate ul li .categories-a {
        position: relative;
        display: block;
        color: #303846;
        padding: 11px 0;
        border-bottom: 1px solid rgba(0,0,0,0.08);
        margin: 0;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 20px;
        padding-right: 10px;
        display: flex;
        justify-content: space-between;
    }

    .nav-cate ul li .subcate {
        display: none;
        cursor: default;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 100%;
        min-height: 363px;
        background: #fff;
        padding: 10px;
        width: calc(1250px - 325px);
        box-shadow: 0 2px 1px 0 rgb(0 0 0 / 25%);
        border-top: 1px solid #eee;
    }

@media (min-width: 992px) {
    .nav-cate ul li.dropdown:hover .subcate {
        display: block;
    }
}

@media (min-width: 1550px) {
    .nav-cate ul li .subcate {
        min-height: 455px;
    }
}

@media (min-width: 1400px) {
    .nav-cate ul li .subcate {
        min-height: 405px;
    }
}

.nav-cate ul li .subcate .row {
    margin-right: -10px;
    margin-left: -10px;
}

.nav-cate ul li .subcate aside {
    cursor: default;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

    .nav-cate ul li .subcate aside .categories-main-sub {
        font-weight: bold;
        padding: 5px 0;
        margin-bottom: 5px;
        color: #303846;
        font-size: 16px;
        display: block;
        border-bottom: 1px solid #e0e0e0;
    }

        .nav-cate ul li .subcate aside .categories-main-sub:hover {
            color: #011746;
        }

    .nav-cate ul li .subcate aside .list-categories-main-sub a {
        line-height: normal;
        display: block;
        text-transform: none;
        padding: 4px 0;
        color: #303846;
        font-size: 16px;
        font-weight: normal;
    }

        .nav-cate ul li .subcate aside .list-categories-main-sub a:hover {
            color: #011746;
        }

.hotline-2-wrap .hotline-2-content h5 {
    margin: 0px 0 0;
}

.mobile-header-active {
    /*background-color: var(--color-theme-primary);*/
}

    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
        font-size: 16px;
        text-transform: unset;
        line-height: 1.3;
        position: relative;
        display: inline-block;
        padding: 0px 0;
        /*color: #fff;*/
    }

    .mobile-header-active .main-categori-wrap > a {
        color: black;
        font-size: 16px;
        font-weight: 400;
        text-transform: unset;
        letter-spacing: 0;
        display: block;
        width: 100%;
        line-height: 1.3;
        padding: 0 0 0 0;
    }

        .mobile-header-active .main-categori-wrap > a i.icon-right {
            float: right;
            font-size: 12px;
            margin-right: 0;
            top: 3px;
        }

    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-padding-border-2 {
        margin-bottom: 12px;
        padding-bottom: 12px;
        padding-right: 5px;
        border: 0;
        border-bottom: 1px solid #ebebeb;
    }

    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
        display: block;
        position: relative;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #ececec
    }

.mobile-menu .submenu.dropdown li:first-child {
    padding-top: 15px;
}

.mobile-menu .submenu.has-dropdown-wrapper li:first-child {
    padding-top: 7px;
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-search form input {
    background-color: #f6f6f6;
    border: none;
    border-radius: 0px;
    height: 40px;
    padding: 0 60px 0 15px;
    width: 100%;
    font-size: 16px;
    color: #181818;
}

.mobile-header-active .clickalbe-sidebar-wrap .sidebar-close {
    color: #c5c5c5e8;
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding-right: 0px;
}

.main-categori-wrap.mobile-menu-wrap .mobile-menu li:last-child {
    /*border-bottom: none !important;*/
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a {
    /*color: #fff;*/
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand i::before {
    border-bottom: 1px solid #fff;
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand i {
    border-bottom: 1px solid #fff;
}

ul.mobile-menu ul.submenu.has-dropdown-wrapper {
    margin-top: 15px;
}

ul.submenu li:last-child {
    margin-bottom: 0px !important;
    border-bottom: unset !important;
}

.search-wrap-3 {
    border-radius: 10px;
    overflow: hidden;
}

    .search-wrap-3 input {
        border: 1px solid #2786dc;
        border-right: none;
        border-radius: 10px;
        font-size: 14px;
        height: 38px
    }

    .search-wrap-3 button {
        border: 1px solid #2786dc;
        border-right: none;
        background-color: #2786dc;
        color: #fff;
        font-size: 15px;
        height: 38px
    }

.header-area .btn-search:hover {
    color: #f1ba33 !important;
}

@media only screen and (max-width: 1024px) {
    .mobile-header-active .clickalbe-sidebar-wrap {
        padding: 20px;
    }

    .mobile-header-active .icon-arrow-down {
        font-size: 12px;
    }
}

.btn-recall {
    color: #000 !important;
    background-color: #f2f9ff;
    padding: 5px 25px;
    border-radius: 8px;
    text-transform: uppercase;
    font-family: 'svn-gotham book';
    font-weight: bold;
    font-size: 14px;
    border: none
}

.header-top-left a {
    font-weight: 400;
}

.header-top .social-style-1 a {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10rem;
    background-color: #fff;
    color: #000;
    margin-right: 10px;
}

    .header-top .social-style-1 a i {
        margin: 0;
        font-size: 16px;
    }

.header-top .search-wrap-1 {
    top: 14px;
}

.mobile-menu-wrap .btn-recall {
    padding: 8px 25px;
}

.header-action .same-style-2 {
    line-height: 1;
    margin-right: 10px;
}

.header-action .hotline-btn {
    padding: 8px 15px;
    color: #000 !important;
    background: rgb(255,255,0);
    background: linear-gradient(90deg, rgba(255,255,0,1) 0%, rgba(255,110,2,1) 100%);
    font-weight: 500;
    border-radius: 10px;
}

.header-middle {

}

.header-middle, .header-small-device {
    background-color: #1A191F;
    z-index: 9;
    position: relative;
}

    .header-small-device.small-device-ptb-1 {
        background-color: rgb(0 0 0);
    }

.header-bottom {
    background-color: #000;
}

.header-search-wrap .search-wrap form {
    display: flex;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
}

    .header-search-wrap .search-wrap form .form-control {
        border-radius: 0;
        padding: 20px;
        padding-right: 100px;
        font-size: 14px;
        background: #fff;
        border: 0
    }

    .header-search-wrap .search-wrap form select {
        background-color: #fff;
        border: 1px solid #fff;
    }

    .header-search-wrap .search-wrap form .btn-submit {
        background-color: transparent;
        text-align: center;
        color: #000;
        border: 0;
        box-shadow: none;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 10rem;
        height: 100%;
        font-size: 14px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
    }

.header-middle-wrap {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.header-right-item a {
    display: flex;
    align-items: center;
}

    .header-right-item a .header-img {
        width: 32px;
        text-align: center;
    }

    .header-right-item a .header-text {
        width: calc(100% - 32px);
        padding-left: 5px;
    }

        .header-right-item a .header-text .text-1 {
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
        }

        .header-right-item a .header-text .text-2 {
            color: #ff0000;
            font-weight: 300;
            line-height: 1;
            font-size: 14px;
        }

.header-right-item.header-news a .header-text .text-2 {
    color: #fff;
    background-color: #ff0000;
    border-radius: 20px;
    font-style: italic;
    text-align: center;
    padding: 2px;
    text-transform: uppercase;
    font-weight: 700
}

.same-style-wrap .same-style:hover > a {
    color: #fff;
}

.same-style-wrap .same-style.same-style-border:before {
    display: none;
}

.same-style-wrap .same-style.same-style-border:not(:last-of-type) {
    border-right: 1px solid #999;
    margin-right: 10px;
    padding-right: 10px;
}

.header-right-item a {
    font-size: 28px;
    color: #fff
}

    .header-right-item a.cart-active {
        position: relative;
    }

        .header-right-item a.cart-active .header-text {
            position: absolute;
            padding: 5px;
            background: #ff0000;
            border-radius: 10rem;
            top: -10px;
            left: -10px;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

@media(max-width: 767px) {
    .header-right-item a .header-img {
        width: 20px;
    }
}

.header-hotline.header-right-item {
    padding: 2px;
    background: #ffc400;
    border-radius: 5px;
}

    .header-hotline.header-right-item a {
        border: 1px solid #000;
        padding: 5px;
    }

    .header-hotline.header-right-item .header-img img {
        filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(0) brightness(100%) contrast(100%);
    }

    .header-hotline.header-right-item a .header-text .text-1 {
        color: #000;
    }

.has-dropdown .menu-icon {
    height: 25px;
    margin-bottom: 5px
}

.has-dropdown .submenu li a.mn-tit {
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative;
    border: none;
    padding-left: 0;
    font-weight: 600
}

    .has-dropdown .submenu li a.mn-tit::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 50px;
        height: 1px;
        background: #000000;
    }

.has-dropdown .sub_menu {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    box-shadow: none;
    padding: 0 0 0;
    display: block;
    -webkit-transform: rotateX( 0deg );
    transform: rotateX( 0deg );
    visibility: visible;
}

    .has-dropdown .sub_menu li a {
        padding: 0 0 5px !important;
    }

    .has-dropdown .sub_menu li {
        margin-bottom: 15px;
    }

.header-top .social-icon a img {
    height: 25px;
}

.header-middle {
}

.header-middle-wrap .logo {
    
    width: 180px
}


.has-dropdown:hover > .submenu.testsss1 li {
    border-bottom: 1px solid #e1e1e1;
}
.has-dropdown:hover > .submenu.testsss1 {
    border-left: 1px solid #e1e1e1;
}
.has-dropdown:hover > .submenu.testsss1 li:last-child {
    border: 0;
}
.main-menu > nav > ul > li > a svg path {
    transition: .2s linear;
}
.main-menu > nav > ul > li:hover > a svg path {
    fill: #000;
    transition: .2s linear;
}
.has-dropdown .submenu li.has-dropdown:hover > a,
.submenu li.has-dropdown a:hover {
    color: #ECAB00;
    transition: .2s linear;
}
.has-dropdown .submenu li.has-dropdown svg path {
    transition: .2s linear;
}

.has-dropdown .submenu li.has-dropdown:hover svg path {
    fill: #ECAB00;
    transition: .2s linear;
}
.header-small-device.small-device-ptb-1{
    display:none;
}
.header-small-device_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;

}
    .header-small-device_box .small_logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .header-small-device_box .dropdown-item {
        color:#fff;
    }
@media (max-width:1024px) {
    .header-large-device{
        display:none;
    }
    .header-small-device.small-device-ptb-1 {
        display: flex;
    }
}
@media(max-width:991px) {
    .header-area {
        padding-bottom: 90px;
    }
.header-small-device{
        background-position:center;
        background-image: unset;
    }
}
