﻿.header5 .header__content {
    height: auto;
    background: #fff;
    margin-bottom: 35px;
}

.header5 .holderheader {
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    justify-content: space-between;
    transition: all 0.5s ease-out;
}

.header5 .holder-r {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .header5 .holder-r.rv {
        flex-direction: row-reverse;
    }

    .header5 .holder-r.jc_center {
        justify-content: center;
    }

    .header5 .holder-r.al_ce {
        align-items: center;
    }

    .header5 .holder-r.jc_sa {
        justify-content: space-around;
        margin: 40px 60px;
        background-color: #f7f7f7;
        flex-direction: column;
    }

.header5 .holder-c {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 17px;
}

    .header5 .holder-c.al_ce {
        align-items: center;
    }

    .header5 .holder-c.w_a {
        flex: 1 1 auto;
    }

    .header5 .holder-c.w_600 {
        flex: 0 0 600px;
    }

    .header5 .holder-c.w_35per {
        flex: 1 1 35%;
    }

.header5 .holder-r.rv .holder-c.border_left:after {
    left: -15%;
    right: unset;
}

.header5 .shopping {
    position: relative;
    overflow: visible;
    background: #f4d5d3;
    border-radius: 50%;
    padding: 3px;
}

.header5 .shopping__box {
    min-width: 40rem;
    width: 60rem;
    height: 50px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    margin-top: 1.4rem;
    display: none;
}


    .header5 .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);
    }

.header5 .inner_shop_box {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0px 0px 1px 1px rgb(136 146 165);
    border-radius: 10px;
}

.header5 .shopping__box--header {
    display: flex;
    justify-content: space-around;
    background-color: #ccd0d9;
    color: #1a2749;
    padding: 1.5rem 10px 1.5rem 0;
}

    .header5 .shopping__box--header h3 {
        font-size: 1.2rem;
        flex: 1 1 auto;
        text-align: center;
    }

        .header5 .shopping__box--header h3:last-child {
            width: 33.5px;
            flex: 0 0 33.5px;
        }

.header5 .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;
}

    .header5 .shopping__box--info p {
        color: #3d3d3d;
        font-size: 1.1rem;
        flex: 1 1 auto;
        text-align: center;
        direction: ltr;
    }

.header5 .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;
}

    .header5 .shopping__box--table.flxr {
        flex-direction: row;
        align-items: baseline;
    }

    .header5 .shopping__box--table table {
        width: 100%;
        background-color: #fff;
        border-collapse: collapse;
    }

    .header5 .shopping__box--table td:not(:first-child) {
        border-right: 2px solid #fff;
    }

    .header5 .shopping__box--table tr:not(:last-of-type) {
        border-bottom: 1px solid #fff;
    }

    .header5 .shopping__box--table table tr {
        background-color: lightgray;
    }

        .header5 .shopping__box--table table tr td {
            padding: 1.2rem 0;
            font-size: 1.1rem;
            width: 50%;
            text-align: center;
        }

        .header5 .shopping__box--table table tr.disall {
            background: #50835e;
            color: #a5ff62;
        }

.header5 .shopping__box--footer {
    background-color: #0ea860;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: -2px;
     z-index: 1;
     position: relative;
 */
}

    .header5 .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*/
.header5 .countCart {
    position: absolute;
    right: -16px;
    top: -17px;
    z-index: 1;
    font-family: PayavaSansWeb;
    font-size: 1.5rem;
    color: #FFFFFF;
    padding: 0px 10px;
    background-color: #0ea860;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 50%;
}

.header5 .scULList {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.header5 .cInfo {
    display: none;
    right: 30%;
    top: 0;
    height: 100%;
    width: 20%;
    position: absolute;
    vertical-align: middle;
    color: maroon;
    direction: ltr;
}



.header5 .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;
}

    .header5 .scListItemRemove:hover {
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
    }

