.topbar {
    background: #a90019;
}

.list-inline {
    display: flex;
    float: right;
}

.list-inline >li {
    padding: 9px 27px 0px 0px;
}

.list-inline >li >a {
    text-decoration: none;
    color: white;
    font-weight: 400;
}

.list-inline >li >span {
    color: #ffd510;
}

.top-header {
    background: #dc0021;
}

.search {
    display: flex;
}

.linning {
    display: flex;
}

.hotline {
    display: flex;
    padding: 20px 10px 20px 0;
}

.hotline-icon {
    height: 51px;
    width: 56px;
    border-radius: 50%;
    color: #fff;
    line-height: 49px;
    text-align: center;
    font-size: 21px;
    background-color: #a90019;
    float: left;
    margin-right: 4px;
}
.icon-fallback-text{
    position: relative;
}
.icon-fallback-text >i{
    position: absolute;
    top: 10px;
    left: 19px;
}
.index-account {
    display: flex;
    padding: 20px 10px 20px 0;
}

.hotline-content {
    display: grid;
    min-width: max-content;
}

.hotline-content a {
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    line-height: 1.1;
    font-weight: 500;
}

.hotline-content span {
    font-size: 15px;
    color: #fff;
    line-height: 1.1;
    font-weight: 500;
}

.logo-image img {
    height: auto;
    width: 100%;
    padding: 10px 20px;
}

#search {
    display: flex;
    width: 100%;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 12%), 0 2px 2px 0 rgb(0 0 0 / 24%);
    margin: 27px 0px;
    border-radius: 10px;
}

#search input {
    border: 0;
    position: relative;
    background: #fff;
    height: 50px;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    outline: none;
    box-shadow: none;
    padding: 0 10px;
    width: 100%;
}

#search >button {
    color: #333;
    background-color: #ffe300;
    outline: none;
    box-shadow: none;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border: none;
    padding: 0px 26px;
}

.index-cart {
    padding: 20px 10px 20px 0;
    position: relative;
}

.index-cart a {
    height: 51px;
    width: 56px;
    border-radius: 50%;
    color: #fff;
    line-height: 49px;
    text-align: center;
    font-size: 21px;
    background-color: #a90019;
    float: left;
    margin-right: 4px;
}

.index-cart span {
    position: absolute;
    top: 16px;
    right: 10px;
    height: 25px;
    min-width: 25px;
    border-radius: 50%;
    color: #333;
    background-color: #ffe300;
    text-align: center;
    line-height: 23px;
}

.main-menu {
    display: flex;
}

/* .menu-danh-muc {
    position: absolute;
} */

.tieu-de-danh-muc {
    background: #dc0021;
    display: block;
    position: relative;
    z-index: 11;
    font-weight: bold;
    color: white;
    font-size: 19px;
    padding: 13px 35px;
    width: 301px;
}

/* .tieu-de-danh-muc span {
    padding: 0px 20px;
} */

#menu-menu {
    margin-left: 347px;
}

#menu-menu >li >a {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 13px 20px;
    color: #333;
    font-size: 19px;
    font-weight: 400;
}

#menu-menu >li >a:hover {
    background-color: #ffe300;
}

.noi-dung-danh-muc {
    position: absolute;
    display: none;
    color: #000;
    padding: 0.7px 2px;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    border-top: none;
    z-index: 5;
    border: 1px solid #dc0021;
    background: #e9ecfb;

    box-shadow: 2px 0 5px 0 rgb(0 0 0 / 20%);
}

.noi-dung-danh-muc >ul {
    background: #e9ecfb;
    opacity: 0.9;
    width: 295px;
    height: 408px;
    overflow: hidden;
    margin: 0px;
}
.noi-dung-danh-muc >a{
    text-decoration: none;
    color: #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    grid-gap: 12px;
    padding: 10px 5px;
    padding-right: 53px;
    height: 51px;
}
.noi-dung-danh-muc >#xem-them:hover{
    color: #fff;
    font-weight: 400;
    background: #c3001d;
}
.noi-dung-danh-muc >ul >li {
    height: 51px;
}

.item-noi-dung {
    padding: 10px 25px;
}

.item-noi-dung img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1)
}

