@font-face {
    font-family: 'SVN-Gilroy';
    src: url('/fonts/Gilroy/SVN-Gilroy-Regular.woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('/fonts/Gilroy/SVN-Gilroy Medium.otf');
    font-weight: 500;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('/fonts/Gilroy/SVN-Gilroy SemiBold.otf');
    font-weight: 600;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('/fonts/Gilroy/SVN-Gilroy Bold.otf');
    font-weight: 700;
}

@media (max-width:768px) {
    .hidden-mobile {
        display: none !important;
    }
}

@media (min-width:769px) {
    .hidden-des {
        display: none !important;
    }
}
@media (max-width:1200px) {
    .hidden-menu-mobile {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-menu-des {
        display: none !important;
    }
}
:root {
    --black-color: #000;
    --white-color: #fff;
    --bg-header-main: #f6f6f6;
    --red-color: #FF5454;
    --gray-color: #ABABAB;
    --bg-coupon: #FFF2F2;
    --bg-service: #F5F5F7;

}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
span,
a,
p,
sub,
blockquote,
th,
td {
    outline: none;
    font-size: 16px;
    margin: 0;
    color: #000
}

body {
    font-family: 'SVN-Gilroy', sans-serif;
    overflow-x: hidden;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    transition: all .2s;
    cursor: pointer;
}
img.lazyloaded{
    object-fit: cover !important;
}
img.lazyloading,
img[data-src=""]{
    object-fit:scale-down !important;
}
a:hover {
    color: #000;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 2px;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1380px;
    }
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev,
.slick-next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
}

.slick-arrow::before {
    color: var(--black-color);
    font-size: 26px;
}

.slick-next::before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f0da';
    font-weight: 700;
}

.slick-prev::before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f0d9';
    font-weight: 700;
}

.slick-next.slick-arrow {
    right: -10px;
}

.slick-prev.slick-arrow {
    left: -10px;
}
@media (max-width: 768px){
    .slick-next.slick-arrow {
        right: 0px;
    }

    .slick-prev.slick-arrow {
        left: 0px;
    }
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;


    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
@media (min-width: 1800px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1740px;
        width: 1740px;
    }
}

/* Header */
.header-top {
    background-color: var(--black-color);
    padding: 10px 0;
}

.top-bar {
    text-align: center;
    color: var(--white-color);
}

.top-bar a {
    font-weight: 600;
    font-size: 16px;
}

.top-bar a>span {
    font-weight: 400;
    color: var(--white-color);
    font-size: 16px;
    margin-left: 15px;
}