.header5 .scListItemLabel {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .header5 .scListItemLabel img {
        width: 50px;
    }

.header5 .cDiscount {
    color: darkred;
}

.header5 .insidebtnchg {
    padding: 0.5em;
    font-size: 1.0em;
    flex: 1 1 auto;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    color: #000;
}

.header5 .scListItemLabel div {
    flex: 1 1 150px;
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

    .header5 .scListItemLabel div.cName, .shopping__box--header h3.tdName {
        flex: 1 1 300px;
    }

    .header5 .scListItemLabel div.center {
        justify-content: center;
        font-size: 1.5rem;
    }

.header5 .tdName, .header5 .cName {
    min-width: 150px;
    max-width: 226px;
}

.header5 .setting {
    position: relative;
    overflow: visible;
}

.header5 .setting__box {
    width: 20rem;
    height: 50px;
    position: absolute;
    top: 100%;
    left: -40px;
    z-index: 20;
    margin-top: 1.4rem;
    display: none;
}

.header5 .inner_box {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0px 0px 1px 1px #e5e5e5;
    border-radius: 30px;
}

    .header5 .inner_box .person__name {
        background: none;
    }

.header5 .inner_holder {
    padding: 5px 10px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.header5 .name {
    margin-left: 1.5rem;
}

.header5 .person__info {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

    .header5 .person__info a {
        color: #cc312c;
        display: flex;
        justify-content: center;
        padding: 0.8rem 0;
        font-size: 1.4rem;
        font-weight: 600;
        border-bottom: 1px solid #f4d5d3;
        margin: 0px 15px;
    }

        .header5 .person__info a:hover {
            border-bottom: 1px solid #0a71b3;
            color: #0a71b3;
        }

.header5 .exit {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
    font-size: 1.5rem;
}

    .header5 .exit a:hover {
        background: #aa241f;
    }

    .header5 .exit a {
        color: #fff;
        padding: 0.2rem;
        font-family: PayavaSansWeb;
        width: 50%;
        background: #cc312c;
        text-align: center;
        border-radius: 10px;
    }

.header5 .fixed2 .holderheader {
    min-height: 45px;
}

    .header5 .fixed2 .holderheader .boxheader .header__content-logo {
        margin-bottom: 0;
    }
/* Nav Bar */
.header5 .header__nav {
    background: white;
    transition: all .2s ease-in-out;
    overflow: hidden;
}

.header5 .header__nav-item--link.setting__link {
    background: #f4d5d3;
    z-index: 5;
    border-radius: 30px;
    font-size: 1.4rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    min-height: 31px;
    gap: 5px;
    color: #cc312c;
}

    .header5 .header__nav-item--link.setting__link > span.icon {
        font-size: large;
        display: flex;
    }

.header5 .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;
}

.header5 .header__nav-inner {
    height: 3.5rem;
}

.header5 .header__nav-list {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    background: #fff;
    padding: 0 7.7vw;
}

.header5 .header__content-inner1__nav-list {
    display: flex;
    justify-content: space-between;
}

.header5 .header__content-inner1 {

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 7vw;
}


/* New */
.header5 .li__container:not(:last-of-type) {
    margin-right: 28.5rem;
}

.header5 .li__container_end {
    margin-left: 10rem;
}

.header5 .li__container > ul {
    display: flex;
    gap: 2px;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}

.header5 .header__content-inner1__nav-list .li__container > ul {
    justify-content: space-between;
}

.header5 .li__container {
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

    .header5 .li__container > ul > li {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .header5 .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;
        }

.header5 .icon-user-outline:before {
    position: absolute;
    top: 5px;
}

.header5 .header__nav-item--link.shopping__link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    background: #cc312c;
    color: #f4d5d3;
}

.header5 .icon-basket:before {
    position: absolute;
    top: 5px;
    left: -2px;
}

.header5 .header__nav-item--link > i {
    font-style: normal;
    font-size: 1.5rem;
    font-weight: 500;
}

.header5 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;
}

.header5 .li__container > ul li.scCartListItem {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0 10px 0 0;
    align-items: center;
}

.header5 .backcolor_0 {
    background: #008fdc;
}

.header5 .backcolor_1 {
    background: #ff950e;
}

.header5 .backcolor_2 {
    background: #00d1c2;
}

.header5 .backcolor_3 {
    background: #fa0079;
}

.header5 .boxheader {
    display: flex;
    align-items: center;
    justify-content: start;
    flex: 1 1 100%;
}

    .header5 .boxheader.lheader {
        position: relative;
        justify-content: space-between;
        border-top: 2px solid #cc312c;
    }
        .header5 .boxheader.lheader::before {
            content: '';
            position: absolute;
            width: 120px;
            height: 2px;
            right: -120px;
            background: #cc312c;
            top: -2px;
        }
    .header5 .boxheader.cheader {
        flex: 1 1 33%;
        position: relative;
        justify-content: center;
        height: 90px;
    }

.header5 .cheader .header__content-search {
    flex: 1 1 auto;
}

.header5 .boxheader.rheader {
    justify-content: space-between;
    position: relative;
    border-bottom: 2px solid #0a71b3;
}
    .header5 .boxheader.rheader .r-icon {
        background: #cfe2f0;
        border-radius: 50%;
        padding: 3px;
    }
.header5 .boxheader.lheader .l-icon {
    background: #f4d5d3;
    padding: 3px;
    border-radius: 50%;
}
    .header5 .boxheader.rheader::before {
        content: '';
        position: absolute;
        width: 120px;
        height: 2px;
        left: -120px;
        background: #0a71b3;
        bottom: -2px;
    }
    .header5 .boxheader.rheader > div:first-of-type {
        flex: 0 0 60%;
        background: #cfe2f0;
        border-radius: 50%;
        position: relative;
    }
    .header5 .header__content-logo {
        display: flex;
        justify-content: center;
        position: absolute;
        height: 100%;
    }

.header5 .header__content-inner-line {
    height: 26px;
}

.header5 .header__content-inner2 {
    display: flex;
    height: auto;
    margin-top: 10px;
    transition: all .2s ease-in-out;
    border-right: unset;
    border-left: unset;
}

.header5 .header__content-menu1 {
    position: relative;
    display: flex;
    height: auto;
    align-items: center;
    font-family: PayavaSansWeb;
    justify-content: center;
}

.header5 .border-icon {
    border-radius: 50%;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header5 .rheader .border-icon {
    background: #0a71b3;
    color: #d0e2f0;
}
    .header5 .header__content-menu1 > li:first-child > ul {
        display: flex;
        gap: 15px;
    }

.header5 .general {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: start;
    height: 100%;
}

    .header5 .general:after {
        content: '';
        width: 0;
        height: 2px;
        margin-top: 1px;
        transition: all .3s ease-in-out;
    }

    /*.header__content-menu1 > li:not(.first__element):hover:after{*/
    .header5 .general:hover:after {
        content: '';
        height: 2px;
        transform-origin: center;
        position: relative;
        background-color: #e8f550;
    }



.header5 .first__element > a {
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    gap: 2px;
    white-space: nowrap;
    font-size: 1.5rem;
}

    .header5 .first__element > a.sp_bck {
        background: #008edd;
        color: #fff;
    }

.header5 .first__element:hover > a {
    font-weight: 600;
    position: relative;
    transition: all 0.1s ease-out;
}

.header5 .first__element > a.sp_bck:hover {
    background: #d5281d;
}

.header5 .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;
}

.header5 .first__element a:before {
    font-size: 20px;
    width: auto;
}

.header5 .first__element > a:after {
    /* content: "";
        height: 20px;
        bottom: 1px;
        position: relative;
        width: 1px;
        background: #f0f0f1;
        left: -55px;*/
}

.header5 .sp_bck {
    background: #ff7373;
}

.header5 .grouping__pro--hide, .spam__hide {
    display: none;
}

.header5 .hide:hover .grouping__pro--hide {
    display: inline-block;
    z-index: 10;
}


.header5 .submenu__container {
    width: auto;
    max-width: 1110px;
    position: absolute;
    display: flex;
    top: 100%;
    right: 0;
    z-index: 10;
    padding: 5px;
    background: #fff;
    overflow: hidden;
    transition: height 1s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 15px;
    border: 2px solid #cc312c;
    height: var(--heightmenu);
}

    .header5 .submenu__container.hide {
        display: none;
    }

.header5 .first__element:hover .submenu__container.hide {
    display: flex;
}

.header5 .submenu__container:before {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.header5 .grouping__pro {
    position: unset;
    top: 0;
    right: 0;
    direction: ltr;
    width: 18rem;
    max-height: var(--heightmenu);
    height: calc(var(--heightmenu) - 10px);
    overflow: auto;
}

.header5 .first__element:hover .grouping__pro.grouping__pro--hide {
    display: flex;
    min-width: 1100px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: self-start;
}

.header5 .grouping__pro i {
    color: #0a71b3;
    display: inline-flex;
    margin: 5px;
}

.header5 .grouping__pro > li {
    display: flex;
    direction: rtl;
    width: 90%;
}

    .header5 .grouping__pro > li > ul {
        height: 100%;
        overflow: hidden;
        position: relative;
        font-size: 1.3rem;
        background: inherit;
    }

        .header5 .grouping__pro > li > ul > li {
            display: list-item;
            padding: 2px 0;
            border-radius: 15px;
            color: #333032;
        }

    .header5 .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;
    }

    .header5 .grouping__pro > li > a {
        font-size: 1.4rem;
        font-weight: 500;
        color: #0a71b3;
        padding: 5px 0 5px 0;
        flex: 1 1 100%;
        display: flex;
        align-items: center;
    }

    .header5 .grouping__pro > li > ul > li > a {
        transition: all 0.2s ease-out;
        color: #333032;
        padding-right: 2px;
    }

    .header5 .grouping__pro > li:hover > ul > li:hover > a {
        padding-right: 5px;
        position: relative;
        font-weight: 600;
        color: #ef4e03;
    }

    .header5 .grouping__pro > li.active_item {
        background-color: #cfe2f0;
        border-radius: 10px;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
    }

        .header5 .grouping__pro > li.active_item > a {
            color: #0a71b3;
            font-weight: bold;
        }
        .header5 .grouping__pro > li.active_item > a > i {
            color: #cc312c;
        }
.header5 .submenu > ul {
    display: none;
}

.header5 .grouping__pro > li.submenu.active_item > ul {
    display: flex;
    position: absolute;
    flex-direction: column;
    right: 18rem;
    top: 5px;
    height: calc(100% - 10px);
    direction: rtl;
    width: calc(100% - 18rem - 5px);
    z-index: 10;
    background-color: #cfe2f0;
    padding: 3px;
    flex-wrap: wrap;
    align-content: flex-start;
    border-radius: 10px;
}

.header5 .submenu > ul > li > ul > li > ul > li:hover > a::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 9px;
    right: -2px;
    background: #f88a19;
    border-radius: 50%;
    padding-right: 2px;
}

.header5 .submenu > ul > li {
    padding: 0;
    margin: 0;
    width: 18rem;
}

    .header5 .submenu > ul > li > a {
        padding: 5px 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        color: #fff;
    }

    .header5 .submenu > ul > li > ul > li > ul > li > a {
        transition: all 0.2s ease-in-out;
        position: relative;
        color: #000;
    }

    .header5 .submenu > ul > li > ul > li > a > .title {
        font-weight: bold;
    }

    .header5 .submenu > ul > li > ul > li > ul > li:hover > a {
        color: #f88a19;
        font-weight: bold;
    }

    .header5 .submenu > ul > li > ul > li > ul > li > a > span.title {
        font-size: 1rem;
        padding-right: 5px;
    }

    .header5 .submenu > ul > li > a > span.title {
        font-size: 1.3rem;
        font-weight: bold;
        width: 100%;
        text-align: right;
        color: #0a71b3;
    }

    .header5 .submenu > ul > li > ul > li:hover > a {
        color: #cc312c;
        background: #f4d5d3;
        border-radius: 10px;
    }

    .header5 .submenu > ul > li.active_item > a {
        color: #333032;
    }

.header5 .submenu span.title {
}

.header5 .submenu > ul > li > ul {
    display: flex;
    flex-wrap: wrap;
    flex-flow: wrap;
    flex-direction: column;
    height: calc(100% - 10px);
    width: calc(100% - 18rem - 5px);
    align-items: start;
    align-content: start;
    position: absolute;
    justify-content: start;
    top: 10px;
    right: 18rem;
    background: #fff;
    z-index: 0;
    padding: 5px 5px 0 0;
    margin-right: 0px;
    margin-left: 5px;
    margin-top: -5px;
    margin-bottom: 5px;
    border-radius: 5px;
}

    .header5 .submenu > ul > li > ul > li > ul > li {
        display: flex;
    }

.header5 .submenu > ul > li > ul {
    display: none;
}

.header5 .submenu > ul > li.active_item > a > span {
    color: #1b628e;
}

.header5 .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;
}