.item-noi-dung:hover img {
    -webkit-filter: grayscale(1) invert(1);
    filter: none
}

#menu-left-menu {
    display: block !important;
    list-style: none;
    padding: 0;
  
}

#menu-left-menu >li {
    padding: 10px 5px;
    min-width: max-content;
    display: flex;
    justify-content: space-between;
}
#menu-left-menu  >li >span{
    color: #0c4128;
    padding: 1px 21px
}
#menu-left-menu >li:hover {
    background: #c3001d;

}
#menu-left-menu >li:hover >span{
    color: #fff;
}
#menu-left-menu >li:hover >a {
    color: #fff;
    font-weight: 400;
}

#menu-left-menu >li >a {
    text-decoration: none;
    color: #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    grid-gap: 10px;
}

#menu-left-menu >li >a >img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1)
}

#menu-left-menu >li:hover >a >img {
    -webkit-filter: grayscale(1) invert(1);
    filter: none
}

a {
    text-decoration: none;
}

/* .noi-dung-danh-muc >#menu-left-menu >li  >.sub-menu{
    
    display: none;
} */
.header-menu{
    border-bottom: 1px solid #ddd;
}
.noi-dung-danh-muc >#menu-left-menu >li >.sub-menu >li {
    width: 25%;
    min-width: max-content;
}

.noi-dung-danh-muc >#menu-left-menu >li >.sub-menu >li >a {
    font-size: 16px;
    color: #dc0021;
    font-weight: bold;
    display: inline-block;
    line-height: 1.5;
    text-transform: uppercase;
    border-bottom: solid 1px #ddd;
    width: 87%;
    padding: 15px 0px;
    min-width: max-content;
}

.noi-dung-danh-muc >#menu-left-menu >li >.sub-menu >li >.sub-menu {
    list-style: none;
    padding: 11px 0px;
}

.noi-dung-danh-muc >#menu-left-menu >li >.sub-menu >li >.sub-menu >li >a {
    color: #575454;
    text-decoration: none;
    background: transparent;
    line-height: 1.7;
}

.noi-dung-danh-muc >#menu-left-menu >li >.sub-menu {
    display: none;
    position: absolute;
    left: 300px;
    top: 0;
    list-style: none;
    flex-wrap: wrap;
    width: 996px;
    min-width: max-content;
    background: #fff;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    height: 100%;
    align-content: flex-start;
    justify-content: space-between;
}

.nav >li{
    padding: 15px;
}
.nav >li:hover{
    background-color: #ffe300;
}
.nav >li >a{
    color: #333;
    padding: 24px 0px;
}
.nav >li >.sub-menu {
    list-style: none;
    position: absolute;
    background: white;
    display: none;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
    top: 240px;
    width: 53%;
    right: 291px;
    grid-gap: 30px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    padding: 20px 10px;
    z-index: 11;
}

.nav >li >.sub-menu >li >a {
    color: #333;
    font-weight: 600;
}

.nav >li >.sub-menu >li >.sub-menu {
    list-style: none;
    padding: 0;
}

.nav >li >.sub-menu >li >.sub-menu >li >a {
    color: #333;
}

.header-mobile {
    display: none;
}

.menu-button-mobile1 {
    display: none;
}

.menu-button-mobile1 i {
    padding: 15px;
}

.menu-button-mobile2 {
    display: none;
}

.menu-button-mobile2 i {
    padding: 15px;
}

.menu-button-mobile3 {
    display: none;
}

.menu-button-mobile3 i {
    padding: 15px;
}

.clearfix-mobile1 {
    display: none;
}

.clearfix-mobile2 {
    display: none;
}

.clearfix-mobile3 {
    display: none;
}

.slick-prev {
    display: none !important;
}

.slick-next {
    display: none !important;
}















/* Responsive */
@media (max-width: 1600px) {
    .header-desktop {
        display: block;
    }

    .header-mobile {
        display: none;
        height: auto;
    }
}

@media (max-width: 1440px) {
    
}

