header#header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header-full-width .container {
    padding: 0 1.5rem;
}

.nav-head {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.nav-head-menu {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    font-size: 15px;
    text-transform: uppercase;
}

.nav-head-search .flex-row {
    flex-direction: row-reverse;
    gap: .5rem;
}

.nav-head-search .flex-row button {
    background: transparent;
    color: #000;
    border: 0;
    box-shadow: unset;
    padding: 0;
    min-width: 26px;
    line-height: 26px;
    min-height: unset;
    font-size: 13px;
}

.nav-head-search .flex-row input {
    background: transparent;
    border: 0;
    box-shadow: unset;
    height: 20px;
    padding: 0;
    font-weight: 500;
    outline-offset: 2px !important;
    outline: 2px solid #0000 !important;
}

.header-cart-link {
    display: flex;
    flex-direction: row-reverse;
    gap: .5rem;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
}

.header-cart-link img.cart-img-icon {
    width: 18px !important;
    transform: translateY(-3px);
}

.header-cart-link span.header-cart-title {
    color: #000;
}

.nav-head-search-x {
    display: flex;
    display: none;
    align-items: center;
    gap: .5rem;
    color: #9ca3af;
}

.nav-head-search-x svg {
    width: 20px;
}

.nav-head-search.active .nav-head-search-x {
    display: flex;
}

.nav-head-search {
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.nav-head-search.active {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    position: fixed;
    top: 6rem;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    z-index: 999999;
    display: flex;
    align-items: center;
    border-radius: .5rem;
}

.nav-head-search .searchform-wrapper {
    flex: 1;
}

.admin-bar .nav-head-search.active {
    top: calc(6rem + 30px);
}

.menu-fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    padding: 1.25rem;
    background: #fff;
    height: calc(100dvh - 120px);
    margin-top: 6rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.menu-fix.active {
    opacity: 1;
    visibility: visible;
}

.menu-fix-list-item {
    display: flex;
    align-items: start;
}

.menu-fix-list-item img {
    width: 20px;
}

a.menu-fix-main-item {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 160px;
    color: #fff;
    width: 100%;
    margin-bottom: 0.5rem;
}

a.menu-fix-main-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menu-fix-bottom {
    display: flex;
    gap: 1rem;
    height: 100%;
    scrollbar-width: none;
}

.menu-fix-left {
    width: 379px;
}

.menu-fix-right {
    flex: 1;
    height: 100%;
    display: flex;
    gap: 1.25rem;
    width: 100%;
}

.menu-fix-login {
    padding: .75rem;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #55616a;
    font-weight: normal;
}

.menu-fix-login-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 0.25rem;
}

.menu-fix-login a {
    color: #55616a;
    font-weight: normal;
    margin-top: 0.75rem;
}

.menu-fix-list {
    padding: .75rem;
    background-color: #fafafa;
    margin-top: 0.5rem;
}

a.menu-fix-list-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    gap: 1.25rem;
}

a.menu-fix-list-item span {
    font-weight: normal;
    padding-bottom: 1.2rem;
    display: block;
    border-bottom: 1px solid #e5e7eb;
    flex: 1;
    margin-bottom: 1.25rem;
    color: #000;
}

.menu-fix-main {
    width: 572px;
    height: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
    display: flex;
    flex-wrap: wrap;
}

a.menu-fix-main-item span {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 1.75rem;
    gap: .75rem;
    line-height: 1;
    width: 100%;
    font-size: 30px;
}

a.menu-fix-main-item span b {
    font-size: 16px;
}

a.menu-fix-main-item:nth-child(n + 5) {
    width: 50%;
}

a.menu-fix-main-item:nth-child(5) {
    width: calc(50% - 0.5rem);
    margin-right: 0.5rem;
}


.menu-fix-sub-item {
    flex: 1;
    width: 100%;
    display: none;
}

.menu-fix-sub-item.active {
    display: block;
}

.menu-fix-sub {
    flex: 1;
    width: 100%;
    max-width: 526px;
    background: #fbfbfb;
    border: 1px solid #d9d9d9;
    position: relative;
    padding: 1.5rem;
    overflow-y: scroll;
    scrollbar-width: none;
}

.list_brand_img {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    padding-left: 31px;
    margin: 10px 0 20px;
}

a.list_brand_img-item .image-cover {
    padding-top: 64px;
    background: #f7f7f7;
}

a.list_brand_img-item .image-cover img {
    object-fit: contain;
    padding: 10px;
}


