/*---------------------------------------------
/////  Uniqo HTML  /////
----------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
--------------------------------------------------------------*/
/***********************
* Variable
* Common
* Button style
* Custom-cursor
* Preloader
* header
* banner
* patner
* service
* about
* process
* testimonial
* why-choose
* work
* team
* blog
* main-footers
* mobile-nav
* back-to-top
* side menu
* about page
* service page
* service details page
* contact page
* blog page
* blog details page
* testimonial page
* pricing page
* portfolio page
* portfolio details page
* shop page
* cart page
* checkout page
* careers page
* why-choose six
***********************/
/*----------------------------------------------------------------
* Variable
--------------------------------------------------------------*/
:root {
    --uniqo-primary: #D1A97A;
    --uniqo-secondary: #56736C;
    --uniqo-black: #1B2429;
    --uniqo-grey: #D9DEDD;
    --uniqo-light-brown: #FDEDDB;
    --uniqo-light-orange: #F4ECE2;
    --uniqo-light-black: #333939;
    --uniqo-light-green: #C7D9D4;
    --uniqo-dark-text: #3B4443;
    --uniqo-light-text: #616866;
    --uniqo-light: #ffffff;
    /* --uniqo-body-font: "Inter", sans-serif;
    --uniqo-heading-font: "Marcellus", serif; */
}

html {
    scroll-behavior: smooth;
}

/***********************
* Common
***********************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--uniqo-body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.01em;
    color: var(--uniqo-light-text);
    text-transform: none;
    font-style: normal;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: var(--uniqo-heading-font);
    color: var(--uniqo-dark-text);
    letter-spacing: -0.01em;
}

h1 {
    font-size: 63px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 24px;
}

h2 {
    font-size: 45px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 24px;
}

h3 {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 24px;
}

h4 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 24px;
}

h5 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 16px;
}

h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 16px;
}

p {
    margin: 0 0 16px;
}

p.lead {
    font-size: 18px;
    font-weight: 400;
    font-style: justify;
}

p.lead-lg {
    font-size: 20px;
    font-weight: 400;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}

textarea:focus-visible {
    outline: 0;
}

input:-webkit-autofill {
    -webkit-background-clip: text;
}

[type=search] {
    outline-offset: 0;
}

input:focus-visible,
button:focus-visible {
    outline: 0;
}

.gutter-y-10 {
    --bs-gutter-y: 10px;
}

.gutter-y-15 {
    --bs-gutter-y: 15px;
}

.gutter-y-20 {
    --bs-gutter-y: 20px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.gutter-y-40 {
    --bs-gutter-y: 40px;
}

.gutter-y-60 {
    --bs-gutter-y: 60px;
}

.gutter-x-15 {
    --bs-gutter-x: 30px;
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: var(--uniqo-primary);
    color: #AB9734 !important;
    border: none;
}

/***********************
* Button style
***********************/
.btn-primary {
    background-color: var(--uniqo-primary);
    color: var(--uniqo-black);
}

.btn-primary:hover {
    background-color: var(--uniqo-light);
    color: var(--uniqo-black);
}

.btn-secondary {
    background-color: var(--uniqo-secondary);
    color: var(--uniqo-light);
}

.btn-secondary:hover {
    background-color: var(--uniqo-black)
}

.btn-light {
    background-color: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    color: var(--uniqo-light);
}

.btn-light:hover span {
    color: var(--uniqo-black) !important;
}

.btn-dark {
    background-color: var(--uniqo-black);
    color: var(--uniqo-light);
}

