:root {
    --textColor: #424242;
    --mainColor: #326e51;
    --mainColor2: #2e855c;
    --navColor: #e5fbf1;
    --navTextColor: #326e51;
    --menuHover: #ffab50;
    --footerBg: #326e51;
    --footerText: #ffffff;
    --footerTextHover: #ffab4e;
    --orange: #fd8400;
    --cl_tit_fl: #ffffff;
    --bg_fl_1: #ff8e4d;
    --bg_fl_2: #ff5c00;
    --bgVideoCl: #05bd77;
    --bgVideoCls: #f5cb23;
    --bgBottomTitle: url(../img/line-bottom.webp);
    --bgPeopleCl: #f3fff9;
    --bgPeople: url(../img/product-list-bg.png);
    --overlayimg: url(../img/cursor.png);
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@keyframes progress_bar_fill {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 0;
    }
}

@keyframes play_video {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.1);
    }
    20% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.1);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    100% {
        background-position: 0 0;
    }
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLAgM9UvI.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLCwM9UvI.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLAwM9UvI.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDAM9UvI.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLAAM9UvI.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLAQM9UvI.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDwM9.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: var(--text-color);
    text-decoration: none;
}

header {
    background: linear-gradient(90deg, var(--mainColor), var(--mainColor2));
}

.top-header {
    padding: 0.85rem 0;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1370px;
    }
}

/*tạm thời bỏ vì lỗi ở màn mobi*/
/*.container, .container-fluid {*/
/*    padding-right: 10px;*/
/*    padding-left: 10px;*/
/*}*/

.header-search {
    flex: 1;
}

.header-search a.toggle-category {
    color: #fff;
    font-size: 2rem;
}

.search-form {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 25px;
    display: flex;
    position: relative;
}

.search-form input {
    border: none;
    outline: none !important;
    background: transparent;
    padding: 0 15px;
    height: 38px;
    font-size: 1.063rem;
    min-width: 552px;
}

.search-form button {
    width: 50px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    background: transparent;
    font-size: 1.25rem;
    position: absolute;
    top: 0;
    right: 0;
}

.top-header a {
    color: #fff;
}

.header-action-item i {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 1.125rem;
}

.header-action-item span {
    font-size: 0.75rem;
}

.text-cart {
    display: block;
    width: 50%;
    margin-left: 0.3rem;
    line-height: 1.2;
}

.header-action-item {
    position: relative;
}

._miniCart {
    font-weight: 600;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--orange);
    position: absolute;
    bottom: -5px;
    left: 1.85rem;
    border-radius: 50%;
}

.bottom-header {
    background: var(--navColor);
}

.header-menu>ul {
    display: flex;
}

.bottom-header {
    position: relative;
}

.header-menu>ul>li {
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    /*position: relative;*/
}

.header-menu>ul>li:first-child {
    padding-left: 0;
}

.header-menu>ul>li>a, .header-menu>ul>li i {
    color: var(--mainColor);
}

.header-menu>ul>li i {
    display: none;
}

.header-menu>ul>li>ul {
    position: absolute;
    font-size: initial !important;
    background: #fff;
    z-index: 9;
    top: 100%;
    transform: translateY(40px);
    opacity: 0;
    visibility: hidden;
    width: 100%;
    left: 1.5rem;
    transition: all 0.4s;
    padding: 1.5rem calc(50vw - 685px);
}

.header-menu>ul>li>ul>li>a>i {
    font-size: 13px;
}

.menu-img {
    margin-left: auto;
}

.header-menu>ul>li>ul>li {
    position: relative;
}

.header-menu>ul>li>ul>li>a, .header-menu>ul>li>ul>li>ul>li>a {
    margin-bottom: 10px;
    display: block;
}

.header-menu>ul>li:hover>ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.waves {
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
    display: none;
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
    opacity: 0.7;
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    opacity: 0.5;
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    opacity: 0.3;
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

.footer-main {
    background: var(--footerBg);
}

footer {
    color: #fff;
}

.footer-content p {
    margin-bottom: 0.25rem;
}

.footer-content * {
    font-weight: 500;
}

.footer-title {
    font-size: 1.3rem;
    font-weight: 700;
}

.footer-content ul li {
    margin-bottom: 0.3rem;
}

.border-bottom {
    margin: 1.5rem 0;
    border-bottom: 1px solid #fff;
}

.bg-foo {
    background: #ffffff1c;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.footer-list {
    display: flex;
    gap: 0.35rem;
}

.footer-social img {
    border-radius: 50%;
}

.flash-message-container {
    background: rgba(0, 0, 0, 0);
    display: none;
    z-index: 1056;
}
.flash-message-container#msgModal {
    background: rgba(0, 0, 0, 0.3);
}
.flash-message-container .flash-message {
    border-radius: 4px;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.12);
    width: 320px;
}
.flash-message-container .flash-message.success, .flash-message-container .flash-message.alert {
    background: #ebf6e6;
    color: #2a7500;
}
.flash-message-container .flash-message.success .svg-success, .flash-message-container .flash-message.alert .svg-success {
    display: inline-block;
}
.flash-message-container .flash-message.success .svg-error, .flash-message-container .flash-message.alert .svg-error {
    display: none;
}
.flash-message-container .flash-message.error {
    background: #fbece6;
    color: #d53c00;
}
.flash-message-container .flash-message.error .svg-success {
    display: none;
}
.flash-message-container .flash-message.error .svg-error {
    display: inline-block;
}

