﻿@font-face {
    font-family: 'allura';
    font-weight: 400;
    src: url('../../fonts/allura-regular.ttf') format('truetype');
}

.header-area {
    position: relative;
    z-index: 1050;
    padding-bottom: 212px;
}

.headerMenuRightOne a {
    color: #e92a2a;
    font-weight: 400;
    margin-left: 25px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.header-contact .phoneNumber {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: #EB1C23;
    padding: 8px 11px;
}

.search-wrap i,
.header-contact i {
    font-size: 16px;
    color: #000;
}

.header-contact a span {}

.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: #f4d100;
}

.header-large-device .logo {
    width: 200px;
}

.header-large-device .logo img {
    height: 150px;
    object-fit: contain;
    margin-top: 10px;
    position: absolute;
    right: 0;
    bottom: -52px;
    z-index: 10;
}

.header-middle {
    padding: 14px 0;
}

.name-company-header a {
    color: var(--main-colorT);
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.name-company-header a span {
    display: block;
}

.header-bottom {}

.header-top {
    background: #24508C;
}

.header-top p {
    font-size: 16px;
}

.header-offer-wrap p {
    color: #fff;
    margin: 0;
}

.header-top .items:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #fff
}

.header-top .items a {
    color: #fff;
}

.header-top a i {
    color: #fff;
}

.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;
    }
}

.header-search {
    position: relative;
}

.header-search .search-toggle {
    background: #fff;
    color: #0e8080;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    font-size: 22px;
    color: #000;
}

.header-search .search-toggle.open .s-open {
    display: none;
}

.header-search .search-toggle .s-close {
    display: none;
}

.header-search .search-toggle.open .s-close {
    display: block;
}

.header-search .search-wrap.open {
    opacity: 1;
    right: 100%;
    visibility: visible;
    z-index: 99;
}

.header-search .search-wrap {
    background-color: #fff;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 340px;
    z-index: -99;
    padding-bottom: 1px;
    margin-right: 10px;
    border: 1px solid #ccc;
}

.header-search .search-wrap .form-control {
    border: 0;
    box-shadow: 0;
    height: 45px;
    font-size: 14px;
}

.header-search .search-wrap .input-group-append {
    border-left: 1px solid #ccc;
    margin-left: 0;
}

.header-search .search-wrap .form-control:focus {
    border: 0;
    box-shadow: 0;
}

.header-cart .cart-active {
    width: 60px;
    height: 45px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}

.header-cart .cart-active .pro-count_cart {
    position: absolute;
    width: 20px;
    height: 20px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: #FDF378;
    top: 6px;
    right: 0px;
    color: #000;
    border-radius: 10rem;
    font-size: 14px;
}

.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;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main-menu>nav>ul>li:hover>a,
.main-menu>nav>ul>li>a.active {

    font-size: 15px;
}

.main-menu>nav>ul>li:hover>a svg,
.main-menu>nav>ul>li>a.active svg {
    fill:#fff;
}

.search-toggle:hover {
    color: #000 !important;
    cursor: pointer;
}

.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: #e92a2a;
}

.navbar_top.fixed-top {
    box-shadow: 0px 10px 21.6px 2.4px rgb(0 0 0 / 6%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.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: #e92a2a;
}

.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;
}


.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: #e92a2a;
    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;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.main-menu>nav>ul>li {
    display: block;
    position: relative;
    float: left;
    position: unset;
    padding-right: 0;
}

.main-menu>nav>ul>li>a {
    display: block;
    text-align: center;
    text-transform: unset;
    padding: 14px 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.header-small-device.small-device-ptb-1 {
    padding: 5px 0 5px;
}

.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: 1154px) {
    .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: 250px;
            background-color: rgb(255 255 255);
            padding: 8px 0
        }

            .has-dropdown .submenu li {
                margin-bottom: 0;
                padding: 10px 20px;
                color: #fff
            }

                .has-dropdown .submenu li:hover {
                    background-color: transparent
                }

                .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;
                    border: 0;
                    line-height: 1.3;
                    border-bottom: 1px solid;
                    border-color: transparent;
                    position: relative;
                }

                    .has-dropdown .submenu li a:hover {
                        color: #fff;
                        border-color: #fff
                    }

                .has-dropdown .submenu li.has-dropdown:hover {
                    background-color: #efefef59;
                }

                .has-dropdown .submenu li.has-dropdown:not(:last-child) {
                    border-bottom: 0.5px solid rgba(0, 0, 0, 0.10);
                }

        .has-dropdown .submenu-left {
            right: 100%;
            left: auto;
        }

    .submenu li.has-dropdown a {
        border: none;
    }

    .has-dropdown:hover {
    }



    .main-menu > nav > ul > li.has-dropdown:last-child .submenu.has-dropdown-wrapper,
    .main-menu > nav > ul > li.has-dropdown:last-child:hover .submenu.has-dropdown-wrapper {
        top: 100%;
        left: unset;
        right: 0
    }

        .main-menu > nav > ul > li.has-dropdown:last-child .submenu.has-dropdown-wrapper .submenu,
        .main-menu > nav > ul > li.has-dropdown:last-child:hover .submenu.has-dropdown-wrapper .submenu {
            top: 0;
            left: unset;
            right: 100%
        }



    .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;
    }

    .submenu li.has-dropdown a {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #000
    }

    .submenu li.has-dropdown:hover a {
        color: var(--main-colorT);
    }

    .submenu li.has-dropdown > span {
        height: auto;
        width: auto;
        line-height: 1;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding: 0;
        color: #fff;
        margin: 0;
        background-color: transparent;
        border: none;
        text-align: right;
        position: absolute;
        right: 20px;
    }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 1154px) {

    .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;
}

