﻿.header6 .header__content {
    height: auto;
    background: #fff;
    margin: 0;
    position: relative;
}
.header6 {
    background: var(--headerpattern-svg-url) no-repeat top center;
    background-size: contain;
    background-color: #fff;
    height: 240px;
    position: relative;
    padding-top: 160px;
    margin: 0 7vw;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}
.header6 .holderheader {
    display: flex;
    flex: 1 1 auto;
    position: relative;
    align-items: stretch;
    justify-content: space-between;
    transition: all 0.5s ease-out;
}


    .header6 .holder-r.rv {
        flex-direction: row-reverse;
    }

    .header6 .holder-r.jc_center {
        justify-content: center;
    }

    .header6 .holder-r.al_ce {
        align-items: center;
    }

    .header6 .holder-r.jc_sa {
        justify-content: space-around;
        margin: 40px 60px;
        background-color: #f7f7f7;
        flex-direction: column;
    }

.header6 .holder-c {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 17px;
}

    .header6 .holder-c.al_ce {
        align-items: center;
    }

    .header6 .holder-c.w_a {
        flex: 1 1 auto;
    }

    .header6 .holder-c.w_600 {
        flex: 0 0 600px;
    }

    .header6 .holder-c.w_35per {
        flex: 1 1 35%;
    }

.header6 .holder-r.rv .holder-c.border_left:after {
    left: -15%;
    right: unset;
}

.header6 .shopping {
    position: relative;
    overflow: visible;
}

.header6 .shopping__box {
    min-width: 40rem;
    width: 60rem;
    height: 50px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    margin-top: 1.4rem;
    display: none;
}


    .header6 .shopping__box:before {
        content: '';
        border-style: solid;
        border-width: 15px 15px 15px 0;
        border-color: transparent #ccd0d9 transparent transparent;
        position: absolute;
        left: 4rem;
        top: -15px;
        transform: rotate(90deg);
    }

.header6 .inner_shop_box {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0px 0px 1px 1px rgb(136 146 165);
    border-radius: 10px;
}

.header6 .shopping__box--header {
    display: flex;
    justify-content: space-around;
    background-color: #ccd0d9;
    color: #1a2749;
    padding: 1.5rem 10px 1.5rem 0;
}

    .header6 .shopping__box--header h3 {
        font-size: 1.2rem;
        flex: 1 1 auto;
        text-align: center;
    }

        .header6 .shopping__box--header h3:last-child {
            width: 33.5px;
            flex: 0 0 33.5px;
        }

.header6 .shopping__box--info {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    max-height: 300px;
    min-height: 50px;
    overflow: auto;
    position: relative;
}

    .header6 .shopping__box--info p {
        color: #3d3d3d;
        font-size: 1.1rem;
        flex: 1 1 auto;
        text-align: center;
        direction: ltr;
    }

.header6 .shopping__box--table {
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}

    .header6 .shopping__box--table.flxr {
        flex-direction: row;
        align-items: baseline;
    }

    .header6 .shopping__box--table table {
        width: 100%;
        background-color: #fff;
        border-collapse: collapse;
    }

    .header6 .shopping__box--table td:not(:first-child) {
        border-right: 2px solid #fff;
    }

    .header6 .shopping__box--table tr:not(:last-of-type) {
        border-bottom: 1px solid #fff;
    }

    .header6 .shopping__box--table table tr {
        background-color: lightgray;
    }

        .header6 .shopping__box--table table tr td {
            padding: 1.2rem 0;
            font-size: 1.1rem;
            width: 50%;
            text-align: center;
        }

        .header6 .shopping__box--table table tr.disall {
            background: #50835e;
            color: #a5ff62;
        }

.header6 .shopping__box--footer {
    background-color: #0ea860;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: -2px;
     z-index: 1;
     position: relative;
 */
}

    .header6 .shopping__box--footer a {
        text-decoration: none;
        color: #fff;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        padding: 1.5rem 0;
        font-size: 1.5rem;
    }
