.box-box {
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
}

#reviews-list {
    max-height: 500px;
    overflow-y: auto;
}

.stars ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    cursor: pointer;
}

.stars li svg polygon {
    transition: fill 0.2s;
}

.stars li.hover svg polygon,
.stars li.selected svg polygon {
    fill: #ffcc00;
}


.product-detail .name-product {
    font-size: 26px;
    margin-bottom: 20px;
}

/* Hình ảnh  */
.product-container {
    padding-bottom: 30px;
}

.product-container .item .wrap-img {
    padding-bottom: 100%;
}

.product-container .item .wrap-img #icon-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100px;
    height: 100px;
}

.product-container .slick-dots {
    bottom: 0px;
}

.product-container .slick-arrow {
    opacity: 1;
    background: rgba(183, 183, 183, 0.2) !important;
}

.product-container .slick-arrow svg path {
    fill: #000;
}


.product-container .slick-dots li.slick-active {
    width: 25px;
    border-radius: 30px;
    background-color: #fabd5c;
}

.product-container .slick-dots li {
    width: 5px;
    height: 5px;
    background-color: #d4d7d9;
}

.product-content {
    margin-left: 15px;
}

.product-content.under {
    position: sticky;
    top: 100px;
}

/* Tab scroll  */
.tab-scroll {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.tab-scroll .scroll-to {
    width: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab-scroll .scroll-to .image {
    border: 1px solid #e9e9e9;
    width: 50px;
    height: 50px;
    padding: 6px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.tab-scroll .scroll-to span {
    font-size: 12px;
    line-height: 16px;
    color: #282626ab;
    margin-top: 10px;
    display: block;
}

/* Cam kết */
.commit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 35px;
}

.commit .item {
    font-size: 12px;
    display: grid;
    grid-template-columns: 36px auto;
    gap: 5px;
    align-items: center;
}

/* Phần trên: mã sp,....  */
.group-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #888;
}

.group-header .stars {
    margin-bottom: 0;
}

.group-header .status {
    color: var(--color-2);
    background-color: #26a65b;
    padding: 4px 15px;
    border-radius: 5px;
    font-size: 13px;
    margin-left: 30px;
}

.group-header .status.out-of-stock {
    background-color: var(--color-5);
}

.group-header .code {
    transform: translateY(2px);
    margin-right: 10px;
}

/* Mô tả sản phẩm  */
.box-des {
    margin-top: 35px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}

.box-des .title {
    color: var(--color-3);
    background: var(--color-2);
    padding: 3px 14px;
    margin-top: -15px;
    max-width: 155px;
    font-weight: 600;
    margin-left: 5px;
    font-size: 16px;
}

.box-des .content-des {
    padding: 15px;
    padding-top: 5px;
}

/* Phần giá  */
.product-content .price-wrap .price-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 14px;
}

.price-wrap .price-new .price {
    font-size: 16px;
    font-weight: 600;
}

.price-wrap .price-new .price span {
    font-size: 19px;
    color: var(--color-5);
}

.price-wrap .price-new .note {
    color: #888;
}

.product-content .price-wrap .price-old {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 12px;
}

.price-wrap .price-old .price {
    font-size: 15px;
}

.price-wrap .price-old .discount {
    border: 1px dotted #f90;
    border-radius: 5px;
    padding: 4px 20px;
    margin-left: 20px;
    color: var(--color-5);
    font-size: 13px;
    font-weight: 600;
}

/* Phần chọn cấu hình  */
.choose-config .title-box {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0 5px;
}

.option-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}

.option-item {
    display: grid;
    grid-template-columns: 20px auto;
    align-items: center;
    gap: 12px;
    padding: 13px 10px 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    cursor: pointer;
    background-color: var(--color-2);
    transition: 0.25s;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
    font-weight: 400;
    color: #666;
}

.option-item:hover {
    border-color: var(--color-3);
}

.option-item.disabled:hover {
    border-color: #eaeaea;
}

.option-item.disabled {
    background-color: #eaeaea;
}

.option-item input {
    display: none;
}

/* Custom radio */
.custom-radio {
    width: 22px;
    height: 22px;
    border: 1px solid #bbb;
    border-radius: 50%;
    position: relative;
}

/* Check icon xanh */
.option-item.active .custom-radio::after {
    content: "✔";
    font-size: 14px;
    color: white;
    background: #4caf50;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.2s;
}

/* Khi checked */
.option-item input:checked+.custom-radio {
    border-color: #4caf50;
}

