﻿.header-area {
    position: relative;
    z-index: 1050;
}

.headerMenuRightOne a {
    color: #e92a2a;
    font-weight: 400;
    margin-left: 25px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: var(--font-family-kpz);
}
.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: var(--main-colorT);
}

.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 img {
    height:52px;
    object-fit: contain;
}

.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 {
    box-shadow: 0px 5px 6px 0px #00000012;
}

.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 {

    
}

    .main-menu > nav > ul > li:hover > a svg path, .main-menu > nav > ul > li > a.active svg path {
        fill: #FDBC5A;
    }

.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 {
    gap: 14px;
    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: relative;
        min-width:120px;
        padding-right: 0;
    }
        .main-menu > nav > ul > li:hover:after{
            width:100%;
            transition:.2s linear;
        }
        .main-menu > nav > ul > li:after {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 3px;
            background: #FFAA01;
            content: '';
            transition: .2s linear;
            z-index: 1;
        }

        .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: 400;
            padding: 20px 0;
            line-height: normal;
        }
            .main-menu > nav > ul > li > a svg path {
                fill: #D9D9D9;
            }

            .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: 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: 20rem;
            -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;
                border: 0;
                color: #fff
            }

                .has-dropdown .submenu li:hover {
                    background-color: #FFFAFB
                }
                    .has-dropdown .submenu li:hover > a {
                        color: #FF5B98
                    }

                    .has-dropdown .submenu li:last-child {
                        border-bottom: none;
                    }
                .has-dropdown .submenu li a:hover{
                    font-weight:500;
                }
                .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: #FF5B98;
                    }
                .has-dropdown .submenu li.has-dropdown:hover {
                    background-color: #FFFAFB;
                }
                .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 {
    }

        .has-dropdown .submenu.has-dropdown-wrapper {
            top: 100%;
            

            left: 0;
        }

        .has-dropdown:hover .submenu.has-dropdown-wrapper {
            top: 100%;
            left: 0;
        }

    .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: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;
    }

    .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: 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: #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: 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: 16px;
    /*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 {
    margin-top: 15px;
    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-family: 'svn-gotham book';
    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 #00000012;
        height: 100px;
    
    }

.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;
            font-family: 'svn-avo';
            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: 991px) {
}

.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;
        font-family: 'Roboto', sans-serif;
        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: 991px) {
    .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: #000 !important;
    font-size: 15px;
    padding: 0 0px 0 !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;
    top: -5px;
    right: -16px;
    color: #fff;
    border-radius: 10rem;
    font-size: 14px;
    background:#000;
}
.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: #030303 !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%;
    flex-direction: row-reverse;
    align-items: center;
}
    .header-small-device .logo-header .img-logo {
        width: 200px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .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 #ffffff9e;
    padding: 10px 0;
    font-size: 17px;
    position: relative;
    color: #fff;
}
.navbar li.title-menu {
    border-bottom: 1px solid #ffffff9e;
}
    .navbar li {
        border-bottom: 1px solid #ffffff2e;
    }
.title-menu svg g {
    fill: #000;
}
    .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{
    display:none;
}
    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 {
  
}
.header-large-device .header-middle .header-contact {

    display: flex;
    justify-content: space-between;
    gap:20px;
}
    .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: #000;
     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 {
    position: relative;
}
  
  /*  .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 > 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 {
width:100%;
}
.main-menu > nav > ul > li:hover > a, .main-menu > nav > ul > li > a.active {
    color: #000;
    font-weight:600
}
.header-large-device {
    transition: 0.5s linear;
}
    .header-large-device.active .bottom_header {
      
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        animation: upto 0.3s linear;
    }
@keyframes upto {
    from {
        transform: translateY(-100px);
    }

    to {
        transform: translateY(0);
    }
}

@-moz-keyframes upto {
}

@-webkit-keyframes upto {
}
.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;
}

   .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:#000;
}

.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:#000;
}
/*.header-large-device.active .language_active:hover,
.header-large-device.active .language_active {
    color: #000;
}*/
.header-large-device {
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 10%);
}

    .header-large-device.active {
        /*background: #111;*/
    }

        

a.language_active {
    color: #000 !important;
    background: #F3F3F3;
    padding: 3px 8px;
    border-radius: 3px;
}
.header_CompanyName {
    color: #1B55A6;
    font-size:13px;
    font-weight:bold;
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.title-menu.arrow-backs2 {
    justify-content: center;
}





#navbar {
    top: 0;
    justify-content: center;
    position: fixed;
    width: 350px;
    left: 0;
    transform: translateX(-100%);
    z-index: 99999;
    background: #f77f97;
    height: 100%;
    display: flex;
    align-items: flex-start;
    transition: .3s linear;
    overflow: hidden;
    align-content: flex-start;
    align-content: space-between;
}
    #navbar * {
        color: #fff;
        fill: #fff;
    }
    #navbar ul {
        padding-top: 100px;
    }