.header5 .submenu > ul > li.active_item > ul {
    z-index: 1;
    display: flex;
    background: #fff;
}

.header5 .submenu > ul > li.active_item:first-child > ul {
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}

.header5 .submenu > ul > li > ul > li {
    transition: all .2s ease-in-out;
    position: relative;
    display: block;
    text-align: right;
    min-width: 13rem;
}

    .header5 .submenu > ul > li > ul > li > a {
        transition: all .2s ease-in-out;
        position: relative;
        padding: 2px 5px;
        display: block;
        text-align: right;
        color: #0a71b3;
    }

    .header5 .submenu > ul > li > ul > li:hover:before {
        border-color: #f88a19;
    }

.header5 .submenu ul ul ul {
    padding: 2px 0;
}

.header5 .submenu > ul > li {
    transition: background-color .2s ease-in-out;
}

.header5 .header__content-item {
    margin-left: 5rem;
    flex: 0 0 auto;
}

    .header5 .header__content-item a {
        padding: 0.5rem 0;
        font-size: 1.4rem;
    }

.header5 .fixed2 .header__content-logo {
    height: auto;
}

.header5 .header__content-logo img {
    z-index: 2;
    transition: height 0.5s ease-out;
}

    .header5 .header__content-logo img.logoen {
        display: none;
        position: absolute;
    }