.option-item input:checked+.custom-radio::after {
    opacity: 1;
}

.option-item input:checked+.custom-radio+.option-text {
    font-weight: 500;
}

.option-item input:checked~.option-text .title {
    color: #000;
}

.option-item .option-text .price {
    color: var(--color-5);
}

.option-item .option-text .price-old {
    font-size: 12px;
}

.option-item .option-text .price-old .discount {
    background-color: var(--color-5);
    color: var(--color-2);
    padding: 3px 10px;
    border-radius: 5px;
    margin-left: 10px;
}

/* .option-item:has(input:checked) {
    border-color: #f6b443;
} */

.option-item.active {
    border-color: #f6b443;
}

/* Button add cart  */
.button-add-group {
    display: grid;
    grid-template-columns: 70% auto;
    gap: 10px;
    margin-top: 30px;
}

.button-add-group button {
    border-radius: 5px;
    height: 58px;
    color: var(--color-2);
}

.button-add-group .contact-now {
    background-color: var(--color-3);
    font-size: 18px;
    text-transform: uppercase;
    grid-column: 1 / -1;
}

.button-add-group .buy-now {
    background-color: var(--color-5);
    font-size: 18px;
    line-height: 20px;
}

.button-add-group .sub {
    font-size: 12px;
    opacity: .8;
    display: block;
}

.button-add-group .add-cart {
    background-color: var(--color-3);
}

/* Gọi để mua  */
.call-to-buy {
    margin-top: 25px;
    background: linear-gradient(0deg, var(--color-3), var(--color-4));
    padding: 10px 25px 20px;
    border-radius: 10px;
    color: var(--color-2);
}

.call-to-buy .title svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    margin-right: 10px;
}