@media (max-width: 1366px) {
    .phone {
        background: linear-gradient(to bottom, #e9d429, #fce420);
        border-radius: 2px;
        color: #333;
        font-size: 16px;
        outline: none;
        box-shadow: none;
        padding: 10px;
        height: auto;
        line-height: inherit;
        padding: 15px 95px;
        font-weight: 700;
    }
    .all-archive-product >.products {
        display: flex;
       
    }
    .bo-loc {
        background: #fff;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        display: flex;
        grid-gap: 73px;
    }
    .bo-loc >h1 {
        font-size: 18px;
        min-width: max-content;
    }
    .all-archive-product >.products >.product {
        width: 25%;
    }
    .nav >li >.sub-menu {
        position: absolute;
        top: 240px;
        width: 61%;
        right: 120px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-desktop {
        display: block;
    }

    .header-mobile {
        display: none;
        height: auto;
    }
    .phone {
        background: linear-gradient(to bottom, #e9d429, #fce420);
        border-radius: 2px;
        color: #333;
        font-size: 16px;
        outline: none;
        box-shadow: none;
        padding: 10px;
        height: auto;
        line-height: inherit;
        padding: 15px 71px;
        font-weight: 700;
    }
    .price-box >span >bdi {
        text-decoration: none;
        color: #dc0021;
        font-weight: 600;
        font-size: 13px;
    }
    .bo-loc {
        background: #fff;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        display: flex;
        grid-gap: 39px;
    }
    .bo-loc >h1 {
        font-size: 18px;
        min-width: max-content;
    }
    .all-archive-product >.products >.product {
        width: 33%;
    }
    .nav >li >.sub-menu {
        position: absolute;
        top: 240px;
        width: 64%;
        right: 36px;
    }
}

@media (max-width: 991px) {
    #wpadminbar {
        display: none;
        visibility: hidden
    }

    .header-desktop {
        display: none;
    }

    .header-mobile {
        display: block;
        height: auto;
    }

    .top-bar {
        background-color: #a90019;
        font-size: 12px;
        padding-top: 5px;
    }

    .hostline >li {
        list-style: none;
        text-align: center;

    }

    .hostline >li >a {
        color: white;
    }

    .hostline >li >span {
        color: #ffe300;
    }

    .top-header {
        background-color: #dc0021;
        color: #fff;
        display: flex;
    }

    .main_header {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        padding: 10px;
    }

    .menu-mobile i {
        font-size: 24px;
    }

    .logo-mobile img {
        width: 155px;
    }

    .card-shopping-mobile i {
        font-size: 24px;
    }

    .search-mobile {
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    .search-mobile input {
        width: 100%;
        padding: 10px 5px;
        border: none;
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
        box-shadow: 0 0 2px 0 rgb(0 0 0 / 12%), 0 2px 2px 0 rgb(0 0 0 / 24%);
    }

    .search-active {
        border: none;
        padding: 10px;
        background: #fff;
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

    .main-menu-mobile {
        width: 300px;
        height: 100%;
        position: fixed;
        z-index: 10;
        background-color: #fff;
        top: 0;
        left: -300px;
        box-shadow: 0 0 12px 0 rgb(0 0 0 / 12%), 0 2px 18px 0 rgb(0 0 0 / 24%);
    }

    .la-nav-menu-mobile >.nav-mobile {
        display: block;
        list-style: none;
        padding: 0;
    }

    .la-nav-menu-mobile >.nav-mobile >li {
        width: 100%;
        float: left;
        padding: 0px;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

    .la-nav-menu-mobile >.nav-mobile >li >span {
        position: absolute;
        top: 5px;
        right: -1px;
        display: block !important;
        width: 35px;
        height: 76%;
        text-align: center;
        /* border: 1px solid; */
        padding: 5px 38px;
    }

    .la-nav-menu-mobile >.nav-mobile >li >a {
        display: block;
        color: #444;
        font-size: 16px;
        padding: 10px 5px;

    }

    /* .la-nav-menu-mobile >nav-mobile >li >.sub-menu{
    display: none;
    list-style: none;
} */
    .la-nav-menu-mobile >.nav-mobile >li >.sub-menu {
        display: none;
        list-style: none;
        color: #444;
    }

    .la-nav-menu-mobile >.nav-mobile >li >.sub-menu >li {
        width: 100%;

    }

    .la-nav-menu-mobile >.nav-mobile >li >.sub-menu >li >a {
        display: block;
        color: #444;
        font-size: 14px;
        padding-bottom: 10px;
    }

    .la-nav-menu-mobile>.menu-logo {
        background: #dc0021;
        text-align: center;
        padding: 35px;
    }

    .la-nav-menu-mobile >.menu-logo img {
        width: 150px;
    }

    .bottom-image img {
        width: 100%;
    }

    /* .la-nav-menu-mobile span .fa.show {
    content: "\f0d7";
    font-family: 'FontAwesome';
} */
    .close img {
        position: absolute;
        right: 10px;
        top: 9px;
        width: 20px;
    }

    .slick-prev {
        display: none !important;
    }

    .slick-next {
        display: none !important;
    }

    .deal-description {
        display: none;
    }

    .menu-button-edit {
        display: none;
    }

    .menu-button-mobile1 {
        display: block;
        float: right;
    }

    .clearfix-mobile1 {
        display: none;
    }

    .clearfix-mobile1 >ul {
        list-style: none;
        padding: 0;
    }

    .clearfix-mobile1 >ul >li >a {
        color: #333;
        font-size: 15px;
        padding: 5px 0;
        display: block;
    }

    .menu-button-mobile2 {
        display: block;
        float: right;
    }

    .clearfix-mobile2 {
        display: none;
    }

    .clearfix-mobile2 >ul {
        list-style: none;
        padding: 0;
    }

    .clearfix-mobile2 >ul >li >a {
        color: #333;
        font-size: 15px;
        padding: 5px 0;
        display: block;
    }

    .menu-button-mobile3 {
        display: block;
        float: right;
    }

    .clearfix-mobile3 {
        display: none;
    }

    .clearfix-mobile3 >ul {
        list-style: none;
        padding: 0;
    }

    .clearfix-mobile3>ul>li>a {
        color: #333;
        font-size: 15px;
        padding: 5px 0;
        display: block;
    }

    #banner-home {
        display: none;
    }

    .flas-deal {
        text-align: inherit;
    }
    .phone {
        background: linear-gradient(to bottom, #e9d429, #fce420);
        border-radius: 2px;
        color: #333;
        font-size: 16px;
        outline: none;
        box-shadow: none;
        padding: 10px;
        height: auto;
        line-height: inherit;
        padding: 15px 36px;
        font-weight: 700;
    }
    .woocommerce-Tabs-panel >p >img {
       width: 100%;
    }
    .price-box >span >bdi {
        text-decoration: none;
        color: #dc0021;
        font-weight: 600;
        font-size: 13px;
    }
    .all-archive-product >.products {
        display: flex;
        align-items: baseline;
        list-style: none;
        background: #fff;
        margin-top: 10px;
        padding: 0;
        flex-wrap: wrap;
    }
    .ajax-loading {
        position: absolute;
        z-index: 2;
        top: 80px;
        left: 170px;
        display: none;
    }
    .bo-loc {
        background: #fff;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        display: flex;
        grid-gap: 500px;
    }
    .all-archive-brands{
        display: none;
        margin-bottom: 20px;
    }
    
    .all-archive-product {
        margin-top: 20px;
    }
    .all-archive-product >.products >.product {
        width: 33%;
    }
    .san-pham-khuyen-mai{
        width: 33%;
        padding: 10px;
    }
}

@media (min-width: 768px) {

    .price-box >span >bdi {
        text-decoration: none;
        color: #dc0021;
        font-weight: 600;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .flas-deal {
        text-align: center;
    }
}

@media (max-width: 598px) {
    .blog-thumbnail >img{
        width: 100%;
        padding-bottom: 20px;
    }
}

@media (max-width: 480px) {
   

    .blog-item {
        display: block;
    }

    .blog-item-content {
        display: none;
    }

    .flas-deal {
        text-align: inherit;
    }
    .deal-title {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: stretch;
    }
    .single_add_to_cart_button {
        background: linear-gradient(to bottom, #ff2a4a, #dc0021);
        font-size: 20px;
        box-shadow: none;
        padding: 10px;
        color: #fff;
        height: auto;
        line-height: inherit;
        width: 100%;
        border-radius: 2px;
        border: none;
    }
    .phone {
        background: linear-gradient(to bottom, #e9d429, #fce420);
        border-radius: 2px;
        color: #333;
        font-size: 16px;
        outline: none;
        box-shadow: none;
        padding: 10px;
        height: auto;
        line-height: inherit;
        padding: 10px;
        font-weight: 700;
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .woocommerce-Tabs-panel >p >img {
      width: 100%;
    }
    .price-box >span >bdi {
        text-decoration: none;
        color: #dc0021;
        font-weight: 600;
        font-size: 13px;
    }
    .all-archive-product >.products {
        display: flex;
        align-items: baseline;
        list-style: none;
        background: #fff;
        margin-top: 10px;
        padding: 0;
        flex-wrap: wrap;
    }

}

@media (max-width: 425px) {
    .big-brand {
        background: #fff;
        padding: 18px 10px 30px 10px;
    }
    .very-big-brand {
        padding-bottom: 20px;
    }
    .all-brand{
        text-align: -webkit-center;
    }
    .blog-thumbnail >img{
        width: auto;
        padding-bottom: 20px;
    }
    .all-archive-product >.products {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: baseline;
        padding: 0;
    }
    .all-archive-product >.products >li{
        width: 97%;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 414px) {
    .blog-thumbnail >img{
        width: 100%;
        padding-bottom: 20px;
    }
    .ajax-loading {
        position: absolute;
        z-index: 2;
        top: 92px;
        left: 56px;
        display: none;
    }
    .bo-loc {
        background: #fff;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        display: flex;
        grid-gap: 190px;
    }
    .all-archive-product >.products >.product {
        width: 100%;
        padding: 0px 5px;
    }
    .deal-time {
        display: block !important;
    }
}

@media (max-width: 380px) {
    .header-desktop {
        visibility: hidden;
    }

    .header-mobile {
        visibility: visible;
        height: auto;
    }

    .top-bar {
        background-color: #a90019;
        font-size: 12px;
        padding-top: 5px;
    }

    .list-inline >li {
        padding: 5px 71px 0px 0px;
    }

    .top-header {
        background-color: #dc0021;
        color: #fff;
        display: flex;
    }

    .main_header {
        display: flex;
    }
    .deal-title {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: stretch;
    }
    .big-brand {
        background: #fff;
        padding: 18px 10px 30px 10px;
    }
    .very-big-brand {
        padding-bottom: 20px;
    }
    .blog-thumbnail >img{
        width: 100%;
        padding-bottom: 20px;
    }
    .all-archive-product >.products {
        display: flex;
       
    }
  .price{
    grid-gap: 0;
  }
    .ajax-loading {
        position: absolute;
        z-index: 2;
        top: 48px;
        left: 40px;
        display: none;
    }
    .bo-loc {
        background: #fff;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        display: flex;
        grid-gap: 158px;
    }
    .all-archive-product >.products >.product {
        width: 50%;
        padding: 0px 5px;
    }
    .all-archive-product >.woocommerce-ordering >.orderby{
        width: 140px;
       }
       .all-archive-product >.woocommerce-ordering >.view-mode{
        display: flex;
       }
       .archive-product-item {
        display: grid;
        grid-template-columns: 1fr;
        border-bottom: 1px solid #ddd;
        padding: 27px 10px;
    }
    .san-pham-khuyen-mai{
        width: 50%;
        padding: 0;
    }
}

@media (max-width: 375px) {
    .blog-thumbnail >img{
        width: 100%;
        padding-bottom: 20px;
    }
    .bo-loc {
        background: #fff;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        display: flex;
        grid-gap: 158px;
    }
   .all-archive-product >.woocommerce-ordering >.orderby{
    width: 140px;
   }
   .all-archive-product >.woocommerce-ordering >.view-mode{
    display: flex;
   }
   .archive-product-item {
    display: grid;
    grid-template-columns: 1fr;
    border-bottom: 1px solid #ddd;
    padding: 27px 10px;
    }
    .san-pham-khuyen-mai{
        width: 50%;
        padding: 0;
    }
}

@media (max-width: 360px) {
    .deal-title {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: stretch;
    }
}

@media (max-width: 320px) {}

@media (max-width: 240px) {}