.bg-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000073;
    content: '';
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
}

.activebg .bg-menu {
    opacity: 1;
    visibility: visible;
    transition: .3s linear;
}

.activebg #navbar {
    transform: translateX(0);
    transition: .3s linear;
    overflow: hidden;
}

#navbar .warp-menu_c2,
#navbar .warp-menu_c1 {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

    #navbar .warp-menu_c2 svg,
    #navbar .warp-menu_c1 svg {
        width: 60px;
        transform: rotate(180deg);
        cursor: pointer;
    }

.warp-child_c2.active_c3,
#navbar.activec1 > ul {
    transform: translateX(-100%);
    transition: .3s linear;
}

.navbar .title-menu {
    color: var(--main-text-color);
    padding: 16px 20px;
    text-align: end;
    justify-content: center;
    font-size: 16px;
    justify-content: end;
}

    .navbar .title-menu svg {
        position: absolute;
        cursor: pointer;
        right: 20px;
        transform: rotate(180deg);
    }
.navbar .dropdown ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0px 0;
    z-index: 99;
    top: 0;
    transition: 0.3s;
    right: -100%;
    opacity: 0;
    visibility: hidden;
}

    .navbar .dropdown ul.active {
        opacity: 1;
        visibility: visible;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 16px;
        text-transform: none;
        font-weight: 500;
        color: var(--main-text-color);
        white-space: unset;
        text-transform: uppercase;
        justify-content: end;
        width: auto;
    }

        .navbar .dropdown ul a i {
            font-size: 12px;
        }

        .navbar .dropdown ul a:hover,
        .navbar .dropdown ul .active:hover,
        .navbar .dropdown ul li:hover > a {
            color: var(--main-text-color);
        }


.header-mobile-device.py-2 .navbar-mobile ul li.dropdown {
    display: block;
}


.navbar .dropdown .dropdown ul {
}

.navbar .dropdown .dropdown:hover > ul {
}

.rightmenu .getstarted {
    padding: 10px 30px;
    margin-left: 30px;
    border-radius: 10rem;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    background-color: #fff;
}


.header-mobile-device {
    display: none !important;
}

.navbar ul {
    display: block !important;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: unset;
    width: 100%;
    flex-direction: column;
    transition: .3s linear;
}
.mobile-menu-wrap .navbar li {
    height: 100%;
    border: none;
    min-width: 115px;
}
.mobile-menu-wrap .navbar li {
    position: relative;
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.activebg #navbar {
    transform: translateX(0);
    transition: .3s linear;
    overflow: hidden;
}
.navbar li {
    align-items: unset;
    justify-content: unset;
    position: unset;
}
.navbar{
    padding:0;
}
.header-menu_search_nav {
    position: absolute;
    left: 20px;
    top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 99999;
    flex-direction: row-reverse;
}
#navbar .warp-language {
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: 2;
}
.warp-menu_nav button.menu-toggle_t div{
    background:#fff;
}
.warp-menu_nav button.menu-toggle_t div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: .3s all ease-in-out;
}
.navbar li *{
    text-align:start;
    display:block;
    font-size:16px;
}
.menu_foodter_t{
    padding-bottom:40px;
}
.warp-menu_nav{
    display:flex;
}
.sidebar-cart-active .btn-action.mobile {
    display: none;
}
.sidebar-cart-active .btn-action {
    padding: 10px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.header-large-device .warp-parent .top_header {

    text-align: center;
    padding: 8px 0;
    border-bottom: 1px solid #FF5B98;
}
    .header-large-device .warp-parent .top_header p {
        color: #FF5B98;
    }
    .header-large-device .warp-parent .mid_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0;
    }
        .header-large-device .warp-parent .mid_header .search_header form {
            border: 1px solid #D9D9D9;
            border-radius: 15px;
            overflow: hidden;
            display: flex;
        }
.header-large-device .warp-parent .mid_header .search_header form input {
    min-width: 350px;
    border: 0;
    padding: 9px 0;
    padding-left: 6px;
}
            .header-large-device .warp-parent .mid_header .search_header form button {
                background: #F7F7F7;
                border: 0;
                color: #E65572;
                border-left: 1px solid #D9D9D9;
                padding: 0 21px;
                font-size: 18px;
            }
.header-large-device .warp-parent .mid_header .zalo {
    background: #0068FF;
    border-radius: 12px;
    padding: 4px 10px;
    color: #fff;
    gap: 6px;
    display: flex;
    align-items: center;
}
    .header-large-device .warp-parent .mid_header .no_login a {
        display: flex;
        gap: 14px;
        align-items: center;
    }
    .header-large-device .warp-parent .mid_header .no_login a:hover{
        color:#000;
    }
.header-large-device .warp-parent .bottom_header {
    background: #fff;
}
.warp_child_right .cart {
position:relative;
}