.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: #000;
    font-size: 20px;
}

.cart-text,
.pro-count_cart {
    font-size: inherit;
    text-transform: uppercase;
    color: inherit
}

.cart-icon {
    font-size: 20px;
    color: #fff;
}

.cart-icon img {
    height: 20px;
}

@media(max-width: 1154px) {
    .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;
    }
}


.header-action .same-style-2.header-cart a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}


.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: #e92a2a;
}

.box_shadows {
    height: auto;
}



.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;
}

.mobile-header-active {
    /*background-color: #e92a2a;*/
}

.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: 0;
    padding-bottom: 10px;
}

.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: #fff;
    border: none;
    border-radius: 0px;
    height: 40px;
    padding: 0 60px 0 15px;
    width: 100%;
    font-size: 14px;
    color: #000;
}

.mobile-header-active .clickalbe-sidebar-wrap .sidebar-close {
    color: #afadad;
}

.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 {

    position: absolute;
    left: 100%;
    width: 100%;
}

ul.submenu li:last-child {}

.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: 767px) {
    .mobile-header-active .clickalbe-sidebar-wrap {
        padding: 20px 20px 20px 20px;
    }

    .mobile-header-active .icon-arrow-down {
        font-size: 12px;
    }

    .mobile-header-active .clickalbe-sidebar-wrap .sidebar-close {

        z-index: 999999999999999;
        top: 5px;
    }
}

.btn-recall {
    color: #000 !important;
    background-color: #f2f9ff;
    padding: 5px 25px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    border: none
}

.header-top-left a {
    font-weight: 400;
}

.header-top .social {
    display: flex;
}

.header-top .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10rem;
    color: #000;
    margin-right: 10px;
    font-size: 14px;
}

.header-top .social a:not(:last-child) {
    margin-right: 15px;
}

.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-middle,
.header-small-device {
    z-index: 9;
    position: relative;
}

.header-small-device.small-device-ptb-1 {
    background: #fff;
    box-shadow: 1px 2px 11px 2px #a19c9c30;
}

.header-search-wrap .search-wrap form {
    display: flex;
    position: relative;
}


.header-search-wrap .search-wrap form icon {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 35px;
    color: #999;
}

.header-search-wrap .search-wrap form .btn-submit {
    background-color: #ea1c00;
    text-align: center;
    color: #fff;
    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;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.header-right-item a .header-text {
    width: calc(100% - 32px);
    padding-left: 10px;
}

.header-right-item a .header-text .text-1 {
    color: #999999;
    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;
}

@media(max-width: 1154px) {}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-search form button {
    font-size: 16px;
    background-color: #e92a2a;
    border-radius: 0;
    color: #fff;
}

.contact-btn {
    text-align: right;
}

.contact-btn .btn {
    color: #000;
    height: 43px;
    width: 280px;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-transform: uppercase;
    margin-left: auto;
    position: relative;
    transition: all 0.2s;
}

.contact-btn .btn:hover {
    color: #fff;
    background: #cf152c;
    border-color: #cf152c;
}

.search-group-wrap {}


.search-group-wrap .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: center;
    width: 100%;
}

.search-group-wrap .custom-select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0;
    height: 100%;
    background: #F5F5F5;
    flex: unset;
    width: 135px;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 32px;
}

.search-group-wrap .custom-select:focus {
    box-shadow: unset
}

.search-group-wrap .form-control {
    border: none;
    height: 43px;
    font-size: 14px;
    width: 250px;
    background-color: transparent;
}