.header5 .userdata {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
}

    .header5 .userdata .person__name {
        margin: 0;
    }

.header5 .fixed2 .header__content-logo img:first-child {
    height: 70px;
}

.header5 .search__input {
    width: 100%;
    color: inherit;
    padding: 2px 2rem 2px 4rem;
    background: #cfe2f0;
    font-size: 1.5rem;
    letter-spacing: 1px;
    border: none;
    position: relative;
    border-radius: 30px;
}

.header5 .border-txt {
    border-radius: 30px;
    padding: 2px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
    min-width: 140px;
    background: #f4d5d3;
    border-radius: 30px;
    color: #cc312c;
}
.header5 .rheader .border-txt {
    color: #0a71b3;
    background: #cfe2f0;
}
.header5 .lheader .border-gr {
    background: #f4d5d3;
    border-radius: 30px;
}
.header5 .lheader .border-txt {
    color: #cc312c;
}
.header5 .input-visible {
    display: block;
    max-height: 35px;
    transition: max-height 0.3s ease-in-out;
}

.header5 .search__input::placeholder {
    color: #0a71b3;
    font-weight:bold;
}

.header5 .search__input:focus {
    outline: none;
}

.header5 .boxh_ch {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

/*.header5 .wrapper_track ul li {
    display: none;
}*/

    .header5 .wrapper_track ul li.animate__fadeInUp {
        display: flex !important;
    }



.header5 .wrapper_track a {
    font-size: 1.4rem;
    color: #2e3233;
    font-weight: bold;
    width: 100%;
    padding: 0;
}

.header5 .wrapper_track span {
    background: #cc312c;
    border-color: #df413f;
    box-shadow: 0 0 0 0 #f16462;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 10px;
    padding: 0;
}

@-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);
    }
}

