#header {
    position: fixed;
    z-index: 9;
    width: 100%;
    right: 0;
    transition: 0.6s;
}
header.scrolled {
    margin-top: 0 !important;
    background: rgb(255 255 255 / 40%);
    backdrop-filter: blur(8px);
    transition: 0.6s;
}
.mobile #header {
    background: var(--color3);
}
.desktop #header {
    margin-top: 12px
}
.menu-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 6px 0;
    color: white;
}
.header-mm {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    color: #fff;
    cursor: pointer
}
.mobile .header-mm, .mobile .head_lang {
    flex: 0 0 20%;
    max-width: 20%;
    justify-content: flex-end;
}
.header-mm.header-mm_desktop {
    width: auto;
    height: auto;
    padding: 6px 0 6px 16px;
}
.header-logo_mobile {
    max-width: 66px;
}
.header-logo img {
    max-width: 112px;
}
.wrap-header {
    width: 100%;
}
.custom-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 33px;
    position: relative;
    min-height: 80px;
}
.header-right {
    display: flex;
    gap: 40px;
    align-items: center;
}
.header-left {
    display: flex;
    align-items: center;
    color: var(--color2);
    position: relative;
    z-index: 9;
    margin-left: auto;
}
.search-btn-popup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: 0.4s;
    cursor: pointer;
    color: #fff;
    padding: 6px 16px
}
.header-mm_desktop:before,
.header-user:before,
.icon-search:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: var(--gray);
}
.header-mm_desktop:before {
    right: auto;
    left: 0;
}
.search-btn-popup:hover {
    color: var(--color1);
}
.header-user {
    position: relative;
    cursor: pointer;
    height: 80px;
    display: flex;
    align-items: center;
}
.websima-auth-modal-btn,
.header-user > a {
    color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: transparent;
    border: none;
    padding: 6px 16px;
    width: max-content;
    gap: 6px;
}
.header-user > a:hover {
    color: var(--color1);
}
.header-user .icon-user {
    font-size: 20px;
}
.wrap-menu a {
    padding-block: 20px !important;
    transition: 0.4s;
    position: relative;
    font-variation-settings: "wght" 500;
    text-transform: capitalize;
}
.wrap-menu a:hover {
    color: var(--color1) !important;
}
.wrap-menu {
    z-index: 9;
}
/***/
.lang-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    transition: 0.4s;
    color: #fff
}
.lang-btn .icon-language {
    width: clamp(20px, 2vw, 24px);
    height: clamp(20px, 2vw, 24px);
    font-size: clamp(16px, 2vw, 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: clamp(2px, 2vw, 6px);
}
.lang-btn .icon-down {
    width: 12px;
    height: 12px;
    font-size: 8px;
    margin-left: 4px;
    padding-top: 4px;
}
.head_lang {
    position: relative;
    cursor: pointer;
    padding: 6px 16px;
    height: 80px;
    display: flex;
}
.lang-btn span {
    font-size: 14px;
    user-select: none;
}
.lang-content {
    opacity: 0;
    position: absolute;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
    text-align: center;
    transition: 0.3s;
    width: 70px;
    top: 100%;
    right: 50%;
    transform: translateX(50%);
}
.head_lang .current-lng {
    display: inline-block;
    margin: 0 5px 0 7px;
}
.lang-content a {
    color: var(--black);
    padding: 8px 8px 4px;
    text-decoration: none;
    display: flex;
    line-height: 1.1;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.head_lang:hover .lang-content {
    opacity: 1;
    transition: 0.3s;
}
.head_lang:hover .lang-btn {
    color: var(--color1);
}
.head_lang:hover .lang-arrow:before {
    border-color: var(--color1);
}
.head_lang a:hover {
    color: var(--color1);
}
.head_lang i.lang-arrow {
    font-size: 12px;
    transition: 0.3s;
}
.lang-btn i.icon-global {
    font-size: 20px;
    color: #495965;
}
.lang-arrow:before {
    content: "";
    border: solid #777777;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
@media only screen and (min-width: 992px) {
    .head_lang {
        padding-right: 0;
    }
}
/* --------------------
    Search Popup
-------------------- */
.bottom-head-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-search > span {
    margin-left: 5px;
    display: none
}
.search-pup-up {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    color: white;
    overflow: hidden;
    overflow-y: visible;
    display: none;
    background: rgb(0 7 20 / 60%);
    /*backdrop-filter: blur(12px);*/
}
.search-pup-inner {
    height: 100%;
    max-height: 100%;
}
.search-pup-up #fast-search-input:focus {
    border-color: var(--color1);
}
.search-pup-up #fast-search-input {
    width: 100%;
    text-align: left;
    border: none;
    background: #F7F7F7;
    color: #313233;
    font-size: 16px;
    padding: 16px 48px;
    border-radius: 0;
    border: 0;
    transition: 0.4s;
}
.search-pup-up #fast-search-input::placeholder {
    color: #313233;
}
#search-text {
    padding-right: 3rem;
}
.search-pup-up .search-form:after {
    content: "\e90b";
    font-family: 'icomoon';
    font-size: 24px;
    position: absolute;
    right: 1rem;
    display: block;
    top: 0px;
    color: var(--black);
    transform: rotateY(180deg);
}
.search-pup-up .search-results-box {
    background: unset;
    position: relative;
    top: unset;
    overflow: auto;
}
.fd-outer {
    width: 30px;
    cursor: pointer;
    position: absolute;
    top: clamp(16px, 5vw, 70px);
    right: clamp(12px, 2vw, 32px);
    z-index: 10;
}
.fd-inner {
    width: 30px;
    text-align: center;
}
.fd-inner:before,
.fd-inner:after {
    position: absolute;
    content: '';
    height: 2px;
    width: inherit;
    background: white;
    right: 0;
    transition: all .3s ease-in;
}
.fd-inner:after {
    bottom: 48%;
    transform: rotate(-45deg);
}
.fd-inner:before {
    top: 48%;
    transform: rotate(45deg);
}
.fd-outer label {
    font-size: .8em;
    line-height: 3em;
    text-transform: uppercase;
    color: #000;
    transition: all .3s ease-in;
    opacity: 0;
    cursor: pointer;
}
.fd-outer:hover .fd-inner:before,
.fd-outer:hover .fd-inner:after {
    transform: rotate(0);
    background: var(--color1);
}
.fd-outer:hover .fd-inner:before {
    top: 0;
}
.fd-outer:hover .fd-inner:after {
    bottom: 0;
}
.fd-outer:hover label {
    opacity: 1;
}
.search-pup-up .search-form {
    transform: scale(0);
    opacity: 0;
    transition-duration: .6s;
    transition-delay: .5s;
    display: flex;
}
.search-pup-up.popup-search-active .search-form {
    transform: scale(1);
    opacity: 1;
}
.search-results-box .button {
    width: 100%;
}
.search-pup-up .empty .icon-close {
    color: white;
    transition: 0.4s ease;
    cursor: pointer;
    font-size: 15px;
}
.search-pup-up .empty .icon-close:hover {
    color: darkred;
}
.search-pup-up .empty {
    position: absolute;
    top: 50% !important;
    left: 1rem !important;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-title > .title-single {
    text-align: center;
    font-size: 28px;
    margin-bottom: 24px;
    line-height: normal;
}
.search-pup-inner .form-wrap {
    padding-top: 84px !important;
}
.search-by-json .body .is-search .list-products .item .on-sale {
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: auto;
    transform: unset;
    width: 36px;
    height: 16px;
    font-size: 11px;
}
.search-by-json .body .is-search .list-products .item .on-sale:before {
    content: none;
}
.search-by-json .body .is-search .list-products .item {
    position: relative;
    min-height: 120px;
}
.search-by-json .body .is-search .list-products .item .price {
    margin-top: 2rem;
    flex-direction: column;
    align-items: end;
    padding-left: 8px;
}
.search-by-json .body .is-search .list-products .item .price ins {
    padding-left: 22px;
}
.search-by-json .body .is-search .list-products .item .img {
    min-width: 100px;
    min-height: 100px;
    background: white;
    border-radius: 12px;
}
.search-by-json .body .is-search .list-products .item .img img {
    width: 84px !important;
    border-radius: 4px;
}
.search-by-json .input.active .icon {
    color: white !important;
}
@media screen and (min-width: 992px) {
    .search-by-json .body {
        width: 100% !important;
    }
}
@media only screen and (max-width: 768px) {
    .item-slider {
        text-align: center;
    }
    .item-slider .c-btn {
        justify-content: center;
    }
    .icon-search {
        padding: 0 !important;
    }
}
.header-logo:before {
    content: "";
    position: absolute;
    background-color: #0C3471;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    left: calc(-100vw + 15px);
}
.header-logo a {
    position: relative;
    display: block;
    padding: 12px 0;
}
.header-logo a:after {
    content: "";
    background-color: #0C3471;
    display: block;
    clip-path: polygon(0 0, calc(100% - 70px) 0%, 100% 100%, 0% 100%);
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
}
.header-logo {
    position: relative;
}
.custom-header:after {
    content: '';
    position: absolute;
    background-color: #0C3471;
    height: 100%;
    left: -65px;
    width: 100vw;
    clip-path: polygon(0px 0, 100% 0, 100% 100%, 50px 100%);
    min-height: 80px;
}
.sticky-mobile {
    position: fixed;
    bottom: 0;
    background: #EAEDF3;
    width: 100%;
    margin: auto;
    color: var(--color4);
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 60px;
    justify-content: space-between;
    padding: 10px 16px;
}
.sticky-mobile .wrap-sticky {
    color: var(--color4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
    flex: 0 0 25%;
}
.sticky-mobile .wrap-sticky:before {
    content: none;
}
.sticky-mobile .wrap-sticky:before {
    content: none;
}
.sticky-mobile .wrap-sticky span {
    display: block;
    font-size: 12px;
    margin: 0;
    line-height: 1;
}
.sticky-mobile .wrap-sticky i {
    font-size: 1.25rem;
}
.sticky-mobile .wrap-sticky:hover i,
.sticky-mobile .wrap-sticky.active i {
    color: var(--color1);
}
/** websima-auth-modal   **/
#websima-auth-modal .modal-dialog {
    min-width: clamp(320px, 32vw, 450px);
    right: 50%;
    top: 30%;
    transform: translate(50%, -50%) !important;
    background-color: var(--gray);
    max-height: unset;
    overflow: unset;
    position: absolute;
    padding: 15px;
}
#websima-auth-modal .modal-header {
    display: flex;
    justify-content: space-between;
    background: var(--color3);
    color: white;
    padding: 12px;
}
#websima-auth-modal .modal-body {
    padding: clamp(12px, 2vw, 18px);
}
#websima-auth-modal .text-muted {
    font-family: var(--SemiBold);
}
#websima-auth-modal .btns {
    background: no-repeat;
    border: 0;
    margin: auto;
}
#websima-auth-modal .form-row {
    display: flex;
    gap: 6px;
}
#websima-auth-modal .form-group {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 12px;
    margin-bottom: 2rem;
    position: relative;
    padding: 0;
    font-size: 12px;
}
#websima-auth-modal input {
    width: 100%;
    max-height: 46px;
}
#websima-auth-modal label#mobile-error {
    position: absolute;
    bottom: -25px;
    font-size: 12px;
    color: var(--danger);
    right: 1.2rem;
}
account_detection_form_wrapper,
#account_login_form_wrapper,
#account_register_form_wrapper,
#account_profile_form_wrapper {
    position: relative;
    padding-bottom: 3rem;
}
#websima-auth-modal .resend_code_wrapper {
    position: absolute;
    top: calc(100% + 1rem);
    right: 50%;
    transform: translateX(50%);
    cursor: pointer;
}
#websima-auth-modal {
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.form-description {
    margin-bottom: 2rem;
    font-size: 12px;
}
#websima-auth-modal .close {
    background: var(--danger);
    color: white;
    font-size: 20px;
}
.modal-title .label {
    margin-left: 8px;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        max-width: 550px
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}
@media only screen and (max-width: 768px) {
    #websima-auth-modal .form-row {
        flex-direction: column;
    }
}
/** Account **/
.head_account.item_has_sub {
    min-height: 80px;
    display: flex;
    align-items: center;
}
.head_account .websima-auth-modal-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color1);
    border-radius: 50%;
    font-size: 18px;
    transition: .4s;
    margin-right: 12px;
    border: 1px solid rgb(28 117 188 / 16%) !important;
    position: relative;
    cursor: pointer;
    background: none;
}
.auth--fullname {
    color: var(--color1) !important;
}
.auth--fullname i {
    vertical-align: sub;
    margin-left: 6px;
}
.logged-in .head_account .websima-auth-modal-btn,
.head_account .websima-auth-modal-btn:hover {
    background-color: var(--color1);
    color: #fff !important;
}
.head_account .websima-auth-modal-btn:hover span,
.head_account > span {
    color: #fff;
}
.head_account .websima-auth-modal-btn span {
    font-size: 13px;
    color: var(--color1);
    font-family: var(--main_font);
    display: flex;
    align-items: center;
}
.head_account i {
    font-size: 18px;
    transition: 0.4s;
}
.user-btn--submenu {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 100%;
    background: white;
    width: 160px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
    overflow: hidden;
    font-size: 12px;
}
.header-user:hover .user-btn--submenu {
    opacity: 1;
    pointer-events: all;
}
.user-btn--submenu a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px;
    position: relative;
    transition: 0.4s;
}
.user-btn--submenu a:hover {
    color: var(--color1);
}
.user-btn--submenu > .user--name:before {
    content: "\e902";
    font-family: 'icomoon';
    width: 10px;
    height: 10px;
    position: absolute;
    transform: translateY(-50%) rotate(-90deg);
    top: 50%;
    right: 12px;
    font-size: 10px;
}


