.product-basic-block {
    padding: 20px 20px;
    position: relative;

}

.product-basic .content-new-product {
    padding-bottom: 0;
}

.banner-product img {
    width: 100%;
}

.product-block {
    padding: 20px 0;
    position: relative;
}

.product-block .container {
    padding-top: 40px;
}

.product-block .bg-content {
    position: absolute;
    background-size: cover;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 360px;
    background-repeat: no-repeat;
}


.product-block .title {
    padding-top: 40px;
}

.product-block .title p {
    font-size: 14px;
    font-weight: 400;
}

.product-block .title>* {
    color: #fff;
}

.comming-soon {
    content: '';
    background: url(/assets/img/coming-soon.png) center/90% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.all-product {
    padding-bottom: 30px;
}

.all-product .title h1 {
    font-size: 30px;
    padding: 20px 0;
    font-weight: 500;
}

.product-page .product-color .color-item {
    padding: 16px;
}

/*new product page*/
.banner-video {
    position: relative;
}
.banner-video div.videos {
    position: relative;

}
.video-s {
        display: block !important;
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    cursor: pointer;
}
.banner-video.ratio>* {

    object-fit: cover;
}

.pause-video:after {
    content: "\f28b";
    display: block;
    font-weight: 500;
    font-size: 50px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
}

.play-video:after {
    content: "\f144";
    display: block;
    font-weight: 500;
    font-size: 50px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
}

.product-collection {
    padding: 30px 0;
}

.btn-click-video {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    cursor: pointer;
    padding-right: 20px;
}

.title-collection {
    text-align: center;
}

.title-collection p {
    padding: 30px 34%;
}

.product-collection .see-more {
    margin-top: 40px;
}

.product-collection .row .col-md-3 {
    padding-bottom: 20px;
}

.new-product-page {
    padding-bottom: 20px;
}

.new-product-page .color-item {
    padding: 16px;
}

.product-general-block {
    padding: 20px 0;
}

.product-general-block .bg-content {
    position: absolute;
    top: 215px;
    left: 0;
    width: 100%;
    height: 500px;
}

.general-head-block {
    display: flex;
    align-items: center;
    height: 415px;
    position: relative;
    padding-bottom: 30px;
}

.general-head-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.general-head-block .left-content-product,
.general-head-block .right-content-product {
    width: 50%;
    height: 100%;

}

.general-head-block .cennter {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    padding: 0 5%;
    text-align: justify;
    text-align-last: center;
}

.general-head-block h1 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
}

.row-img-items {
    width: 99%;
}

.row-img-items img {
    width: 100%;
}

.row-img-items .col {
    padding-bottom: 20px;
}

.endow-item-block {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.endow-item-block .endow-item {
    width: 33.33%;
}

.des-overview {
    padding-top: 30px;
    padding-right: 33px;
}

.des-overview .title-des {
    display: flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

.des-overview .title-des:after {
    content: "";
    border-bottom: 1px solid rgba(112, 112, 112, .5);
    flex-grow: 1;
    margin-left: 20px;
}

figure img {
    width: 100%;
}

.des-overview .card-body {
    padding: 0;
    border: 0;
}

.content-des .collapse:not(.show) {
    height: 200px;
    display: block;
    overflow: hidden;
}

.bg-op {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 2;

}

.bg-op a:before {
    content: "";
}

.bg-op.active a:before {
    content: "";
}

.bg-op a i {
    font-size: 13px;
}

.bg-op:before {
    z-index: -1;
    position: absolute;
    top: -180px;
    left: 0;
    width: 100%;
    content: "";
    height: 200px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%);
}

.bg-op.active:before {
    display: none;
}

.bg-op a {
    color: var(--black);
    text-decoration: none;
}

.descriptions-name-price-product {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.descriptions-name-price-product .product-name {
    width: 65%;
    font-size: 18px;
    font-weight: 600;
}

.descriptions-name-price-product .product-price {
    width: 35%;
    text-align: right;
    font-weight: 600;
    font-size: 20px;
}

.rating-stars {
    font-size: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #dee2e6;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.rating-stars i {
    color: #ffc107;
    font-size: 16px;
    margin-right: 2px;
}

.rating-stars i.active {
    color: #ffc107;
}

.rating-stars i.far {
    color: #ddd;
}

.rating-stars .rating-text {
    color: #666;
    margin-left: 5px;
}

.rating-stars .btn-view-comments {
    margin-left: auto;
    background: #007bff;
    color: white;
    border: none;
    padding: 6px 15px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.rating-stars .btn-view-comments:hover {
    background: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.rating-stars .btn-view-comments i {
    color: white;
    font-size: 14px;
    margin: 0;
}

/* Why Buy Section - Tương tự như description */
.why-buy-section {
    margin: 0px 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border-left: none;
}

.why-buy-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    padding: 10px 0;
}

.why-buy-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 8px;
    color: #333;
}

.why-buy-content h1 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 12px;
    color: #212121;
}

.why-buy-content h2 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 10px;
    color: #212121;
}