.header5 .search__button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #0a71b3;
    color: #cfe2f0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    position: absolute;
    z-index: 5;
    left: 3px;
    top: 3px;
}


    .header5 .search__button:hover:after {
        border-color: #20a9e1;
        transform: rotate(60deg);
        left: 30px;
    }

.header5 .search__grouping-list {
    height: 100%;
}

.header5 .search__grouping a {
    padding: 0 1rem;
}

.header5 .search__grouping-item {
    height: 100%;
    max-width: 200px;
}

    .header5 .search__grouping-item > ul {
        position: absolute;
        width: max-content;
        right: -10px;
        background-color: #efefef;
        z-index: 20;
    }

    .header5 .search__grouping-item:hover > ul {
        display: flex;
        flex-direction: column;
    }

    .header5 .search__grouping-item > ul > li {
        padding: 1rem 2rem;
        text-align: center;
        transition: all .2s ease-in-out;
        cursor: pointer;
    }



        .header5 .search__grouping-item > ul > li:hover {
            background-color: #e92426;
            color: #fff;
        }

    .header5 .search__grouping-item a {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .header5 .search__grouping-item i {
        display: flex;
        align-items: center;
        padding: 0 .8rem;
        color: rgb(153, 153, 153);
    }

    .header5 .search__grouping-item ul {
        display: none;
    }

.header5 .search__button i {
    font-size: 1.8rem;
    transition: all 0.3s ease-out;
    display: flex;
}
/*pulse*/
.header5 .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;
}

