.menu-cache {
    position: relative
}
.banner-home .menu_home {
    overflow-y: auto;
    max-height: 400px;
    position: static;
}
.banner-home .menu_home>.menu-item {
    display: flex;
    align-items: center;
}
.banner-home .menu_home>.menu-item>i {
    width: unset;
    height: unset;
    margin-top: 0;
    position: static;
}
.banner-home .menu_home>.menu-item>a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.menu_home .menu-item .sub-menu {
    top: 4px;
    left: 235px;
}
.wide-nav > .container {
    position: relative;
    line-height: 38px;
}
.wide-nav .category-top {
    position: static;
    width: 200px;
    z-index: 100;
    float: left;
}
.wide-nav .category-top .mega_menu {
    position: static;
    overflow-y: auto;
    max-height: 400px;
    width: 349px;
}
.wide-nav .category-top .mega_menu > .menu-item i {
    width: unset;
    height: unset;
    margin-top: 0;
    position: static;
}
.wide-nav .category-top .mega_menu > .menu-item {
    display: flex;
    align-items: center;
}
.wide-nav .category-top .mega_menu > .menu-item .sub-menu {
    top: 36px;
    left: 344px;
}
.wide-nav .clearfix {
    float: none!important;
    clear: both;
    display: block;
}
.mega_menu .menu-home {
    display: flex;
    align-items: center;
}
.mega_menu>.menu-item>a {
    padding: 5px 0 5px 5px;
}
.nav-social.PC {
    display: none;
}
.cart-content-view a#AddToCart {
    background: #FF0000;
    color: #fff;
    margin-bottom: 10px;
    height: 65px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-top: 14px;
    border: solid 1px #ddd;
    border-radius: 4px;
    display: flex;
    width: 280px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.subtitle-buy {
    text-transform: initial;
    font-size: 14px;
}
.cart-content-view  button#btnQuick {
    background: #289FE1;
    height: 65px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.cart-content-view button {
    width: 280px;
    padding: 0;
    margin: 0;
}