.home-banner-top img {
    border-radius: 8px;
}

.policy-item {
    width: calc(100% / 8);
}

.policy-item img {
    height: 56px;
    width: auto;
    margin-bottom: 0.5rem;
}


.flash-sale {
    margin: 20px 0;
}

.head-title {
    padding-bottom: 0.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-title h3 {
    position: relative;
    display: inline;
}

.head-title p {
    margin-left: 5rem;
}

.head-title .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.countdown {
    margin-left: 1rem;
}

.countdown>span {
    margin-right: 0.5rem;
    position: relative;
    background: var(--bg_fl_2);
    padding: 5px;
    min-width: 36px;
    border: 2px solid #fff;
    border-radius: 50rem !important;
    text-align: center;
    color: #fff;
}

.countdown>span>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 0.65rem;
    line-height: 14px;
}

.home-flash-sale {
    background: linear-gradient(var(--bg_fl_1) 0%, var(--bg_fl_2));
    border-radius: 0.7rem;
    display: block;
    width: 100%;
}

.home-flash-sale .head-title {
    color: #fff;
}

.product-wrap {
    background: #fff;
    border-radius: 10px;
    position: relative;
    border: 1px solid #fff;
}

.product-img img {
    border-radius: 10px;
}

.product-info {
    padding: 0.5rem;
}

.stock {
    display: none;
}


.progress-sell {
    text-align: center;
    background: #d5d5d5;
    border-radius: 10px;
    position: relative;
    height: 1.25rem;
    display: none;
}

.bg-danger {
    background-color: #CDE5C0 !important;
}

.progress-sell-bar {
    float: left;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: linear-gradient(to right, var(--bg_fl_1), var(--bg_fl_2));
    border-radius: 10px;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    position: relative;
}

.progress-sell-bar:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent);
    animation: progress_bar_fill 2s linear infinite;
    background-size: 30px 30px;
    top: 0;
    left: 0;
}

.buyed-num {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background: transparent;
    margin: 0;
    color: #fff;
    line-height: 1rem;
    font-size: 0.8rem;
}

.progress-sell-bar img {
    height: 22px;
    width: auto;
    margin-top: -3px;
    float: left;
    margin-left: 3px;
}

.percent-tag {
    top: 0px;
    right: 0px;
    color: #ffffff;
    background: #fd8400;
    padding: 2px 4px;
    z-index: 2;
    font-size: 0.75rem;
    border-radius: 3px 10px;
    border: 1px solid #fff;
    position: absolute;
    font-weight: 600;
}

