body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#searchFolding {
    display: none;
    position: absolute;
    top: 53px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px #bbb;
    z-index: 25000;
    top: 46px;
}

.main-header {
    background-color: #333;;
}

.menu-btn {
    background-color: #505050;
}

.nav-intro__item:last-child, .nav-intro__item:last-child::before {
    border-color: transparent;
    background-color: unset;
}

.menu-wrap.js-menu-wrap.home-menu {
    display: none;
}

.nav-intro .nav-intro__text {
    color: #505050;
}

.nav-intro__icon {
    filter: invert(1);
}

#searchFolding a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 10px;
    color: #7e7e7e;
}

#searchFolding a i {
    color: #12983a;
    font-size: 11px;
}

#searchFolding a:nth-of-type(odd) {
    background: #F6F6F6;
}

#searchFolding a:hover {
    background: #a1ce57;
    color: #fff;
}

#searchFolding a:hover i {
    color: #fff;
}

#searchFolding a span {
    float: right;
    color: #7e7e7e;
}

.n-section__row .n-section__col .panel2:last-child, .dnone16657, .top-page {
    display: none;
}

.user__login {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 0.5rem;
    min-width: 90px;
    padding: 0 10px;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    color: rgb(130, 134, 158);
}

#search-select {
    width: 65px;
    margin: 5px 0 0 10px;
    float: left;
    border: none;
    background: 0 0;
    font-size: 13px;
    color: #000;
    padding: 0;
    height: 25px;
}

.search__input {
    width: 250px;
    height: 35px !important;
    line-height: 35px !important;
    border: none !important;
    outline: none !important;
    font-size: 13px !important;
    padding: 0 10px !important;
    background: 0 0 !important;
    color: #000;
}

.main-nav__inner .search {
    width: 360px;
    height: 35px;
    border: 1px solid #bababa;
    border-radius: 20px;
    background: #fff;
}

.main-nav__inner .search__btn {
    color: #888;
    float: right;
    font-size: 18px;
    border: none;
    outline: none;
    background: 0 0;
    padding-right: 10px;
    height: 35px;
}