.header5 .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;
}

.header5 .containerpuls {
    margin: 0;
    padding: 0;
    position: relative;
    display: none;
}

.header5 .pulse-button {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    padding: 0 20px;
    height: 30px;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: PayavaSansWeb;
    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;
}

    .header5 .pulse-button:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }

.header5 .person__name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-top: 1.4rem;
    color: #000000;
    background: rgb(249 0 122 / 14%);
    padding: 0.2rem 0.5vw;
    border-radius: 10px;
}

    .header5 .person__name p {
        font-size: 1.4rem;
        font-weight: 500;
    }

@media only screen and (max-width: 1285px) {
    .header5 .grouping__pro > li {
        margin: 5px;
    }

    .header5 .first__element:hover .grouping__pro.grouping__pro--hide {
        padding: 0;
    }

    .header5 .grouping__pro > li > span {
        min-width: 100px;
    }

    .header5 .fixed2 .header__content-item {
        display: none;
    }

    .header5 .li__container > ul {
        display: flex;
        gap: 10px;
        justify-content: flex-end;
        height: 100%;
        align-items: center;
    }

        .header5 .li__container > ul > li.general {
            margin: 0;
            border: none;
            padding: 0;
            min-width: auto;
        }

    .header5 .li__margin {
        margin-right: 1rem;
    }

    .header5 .fixed2 .li__container > ul > li.general {
        display: none;
    }
}

.header5 .lookup {
    direction: ltr;
    width: 100%;
    padding: 10px;
    overflow: auto;
    max-height: 450px;
    z-index: 1;
    position: absolute;
    background: #fff;
    border: 1px solid #0a71b3;
    -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: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

    .header5 .lookup .items .item {
        display: block;
        overflow: hidden;
        text-align: right;
        font-size: 1.5rem;
        font-family: PayavaSansWeb;
    }

        .header5 .lookup .items .item a {
            display: table;
            width: 100%;
        }

        .header5 .lookup .items .item div {
            width: 100%;
            padding: 0 7px;
            display: table-cell;
            vertical-align: middle;
            font-size: 1.5rem;
            direction: rtl;
        }

        .header5 .lookup .items .item img {
            float: right;
            width: 55px;
            margin-right: 3px;
        }

    .header5 .lookup .items .sep {
        margin: 10px auto;
        border-bottom: 1px solid #bcbcbc;
        width: 80%;
    }

/*.header5 .wrapper_track ul li {
    display: none;
}*/

    .header5 .wrapper_track ul li.animate__fadeInUp {
        display: flex !important;
    }

.header5 .wrapper_track {
    flex: 0 0 60%;
    position: relative;
    overflow: hidden;
    top: 0;
    height: auto;
    display: none;
    align-items: center;
    width: auto;
    padding: 0 15px;
    background: #f4d5d3;
    border-radius: 30px;
    gap: 10px;
}
.header5 .ct-pulse {
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header5 .dot {
    width: 5px;
    height: 5px;
    background: #cc312c;
    border-radius: 50%;
    z-index: 3;
}

.header5 .wave {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header5 .arc {
    width: 6px;
    height: 7px;
    border: 2px solid #cc312c;
    border-radius: 50%;
    opacity: 0;
}
.header5 .arc-left {
    border-right: none;
    border-top: none;
    border-bottom: none;
    animation: wave-anim 4s infinite ease-in-out;
    animation-delay: 0.4s;
}

.header5 .arc-right {
    border-left: none;
    border-top: none;
    border-bottom: none;
    animation: wave-anim 4s infinite ease-in-out;
    animation-delay: 0.4s;
}

.header5 .arc-left.big {
    height: 12px;
    animation-delay: 0.2s;
}

.header5 .arc-right.big {
    height: 12px;
    animation-delay: 2.8s;
}
@keyframes wave-anim {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    20% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }

    80% {
        opacity: 0;
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}