.btn-theme {
    border-radius: 6px;
    border: none;
    padding: 0 20px;
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.btn-theme>span {
    display: inline-block;
    padding: 13px 0;
    line-height: 1.2;
    font-weight: 500;
    font-size: 16px;
}

span.space {
    width: 7px;
}

.btn-theme:hover>span:nth-child(odd) {
    -webkit-animation: anim-nanuk-1 0.5s forwards;
    animation: anim-nanuk-1 0.5s forwards;
}

.btn-theme:hover>span:nth-child(even) {
    -webkit-animation: anim-nanuk-2 0.5s forwards;
    animation: anim-nanuk-2 0.5s forwards;
}

.btn-theme:hover>span:nth-child(odd),
.btn-theme:hover>span:nth-child(even) {
    -webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-animation-function: cubic-bezier(0.75, 0, 0.125, 1);
}

@-webkit-keyframes anim-nanuk-1 {

    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    49% {
        opacity: 1;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
        color: inherit;
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {}
}

@keyframes anim-nanuk-1 {

    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    49% {
        opacity: 1;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
        color: inherit;
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {}
}

@-webkit-keyframes anim-nanuk-2 {

    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    49% {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        color: inherit;
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {}
}

@keyframes anim-nanuk-2 {

    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    49% {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        color: inherit;
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {}
}

.btn-theme:hover>span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.btn-theme:hover>span:nth-child(2) {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
}

.btn-theme:hover>span:nth-child(3) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.btn-theme:hover>span:nth-child(4) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.btn-theme:hover>span:nth-child(5) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.btn-theme:hover>span:nth-child(6) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.btn-theme:hover>span:nth-child(7) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.btn-theme:hover>span:nth-child(8) {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.btn-theme:hover>span:nth-child(9) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.btn-theme:hover>span:nth-child(10) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.btn-theme:hover>span:nth-child(11) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.btn-theme:hover>span:nth-child(12) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
}

.btn-theme:hover>span:nth-child(13) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.btn-theme:hover>span:nth-child(14) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

.btn-theme:hover>span:nth-child(15) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.btn-theme:hover>span:nth-child(16) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.btn-theme:hover>span:nth-child(17) {
    -webkit-animation-delay: 0.80s;
    animation-delay: 0.80s;
}

.btn-theme:hover>span:nth-child(18) {
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s;
}

.btn-theme:hover>span:nth-child(19) {
    -webkit-animation-delay: 0.90s;
    animation-delay: 0.90s;
}

.btn-theme:hover>span:nth-child(20) {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
}

.btn-theme:hover>span:nth-child(21) {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

/*************************
* Custom-cursor
*************************/
.custom-cursor-one {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid var(--uniqo-primary);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.custom-cursor-two {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: var(--uniqo-primary);
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991;
}

.custom-cursor-hover,
.custom-cursor-innerhover {
    background-color: var(--uniqo-primary);
    opacity: 0.4;
    animation: scale 0.5s;
    height: 5px;
    width: 5px;
}

@keyframes scale {
    0% {
        height: 80px;
        width: 80px;
    }

    100% {
        height: 5px;
        width: 5px;
    }
}

/*******************
* Preloader
*******************/
.preloader {
    position: fixed;
    background-color: #0f110ff7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    overflow: hidden;
}

.loading-container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.loading-image {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.loading-image img {
    height: 80px;
    animation: zoompre 1.5s;
}

.logo-text h1 {
    max-width: 0;
    overflow: hidden;
    transition: all 0.5s;
    animation: width 2.5s 1s;
    color: var(--uniqo-light);
    font-size: 60px;
    margin-bottom: 0;
}

@keyframes zoompre {
    0% {
        transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1.3) rotate(270deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

@keyframes width {
    0% {
        max-width: 0;
    }

    100% {
        max-width: 1000px;
    }
}

/***********************
* main-footer one
***********************/
.main-footer {
    background: #EEE;
    overflow: hidden;
}


/***********************
 * side menu
***********************/
.side-menu-wrapper {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transform-origin: left center;
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
}

.side-menu-wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: all 0.5s;
}

.side-menu-overlay.side-menu-toggler {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000090;
    opacity: 0.9;
    height: 100%;
    width: 100%;
}

.side-menu-content {
    width: 100%;
    max-width: 420px;
    background-color: var(--uniqo-light);
    text-align: center;
    padding: 60px 30px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all 0.5s;
    height: 100vh;
    margin-left: auto;
}

.side-menu-wrapper.expanded .side-menu-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.5s;
}

.side-menu-logo-box {
    margin-bottom: 50px;
}

.side-menu-container p {
    margin-bottom: 30px;
}

.side-menu-container h4 {
    margin-bottom: 20px;
}

.side-menu-container ul {
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}

.side-menu-container ul li {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.side-menu-container ul li i {
    line-height: 0;
    font-size: 20px;
    position: relative;
}

.side-menu-container ul li a {
    color: var(--uniqo-light-text);
}

ul.side-menu-social-media {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}

ul.side-menu-social-media li a {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--uniqo-secondary);
    color: var(--uniqo-light);
    position: relative;
    transition: all 0.5s;
    border: 1px solid var(--uniqo-secondary);
}

ul.side-menu-social-media li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0%;
    width: 0%;
    border-radius: 100%;
    background-color: var(--uniqo-primary);
    transition: all 0.5s;
    z-index: 0;
}

ul.side-menu-social-media li a:hover::before {
    height: 100%;
    width: 100%;
}

ul.side-menu-social-media li a:hover {
    color: var(--uniqo-light);
}

.side-menu-toggler {
    position: absolute;
    right: 20px;
    height: 40px;
    width: 40px;
    top: 40px;
}

.side-menu-toggler span {
    height: 1px;
    display: inline-block;
    width: 100%;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
}

.side-menu-toggler span:last-child {
    transform: translateY(-50%) rotate(-45deg);
}

.side-menu-toggler:hover span {
    transform: translateY(-50%) rotate(0deg);
}

/***********************
 * search-popup
***********************/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    transform: translateY(-100vh);
    background-color: rgba(0, 0, 0, 0.70);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-active .search-popup {
    transform: translateY(0);
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: 0 auto 0;
    transform: scale(0);
    transform-origin: center;
    -webkit-transition: all 1s 0.5s ease;
    -moz-transition: all 1s 0.5s ease;
    -ms-transition: all 1s 0.5s ease;
    -o-transition: all 1s 0.5s ease;
    transition: all 1s 0.5s ease;
}

.search-active .search-popup form {
    transform: scale(1);
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: var(--uniqo-light);
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: var(--uniqo-secondary);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
}

.search-popup .form-group input[type="search"]::placeholder {
    color: var(--uniqo-light);
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 3px;
    height: 70px;
    line-height: 30px;
    background: transparent;
    text-align: center;
    font-size: 20px;
    color: var(--uniqo-light);
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    z-index: 1;
}

.close-search {
    position: absolute;
    left: 0;
    right: 0;
    border: transparent;
    top: 20%;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    background-color: var(--uniqo-secondary);
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

.search-active .close-search {
    visibility: visible;
    opacity: 1;
}

.close-search:before,
.close-search:after {
    content: '';
    position: absolute;
    height: 2px;
    background-color: var(--uniqo-light);
    width: 25px;
    top: 24px;
    right: 13px;
    transform: rotate(45deg);
}

.close-search:after {
    transform: rotate(-45deg);
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

input[type="search"]::-moz-search-cancel-button {
    display: none;
}

input[type="search"]::-ms-clear {
    display: none;
}

/***********************
 * back-to-top
***********************/
.prgoress_indicator {
    position: fixed;
    right: 40px;
    bottom: 20px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px whitesmoke;
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
    background-color: #0168D9;
}

.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 30px;
    border-radius: 10px;
    color: white;
    left: 0;
    top: 5px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
    color: #0E3D91;
}

.prgoress_indicator:hover ::before {
    opacity: 1;
    
}

.prgoress_indicator svg path {
    fill: none;
}

@media (max-width: 768px) {
    .prgoress_indicator {
        right: 20px; 
        bottom: 60px;
        width: 50px; 
        height: 50px;
    }

    .prgoress_indicator::after,
    .prgoress_indicator::before {
        width: 50px;
        height: 50px;
        line-height: 40px; 
        font-size: 24px; 
    }
}
/***********************
 * mobile-nav
***********************/
.mobile-nav-wrapper {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transform-origin: left center;
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
}

.mobile-nav-wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: all 0.5s;
}

.mobile-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #56736c49;
    opacity: 0.9;
}

.mobile-nav-content {
    width: 100%;
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    background-color: var(--uniqo-secondary);
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 30px 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all 0.5s;
}

.mobile-nav-wrapper.expanded .mobile-nav-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.5s;
}

.mobile-nav-close {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 42px;
    right: 15px;
}

.mobile-nav-close span {
    width: 3px;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    background-color: var(--uniqo-light);
    transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-nav-close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

ul.mobile-menu-list {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 10px;
}

ul.mobile-menu-list li {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

ul.mobile-menu-list li:last-child {
    border: none;
}

.locked {
    position: fixed;
    width: 100%;
    top: 0;
}

ul.mobile-menu-list li a {
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    color: #ffffff;
    transition: all 0.5s;
    padding: 0 25px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.mobile-menu-list .dropdown ul {
    margin: 0;
    padding: 0;
    display: none;
    border-top: 1px solid #d5cdcd;
}

ul.mobile-menu-list .dropdown ul li a {
    padding-left: 35px;
}

.mobile-menu-list .menu-item-has-children button.expanded {
    transform: translateY(-50%)rotate(90deg);
}

.mobile-menu-list .menu-item-has-children button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)rotate(-0deg);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: none;
    float: right;
    transition: all 0.3s;
    line-height: 0px;
}
.sticky-header--cloned.sticky-fixed {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.5s;
    visibility: visible;
    backdrop-filter: blur(10px);
}

.sticky-fixed {
    position: fixed !important;
    transform: translateY(0);
    z-index: 999;
    transition: all 1.5s;
}

.sticky-header--cloned {
    position: fixed !important;
    z-index: 991;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    transform: translateY(-120%);
}