.top-bar a>span>i {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.top-bar a:hover {
    color: var(--white-color);
}

.header-wrap{
    -webkit-transition:  all 0.2s ease-out;
    -moz-transition:  all 0.2s ease-out;
    -o-transition:  all 0.2s ease-out;
    transition:  all 0.2s ease-out;
    top: -50px;
}
.header-wrap.header_fixed{
    background-color: var(--white-color);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1040;
}
.header-wrap.header_fixed .header-top{
    display: none;
}
.header-wrap.header_fixed .submenu {
    top: 63px;
}


.header-main {
    background-color: var(--bg-header-main);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
}

.header-logo {
    max-width: 100px;
    max-height: 32.42px;
}



.header-action {
    display: flex;
}

.header-cart {
    margin: 0 30px;
}

.header-action-item i {
    font-size: 24px;
}




.header-bottom {
    padding: 10px 0;
    border-top: 0.5px solid #686868;
    border-bottom: 0.5px solid #686868;
}

.header-bottom ul {
    display: flex;
    justify-content: center;
}

.header-bottom ul>li {
    margin: 0 10px;
    color: var(--red-color);
}

.header-bottom ul>li>a:hover {
    color: var(--gray-color);
}

.header-search-box {
    position: absolute;
    width: 100%;
    height: 108px;
    top: 44px;
    left: 0;
    background-color: var(--white-color);
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.header-search-box.active {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
}

.header-search-box form {
    height: 100%;

}

.search-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 532px;
    margin: 0 auto;
    transition: all .3s;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
}

.search-inner input {
    border: 0;
    background-color: hsla(0, 0%, 83.1%, .4);
    box-shadow: none;
    height: 50px;
    padding: 0 20px;
    border-radius: 33px;
}

.search-inner input:focus {
    box-shadow: none;
    outline: none;
    background-color: hsla(0, 0%, 83.1%, .4);
}

.search-inner button {
    position: absolute;
    background-color: #0000;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 40px;
    right: 30px;
    z-index: 10;
}

.close-search {
    position: absolute;
    right: -50px;
}

.header-cart-icon {
    position: relative;
}

.header-cart-icon span {
    display: block;
    height: 20px;
    width: 20px;
    color: var(--white-color);
    background-color: red;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    padding: .5px;
    position: absolute;
    top: -8px;
    right: -12px;
}


@media (max-width:1200px) {
    .header-nav {
        display: flex;
    }

    .header-cart-preview{
        display: none;
    }

    .top-bar a,
    .top-bar a>span {
        font-size: 14px;
    }

    .menu-toggle {
        width: 40px;
        height: 40px;
        display: block;
        position: relative;
        cursor: pointer;
        background-color: transparent;
        text-decoration: none;
        color: inherit;
        transition: all .2s;
    }

    .menu-toggle span {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 2px;
        background-color: #000;
        transform: translate3d(-50%, -50%, 0);
        transition: all .3s;
    }

    .menu-toggle span:first-of-type {
        top: calc(50% - 8px);
    }

    .menu-toggle span:nth-of-type(2) {
        width: 14px;
        left: 44%;
    }

    .menu-toggle span:nth-of-type(3) {
        top: calc(50% + 8px);
    }

    .menu-toggle.active span:first-of-type {
        top: calc(50% - 1px);
        left: calc(50% - 8px);
        transform: translateZ(0) rotate(45deg);
    }
    .menu-toggle.active span:nth-of-type(2) {
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }
    .menu-toggle.active span:nth-of-type(3) {
        top: calc(50% - 1px);
        left: calc(50% - 8px);
        transform: translateZ(0) rotate(-45deg);
    }
    .header-logo-mobile{
        max-width: 100px;
    }
    .header-cart{
        margin: 0;
    }
    .header-action-item{
        height: 40px;
        width: 40px;
        display: block;
        padding: 8px 0;
        text-align: center;
    }
    .header-action-item>i{
        display: block;
        margin: auto;
    }
    .nav-bar{
        position: absolute;
        width: 100%;
        z-index: 100;
        left: 0;
        top: 115px;
        background-color: var(--white-color);
        padding: 15px;
    }
    .close-search{
        display: none;
    }
    .header-search-box{
        /* display: none; */
    }
    .nav-bar>li{
        position: relative;
        padding: 5px 0;
        border-top: 1px solid #e8ebed;
    }
    .nav-bar>li>a{
        color: #7c7c7c;
        font-weight: 400;
        font-size: 16px;
        line-height: 40px;
        text-transform: capitalize;
    }
    .submenu{
        padding: 0 10px 0 20px;
        display: none;
    }
    .submenu-div>a{
        font-weight: 600;
        font-size: 14px;
        line-height: 40px;
        opacity: .7;
    }
    .submenu>ul>li>a{
        font-size: 14px;
        line-height: 40px;
        color: #7c7c7c;
    }
    .submenu>ul>li>a:hover{
        color: var(--black-color);
    }
    .has-submenu::before{
        font-family:'Font Awesome 6 Pro';
        content: '\f105';
        position: absolute;
        top: 14px;
        right: 10px;
        transition: all .3s;
    }
    .has-submenu.active::before{
        transform: rotate(90deg);
    }
    .nav-bar{
        display: none;
        height: 100vh;
        overflow-y: scroll;
    }
    .nav-bar.active{
        display: block;
    }
    .submenu-image{
        display: none;
    }
    .submenu .container{
        padding: 0;
    }
}

@media (min-width:769px) {

    .has-submenu {
        position: relative;
    }

    .submenu {
        position: fixed;
        z-index: 100;
        background-color: var(--white-color);
        padding: 25px;
        top: 107px;
        left: 0;
        display: flex;
        width: 100vw;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all .3s ease-in-out;
    }
    .submenu-inner{
        display: flex;
        justify-content: start;
    }
    .submenu-div{
        width: 15%;
        text-align: left;
    }
    .submenu-image{
        width: 40%;
    }
    .has-submenu:hover>.submenu {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .submenu>a {
        font-weight: 600;
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .submenu-div>a{
        font-size: 16px;
        font-weight: 500;
    }
    .submenu ul a {
        font-size: 16px;
        color: var(--gray-color);
    }

    .submenu ul a:hover {
        color: var(--black-color);
    }



    .nav-bar>li {
        margin: 0 10px;
        position: relative;
        /* min-width: 80px; */
        text-align: center;
    }

    .nav-bar>li:before {
        content: "";
        display: none;
        width: 100%;
        position: absolute;
        border-bottom: 4px solid var(--black-color);
        bottom: -20px;
    }

    .nav-bar>li:hover::before {
        display: block;
    }

    .nav-bar>li>a {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        text-transform: uppercase;
    }

    .header-cart {
        position: relative;
    }

    .header-cart-preview {
        position: absolute;
        background-color: var(--white-color);
        width: 400px;
        right: 0;
        top: 40px;
        z-index: 100;
        padding: 15px;
        border-radius: 16px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .06666666666666667);
        border: 1px solid #d9d9d9;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all .3s ease-in-out;
    }

    .header-cart:hover>.header-cart-preview {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .hcp-header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .hc-total {
        font-size: 14px;
        font-weight: 600;
    }

    .hcp-header a {
        font-size: 14px;
        color: var(--red-color);
    }

    .hcp-item {
        display: flex;
        align-items: center;
        position: relative;
        margin-bottom: 15px;
    }

    .delete-hcp-item {
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .delete-hcp-item i {
        font-size: 15px;
    }

    .hcp-item-img {
        min-width: 100px;
        width: 100px;
        margin-right: 15px;
        border-radius: 10px;
        overflow: hidden;
        aspect-ratio: 33/50;
        background-color: #f2f2f2;
        position: relative;
    }
    .hcp-item-img>a{
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .hcp-item-img>a>img{
        width: 100%;
    }

    .hcp-item-content a {
        font-size: 16px;
        font-weight: 600;
    }

    .hcp-item-content p {
        font-size: 14px;
    }

    p.hcp-item-price {
        font-size: 18px;
        margin-top: 8px;
    }

    .hcp-list ul {
        max-height: 360px;
        overflow-y: scroll;
    }
}

/* End Header */


/*Homepage slide*/
.hs-item{
    aspect-ratio: 1024/341;
}
.homepage-silde-wrap{
    margin-bottom: 40px;
}
.slide-homepage .slick-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}




    /* Homepage Coupon */
.homepage-coupon-wrap {
    margin-bottom: 40px;
}

.coupon-item {
    display: flex;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.coupon-itrem-left,
.coupon-itrem-right {
    width: 50%;
    border: 3px solid #4383ff;
    padding: 20px 30px;
}

.coupon-itrem-left {
    border-right: 3px dashed #4383ff;
    position: relative;
}

.coupon-itrem-right {
    border-left: none;
    text-align: center;
}

.coupon-itrem-left::before,
.coupon-itrem-left::after {
    content: "";
    display: block;
    background-color: var(--white-color);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 3px solid #4383ff;
    position: absolute;

}

.coupon-itrem-left::before {
    top: -15px;
    right: -16px;
}

.coupon-itrem-left::after {
    bottom: -15px;
    right: -16px;
}

.cp-name,
.cp-code {
    font-weight: 700;
    line-height: 19px;
    color: #002670;
}

.cp-desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    color: #002670;
}

.coupon-itrem-right a {
    display: block;
    background-color: #002670;
    padding: 6px 8px;
    font-size: 14px;
    color: var(--white-color);
    max-width: 100px;
    border-radius: 20px;
    margin: 5px auto 0;
}
@media (max-width: 480px) {
    .homepage-coupon-wrap .row>div:nth-child(2n){
        padding-left: 7px;
    }
    .homepage-coupon-wrap .row>div:nth-child(2n+1){
        padding-right: 7px;
    }
    .homepage-coupon-wrap{
        margin: 20px 0;
    }
    .coupon-itrem-left,
    .coupon-itrem-right{
        border: 2px solid #4383ff;
        padding: 10px 10px;
    }
    .coupon-itrem-right{
        border-left: none;
    }
    .coupon-itrem-left {
        border-right: 2px dashed #4383ff;
        position: relative;
    }
    .coupon-itrem-left::before {
        top: -13px;
        right: -11px;
    }
    .coupon-itrem-left::before, .coupon-itrem-left::after {
        content: "";
        display: block;
        background-color: var(--white-color);
        height: 20px;
        width: 20px;
        border-radius: 50%;
        border: 2px solid #4383ff;
        position: absolute;
    }
    .cp-name, .cp-code {
        font-weight: 700;
        line-height: 12px;
        font-size: 10px;
    }
    .coupon-itrem-left::after {
        bottom: -13px;
        right: -11px;
    }
    .coupon-itrem-right a{
        font-size: 11px;
        padding: 3px 5px;
    }
    .cp-desc {
        font-weight: 300;
        font-size: 10px;
        line-height: 11px;
    }
}
@media (min-width: 1025px) {

    .coupon-itrem-left,
    .coupon-itrem-right {
        padding: 14px 10px;
    }
    .nav-bar {
        display: flex;
    }
}

@media (min-width: 1200px) {

    .coupon-itrem-left,
    .coupon-itrem-right {
        padding: 30px 20px;
    }
}

@media (min-width: 1200px) {

    .coupon-itrem-left,
    .coupon-itrem-right {
        padding: 30px;
    }
}

/* End Homepage Coupon*/

/* Homepage service */
.homepage-service-wrap {
    margin: 60px 0 40px;
}

.homepage-service-inner {
    background-color: var(--bg-service);
    border: 1px solid var(--black-color);
    border-radius: 15px;
    display: flex;
}

.homepage-service-inner>div {
    padding: 0 30px;
}

.service-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.service-item i {
    font-size: 30px;
    margin-right: 15px;
}

.homepage-service-inner {
    padding: 20px 0;
    flex-wrap: wrap;
}

.service-content h4 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 19px;
}
@media (max-width: 769px) {
    .homepage-service-inner {
        margin-bottom: 20px;
    }
    .homepage-service-wrap{
        margin-top: 20px;
    }
    .service-item{
        margin-bottom: 20px;
    }
}
@media (min-width: 769px) {
    .service-item {
        margin-bottom: 0;
    }

}

/* End Homepage service */



/* Homepage Flashsale */
/*.homepage-sale-wrap {*/
/*    margin-top: 40px;*/
/*}*/

.flashsale-header {
    background-color: var(--red-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px 10px 60px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
}

.flashsale-header::before {
    content: "";
    display: block;
    background-image: url('/tp/T0434/img/flashsale.png');
    background-size: cover;
    height: 90px;
    width: 44px;
    position: absolute;
    left: -1px;
    top: -11px;
    /* transform: translateX(-100%); */
}

.flashsale-header h2 {
    color: var(--white-color);
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 0px 3px #FFFFFF;
    line-height: 34px;
    font-size: 32px;

}

.countdown span {
    text-align: center;
    margin: 0 4px;
}

.countdown span>p {
    color: var(--white-color);
    font-size: 12px;
}

.countdown span>strong {
    display: block;
    width: 40px;
    height: 40px;
    background-color: var(--white-color);
    border-radius: 4px;
    padding: 8px 4px;
}

.product-list .slick-slide {
    padding: 0 10px;
}

.product-list {
    margin: 0 -15px;
}


.product-img {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 1/1;
    background-color: #f2f2f2;
}
.product-img>a:first-child{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.productHover{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    display: block;
    visibility: hidden;
    transition: all ease-in-out .3s;
}
.productHover img{
    width: 100%;
}
.album-detail-wrap .product-img>a:first-child{
    position: relative;
    top: 0;
    transform: none;
}
.product-img:hover a>.productHover{
    visibility: visible;
    opacity: 1;
}

.sale-span {
    background-color: var(--red-color);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 14px;
    color: var(--white-color);
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: 10px;
}

.product-img>i {
    position: absolute;
    top: 10px;
    right: 10px;
}

.add-to-cart {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 18px;
}

.product-content {
    margin-top: 15px;
}

.product-content>a {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
    text-align: center;
}

.prd-price-box {
    display: flex;
    justify-content: space-between;
}

.prd-price {
    font-weight: 600;
}

.prd-old-price {
    font-weight: 600;
    color: var(--gray-color);
}

.percent {
    color: #FF5454;
}
@media(max-width: 480px){
    .percent{
        display: none;
    }
}
@media(max-width: 768px){
    .countdown span>strong{
        width: 32px;
    }
    .flashsale-header h2{
        font-size: 20px;
    }
    .flashsale-header{
        padding: 10px 20px 10px 60px;
    }
    .product-img {
        position: relative;
        border-radius: 15px;
        overflow: hidden;
        background-color: #f2f2f2;
        aspect-ratio: 1/1;
    }
    /*.product-img>a:first-child{*/
    /*    position: relative;*/
    /*}*/
}
.product-list {
    margin-bottom: 50px;
}

/* End Homepage Flashsale */


/* Homepage Banner */
.homepage-banner-wrap {
    margin: 50px 0;
}

.banner-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1067/667;
}
.banner-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
}

.banner-content .banner-name {
    font-size: 34px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
}

.banner-content a {
    display: inline-block;
    background-color: var(--black-color);
    padding: 5px 15px;
    color: var(--white-color);
    font-weight: 400;
    border-radius: 25px;
}
@media (max-width: 576px){
    .banner-content {
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
    }
}
@media (max-width: 768px){
    .banner-item{
        margin-bottom: 15px;
    }
    .homepage-banner-wrap {
        margin: 20px 0 30px;
    }
    .homepage-banner-wrap .row>div{
        padding: 0;
    }
    .banner-content .banner-name {
        font-size: 20px;
    }
}
/* End Homepage banner */


/* Homepage Tag */

.homepage-tag-wrap {
    background-color: var(--black-color);
    padding: 30px;
    margin-bottom: 30px;
}

.homepage-tag-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hti-left {
    max-width: 300px;
}

.hti-right {
    color: var(--white-color);
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: right;
    text-transform: uppercase;
    max-width: 300px;
}
@media (max-width: 768px){
    .homepage-tag-inner{
        justify-content: center;
    }
}
/* End Homepage Tag */

/* EXP slide */
.homepage-exp-wrap {
    margin-bottom: 40px;
}

.homepage-exp-list .slick-slide {
    padding: 0 15px;
}

.homepage-exp-list {
    margin: 0 -15px;
}
.exp-item{
    aspect-ratio: 1/1;
}




/* End EXP slide */


/* About Us */
.homepage-aboutus-wrap {
    margin-top: 30px;
}

.banner-left {
    position: relative;
}
.banner-left a{
    display: block;
    aspect-ratio: 551/481;
}

.banner-left-content p {
    font-size: 12px;
    text-align: center;
    color: var(--white-color);
}

.banner-left-content {
    position: absolute;
    width: 80%;
    bottom: 25%;
    right: 50%;
    transform: translateX(50%);
}

.banner-right-top {
    margin-bottom: 5%;
}
.banner-right-top a{
    display: block;
    aspect-ratio: 160/99;
}
.banner-right-bottom a{
    display: block;
    aspect-ratio: 781/228;
}

@media(max-width: 768px){
    .banner-left{
        margin-bottom: 15px;
    }
}
/* End About Us */





/* News Homepage */
.homepage-news-wrap {
    margin-top: 50px;
}

.homepage-title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
}

/*.homepage-new-title {*/
/*    text-transform: uppercase;*/
/*}*/

.homepage-title>i {
    margin-left: 10px;
    font-weight: normal;
    font-size: 22px;
}

.new-item {
    padding: 0 10px;
}

.new-item-img>a {
    display: block;
    width: 100%;
    aspect-ratio: 238/83;
}

.new-item-img>a img {
    width: 100%;
}

.newitem-title {
    margin: 10px 0 20px;
}

.newitem-title a {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.newitem-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 768px){
    .new-item{
        margin-bottom: 15px;
    }
}
/* End News Homepage */




/* Footer */
.footer-wrap {
    margin-top: 80px;
    background-color: var(--black-color);
    padding: 60px 0;
}

.footer-col-inner ul>li,
.footer-col p,
.footer-col h3 {
    color: var(--white-color);
}

.footer-col h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}

.footer-col-inner li {
    margin-bottom: 15px;
}

.footer-col-inner li a:hover {
    color: var(--white-color);
}

.footer-contact {
    display: flex;
    margin-bottom: 36px;
    align-items: center;
}

.footer-contact img {
    margin-right: 20px;
}

.last-col>a {
    display: inline-block;
    padding: 12px 40px;
    background-color: var(--white-color);
    border-radius: 40px;
    margin: 30px 0;
    font-weight: 700;
    font-size: 16px;
}

.last-col>h3 {
    text-transform: uppercase;
}

.footer-contact h3 {
    margin-bottom: 0;
}

.footer-contact a:hover {
    color: var(--white-color);
}

.ft-social-icon {
    background-color: var(--white-color);
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 4px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    margin-right: 10px;
}

.ft-social-icon i {
    font-size: 19px;
}

.footer-social{
    margin: 10px 0 20px;
}
.footer-sc-title{
    color: #fff;
    margin-bottom: 10px;
}
.footer-payment-list{
    display: flex;
    flex-wrap: wrap;
}
.footer-payment-list>li{
    margin: 0 7px 7px 0;
}
.footer-payment-list>li>img{
    max-width: 50px;
}
.footer-col-2 li>span{
    color: #fff;
    margin-right: 4px;
    font-weight: 500;
}
.footer-col-3 li{
    list-style: inside;
}
@media (max-width:768px) {
    .footer-col{
        margin-bottom: 30px;
    }

}
.form-newsletter{
    margin: 20px 0;
}
.form-newsletter form .form-group {position: relative;}
.form-newsletter input {
    width: 100%;
    font-size: 14px;
    color: #999999;
    padding: 0 10px;
    border-radius: 0;
    box-shadow: none;
    outline: none!important;
    transition: initial;
    height: 40px;
    line-height: 25px;
    font-weight: 300;
}
.form-newsletter button {
    background: #000;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    z-index: 0;
    top:0;
    right: 0;
    border-radius: 0;
    border: 1px solid #fff;
    width: 80px;
    height: 40px;
}
.form-newsletter button span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.btn_newsletter{
    background: #323030;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid transparent;
    height: 65px;
    width: 100px;
    padding: 15px;
}
.btn_newsletter:hover,.btn_newsletter:focus {
    background: #323030;
    color: #ffffff;
}
.bct-link img{
    max-width: 150px;
}



/* End Footer */


/*User Modal*/

#userModal .modal-dialog,
#userModalSignup .modal-dialog{
    max-width: 600px;
}
.modal-content{
    position: relative;
    padding: 2rem;
    border-radius: 16px;
    max-height: 95vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.btn-close{
    z-index: 9999;
    position: absolute;
    top: 10px;
    right: 10px;
}
.modal-title{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.subtitle{
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
.modal-body{
    padding: 0;
}
.modal-body input{
    background: #fff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 16px;
    height: 40px;
    width: 100%;
    padding: 5px 20px;
    margin-bottom: 15px;
}
.signin-btn{
    display: block;
    border-radius: 16px;
    height: 39px;
    width: 100%;
    padding: 5px 20px;
    background-color: black;
    color: white;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: .2s all;
}
.signin-btn:hover{
    background-color: #d9d9d9;
    color: black;
}
.login-or-divider{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}
.login-or-divider:before,
.login-or-divider:after{
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    background-color: #ebebeb;
}
.login-provider{
    display: block;
    border: 1px solid #ccc;
    background-color: white;
    width: 100%;
    text-align: center;
    height: 39px;
    border-radius: 16px;
    cursor: pointer;
    margin-bottom: 1rem;
}
.login-provider span{
    line-height: 35px;
    font-weight: 500;
}
.login-provider-face{
    background-color: #3B5998;
}
.login-provider-gg{
    background-color: #DB4437;
}
.login-provider span{
    color: var(--white-color);
}
.auth-actions{
    display: flex;
    justify-content: space-between;
}
#userModalSignup .auth-actions{
    justify-content: center;
}
.btn-close:focus{
    outline: none;
}


/*Quick view*/

#modalQuickView>.modal-dialog{
    max-width:80%;
}

@media (max-width: 768px) {
    #modalQuickView .modal-dialog{
        max-width:100%;
    }
}
.copied-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 300px;
    transition: all .2s;
    box-sizing: border-box;
    z-index: 99999;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
    border-radius: 16px;
    padding: 18px;
    touch-action: pan-y;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .03em;
    color: #000;
    margin-bottom: 0;
    display: none;
}
#popupAddToCart .modal-content{
    padding: 0;
}
#popupAddToCart .modal-header{
    padding: 12px;
}
#popupAddToCart .modal-body{
    padding: 0 12px 12px
}
#popupAddToCart .mb-item{
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0;
}
#popupAddToCart .mb-item>img{
    margin-right: 15px;
    max-width: 100px;
}
.mb-color{
    margin-right: 10px;
}
.cart-info-mb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.cart-info-mb>p:last-child{
    font-weight: 600;
}
.cart-action-mb{
    border: none;
    padding: 15px 0 0;
}
.cart-action-mb a{
    padding: 10px 15px;
    background: #000;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    width: 49%;
    text-align: center;
}
.appendResultProduct{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.appendResultProduct.row{
    margin: 0 !important;
}
.appendResultProduct .col{
    padding: 0 12.75px;
}
.prd-if{
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 10px;
    /*display: none;*/
}
.rating-pview p{
    font-size: 14px;
    color: var( --red-color);
}
.rating-pview span{
    color: var(--red-color);
}
.prd-if .rating-pview{
    display: flex;
    align-items: center;
}
.voteView i{
    font-size: 14px;
}
.qty-sold{
    display: none;
}
.qty-sold,
.rating-pview{
    font-size: 14px;
}
.variantColor {
    text-align: center;
    min-height: 41px;
    margin: 10px 0 0 0;
}

.variantColor ul {
    margin: 0;
}

.variantColor li {
display: inline-block;
}
.variantColor img {
    height: 27px;
    width: 27px;
object-fit: cover;
border-radius: 100%;
border: 1px solid white;
}
.variantColor li {
    display: inline-block;
    border-radius: 100%;
    border: 1px solid white;
    width: 30px !important;
    height: 30px;
    text-align: center;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.variantColor li.active {
    border: 1px solid #e4e4e4;
}

.variantColor li a {
    display: inherit;
}

.variantColor img {
    display: inline-block;
    border-radius: 100%;
}
@media (max-width: 576px){
    .content-product-list .col{
        width: 33.33333% !important;
    }
    .product-list .slick-slide {
        padding: 0 5px;
    }
    .product-content>a{
        font-size: 12px;
        height: 38px;
    }
    .prd-price,
    .prd-old-price{
        font-size: 12px;
    }
    .sale-span {
        font-size: 10px;
        font-weight: 400;
        top: 5px;
        left: 5px;
    }
    .rating-pview p{
        font-size: 10px;
    }
    .rating-pview span{
        font-size: 10px;
    }
    .prd-if{
        top: 5px;
        right: 5px;
    }
    .variantColor li{
        width: 25px !important;
        height: 25px;
        min-width: 25px;
    }
    .variantColor ul{
        display: flex;
        overflow-x: scroll;
        justify-content: center;
    }
    .variantColor ul::-webkit-scrollbar{
        display: none;
    }
    .variantColor{
        min-height: 30px;
        margin: 8px 0 0;
    }
    .product-detail-inner.pv>.container{
        padding-bottom: 0 !important;
    }
    .product-relate-list{
        padding: 40px 0 0 !important;
    }
}
.zalo-chat-widget{
    bottom: 100px !important;
    right: 25px !important;
}
@media (max-width:1023px){
    .header-wrap{
        position: sticky;
        top: 0;
        z-index: 50;
        background: #fff;
    }
}

#modalAd .modal-content{
    padding: 0;
}
.banner-category-inner img {
    width: 100%;
    object-fit: cover;
}