.list-brand-top {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.list-brand-top img {
    width: 20px;
}

.list-brand-item:not(:last-child) {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 20px;
}

a.menu-fix-post-news-item {
    display: flex;
    gap: 1.25rem;
    margin-top: 24px;
}

.menu-fix-post-news-img {
    width: 100px;
    height: 100px;
}

.menu-fix-post-news-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.menu-fix-post-news-desc {
    flex: 1;
    color: #000;
}

.menu-fix-post-news-cat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.menu-fix-catTitle {
    margin-top: 24px;
    margin-bottom: 15px;
}

ul.menu-fix-cat {
    list-style: none;
}

ul.menu-fix-cat li {
    margin: 0 !important;
}

ul.menu-fix-cat a {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #000;
}

ul.menu-fix-cat li+li a {
    border-top: 1px solid #e5e7eb;
    padding-top: 10px;
    margin-top: 10px;
}

.menu-fix-store-search {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    padding: .75rem;
}

.menu-fix-store-location {
    display: flex;
    align-items: center;
    position: relative;
}

.menu-fix-store-location svg {
    width: 24px;
}

.menu-fix-store-location select {
    flex: 1;
    margin: 0;
    border: 0;
    min-height: unset;
    box-shadow: unset;
    background-color: transparent;
    height: 20px;
}

.menu-fix-store-search-input {
    flex: 1;
}

.menu-fix-store-search-input input[type="text"] {
    margin: 0;
    border: 0;
    box-shadow: unset;
    background: transparent;
    height: 20px;
    min-height: unset;
}

.menu-fix-store-location::after {
    content: "";
    position: absolute;
    right: 0;
    height: 20px;
    width: 2px;
    background: #d1d5db;
}

.menu-fix-store-item-img img {
    height: 236px;
    object-fit: cover;
    width: 100%;
}

.menu-fix-store-item-img a {
    display: flex;
    align-items: center;
    position: absolute;
    top: .75rem;
    right: .75rem;
    z-index: 999;
    color: #000;
    background: #fff;
    gap: .25rem;
    padding: .5rem;
    border-radius: .5rem;
    font-size: .75rem;
    line-height: 1rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
}

.menu-fix-store-item-img {
    position: relative;
}

.menu-fix-store-item-img a svg {
    width: 16px;
}

.menu-fix-store-item-desc svg {
    width: 20px;
}

.menu-fix-store-item-desc span {
    gap: .5rem;
    display: flex;
    margin-top: 12px;
}

.menu-fix-store-item-item {
    font-size: 18px;
    margin-top: 10px;
}

.menu-fix-store-item {
    margin-bottom: 20px;
}

.list-video-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.video-item:not(:first-child) {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-top: 20px;
    cursor: pointer;
}

.video-item-html {
    width: 150px;
    height: 100px;
    position: relative;
}

.video-item-html video {
    width: 100%;
    height: 100% !important;
}

.video-item:not(:first-child) .video-item-html::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: url(../svg/play.svg);
    font-size: 20px;
    --tw-bg-opacity: 0.3;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-item-desc {
    flex: 1;
}

.video-item:not(:first-child) .video-item-cat span:last-child {
    display: none;
}

.video-item-cat {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 5px;
}

.video-item-desc>span {
    font-size: 18px;
    font-weight: normal;
}

.video-item:first-child .video-item-html {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.list-content-item {
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    gap: 5px;
    margin: 20px 0;
    font-weight: normal;
    position: relative;
}

.list-content-item b {
    position: relative;
}

.list-content-item b::before {
    position: absolute;
    left: -25px;
    top: 0;
    width: 20px;
    height: 20px;
    content: "";
    background: url(../svg/comment.svg)center / contain no-repeat;
}

.list-content-item+.list-content-item {
    border-top: 1px solid #0000001a;
    padding-top: 20px;
}

.list-content-item a {
    color: #000;
    font-weight: normal;
    text-decoration: underline;
}

.ophide {
    opacity: 0;
}

.btn-toggle-menu {
    display: none;
}

@media screen and (min-width: 850px) {
    .admin-bar .menu-fix {
        margin-top: calc(6rem + 30px);
    }
}

@media screen and (max-width: 1280px) {
    .menu-fix-left {
        width: 319px;
    }

    .menu-fix-main {
        width: 100%;
    }

    .btn-toggle-menu {
        display: flex;
        align-items: center;
        gap: 3px;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .menu-fix-main.active,
    .menu-fix-sub:not(.active) {
        display: none;
    }

    .menu-fix-sub {
        background-color: transparent;
        padding: 0;
        border: 0;
    }
}

@media screen and (max-width: 850px) {

    .menu-fix-left,
    .menu-fix-right {
        width: 100%;
    }

    .menu-fix-bottom {
        flex-direction: column;
    }

    .nav-head-menu span {
        display: none;
    }

    .admin-bar .nav-head-search.active form.searchform {
        top: calc(6rem);
    }

    .nav-head-search:not(.active) .flex-row input {
        width: 0;
        overflow: hidden;
    }

    .menu-fix-left {
        display: none;
    }

    .menu-fix {
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        height: calc(100vh - 69px);
        margin-top: 70px;
    }

    .menu-fix-top-btn {
        padding: 8px 16px;
        display: inline-flex;
        align-items: center;
        margin-bottom: 10px;
        margin-right: 10px;
        text-transform: uppercase;
        border-radius: 30px;
        line-height: 1.2;
    }

    .menu-fix-top-btn.active {
        background-color: #0000000d;
    }

    .menu-fix-top {
        margin-left: 57px;
        position: relative;
        top: -27px;
        flex-direction: row-reverse;
        display: flex;
        justify-content: start;

    }

}

@media screen and (max-width: 550px) {
    .menu-fix-top {
        margin-left: 57px;
        position: relative;
        top: -42px;
    }
}