.breadcrumb-content{
    position: relative;
}

.banner img{
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: all.25s;
    -moz-animation: all.25s ease-in-out;
}
.banner img:last-of-type{
    display: none;
}
.text-h1{
    font-size: 1.75rem;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin: 3.125rem auto;
    color: #a2041b;
}
.List-wish {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 3.125rem;
    padding: 1.125rem 2rem 3.125rem 2rem;
    max-width: 90rem;
    /* align-items: stretch; */
    border-bottom: 1px solid #6f6f6f5c;
    margin: 0 auto 3.125rem auto;
}

.line-wishlist{
    max-width: 82rem;
    height: 1px;
    background-color: #a2041b;
    margin: 0 auto;
}
.wishlist .new{
    font-size: 0.75rem;
}
.product-wishlist{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
    gap: 1rem;
    position: relative;
    transition: transform 0.3s ease;
}

.iconwish {
    display: flex;
    justify-content: end; /* Đẩy các phần tử sang hai bên */
    /* width: 100%; */
    padding: 1.25rem 0;
    height: 1.5rem;
    z-index: 1;
    align-items: center; /* Căn giữa theo chiều dọc */
    position: absolute;
    top: 0;
    right: 0.625rem;
}
.iconwish .icon-wishlist-checked.del::before{
    content: "\e907";
    font-size: 0.875rem;
    color: #3e3d42;
}
.checked-hover:hover .icon-wishlist-checked {
    animation: unset
}
.iconwish .icon-wishlist-checked .path2:before {
    content: "\e909";
    right: 0;
    color: #a2041b;
}
.icon-wishlist-checked.del:hover::before{
    color: #a2041b;
}
.iconwish .checked-hover{
    cursor: pointer;
}
.product-wishlist img {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    object-fit: cover;
    -webkit-transition: all .25s;
    transition: all .25s;
}
.List-wish .div-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.List-wish .click-size{
    padding: 0.625rem 0;
    border-top: 1px solid #6f6f6f5c;
    border-bottom: 1px solid #6f6f6f5c;
    position: relative;
    cursor: pointer;
}
.List-wish .size-addcart{
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 1rem;
}
.div-login{
    padding: 0 0.5rem 3.125rem 0.5rem;
    text-align: center;
    display: none !important;
    font-size: 1rem;
}
.div-login .btn-login{
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.btn-login a{
    border: 1px solid #a2041b;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'NTJSans-Bold',sans-serif;
    color: #a2041b;
    padding: 0.75rem 0 0.688rem 0;
    width: 10rem;
}
.btn-login a:hover{
    border: 1px solid #FECB8B;
    color: #FECB8B;
    background-color: #a2041b;
}
.List-wish .text-size::after{
    display: inline-block;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
    font-size: 1rem;
    transform: rotate(90deg);
    position: absolute;
    top: 25%;
    right: 0.5rem;
}
.List-wish .btn-addCart
{
    text-align: center;
    padding: 0.75rem 0 0.625rem 0;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'NTJSans-Bold',sans-serif;
    color: #a2041b;
    border: 1px solid #a2041b;
    cursor: pointer;
}
.List-wish .btn-addCart:hover{
    color: #FECB8B;
    background: #a2041b;
    border: 1px solid #FECB8B;

}

.product-latest {
    position: relative;
    border: 1px solid transparent;
    /* box-shadow: 0 0 0.5rem transparent; */
    transition: box-shadow 0.3s ease;
    overflow: hidden;
}
/* .popular-categories .product-latest:hover{
    border: 1px solid #6f6f6f30;
} */
/* .price-product .num-price{
    padding-right: 0.25rem;
} */
.text-product p{
    margin: 0.15rem 0;
    letter-spacing: 0;
    font-weight: 500;
    font-family: 'NTJSans-Regular',sans-serif;
}
.text-product p span{
    cursor: pointer;
}
.text-list{
    font-family: 'NTJSans-Bold', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}
.List-wish .name-product{
    font-size: 0.938rem;
}
.btn-add-wishlist{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    text-align: center;
}
.remove-wishlist {
    background-color: #a2041b;
    color: #fff;
    border: none;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    /* width: 10rem; */
    border-radius: 0.25rem;
    margin-top: 10px;
}

.remove-wishlist:hover {
    background-color: #FFFFFF;
    color: #a2041b;
    border: 1px solid #a2041b;
}

.no-items {
    font-family: 'NTJSans-Medium',sans-serif;
    font-weight: 400;
    /* text-transform: uppercase; */
    margin: 0 1.5rem;
    grid-column: span 4;
    text-align: center;
    /* letter-spacing: 1.5px; */
    font-size: 1.25rem;
    color: #3c3c41;
}
.popular-categories{
    text-align: center;
    padding: 0.5rem 2rem 6.25rem 2rem;
    max-width: 90rem;
    margin: 0 auto;
}
.popular-categories .swiper-wrapper-box.cate{
    max-width: 79.5rem;
    margin: 0 auto;
    position: relative;
}
.popular-categories .swiper-wrapper-box.cate .swiper-button-next,
.popular-categories .swiper-wrapper-box.cate .swiper-button-prev{
    top: 42%;
}
.list-categories img{
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.text-categories{
    font-family: "NTJDisplay-SemiBold",sans-serif;
    text-align: center;
    color: #a2041b;
    font-size: 1.75rem;
    margin:0 auto 1rem auto;
    font-weight: 400;
    text-transform: uppercase;
}
.div-img{
    flex: 0.5;
}
.text-product{
    flex: 0.5;
}
.listCategories{
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.listCategories img{
    width: 100%;
    height: auto;
    -webkit-transition: all .25s;
    transition: all .25s;
    object-fit: cover;
}
.text-list{
    display: flex;
    font-family: 'NTJSans-Bold', sans-serif;
    justify-content: center;
    font-weight: 500;
    text-transform: uppercase;
    /* font-style: italic; */
    font-size: 1rem;
}
.text-list:hover,.text-list:hover::after{
    cursor: pointer;
    color: #a2041b;
}
.text-list::after{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3e3d42;
    font-size: 0.95rem;
    margin-left: 0.75rem;
    margin-top: 0.15rem;
    content: '\e902';
}
/*NTJ gợi ý*/
.jewelry-list-product {
    display: grid;
    grid-gap: 0.625rem;
    row-gap: 1.25rem;
    grid-template-columns: repeat(4, 1fr);
}
.wishlist .checked-hover{
    cursor: pointer;
    position: absolute;
    right: 0.625rem;
}
.jewelry-list-product .term-image-block.twotwo:first-child {
    grid-row: 1 / span 2;
}

.jewelry-list-product .term-image-block {
    grid-column: auto / span 2;
}

.jewelry-list-product .term-image-block.twoone {
    grid-column: span 2;
    grid-row: auto;
}
.product-jewelry {
    display: flex !important;
    /* background-color: #F7F7F7; */
    flex-direction: column;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    position: relative;
    /* border: 1px solid transparent; */
    overflow: hidden;
}
.product-jewelry a{
    border: 1px solid transparent;
}
.product-jewelry a:hover {
    border: 1px solid #6f6f6f30;
}
.wishlist {
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
    padding: 1.25rem 0 1.25rem 0.625rem;
    height: 1.5rem;
    align-items: center;
    position: absolute;
    top: 0;
}

.product-jewelry img {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #f7f7f7;
    height: auto;
    -webkit-transition: all .25s;
    transition: all .25s;
}
.List-wish .text-product{
    text-align: left;
    align-items: start;
    padding: 2rem 0 1rem 0;
}
.text-product{
    display: flex;
    width: 100%;
    padding-top: 0.688rem;
    padding-top: 1rem;
    color: #3c3c41;
    background-color: #FFFFFF;
    font-size: 1rem;
    text-align: start;
    justify-content: start;
    flex-direction: column;
    align-items: start;
}
.select2-selection__placeholder{
    color: #3c3c41 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0 !important;
}
.select2-selection.select2-selection--single {
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
    font-family: 'NTJSans-Medium', sans-serif;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: 1px solid transparent !important;
    font-size: 1rem;
    cursor: pointer;
    line-height: 1.71;
    color: #3c3c41;
    transition: border-color 0.2s ease-out;
    border: none !important;
}
.select2-selection__arrow b{
    display: none;
}
.select2-selection__arrow::after{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    right: 0.5rem;
    bottom: 0.375rem;
    font-size: 1rem;
    font-variant: normal;
    pointer-events: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3c3c41;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
    content: '\e902';
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after{
    transform: rotate(90deg);
}
.text-product .ty-price-num {
    text-decoration: underline;
    font-size: 0.938rem;

}

/* .price-product .num-price {
    padding-right: 0.25rem;
} */
.price-product{
    font-family: 'NTJSans-Medium',sans-serif !important;
    color: #3e3d42;
    font-size: 0.938rem;
    margin: 0;
}
.text-product .name-product {
    margin: 0;
}

.name-product {
    font-size: 0.938rem;
}
.custom-toast{
    color: #FFFFFF !important;
}
/* trạng thái ban đầu khi mới render */
.wishlist-item {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .35s ease, transform .35s ease;
}

/* khi DOM đã gắn xong */
.wishlist-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* hiệu ứng khi xóa */
.wishlist-item.is-removing {
    opacity: 0;
    transform: scale(.92);
    transition: opacity .25s ease, transform .25s ease;
}
/*css phần CTKM*/
.price-promo{
    display: flex;
    width: 100%;
    gap: 0.5rem;
    padding: 0;
    justify-content: space-between;
}
.priceold-promotion{
    color: #3e3d426b;
    font-size: 0.938rem;
    text-decoration-line:line-through;
}
.ty-price-num.promotion{
    color: #3e3d426b;
    font-size: 0.938rem;
}
/*css phần CTKM*/
@media(max-width:1024px)
{
    .breadcrumb-content {
        display: flex;
        flex-direction: column-reverse;
    }
        .jewelry-list-product {
        grid-template-columns: repeat(3, 1fr);
    }
    .breadcrumb-content .breadcumb{
        margin: 0;
        padding: 1rem 0 1rem 2rem;
    }
    .List-wish .btn-addCart{
        font-size: 0.875rem;
    }
    .breadcrumb-content .text-h1{
        margin: 0;
        padding: 0 0 1rem 2rem;
    }
    .text-h1{
        position: unset;
        padding: 0 2rem;
        font-size: 1.25rem;
    }
    .text-categories{
        font-size: 1.25rem;
    }
    /* .List-wish {
        grid-template-columns: repeat(3,1fr);
    } */
    .slideCategories{
        margin-left: -0.25rem;
    }
}
@media(max-width:768px)
{
    .no-items{
        font-size: 1rem;
    }
    .swiper-wrapper-box.cate .swiper-button-next,
    .swiper-wrapper-box.cate .swiper-button-prev {
        display: none !important;
    }
    .banner img:first-of-type{
        display: none;
    }
    .banner img:last-of-type{
        display: block;
    }
    .breadcrumb-content .breadcumb{
        margin: 0;
        padding: 1rem 0 1rem 1rem;
    }
    .jewelry-list-product {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0.125rem;
        row-gap: 1rem;
    }
    .breadcrumb-content .text-h1{
        margin: 0;
        padding: 0 0 1rem 1rem;
    }
    .text-h1{
        margin: 2rem auto;
    }
    .line-wishlist{
        margin: 0 1rem;
    }
    .popular-categories{
        padding: 0 0.5rem 6.25rem 0.5rem;
    }
    .slideCategories{
        margin-left: -0.5rem;
    }
    .List-wish .product-wishlist{
        gap: 0.5rem;
    }
    .List-wish {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.125rem 0.5rem 3.125rem 0.5rem;
    }
    .popular-categories .text-product p {
        font-size: 0.75rem;
    }
    .text-product .ty-price-num{
        font-size: 0.875rem;
    }
    .promo-num,.price-product,.price-product.price-promotion,.ty-price-num,.priceold-promotion{
        font-size: 0.875rem;
    }
    .popular-categories .price-product,.popular-categories .ty-price-num,.popular-categories .priceold-promotion{
        font-size: 0.75rem;
    }
}
@media(max-width:480px)
{
    .List-wish .btn-addCart, .List-wish .name-product,.List-wish .price-product .num-price,.select2-container--default .select2-selection--single .select2-selection__rendered{
        font-size: 0.875rem;
    }
    .slideCategories{
        margin-left: -0.5rem;
    }
    .product-jewelry a:hover {
        border: none;
    }
    .price-promo{
        flex-direction: column;
        gap: 0;
    }
}