:root {
    --fs-xl: 3rem;
    --fs-600: 1.5rem;
    --fs-500: 1.25rem;
    --fs-400: 0.9rem;
    --fs-300: 0.85rem;

    --font-family-header: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* header css start */
header {
    font-family: var(--font-family-header);
    font-weight: 400;
}

header .navbar {
    padding-top: .5rem;
    padding-bottom: .5rem;
    box-shadow: none;
    font-weight: 400;
}

header ul,
header li {
    list-style: none;
    margin: 0;
    padding: 0;
}

header a {
    text-decoration: none;
    color: #000;
    font-size: var(--fs-400);
}

.header-d {
    box-shadow: 0 0 10px #00000063;
}

.header-d .container-fluid {
    padding: 0 40px;
}

.header-d .t-head {
    border-bottom: 1px solid #E1E1E1;
    padding: 14px 0;
}

.header-d .l-tools {
    display: flex;
    align-items: center;
    width: 40%;
}

.header-d .l-tools .navbar-brand {
    width: 120px;
    min-width: 120px;
    margin-right: 20px;
    padding: 4px 0;
}

.header-d .search_box {
    width: 100%;
    margin: 0 20px;
}

.header-d .search_box .form-group {
    position: relative;
}

.header-d .search_box input {
    padding: 10px;
    padding-right: 30px;
}

.header-d .search_box i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.header-d .r-tools {
    width: 60%;
}

.header-d .r-tools i {
    font-size: var(--fs-500);
}

.header-d .r-tools>ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px
}

.header-d .r-tools>ul>li {
    margin: 0px;
    position: relative;
    display: inline-block;
    /* flex-grow: 1; */
    list-style-type: none;
    margin-bottom: 1px;
    text-align: center;
}

.header-d .h-menu {
    display: none;
}

.header-d .h-menu img {
    width: 24px;
}

.header-d .query {
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
}

.header-d .query img {
    width: 30px;
    margin-right: 4px;
}

.header-d .query h4 {
    font-size: var(--fs-400);
    font-weight: 400;
    margin: 0;
    color: #000;
    text-transform: capitalize;
}

.header-d .query i {
    font-size: 16px;
}