.product-name {
    text-align: center;
    color: var(--textColor);
    font-size: 1rem;
    height: 36px;
    line-height: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.product-price--current {
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #bababa;
    font-weight: 700;
    color: #fd8400;
    font-size: 1rem;
}

.product-brand {
    font-weight: 700;
    color: var(--mainColor);
}

.wishlist-btn {
    left: 5px;
    top: 5px;
    z-index: 2;
    padding: 2px;
    border: 2px solid var(--mainColor);
    background: #fff;
    transition: all .4s;
    position: absolute;
    color: var(--mainColor);
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.product-price--origin {
    font-size: 0.8rem;
}

.slider-banner .slick-slide, .slider-category .slick-slide, .swiper-product .slick-slide, .slider-category-product .slick-slide, .slider-news .slick-slide, .slider-video .slick-slide, .slider-history .slick-slide {
    margin: 0 7.5px;
}

.slider-banner .slick-list, .slider-category .slick-list, .swiper-product .slick-list, .slider-category-product .slick-list, .slider-news .slick-list, .slider-video .slick-list, .slider-history .slick-list {
    margin: 0 -7.5px;
}

.slider-nav .slick-slide, .slider-news-category .slick-slide {
    margin: 0 5px;
}

.slider-nav .slick-list, .slider-news-category .slick-list {
    margin: 0 -5px;
}

.slider-banner .slick-slide img {
    border-radius: 10px;
}

.home-category {
    display: block;
    width: 100%;
}

.line-bottom {
    position: relative;
}

.line-bottom:before {
    bottom: -15px;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 200px;
    background-position: center;
    background-image: var(--bgBottomTitle);
}

.category-item {
    padding: 5px;
    border-radius: 1rem;
    text-align: center;
}

.category-item.slick-slide img {
    border-radius: 0.875rem;
}

.home-product-category {
    width: 100%;
    overflow: hidden;
}

.bordered {
    border: 1px solid #dee2e6!important
}

.child-category {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.child-category>li {
    background-color: #f3f4f6;
    padding: 5px 10px;
    font-size: 0.875rem;
}

.rounded-10 {
    border-radius: 10px !important;
}

.border-main {
    border-color: var(--mainColor) !important;
}

.category_name {
    font-size: 1rem;
}

.category-info {
    position: relative;
}

.category-info:before {
    content: "";
    background: var(--mainColor);
    opacity: 0.1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.category-product-img {
    display: block;
    height: 25%;
    width: auto;
}

.category-product-img img {
    object-fit: cover;
    aspect-ratio: 1/1;
}

.slider-category-product .slider-item {
    overflow: hidden;
}

.bordered-bottom {
    border-bottom: 1px solid #dee2e6;
}

.bordered-right {
    border-right: 1px solid #dee2e6;
}

.bordered-left {
    border-left: 1px solid #dee2e6;
}

.category-product-img.bordered-bottom:last-child {
    border-bottom: none !important;
}

.home-feedback {
    width: 100%;
    overflow: hidden;
}

.feedback-content {
    font-size: 1.125rem;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.feedback-name {
    text-align: center;
}

.feedback-img {
    display: flex;
    justify-content: center;
}

.feedback-img img {
    height: 80px;
    width: auto;
    border-radius: 50%;
}

.slick-dots li button, .slick-dots li {
    padding: 0;
    width: fit-content;
    height: fit-content;
}

.slick-dots li button:before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--mainColor);
    border-radius: 50%;
    opacity: 1 !important;
}

.slick-dots li.slick-active button, .slick-dots li.slick-active {
    width: 20px;
}

.slick-dots li.slick-active button:before {
    width: 25px;
    border-radius: 3px;
}

.home-feedback {
    position: relative;
}

.home-feedback:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--bgPeopleCl);
    background-attachment: fixed;
    background-image: var(--bgPeople);
}

.slider-video .slick-slide>div {
    display: flex;
    justify-content: space-between;
}

.video-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 1;
    border-radius: 10px;
}

.video-item i {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 4rem;
    transition: all 1s;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.video-item:hover i {
    animation: play_video 1.5s ease infinite;
}

.review-intro {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.review-intro strong {
    color: #212529;
    font-size: 1.5rem;
}

.video-item a.bg-custom:before {
    background: linear-gradient(210deg, var(--bgVideoCl), var(--bgVideoCls));
}

.news-img img {
    width: 100%;
    height: 293px;
    object-fit: cover;
}

.news-item {
    position: relative;
}

.news-date {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .8;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: var(--mainColor);
    color: #fff;
    font-size: 0.75rem;
}

.news-title {
    font-weight: 700;
    font-size: 1rem;
    color: var(--mainColor);
    margin-top: 0.5rem;
}

.line_2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
    height: 2.625rem;
    line-height: 1.313rem;
}

.news-intro, .news-intro * {
    font-size: 0.875rem !important;
}

.slick-arrow {
    width: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7f7f7;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    color: #707070;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    transition: .3s;
    outline: none;
    opacity: .9;
    position: absolute;
    border-radius: 5px;
    z-index: 1;
    cursor: pointer;
}

.slick-arrow.prev {
    left: 0.5rem;
}

.slick-arrow.next {
    right: 0.5rem;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.swiper-product[data-row='2'] .slick-slide>div {
    display: flex;
    justify-content: space-between;
}

.view-more-category {
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
}

.w-fit-content {
    width: fit-content;
}

.nav-tab-category {
    box-shadow: 0 0px 0px 0 #fff, 0 0px 3px 0px #fff;
    height: calc(100% - 20px);
    max-width: calc(320px + 103px);
    bottom: 10px !important;
    max-height: calc(100vh);
    transition: all 0.5s ease;
    z-index: 11;
    background: #fff;
    width: calc(100% - 20px);
    border-radius: 10px;
    overflow: hidden;
    position: fixed;
    left: 10px;
    transform: translateX(-200%);
}

.nav-tab-category.active {
    transform: translateX(0);
}

.nav-tab-category-wrap {
    width: 104px;
    height: 100%;
    overflow-y: auto;
}

.item-child {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 104px);
    height: 100%;
    background: #fff;
    padding: 0.5rem 0;
    opacity: 0;
    transition: all .4s;
}

.nav-item.active .item-name {
    color: #fff;
    background: var(--mainColor);
}

.item-name {
    font-size: 0.75rem;
    text-align: center;
}

.nav-item {
    cursor: pointer;
}

.nav-item.active .item-child {
    opacity: 1;
    z-index: 999;
}

.item-name img {
    height: 50px;
    width: auto;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5rem;
}

.bg-cover {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
    cursor: var(--overlayimg) 28 28, auto;
    position: fixed;
    display: none;
}

.item-name {
    border-bottom: 1px solid #f2f2f2;
}

.item-name .line_2 {
    line-height: 1rem;
    height: 2rem;
}

*:not(.child-category)::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f7f7;
}
*:not(.child-category)::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(var(--mainColor)), to(var(--mainColor)), color-stop(0.6, var(--mainColor)));
}
*:not(.child-category)::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f7f7f7;
    border-radius: 10px;
}

