.ws-content {
    padding-bottom: 50px;
}
.breadcrumb {
    margin: 0 0 10px;
}
.box-title {
    margin-bottom: 35px;
}
.box-title .post-title {
    padding: 15px;
    display: grid;
    color: white;
    border-radius: 8px;
    align-items: center;
    background: var(--c1);
    grid-template-columns: repeat(2, 1fr);
    background: linear-gradient(90deg, var(--c1) 50%, var(--c2) 100%);
}
.box-title .post-title h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    padding-left: 30px;
    position: relative;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: Arial black, Helvetica, sans-serif;
}
.box-title .post-title h1::before {
    left: 0;
    content: "";
    width: 21px;
    height: 35px;
    position: absolute;
    background: url(../images/icon-flashsale.png) no-repeat;
    background-size: 100%;
    background-position: 0 100%;
}
.box-title .deal-time {
    gap: 10px;
    right: 15px;
    display: flex;
    font-size: 16px;
    position: absolute;
    align-items: center;
}
.box-title .deal-time li.flashsale-minute {
    gap: 10px;
    display: flex;
    align-items: center;
}
.box-title .deal-time li.flashsale-minute::before,
.box-title .deal-time li.flashsale-minute::after {
    content: ":";
    font-weight: 700;
    line-height: 30px;
}
.box-title .deal-time li:not(:first-child) .item {
    background: white;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    padding: 5px 7px;
    line-height: 20px;
    color: var(--c0);
}
.box-product .products {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.box-product .products .product {
    border-radius: 5px;
    background: white;
    box-shadow: 0 4px 6px #00000029;
}
.box-product .products .product a.inner {
    padding: 0;
}
.box-product .products .product .img,
.box-product .products .product .txt {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 30px);
}
.box-product .products .product .txt {
    padding-bottom: 15px;
}
.box-product .products .product .pname {
    font-size: 15px;
    line-height: 1.4;
    color: var(--c0);
}
.box-product .products .product .stars {
    color: #f7d856;
    display: flex;
}
.box-product .products .product .star-wrap span {
    margin-right: 0;
}
.box-product .products .product .star-wrap span::before {
    content: "|";
    color: darkgray;
    margin: 0 5px 0 3px;
}
.box-product .products .price-text li {
    line-height: 20px;
}
.box-product .products .price-text .discount {
    top: 0;
    left: -4px;
    font-weight: 700;
    line-height: 20px;
    position: absolute;
    padding: 4px 13px 11px;
    border-radius: 5px 0 0 0;
    background: url(../images/bg-discount.png) no-repeat;
    background-size: contain;
}
.box-product .products .price-text .discount span::before {
    content: "Giảm ";
    font-family: Arial, Helvetica, sans-serif;
}
.flashsale-day .row0,
.deal-time .row1 {
    display: none;
}

.noitem {
    margin: 0;
    padding: 30px;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
}

.box-table .box-foot {
    margin-top: 30px;
    text-align: center;
}
.bntMore {
    position: relative;
}
.bntMore .showmore {
    gap: 5px;
    height: 40px;
    outline: none;
    color: white;
    font-weight: 700;
    line-height: 18px;
    padding: 10px 50px;
    position: relative;
    border-radius: 30px;
    align-items: center;
    display: inline-flex;
    background: var(--c1);
    vertical-align: middle;
    transition: all .3s ease;
    border: 1px solid var(--c1);
}
.bntMore .showmore:not(.loading)::after {
    content: '\f0d7';
    margin-left: 2px;
    font-style: normal;
    font-weight: normal;
    font-family: "FontAwesome";
}
.bntMore .showmore.loading,
.bntMore .showmore:hover {
    color: var(--c1);
    background: white;
}

@media screen and (max-width: 767px)
{
    .ws-content {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px;
    }
    .box-title {
        margin-bottom: 30px;
    }
    .box-title .post-title {
        padding: 10px;
    }
    .box-title .post-title h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .box-title .post-title h1::before {
        width: 18px;
        height: 30px;
    }
    .box-title .deal-time {
        top: 50%;
        right: 10px;
        position: absolute;
        transform: translate(0, -50%);
    }
    .box-title .deal-time::before,
    .flashsale-day {
        display: none;
    }
    .box-product .products {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
    .box-title .deal-time li:not(:first-child) .item {
        font-size: 16px;
    }
}