.call-to-buy .title {
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.form-call {
    position: relative;
}

.form-call input {
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    background-color: var(--color-2);
    border: 1px solid #ced4da;
    padding-right: 120px;
    border-radius: 5px;
}

.form-call button {
    position: absolute;
    right: 0;
    background: var(--color-3);
    top: 0px;
    height: 40px;
    color: var(--color-2);
    border-radius: 0px 5px 5px 0px;
    text-align: center;
    line-height: 38px;
    font-size: 15px;
    padding: 0 15px;
    min-width: 110px;
}

.call-to-buy .sub {
    margin-top: 20px;
    text-align: center;
}

.call-to-buy .sub a {
    color: #ffc101;
    font-size: 16px;
    font-weight: 700;
}

/* Download document  */
.document {
    margin-top: 50px;
}

.document .title {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
}

.document table {
    background-color: #f5f5f5;
    width: 100%;
}

.document table td {
    padding: 10px;
}

/* Thông số kỹ thuật  */
.parameter {
    margin-top: 50px;
}

.parameter h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.parameter table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.parameter table tr:nth-of-type(odd) {
    background: #f5f5f5;
}

.parameter table td {
    padding: 10px;
    border: none;
    text-align: left !important;
}

.parameter table td:nth-child(1n) {
    width: 30%;
}

.parameter table td:nth-child(2n) {
    width: 70%;
}

/* Nội dung chi tiết sản phẩm  */
.product-content-detail {
    margin-top: 50px;
}

.product-content-detail .noi-dung {
    overflow: hidden;
    height: auto;
    transition: height 0.45s ease;
    position: relative;
}

.product-content-detail .noi-dung.fade::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: linear-gradient(to bottom, transparent, #fff);
    pointer-events: none;
}

.product-content-detail .btn-xem-them {
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 30px;
    cursor: pointer;
    border: 1px solid #d1d5db;
    display: block;
    max-width: 150px;
    margin: 12px auto 0;
    transition: .3s;
}

.product-content-detail .btn-xem-them:hover {
    background-color: var(--color-3);
    color: var(--color-2);
}

/* FAQ  */
.title-section-product {
    font-size: 22px;
    margin-bottom: 15px;
}

.accordion-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.accordion-title {
    cursor: pointer;
    position: relative;
    font-size: 16px;
    padding-right: 30px;
}

.accordion-title::after {
    content: '+';
    position: absolute;
    right: 5px;
    font-size: 20px;
    transition: 0.3s;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-item.active .accordion-title::after {
    content: '—';
}

.accordion-item.active .accordion-title {
    color: var(--color-3);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0px 16px;
    transition: max-height 0.35s ease;
}

.accordion-content .content {
    padding-top: 15px;
}

.accordion-content p {
    margin-bottom: 5px;
}

/* Product related  */
.subtitle-product {
    display: flex;
    align-items: center;
    color: #888;
    margin-top: 6px;
}

.subtitle-product::before {
    content: "";
    display: inline-flex;
    background: #f90;
    width: 75px;
    height: 1px;
    margin-right: 10px;
}

.filter-category {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 18px;
}

.filter-category .item {
    padding: 6px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    border: 1px solid rgba(136, 136, 136, 0.5);
    border-radius: 10px;
    display: inline-block;
}

.filter-category .item:hover {
    color: var(--color-2);
    background-color: var(--color-3);
    border: 1px solid var(--color-3);
}

.product-related-slider .slick-slide {
    margin: 20px 8px;
}

.product-related-slider .slick-list {
    margin: 0 -8px;
}

/* Đánh giá  */
.review-wrap .section-title {
    font-size: 22px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.rating-summary {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.rating-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.score-number {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    line-height: 1;
}

.score-total {
    font-size: 16px;
    color: #999;
}

.stars-display ul {
    display: flex;
    gap: 5px;
}

.stars-display ul li {
    list-style: none;
}

.rating-count {
    font-size: 14px;
    color: #666;
}

.btn-write-review {
    width: 100%;
    padding: 10px 15px;
    background: #0d065c;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-write-review:hover {
    background: var(--color-4);
}

.rating-bars {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 10px;
}

.rating-bar-item {
    display: grid;
    grid-template-columns: 80px 1fr 50px;
    align-items: center;
    gap: 15px;
}

.rating-label {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #666;
}

.star-icon {
    display: flex;
}

.bar-container {
    background: #e0e0e0;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    background: #ffcc00;
    border-radius: 4px;
    transition: width 0.5s ease;
}

.rating-number {
    text-align: right;
    font-size: 14px;
    color: #666;
}

.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.review-title {
    font-size: 18px;
    font-weight: 600;
}

.filter-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 6px 18px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 20px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 3px;
}

.filter-btn:hover {
    border-color: #ff9500;
    color: #ff9500;
}

.filter-btn.active {
    background: #0d065c1f;
    border-color: #0d065c;
    color: #0d065c;
    font-weight: 600;
}

.review-item {
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.review-item:last-child {
    border-bottom: none;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
    gap: 10px;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reviewer-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 18px;
    background-color: var(--color-3);
}

.reviewer-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.reviewer-name {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.review-date {
    font-size: 13px;
    color: #999;
}

.review-content {
    margin-bottom: 10px;
}

.review-text {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

.review-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 1;
}

.review-images img {
    width: 77px;
    height: 77px;
    object-fit: contain;
}

.check-sell {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #00ab56;
    margin-bottom: 10px;
}

.check-sell .icon-check {
    display: block;
    width: 14px;
    height: 14px;
    background-color: #00ab56;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin: 0px 6px 0px 0px;
}

.check-sell .icon-check::before {
    content: "";
    width: 6px;
    height: 3px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%) rotate(-45deg);
}

.admin-reply {
    margin: 10px 0;
    background: #f3f4f6;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
}

.admin-reply h3 {
    font-size: 15px;
    margin-bottom: 5px;
}

/* Form đánh giá  */
.modal-overlayyy {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 15;
    justify-content: center;
    align-items: center;
    /* display: flex; */
}

.modal-overlayyy .modal-content {
    background: #fff;
    padding: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    max-width: 645px;
    width: 90%;
    animation: fadeIn 0.3s ease;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #0d065c;
}

.modal-overlayyy .modal-header {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}

.modal-overlayyy .modal-content form {
    padding: 25px;
    background-color: #FFF;
}

.modal-overlayyy .modal-header h2 {
    font-size: 20px;
    color: #FFF;
}

.modal-overlayyy .close-btn-modal svg {
    width: 20px;
    height: 20px;
}

.modal-overlayyy .close-btn-modal svg path {
    fill: #FFF;
}

.modal-overlayyy .form-group {
    margin-bottom: 15px;
}

.modal-overlayyy input,
.modal-overlayyy select,
.modal-overlayyy textarea {
    color: #333;
    padding: 10px;
    border: 1px solid #ebe6e7;
    height: 46px;
    width: 100%;
    resize: none;
    font-size: 14px;
    font-family: inherit !important;
    border-radius: 5px;
}

.modal-overlayyy textarea {
    height: unset;
}

.modal-overlayyy .submit {
    font-size: 16px;
    margin: 0 auto;
    display: block;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 30px;
    background: #0d065c;
    color: #FFF;
    transition: .3s;
}

.modal-overlayyy .submit:hover {
    background: var(--color-4);
}

.modal-overlayyy .write-rate {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

@keyframes fadeIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.upload-section {
    margin-top: 15px;
}

.upload-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.upload-item {
    position: relative;
    aspect-ratio: 1;
    border: 2px dashed #ddd;
    border-radius: 8px;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    overflow: hidden;
}

.upload-item:hover {
    border-color: #fdb813;
    background: #fff8e6;
}

.upload-item.has-image {
    border-style: solid;
    border-color: #fdb813;
    padding: 0;
}

.upload-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upload-icon {
    width: 64px;
    height: 64px;
}

.upload-number {
    position: absolute;
    top: 5px;
    left: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.btn-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(231, 76, 60, 0.9);
    color: white;
    border: none;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}

.upload-item:hover .btn-remove {
    display: flex;
}

.upload-note {
    font-size: 13px;
    color: #666;
    margin-top: 10px;
}

input[type="file"] {
    display: none;
}

#review-wrap,
#parameter,
#product-content-detail {
    scroll-margin-top: 100px;
}

/* Tin tức liên quan  */
.news-related-product {
    margin-top: 50px;
}

.news-related-product h2.title {
    font-size: 20px;
    margin-bottom: 15px;
}

.news-related-product .item-news .wrap-img {
    padding-bottom: 75%;
    border-radius: 4px;
}

.news-related-product .item-news h3 {
    font-weight: 500;
}

.news-related-product .item-news .title {
    font-size: 16px;
}

.news-related-product .item-news .des {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
    margin-top: 10px;
}

.news-related-product .item-news:not(:last-child) {
    margin-bottom: 16px;
}

/* Modal video  */
#modal-videos .modal-content {
    max-width: 800px;
    background-color: #FFF;
    padding: 15px;
    overflow: inherit;
}

#modal-videos .close-btn-modal {
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 1;
}

.video-thumb-slider {
    margin-top: 3px;
}

.video-thumb-slider .slick-slide {
    margin: 0 5px;
}

.video-thumb-slider .slick-list {
    margin: 0 -5px;
}

.video-thumb-slider .item.active {
    border: 2px solid var(--color-5);
}

.video-thumb-slider .item img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.btn-open-modal.wrap-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
}



















/* Breadcrumb */
.product-detail-container {
    /* Main Container */
    /* Product Image Section */
    /* Product Info Section */
    /* Product Details */
    /* Services */
    /* Buttons */
    /* Sidebar */
    /* Responsive Design */
    padding-bottom: 30px;
}

.product-detail-container .breadcrumb {
    background: white;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
}

.product-detail-container .breadcrumb-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.product-detail-container .breadcrumb a {
    color: #0d0558;
    text-decoration: none;
}

.product-detail-container .breadcrumb a:hover {
    text-decoration: underline;
}

.product-detail-container .breadcrumb span {
    color: #999;
}

.product-detail-container .container {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 75% 23%;
    gap: 20px;
}

.product-detail-container .product-image {
    background: white;
    /* padding: 40px; */
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
}

.product-detail-container .product-image img {
    max-width: 100%;
    height: auto;
}

.product-detail-container .logo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.product-detail-container .logo {
    height: 40px;
}

.product-detail-container .certified-badge {
    background: #22c55e;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.product-detail-container .product-info {
    background: white;
    padding: 15px;
    border-radius: 8px;
    width: 40%;
}

.product-detail-container .rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.product-detail-container .stars {
    display: flex;
    gap: 2px;
  
    font-size: 21px;
    align-items: center;
}
.product-detail-container .stars>span:not(.star){
    color: #F29F05;
    opacity: .5;
}

.product-detail-container .star {
    color: #fbbf24;
    font-size: 20px;
}

.product-detail-container .rating-text {
    color: #999;
    font-size: 14px;
}

.product-detail-container .product-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    /* color: #1f2937; */
}

