.product1__oldprice, .product2__oldprice, .priceOld {
    text-decoration:line-through;
}
.product2__name a, .product1__name a {
    text-align: left;
}
.product-list__item .pd-price__group {
    justify-content: center;
    display: flex;
    height: 40px;
}
.brand-p-category {
    display: block;
    text-align: start;
}
.brand-footer-home .owl-nav .owl-prev {
    position: absolute;
    top: 30%;
    left: -25px;
    opacity: 0.4;
}
.history-viewproduct {
    width: 20%;
}
.history-product .panel3__content{
    border: none;
    padding: 10px 0 0;
}
.brand-footer-home .owl-nav button i, .brand-footer-home .owl-nav button i {
    font-size: 45px;
    font-weight: 700;
    color: #007bff;
}
.brand-footer-home .owl-nav .owl-next {
    position: absolute;
    top: 30%;
    right: -25px;
    opacity: 0.4;
}
.brand-footer-home .owl-nav button:hover {
    opacity: 1;
}
section.categoryProduct:nth-child(5), section.categoryProduct:nth-child(6), section.categoryProduct:nth-child(7) {
    display: none;
}
.banner-home-custom {
    display: none;
}

.brand-p-category {
    text-align: center;
}

.pl-list__item.product-item .pd-price__group{
    justify-content: center;
    display: flex;
    height: 40px;
}

.home-index-pr-his {
    position: absolute;
    top: -10px;
    display: none;
}

.home-index-pr-his.active {
    display: block;
    z-index: 999;
    background: #fff;
}

.title-custom-event a:hover,
.title-custom-event a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.home-index-pr-his .pd-product-list {
    padding: 0;
}

@media (max-width: 768px) {
    .banner-home-custom {
        display: block;
    }

    .banner-home-custom-item {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-bottom: 25px;
    }

    .banner-home-custom-item img {
        max-width: 65px;
    }

    .item-box p{
        font-weight: 600;
        margin-bottom: 0;
    }
}