.item-child a {
    display: block;
    width: 100%;
    padding: 0.75rem;
    border-bottom: 1px solid #dee2e6!important;
}

.item-child>ul>li>a {
    font-weight: 700;
}

.item-child>ul>li>ul>li {
    position: relative;
    margin: 0 0.75rem;
}

.item-child>ul>li>ul>li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--mainColor);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ov-hidden {
    overflow: hidden;
}

.breadcrumb {
    margin: 0.5rem 0;
}

.breadcrumb>li>a {
    font-size: 0.75rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-size: 0.6rem;
    float: none;
    padding-right: 0.25rem;
    color: var(--mainColor);
}

.breadcrumb>li:first-child:before {
    content: "\f015";
    font-family: "Font Awesome 6 Pro";
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--mainColor);
}

.sort ul {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.sort>span {
    font-size: 1rem;
}

.sort ul li {
    padding: 0.25rem 0.5rem;
}

.filter-sort {
    padding-bottom: 0.65rem;
    border-bottom: 1px solid #ddd;
}

.filter {
    background: var(--mainColor);
    color: #fff;
    font-weight: 700;
}

.filter>i {
    font-size: 1rem;
}

.paginator {
    display: flex;
    justify-content: center;
    border-top: solid 1px #efefef;
    padding-top: 20px;
    margin-top: 40px;
}

.paginator a, .paginator span {
    position: relative;
    text-decoration: none;
    background-color: #fff;
    margin-right: 10px;
    color: #7a7d82;
    font-weight: 400;
    transition: ease-in-out .3s;
    border: 1px solid #e4e4e4;
    line-height: 18px;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
}

span.labelPages, span.titlePages {
    display: none;
}

.paginator .currentPage, .paginator a:hover, .paginator span:hover {
    border-color: var(--mainColor);
    color: #fff;
    background: var(--mainColor);
    transform: scale(1.1);
}

.paginator a.paging-first, .paginator a.paging-last {
    display: none;
}

.paging-next:before, .paging-previous:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: var(--mainColor);
}

.paging-next:hover:before, .paging-previous:hover:before {
    color: #fff;
}

.paging-last:before {
    content: "\f101";
}

.paging-previous:before {
    content: "\f104";
}

.paging-next:before {
    content: "\f105";
}

.paging-first:before {
    content: "\f100";
}

.category-child {
    background: var(--mainColor);
}

.category-child-wrap {
    background: rgba(255, 255, 255, 0.6);
}

.brand-name {
    color: var(--mainColor);
}

.status {
    font-weight: 600;
}

.p-price-public {
    font-size: 34px;
    color: #fd8400;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #666666;
    font-weight: 600;
    margin-right: 0.5rem;
}

.p-price-origin {
    font-size: 18px;
    color: #929292;
    text-decoration: line-through;
}

.p-line {
    margin-top: 20px;
}

.p-line-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.p-line-content a.deactive {
    opacity: 0.4;
    cursor: not-allowed;
}
.p-line-content a {
    padding: 5px 15px;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: all .3s;
}

.p-line-content.select-color a {
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all .3s;
    border-radius: 50%;
    padding: 1px;
    width: 35px;
    height: 35px;
}
.p-line-content a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.p-line-content a.active {
    background: #000;
    color: #fff;
}

.p-line-content.select-color a.active {
    border-color: #000;
    background: transparent;
}

._quantity {
    width: 5rem;
    text-align: center;
}