.search__btn .search__icon {
    filter: invert(61%) sepia(0%) saturate(1%) hue-rotate(170deg) brightness(89%) contrast(85%);
}
div.wrap-add-cart, a.pd-bigbtns__btn, #box-cart-bottom, .bigSearchBar, .dnone16657 {
    display: none !important;
}
@media (max-width: 767px) {
    .product-list {
        border-style: none;
        border-width: 1px;
        border-color: unset;
        opacity: 1;
        display: flex;
        width: 100%;
        overflow: scroll hidden;
        transform: translate3d(0px, 0px, 0px);
        flex-flow: unset;
    }
    .product-list__item {
        width: 40%;
        flex-shrink: 0;
        margin-right: 8px;
    }
    .mobile-btn__cart {
        position: absolute;
        right: 24px;
        top: -4px;
        display: -ms-flexbox;
        display: flex;
        width: 20px;
        height: 20px;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%;
        background-color: #000;
        color: #ed1c24;
    }
    .menu_bottom .menu-item:last-child {
        position: relative;
    }
    #mobile_menu .chir_menu_mobile {
        padding: 10px 0;
    }
    #mobile_menu ul li {
        border: none;
    }
    .main-nav .main-nav__inner .search__group {
        display: flex !important;
    }
    .main-nav .main-nav__inner .search__group input.search__input::placeholder, .main-nav .main-nav__inner .search__group input.search__input {
        color: #000 !important;
    }
    nav.main-nav .container {
        overflow: unset;
    }

    .mobile_child .icon-menu{
        display: block !important;
        width: 25px;
        height: 25px;
        object-fit: scale-down;
        margin-right: 10px;
    }

    .chir_menu_mobile li a {
        display: flex;
        align-items: center;
    }

    header.header {
        z-index: 999;
        width: 100%;
        background-color: #fff;

        -webkit-animation: all 1000ms ease-in-out;
        -moz-animation: all 1000ms ease-in-out;
        -ms-animation: all 1000ms ease-in-out;
        animation: all 1000ms ease-in-out;
        -webkit-transition: all 1000ms linear;
        -moz-transition: all 1000ms linear;
        -ms-transition: all 1000ms linear;
        -o-transition: all 1000ms linear;
        transition: all 1000ms linear;
    }

    .header.scroll-header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        transition: all 1s;
    }
}
.header-btn .header-btn__icon {
    filter: invert(80%) sepia(88%) saturate(6871%) hue-rotate(359deg) brightness(101%) contrast(108%);
}
.product-list {
    margin: 0;
}
@media (min-width: 768px) {
    .categoryProduct .product-list .owl-nav .owl-prev{
        font-size: 45px;
        font-weight: 700;
        position: absolute;
        top: 45%;
        left: 10px;
        color: #007bff;
        opacity: .4;
    }
    .categoryProduct .product-list .owl-nav .owl-next {
        font-size: 45px;
        font-weight: 700;
        position: absolute;
        top: 45%;
        right: 10px;
        color: #007bff;
        opacity: .4;
    }
    .product-list__item {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .category-list__mb {
        display: none;
    }

    .fixed-item.btn-mail-fixed {
        display: none;
    }
}
@media (max-width: 992px) {
    .category-list__mb {
        padding: 1rem 16px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        border-style: none;
        border-width: 1px;
        border-color: unset;
        opacity: 1;
        max-width: 1232px;
        margin-bottom: 0.5rem;
        position: relative;
    }
    .category__item {
        text-decoration: none;
        color: unset;
        cursor: pointer;
    }
    .ct-list__mb {
        display: grid;
        grid-template-rows: repeat(2, auto);
        grid-auto-flow: column;
    }
    .category__item_img {
        text-align: center;
        padding: 4px;
    }
    .cate_img {
        position: relative;
        display: inline-block;
        overflow: hidden;
        border-radius: 4px;
        height: 42px;
        width: 42px;
    }

    .cate_img img {
        width: 100%;
        height: 42px;
        object-fit: contain;
        position: absolute;
        top: 0;
        left: 0;
    }
    .category__item_title {
        margin-top: 4px;
        color: rgb(51, 51, 51);
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.product-section__banner, #search-select, .user_header {
    display: block !important;
}
.product-section__bannerlink {
    width: 100%;
    padding-top: 20px;
    float: none;
}
.product-section {
    display: flex;
    flex-direction: column-reverse;
}
.sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}
.sidebar-brand > a {
    color: #ea1c00;
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}
.sidebar-header {
    padding: 20px;
    overflow: hidden;
    display: flex !important;
}
.sidebar-header .gearvn-header-top-item {
    display: flex !important;
    margin-right: 10px;
    align-items: center;
}
.sidebar-header a {
    color: #505050;
    text-decoration: none;
}
.sidebar-header .gearvn-header-top-item i {
    margin-right: 5px;
}
.header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 15px 5px 16px;
    display: inline-block;
}
.logged {
    display: flex;
    flex-direction: column;
}
.chir_menu_mobile .logged  li a {
    padding: 0;
}
.info-product a {
    display: block;
    overflow: hidden;
    height: 45px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.product-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-price p {
    margin-bottom: 5px;
}
.other-name-fake {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 0 5px;
    font-weight: 400;
    margin-left: 1px;
}
.product-price .tp_product_price {
    color: #ed1c24;
    font-weight: 500;
}
.product-info {
    margin-top: 10px;
}
.product_relevant__title {
    margin: 20px 0;
}
.product_relevant, .product_relevant__item .product-item {
    padding-bottom: 20px;
}

.menu.js-menu>li:before {
    content: unset;
}

.menu.js-menu>li> .menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: unset;
    padding-left: 0;
}

.menu.js-menu>li> .menu__link .menu-icon {
    width: 25px;
    height: 25px;
    object-fit: scale-down;
    margin-right: 10px;
    position: unset;
}

.main-nav{
    background-color: #EEEEEE !important;
}
.menu-btn__icon{
    color: #9d9d9d !important;
}
.nav-intro__item:last-child::after{
    border-color: transparent transparent #EEEEEE #EEEEEE;
}
.header.scroll-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all 1s;
    z-index: 9999;
    width: 100%;
    background: #fff;
}
.menu-wrap.js-menu-wrap.home-menu,
.header.scroll-header .menu-btn:hover .menu-wrap.js-menu-wrap.home-menu{
     display: block;
}
.header.scroll-header .menu-wrap.js-menu-wrap.home-menu {
    display: none;
}