.product-list {
    padding-top: 30px;
}

.sidebar-title {
    font-size: 24px;
    padding-bottom: 22px;
    margin-bottom: 26px;
    background-image: radial-gradient(circle at 1.5px, #b7c1d4 .75px, rgba(255, 255, 255, 0) 1.5px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: bottom center;
}

.danh-muc {
    margin-bottom: 40px;
}

.danh-muc ul li:not(:last-child) {
    background-image: radial-gradient(circle at 1.5px, rgba(0, 0, 0, .2) .75px, rgba(255, 255, 255, 0) 1.5px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: bottom center;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.danh-muc ul li a {
    font-size: 15px;
}

.danh-muc ul li.active a {
    color: var(--fifth-color);
}

.danh-muc ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #d5dbe6;
    margin-right: 10px;
    display: inline-block;
    transform: translateY(-3px);
}

.filter .filter-list-item:not(:last-child) {
    margin-bottom: 10px;
}

.filter .filter-list label {
    margin-bottom: 0;
    cursor: pointer;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 15px;
    transition: .3s;
}

.filter .filter-list label input {
    display: none;
}

.filter .filter-list label .check {
    border-radius: 3px;
    border: 1px solid #a0a0a0;
    height: 16px;
    width: 16px;
    display: inline-block;
    position: relative;
}

.filter .filter-list label input:checked + .check {
    background: var(--third-color);
    border-color: var(--third-color);
}

.filter .filter-list label input:checked + .check:after {
    content: "";
    color: #fff;
    position: absolute;
    width: 12px;
    height: 10px;
    top: 2px;
    left: 1px;
    background-image: url(../images/icon-check.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.filter {
    margin-bottom: 40px;
}

.recent-reviews .item-product:not(:first-child) {
    background-image: radial-gradient(circle at 1.5px, #b7c1d4 .75px, rgba(255, 255, 255, 0) 1.5px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: top center;
}

.recent-reviews .item-product {
    display: grid;
    grid-template-columns: 85px auto;
    gap: 14px;
    padding-top: 20px;
    margin-top: 20px;
}

.recent-reviews .item-product .content {
    padding: 0;
    text-align: left;
}

.product-list .is-driver {
    border: 1px solid #d5dbe6;
    margin-top: 30px;
}

.product-list-inner {
    margin-left: 30px;
}

.product-list-inner .sort select{
    margin: 0;
    padding: 4px 16px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    border-radius: 30px;
    cursor: pointer;
    min-width: 200px;
    color: #000;
}

.product-list-inner .sort {
    text-align: right;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}

.icon-filter {
    display: none;
    font-size: 16px;
}

.icon-filter svg {
    width: 20px;
    height: 20px;
}

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

.product-detail-right .product-name {
    font-size: 30px;
    margin-bottom: 12px;
}

.product-detail-right .price {
    display: flex;
    gap: 10px;
    align-items: center;
}

.product-detail-right .new-price {
    color: var(--fifth-color);
    font-weight: 600;
    font-size: 26px;
}

.product-detail-right .old-price {
    color: var(--sixth-color);
    font-size: 16px;
}

.product-detail-right .rate ul li {
    display: inline-block;
}

.product-detail-right .rate ul li svg {
    width: 15px;
    height: 15px;
}

.product-detail-right .rate {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #ebebeb;
    margin: 20px 0 16px;
    padding-top: 16px;
}

.product-detail-right .des {
    color: var(--sixth-color);
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
    line-height: 1.4;
    margin-bottom: 24px;
}

.product-detail-right .add-cart-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 25px;
    background-image: radial-gradient(circle at 1.5px, #b7c1d4 .75px, rgba(255, 255, 255, 0) 1.5px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: top center;
    row-gap: 15px;
}

.add-cart-wrap .quantity-label {
    margin-right: 16px;
}

.add-cart-wrap .quanity-buttons {
    display: flex;
    align-items: center;
    margin-right: 30px;
    border: 2px solid #d5dbe6;
    width: 105px;
    flex-basis: 105px;
    color: #8396a0;
}

.add-cart-wrap .quantity-action {
    cursor: pointer;
    padding: 13px 0;
    color: var(--primary-color);
    width: 33.33%;
    text-align: center;
    line-height: 1;
    font-size: 18px;
}

.add-cart-wrap .qty {
    padding: 6px 0;
    line-height: 1;
    width: 33.33%;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    border: none;
    text-align: center;
    color: #8396a0;
}

.add-cart-wrap .add-to-cart {
    letter-spacing: .2rem;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: var(--fifth-color);
    color: #FFF;
    padding: 12px 20px;
}

.product-detail-right .product-meta {
    padding-top: 30px;
    background-image: radial-gradient(circle at 1.5px, #b7c1d4 .75px, rgba(255, 255, 255, 0) 1.5px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: top center;
    font-size: 15px;
}

.product-detail-right .product-meta .item {
    display: inline-block;
    margin-bottom: 5px;
}

.product-detail-right .product-meta .item:not(:last-child) {
    margin-right: 30px;
}

.product-detail-right .product-meta .item .text {
    color: var(--sixth-color);
}

.product-detail-right .product-meta .item .text:hover {
    color: var(--fifth-color);
}

.product-detail .content-detail .tab-wrapper{
    max-width: 950px;
    margin: 0 auto;
}

.content-detail .tab-buttons {
    text-align: center;
    padding-bottom: 40px;
    background-image: radial-gradient(circle at 1.5px, #b7c1d4 .75px, rgba(255, 255, 255, 0) 1.5px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: bottom center;
}

.content-detail .tab-buttons li {
    display: inline-block;
    margin: 0 20px;
}

.content-detail .tab-buttons li button {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    border: none;
    background-color: #FFF;
    font-weight: 600;
}

.content-detail .tab-buttons li button.active {
    color: var(--fifth-color);
}

.content-detail .tab-content .content {
    padding-top: 36px;
}

.product-related,
.product-detail .content-detail {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #ebebeb;
}

.product-related .title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}

.related-pr-list .slick-slide {
    margin: 0 12px;
}

.related-pr-list .slick-list {
    margin: 0 -12px;
}

.product-detail .is-driver {
    border: 1px solid #ebebeb;
    margin-top: 30px;
}

.product-detail .slider-detail-nav .slick-slide {
    margin: 0 5px;
}

.product-detail .slider-detail-nav .slick-list {
    margin: 0 -5px;
}

.reviews-ttl {
    margin-bottom: 20px;
    font-size: 18px;
}

.reviews-summary {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

.rating-overview {
    text-align: center;
}

.big-rating {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
}

.stars-large {
    color: #fbbf24;
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.rating-bars {
    display: grid;
    gap: 8px;
}

.rating-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}

.rating-bar span:first-child {
    width: 20px;
    color: #64748b;
}

.rating-bar .bar {
    flex: 1;
    height: 8px;
    background: #f1f5f9;
    border-radius: 4px;
    overflow: hidden;
}

.rating-bar .fill {
    height: 100%;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border-radius: 4px;
    transition: width 0.5s ease;
}

.rating-bar span:last-child {
    width: 30px;
    text-align: right;
    color: #64748b;
}

.review-sea-more {
    margin-bottom: 20px;
}

.review-sea-more .btn-web {
    font-size: 16px;
}

.binhluan .rating-form {
	background: white;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0 4px 25px rgba(0, 0, 0, 0.04);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid #cdcdcd3b;
}

.binhluan .rating-form:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

.binhluan .form-header {
	text-align: center;
	margin-bottom: 30px;
}

.binhluan .form-header h2 {
	color: var(--primary-color);
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 8px;
}

.binhluan .form-header p {
	color: var(--sixth-color);
	font-size: 16px;
}

.binhluan .product-info {
	display: grid;
    grid-template-columns: 60px auto;
	align-items: center;
	gap: 16px;
	padding: 10px 20px;
	background: linear-gradient(135deg, #f8fafc, #f1f5f9);
	border-radius: 12px;
	margin-bottom: 30px;
}

.binhluan .product-image {
	width: 60px;
	height: 60px;
	border-radius: 8px;
	overflow: hidden;
}

.binhluan .product-image img {
	width: 80px;
	height: 80px;
	object-fit: cover;
}

.binhluan .product-details h3 {
	color: #1e293b;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 4px;
}

.binhluan .product-details p {
	color: #64748b;
	font-size: 14px;
}

.binhluan .form-group {
	margin-bottom: 13px;
}

.binhluan .form-group label {
	display: block;
	color: #374151;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 18px;
}

.binhluan .star-rating {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.binhluan .stars-container {
	display: flex;
	gap: 4px;
}

.binhluan .star {
	font-size: 2.5rem;
	color: #e2e8f0;
	cursor: pointer;
	transition: all 0.3s ease;
	user-select: none;
}

.binhluan .star:hover {
	transform: scale(1.1);
	color: #fbbf24;
}

.binhluan .star.active {
	color: #fbbf24;
	text-shadow: 0 0 10px rgba(251, 191, 36, 0.3);
}

.binhluan .star.hover {
	color: #fde68a;
	transform: scale(1.05);
}

.binhluan .rating-text {
	color: var(--primary-color);
	font-weight: 600;
	font-size: 1.1rem;
	margin-left: 12px;
	min-width: 120px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.binhluan .rating-text.show {
	opacity: 1;
}

.binhluan .rating-labels {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
	font-size: 12px;
	color: #94a3b8;
}

.binhluan .quick-ratings {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
	margin-bottom: 20px;
}

.binhluan .quick-rating-btn {
	padding: 12px 16px;
	border: 1px solid #e5e7eb;
	background: white;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: var(--sixth-color);
}

.binhluan .quick-rating-btn:hover {
	border-color: var(--fifth-color);
	color: var(--fifth-color);
	transform: translateY(-1px);
}

.binhluan .quick-rating-btn.active {
	background: var(--third-color);
	color: var(--fifth-color);
	border-color: var(--fifth-color);
}

.binhluan .comment-textarea {
	width: 100%;
	min-height: 120px;
	padding: 16px;
	border: 1px solid #e5e7eb;
	border-radius: 5px;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.6;
	resize: vertical;
	transition: all 0.3s ease;
	background: #fafbfc;
}

.binhluan .comment-textarea::placeholder {
	color: #94a3b8;
}

.binhluan .char-count {
	text-align: right;
	font-size: 12px;
	color: #94a3b8;
	margin-top: 8px;
}

.binhluan .user-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.binhluan .input-field {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 5px;
	font-size: 16px;
	transition: all 0.3s ease;
	background: #fafbfc;
}

.binhluan .input-field:focus {
	outline: none;
	border-color: var(--color-main);
	background: white;
	box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.binhluan .checkbox-group {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.binhluan .checkbox-item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.binhluan .custom-checkbox {
	position: relative;
	width: 20px;
	height: 20px;
}

.binhluan .custom-checkbox input {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.binhluan .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: #f1f5f9;
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.binhluan .custom-checkbox input:checked+.checkmark {
	background: linear-gradient(135deg, #84d3ef, #4f46e5);
	border-color: #84d3ef;
}

.binhluan .checkmark::after {
	content: '';
	position: absolute;
	display: none;
	left: 6px;
	top: 2px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.binhluan .custom-checkbox input:checked+.checkmark::after {
	display: block;
}

.binhluan .checkbox-item label {
	margin: 0;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
}

.binhluan .submit-section {
	margin-top: 40px;
	text-align: center;
}

.binhluan .submit-btn {
	background: var(--third-color);
	color: var(--fifth-color);
	border: none;
	padding: 16px 40px;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	min-width: 200px;
}

.binhluan .submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgb(214 191 187 / 59%);
}

.binhluan .submit-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

.binhluan .success-message {
	background: linear-gradient(135deg, #dcfce7, #bbf7d0);
	color: #166534;
	padding: 16px 20px;
	border-radius: 12px;
	text-align: center;
	font-weight: 600;
	margin-top: 20px;
	display: none;
	animation: slideIn 0.5s ease-out;
}

.stars-container {
	direction: rtl;
	display: flex;
	gap: 5px;
}

.stars-container input {
	display: none;
}

.stars-container label {
	font-size: 2rem;
	color: #ccc;
	cursor: pointer;
	transition: color 0.2s;
}

.stars-container input:checked~label,
.stars-container label:hover,
.stars-container label:hover~label {
	color: gold;
}

.binhluan .form-group input {
	width: 100%;
	height: 45px;
	padding: 5px 10px;
	border: 1px solid #cdcdcd;
	border-radius: 10px;
}

.close-filter {
    display: none;
}

.overlay-filter {
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.overlay-filter.active {
    opacity: .3;
    visibility: visible;
}

.list-comment {
    margin-top: 15px;
}

.list-comment .item {
    position: relative;
    padding: 24px 0 24px 84px;
}

.list-comment .item:not(:last-child) {
    border-bottom: 1px solid #CCCCCC;
}

.list-comment .item .avt-img {
    width: 60px;
    height: 60px;
    /* border-radius: 50%; */
    overflow: hidden;
    position: absolute;
    top: 24px;
    left: 0;
}

.list-comment .item .name {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 5px;
}

.comment-wrap .list-comment .item .content-cmt {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.list-comment .item .stars li svg {
    width: 15px;
    height: 15px;
}

.list-comment .item .stars li {
    display: inline-block;
}

.media-sitebar {
	padding-top: 20px;
	border-top: 0px solid #cdcdcd;
}

.media-sitebar ul {
	justify-content: center;
}

.media-sitebar ul {
	margin-top: 1   5px;
    text-align: left;
    justify-content: left;
    padding: 20px 0;
    background-image: radial-gradient(circle at 1.5px, #b7c1d4 .75px, rgba(255, 255, 255, 0) 1.5px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-repeat: repeat-x;
    background-position: top center;
    display: flex;
    align-items: center;
}

.media-sitebar ul li a svg {
	width: 20px;
	height: 20px;
}

.media-sitebar ul li a {
	display: inline-flex;
	width: 30px;
	height: 30px;
	background: #ed1c23ff;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	fill: #fff;
}

.media-sitebar ul .facebook a {
	background: #0866ff;
	margin-left: 10px;
}

.media-sitebar ul .zalo a {
	background: #0866ff;
}

.media-sitebar ul .instagram a {
	background: #fff;
}

.media-sitebar ul .tweet a {
	background: #009ded;
}

.media-sitebar ul .instagram a {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.media-sitebar ul .pinterest a {
	background: #e70024;
}

.media-sitebar ul .whatsapp a {
	background: #0dc144;
}

@media (max-width: 992px) {
    .icon-filter {
        display: inline-flex;
        align-items: center;
        gap: 3px;
    }

    .product-list-inner .sort {
        display: flex;
        justify-content: space-between;
    }

    .sidebar-product {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 80%;
        background: #FFF;
        z-index: 10;
        overflow-y: auto;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        transform: translateX(-100%);
        transition: .3s;
        padding: 15px;
    }

    .sidebar-title {
        font-size: 18px;
        padding-bottom: 14px;
        margin-bottom: 22px;
    }

    .recent-reviews .item-product {
        padding-top: 10px;
        margin-top: 10px;
    }

    .close-filter {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
    }

    .close-filter svg {
        width: 20px;
        height: 20px;
    }

    .product-list-inner {
        margin-left: 0;
    }

    .sidebar-product.active {
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .product-detail-right .product-name {
        font-size: 26px;
        text-align: justify;
    }

    .add-cart-wrap .quanity-buttons {
        margin-right: 15px;
    }

    .add-cart-wrap .add-to-cart {
        font-size: 13px;
        letter-spacing: 0;
    }

    .product-related, .product-detail .content-detail {
        margin-top: 25px;
        padding-top: 25px;
    }

    .content-detail .tab-buttons {
        padding-bottom: 25px;
    }

    .content-detail .tab-content .content {
        padding-top: 25px;
    }

    .content-detail .tab-buttons {
        white-space: nowrap;
        overflow-x: auto;
    }

    .content-detail .tab-buttons li button {
        font-size: 16px;
    }

    .content-detail .tab-buttons li {
        margin: 0 20px 0 0;
    }

    .product-related .title {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .reviews-summary {
        gap: 25px;
    }

    .binhluan .form-header h2 {
        font-size: 22px;
    }

    .binhluan .product-info {
        grid-template-columns: repeat(1, 1fr);
    }

    .binhluan .product-image img {
        width: 80px;
        height: 80px;
    }

    .product-detail-right .add-cart-wrap.contact {
        justify-content: center;
    }
}