.list-product-group-category {
    padding: 8px 16px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #fefefe;
}

.list-product-left,
.list-product-right {
    width: calc(50% - 4px);
}

.item-product-category {
    width: 100%;
    margin-bottom: 8px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 24px 0px rgb(0 0 0 / 10%);
}

.item-product-category a:hover,
.item-product-home a:hover {
    text-decoration: none !important;
}

.item-product-category .image img {
    border-radius: 8px 8px 0px 0px;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 10%);
}

.item-product-category .content-product {
    padding: 8px;
    padding-top: 4px;
}

.line-white {
    width: 100%;
    height: 4px;
    background: #fff;
}

.loading-product {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 8px;
}

.loader {
    width: fit-content;
    padding-bottom: 5px;
    font-weight: bold;
    font-family: monospace;
    font-size: 14px;
    overflow: hidden;
    color: #0000;
    text-shadow: 0 0 0 #049, 10ch 0 0 #049;
    background: linear-gradient(#049 0 0) bottom left/0% 3px no-repeat;
    animation: l14 1.5s infinite;
}

.loader:before {
    content: "Loading...";
}

.content-product img.logo-label {
    border-radius: 4px;
    position: relative;
    height: 18px !important;
}

.linkProduct {
    position: relative;
    min-height: 150px;
}

.linkProduct .logo-label {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 18px;
    border-top-left-radius: 8px;
    z-index: 1;
}

.linkProduct .image {
    text-align: center;
}

.linkProduct .image img {
    max-height: 60vw;
    object-fit: cover;
    min-height: 150px;
}

.giam-gia-sale {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.giam-gia-sale img {
    height: 16px;
}

.giam-gia-sale span {
    position: absolute;
    right: 6px;
    top: 3px;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.72px;
}

.label-top-product {
    position: absolute;
    top: 0px;
    left: 8px;
    height: 24px;
}

.newPage .label-top-product {
    left: 0px;
}

.price-number {
    font-size: 15px;
    font-weight: 700;
    color: var(--red500s, #EF392D);
}

.da-ban span.number {
    line-height: 13px;
}

.content-don-hang .title-product,
.content-page .title-product {
    color: var(--black500, rgba(0, 0, 0, 0.80));
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.da-ban {
    font-size: 8px;
    font-weight: 700;
}

.loading-product {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 8px;
}

.loader {
    width: fit-content;
    padding-bottom: 5px;
    font-weight: bold;
    font-family: monospace;
    font-size: 14px;
    overflow: hidden;
    color: #0000;
    text-shadow: 0 0 0 #049, 10ch 0 0 #049;
    background: linear-gradient(#049 0 0) bottom left/0% 3px no-repeat;
    animation: l14 1.5s infinite;
}

.loader:before {
    content: "Loading...";
}

.rating-text {
    color: #81848D;
    text-overflow: ellipsis;
    font-family: Roboto;
    font-size: 10px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    line-height: 10px;
}

.group-price {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
}

.group-price .text-through {
    color: #81848D;
    font-size: 12px;
    margin-left: 0px;
}

a:hover {
    text-decoration: none;
}

.not-found-product {
    background-color: #fff;
    padding-top: 10vh !important;
    color: #9797A9;
    font-weight: 500;
    text-align: center;
    padding: 32px;
}

.not-found-product.home-nofound {
    padding-top: 5vw !important;
}

.not-found-title {
    color: var(--black500, rgba(0, 0, 0, 0.80));
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.not-found-content {
    color: var(--black400s, #595959);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.not-found-product img {
    width: 156px;
    height: 183.182px;
}

.not-found-product.not-found {
    text-align: center;
    width: calc(100vw - 32px);
    display: block;
    margin-top: 16px;
}

@keyframes l14 {
    80% {
        text-shadow: 0 0 0 #049, 10ch 0 0 #049;
        background-size: 100% 3px
    }

    100% {
        text-shadow: -10ch 0 0 #049, 0 0 0 #049
    }
}