/*shoppingcart style*/
.header6 .countCart {
    position: absolute;
    left: -8px;
    top: -10px;
    z-index: 1;
    font-family: IRANSans;
    font-size: 1.5rem;
    color: #FFFFFF;
    padding: 0px 10px;
    background-color: #0ea860;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 50%;
}

.header6 .scULList {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.header6 .cInfo {
    display: none;
    right: 30%;
    top: 0;
    height: 100%;
    width: 20%;
    position: absolute;
    vertical-align: middle;
    color: maroon;
    direction: ltr;
}
.header6 .scListItemRemove {
    position: relative;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 2em;
    filter: alpha(opacity=25);
    opacity: .25;
    -moz-opacity: .25;
    color: #e80000;
    background-repeat: no-repeat;
}

    .header6 .scListItemRemove:hover {
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
    }

.header6 .scListItemLabel {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .header6 .scListItemLabel img {
        width: 50px;
    }

.header6 .cDiscount {
    color: darkred;
}

.header6 .insidebtnchg {
    padding: 0.5em;
    font-size: 1.0em;
    flex: 1 1 auto;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    color: #000;
}

.header6 .scListItemLabel div {
    flex: 1 1 150px;
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

    .header6 .scListItemLabel div.cName, .shopping__box--header h3.tdName {
        flex: 1 1 300px;
    }

    .header6 .scListItemLabel div.center {
        justify-content: center;
        font-size: 1.5rem;
    }

.header6 .tdName, .header6 .cName {
    min-width: 150px;
    max-width: 226px;
}

.header6 .setting {
    position: relative;
    overflow: visible;
}

.header6 .setting__box {
    width: 35rem;
    height: 50px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    margin-top: 1.4rem;
    display: none;
}


    .header6 .inner_box {
        display: flex;
        overflow: hidden;
        flex-direction: column;
        background-color: #ffffff;
        box-shadow: 0px 0px 1px 1px #8892a5;
        border-radius: 10px;
    }

    .header6 .inner_box .person__name {
        background: none;
    }

.header6 .inner_holder {
    padding: 5px 10px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}



.header6 .name {
    margin-left: 1.5rem;
}

.header6 .person__info {
    display: flex;
    margin-top: 1.5rem;
    justify-content: space-around;
}

    .header6 .person__info a {
        background-color: #182085;
        color: #FFF;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        padding: 0.6rem 0;
        font-size: 1.4rem;
        font-weight: 400;
        flex: 0 0 40%;
    }

.header6 .exit {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
    font-size: 1.5rem;
}

    .header6 .exit a:hover {
        background: #000;
    }

    .header6 .exit a {
        color: #fff;
        padding: 0.5rem;
        font-family: 'IRANSans';
        width: 50%;
        background: #be3033;
        text-align: center;
        border-radius: 10px;
    }

.header6 .fixed2 .holderheader {
    min-height: 45px;
}
    .header6 .fixed2 .holderheader .boxheader .header__content-logo {
        margin-bottom: 0;
    }
    /* Nav Bar */
.header6 .header__nav {
    background: white;
    transition: all .2s ease-in-out;
    overflow: hidden;
}
.header6 .btn-navbar {
    padding: 0 !important;
    color: #fff !important;
    text-align: center;
    height: 100%;
    justify-content: center;
    text-shadow: 0px 1px 4px #c8c9c8;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    cursor: pointer;
    width: 250px;
}
.header6 .header__nav-inner {
    height: 3.5rem;
}

.header6 .header__nav-list {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    background: #fff;
    padding: 0 7.7vw;
}

.header6 .header__content-inner1__nav-list {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: end;
}

.header6 .header__content-inner1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* New */
.header6 .li__container:not(:last-of-type) {
    margin-right: 28.5rem;
}

.header6 .li__container_end {
    margin-left: 10rem;
}

.header6 .li__container > ul {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}

.header6 .header__content-inner1__nav-list .li__container > ul {
    justify-content: space-between;
}

.header6 .li__container {
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex: 0 0 100%;
}

    .header6 .li__container > ul > li {
        position: relative;
        display: flex;
        justify-content: end;
        align-items: center;
        min-width: 150px;
    }
        .header6 .li__container > ul > li > span {
            font-size: 1.2rem;
            background: #be3455;
            color: #fff;
            padding: 4px;
            border-radius: 20px;
            min-width: 80px;
            display: flex;
            justify-content: center;
        }
    .header6 .header__nav-item--link.user__link {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        color: #182085;
        font-size: 1.5rem;
        font-weight: 600;
    }
.header6 .icon-user-outline:before {
    position: absolute;
    top: 5px;
}
    .header6 .header__nav-item--link.shopping__link {
        display: flex;
        align-items: center;
        font-size: 1.5rem;
        color: #182085;
        font-weight: 600;
    }
.header6 .icon-basket:before {
    position: absolute;
    top: 5px;
    left: -2px;
}
.header6 .header__nav-item--link > i {
    font-style: normal;
    font-size: 1.5rem;
    font-weight: 500;
}

.header6 h1.header__nav-item--link {
    text-align: center;
    height: 100%;
    justify-content: center;
    color: #f7ffe9;
    text-shadow: 2px 2px 4px #c8c9c8;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.7px;
    cursor: pointer;
}

.header6 .li__container > ul li.scCartListItem {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0 10px 0 0;
    align-items: center;
}
.header6 .backcolor_0 {
    background: #008fdc;
}
.header6 .backcolor_1 {
    background: #ff950e;
}
.header6 .backcolor_2 {
    background: #00d1c2;
}
.header6 .backcolor_3 {
    background: #fa0079;
}
.header6 .boxheader {
    display: flex;
    align-items: center;
    justify-content: start;
    flex: 1 1 100%;
    max-width: 795px;
    gap: 10px;
}

    .header6 .boxheader.lheader {
        flex: 1 1 33%;
        position: relative;
        justify-content: end;
    }
    .header6 .boxheader.cheader {
        flex: 1 1 33%;
        position: relative;
    }
.header6 .cheader .header__content-search {
    flex: 1 1 auto;
}

    .header6 .boxheader.rheader {
        flex: 1 1 33%;
        justify-content: start;
        position: relative;
        border: 2px solid #182085;
        border-radius: 8px;
        flex-direction: row-reverse;
        padding: 0 10px;
        margin: 0 10%;
    }

.header6 .header__content-inner2 {
    display: flex;
    height: auto;
    margin-top: 10px;
    transition: all .2s ease-in-out;
    border-right: unset;
    border-left: unset;
}

    .header6 .header__content-menu1 {
        position: relative;
        display: flex;
        height: auto;
        align-items: center;
        justify-content: space-around;
        flex: 1 1 33%;
    }
        .header6 .header__content-menu1 > li {
            width: 100%;
        }

        .header6 .header__content-menu1 > li:first-child > ul {
            display: flex;
        }

.header6 .general {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: start;
    height: 100%;
}

    .header6 .general:after {
        content: '';
        width: 0;
        height: 2px;
        margin-top: 1px;
        transition: all .3s ease-in-out;
    }

    .header6 .general:hover:after {
        content: '';
        height: 2px;
        transform-origin: center;
        position: relative;
        background-color: #e8f550;
    }

.header6 .first__element {
    width: 150px;
}

    .header6 .first__element > a {
        align-items: center;
        padding: 5px;
        font-size: 1.6rem;
        font-weight: 600;
        color: #182085;
        width: 100%;
        justify-content: start;
        display: flex;
    }

        .header6 .first__element > a.sp_bck {
            background: #008edd;
            color: #fff;
        }

    .header6 .first__element:hover > a {
        font-weight: 600;
        position: relative;
        transition: all 0.1s ease-out;
    }
    .header6 .first__element > a.sp_bck:hover {
        background: #d5281d;
    }
    .header6 .first__element.sub:hover > a {
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .header6 .first__element a:before {
        font-size: 20px;
        width: auto;
    }

.header6 .sp_bck {
    background: #ff7373;
}

.header6 .grouping__pro--hide, .spam__hide {
    display: none;
}

.header6 .hide:hover .grouping__pro--hide {
    display: inline-block;
    z-index: 10;
}


    .header6 .submenu__container {
        width: auto;
        max-width: 1024px;
        position: absolute;
        display: flex;
        top: 102%;
        right: 0;
        z-index: 10;
        padding: 5px;
        background: #fff;
        overflow: hidden;
        transition: height 1s cubic-bezier(0.4, 0, 0.2, 1);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border: 2px solid #182085;
        border-top: none;
    }

    .header6 .submenu__container.hide {
        display: none;
    }
.header6 .first__element:hover .submenu__container.hide {
    display: flex;
}

.header6 .submenu__container:before {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background: #fff;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-blend-mode: darken;
}

.header6 .grouping__pro {
    position: unset;
    direction: rtl;
    width: auto;
    max-height: 600px;
    min-height: 400px;
    overflow: visible;
}

.header6 .first__element:hover .grouping__pro.grouping__pro--hide {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: start;
    min-width: 1000px;
    flex-wrap: wrap;
    margin: 0;
}

.header6 .grouping__pro i {
    color: aliceblue;
}

.header6 .grouping__pro li:not(:last-child) {
}

.header6 .grouping__pro > li {
    display: flex;
    transition: background-color .2s ease-in-out;
    direction: rtl;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    flex-direction: column;
    height: auto;
    max-height: calc(100% - 20px);
    margin: 5px;
}

    .header6 .grouping__pro > li > ul {
        height: 100%;
        overflow: hidden;
        position: relative;
        font-size: 1.3rem;
        background: inherit;
    }

        .header6 .grouping__pro > li > ul > li {
            display: list-item;
            padding: 5px;
            border-radius: 15px;
            font-size: 15px;
            color: #182085;
            margin: 5px;
        }

    .header6 .grouping__pro > li > span {
        font-size: 1.4rem;
        font-weight: 500;
        padding: 8px 5px;
        flex: 1 1 auto;
        text-align: center;
        color: black;
        direction: rtl;
        min-width: 145px;
        background: #f7f7f7;
        border-bottom: 2px solid #279fe575;
    }

    .header6 .grouping__pro > li > a {
        font-size: 1.5rem;
        font-weight: 500;
        padding: 10px;
        flex: 1 1 auto;
        text-align: right;
        color: #182085;
        direction: rtl;
        min-width: 190px;
        justify-content: start;
        display: flex;
        align-items: center;
        border-radius: 10px;
        box-shadow: 0 2px 3px 0 #1820857d;
        background: #161d7b2e;
    }
    .header6 .grouping__pro > li:hover > ul {
    }

    .header6 .grouping__pro > li > ul > li > a {
        transition: all 0.2s ease-out;
        color: #182085;
        font-size: 1.4rem;
    }

    .header6 .grouping__pro > li:hover > ul > li:hover > a {
        padding-right: 5px;
        position: relative;
        font-weight: 600;
        color: #0b0d38;
    }

    .header6 .grouping__pro > li > ul > li:hover > a::before {
        content: '';
        height: 5px;
        width: 5px;
        position: absolute;
        right: -7px;
        top: 9px;
        background: #0b0d38;
        border-radius: 50%;
    }

    .header6 .grouping__pro > li.active_item {
        background-color: #485355;
        border-radius: 10px;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
    }

        .header6 .grouping__pro > li.active_item > a {
            color: #fff;
        }
.header6 .submenu > ul {
    display: none;
}

.header6 .grouping__pro > li.submenu.active_item > ul {
    display: flex;
    position: absolute;
    flex-direction: column;
    right: 26rem;
    top: 5px;
    height: calc(100% - 10px);
    direction: rtl;
    width: calc(100% - 26rem - 10px);
    z-index: 10;
    background-color: #485355;
    padding: 5px 5px;
    flex-wrap: wrap;
    align-content: flex-start;
    border-radius: 5px;
}

.header6 .submenu > ul > li {
    padding: 0;
    margin: 0;
    width: var(--weightmenutag);
}

    .header6 .submenu > ul > li > a {
        padding: 10px 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        color: #fff;
    }

        .header6 .submenu > ul > li > a > span.title {
            font-size: 1.5rem;
            font-weight: 500;
            width: 100%;
            text-align: right;
        }

    .header6 .submenu > ul > li > ul {
        display: flex;
        flex-wrap: wrap;
        flex-flow: wrap;
        flex-direction: column;
        height: calc(100% - 10px);
        width: calc(100% - var(--weightmenutag) - 10px);
        align-items: baseline;
        align-content: baseline;
        position: absolute;
        justify-content: start;
        top: 10px;
        right: var(--weightmenutag);
        background: #fff;
        z-index: 0;
        padding: 5px 5px 0 0;
        margin-right: 5px;
        margin-left: 5px;
        margin-top: -5px;
        margin-bottom: 5px;
        border-radius: 5px;
    }

    .header6 .submenu > ul > li > ul {
        display: none;
    }

    .header6 .submenu > ul > li.active_item > a {
        background: #ffffff;
        color: #485355;
        border-radius: 10px;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
    }

    .header6 .submenu > ul > li.active_item > ul {
        z-index: 1;
        display: flex;
        background: #fff;
    }

    .header6 .submenu > ul > li.active_item:first-child > ul {
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
    }

.header6 .submenu > ul > li > ul > li {
    cursor: pointer;
    font-size: 2rem;
    width: 15vw;
}

.header6 .submenu ul ul ul {
    padding: 2px 0;
}

.header6 .submenu > ul > li > ul > li:hover {
    color: salmon;
}

.header6 .submenu > ul > li {
    transition: background-color .2s ease-in-out;
}

.header6 .header__content-item {
    margin-left: 5rem;
    flex: 0 0 auto;
}

    .header6 .header__content-item a {
        padding: 0.5rem 0;
        font-size: 1.4rem;
    }

.header6 .fixed2 .header__content-logo {
    height: auto;
}

.header6 .header__content-logo img {
    z-index: 2;
    transition: height 0.5s ease-out;
    max-height: 80px;
}

    .header6 .header__content-logo img.logoen {
        display: none;
        position: absolute;
    }

.header6 .userdata {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
}

    .header6 .userdata .person__name {
        margin: 0;
    }

.header6 .fixed2 .header__content-logo img:first-child {
    height: 70px;
}

    .header6 .search__input {
        width: 100%;
        color: inherit;
        background: #fff;
        font-size: 1.6rem;
        border: none;
    }
.header6 .input-visible {
    display: block;
    max-height: 35px;
    transition: max-height 0.3s ease-in-out;
}
    .header6 .search__input::placeholder {
        color: #182085ab;
    }
.header6 .search__input:focus {
    outline: none;
}

.header6 .boxh_ch {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.header6 .wrapper_track ul li {
    display: none;
}

    .header6 .wrapper_track ul li.animate__fadeInUp {
        display: flex !important;
    }

.header6 .wrapper_track {
    background: #ffffff;
    /* background: linear-gradient(-90deg, #172446 0, #172446 35%, #fdff88 100%); */
    position: relative;
    overflow: hidden;
    top: 0;
    height: 35px;
    display: none;
    align-items: center;
    width: 50%;
    padding: 0.7rem 0;
    padding-right: 5px;
}


    .header6 .wrapper_track a {
        font-size: 1.3rem;
        color: #fa0079;
        font-weight: 500;
    }

    .header6 .wrapper_track span {
        background: #f9067e;
        border-color: #fc76b8;
        box-shadow: 0 0 0 0 #fc96c9;
        width: 15px;
        height: 15px;
        padding: 0;
        margin: 10px;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.header6 .search__button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    width: 25px;
    height: 25px;
    border: none;
    position: relative;
}


    .header6 .search__button:hover:after {
        border-color: #20a9e1;
        transform: rotate(60deg);
        left: 30px;
    }

.header6 .search__grouping-list {
    height: 100%;
}

.header6 .search__grouping a {
    padding: 0 1rem;
}

.header6 .search__grouping-item {
    height: 100%;
    max-width: 200px;
}

    .header6 .search__grouping-item > ul {
        position: absolute;
        width: max-content;
        right: -10px;
        background-color: #efefef;
        z-index: 20;
    }

    .header6 .search__grouping-item:hover > ul {
        display: flex;
        flex-direction: column;
    }

    .header6 .search__grouping-item > ul > li {
        padding: 1rem 2rem;
        text-align: center;
        transition: all .2s ease-in-out;
        cursor: pointer;
    }

        .header6 .search__grouping-item > ul > li:hover {
            background-color: #e92426;
            color: #fff;
        }

    .header6 .search__grouping-item a {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .header6 .search__grouping-item i {
        display: flex;
        align-items: center;
        padding: 0 .8rem;
        color: rgb(153, 153, 153);
    }

    .header6 .search__grouping-item ul {
        display: none;
    }

.header6 .search__button i {
    color: #182085;
    font-size: 2.4rem;
    transition: all 0.3s ease-out;
    position: absolute;
    top: -4px;
    left: -7px;
}
/*pulse*/
.header6 .containerpuls_gift {
    margin: 0;
    padding: 0;
    z-index: 5;
    top: 7px;
    /* width: 150px; */
    position: relative;
    left: 13.5vw;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.header6 .containerpuls_birth {
    margin: 0;
    padding: 0;
    z-index: 5;
    top: 84px;
    width: 150px;
    position: absolute;
    left: Calc(42% - 100px);
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.header6 .containerpuls {
    margin: 0;
    padding: 0;
    position: relative;
    display: none;
}

.header6 .pulse-button {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    padding: 0 20px;
    height: 30px;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: 'IRANSans';
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    letter-spacing: -1px;
    color: #325a10;
    border: none;
    border-radius: 20px;
    background: #ffffff;
    border: 2px solid #ffffff;
    cursor: pointer;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-animation: pulseshadow 2s infinite;
}

    .header6 .pulse-button:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }

.header6 .person__name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    background: #182085;
    padding: 0.2rem 0.7vw;
    border-radius: 8px;
}

    .header6 .person__name p {
        font-size: 1.4rem;
        font-weight: 500;
    }

@media only screen and (max-width: 1285px) {
    .header6 .grouping__pro > li {
        margin: 5px;
    }

    .header6 .first__element:hover .grouping__pro.grouping__pro--hide {
        padding: 0;
    }

    .header6 .grouping__pro > li > span {
        min-width: 100px;
    }

    .header6 .fixed2 .header__content-item {
        display: none;
    }

    .header6 .li__container > ul {
        display: flex;
        justify-content: flex-end;
        height: 100%;
        align-items: center;
    }

        .header6 .li__container > ul > li.general {
            margin: 0;
            border: none;
            padding: 0;
            min-width: auto;
        }

    .header6 .li__margin {
        margin-right: 1rem;
    }

    .header6 .fixed2 .li__container > ul > li.general {
        display: none;
    }
}
.header6 .lookup {
    direction: rtl;
    width: 100%;
    padding: 10px;
    overflow: auto;
    max-height: 450px;
    z-index: 1;
    position: absolute;
    background: #fff;
    border: 1px solid #1820857a;
    -moz-box-shadow: -1px 4px 10px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: -1px 4px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: -1px 4px 10px 0 rgba(0, 0, 0, .2);
    right: 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

    .header6 .lookup .items .item {
        display: block;
        overflow: hidden;
        text-align: right;
        font-size: 1.5rem;
        font-family: 'IRANSans';
    }

        .header6 .lookup .items .item a {
            display: table;
            width: 100%;
        }

        .header6 .lookup .items .item div {
            width: 100%;
            padding: 0 7px;
            display: table-cell;
            vertical-align: middle;
            font-size: 1.5rem;
            direction: rtl;
        }

        .header6 .lookup .items .item img {
            float: right;
            width: 55px;
            margin-right: 3px;
        }

    .header6 .lookup .items .sep {
        margin: 10px auto;
        border-bottom: 1px solid #bcbcbc;
        width: 80%;
    }