.search-group-wrap .btn {
    background-color: var(--main-colorT);
    color: #fff;
    height: 43px;
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-search form {
    position: relative;
    border: 1px solid #d1d1d1;
}

.mobile-logo img {
    height: 60px;
    object-fit: contain;
}

.mega-menu-wrap {}

.mega-menu-title {
    padding: 11px 0 11px 15px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

.mega-menu-wrap .mega-menu-list {
    position: absolute;
    top: 100%;
    margin-top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    display: none;
}

.mega-menu-wrap:hover .mega-menu-list {
    display: block;
}

.mega-menu-list .mega-sub-menu {
    position: absolute;
    display: none;
    top: 0;
    left: 100%;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
    min-width: 12em;
    width: 100%;
}

.mega-menu-item:hover .mega-sub-menu {
    display: block;
}

.mega-menu-item {
    position: relative;
    background-color: #fff;
}

.mega-menu-item .mega-menu-item-link {
    display: block;
    position: relative;
    border-top: 1px solid #dfeeff;
    padding: 0.55em 1.2em;
    text-decoration: none;
    zoom: 1;
    color: #333333;
    display: flex;
    align-items: center;
}

.mega-menu-item .mega-menu-item-link:hover {
    background-color: #efefef59;
    color: #ff6b12;
    font-weight: 700;
}

.mega-menu-item .mega-menu-item-link:hover {}

.mega-menu-item.mega-menu-child>.mega-menu-item-link:after {
    /*   content: '';
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -3px;
            height: 10px;
            width: 10px;
            background-image: url('../../images/icon/arrow-mega-menu.png');
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;*/
}

.mega-menu-item .mega-menu-item-link .mega-menu-icon {
    width: 48px;
    height: 28px;
    margin-right: 8px;
    object-fit: contain;
    object-position: left;
}

.mega-menu-item .mega-menu-item-link .mega-menu-title-link {
    width: calc(100% - 56px);
}

@media(max-width: 767px) {
    .mega-menu-list .mega-sub-menu {
        display: block;
        position: relative;
        left: 0;
        box-shadow: none;
        z-index: 1;
    }
}

.header-area .hotline {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #F0F4F7;
    border-radius: 10px;
    padding: 10px 5px;
    flex: 1;
}

.header-area .hotline:not(:last-child) {
    margin-right: 5px;
}

.header-area .hotline .hotline-img {
    width: 25px;
    height: 25px;
}

.header-area .hotline .hotline-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    filter: brightness(0);
}

.header-area .hotline .hotline-content {
    color: #040606;
    flex: 1;
    text-align: left;
    padding-left: 5px;
    line-height: 1.1;
}

.header-area .hotline .hotline-content .title {
    font-size: 11px;
    margin-bottom: 3px;
}

.header-area .hotline .hotline-content .number {
    color: #C4080E;
}

.search-popular {
    display: flex;
    flex-wrap: wrap;
}

.search-popular-title {
    margin-right: 15px;
    margin-top: 10px;
}

.search-popular-item {
    background-color: #e0dff0;
    border-radius: 5px;
    padding: 0 5px;
    margin-top: 10px;
}

.search-popular-item:not(:last-child) {
    margin-right: 10px;
}

.search-popular-item a {
    color: #24518B
}

.search-box {
    position: relative;
}

.search-box .smart-search-wrapper {
    position: absolute;
    top: 105%;
    left: 0;
    right: 0;
    z-index: 8;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    width: 100%;
    border-radius: 4px;
}

.search-box .resultsContent-title {
    color: #808080;
    font-weight: 700;
    text-transform: uppercase;
}

.search-box .item-ult {
    padding: 12px 0;
    border-bottom: 1px solid #ECECEC;
    display: flex;
    align-items: center;
}

.search-box .item-ult .thumbs {
    width: 120px;
    display: inline-block;
    text-align: right;
}

.search-box .item-ult .thumbs a {
    display: block;
    border: 1px solid #ECECEC;
}

.search-box .item-ult .title {
    width: calc(100% - 120px);
    padding-right: 5px;
    line-height: 20px;
    position: relative;
    margin-top: 0px;
    display: flex;
}

.search-box .item-ult .title i {
    color: #24518B;
    margin-right: 5px;
}

.search-box .item-ult .title a {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
    display: block;
    margin: 0 0 5px;
}

.search-box .item-ult .f-initial {
    line-height: 15px;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    margin: 0;
    color: #F12626;
}

.search-box .item-ult .f-initial del {
    font-size: 12px;
    font-weight: 400;
    margin-left: 7px;
    color: #797979;
}

.search-mobile .search-mobile-fillet {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: transparent;
    left: 0;
    top: 0;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 9999;
    padding: 55px 15px 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s
}

.search-mobile-fillet-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(28 62 109 / 80%);
    z-index: -1;
    top: 0;
    left: 0;
}

.search-mobile.active .search-mobile-fillet {
    opacity: 1;
    visibility: visible
}

.search-mobile-fillet .search-group-wrap .custom-select {
    width: 100%;
    height: 43px;
    border-right: 0;
}

.search-mobile-fillet .search-mobile-close {
    color: #fff;
    font-size: 30px;
    text-align: right;
    width: 100%;
    position: absolute;
    top: 10px;
    right: 10px;
}

