/* --------------------
   header
-------------------- */
#header {
    position: sticky;
    width: 100%;
    z-index: 20;
    top: 0;
    right: 0;
    background: #ffffff;
    height: 77px;
    display: flex;
    align-items: center;
    pointer-events: auto;
    transition: transform 0.6s;
    padding-top: 10px;
}

.websima-header-menu {
    height: 100%;
    display: flex;
    align-items: center;
}

.websima-header-menu-2 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	gap:1rem;
}

.websima-header-menu-2>ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.websima-header-menu>ul {
    display: flex;
    align-items: center;
    gap: 26px;
}

.main-menu-ul>ul {
    display: flex;
    align-items: center;
    gap: 26px;
}

.websima-header-menu ul li a,
.websima-header-menu-2 ul li a {
    color: rgba(33, 33, 33, 1);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
}

.websima-header-menu ul li a:hover,
.websima-header-menu-2 ul li a:hover {
    color: rgba(47, 116, 31, 1);
}

.websima-header-logo {
    display: flex;
    justify-content: center;
}

.websima-header-logo img {
    max-width: 80px;
    margin-bottom: -26px;
}

.websima-header-logo a {
    display: inline-block;
}

.websima-icon-search {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(247, 247, 247, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 8px;
    margin: 0 20px 0 16px;
}

.websima-icon-search i,
.websima-change-lang i {
    font-size: 21px;
}

.websima-change-lang {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(247, 247, 247, 1);
    height: 36px;
    border-radius: 100px;
    padding: 0 12px;
}

.websima-change-lang span {
    line-height: normal;
    margin-bottom: -3px;
}

.header-mm {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(247, 247, 247, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 8px;
}

/* --------------------
    Menu Mobile
-------------------- */
#mask_mobile {
    position: fixed;
    z-index: 150;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

#mask_mobile.active {
    opacity: 1;
    visibility: visible;
}

#menumobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -275px;
    width: 275px;
    background: #fff;
    z-index: 99991;
    transition: all 0.5s;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3) !important;
    overflow-y: auto;
}

#menumobile img {
    max-width: 130px;
    height: 81px;
    object-fit: contain;
}

#nomenumobile {
    cursor: pointer;
    transition: all 0.5s;
    width: 25px;
    height: 25px;
    background: transparent;
    text-align: center;
    display: inline-flex;
    color: var(--color1);
    font-size: 18px;
    align-items: center;
    justify-content: center;
}

.come-menumobile {
    right: 0 !important;
}

.title-mm {
    padding: 20px 15px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-mm img {
    user-select: none;
}

.title-mm span {
    font-family: var(--title_font);
    font-size: 1.5rem;
}

.btn-mm {
    padding: 0 20px;
    margin-top: 20px;
}

.btn-mm a {
    display: flex;
}

.title-sub-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-flow: row-reverse;
}


.title-sub-head strong {
    font-family: var(--bold_font);
}

.main-mm {
    padding: 5px 15px;
}

.main-mm ul li a {
    color: #222;
    display: block;
    padding: 8px 0;
    position: relative;
    font-family: var(--main_font);
}

.main-mm ul li a:hover {
    color: var(--color1);
}

.main-mm ul li>.sub-menu {
    z-index: 9;
    padding: 20px;
}

.childer i {
    cursor: pointer;
    font-size: 6px;
    text-align: center;
}

.childer {
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 10px;
    width: 25px;
    height: 25px;
    background: transparent;
    color: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;

}

.sub-closer {
    cursor: pointer;
    top: 10px;
    width: 25px;
    height: 25px;
    background: var(--color2);
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-closer i {
    cursor: pointer;
    top: -1px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    left: -1px;

}

.title-subcome {
    color: var(--color2);
    font-weight: normal;
    position: relative;
    top: 2px;
}

.inner-page #header {
    position: sticky;
    top: 0;
    box-shadow: 0 4px 8px rgb(0 0 0 / 5%);
}

.sub-menu {
    display: none;
    padding-left: 20px;
}

.websima-header-menu li {
    position: relative;
    transition: 0.3s;
}

.websima-header-menu .menu-item-has-children::after ,.websima-header-menu .mega-menu-li::after {
    content: "\e90b";
    font-family: 'icomoon' !important;
    color: rgba(159, 194, 33, 1);
    font-size: 6px;
    margin-right: 4px;
}

.websima-header-menu .menu-item-has-children .menu-item-has-children::after {
    position: absolute;
    left: 32px;
    bottom: 50%;
    transform: translateY(50%) rotate(80deg);
}

.websima-header-menu .sub-menu {
    display: flex;
    position: absolute;
    top: 43px;
    flex-direction: column;
    background: rgba(255, 255, 255, 1);
    min-width: 252px;
    border-radius: 0 0 24px 24px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.websima-header-menu>ul>li>.sub-menu::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 20px;
    top: -18px;
    right: 0px;
}

.websima-header-menu .menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}

.websima-header-menu .sub-menu li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: rgba(33, 33, 33, 1);
    padding: 24px 32px;
    display: block;
    transition: 0.3s;
}

.websima-header-menu .sub-menu li:hover {
    background: rgba(47, 116, 31, 0.12);
}

.websima-header-menu .sub-menu li:hover>a {
    color: rgba(47, 116, 31, 1);
}

.websima-header-menu .sub-menu .sub-menu {
    left: -100%;
    top: 12px;
    border-radius: 24px 0 0 24px;
}

.childer .icon-plus:before {
    transition: 0.3s;
}

.childer.active .icon-plus:before {
    content: "\e914";
}

.header-userinfo {
    display: flex;
    gap: 1.5rem;
    justify-content: flex-end;
    align-items: center;
}


.header-userinfo .count {
    position: absolute;
    background-color: var(--color1);
    color: #fff;
    height: 13px;
    width: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -7px;
    right: -7px;
    font-size: 12px;
}


.nav-up #header {
    transform: translateY(-6rem);
    pointer-events: none;
}

.mega-menu-li {
    position: unset !important;
}

.websima-header-menu {
    position: relative;
}

.websima-mega-menu .menu-item-has-children::after{
    display: none;
}

.websima-mega-menu {
    position: absolute;
    background: #fff;
    width: 1111px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 43px;
    border-radius: 0 0 24px 24px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.mega-menu-li:hover .websima-mega-menu{
    opacity: 1;
    visibility: visible;
}

.websima-mega-menu>ul {
    width: 58%;
    display: flex;
    flex-wrap: wrap;
    gap: 51px 0;
    padding-left: 48px;
    justify-content: space-between;
}

.websima-mega-menu>ul li {
    width: 47%;
}

.websima-mega-menu>ul>li>a {
    background: rgba(47, 116, 31, 1);
    font-weight: 500;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    padding: 5px 16px;
    display: block;
    margin-bottom: 10px;
}

.websima-mega-menu>ul>li>a:hover{
    color: rgba(255, 255, 255, 1);
}

.websima-mega-menu>ul>li ul a {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: rgba(33, 33, 33, 1);
}

.websima-mega-menu>ul>li ul a:hover{
    color: rgba(47, 116, 31, 1);
}

.websima-mega-menu-image {
    width: 42%;
    z-index: 2;
}

.websima-mega-menu-image img {
    width: 100%;
}



@media screen and (min-width:576px) {

    #menumobile {
        width: 450px;
        right: -450px;
    }

}