.product-detail-container .brand-sku {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.product-detail-container .brand {
    font-weight: 500;
    background: #edf3ff;
    padding: 10px 15px;
    color: #3590ce;
    border-radius: 5px;
    line-height: 14px;
    font-size: 12px;
}

.product-detail-container .sku {
    font-size: 13px;
    color: #A1A7AA;
}

.product-detail-container .price {
    font-size: 23px;
    font-weight: 700;
    color: #dc2626;
    margin-bottom: 11px;
}

.product-detail-container .vat-note {
    color: #dc2626;
    font-size: 12px;
    margin-bottom: 15px;
}

.product-detail-container .details-box {
    background: #edf3ff;
    padding: 20px;
    border-radius: 0px 8px 8px 8px;
    margin-bottom: 25px;
    margin-top: 2px;
}

.product-detail-container .detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
}

.product-detail-container .detail-item:last-child {
    margin-bottom: 0;
}

.product-detail-container .icon-blue {
    color: #0d0558;
    font-weight: 600;
}

.product-detail-container .services {
    margin-bottom: 25px;
}

.product-detail-container .services h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    background: #edf3ff;
    padding: 5px 14px;
    display: inline;
    border-radius: 10px 10px 0px 0px;
}

.product-detail-container .services ul {
    list-style: none;
    padding-left: 0;
}