.search-mobile-fillet .search-group-wrap form {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

@media(max-width: 1154px) {
    .search-mobile-fillet .search-group-wrap form {
        background-color: transparent
    }

    .search-mobile-fillet .search-group-wrap .custom-select {
        margin-bottom: 5px;
        background-color: #fff;
        border-radius: 10px 10px 10px 10px;
    }

    .search-mobile-fillet .search-group-wrap .input-group {
        background-color: #fff;
        border-radius: 10px 10px 10px 10px;
        overflow: hidden;
    }
}

.mobile-menu-mega .mega-menu-wrap {
    background: none;
}

.mobile-menu-mega .mega-menu-wrap .mega-menu-list {
    display: block;
    position: relative;
    border: 0;
    margin-top: 10px;
    padding-top: 10px;
    top: 0;
    margin: 0;
    padding: 0;
}

.mobile-menu-mega .mega-menu-title {
    padding: 10px 0 0;
    font-weight: unset;
    color: #2b2b2b;
    cursor: pointer;
    text-transform: uppercase;
}

.mobile-menu-mega .mega-menu-item .mega-menu-item-link {
    display: block !important;
    border-top: 0;
}

.mobile-menu-mega .mega-menu-item .mega-menu-item-link:hover {
    background-color: #fff;
}

.mobile-menu-mega .mega-menu-item.mega-menu-child {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu-mega .mega-menu-item .mega-menu-toggle {
    width: 17px;
}

.mobile-menu-mega .mega-menu-item.mega-menu-child .mega-menu-item-link {}

.mobile-menu-mega .mega-menu-item.mega-menu-child>.mega-menu-item-link:after {
    display: none
}

.mobile-menu-mega .mega-menu-list .mega-sub-menu {
    position: relative;
    display: none;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
    box-shadow: none;
    min-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-left: 1px solid #24518B;
    padding-left: 10px;
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a,
.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a:hover {
    color: #272727 !important;
    font-size: 15px;
    padding: 0 0px 0 !important;
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li svg path {
    fill: #272727;
}

.arrow-backs2 svg path,
.arrow-back2 svg,
.arrow-back svg path {
    fill: #fff !important;
}

.mobile-menu .mobile-menu-mega {
    margin: 0;
    padding: 0;
}

.navbottom {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 99999;
}

.navbottom .navbottom-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
    position: relative;
    z-index: 1;
}

.navbottom .navbottom-item {
    width: calc(100%/5);
    height: 100%;
    margin: 0;
    border-radius: 0;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: none;
    border: none;
}

.navbottom .navbottom-item .navbottom-link {
    color: #fff;
    padding: 10px 5px 5px;
    background: #1c3e6d;
    position: relative;
    display: block;
    height: 60px;
    z-index: 1;
}

.navbottom .navbottom-item .navbottom-link i {
    display: block;
    font-size: 18px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.navbottom .navbottom-item .navbottom-link span {
    font-size: 12px;
    display: block;
}

.navbottom-drawer {
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    background-color: #1c3e6d;
    text-align: left;
    padding: 35px 15px 10px 30px;
    height: 550px;
    -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
    border-radius: 20px 20px 0 0;
    transform: translateY(calc(100% + 100px));
    transition: transform 0.5s ease;
    z-index: 0;
}

.navbottom-drawer-active .navbottom-drawer {
    transform: translateY(0);
}

.navbottom-drawer .mobile-menu-mega {
    overflow-y: scroll;
    height: 505px;
    padding-right: 15px;
}

.navbottom-drawer .mobile-menu-mega::-webkit-scrollbar-track {
    background-color: transparent;
}

.navbottom-drawer .mobile-menu-mega::-webkit-scrollbar-track {
    background-color: transparent;
}

.navbottom-drawer .mobile-menu-mega::-webkit-scrollbar {
    width: 3px !important;
    background-color: transparent !important;
    height: 3px
}

.navbottom-drawer .mobile-menu-mega::-webkit-scrollbar-thumb {
    background-color: #fff !important;
}

.navbottom-drawer .mega-menu-item .mega-menu-item-link {
    padding-left: 0;
}

.navbottom-drawer .mega-menu-item img {
    filter: brightness(100)
}

.navbottom-drawer-bg {
    display: none;
}

.navbottom-drawer .mega-menu-wrap .mega-menu-list,
.navbottom-drawer .mega-menu-item,
.navbottom-drawer .mobile-menu-mega .mega-menu-list .mega-sub-menu {
    background-color: #1c3e6d;
}

.navbottom-drawer .mobile-menu-mega .mega-menu-list .mega-sub-menu {
    border-left: 1px solid #fff;
}

.navbottom-drawer .mega-menu-item .mega-menu-item-link {
    color: #fff;
}

.mobile-menu-mega .mega-menu-list .mega-sub-menu {
    margin-bottom: 0;
    padding-top: 0;
}

.navbottom-drawer-active .navbottom-drawer-bg {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgb(28 62 109 / 80%);
}

.navbottom-link .pro-count_cart {
    position: absolute;
    width: 20px;
    height: 20px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: #cf152c;
    top: -5px;
    right: -10px;
    color: #fff;
    border-radius: 10rem;
    font-size: 12px;
}

.navbottom-drawer-close {
    position: absolute;
    top: -35px;
    right: 15px;
    font-size: 25px;
}

.navbottom .navbottom-item.navbottom-drawer-active .navbottom-link {
    color: #FFBD59;
}

.navbottom-drawer-contact .item {
    margin-bottom: 10px;
}

.navbottom-drawer .hotline {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #153159;
    border-radius: 10px;
    padding: 10px 10px;
    flex: 1;
    border: 1px solid #487290;
}

.navbottom-drawer .hotline .hotline-img {
    width: 35px;
    height: 35px;
}

.navbottom-drawer .hotline .hotline-content {
    color: #fff;
    flex: 1;
    text-align: left;
    padding-left: 15px;
    line-height: 1.1;
}

.navbottom-drawer .hotline .hotline-content .title {
    font-size: 12px;
    margin-bottom: 3px;
}

.navbottom-drawer .hotline .hotline-content .number {
    font-weight: 600;
}

.sidebar-cart-active.inside {
    background-color: #fff;
}

.sidebar-cart-active.inside * {
    color: rgba(0, 0, 0, 0.85) !important;
}

.search-group-wrap form {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    height: 50px;
    display: flex;
}

.search-group-wrap .input-group .input-group-append {
    padding-right: 10px;
    height: 40px;
    overflow: hidden;
    border-radius: 5px;
}

.search-group-wrap .btn {
    border-radius: 5px;
    padding: 0 9px;
    border-radius: 5px;
    background: var(--main-colorT);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 10px;
}

.mobile-header-active .clickalbe-sidebar-wrap,
.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav {
    padding: 0;
}

.mobile-menu-mega .mega-menu-wrap .mega-menu-list {
    position: absolute !important;
    left: 100%;
}

.mobile-menu {
    transition: .2s linear
}

.mobile-menu.active {
    transform: translateX(-100%);
    transition: .2s linear
}

.mobile-menu-mega .mega-menu-wrap .mega-menu-list.active {
    transform: translateX(-100%);
    transition: .2s linear
}

.commitmega-sub-menu2 {
    width: 100%;
    position: absolute;
    left: 100%;
}

.header-small-device .logo-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    height: 70px;
}

.header-small-device .logo-header .img-logo {
    width: 130px;
}

.header-small-device .logo-header .fa-shopping-cart {
    font-size: 20px;
}

.header-small-device .logo-header .pro-count_cart {
    top: -16px;
}

.header-small-device .search-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin: 10px 0;
    gap: 21px;
}

.header-small-device .search-nav .search-header {
    width: 100%;
}

.header-small-device .search-nav .search-header form {
    height: 37px;
}

.header-small-device .search-nav .search-header form .input-group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.header-small-device .search-nav .search-header form .input-group .input-group-append {
    align-items: center;
    padding: 0 10px;
    padding-right: 2px;
}

.header-small-device .search-nav .search-header form .input-group .input-group-append button {
    height: 81%;
    border-radius: 5px;
}

.header-small-device .search-nav .icon-menu {
    font-size: 20px;
}

.arrow-down {
    position: absolute;
    left: 107px;
    z-index: 9;
}

.arrow-down svg {
    width: 20px;
    height: 20px;
}

.header-small-device {
    box-shadow: 0px 10px 21.6px 2.4px rgb(0 0 0 / 6%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.mobile-menu-mega .mega-menu-wrap .mega-menu-list {
    display: none;
}

.mobile-menu-mega .mega-menu-wrap .mega-menu-list.active1 {
    display: block;
    transition: .2s linear
}

.mega-sub-menu2 {
    position: absolute;
    left: 100%;
    width: 100%;
    display: none;
}

.mega-sub-menu2.active {
    display: block;
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
    position: unset;
}

.mega-sub-menu2 {
    position: absolute;
    top: 0;
}

.mobile-menu-wrap nav {
    position: relative;
}

.title-menu {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 17px;
    position: relative;
    background: #FFAA01;
    color: #fff;
}

.title-menu svg g {
    fill: #fff;
}

.arrow-backs2 svg,
.arrow-back2 svg,
.arrow-back svg {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
}

.sub-menu-item,
.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu .mega-menu-item {
    padding: 10px 20px;
    margin: 0;
}

.sub-menu-item a,
.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu .mega-menu-item a {
    font-size: 16px;
}

.sub-menu-item,
.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu .mega-menu-item {
    border-bottom: 1px solid #cccccc9c;
}

ul.mobile-menu ul.submenu.has-dropdown-wrapper {
  
}

ul.mobile-menu ul.submenu.has-dropdown-wrapper.active {
    display: block;
    top: 0;
    margin: 0;
}

.mobile-menu>li:not(:first-child) {
    border-bottom: 1px solid #cccccc9c;
}

.mobile-menu__section-title.heading.h5 {
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.85;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.mobile-menu__help-wrapper {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-menu__help-wrapper svg path {
    fill: var(--main-colorT);
}

.mobile-menu__help-wrapper {
    margin-top: 18px;
    display: flex;
    align-items: center;
}

.mobile-menu__help-wrapper .icon--bi-phone {
    margin-right: 16px;
    width: 24px;
    height: 24px;
}

.mobile-menu__help-wrapper .icon--bi-email {
    margin-right: 18px;
    width: 22px;
    height: 22px;
}

.mini-moblie-show {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 9px;
    padding-bottom: 1px;
}

.mini-moblie-show .icon-menu {
    font-size: 17px;
}

.mini-moblie-show .fa-shopping-cart {
    font-size: 17px;
}

.mini-moblie-show .navbottom-link .pro-count_cart {
    top: -12px;
}

.moblie-show-mo {
    display: none;
    width: 100%;
}

.header-large-device .warp-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-large-device .header-middle .header-contact {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header-large-device .header-middle .time,
.header-large-device .header-middle .language li,
.header-large-device .header-middle .header-contact .phone span,
.header-large-device .header-middle .header-contact .location p {
    color: #fff;
    font-size: 12px;
}

.header-large-device .header-middle .language {
    display: flex;
    gap: 4px;
    align-items: center;
}

.header-large-device .header-middle .time,
.header-large-device .header-middle .header-contact .phone,
.header-large-device .header-middle .header-contact .location {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-middle {
    border-bottom: 1px solid #C4C4C4;
}

.header-bottom .container {
    padding: 0;
}

.main-menu>nav>ul>li>a {
    font-family: var(--font-submain);
    position: relative;
    font-weight: 400;
    line-height: 60px;
    padding: 0 10px;
}

.navbottom-link.cart-active {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

/* .main-menu > nav > ul > li > a:after {
        position: absolute;
        top: -2px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 3px;
        background: var( --main-colorT);
        content: '';
        z-index: 9;
        transition: .2s linear;
    }*/
/*.main-menu>nav>ul>li>a:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    transform: translateX(-50%);
    height: 3px;
    background: var(--main-colorT);
    content: '';
    z-index: 9;
    transition: .2s linear;
}*/
.main-menu > nav > ul > li:not(:first-of-type) > a.active,
.main-menu > nav > ul > li:not(:first-of-type):hover a {
    background: #483227;
    transition: .2s linear;
    color: #fff !important;
}
    .main-menu > nav > ul > li:hover svg{
        fill:#fff;
    }
    .main-menu > nav > ul > li > a:hover:after,
    .main-menu > nav > ul > li > a:hover:before,
    .main-menu > nav > ul > li > a.active:after,
    .main-menu > nav > ul > li > a.active:before {
        width: 100%;
        transition: .2s linear;
    }

.header-large-device .warp-right {
    min-width: 790px;
}

.main-menu>nav>ul>li:hover>a,
.main-menu>nav>ul>li>a.active {
    color: #000;
}

.header-large-device {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 1px 1px 8px 0px #0000005c;
    left: 0;
    right: 0;
    background: #fff;
    background: #fff;
}

.header-large-device.active {
    background: #fff;
}

.header-large-device.active .main-menu>nav>ul>li>a,
.header-large-device.active .header-middle .time,
.header-large-device.active .header-middle .language li,
.header-large-device.active .header-middle .header-contact .phone span,
.header-large-device.active .header-middle .header-contact .location p {
    color: #000;
}

.header-large-device.active .main-menu>nav>ul>li:hover>a,
.header-large-device.active .main-menu>nav>ul>li>a.active {
    /*color: var(--main-colorT);*/
}

.header-large-device.active .header-middle .language svg path {
    fill: #000;
}

.language li:last-child {
    border: 0;
}

.language ul {
    position: absolute;
    bottom: -50px;
    background: #fff;
    width: 40px;
}

.language li {
    color: #000;
    padding: 4px;
    border-bottom: 1px solid;
    cursor: pointer;
}

.language_active {
    color: #fff;
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.title-menu {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    justify-content: space-between;
}

.mobile-menu .language {
    display: flex;
    gap: 3px;
    position: relative;
    align-items: center;
}

.mobile-menu .title-menu {
    display: flex;
    align-items: center;
}

.mobile-menu .warp-box {
    display: flex;
    align-items: center;
}

.mobile-menu .language_active {
    font-size: 14px;
}

.mobile-menu .language ul {
    bottom: -80px;
    width: 55px;
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu .list-language li {
    font-size: 14px;

}

.language_active:hover {
    color: #fff;
}

/*.header-large-device.active .language_active:hover,
.header-large-device.active .language_active {
    color: #000;
}*/
.header-large-device.active {}

.header-large-device.active {}

.header-large-device.active .main-menu>nav>ul>li>a,
.header-large-device.active .header-middle .time,
.header-large-device.active .header-middle .language li,
.header-large-device.active .header-middle .header-contact .phone span,
.header-large-device.active .header-middle .header-contact .location p {
    /*color: #fff;*/
}

.header-large-device.active .header-middle .language svg path {
    fill: #fff;
}


a.language_active {
    color: #fff !important
}

.main-menu>nav>ul>li>a svg path {

}

.header-large-device .warp_right {
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative;
}

.header-large-device .warp-box_mid {
    position: relative;
}

.header-large-device .warp_right .search-wrap button {
    padding: 0;
}

.header-large-device .warp_right .search-wrap button i {
    color: #000;
    font-size: 16px;
}

.header-large-device .warp_right .cart-active svg {
    width: 20px !important;
    height: 20px !important;
}

.has-dropdown .submenu li.has-dropdown {
    border: 0 !important;
}

.submenu li.has-dropdown a {
    font-family: var(--font-submain);
}

.has-dropdown .submenu li ul li a {
    color: #000;
}

.has-dropdown .submenu li ul li:hover a,
.has-dropdown .submenu li.has-dropdown:hover>a {
    text-decoration: underline;
    color: #000;
}

.has-dropdown .submenu li ul {
    padding: 0;

}

.has-dropdown .submenu li,
.has-dropdown .submenu li ul li {
    min-height: 40px;
    display: flex;
    align-items: center;
}

.submenu li.has-dropdown:hover a {
    color: #000;
}

.has-dropdown .submenu li ul li:hover {
    background-color: #efefef59;
    transition: .2s linear
}

.main-menu>nav>ul>li:hover>a:before {
    width: 100%;
}

.header-small-device.small-device-ptb-1 .warp_left,
.header-small-device.small-device-ptb-1 .warp_right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-small-device.small-device-ptb-1 .warp_right i {
    color: #000 !important;
}

.header-small-device.small-device-ptb-1 .warp_right img {
    width: 120px
}

.search-wrap button {
    padding: 0;
}

.header-large-device .warp-left {
    width: 100px;
}

.menu-des img {
    width: 16px !important;
    height: 16px !important;
}

.menu-des p {
    display: flex;
    gap: 10px;

}

.header-large-device .warp_right .item {
    display: flex;
    gap: 10px;
}

.header-large-device .warp_phone a {
    background: #FFD112;
    padding: 12px 20px;
    border-radius: 10px;
    transition: .2s linear;
    border: 1px solid #FFD112;
}

.header-large-device .warp_phone a:hover {
    color: #000;
    background: transparent;
    transition: .2s linear;
}

.header-large-device .warp_phone a i {
    color: #D11329;
}

/* =========================================
   Redesigned Header Styles (Added by Assistant)
   ========================================= */

.relative-header {
    position: relative;
    font-family: 'Arial', sans-serif;
    /* Replace with site's main font if different */
}

/* --- Top Bar --- */

.brand-section {
    position: relative;
    z-index: 1;
}

.brand-section .brand-name {
    font-size: 36px;
    font-weight: bold;
    color: #4a3b32;
    /* Brownish color from image */
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.brand-section .brand-slogan {
    font-family: 'Times New Roman', serif;
    /* Cursive-like font */
    font-style: italic;
    font-size: 18px;
    color: #4a3b32;
    margin: 5px 0 0;
}

.header-top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.login-reg a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

.social-icons a {
    margin-left: 10px;
    color: #000;
    font-size: 18px;
    display: inline-block;
    width: 24px;
    /* Approximate size for square icons */
    text-align: center;
}

/* --- Nav Bar --- */
.header-nav-bar {
    background-color: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.header-nav-bar .main-menu nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-nav-bar .main-menu nav ul li {
    margin-right: 25px;
    position: relative;
}

.header-nav-bar .main-menu nav ul li a {
    display: block;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.header-nav-bar .main-menu nav ul li a:hover {
    color: #ff6f00;
    /* Orange highlight */
}

/* --- Search & Cart --- */
.right-nav-elements {
    display: flex;
    align-items: center;
}

.search-wrap-custom {
    position: relative;
}

.search-wrap-custom form {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.search-input-custom {
    border: none;
    padding: 8px 15px;
    outline: none;
    font-size: 14px;
    width: 200px;
}

.search-btn-custom {
    background-color: #ff6f00;
    color: #fff;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    transition: background 0.3s;
}

.search-btn-custom:hover {
    background-color: #e65100;
}

.cart-active i {
    font-size: 20px;
    color: #333;
}

/* --- Logo Overlay --- */
.header-logo-overlay {
    position: absolute;
    right: 15%;
    /* Adjust based on container width */
    top: 20px;
    /* Adjust to overlap both bars */
    z-index: 10;
}

.logo-circle {
    width: 150px;
    /* Adjust size as needed */
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    /* Ensure background if transparent logo */
}

.header-large-device .header-top-bar {
    padding: 30px 0;
    position: relative;
}

.header-large-device .header-top-bar .header-top-bar-left {
    display: inline-block;
}

.header-large-device .header-top-bar .header-top-bar-left .title {
    color: #483227;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1;
}

.header-large-device .header-top-bar .header-top-bar-left .sub-title {
    color: #483227;
    font-size: 32px;
    font-weight: 400;
    font-family: 'allura';
    line-height: 1;

}

.header-large-device .header-top-bar .bg-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.3;
}

.header-large-device .header-top-bar .header-top-bar-right {
    font-size: 15px;
    color: #000;
}

.header-large-device .header-top-bar .header-top-bar-right .social-icon {
    width: 30px;
    height: 30px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
}

.header-large-device .header-top-bar .header-top-bar-right .social-icon:hover {
    opacity: 0.8;
    color: #fff;
}

.header-large-device .header-top-bar .header-top-bar-right .login-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    gap: 4px;
}

.header-large-device .header-top-bar .header-top-bar-right .divider {
    color: #ccc;
    margin: 0 10px;
}

.header-large-device .header-top-bar .header-top-bar-right .list-socical p {
    display: flex;
    gap: 10px;
}

@media (max-width: 1200px) {
    .header-logo-overlay {
        right: 5%;
    }
}

/* Custom Search Style */
.warp-search {
    display: flex;
    width: 100%;
    border: 1px solid var(--color-primary-light);
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    padding: 0;
}

.warp-search input {
    width: 100%;
    border: none;
    padding: 8px 15px;
    outline: none;
    color: #666;
    height: 40px;
}

.warp-search button {
    background-color: var(--color-accent);
    border: none;
    color: #fff;
    padding: 0 25px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    width: 70px;
}

.warp-search button:hover {
    background-color: #e56020;
}

.warp-search button i {
    color: #fff !important;
    font-size: 18px;
}

.fl-custom-tabmenu {
    background: var(--color-secondary) !important;
    color: #fff;
}

.fl-custom-tabmenu {
    padding-top: 30px !important;
}

#nav .level0-wrapper {
    position: absolute;
    left: 0px;
    background-color: #fff;
    left: 0px;
    overflow: auto;
    max-height: calc(100vh - 210px);
}

#nav .level0-wrapper,
#nav.classic ul {
    background-color: #ffffff;
    color: #333333;
}

#nav .level0-wrapper,
#nav.classic .parent>ul {
    background: #fff;
    border-top: none;
    box-shadow: 0 10px 20px -5px;
    width: 100%;
    padding: 0px;
}

#nav .level0-wrapper,
#nav.classic ul.level0 {
    top: 60px;
}

#nav li .level0-wrapper {
    border: 0 none;
    z-index: 9;
    transform: scale(0) rotate(0deg);
    transition: all 0.4s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    transform-origin: top;
}

.mega-menu-closer {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #FFF;
    cursor: pointer;
}



#nav .fl-custom-tabmenulink .header-nav-dropdown-wrapper {
    padding: 5px 10px 10px 0px;
    overflow: hidden;
}

.menu-grid-5x {

    text-align: center;
}

.menu-grid-5x:hover img {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out 0s;
}

.menu-grid-5x:hover h4.heading a {
    color: var(--color-accent);
    transition: all 0.4s ease-in-out 0s;
}

.header-nav-dropdown-wrapper {

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.menu-grid-5x img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out 0s;
    object-fit: cover;
}

.menu-grid-5x .product-img {
    position: relative;
    overflow: hidden;
    border: 5px #ff792026 solid;
    aspect-ratio: 230/138;
}

.menu-grid-5x a {
    width: 100%;
}

.menu-grid-4x img,
.menu-grid-5x img {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

#nav .fl-custom-tabmenulink .header-nav-dropdown-wrapper .heading {
    margin: 10px 0;
}

#nav .fl-custom-tabmenulink .header-nav-dropdown-wrapper h4.heading a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
    white-space: nowrap;
    overflow: hidden;
}

.main-menu>nav>ul#nav {
    position: unset;
}

#nav li.simulate-hover .level0-wrapper {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.main-menu .level0-wrapper a {
    font-size: 15px !important;
}