.wrap {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

.header {
    padding: 10px;
    background: #fff;
    z-index: 22;
}

.header .top .img-logo {
    height: 50px;
}

.header .menu {
    color: #333;
    text-transform: uppercase;
    font-size: 30px;
    left: 10px;
}

.header i {
    color: #5e87ba;
    display: block;
    font-size: 30px;
}

.count_shopping_cart_store {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    background-color: #fe0000;
    height: 18px;
    line-height: 18px;
    width: 18px;
    border-radius: 100%;
    text-align: center;
}

.cart-mobile {
    height: 100px;
}

.header-mobile .search {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 10px 0;
    position: relative;
}

.header-mobile .search .ip1 {
    border: none;
    outline: none;
    background: none;
    height: 40px;
    padding: 0 10px;
    width: 86%;
}

section.cate-home {
    position: relative;
}

.cate-home-mobile {
    background: #fff;
    padding: 10px;
}

.list-category .category-image {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.list-category .item {
    text-align: center;
}

.list-category .category-image img {
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
    width: auto;
}

.list-category .category-name {
    color: #000;
    margin: 0;
    height: 33px;
    overflow: hidden;
    text-transform: none;
    font-size: 12px;
}

.list-category .category-name a {
    font-weight: 500;
    text-decoration: none;
    color: #000;
}


/* menu footer */

.menu-footer-mobile {
    display: none;
    height: 60px;
    width: 100%;
    z-index: 100;
}

.menu-footer-mobile nav {
    display: flex;
    justify-content: space-around;
    background-color: #3b6daa;
    padding: 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
}

.menu-footer-mobile .nav-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    padding: 12px 16px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0);
}

.menu-footer-mobile .nav-item span {
    width: 0;
    overflow: hidden;
}

.menu-footer-mobile .nav-item:focus {
    text-decoration: none;
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    transition: .2s;
}

.menu-footer-mobile .nav-item:focus span {
    width: 100%;
    margin-left: 8px;
    transition: .2s;
}

*:focus {
    outline: none;
    border: none;
}

.fh-sidenav.active {
    width: 86vw;
    max-width: 320px;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 75%);
    box-shadow: 0 0 15px rgb(0 0 0 / 75%);
    -webkit-clip-path: inset(0px -15px 0px 0px);
    clip-path: inset(0px -15px 0px 0px);
}

.fh-sidenav {
    height: 100vh;
    height: 100dvh;
    width: 0;
    max-width: 320px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    border-right: 1px solid #e3ebf4;
}

.fh-sidenav .fh-sidenav__close {
    position: absolute;
    z-index: 3;
    top: 17px;
    right: 12px;
    font-size: 28px;
    line-height: 1;
    width: 36px;
    height: 36px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0d6efd;
    background: #edf4ff;
    border-radius: 50%;
    text-decoration: none;
}

.fh-sidenav .fh-sidenav__header {
    position: sticky;
    z-index: 2;
    top: 0;
    min-height: 70px;
    padding: 12px 52px 12px 14px;
    background: #fff;
    -webkit-box-shadow: 0px 6px 20px rgb(197 207 218 / 26%);
    box-shadow: 0px 6px 20px rgb(197 207 218 / 26%);
    border-bottom: 1px solid #e3ebf4;
}

.fh-sidenav .fh-sidenav__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.fh-sidenav .fh-sidenav__brand-mark {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #1673bf;
    border-radius: 8px;
}

.fh-sidenav .fh-sidenav__brand-mark i {
    font-size: 18px;
    color: inherit;
}

.fh-sidenav .fh-sidenav__brand-copy {
    display: block;
    min-width: 0;
}

.fh-sidenav .fh-sidenav__brand-copy strong,
.fh-sidenav .fh-sidenav__brand-copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fh-sidenav .fh-sidenav__brand-copy strong {
    color: #1268b3;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
}

.fh-sidenav .fh-sidenav__brand-copy small {
    margin-top: 2px;
    color: #6c757d;
    font-size: 12px;
    line-height: 1.3;
}

.fh-sidenav .fh-sidenav__content {
    padding: 8px 14px 24px;
}

.fh-sidenav .fh-sidenav__content .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.fh-sidenav .fh-sidenav__content .nav li .text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    color: #2e353e;
    font-size: 15px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.fh-sidenav .fh-sidenav__content .nav-item {
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 0;
}

.fh-sidenav .fh-sidenav__content .nav-item > a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 50px;
    padding: 9px 4px;
    color: #2e353e;
    border-bottom: 1px solid #edf1f5;
    text-decoration: none;
}

.fh-sidenav .fh-sidenav__content .nav-item .icon {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.fh-sidenav .fh-sidenav__content .nav-item span.icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 359px) {
    .fh-sidenav.active {
        width: 90vw;
    }

    .fh-sidenav .fh-sidenav__header {
        padding-left: 10px;
    }

    .fh-sidenav .fh-sidenav__content {
        padding-left: 10px;
        padding-right: 10px;
    }
}