.product-detail-container .services li {
    padding-left: 20px;
    margin-bottom: 8px;
    position: relative;
    font-size: 14px;
    color: #666;
}

.product-detail-container .services li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0d0558;
}

.product-detail-container .btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.product-detail-container .btn-cart {
    background: #3590ce;
    color: white;
}

.product-detail-container .btn-cart:hover {
    background: #1d4ed8;
}

.product-detail-container .btn-buy {
    background: #f30000;
    color: white;
}

.product-detail-container .btn-buy:hover {
    background: #b91c1c;
}

.product-detail-container .sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-detail-container .sidebar-box {
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.product-detail-container .sidebar-box h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-2);
    padding: 15px 15px 10px;
    /* text-align: center; */
    /* justify-content: center; */
    /* background: linear-gradient(90deg,rgba(59, 62, 148, 1) 0%, rgba(22, 10, 102, 1) 50%, rgba(13, 2, 77, 1) 100%); */
    text-transform: uppercase;
}

.product-detail-container .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 7px 10px;
    border-bottom: 1px solid #f0f0f0bd;
    font-size: 13px;
    cursor: pointer;
    transition: color 0.3s;
}

.product-detail-container .contact-item:hover {
    color: #0d0558;
}

.product-detail-container .contact-item:last-child {
    border-bottom: none;
}

.product-detail-container .contact-icon {
    width: 17px;
    height: auto;
    color: #0d0558;
}

.product-detail-container .delivery-address {
    border-radius: 6px;
    margin-bottom: 15px;
}

.product-detail-container .delivery-address p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.product-detail-container .delivery-link {
    color: #0d0558;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.product-detail-container .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 14px;
}

.product-detail-container .feature-item:last-child {
    margin-bottom: 0;
}

.product-detail-container .feature-icon {
    color: #0d0558;
    margin-top: 2px;
}

.product-detail-container .feature-text {
    flex: 1;
}

.product-detail-container .feature-text strong {
    display: block;
    color: #1f2937;
    margin-bottom: 2px;
}

.product-detail-container .feature-text small {
    color: #999;
    font-size: 12px;
}

.box-detail-left-model {
    display: flex;
    justify-content: space-between;
    gap: 0px 20px;
    padding-bottom: 20px;
}

.box-sp-lienquan-silbar .container {
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: block;
}

.box-sp-lienquan-silbar h2 {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-2);
    margin-bottom: 0px;
    /* background: linear-gradient(90deg, rgba(59, 62, 148, 1) 0%, rgba(22, 10, 102, 1) 50%, rgba(13, 2, 77, 1) 100%); */
    padding: 15px 15px 0;
    /* text-align: center; */
}

.box-sp-lienquan-silbar .product-item {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}

.box-sp-lienquan-silbar .product-item:last-child {
    border-bottom: none;
}

.box-sp-lienquan-silbar .product-image {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
    position: relative;
    flex-direction: unset;
}

.box-sp-lienquan-silbar .product-image img {
    position: unset;
    height: 100%;
    max-width: unset;
    height: 70px;
}