._buyNow {
    background: linear-gradient(var(--mainColor2), var(--mainColor));
    transition: all 0.5s;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

._buyNow span {
    text-transform: none;
    font-weight: 400;
}

._addToCart {
    width: 50%;
    background: #fff;
    border: 2px solid var(--mainColor);
    color: var(--mainColor);
    transition: all 0.3s;
    white-space: nowrap;
    padding: 0 10px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.p-contact {
    text-transform: uppercase;
    font-weight: 700;
}

.p-contact span {
    text-transform: none;
    font-weight: 400;
}

.w-fit-content {
    width: fit-content !important;
}

.color-main {
    color: var(--mainColor);
}

.p-gift ._addToCart {
    font-size: 1rem;
}

.p-gift p {
    margin-bottom: 0.25rem;
}

.p-gift p a {
    font-weight: 600;
    color: var(--mainColor);
}

.btn-shopee {
    font-size: 1rem;
}

.p-coupon-title {
    position: absolute;
    left: 1rem;
    top: -0.725rem;
    z-index: 2;
}

.p-shopee {
    margin-bottom: 2rem;
}

.coupon-item button {
    background: var(--mainColor);
    border-radius: 15px;
    border: 1px solid var(--mainColor);
    color: #fff;
    font-size: 0.875rem;
    display: block;
    font-weight: 600;
    margin-top: 10px;
}

.coupon-item {
    margin: 0.75rem 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-pills .nav-link {
    background: transparent;
    border: none;
    padding: 0.5rem 1rem;
    color: var(--darkgray-color);
    font-weight: 700;
    font-size: 0.875rem;
    border-radius: 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--orange);
    border-bottom: 3px solid var(--orange);
}

.tab-pane {
    margin-bottom: 1rem;
}

.pd-content>strong {
    color: var(--mainColor);
    font-size: 1.25rem;
    margin-bottom: 1rem;
    display: block;
}

.tab-content>.tab-pane {
    display: block !important;
    opacity: 1 !important;
}

.slider-product-category .product-img img {
    height: 100px;
    object-fit: cover;
}

.slider-product-category .product-name {
    font-size: 0.95rem;
}

.slider-product-category .product-info {
    width: calc(100% - 100px - 0.25rem);
}

.slider-product-category .slick-slide>div {
    display: flex;
    gap: 0.75rem;
}

.latest-news .news-img img {
    width: 94px;
    height: 63px;
}

.latest-news .news-info {
    width: calc(100% - 94px - 0.75rem);
}

.latest-news .news-title {
    font-size: 0.875rem;
    color: var(--textColor);
}

.latest-news .news-date {
    position: unset;
    background: transparent;
    color: var(--textColor);
}

.product-tab .nav {
    position: sticky;
    top: 0;
    background: #fff;
}

.cart-item {
    border: 1px solid #bebebe;
    padding: 1.25rem;
    transition: all 0.3s ease;
    border-radius: 1.25rem;
}

.product img {
    max-height: 80px;
    max-width: 80px;
    width: auto;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}

.cart-product-img {
    width: 80px;
    height: 80px;
    margin-right: 0.875rem;
}

.qty-btn {
    width: 25px;
    height: 25px;
    border: none;
    font-weight: 700;
    font-size: 0.65rem;
    background: #eee;
}

.input-qty {
    border: none;
    width: 25px;
    height: 25px;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
}

.cart-product-price {
    font-weight: 600;
    font-size: 1.25rem;
}

.item-title {
    font-weight: 700;
}

._removeCart {
    color: #fff;
    background: var(--orange);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
    right: -5px;
    cursor: pointer;
}

.total-price {
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #bababa;
    font-weight: 700;
    color: #fd8400;
    font-size: 1.5rem;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}

.progress-bar {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
    overflow: unset;
}

.js-free-shipping {
    height: 8px;
    background: #e9e9e9;
    overflow: initial;
}



.js-free-shipping .icon {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    transition: 1.2s all;
    font-size: 1rem;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.btn-checkout {
    border: none;
    background: var(--mainColor);
    font-size: 16px;
    transition: all 0.3s ease;
}

.sign-form input {
    width: 100%;
    outline: none;
    padding: 8.5px 20px;
    letter-spacing: 1px;
    border: 1px solid var(--mainColor);
    border-radius: 10px !important;
    margin-bottom: 0.875rem;
}

.sign-form {
    max-width: 600px;
}

.sign-form input.htmlBtn, .htmlBtn {
    width: 200px;
    max-width: 100%;
    background-color: var(--mainColor);
    border-color: var(--mainColor);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    outline: none;
    padding: 8.5px 20px;
    letter-spacing: 1px;
    border: 1px solid var(--mainColor);
    border-radius: 10px !important;
    margin-bottom: 0.875rem;
}

.btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forgot-btn {
    font-weight: 700;
    font-size: 0.875rem;
}

.wrap-profile {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
    background: rgb(248, 249, 250) !important;
    padding: 1rem;
    border-radius: 10px;
}

.wrap-profile p {
    margin-bottom: 0;
}

.action-item {
    display: flex;
    width: 100%;
    gap: 1rem;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.action-item i {
    font-size: 1.25rem;
}

.action-item:last-child {
    border: none;
}

.address-detail {
    padding: 1rem;
    background: #f1f4f6;
}

._depotItem {
    padding: 0.35rem 0.25rem;
    border: 1px solid #000;
    border-radius: 0.25rem;
    margin-bottom: 0.25rem;
}

._depotItem p {
    margin-bottom: 0;
}

.locationTitle {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}

._depotList {
    max-height: 385px;
    overflow: auto;
    padding-right: 0.25rem;
}

.news-item {
    position: relative;
}

.news-slider .news-info {
    position: absolute;
    bottom: 0;
    padding: 1rem;
    left: 0;
    width: 100%;
    z-index: 2;
}

.news-slider .news-item:after {
    content: '';
    height: 60%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0%, black 100%);
    z-index: 0;
}

.news-slider .news-info * {
    color: #fff;
}

.news-top .news-date {
    position: unset;
    background: transparent;
    color: #fff;
    opacity: 1;
}

.news-horizontal .news-img img {
    width: 150px;
    height: 100px;
}

.news-horizontal .news-img img {
    width: 90px;
    height: 65px;
}

.news-horizontal .news-info {
    width: calc(100% - 150px - 1rem);
}

.news-horizontal.news-aside .news-info {
    width: calc(100% - 90px - 1rem);
}

.news-slider .news-img img {
    height: 330px;
}

.news-horizontal .news-info * {
    color: var(--textColor);
}

.bg-sale {
    background: #fff7f4;
}

.news-horizontal.news-aside .news-date {
    position: unset;
    background: transparent;
}

.news-horizontal.news-aside .news-title {
    font-size: 0.875rem;
}

.slider-news-category img {
    width: 48px;
    height: 48px;
}

.snc-item {
    background-color: #FFF9E6;
    border: 1px solid #ffd8b3;
}

.text-color {
    color: var(--textColor) !important;
}

.news-category-item {
    background: #f3faf7;
}

.product-suggest .product-img img {
    width: 100px;
    height: 100px;
}

.wrap-aside {
    position: sticky;
    top: 100px;
}

.buy-now {
    min-width: 40px;
    height: 40px;
    background: var(--mainColor2);
    border: 2px solid #fff;
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #fff;
    font-size: 1.15rem;
}

.footer-keyword ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-keyword ul li {
    width: calc(100% / 6 - 15px);
    margin-right: 15px;
}

.footer-keyword ul li:nth-child(6n) {
    margin-right: 0;
}

.footer-keyword ul li a {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
    border-radius: 50rem !important;
    background: #ffffff1c;
}

.slick-slide .category-info img {
    display: block;
    height: 100%;
    object-fit: cover;
}

.category-info {
    height: 100%;
    display: block;
}

.header-menu>ul>li>ul>li>a {
    font-weight: 600;
}

.header-menu>ul>li>ul>li>a>img {
    max-width: 250px;
    min-width: 200px;
}

.over-lay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.3);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: -1;
}

.header-menu>ul>li.has-c:hover ~ .over-lay {
    opacity: 1;
    visibility: visible;
}

.product-img {
    position: relative;
}

.p-btn-action {
    min-width: 40px;
    height: 40px;
    background: var(--mainColor);
    border: 2px solid #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 1.15rem;
    z-index: 2;
    border-radius: 10px;
    transform: translateX(50px);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.product-item:hover .p-btn-action {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.product-img img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.slick-brand .slick-slide {
    margin: 0 30px;
}

.slick-brand .slick-list {
    margin: 0 -30px;
}
.aside-product .product-suggest .img-main{
    display: block;
    width: 100px;
    height: 100px;
}
.product_view_detail_content_box {
    width: 100%;
    display: block;
    overflow: hidden;
    max-height: 500px;
    position: relative;
}
.pd-content.active .product_view_detail_content_box {
    overflow: initial;
    max-height: initial;
}
.loadmoresee {
    text-align: center;
}
.loadmoresee a {
    display: inline-flex;
    padding: 8px 24px;
    margin-top: 10px;
    color: #000;
    align-items: center;
    gap: 5px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 1px solid #000;
    border-radius: 10px;
}
.pd-content .product_view_detail_content_box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: linear-gradient(transparent, #fff);
}
.pd-content.active .product_view_detail_content_box::after {
    content: unset;
}
@media (min-width: 1024px) {
    header {
        position: fixed;
        z-index: 9;
        width: 100%;
        top: 0;
        left: 0;
    }
    .main {
        margin-top: 140px;
    }
    .video-item {
        width: calc(25% - 10px) !important;
        margin-bottom: 15px;
    }
    .swiper-product[data-row='2'] .product-item {
        width: calc((100% / 6) - 0.75rem) !important;
        margin-bottom: 0.75rem;
    }
    .product-category-item:last-child {
        position: relative;
    }
    .product-category-item:last-child .child-category {
        position: absolute;
        right: 0;
        top: 0;
    }
    .product-category-item:last-child .head-title .title {
        justify-content: flex-start !important;
    }
    .product-category-item:last-child .line-bottom:before {
        display: none;
    }
    .product-category-item:last-child .child-category {
        margin-top: 0 !important;
    }
}

@media (max-width: 1023px) {
    .search-form input {
        min-width: unset;
    }
    .logo img {
        height: auto;
    }
    .search-form {
        width: calc(100% - 50px);
    }
    .header-action-item i {
        border: none;
        padding: 0;
        font-size: 1.5rem;
    }
    .banner-home-right a {
        width: 50%;
    }
    .policy-item {
        width: 25%;
        margin-bottom: 0.5rem;
    }
    .policy-item p {
        font-size: 0.75rem;
        width: 90%;
        margin: 0 auto;
    }
    .policy-item img {
        margin-bottom: 0.25rem;
        height: 50px;
    }
    .home-flash-sale .head-title .title {
        justify-content: center;
    }
    .head-title p {
        margin-left: 0;
        margin-bottom: 0.75rem !important;
        margin-top: 0.25rem;
    }
    .category-name {
        font-size: 0.875rem;
    }
    .child-category {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
        width: 100%;
        justify-content: unset;
        padding-bottom: 0.75rem;
    }
    .slider-category-product {
        width: 65%;
    }
    .hot-category-item, .home-review-video {
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .ov-initial {
        position: unset;
    }
    .ov-initial .slick-list {
        overflow: initial;
    }
    .slider-video {
        width: 65%;
    }
    .news-img img {
        height: 270px;
    }
    .swiper-product[data-row='2'] .product-item {
        width: calc(50% - 0.375rem) !important;
        margin-bottom: 0.75rem;
    }
    .bottom-navbar {
        bottom: 0;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 11;
        position: fixed;
        box-shadow: 0 7px 36px rgba(16, 42, 67, 0.15);
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        transition: all .5s;
    }
    .bottom-navbar>ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .bottom-navbar>ul>li {
        width: 20%;
        padding: 0.75rem 0;
    }
    .bottom-navbar>ul>li>a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        font-size: 1.125rem;
    }
    .bottom-navbar>ul>li>a>span {
        font-size: 0.7rem;
        font-weight: 600;
    }

    .nav-tab-category {
        display: flex;
        align-items: flex-end;
        height: 70vh;
        bottom: 75px !important;
    }
    .nav-tab-category-wrap {
        width: 100%;
        display: flex;
        white-space: nowrap;
        flex-wrap: nowrap;
        height: 104px;
    }
    .item-child {
        height: calc(100% - 104px);
        width: 100%;
    }
    .item-child>ul {
        height: calc(100% - 40px);
        overflow: auto;
    }
    .wrap-item img {
        width: 100%;
        object-fit: cover;
    }
    .p-price-public {
        font-size: 1.75rem;
    }
    ._addToCart {
        width: 50%;
    }
    ._addToCart i {
        font-size: 1rem;
    }
    ._buyNow {
        font-size: 1rem;
    }
    ._buyNow span {
        font-size: 0.8rem;
        font-weight: 500;
    }
    .shopee-img img {
        width: 120px;
        height: auto;
        object-fit: cover;
    }
    .wrap-coupon-item {
        display: none;
    }

    .product-tab .nav {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
        width: 100%;
    }

    .footer-title {
        margin-top: 1rem;
    }

    .pd-content>strong {
        font-size: 1.125rem;
    }

    .waves {
        height: 40px;
        min-height: unset;
    }
    .col-info-right {
        margin-top: 30px;
    }
}
.p-coupon {
    padding-bottom: 3rem !important;
}
.toggle-coupon-mb {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-top: 1px solid var(--mainColor);
    background: transparent;
    padding: 0.5rem 0;
    color: var(--mainColor);
}

@media (min-width: 992px) {
    #_quickViewModal {
        --bs-modal-width: 960px !important;
    }
}
.popup-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 22px;
    border: none;
    cursor: pointer;
    z-index: 10;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-bar {
    background-color: #b2161a;
    height: 50px;
}
.top-bar img {
    height: 50px;
}

.tp_product_detail .slider-nav .slick-current.slick-active img {
    border: 1px solid #000;
}
.pd-content img {
    height: 100%;
}
.product-price--current {
    color: #cf112c;
}

@media (max-width: 991px) {
    .footer-keyword ul {
        row-gap: 10px;
    }
    .footer-keyword ul li {
        width: auto;
        position: relative;
        padding: 0 10px;
        margin-right: 0;
    }
    .footer-keyword ul li:not(:last-child)::after {
        content: "|";
        position: absolute;
        right: -2px;
        color: #999;
    }
}

/*check out*/
/* Bo góc modal */
.modal-content {
    border-radius: 20px;
}

/* Header */
.modal-header {
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

/* Title section */
.coupon-section-title {
    font-weight: 600;
    margin-bottom: 15px;
}

/* Card voucher */
.coupon-card {
    display: flex;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

/* Cột trái màu cam */
.coupon-left {
    width: 90px;
    background: #f68b2c;
    color: #fff;
    text-align: center;
    padding: 15px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.coupon-icon {
    font-size: 22px;
    margin-bottom: 6px;
}

.coupon-type {
    font-size: 14px;
    font-weight: 500;
}

/* Nội dung */
.coupon-content {
    flex: 1;
    padding: 12px 15px;
    font-size: 14px;
}

.coupon-title {
    font-weight: 600;
    font-size: 16px;
}

.coupon-desc,
.coupon-exp {
    color: #777;
    font-size: 13px;
}

.coupon-code {
    margin-top: 5px;
    font-size: 13px;
}

.coupon-code a {
    color: #0d6efd;
    text-decoration: none;
}

/* Nút + bên phải */
.coupon-action {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plus-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}

/* Footer */
.coupon-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coupon-selected {
    color: #666;
    font-size: 14px;
}
.t-wishlist{
    font-size: 25px;
    margin: 20px 0;
    font-weight: 700 !important;
}

.sidebar_mobi {
    position: fixed;
    right: 10px;
    width: 0;
    z-index: 11;
    height: calc(100vh - 16px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all ease;
}
@media (min-width: 992px) {
    .sidebar_mobi {
        top: 8px !important;
    }
}
.sidebar_mobi.open {
    visibility: visible;
    opacity: 1;
    width: 25%;
}
.pr-0, .px-0 {
    padding-right: 0 !important;
}
@media (min-width: 768px) {
    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important;
    }
}
.modal-open {
    overflow: hidden;
}
.aside-filter {
    overflow-y: auto;
    overflow-x: hidden;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.text-main {
    color: #326e51;
}
.h2.title-head {
    font-size: 18px;
}
.filter-group ul {
    overflow-y: auto;
    margin: 15px 0;
    max-height: 200px;
}
label[for] {
    cursor: pointer;
}
.filter-item--check-box .fa {
    width: 20px;
    min-width: 20px;
}
.mr-2, .mx-2 {
    margin-right: .5rem !important;
}
.filter-item--check-box input + .fa:before {
    content: "";
    border-radius: 10px;
    font-size: 18px;
    border: solid 1px #929292;
    line-height: 40px;
    position: absolute;
    top: -15px;
    height: 20px !important;
    width: 20px;
}
.filter-item--check-box input:checked + .fa:before {
    border-color: #326e51;
    background: #326e51;
}
.filter-item--check-box input:hover + .fa:after {
    filter: brightness(0.5);
    opacity: 1;
}
.filter-item--check-box label:hover {
    color: #326e51;
}
.filter-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.filter-item--check-box .fa2 {
    transition: all 0.3s ease;
    width: 100%;
}
.filter-item--check-box input:checked + .fa2 {
    border-color: #326e51 !important;
    color: #326e51;
}
.filter-item--check-box input:hover + .fa2 {
    border-color: #326e51 !important;
    color: #326e51;
}
.gap_8 {
    gap: 8px;
}
.filter-container__selected-filter-header-title {
    color: #326e51;
    font-size: 18px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.filter-container__selected-filter-item a {
    font-size: 14px;
    color: #fff;
    padding: 3px 10px 3px 5px;
    background: #326e51;
    border-radius: 15px;
}
.filter-container__selected-filter-item svg {
    fill: #d80000;
    background: #fff;
    border-radius: 20px;
    padding: 3px;
    vertical-align: text-top;
}
.sidebar_mobi .close_fillter {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #326e51;
}
.filter-item--check-box input + .fa:after {
    content: "";
    background-image: url(//theme.hstatic.net/200000865177/1001219418/14/checked_filter.png?v=2845);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-size: 60%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: -16px;
    left: 0px;
    opacity: 0;
    transition: 0.5s all;
}
.filter-item--check-box input:checked + .fa:after {
    opacity: 1;
}
@media (max-width: 768px) {
    .open-filter{
        position: fixed;
        z-index: 99;
        top: 300px;
        right: 20px;
    }
    .sidebar_mobi.open{
        width: 100%;
        top: 0;
    }
    .sidebar_mobi .close_fillter{
        position: fixed !important;
        top: 0;
        right: 0;
        bottom: unset;
        left: unset;
    }
}
.gift-item a{
    display: flex;
    align-items: center;
}
.price-gift{
    margin-bottom: 0;
}
.link-news{
    text-align: center;
    display: block;
}
.link-news a{
    border: 1px solid;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 700;
}
.album_list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(40px / 3);
}
.album_item {
    width: calc(25% - 10px);
    border-radius: 4px;
    overflow: hidden;
}
.album_item_img {
    overflow: hidden;
}
.album_item_img img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: all .3s ease;
}
.album_item_name {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    height: 60px;
    padding: 0 6px;
    text-align: center;
}
.album_item_name a {
    font-weight: 600;
    text-decoration: none;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease;
}
.child-category>li.active{
    background: #000;
    color: #fff;
}
@media (max-width: 992px) {
    .album_item {
        width: calc((100% / 3) - 10px);
    }
}
@media (max-width: 767px) {
    .album_list {
        gap: 16px;
    }
    .album_item {
        width: calc(50% - 8px);
    }
}

@media (max-width:767px){
    .sort span{
        white-space:nowrap;
        flex:0 0 auto;
    }
    .sort ul{
        display:flex;
        flex-wrap:nowrap;
        gap:10px;
        margin:0;
        padding:0;
    }
    .sort ul li{
        list-style:none;
        flex:0 0 auto;
    }
    .sort{
        display:flex;
        align-items:center;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
        padding-bottom: 10px;
    }
    .sort::-webkit-scrollbar{
        height: 3px;
    }
    .sort::-webkit-scrollbar-thumb{
        background: #9f9f9f;
        border-radius:10px;
    }
    .p-btn-action{
        display: none !important;
    }
    .cart-item {
        flex-wrap: wrap;
    }
}