.box-product {
    position: relative;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    padding: 10px;
    border: 1px solid #e8e8e8;
}
.text-decoration-none {
    text-decoration: none !important;
}
.scale-img {
    overflow: hidden;
    display: block;
}
.pic-product {
    border-radius: 8px;
    position: relative;
}
.scale-img img {
    transition: 0.3s ease-out;
    transform: scale(1, 1);
}
.content-main img {
    height: auto !important;
}
img.initial, img.loaded, img.error {
    opacity: 1;
}
.scale-img:hover > img {
    transition: 0.3s ease-out;
    transform: scale(1.1, 1.1);
}
.name-product:hover {
    color: #f2073d;
}

.text-split-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.name-product {
    color: #313131;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.price-product {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}
.price-new {
    color: #f2073d;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.pagination-home {
    width: 100%;
    margin-top: 40px;
}
.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.justify-content-center {
    justify-content: center !important;
}

.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: 16px;
}
.page-item:first-child .page-link
{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #555555;
    border-color: #555555;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    color: #555555;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.box-filter {
    background-color: rgb(255, 255, 255);
    padding: 16px;
    border-radius: 8px;
    display: block;
    box-shadow: #11111a1a 0 0 16px;
    margin-bottom: 30px;
}
.title-filter
{
    color: rgb(38, 41, 46);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    word-break: break-word;
}
.box-filter .multiple-box{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.btn-filter
{
    width: fit-content;
    min-width: 80px;
    height: 32px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: none;
    background-color: rgb(255, 255, 255);
    color: #555555;
    max-width: 300px;
    box-shadow: none !important;
    margin: 0px;
    text-decoration: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 16px;
    padding: 6px 16px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-color: rgb(204, 208, 214);
    display: flex;
}
.btn-filter svg{
    margin-right: 5px;
}
.btn-filter:hover
{
    background-color: rgb(229, 241, 254);
}
.filter-detail{
    display: flex;
    width: fit-content;

}
.multiple-box .vertical
{
    flex-shrink: 0;
    border-width: 0px thin 1px 0px;
    border-style: solid;
    border-color: rgb(229, 231, 233);
    align-self: stretch;
    margin: 4px 8px;
    height: 24px;
    display: block;
}
.btn-trademark {
    margin-right: 5px;
}
.filter-modal
{
    position: fixed;
    z-index: 1300;
    inset: 0px;
}
.filter-backdrop{
    position: fixed;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
    z-index: -1;
    opacity: 1;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
}
hr
{
    margin: 16px 0px;
    flex-shrink: 0;
    border-width: 0px 0px 1px;
    border-style: solid;
    border-color: rgb(229, 231, 233);
}
.filter-container
{
    height: 100%;
    outline: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.filter-content
{
    color: rgb(17, 19, 21);
    position: relative;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 4px, rgba(0, 0, 0, 0.15) 0px 2px 10px;
    max-width: 600px;
    box-sizing: border-box;
    max-height: 600px;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    margin: 32px;
    border-radius: 12px;
    flex: 1 1 auto;
    overflow-y: auto;
}
.filter-root
{
    padding: 20px;
}
@media (min-width: 1280px) {
    .filter-content {
        width: 560px;
    }

}
@media (min-width: 768px) {
    .filter-content {
        width: 310px;
    }

}
.filter-root .box-title
{
    display: flex
;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 16px;
}
.filter-root .box-title .title
{
    margin: 0px;
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    word-break: break-word;
}
.box-filter-detail .title-detail
{
    margin: 0px 0px 8px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-break: break-word;
}
.option-filter >*
{
    position: relative;
    appearance: none;
    max-width: 100%;
    font-family: Inter, sans-serif;
    font-size: 14px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 32px;
    color: rgb(17, 19, 21);
    vertical-align: middle;
    box-sizing: border-box;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    background-color: transparent;
    margin: 0px 8px 8px 0px;
    border-radius: 16px;
    white-space: nowrap;
    transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    outline: 0px;
    text-decoration: none;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(189, 189, 189);
    border-image: initial;
    padding: 10px 16px;
}
.option-filter >*:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
.filter-bottom
{
    box-shadow: rgba(0, 0, 0, 0.03) 0px -13px 24px 4px, rgba(0, 0, 0, 0.03) 0px -2px 10px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 8px 12px;
}
.filter-bottom .btn-remove
{
    color: rgb(0, 112, 244);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    word-break: break-word;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 8px;
    padding: 10px 16px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 232, 234);

}
.filter-bottom .btn-submit
{
    text-transform: none;
    background-color: rgb(0, 112, 244);
    color: rgb(255, 255, 255);
    box-shadow: none !important;
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 8px;
    padding: 10px 16px;
}
.page-width.filter{
    margin-top: 36px;
}
@media screen and (max-width: 780px) {
.page-width.filter{
    padding: 0;
    margin-top: 0px;
}}