.box-sp-lienquan-silbar .brand-logos {
    position: absolute;
    top: 4px;
    left: 4px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.box-sp-lienquan-silbar .brand-logo {
    width: 24px;
    height: 12px;
    background: #f5f5f5;
    border-radius: 2px;
    font-size: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.box-sp-lienquan-silbar .logo-mitsubishi {
    color: #e60012;
}

.box-sp-lienquan-silbar .logo-schneider {
    color: #3dcd58;
}

.box-sp-lienquan-silbar .logo-intel {
    color: #0071c5;
}

.box-sp-lienquan-silbar .product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* gap: 6px; */
    padding: unset;
}

.box-sp-lienquan-silbar .product-title {
    font-size: 14px;
    font-weight: 500;
    /* color: #1a1a1a; */
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

.box-sp-lienquan-silbar .rating {
    display: flex;
    gap: 4px;
    margin-bottom: 0px;
    color: #F29F05;
}

.box-sp-lienquan-silbar .star {
    color: #ffc107;
    font-size: 16px;
}

.box-sp-lienquan-silbar .product-code {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.box-sp-lienquan-silbar .dots {
    text-align: center;
    margin-top: 16px;
    letter-spacing: 4px;
    color: #ccc;
    font-size: 20px;
}
.filter-products {
	/* Responsive Design */
}
 .filter-products .top-bar {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 margin-bottom: 20px;
	 gap: 20px;
}
 .filter-products .filter-btn {
	 background-color: #5a5a5a;
	 color: white;
	 border: none;
	 padding: 12px 24px;
	 border-radius: 4px;
	 font-size: 14px;
	 font-weight: 600;
	 cursor: pointer;
	 display: flex;
	 align-items: center;
	 gap: 8px;
}
 .filter-products .filter-btn::before {
	 content: '▼';
	 font-size: 12px;
}
 .filter-products .search-box {
	 display: flex;
	 align-items: center;
	 gap: 10px;
}
 .filter-products .search-box label {
	 font-size: 14px;
	 font-weight: 600;
	 color: #333;
}
 .filter-products .search-box input {
	 padding: 8px 12px;
	 border: 1px solid #ddd;
	 border-radius: 4px;
	 font-size: 14px;
	 width: 200px;
}
 .filter-products .table-wrapper {
	 background-color: white;
	 border-radius: 8px;
	 overflow: hidden;
	 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
 .filter-products table {
	 width: 100%;
	 border-collapse: collapse;
}
 .filter-products thead {
	 background-color: #ebebeb;
}
 .filter-products th {
	 padding: 16px 12px;
	 text-align: left;
	 font-size: 13px;
	 font-weight: 600;
	 color: #333;
	 border-bottom: 2px solid #ddd;
	 white-space: nowrap;
}
 .filter-products th.sortable {
	 cursor: pointer;
	 position: relative;
}
 .filter-products th.sortable::after {
}
 .filter-products th:first-child {
	 width: 50px;
	 text-align: center;
}
 .filter-products tbody tr {
	 border-bottom: 1px solid #f0f0f0;
}
 .filter-products tbody tr:hover {
	 background-color: #f9f9f9;
}
 .filter-products td {
	 padding: 16px 12px;
	 font-size: 14px;
	 color: #333;
}
 .filter-products .product-cell {
	 display: flex;
	 align-items: center;
	 gap: 12px;
	 position: relative;
}
 .filter-products .product-image {
	 width: 150px;
	 height: 75px;
	 object-fit: contain; 
	 background-color: #f5f5f5;
	 border-radius: 4px;
	 position: relative;
}
 .filter-products .new-badge {
	 position: absolute;
	 top: -8px;
	 left: -8px;
	 background-color: #f00;
	 color: white;
	 font-size: 10px;
	 font-weight: bold;
	 padding: 4px 8px;
	 border-radius: 12px;
	 z-index: 9;
}
 .filter-products .sku {
	 color: #333;
	 font-weight: 600;
	 text-decoration: underline;
}
 .filter-products .description {
	 color: #666;
	 font-size: 13px;
}
 .filter-products .icon-cell {
	 display: flex;
	 gap: 12px;
	 align-items: center;
}
 .filter-products .icon {
	 width: 24px;
	 height: 24px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 color: #999;
	 cursor: pointer;
}
 .filter-products .icon svg {
	 width: 20px;
	 height: 20px;
}
 .filter-products .lock-icon {
	 color: #888;
}
 .filter-products .degree-icon {
	 background-color: #f0f0f0;
	 border-radius: 50%;
	 font-size: 10px;
	 padding: 4px;
}

.box-sp-lienquan-silbar .product-list {
    padding: 0px 15px;
}

.box-sp-lienquan-silbar {
    border-radius: 5px;
    overflow: hidden;
}
.form-mini {
    max-width: 420px;
    background: #fff;
    border-radius: 10px;
    /* box-shadow: 0 4px 12px rgb(0 0 0 / 18%); */
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}

.form-mini h3 {
    margin-bottom: 12px;
    font-size: 17px;
    text-align: center;
    padding: 10px 0px;
    background: #f2f2f2;
    text-transform: uppercase;
}

.form-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.form-row input,
.form-row textarea {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    outline: none;
}

.form-row textarea {
    resize: none;
    height: 38px;
}

.form-row input:focus,
.form-row textarea:focus {
    border-color: #4a90e2;
}

.btn-submit {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 8px;
    background: #f2f2f2;
    font-size: 14px;
    cursor: pointer;
}

.review-wrap.box-box {
	/* layout */
	/* flex-wrap:wrap;
	 */
	/* stars */
	/* form */
	/* rating summary */
	/* comments */
	/* responsive */
}
 .review-wrap.box-box .review-wrap {
	 max-width: 1100px;
	 margin: auto;
}
 .review-wrap.box-box .review-title {
	 font-size: 22px;
	 font-weight: 700;
	 margin-bottom: 20px;
}
 .review-wrap.box-box .review-title a {
	 text-decoration: none;
}
 .review-wrap.box-box .review-box {
	 display: flex;
	 gap: 30px;
}
 .review-wrap.box-box .review-left {
	 width: 50%;
}
 .review-wrap.box-box .review-right {
	 width: 50%;
}
 .review-wrap.box-box .star {
	 color: #ccc;
	 font-size: 16px;
}
 .review-wrap.box-box .star.active {
	 color: #f5b301;
}
 .review-wrap.box-box .form-stars {
	 margin-bottom: 15px;
	 display: flex;
	 align-items: center;
}
 .review-wrap.box-box .form-stars span {
	 cursor: pointer;
	 font-size: 19px;
}
 .review-wrap.box-box .form-row {
	 display: flex;
	 gap: 15px;
	 margin-bottom: 15px;
}
 .review-wrap.box-box .form-row input {
	 width: 100%;
	 padding: 12px;
	 border: 1px solid #ddd;
	 border-radius: 6px;
}
 .review-wrap.box-box textarea {
	 width: 100%;
	 height: 100px;
	 padding: 12px;
	 border: 1px solid #ddd;
	 border-radius: 6px;
	 resize: none;
}
 .review-wrap.box-box .btn-submit {
	 margin-top: 0px;
	 background: #3590ce;
	 border: none;
	 padding: 14px;
	 width: 100%;
	 border-radius: 6px;
	 font-size: 16px;
	 color: white;
	 cursor: pointer;
}

 .review-wrap.box-box .rating-row {
	 display: flex;
	 align-items: center;
	 gap: 10px;
	 margin-bottom: 12px;
}
 .review-wrap.box-box .rating-stars {
	 width: 111px;
}
 .review-wrap.box-box .rating-bar {
	 flex: 1;
	 height: 8px;
	 background: #ddd;
	 border-radius: 10px;
	 overflow: hidden;
}
 .review-wrap.box-box .rating-bar span {
	 display: block;
	 height: 100%;
	 width: 0%;
	 background: #f5b301;
	 overflow: hidden;
}
 .review-wrap.box-box .rating-percent {
	 width: 40px;
	 text-align: right;
	 font-size: 14px;
	 color: #666;
}
 .review-wrap.box-box .comments {
	 margin-top: 25px;
}
 .review-wrap.box-box .comment-item {
	 padding: 15px 0;
	 border-bottom: 1px solid #eee;
}
 .review-wrap.box-box .comment-name {
	 font-weight: 600;
	 width: 35px;
	 height: 35px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 background: #cdcdcd;
	 border-radius: 100px;
}
 .review-wrap.box-box .comment-date {
	 font-size: 13px;
	 color: #888;
	 margin-left: 8px;
}
 .review-wrap.box-box .comment-stars {
	 margin-top: -5px;
}
 .review-wrap.box-box .comment-text {
	 color: #444 ab;
	 padding-top: 10px;
	 font-size: 16px;
}
 @media (max-width: 768px) {
	 .review-wrap.box-box .review-box {
		 flex-direction: column;
	}
}
 .review-wrap.box-box .form-stars strong {
	 font-weight: 400;
	 padding-right: 7px;
}
 .review-wrap.box-box .comments h3 {
	 font-size: 20px;
	 font-weight: 500;
}
 .review-wrap.box-box .comment-item-account {
	 display: flex;
	 align-items: center;
	 gap: 0px 11px;
}
 
/* Mobile */
@media (max-width: 480px) {
    .form-row {
        flex-direction: column;
    }
}

.box-item-form {
    padding: 0px 10px 10px;
}

 @media (max-width: 1200px) {
	 .filter-products .description {
		 max-width: 250px;
	}
}
 @media (max-width: 992px) {
    .filter-products-box.review-wrap {
    overflow-x: scroll;
}
    .review-wrap.box-box .review-left {
    width: 100%;
}

.review-wrap.box-box .review-right {
    width: 100%;
}

	 .filter-products .table-wrapper {
		 overflow-x: auto;
		 width: max-content;
		 min-width: max-content;
		 max-width: fit-content;
	}
	 .filter-products table {
		 min-width: 1000px;
	}
}
 @media (max-width: 768px) {
	 .filter-products .top-bar {
		 /* flex-direction: column; */
		 align-items: stretch;
	}
	 .filter-products .search-box {
		 justify-content: space-between;
	}
	 .filter-products .search-box input {
		 flex: 1;
	}
	 .filter-products .product-cell {
		 flex-direction: column;
		 align-items: flex-start;
	}
}
 @media (max-width: 576px) {
	 .filter-products body {
		 padding: 10px;
	}
	 .filter-products th, .filter-products td {
		 padding: 10px 8px;
		 font-size: 12px;
	}
	 .filter-products .product-image {
		 width: 60px;
		 height: 45px;
	}
	 .filter-products .filter-btn {
		 /* width: 100%; */
		 justify-content: center;
	}
}
 .filter-products {
    margin-bottom: 20px;
}
@media (max-width: 1024px) {
    .product-detail-container .container {
        grid-template-columns: 1fr 1fr;
    }

    .product-detail-container .sidebar {
        grid-column: -1;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .box-detail-left-model {
        flex-direction: column;
    }

    .box-sp-lienquan-silbar h2 {
        margin-bottom: 17px;
    }

    .box-sp-lienquan-silbar .product-item {
        padding: 5px;
    }

    .box-detail-left-model .product-image {
        width: 100%;
    }


    .product-detail-container .container {
        grid-template-columns: 1fr;
        padding: 20px 10px;
        gap: 15px;
        display: block;
    }

    .product-detail-container .product-image {
        padding: 20px;
        /* width: 100%; */
    }

    .product-detail-container .product-info {
        width: 100%;
    }

    .product-detail-container .product-title {
        font-size: 14px;
    }

    .product-detail-container .price {
        font-size: 28px;
    }

    .product-detail-container .sidebar {
        grid-template-columns: 1fr;
        grid-column: unset;
    }

    .product-detail-container .brand-sku {
        /* flex-direction: column; */
        align-items: flex-start;
        gap: 8px;
    }
}


.breadcrumb ul li a {
    color: #0d065c;
}

@media (max-width: 768px) {
    .product-content {
        margin-left: 0px;
        margin-top: 15px;
    }
}

@media (max-width: 550px) {
    .box-box {
        padding: 12px;
    }

    .product-detail .name-product {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .tab-scroll .scroll-to {
        width: 60px;
    }

    .tab-scroll .scroll-to .image {
        padding: 10px;
    }

    .tab-scroll .scroll-to span {
        font-size: 11px;
    }

    .commit {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 20px;
    }

    .group-header {
        gap: 10px;
    }

    .group-header .status {
        margin-left: 0;
    }

    .price-wrap .price-old .price {
        font-size: 13px;
    }

    .button-add-group {
        margin-top: 20px;
    }

    .call-to-buy {
        margin-top: 20px;
        padding: 10px 15px 15px;
    }

    .call-to-buy .title {
        margin-bottom: 10px;
    }

    .call-to-buy .sub {
        margin-top: 15px;
        font-size: 12px;
    }

    .document {
        margin-top: 30px;
    }

    .parameter {
        margin-top: 30px;
    }

    .product-content-detail {
        margin-top: 30px;
    }

    .title-section-product {
        font-size: 20px;
    }

    .filter-category .item {
        padding: 6px 15px;
        font-size: 13px;
    }

    .filter-category {
        gap: 6px;
    }

    .review-wrap .section-title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .filter-btn {
        padding: 4px 10px;
    }

    .filter-buttons {
        gap: 4px;
    }

    .rating-summary {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 30px;
    }

    .rating-bar-item {
        grid-template-columns: 50px 1fr 25px;
    }

    .news-related-product .item-news .des {
        display: none;
    }

    .news-related-product {
        margin-top: 30px;
    }

    .upload-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .upload-number {
        display: none;
    }

    #modal-videos .modal-content {
        padding: 10px;
    }

    #modal-videos #video-frame {
        height: 250px;
    }

    .product-container .item .wrap-img #icon-video {
        width: 70px;
        height: 70px;
    }

    .modal-overlayyy .modal-content form {
        padding: 20px;
    }
}