.why-buy-content h3 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 10px;
    color: #212121;
}

.why-buy-content h4 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 8px;
    color: #212121;
}

.why-buy-content h5 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 8px;
    color: #212121;
}

.why-buy-content h6 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 8px;
    color: #212121;
}

.why-buy-content ul,
.why-buy-content ol {
    margin-left: 20px;
    margin-bottom: 12px;
    padding-left: 20px;
}

.why-buy-content li {
    margin-bottom: 8px;
    line-height: 1.8;
}

.why-buy-content strong,
.why-buy-content b {
    font-weight: 600;
    color: #212121;
}

.why-buy-content em,
.why-buy-content i {
    font-style: italic;
}

.why-buy-content a {
    color: #007bff;
    text-decoration: none;
}

.why-buy-content a:hover {
    text-decoration: underline;
    color: #0056b3;
}

.color-product {
    font-weight: 600;
    padding: 14px 0;
}

.color-product span {
    font-weight: 400;
}

.img-color .color-item {
    padding: 18px;
    margin-right: 5px;
    border-radius: 50px;
    background-color: red;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    border: 1px solid red;
}

.img-color {
    padding: 5px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

drama daim vs fl .info-policy {
    border-top: 1px solid #dee2e6;
}

.info-policy a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    padding: 15px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.info-policy .card {
    padding: 0 15px 20px;
    border: none;
}

.add-cart {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px 0;
}

.add-cart button {
    padding: 7px 10px;
    border: 1px solid;
}

.add-cart .heart {
    width: 10%;
    background: #fff;
}

.add-cart .heart:hover i,
.add-cart .heart:hover {
    color: #fff;
    background: #8e9095;
}

.add-cart .heart i {
    font-size: 25px;
}

.add-cart .add {
    width: 89%;
    background: var(--black);
    color: #fff;
    font-weight: 600;
    border: 1px;
}

.add-cart .add:hover {
    background: #003965;
}

.voucher-slide {
    cursor: pointer;
}

.voucher-slide .active.carousel-item-start,
.voucher-slide .carousel-item-prev:not(.carousel-item-end) {
    transform: translateY(-100%);
}

.voucher-slide .carousel-item-next:not(.carousel-item-start),
.voucher-slide .active.carousel-item-end {
    transform: translateY(100%);
}

.img-color input {
    border-radius: 50%;
    padding: 1px;
    margin-right: 20px;
    width: 40px;
    height: 40px;
}

.img-color input.active {
    border: 1px solid #000;
}
.detail-product-page{
    padding-top: 20px;
}
.size-product {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.size-col {
    width: 60%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.option-size-product {
    width: 40%;
    text-align: right;
    color: var(--black);
}

.option-size-product:hover {
    color: var(--black);
}

.option-size-product i {
    font-size: 14px;
}

#collapseSize {
    width: 100%;
}

.size-col input {
    display: none;
}

.size-col input:checked+label {
    border: 1px solid var(--black);
}

.size-col label {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    margin-right: 15px;
    color: #000;
    border: 1px solid transparent;
}

.form-check {
    padding-left: 0px;
}

.size-product .card-body {
    margin-top: 14px;
    font-size: 15px;
}

.size-product .card-body .row .col-md-5 {
    padding-right: 0;
}

.size-product .card-body .row .col-md-9 .row {
    align-items: center;
}

.size-product .card-body .row input {
    width: 90%;
    text-align: center;
    font-weight: bold;
    outline: 0;
}

.out-of-stock {
    pointer-events: none;
    opacity: 0.3;
}

.modal-size,
.modal-size a {
    text-align: right;
    color: var(--black);
}

.modal-size-block {
    max-width: fit-content;
}

.btn-close-modal {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: #fff;
    color: #000;
    position: absolute;
    left: 43.5%;
    bottom: -55px;
    border: 0;
    border-radius: 50%;
}

.size-product .size-desc {
    appearance: none;
    width: 100%;
    height: 1px;
    background: #d3d3d3;
    margin: 10px 0 20px;
}

.size-product .size-desc::-webkit-slider-thumb {
    appearance: none;
    width: 12px;
    height: 12px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 50%;
}

.title-size {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-slide-voucher {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-slide-voucher .voucher-code {
    width: 22%;
    text-align: center;
    font-weight: 700;
}

.content-slide-voucher .voucher-desc {
    width: 77%;
    margin-left: 3px;
    font-size: 13px;
    font-weight: 400;
    border: 3px solid #f5f5f5;
}

.content-slide-voucher .voucher-desc img {
    padding-right: 10px;
}

.voucher-code,
.voucher-desc {
    background: #f5f5f5;
    padding: 15px 10px;
    border-radius: 10px;
    margin: 10px 0;
}

.voucher-slide .carousel-control-prev,
.voucher-slide .carousel-control-next {
    display: none;
}

.title-voucher {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-voucher span:first-child {
    font-weight: 600;
}

.title-voucher .fa-chevron-right {
    font-size: 13px;
}

#modalVoucher .modal-title {
    font-size: 16px;
}

#modalVoucher .modal-content {
    cursor: default;

}

.cover {
    background-color: #5f839e;
    padding: 5px 10px;
    position: relative;
    margin-bottom: 10px;
}

.cover::after,
.cover::before {
    content: "";
    top: 0;
    position: absolute;
    width: 4px;
    height: 100%;
    background-size: 4px 12px;
    background-position: center center;
    z-index: 2;
}

.cover::before {
    right: 0;
    background-image: radial-gradient(circle at 4px 6px, #fff 4px, rgba(0, 0, 0, 0) 4px);
}

.cover::after {
    left: 0;
    background-image: radial-gradient(circle at 0 6px, #fff 4px, rgba(0, 0, 0, 0) 4px);
}

.voucher-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 10px;
}

.voucher-item .icon-item-voucher {
    width: 10%;
}

.voucher-item .desc-item-voucher {
    width: 90%;
    padding-left: 10px;
}

.voucher-item .icon-item-voucher span {
    padding: 10px;
    border-radius: 50%;
    background: #f2f2f2;
    text-align: center;
}

.code-item {
    color: #5f839e;
    font-weight: 500;
}

.name-code-item p {
    margin: 0;
    font-size: 14px;
}

.desc-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    padding-top: 20px;
}

.desc-footer span:first-child {
    color: #8e9095;
}

.desc-footer span:last-child {
    font-size: 14px;
    cursor: pointer;
}

.row-img-items .banner-video {
    height: 100%;
}

.review-comments {
    padding: 40px 8%;
}

.see-more-reviews {
    display: none;
}

.detail-product-page .heading {
    text-align: center;
    font-weight: 600;
    padding: 20px 0;
}

.feedback-overview {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 25px 100px;
}

.total-rating-stars i {
    color: #ffa60c;
    font-size: 20px;
}

.feedback-total {
    text-align: center;
}

.feedback-total h1 {
    font-weight: bold;
    font-size: 2.7rem;
}

.feedback-detail {
    padding-left: 100px;
    width: 60%;
}

.feedback-detail .row {
    align-items: center;
    padding-bottom: 10px;
}

.feedback-detail .row>.col-md-3 {
    padding-right: 0;
    width: 20%;
}

.feedback-detail .progress {
    border-radius: 0;
    background-color: #bfc1cb;
    height: 0.7rem;
}

.progress-bar {
    background-color: var(--black);
}

.feedback-overview p {
    font-size: 12px;
    margin: 0;
}

.comments-block {
    padding: 30px 0 0;
}

.comments-block .nav {
    align-items: center;
    width: 70%;
}

.comments-block .nav li button {
    color: var(--black);
}

.comments-block .nav li {
    margin-right: 15px;
    background-color: #efefef;
}

.comments-block span:first-child {
    width: 10%;
    color: var(--black);
}

.comments-block button.btn-dark {
    width: 20%;
    text-align: center;
    border-radius: 0;
}

.title-col-name-tab {
    display: flex;
    align-items: center;
}

.comments-block .nav-tabs {
    border: 0;
}

.title-col-name-tab {
    padding: 0 0 30px;
    border-bottom: 1px solid #dee2e6;
}

.comments-block .nav-tabs .nav-link.active,
.comments-block .nav-tabs .nav-link.active:hover {
    border-color: var(--black);
    background-color: #efefef;

}

.comments-block .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.img-customer {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.img-customer img,
.img-comments img {
    width: 100%;
    height: 100%;
}

.comments-block .nav-tabs .nav-link {
    border-radius: 0;
}

.feedback-comments {
    list-style: none;
    padding-left: 0;

}

.feedback-comments .col-md-9 {
    padding-left: 0;
}

.feedback-comments p {
    margin: 0;
}

.feedback-comments li {
    padding: 25px 0;
    border-bottom: 1px solid #dee2e6;
}

.feedback-comments .rating-stars {
    font-size: 15px;
    padding: 0;
    font-weight: 400;
    border: 0;
    text-align: right;
}

.comments-block .feedback-comments .row {
    padding-top: 0;
}

.tab-content .feedback-comments .comments-desc {
    margin-left: 7.33%;

}

.comments-block .feedback-comments .img-comments {
    padding-top: 15px;
}

.nav-pagination {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.nav-pagination .page-link {
    margin: 0 5px;
    color: var(--black);
}

.nav-pagination .page-item.active .page-link {
    background-color: var(--black);
}

.nav-pagination .page-item:first-child .page-link,
.nav-pagination .page-item:last-child .page-link {
    background-color: #fff;
    border: 0;
}

.nav-pagination .page-item .page-link {
    background-color: #f2f2f2;
}

.products-viewed {
    background: #f2f2f2;
    padding: 20px 0;
}

.products-viewed .img-product {
    padding: 15px 15px 0 15px;
    background: #fff;
}

.products-viewed .descriptions-product {
    padding: 0px 15px 15px 15px;
    background: #fff;
}

.products-viewed .img-product .icon-cart-product,
.products-viewed .img-product .icon-heart {
    right: 25px;
}

.products-viewed .row .col-md-3 {
    margin-bottom: 40px;
}

.related-products {
    padding: 40px 0;
}

.related-products .see-more {
    padding-top: 30px;
}

.related-products .see-more a {
    padding: 5px 25px;
    background: #fff;
    color: var(--black);
    text-decoration: none;
    border: 1px solid var(--black);
}

.related-products .see-more a:hover {
    background: var(--black);
    color: #fff;
}

.product-page .row .col-sm-6 {
    padding-bottom: 20px;
}

.category {
    padding-top: 30px;
}

.search-page .title h1 {
    padding-bottom: 0;
}

.search-page .title p {
    font-weight: 300;
    margin-bottom: 40px;
}

.search-page .title p strong {
    font-weight: bold;
}

/* Review Block Styles */
.comments-product {
    border-radius: 5px;
    padding: 5px;
}

.review-block {
    border: 1px solid #eee;
}

.review-info {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px dashed #eee;
    padding: 15px;
}

.review-info .rate {
    width: 150px;
    text-align: center;
    font-size: 30px;
    color: red;
}

.review-info .rate-count {
    width: 250px;
}

.review-info .button-review {
    width: calc(100% - 400px);
    text-align: center;
    display: block;
    border-right: 0;
}

.review-info .button-review span {
    font-size: 14px;
    line-height: 2;
}

.review-info .button-review .btn-review {
    background: #288ad6;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.review-info .button-review .btn-review:hover {
    background: #1e6fa8;
}

.review-info .button-review .btn-review.active {
    background: #989898;
    color: #fff;
    border-color: transparent;
}

.rate-count .rate-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 5px;
}

.rate-count .rate-item .progress {
    width: 55%;
    height: 10px;
    background: #e9ecef;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 10px;
}

.rate-count .rate-item .progress .progress-bar {
    background: linear-gradient(90deg, #ff7d26 0, #f25800 97%);
    height: 100%;
    transition: width 0.3s ease;
}

.rate-count .rate-item .rate-number {
    width: 10%;
    display: flex;
    align-items: center;
    gap: 3px;
}

.rate-count .rate-item .total-rate {
    width: 35%;
    padding-left: 10px;
    color: #288ad6;
    font-weight: 600;
    display: flex;
    align-items: center;
}

/* Form Review Styles */
.form-review {
    padding: 15px;
    font-size: 13px;
}

.form-review .rating-coment {
    float: left;
    margin: 0 10px 0 15px;
}

.form-review .rating-coment i {
    color: #c0c0bf;
}

.form-review .rating-coment i.active {
    color: #ffa53f;
}

.form-review .star-tip {
    background: #52b858;
    color: #fff;
    border-radius: 3px;
    padding: 2px 6px;
    position: relative;
    display: flex;
    width: fit-content;
    align-items: center;
    font-size: 12px;
}

.form-review .star-tip::before {
    content: "";
    border: 5px solid transparent;
    border-right-color: #52b858;
    position: absolute;
    left: -10px;
}

/* Review Box Styles */
.review-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
}

.review-box .review-left,
.review-box .review-right {
    width: calc(100% / 2 - 5px);
}

.review-box .review-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.review-box .review-right input,
.review-box .review-right button {
    width: calc(50% - 5px);
    outline: 0;
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    border-radius: 3px;
}

.review-box .review-right button {
    background: #288ad6;
    color: #fff;
}

.review-box .review-left textarea {
    width: 100%;
    height: 80px;
    outline: 0;
    padding: 5px;
    border: 0;
    border-radius: 3px;
}

.img-upload {
    padding: 0 5px 20px;
    border-top: 1px solid #ddd;
}

.review-box .review-left {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.img-upload a {
    color: var(--black);
    text-decoration: none;
    font-size: 14px;
}

.img-upload a i {
    padding-right: 5px;
}

/* List Review Styles */
.list-review-item {
    font-size: 13px;
    padding: 10px;
}

.list-review-item .username {
    font-weight: 600;
}

.list-review-content i {
    color: #ffa53f;
    font-size: 12px;
}

.comment-time {
    color: #999;
    font-size: 12px;
}

.box-comment .img-upload {
    position: relative;
    padding: 5px 7px 15px;
}

.box-comment {
    border: 1px solid #eee;
    margin-top: 20px;
    border-radius: 3px;
}

.img-upload .btn-comment {
    position: absolute;
    color: #fff;
    display: inline-block;
    right: 7px;
    padding: 5px 15px;
}

.btn-blue {
    background: #288ad6;
    color: #fff;
}

.box-comment textarea {
    width: 100%;
    height: 80px;
    outline: 0;
    padding: 5px;
    border: 0;
}

.box-comment .static-link {
    color: #4a90e2;
}

.list-coment-item {
    display: flex;
    justify-content: space-between;
    padding: 17px 5px;
    border-top: 1px dashed #eee;
}

.list-coment-item:first-child {
    margin-top: 17px;
}

.list-coment-item .user-info {
    width: 15%;
}

.list-coment-item .information {
    width: calc(85% - 10px);
}

.list-review-item .list-coment-item .information {
    width: 100%;
}

/* Responsive for Review Block */
@media (max-width: 768px) {
    .review-info {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .review-info .rate {
        font-size: 15px;
        color: var(--black);
        text-align: left;
        width: 100px;
    }

    .review-info .rate-count {
        width: calc(100% - 100px);
        margin: 0 20px;
    }

    .rate-count .rate-item .progress {
        width: 40%;
    }

    .rate-count .rate-item .rate-number {
        width: 25%;
    }

    .rate-count .rate-item .total-rate {
        width: 35%;
        font-weight: 400;
    }

    .review-info .button-review {
        width: 100%;
        margin-top: 10px;
    }

    .review-info .button-review span {
        font-size: 13px;
        line-height: 2.5;
        display: block;
        text-align: left;
    }

    .review-info .button-review .btn-review {
        padding: 5px;
        width: 100%;
        background: #fff;
        color: #288ad6;
        font-weight: 400;
        border: 1px solid #288ad6;
    }

    .rate-count .rate-item {
        line-height: 1.8;
        font-weight: 300;
    }

    .review-box .review-right input,
    .review-box .review-right button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .review-info .rate-count {
        width: 100%;
    }

    .review-info .rate {
        width: 100%;
        text-align: center;
    }

    .review-info .rate > span {
        font-size: 30px;
    }
}

/* Comment Item Styles - Additional for theme_petaz */
.comments-list .comment-item {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    border-left: 4px solid #007bff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    width: 100%;
    display: block;
}

.comment-header {
    margin-bottom: 10px;
    width: 100%;
}

.comment-author {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 5px;
    width: 100%;
}

.comment-author-name {
    font-weight: 700;
    color: #333;
    font-size: 15px;
    display: inline-block;
}

.comment-product-link {
    color: #007bff;
    text-decoration: none;
    font-size: 13px;
    margin-left: 5px;
    display: inline-block;
}

.comment-product-link:hover {
    text-decoration: underline;
}

.comment-rating {
    margin: 8px 0;
    display: block;
    width: 100%;
}

.comment-rating img {
    height: 18px;
    width: auto;
    display: inline-block;
}

.comment-content {
    color: #555;
    line-height: 1.6;
    margin: 10px 0;
    font-size: 14px;
    word-wrap: break-word;
    width: 100%;
    display: block;
}

.comment-content p {
    margin: 5px 0;
}

.comment-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #e9ecef;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.comment-stats {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    color: #666;
    flex-wrap: wrap;
    flex: 1;
}

.comment-stat {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.comment-stat i {
    color: #666;
    font-size: 14px;
}

.comment-stat strong {
    color: #333;
    font-weight: 600;
}

.comment-stat img {
    height: 14px;
    width: auto;
}

.comment-time {
    font-size: 12px;
    color: #999;
    font-style: italic;
    white-space: nowrap;
}

.comment-reply-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: background 0.2s;
    white-space: nowrap;
}

.comment-reply-btn:hover {
    background: #0056b3;
    color: #fff;
    text-decoration: none;
}

.comment-reply-btn i {
    font-size: 11px;
}

/* Reply Styles - Phân biệt rõ với comment chính */
.comment-replies {
    margin-top: 15px;
    padding-left: 20px;
    border-left: 3px solid #e9ecef;
    width: 100%;
    display: block;
}

.comment-replies-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.comment-reply-item {
    margin-bottom: 12px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 4px solid #28a745;
    width: 100%;
    display: block;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.comment-reply-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

.comment-reply-author {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.comment-reply-author-name {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    display: inline-block;
}

.comment-reply-content {
    color: #555;
    line-height: 1.5;
    margin: 8px 0;
    font-size: 14px;
    word-wrap: break-word;
    width: 100%;
    display: block;
}

.comment-reply-content p {
    margin: 5px 0;
}

.comment-reply-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

.comment-reply-actions .comment-stats {
    gap: 10px;
}

/* Badge Styles - Phân biệt QTV và Khách hàng */
.comment-item .admin-badge,
.comment-reply-item .admin-badge {
    background: #28a745;
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 5px;
    line-height: 1.2;
    vertical-align: middle;
}

.comment-item .customer-badge,
.comment-reply-item .customer-badge {
    background: #007bff;
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 5px;
    line-height: 1.2;
    vertical-align: middle;
}

/* Đảm bảo comment và reply hiển thị rõ ràng */
.comments-list {
    width: 100%;
    display: block;
}

.comments-list .comment-item {
    clear: both;
    overflow: hidden;
}

.comment-replies .comment-reply-item {
    clear: both;
    overflow: hidden;
}

/* Responsive for Comments */
@media (max-width: 768px) {
    .comment-item {
        padding: 12px;
        margin-bottom: 15px;
    }
    
    .comment-author {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .comment-actions {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .comment-replies {
        padding-left: 15px;
    }
    
    .comment-reply-item {
        padding: 10px;
    }
    
    .comment-reply-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Video Categories Sidebar */
.video-categories-sidebar {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-top: 20px;
    position: sticky;
    top: 20px;
}

.video-categories-sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--main, #103594);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.video-categories-sidebar .sidebar-title i {
    color: var(--main, #103594);
    font-size: 22px;
}

.video-categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.video-category-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}

.video-category-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.video-category-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    padding: 8px;
    border-radius: 6px;
}

.video-category-link:hover {
    background: #f5f5f5;
    transform: translateX(5px);
    color: var(--main, #103594);
}

.category-thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.category-thumb-placeholder {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--main, #103594) 0%, #1a4fb8 100%);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    flex-shrink: 0;
}

.category-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.category-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

.video-category-link:hover .category-name {
    color: var(--main, #103594);
}

.category-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.no-categories {
    text-align: center;
    color: #999;
    font-size: 14px;
    padding: 20px 0;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .video-categories-sidebar {
        margin-top: 30px;
        position: static;
    }
    
    .video-category-link {
        padding: 10px;
    }
    
    .category-thumb,
    .category-thumb-placeholder {
        width: 50px;
        height: 50px;
    }
    
    .category-name {
        font-size: 15px;
    }
    
    .category-desc {
        font-size: 12px;
    }
}