.header-d .cart {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-d .lang button {
    border: 1px solid #E1E1E1;
    border: 0;
    height: 40px;
    width: auto;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    /* background: #fff; */
}

.header-d .lang button:after {
    display: none;
}

.header-d .lang ul {
    min-width: auto;
    width: min-content;
}

.header-d .lang ul li a {
    padding: 6px 6px !important;
}

.header-d .lang .flag-icon {
    margin-right: 2px;
}

.header-d .lang span {
    font-size: var(--fs-400);
    text-transform: uppercase;
}

.header-d .get-quote,
.header-d .track-order {
    border: 1px solid #E1E1E1;
    border: 0;
    height: 40px;
    width: auto;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #fff;
    font-size: var(--fs-400);
}


.header-d .get-quote i,
.header-d .track-order i,
.header-d .cart i {
    margin-right: 10px;

}

.header-d .user a {
    color: #000;
}

.header-d .user>a {
    display: flex;
    align-items: center;
    position: relative;
    background: var(--secondary-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
}


.header-d .user i {
    font-size: 16px;
}

.header-d .user .dropdown-item i {
    font-size: var(--fs-400);
    color: #4a4a4a;
}

.header-d .user span {
    margin-left: 6px;
}

.header-d .user a span,
.header-d .user a.nav-link {
    font-size: var(--fs-400);
    /* font-weight: 600; */
    /* color: #000; */
}

.header-d .user span p {
    font-size: var(--fs-300);
    color: #6C6C6C;
    font-weight: 400;
}

.header-d .user .dropdown-item span {
    font-size: var(--fs-400);
}

.header-d .t-bottom {
    padding: 0px 0;
    /* border-bottom: 1px solid #E1E1E1; */
}

.header-d .t-bottom ul.cat-menu {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.header-d .more-options ul.cat-menu {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-flow: wrap;
    gap: 14px 20px;
}

.header-d .t-bottom ul.cat-menu .dropdown,
.header-d .more-options ul.cat-menu .dropdown {
    position: static;
}

.header-d .more-options ul.cat-menu li {
    position: relative;
}

.header-d .more-options ul.cat-menu li:before {
    content: '';
    height: 100%;
    width: 1px;
    background: #c3c3c3;
    position: absolute;
    right: -14px;
    display: none;
}

.header-d .more-options ul.cat-menu li:last-child::before {
    display: none;
}

.header-d .t-bottom ul li,
.header-d .more-options ul li {
    /* margin: 0 10px; */
    margin: 0;
}

.header-d .t-bottom ul li:first-child,
.header-d .more-options ul li:first-child {
    margin-left: 0;
}

.header-d .t-bottom ul li:last-child,
.header-d .more-options ul li:last-child {
    margin-right: 0;
}

.header-d .t-bottom ul.cat-menu>li {
    display: inline-block;
    flex-grow: 1;
    list-style-type: none;
    margin-bottom: 1px;
    text-align: center;
}

.header-d .t-bottom ul a,
.header-d .more-options ul a {
    display: block;
    text-align: center;
}

.header-d .t-bottom ul a {
    padding: 20px 10px;
    text-wrap: auto;
    font-size: var(--fs-400);
}

.header-d .more-options ul a {
    font-size: var(--fs-400);
}

.header-d .more-options ul a.active {
    color: var(--secondary-color);
}

.header-d .t-bottom ul a:after {
    display: none;
}

.header-d .t-bottom .dropdown-menu ul,
.header-d .more-options .dropdown-menu {
    max-height: 180px;
    column-count: auto;
    flex-wrap: wrap;
    gap: 0 20px;
    padding: 10px;
}

.header-d .t-bottom .dropdown-menu ul {
    padding: 0;
}

.header-d .t-bottom .dropdown-menu.show {
    /* transform: translate(0px, 200px) !important; */
    width: 100%;
    padding: 20px 0;
    border-radius: 0;
    border: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 10px 10px #00000017;
    border-top: 1px solid #E1E1E1;
    margin-top: -4px !important;
}

.header-d .t-bottom .dropdown-menu.show ul,
.header-d .more-options .dropdown-menu.show {
    display: flex;
}

.header-d .t-bottom .dropdown-menu li,
.header-d .more-options .dropdown-menu li {
    white-space: nowrap;
    display: inline-block;
}

.header-d .t-bottom .dropdown-menu li a,
.header-d .more-options .dropdown-menu li a {
    text-align: left;
    padding: 6px 20px;
    border: 0;
}

.header-d .more-options .dropdown-menu li a {
    width: 100%;
}

.header-d .more-options {
    padding: 8px 0;
    background: #f0f0f0;
}

.header-d .t-bottom .dropdown-menu h5 {
    width: fit-content;
    margin-bottom: 20px;
    margin-left: 10px;
}

.header-d .t-bottom .dropdown-menu h5 a {
    padding: 0;
    color: #000;
}

.header-d .t-bottom .dropdown-menu h5 a:hover {
    color: #262626;
}

.header-d .t-bottom .dropdown-menu .branding {
    text-align: center;
}

.header-d .t-bottom .dropdown-menu .branding img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    background: #eee;
    border-radius: 20px;
}

.header-d .t-bottom .dropdown-menu .branding p {
    width: 200px;
    margin: auto;
    text-align: center;
    margin-top: 10px;
    color: var(--text-light-color);
    font-size: 13px;
}

.header-d .t-bottom ul a.dropdown-toggle {
    position: relative;
}

.header-d .t-bottom ul a.dropdown-toggle:after {
    border: 0;
    content: "";
    display: block;
    transform: scaleX(0);
    transition: transform .2s ease-in-out;
    margin: 0;
    border-bottom: 2px solid #000000;
    bottom: -20px;
    position: relative;
}

.header-d .t-bottom ul a.dropdown-toggle.show:after {
    transform: scaleX(1);
}

.search_action {
    display: none;
    cursor: pointer;
    background: #4a4a4a;
    color: #fff;
    min-width: 36px;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    font-size: var(--fs-300);
}

.search_mobile {
    background: #000000c2;
    padding: 10px;
    display: none;
}

.search_mobile form {
    position: relative;
}

.search_mobile form input {
    padding-right: 30px;
}

.search_mobile form i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.close_cat_menu {
    display: none;
}

.nav-bar-tools {
    display: none;
}

.header-d .r-tools>ul .search_action_wrap {
    display: none;
}

.tob-bar-header {
    display: none;
}

.header-d .r-tools>ul .more-option-bar-wrap {
    display: none;
}

.more-option-bar {
    display: none;
}

@media screen and (max-width: 1399px) {

    .header-d .get-quote,
    .header-d .track-order {
        font-size: var(--fs-300);
        padding: 4px 6px;
    }

    .header-d .t-bottom .dropdown-menu ul {
        max-height: 350px;
    }

    .header-d .t-bottom .dropdown-menu.show {
        /* transform: translate(0px, 222px) !important; */
    }
}

@media screen and (max-width: 1200px) {

    .header-d .r-tools .get-quote,
    .header-d .r-tools .track-order,
    .header-d .r-tools .query,
    .header-d .r-tools .lang {
        display: none;
    }

    .header-d .r-tools>ul>li {
        display: contents;
    }

    .header-d .l-tools {
        width: 60%;
    }

    .header-d .r-tools {
        width: 40%;
    }

    .tob-bar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 6px 20px;
        background: #eee;
    }

    .tob-bar-header>ul {
        display: flex;
        align-items: center;
        gap: 0 20px;
        width: 50%;
    }

    .header-d .tob-bar-header ul a,
    .header-d .tob-bar-header .lang button span {
        font-size: var(--fs-300);
    }

    .header-d .tob-bar-header ul i {
        font-size: var(--fs-400);
    }

    .header-d .tob-bar-header .get-quote,
    .header-d .tob-bar-header .track-order,
    .header-d .tob-bar-header .lang button {
        border: 0;
        padding: 0;
        margin: 0;
        background: transparent;
        height: auto;
    }

    .header-d .lang ul {
        min-width: auto;
        text-align: center;
    }

    .header-d .r-tools>ul {
        gap: 20px
    }
}

@media screen and (max-width: 992px) {
    .header-d .lang .dropdown-toggle span:not(.flag-icon) {
        display: none;
    }

    .header-d .lang .flag-icon {
        margin-right: 0;
    }

    .header-d .l-tools {
        width: 60%;
        display: inline-flex;
        align-items: center;
    }

    .header-d .r-tools {
        width: 40%;
    }

    .header-d .t-bottom {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 99;
        background: #000000ba;
        backdrop-filter: blur(6px);
        display: none;
    }

    .header-d .t-bottom>div {
        height: 100%;
    }

    .header-d .t-bottom ul.cat-menu {
        height: 100%;
        display: block;
        width: 260px;
        border-right: 2px solid #ffffff42;
        overflow-y: scroll;
    }

    .header-d .t-bottom ul.cat-menu li {
        margin: 10px 0;
    }

    .header-d .t-bottom ul.cat-menu li .dropdown-toggle,
    .header-d .t-bottom ul.cat-menu li a {
        padding: 10px 0;
        background: transparent;
    }

    .header-d .t-bottom ul.cat-menu .dropdown-menu li {
        margin: 0;
    }

    .header-d .t-bottom ul.cat-menu a {
        color: #fff;
        text-align: left;
    }

    .header-d .t-bottom .dropdown-menu {
        position: absolute;
        left: 350px !important;
        width: calc(100% - 350px);
        top: 0 !important;
        background: transparent;
        transform: translate(0) !important;
        max-height: 100%;
        border: 0;
        z-index: 99;
    }

    .header-d .t-bottom .close_cat_menu {
        display: block;
        position: absolute;
        top: 4px;
        right: 14px;
        font-size: 24px;
        color: #fff;
        cursor: pointer;
        z-index: 999;
    }

    .header-d .user {
        position: relative;
    }

    .header-d .user .dropdown-menu {
        right: 0;
        left: auto;
        min-width: 100%;
    }

    .header-d .user a span {
        display: none;
    }

    .header-d .user a span.zeej-icons-container {
        display: block;
        margin: 0;
    }

    .header-d .user .dropdown-item i {
        color: #000;
    }

    .header-d .user .dropdown-item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: start;
        background: transparent;
    }

    .header-d .user .dropdown-item span {
        display: block;
        color: #000;
    }

    .header-d .user a {
        cursor: pointer;
        background: #4a4a4a;
        color: #fff;
        min-width: 36px;
        width: 36px;
        height: 36px;
        border-radius: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .header-d .user a i {
        font-size: var(--fs-300);
    }

    .header-d .l-tools .nav-bar-tools {
        display: block;
        cursor: pointer;
        background: #4a4a4a;
        color: #fff;
        width: 36px;
        min-width: 36px;
        height: 36px;
        border-radius: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

    .header-d .more-options {
        display: none;
    }

    .header-d .r-tools .more-option-bar {
        display: block;
        position: relative;
    }

    .header-d .r-tools .more-option-bar svg {
        height: 30px;
        width: 30px;
    }

    .header-d .r-tools .more-option-bar button {
        box-shadow: none;
        outline: 0;
        background: transparent;
        padding: 0;
        margin: 0;
        border: 0;
    }

    .header-d .r-tools .more-option-bar button:after {
        display: none;
    }

    .header-d .r-tools .more-option-bar .dropdown-menu {
        position: absolute;
        top: 40px;
        right: 0;
        left: auto;
        box-shadow: 0 0 10px #00000021;
        padding: 10px 20px;
        text-wrap-mode: nowrap;
    }

    .header-d .r-tools .more-option-bar .dropdown-menu li {
        padding: 4px 0;
    }

    .header-d .t-bottom .dropdown-menu ul {
        max-height: 70%;
    }

    .header-d .t-bottom .dropdown-menu h5 {
        margin-left: 0;
    }

    .header-d .t-bottom .dropdown-menu h5 a {
        text-decoration: underline;
        text-underline-offset: 6px;
        color: #fff;
        font-size: 16px;
    }

    .header-d .t-bottom .dropdown-menu h5 a:hover {
        color: #fff;
    }

    .header-d .t-bottom ul a.dropdown-toggle:after {
        display: none;
    }

    .header-d .t-bottom .dropdown-menu .branding p {
        color: #fff;
    }
}

@media screen and (max-width: 767px) {

    .search_box .search-bar-form {
        display: none;
    }

    .header-d .r-tools>ul .search_action_wrap,
    .header-d .r-tools>ul .more-option-bar-wrap {
        display: block;
    }

    .search_action {
        display: inline-flex;
        background: transparent;
        color: #000;
    }

    .header-d .container-fluid {
        padding: 0 20px;
    }

    .header-d .l-tools .navbar-brand {
        width: 100px;
        min-width: 100px;
        margin-right: 0;
        padding: 4px 0;
    }

    .header-d .t-bottom ul.cat-menu {
        width: 100%;
        display: inline-block;
        border: 0;
        padding: 20px;
    }

    .header-d .t-bottom ul.cat-menu>li a {
        text-align: center;
        color: #fff;
        padding: 8px 0;
        font-size: 16px;
        font-weight: 600;
    }

    .header-d .t-bottom ul.cat-menu .dropdown-menu {
        position: relative !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        background: #ffffff1a;
        width: 100%;
    }

    .header-d .t-bottom ul.cat-menu .dropdown-menu a {
        font-size: 14px;
        font-weight: 400;
    }

    .header-d .t-bottom>div {
        height: 100%;
        padding: 0 0px;
    }

    .header-d .t-bottom ul.cat-menu li {
        width: 100%;
    }

    .header-d .t-bottom .dropdown-menu h5 {
        margin: 0 auto 20px;
    }

    .header-d .t-bottom .dropdown-menu ul {
        max-height: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .header-d .container-fluid {
        padding: 0 10px;
    }

    .header-d .r-tools>ul {
        gap: 10px
    }

    .header-d .tob-bar-header .get-quote {
        display: none;
    }

    .tob-bar-header>ul {
        justify-content: space-between;
    }

}

/* header css end */