.binhluan .product-details {
	background: unset !important;
	box-shadow: unset !important;
	padding: unset !important;
	margin-bottom: 0px !important;
}

span.rating-text.countRating {
	color: #2866b0;
}

p.loiich {
	border: none !important;
}

.box-products-top.single-item iframe {
	width: 100%;
	height: 400px;
	border-radius: 10px;
}


.binhluan {
	width: 99%;
	margin: 0 auto;
	padding: 5px 0px;
}

.price-section ul li {
	list-style: disc;
	margin-left: 20px;
	font-size: 16px;
}

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

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

.binhluan .rating-form {
	background: white;
	border-radius: 5px;
	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 a {
	color: var(--color-2);
}

.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: #1e293b;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 8px;
}

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

.binhluan .product-info {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 10px 20px;
	background: linear-gradient(135deg, #f8fafc, #f1f5f9);
	border-radius: 12px;
	margin-bottom: 20px;
	margin-top: 15px;
}

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

.binhluan .product-image img {
	width: 93px !important;
	height: 66px !important;
	object-fit: cover;
}

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

.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: 15px;
}

.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 !important;
	color: #e2e8f0 !important;
	cursor: pointer;
	transition: all 0.3s ease;
	user-select: none;
}

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

.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: #6366f1;
	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: #64748b;
}

.binhluan .quick-rating-btn:hover {
	border-color: #6366f1;
	color: #6366f1;
	transform: translateY(-1px);
}

.binhluan .quick-rating-btn.active {
	background: linear-gradient(135deg, #6366f1, #4f46e5);
	color: white;
	border-color: #6366f1;
}

.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:focus {
	outline: none;
	border-color: #6366f1;
	background: white;
	box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.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: #6366f1;
	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, #6366f1, #4f46e5);
	border-color: #6366f1;
}

.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: 15px;
	text-align: center;
}

.binhluan .submit-btn {
	background: #ff6b35;
	color: white;
	border: none;
	padding: 9px 33px;
	border-radius: 5px;
	font-size: 15px;
	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 rgba(99, 102, 241, 0.4);
}

.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;
}

@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}
section.dungtich ul li {
    list-style: none;
    margin-left: 0px;
}

section.dungtich ul {
    display: flex;
    gap: 0px 10px;
}
section.dungtich ul li.active span {
    background: linear-gradient(360deg, #347bbb, #2a4e9e);
    border: 1px solid #2866b0;
    color: #fff;
}

section.dungtich {
    display: flex;
    gap: 0px 10px;
    align-items: center;
}

.name-dungtich {
    font-weight: 600;
    color: #374151;
}
section.dungtich ul li span {
    padding: 5px 17px;
    font-size: 12px;
    border: 1px solid #cdcdcd;
    border-radius: 25px;
}

section.dungtich ul li span:hover {
    background: #1aace3;
    color: #fff;
    border: 1px solid #1aace3;
    cursor: pointer;
}
@media (max-width: 768px) {
	.box-detail-sgc .quantity-selector {
		flex-wrap: wrap;
	}

	button.tab-btn {
		width: 100%;
		min-width: max-content;
		max-width: fit-content;
	}

	.box-detail-sgc .details-tabs {
		overflow-x: scroll;
		padding-top: 20px;
		margin-bottom: 20px;
	}

	.box-detail-sgc .product-details {
		padding: unset !important;
	}

	.box-detail-sgc .tab-panel.active {
		padding: 20px 0px;
	}

	.binhluan {
		width: 100%;
		padding: 20px 0px;
	}

	.binhluan .container {
		padding: 10px;
	}

	.binhluan .rating-form {
		padding: 15px 5px;
	}

	.binhluan .user-info {
		grid-template-columns: 1fr;
	}

	.binhluan .star {
		font-size: 2rem;
	}

	.binhluan .quick-ratings {
		grid-template-columns: 1fr 1fr;
	}
}

.box-detail-sgc {
	padding-top: 10px;
	/* Product Details Styles */
	/* Specs Styles */
	/* Reviews Styles */
	/* Warranty Styles */
}

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

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

.box-detail-sgc .breadcrumb {
	margin-bottom: 0px;
	font-size: 14px;
	color: #000000;
	padding: 10px;
	background: #eee;
	margin-bottom: 20px;
}

.box-detail-sgc .breadcrumb a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
}

.box-detail-sgc .breadcrumb a:hover {
	color: #4f46e5;
}

.box-detail-sgc .product-container {
	margin-bottom: 30px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.box-detail-sgc .product-layout {
	display: grid;
	gap: 15px;
	align-items: start;
	grid-template-columns: calc(99% - 460px) 460px;
	margin-bottom: 15px;
}






.box-detail-sgc .badge {
	position: absolute;
	top: 20px;
	left: 20px;
	background: linear-gradient(135deg, #10b981, #059669);
	color: white;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.box-detail-sgc .product-info h1 {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 7px;
	line-height: 1.5;
}

.box-detail-sgc .rating {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 0px;
	justify-content: left;
	padding: 0px 0px 10px;
}

.box-detail-sgc .stars {
	display: flex;
	gap: 2px;
	color: #ddd;
}

.box-detail-sgc .star {
	color: #fbbf24;
	font-size: 18px;
}

.box-detail-sgc .rating-text {
	color: #64748b;
	font-size: 14px;
}

.box-detail-sgc .price-section {
	margin-bottom: 10px;
}

.box-detail-sgc .current-price {
	font-size: 2.2rem;
	font-weight: 700;
	color: #dc2626;
	margin-right: 16px;
}

.box-detail-sgc .original-price {
}

.box-detail-sgc .discount {
	color: #fff;
	padding: 4px 12px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
}

.box-detail-sgc .description {
	margin-bottom: 17px;
	color: #475569;
	font-size: 16px;
	line-height: 1.7;
}

.box-detail-sgc .features {
	margin-bottom: 30px;
}

.box-detail-sgc .features h3 {
	color: #1e293b;
	font-size: 23px;
	margin-bottom: 16px;
	font-weight: 600;
}

.box-detail-sgc .feature-list {
	display: grid;
	gap: 12px;
}

.box-detail-sgc .feature-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #f1f5f9;
}

.box-detail-sgc .feature-item:last-child {
	border-bottom: none;
}

.box-detail-sgc .feature-icon {
	width: 20px;
	height: 20px;
	background: linear-gradient(135deg, #ddd6fe, #c4b5fd);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7c3aed;
	font-size: 12px;
}

.box-detail-sgc .quantity-selector {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 17px 0;
}

.box-detail-sgc .quantity-label {
	font-weight: 600;
	color: #374151;
}

.box-detail-sgc .quantity-controls {
	display: flex;
	align-items: center;
	border: 1px solid #e5e7eb;
	border-radius: 5px;
	overflow: hidden;
}

.box-detail-sgc .qty-btn {
	width: 30px;
	height: 36px;
	border: none;
	background: #f9fafb;
	color: #6b7280;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 18px;
	font-weight: 600;
	padding: 0px;
}

.box-detail-sgc .qty-btn:hover {
	background: #6366f1;
	color: white;
}

.box-detail-sgc .qty-input {
	width: 36px;
	height: 35px;
	border: none;
	text-align: center;
	font-weight: 600;
	color: #374151;
	background: white;
}

.box-detail-sgc .action-buttons {
	display: flex;
	gap: 16px;
}

.box-products-top.single-item img {
	height: 400px;
}

.box-detail-sgc .btn {
	padding: 10px 25px;
	border: none;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.box-detail-sgc .btn-primary {
	background: #f77b13;
	color: white;
	flex: 1;
	gap: 0px 10px;
}

.box-detail-sgc .btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(99, 102, 241, 0.4);
}

.box-detail-sgc .btn-secondary {
	background: transparent;
	color: #6366f1;
	border: 2px solid #6366f1;
	padding: 14px 32px;
}

.box-detail-sgc .btn-secondary:hover {
	background: #6366f1;
	color: white;
}

.box-detail-sgc .shipping-info {
	background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
	padding: 20px;
	border-radius: 16px;
	margin-top: 30px;
	border-left: 4px solid #2866b0;
}

.box-detail-sgc .shipping-info h4 {
	color: #2866b0;
	margin-bottom: 8px;
	font-size: 21px;
}

.box-detail-sgc .shipping-info p {
	color: #0369a1;
	font-size: 14px;
}

@media (max-width: 768px) {
	.box-detail-sgc .product-layout {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.box-detail-sgc .product-container {
		padding: 10px 0;
	}

	.box-detail-sgc .product-info h1 {
		font-size: 2rem;
		padding-top: 10px;
	}

	.box-detail-sgc .action-buttons {
		flex-direction: column;
	}
}

.box-detail-sgc .product-details {
	background: white;
	border-radius: 5px;
	padding: 20px 10px 0px;
	margin-bottom: 30px;
}

.box-detail-sgc .details-tabs {
	display: flex;
	margin-bottom: 30px;
	gap: 10px;
	justify-content: center;
}

.box-detail-sgc .tab-btn {
	padding: 7px 24px;
	border: none;
	background: transparent;
	color: #64748b;
	font-weight: 600;
	cursor: pointer;
	border-radius: 5px;
	transition: all 0.3s ease;
	position: relative;
	font-size: 17px;
	border: 1px solid #f77b13a1;
}

.box-detail-sgc .tab-btn.active {
	color: #fff;
	background: #f77b13;
}

.box-detail-sgc .tab-btn.active::after {
	cotent: '';
}

.box-detail-sgc .tab-btn:hover:not(.active) {
	color: #475569;
	background: #f8fafc;
}

.box-detail-sgc .tab-panel {
	display: none;
	animation: fadeIn 0.5s ease-out;
}

.box-detail-sgc .tab-panel.active {
	display: block;
	font-size: 16px;
}

.box-detail-sgc .tab-panel h3 {
	color: #1e293b;
	font-size: 16px;
	margin-bottom: 24px;
	font-weight: 700;
}

.box-detail-sgc .detail-content p {
	margin-bottom: 16px;
	line-height: 1.7;
	color: #475569;
}

.box-detail-sgc .detail-content h4 {
	color: #1e293b;
	font-size: 21px;
	margin: 24px 0 12px 0;
	font-weight: 600;
}

.box-detail-sgc .highlight-features {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin-top: 30px;
}

.box-detail-sgc .highlight-item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 20px;
	background: linear-gradient(135deg, #f8fafc, #f1f5f9);
	border-radius: 12px;
	transition: transform 0.3s ease;
}

.box-detail-sgc .highlight-item:hover {
	transform: translateY(-2px);
}

.box-detail-sgc .highlight-icon {
	font-size: 2rem;
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #ddd6fe, #c4b5fd);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box-detail-sgc .highlight-item h5 {
	color: #1e293b;
	font-size: 20px;
	margin-bottom: 4px;
	font-weight: 600;
}

.box-detail-sgc .highlight-item p {
	color: #64748b;
	font-size: 14px;
	margin: 0;
}

.box-detail-sgc .specs-grid {
	display: grid;
	gap: 16px;
}

.box-detail-sgc .spec-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid #f1f5f9;
}

.box-detail-sgc .spec-row:last-child {
	border-bottom: none;
}

.box-detail-sgc .spec-label {
	font-weight: 600;
	color: #374151;
	flex: 1;
}

.box-detail-sgc .spec-value {
	color: #6366f1;
	font-weight: 600;
	text-align: right;
}

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

.box-detail-sgc .rating-overview {
	text-align: center;
}

.box-detail-sgc .big-rating {
	font-size: 3rem;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 8px;
}

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

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

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

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

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

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

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

.box-detail-sgc .review-item {
	border: 1px solid #f1f5f9;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 16px;
	transition: box-shadow 0.3s ease;
}

.box-detail-sgc .review-item:hover {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.box-detail-sgc .reviewer-info {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.box-detail-sgc .reviewer-avatar {
	width: 45px;
	height: 45px;
	background: linear-gradient(135deg, #6366f1, #4f46e5);
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}

.box-detail-sgc .reviewer-info h5 {
	color: #1e293b;
	font-size: 18px;
	margin-bottom: 4px;
}

.box-detail-sgc .review-stars {
	color: #fbbf24;
	font-size: 14px;
}

.box-detail-sgc .review-date {
	color: #94a3b8;
	font-size: 12px;
}

.box-detail-sgc .warranty-content {
	display: grid;
	gap: 24px;
}

.box-detail-sgc .warranty-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 24px;
	background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
	border-radius: 12px;
	border-left: 4px solid #0ea5e9;
}

.box-detail-sgc .warranty-icon {
	font-size: 2rem;
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #0ea5e9, #0284c7);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.box-detail-sgc .warranty-item h5 {
	color: #0c4a6e;
	font-size: 21px;
	margin-bottom: 8px;
	font-weight: 600;
}

.box-detail-sgc .warranty-item p {
	color: #0369a1;
	line-height: 1.6;
	margin: 0;
}
























.group-status {
	display: flex;
	flex-flow: wrap;
	gap: 20px;
}

.pro-vendor {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
}

.group-status>div:before {
	content: '';
	position: absolute;
	background: rgba(17, 17, 17, 0.3);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 0;
	top: 7px;
}

.group-status>div:before {
	content: '';
	position: absolute;
	background: rgba(17, 17, 17, 0.3);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 0;
	top: 7px;
}

.group-status>div {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
}

.productDetail--main .product-heading h1 {
	margin-bottom: 10px;
	display: inline-block;
}

.productGallery_slider {
	position: relative;
	margin-top: 15px;
}

.productGallery_slider .productList-slider {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 8px;
	align-items: start;
	align-content: space-between;
	justify-items: stretch;
	justify-content: center;
}

.productGallery_slider .productList-slider .gallery-item:first-child {
	grid-area: 1 / 1 / 3 / 3;
}

.productGallery_slider .productList-slider .gallery-item:nth-child(3)~.gallery-item {
	display: none;
}

.productGallery_slider .icon-gallery {
	position: absolute;
	bottom: 14px;
	right: 13px;
	height: 44px;
	padding: 12px 16px;
	border-radius: 200px;
	background: #fff;
	display: inline-flex;
	flex-wrap: nowrap;
	gap: 8px;
	align-items: center;
	color: #111111;
	cursor: pointer;
}

.productGallery_slider .productList-slider .gallery-item img {
	border-radius: 16px;
	width: 100%;
}

.product-heading {
	margin-bottom: 20px;
	padding-top: 20px;
}

.productDetail--content .productDetail--box {
	/* padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 10px; */
}

.productDetail--content .product-description .box-title h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

.productDetail--content .product-description .description-content h3 {
	font-size: 20px;
}

#form-booking-pro {
	scroll-margin-block-start: 110px;
}

.productDetail--content .wrapbox-right .wrapbox-detail {
	position: -webkit-sticky;
	position: sticky;
	margin-top: 0px;
	top: 15px;
}

.productDetail--content .wrapbox-right .wrapbox-detail h1 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #11321a;
	padding-bottom: 10px;
	border-bottom: solid 1px #eee;
	line-height: 1.3;
}

.productDetail--content .wrapbox-right .wrapbox-detail {
	padding: 20px;
	background: #fef6ed;
	border-radius: 16px;
	border: 1px solid #ff6b00;
}

.productDetail--content .product-price {
	display: flex;
	align-items: flex-start;
	margin-bottom: 13px;
}

.productDetail--content .product-price .pro-title {
	flex: 0 0 25%;
	margin-top: 7px;
}

.productDetail--content .product-price .pro-price {
	flex: 0 0 75%;
	max-width: 75%;
}

.productDetail--content .product-price .pro-price .percent-price {
	display: flex;
	align-items: center;
	gap: 10px;
}

.productDetail--content .product-price .pro-price .price {
	font-size: 21px;
	padding-bottom: 0px;
}

.productDetail--content .product-price .pro-price .pro-percent {
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	z-index: 2;
	padding: 2px 8px;
	border-radius: 3px;
	background: #1aace3;
}

.productDetail--content .product-price .pro-price del {
	color: #a0a0a0;
	font-size: 18px;
}

.productDetail--content .product-price .pro-price del .person {
	color: #a0a0a0;
}

.productDetail--content .product-price .pro-price .person {
	font-size: 14px;
	color: #565;
}

.productDetail--content .contact-form .input-group {
	width: 100%;
	margin-bottom: 8px;
}

.productDetail--content .wrapbox-right .wrapbox-detail .form-booking input {
	border: 1px solid #ddd;
	border-radius: 8px;
	height: 43px;
	font-size: 16px;
}

.productDetail--content .contact-form .input-group input,
.contact-form .input-group textarea {
	color: #5c5c5c;
	height: 45px;
	width: 100%;
	font-weight: 500;
	padding: 8px 20px;
	background: #fff;
	border-radius: 4px;
	box-shadow: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.productDetail--content .wrapbox-right .wrapbox-detail .form-booking .pro-qty {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.productDetail--content .wrapbox-right .wrapbox-detail .form-booking .field-error {
	color: red;
}

.productDetail--content .field-error {
	position: absolute;
	bottom: -16px;
	font-size: 12px;
	color: #ff0000;
}

.productDetail--content .wrapbox-right .wrapbox-detail .form-booking .pro-total {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	gap: 15px;
}

.productDetail--content .wrapbox-right .wrapbox-detail .form-booking .pro-qty input {
	height: 35px;
	padding-left: 12px;
	width: 60px;
}

.productDetail--content .wrapbox-right .wrapbox-detail .form-booking .pro-qty label {
	margin-bottom: 0px;
}

.productDetail--content .wrapbox-right .wrapbox-detail .form-booking .pro-total .pro-num-total {
	font-size: 20px;
	font-weight: 600;
}










.flex-quantity {
	display: flex;
	align-items: end;
}

.custom.custom-btn-number {
	display: inline-flex;
	align-items: center;
}

.input_number_product {
	width: auto;
	position: relative;
	padding: 0;
	border: none;
	box-shadow: none;
	background-color: transparent;
	display: inline-flex;
}

.input_number_product {
	display: inline-flex;
	align-items: center;
	border-radius: 5px;
	margin-right: 10px;
}

button.btn_num.num_1.button.button_qty {
	font-size: 20px;
	line-height: 0px;
	border: solid 1px #e4e4e4;
	display: inline-block;
	width: 45px;
	height: 42px;
	background-color: #fff;
	float: left;
	color: #333;
	text-align: center;
	padding: 0px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.button_qty {
	flex: 0 0 45px;
	height: 45px;
	display: flex;
	align-items: center;
	border: none;
	background: transparent;
	justify-content: center;
	text-align: center;
	width: 45px;
}

input.form-control.prd_quantity {
	display: block;
	border-radius: unset !important;
	color: #00090f;
	text-align: center;
	box-shadow: none;
	background: #fff;
	margin: 0;
	height: 42px !important;
	line-height: 42px;
	box-shadow: none;
	border-radius: 0px;
	font-size: 16px;
	width: 45px;
	padding: 0;
	border: none;
	border-top-width: medium;
	border-top-style: none;
	border-top-color: currentcolor;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
}

.wrapbox-detail .add-to-cartProduct {
	border-radius: 5px;
}

button.btn_num.num_2.button.button_qty {
	border-radius: 0;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 20px;
	line-height: 0px;
	border: solid 1px #e4e4e4;
	display: inline-block;
	width: 35px;
	height: 42px;
	background-color: #fff;
	float: left;
	color: #333;
	text-align: center;
	padding: 0px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.button_qty {
	flex: 0 0 45px;
	height: 45px;
	display: flex;
	align-items: center;
	border: none;
	background: transparent;
	justify-content: center;
	text-align: center;
	width: 45px;
}

.clearfix.form-group.box-cart {
	display: flex;
	align-items: center;
	gap: 0px 10px;
}

.wrap-addcart svg {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.wrap-addcart button {
	font-size: 14px;
	background: #11321a;
	border-radius: 5px;
}

.product-gallery.boxlazy-img.gallery-item:nth-child(n + 2) img {
	height: 265px;
}

.wrap-addcart .wd-uppercase {
	color: #fff;
}


.productDetail--content .wraper-detail-products .product-price {
	flex-direction: column;
}

.wraper-detail-products .prices-products {
	width: 100%;
	display: flex;
	align-items: center;
}

.crumina-submit {
	margin-left: 2px;
}

.wraper-detail-products .box-desc-products h2 {
	font-size: 22px;
	color: #000;
	font-weight: 700;
	margin-bottom: 5px;
}

section.room.bg--section-color .products-card-content .desc ul li {
	margin-left: 20px;
	padding-left: 0px;
	background: unset;
	list-style: disc;
}

.wraper-detail-products .box-desc-products p {
	font-size: 14px;
	line-height: 1.3;
}

.wraper-detail-products .box-desc-products {
	padding: 10px 0px;
}

.productGallery_slider .icon-gallery a {
	display: flex;
}

.content-detai ul li {
	font-size: 13px;
	margin: 5px;
	list-style: disc;
	margin-left: 10px;
}

.products-card-content .desc ul li:nth-child(n + 4) {
	display: none;
}






































.box-member-detail-products .ctnr {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 20px;
	padding: 30px 10px 0px;
	/* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
	backdrop-filter: blur(10px);
}

.box-member-detail-products .header {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

.box-member-detail-products .header-title {
	background: #FECB38;
	color: #000;
	padding: 12px 30px;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	position: relative;
	box-shadow: 0 4px 15px rgba(66, 133, 244, 0.3);
}

.box-member-detail-products .header-title::before {
	content: '';
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #FECB38;
}

.box-member-detail-products .features {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 25px;
	margin-top: 20px;
}

.box-member-detail-products .feature-item {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.box-member-detail-products .feature-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.box-member-detail-products .icon {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	flex-shrink: 0;
}

.box-member-detail-products .icon-blue {
	background: linear-gradient(45deg, #4285f4, #6fa8f7);
}

.box-member-detail-products .icon-red {
	background: linear-gradient(45deg, #ea4335, #f06659);
}

.box-member-detail-products .icon-green {
	background: linear-gradient(45deg, #34a853, #5cbf75);
}

.box-member-detail-products .feature-text {
	flex: 1;
}

.box-member-detail-products .feature-title {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-bottom: 4px;
	line-height: 1.3;
}

.box-member-detail-products .feature-subtitle {
	font-size: 13px;
	color: #666;
	line-height: 1.4;
}

.box-member-detail-products .floating-shape {
	position: absolute;
	border-radius: 50%;
	opacity: 0.1;
	pointer-events: none;
}

.box-member-detail-products .shape-1 {
	width: 60px;
	height: 60px;
	background: #4285f4;
	top: 10%;
	left: 5%;
	animation: float 6s ease-in-out infinite;
}

.box-member-detail-products .shape-2 {
	width: 40px;
	height: 40px;
	background: #ea4335;
	top: 20%;
	right: 10%;
	animation: float 8s ease-in-out infinite reverse;
}

.box-member-detail-products .shape-3 {
	width: 50px;
	height: 50px;
	background: #34a853;
	bottom: 15%;
	left: 8%;
	animation: float 7s ease-in-out infinite;
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-20px);
	}
}































@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(30px);
   }
	to {
		opacity: 1;
		transform: translateY(0);
   }
}
.box-detail-sgc .header {
}
.box-detail-sgc .header::before {
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
   }
	100% {
		transform: rotate(360deg);
   }
}
.box-detail-sgc .header h1 {
	font-size: 1.4rem;
	font-weight: 700;
	position: relative;
	z-index: 2;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	letter-spacing: 0.5px;
}
.box-detail-sgc .features {
	padding: 0px 15px;
	background: #fcfcfc;
	overflow: hidden;
	margin-bottom: 15px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.box-detail-sgc .feature-item {
	display: flex;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
	position: relative;
}
.box-detail-sgc .feature-item:hover {
	transform: translateX(8px);
	background: rgba(66, 133, 244, 0.05);
	margin: 0 -24px;
	padding-left: 32px;
	padding-right: 24px;
}
.box-detail-sgc .feature-item:last-child {
	border-bottom: none;
}
.box-detail-sgc .feature-icon {
	width: 24px;
	height: 24px;
	margin-right: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f77b13;
	border-radius: 50%;
	flex-shrink: 0;
}
.box-detail-sgc .feature-icon::before {
	content: 'â˜…';
	color: white;
	font-size: 12px;
	font-weight: bold;
}
.box-detail-sgc .feature-text {
	color: #333;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 500;
}
.box-detail-sgc .highlight {
	color: #e74c3c;
	font-weight: 700;
}
.box-detail-sgc .section {
}
.box-detail-sgc .section-header {
	background: #f77b13;
	color: white;
	padding: 11px;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.box-detail-sgc .section-header::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	animation: shimmer 3s infinite;
}
@keyframes shimmer {
	0% {
		left: -100%;
   }
	100% {
		left: 100%;
   }
}
.box-detail-sgc .contact-item {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	transition: all 0.3s ease;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.box-detail-sgc .contact-item:hover {
	background: rgba(33, 150, 243, 0.05);
	transform: scale(1.02);
}
.box-detail-sgc .contact-item:last-child {
	border-bottom: none;
}
.box-detail-sgc .contact-icon {
	width: 36px;
	height: 36px;
	background: linear-gradient(135deg, #2196f3, #1976d2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
	box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
}
.box-detail-sgc .contact-icon::before {
	font-size: 16px;
}
.box-detail-sgc .contact-info {
	flex: 1;
}
.box-detail-sgc .contact-label {
	font-size: 14px;
	color: #666;
	margin-bottom: 0px;
	font-weight: 500;
}
.box-detail-sgc .contact-number {
	font-size: 16px;
	font-weight: 700;
	color: #e74c3c;
	text-decoration: none;
	transition: color 0.3s ease;
}
.box-detail-sgc .contact-number:hover {
	color: #c0392b;
}
.box-detail-sgc .support-item {
	display: flex;
	align-items: center;
	padding: 11px 24px;
	transition: all 0.3s ease;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	cursor: pointer;
}
.box-detail-sgc .support-item:hover {
	background: rgba(76, 175, 80, 0.05);
	transform: translateX(8px);
}
.box-detail-sgc .support-item:last-child {
	border-bottom: none;
}
.box-detail-sgc .support-icon {
	width: 20px;
	height: 20px;
	border: 2px solid #4caf50;
	border-radius: 50%;
	margin-right: 16px;
	position: relative;
	flex-shrink: 0;
}
.box-detail-sgc .support-icon::after {
	content: '';
	width: 8px;
	height: 8px;
	background: #4caf50;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}
.box-detail-sgc .support-item:hover .support-icon::after {
	background: #2e7d32;
	transform: translate(-50%, -50%) scale(1.2);
}
.box-detail-sgc .support-text {
	color: #333;
	font-size: 12px;
	font-weight: 500;
}
.product-info {
    margin-top: 40px;
}























.silbar-detail-products {
	padding: 8px;
	background: #ffffff;
	border-radius: 10px;
	position: relative;
	z-index: 99;
}
.silbar-detail-products .container {
	margin: 0 auto;
	background: #f75b00;
	border-radius: 12px;
	padding: 0;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	position: relative;
}
.silbar-detail-products .header {
   /* background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
	*/
	padding: 20px;
	color: white;
}
.silbar-detail-products .online-price {
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}
.silbar-detail-products .fire-icon {
	margin-right: 8px;
	font-size: 16px;
}
.silbar-detail-products .online-text {
	font-size: 14px;
	font-weight: 500;
}
.silbar-detail-products .price {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 4px;
	color: #fff200;
}
.silbar-detail-products .original-price {
	font-size: 14px;
	text-decoration: line-through;
}
.silbar-detail-products .discount {
	color: white;
	font-weight: 500;
}
.silbar-detail-products .content {
	background: white;
	padding: 20px 20px 10px;
	border-radius: 0;
	margin: 5px;
	border-radius: 15px;
	position: relative;
	z-index: 2;
}
.silbar-detail-products .promotion-title {
	background: #e8f4fd;
	color: #f75b00;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 16px;
	border-left: 4px solid #f77b13;
}
.silbar-detail-products .promotion-list {
	list-style: none;
	margin-bottom: 20px;
}
.silbar-detail-products .promotion-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 1.4;
}
.silbar-detail-products .promotion-number {
	background: #2196f3;
	color: white;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
	margin-right: 12px;
	flex-shrink: 0;
	margin-top: 2px;
}
.silbar-detail-products .promotion-text {
	color: #344054;
}
.silbar-detail-products .link-text {
	color: #2196f3;
	text-decoration: underline;
	cursor: pointer;
}
.silbar-detail-products .notes {
	margin: 20px 0;
	background: #fffaeb;
	border: 1px solid #eee;
	padding: 10px;
}
.silbar-detail-products .note-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 8px;
	font-size: 13px;
	color: #666;
}
.silbar-detail-products .bullet {
	color: #ff6b35;
	margin-right: 8px;
	font-weight: bold;
	margin-top: 2px;
}
.silbar-detail-products .location-info {
	display: flex;
	align-items: center;
	color: #666;
	font-size: 13px;
	margin-bottom: 16px;
}
.silbar-detail-products .location-icon {
	margin-right: 8px;
	color: #999;
}
.silbar-detail-products .vip-points {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
}
.silbar-detail-products .vip-icon {
	color: #ffc107;
	margin-left: 8px;
}
.silbar-detail-products .buttons {
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
}
.silbar-detail-products .btn-outline {
	flex: 1;
	background: white;
	border: 1px solid #4f4b4b;
	color: #4f4b4b;
	padding: 12px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
}
.silbar-detail-products .btn-primary {
	flex: 1;
	background: #ff6b35;
	border: none;
	color: white;
	padding: 12px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	width: 100%;
}
.silbar-detail-products .btn-installment {
	width: 100%;
	background: #2196f3;
	border: none;
	color: white;
	padding: 12px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	margin-bottom: 16px;
}
.silbar-detail-products .installment-text {
	font-size: 12px;
	color: white;
	text-align: center;
	margin-top: 4px;
}
.silbar-detail-products .contact-info {
	border-top: 1px solid #eee;
}
.silbar-detail-products .contact-item {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #333;
}
.silbar-detail-products .contact-icon {
	margin-right: 8px;
	color: #666;
}
.silbar-detail-products .phone-number {
	color: #2196f3;
	font-weight: 500;
}
.silbar-detail-products .cart-icon::before {
	content: "";
	background-image: url(https://cdnv2.tgdd.vn/webmwg/2024/ContentMwg/images/TGDD/Mobile/icon_chitiet_update@2x-min.png);
	width: 18px;
	height: 16px;
	background-position: -200px -164px;
	background-repeat: no-repeat;
	position: absolute;
	line-height: 30px;
	vertical-align: middle;
	background-size: 300px 180px;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.silbar-detail-products .arrow-icon::before {
	content: "▶";
}
.silbar-detail-products .header {
	position: relative;
}
.silbar-detail-products .header:after {
	content: "";
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background-image: url(../images/olgr-dt-min.png);
	background-size: contain;
	background-repeat: no-repeat;
}


.bramcums-details .breadcrumb-container {
	padding: 20px 0px;
	border-radius: 8px;
	margin: 0 auto;
}
.bramcums-details .breadcrumb {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	font-size: 14px;
}
.bramcums-details .breadcrumb-item {
	color: #6c757d;
	text-decoration: none;
	transition: color 0.2s;
}
.bramcums-details .breadcrumb-item:hover {
	color: #6c757d;
}
.bramcums-details .breadcrumb-separator {
	margin: 0 8px;
	color: #6c757d;
	font-size: 12px;
}
.bramcums-details .product-title {
	font-size: 24px;
	font-weight: 600;
	color: #212529;
	margin-bottom: 12px;
	line-height: 1.3;
}
.bramcums-details .product-meta {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 14px;
}
.bramcums-details .sold-count {
	color: #6c757d;
}
.bramcums-details .rating {
	display: flex;
	align-items: center;
	gap: 4px;
}
.bramcums-details .star {
	color: #ffc107;
	font-size: 16px;
}
.bramcums-details .rating-score {
	color: #6c757d;
	font-weight: 500;
}


.box-slider-products-top {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
}
.specs-container {
	margin: 0 auto;
	background: white;
	border-radius: 8px;
	overflow: hidden;
	
   /* First section always expanded */
}
.specs-container .section {margin-bottom: 10px;}
.specs-container .section:last-child {
	border-bottom: none;
}
.specs-container .section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	transition: background-color 0.2s;
	user-select: none;
	overflow: hidden;
	background: #f2f4f7;
	padding: 15px 10px;
	color: #000;
	line-height: 20px;
	font-weight: 600;
	position: relative;
	border-radius: 8px;
	text-align: left;
}
.specs-container .section-header:hover {
	background-color: #f8f9fa;
}
.specs-container .section-title {
	font-size: 16px;
	font-weight: 500;
	color: #333;
}
.specs-container .chevron {
	width: 20px;
	height: 20px;
	transition: transform 0.3s ease;
	color: #666;
}
.specs-container .chevron.expanded {
	transform: rotate(180deg);
}
.specs-container .section-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	background-color: #fff;
}
.specs-container .section-content.expanded {
	max-height: 500px;
}
.specs-container .spec-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 20px;
	border-bottom: 1px solid #f0f0f0;
}
.specs-container .spec-item:last-child {
	border-bottom: none;
}
.specs-container .spec-label {
	font-weight: 500;
	color: #333;
}
.specs-container .spec-value {
	color: #666;
	text-align: right;
}
.specs-container .spec-value.link {
	color: #007aff;
}
.specs-container .section.always-expanded .section-content {
	max-height: none;
	overflow: visible;
	padding: 0px 0px 10px;
}


.section-content.expanded ul li {
   display: flex;
   align-items: center;
   margin-bottom: 0px;
}

.section-content.expanded ul li aside:nth-child(1) {
   width: 22%;
}

.box-detail-sgc .tab-panel.active ul li:last-child {
   border: none;
   margin-bottom: 0px;
   padding-bottom: 0px;
}

.section-content ul {
   padding-top: 15px;
}
.box-camket .title {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-bottom: 9px;
}
.box-camket .commitment-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.box-camket .commitment-item {
	display: flex;
	align-items: center;
	gap: 12px;
}
.box-camket .icon {
	width: 40px;
	height: 40px;
	background: #e3f2fd;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.box-camket .icon svg {
	width: 24px;
	height: 24px;
	color: #2196f3;
}
.box-camket .content {
	flex: 1;
}
.box-camket .content-text {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}
.box-camket .highlight {
	font-weight: 600;
	color: #333;
}
.box-camket .link {
	color: #2196f3;
	text-decoration: none;
}
.box-camket .link:hover {
	text-decoration: underline;
}
.products-hot .product-history {
	background: white;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	margin-top: 10px;
	margin-bottom: 20px;
}
.products-hot .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.products-hot .title {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
.products-hot .view-history {
	color: #999;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}
.products-hot .view-history:hover {
	color: #666;
}
.products-hot .products-grid {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}
.products-hot .product-card {
	display: flex;
	gap: 12px;
	padding: 12px;
	border-radius: 8px;
	transition: all 0.2s ease;
	cursor: pointer;
	border: 1px solid #eee;
	width: calc(100% / 2 - 9px);
}
.products-hot .product-card:hover {
	background-color: #f8f9fa;
	transform: translateY(-1px);
}
.products-hot .product-image {
	width: 60px;
	height: 60px;
	border-radius: 6px;
	object-fit: cover;
	/* background: #f0f0f0; */
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	/* font-size: 12px; */
	color: #666;
}
.products-hot .product-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 0px;
	width: 51%;
}
.products-hot .product-name {
	font-size: 14px;
	color: #333;
	line-height: 1.3;
	margin-bottom: 4px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.products-hot .product-price {
	font-size: 16px;
	font-weight: 600;
	color: #e74c3c;
}
.products-hot .laptop-bg {
	/* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
	color: white;
}
.products-hot .phone-bg {
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
	color: white;
}.silbar-detail-products .buttons a {
    width: 49%;
}
.product-image__for-item {
    margin-bottom: 20px;
}


.form-popup-detail {
	/* Animation cho form fields */
}
 .form-popup-detail .trigger-btn {
	 background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	 border: none;
	 color: white;
	 padding: 15px 30px;
	 border-radius: 50px;
	 font-size: 16px;
	 font-weight: 600;
	 cursor: pointer;
	 box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
	 transition: all 0.3s ease;
	 margin-bottom: 20px;
}
 .form-popup-detail .trigger-btn:hover {
	 transform: translateY(-2px);
	 box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
}
 .form-popup-detail .popup-overlay {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: rgba(0, 0, 0, 0.6);
	 backdrop-filter: blur(5px);
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 opacity: 0;
	 visibility: hidden;
	 transition: all 0.3s ease;
	 z-index:1004000;
}
 .form-popup-detail .popup-overlay.active {
	 opacity: 1;
	 visibility: visible;
}
 .form-popup-detail .popup-form {
	 background: rgba(255, 255, 255, 0.95);
	 backdrop-filter: blur(20px);
	 border-radius: 20px;
	 padding: 18px;
	 width: 100%;
	 max-width: 500px;
	 box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
	 transform: scale(0.8) translateY(30px);
	 transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
	 position: relative;
	 border: 1px solid rgba(255, 255, 255, 0.2);
	 max-height: 100%;
	 overflow-y: auto;
}
 .form-popup-detail .popup-overlay.active .popup-form {
	 transform: scale(1) translateY(0);
}
 .form-popup-detail .close-btn {
	 position: absolute;
	 top: 15px;
	 right: 20px;
	 background: none;
	 border: none;
	 font-size: 24px;
	 color: #666;
	 cursor: pointer;
	 transition: color 0.3s ease;
	 width: 30px;
	 height: 30px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .form-popup-detail .close-btn:hover {
	 color: #e74c3c;
}
 .form-popup-detail .form-header {
	 text-align: center;
	 margin-bottom: 30px;
}
 .form-popup-detail .form-title {
	 font-size: 28px;
	 font-weight: 700;
	 background: #ff6b35;
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 background-clip: text;
	 margin-bottom: 8px;
}
 .form-popup-detail .form-subtitle {
	 color: #666;
	 font-size: 14px;
	 font-weight: 400;
}
 .form-popup-detail .form-group {
	 margin-bottom: 25px;
	 position: relative;
}
 .form-popup-detail .form-label {
	 display: block;
	 margin-bottom: 8px;
	 font-weight: 600;
	 color: #333;
	 font-size: 14px;
}
 .form-popup-detail .form-input {
	 width: 100%;
	 padding: 15px 20px;
	 border: 2px solid #e1e8ed;
	 border-radius: 12px;
	 font-size: 16px;
	 transition: all 0.3s ease;
	 background: rgba(255, 255, 255, 0.8);
	 backdrop-filter: blur(10px);
	 font-family: unset;
}
 .form-popup-detail .form-input:focus {
	 outline: none;
	 border-color: #667eea;
	 box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
	 transform: translateY(-1px);
}
 .form-popup-detail .form-input::placeholder {
	 color: #aaa;
	 font-weight: 400;
}
 .form-popup-detail .required {
	 color: #e74c3c;
}
 .form-popup-detail .submit-btn {
	 width: 100%;
	 background: #ff6b35;
	 border: none;
	 color: white;
	 padding: 18px;
	 border-radius: 12px;
	 font-size: 16px;
	 font-weight: 600;
	 cursor: pointer;
	 transition: all 0.3s ease;
	 box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
	 margin-top: 10px;
}
 .form-popup-detail .submit-btn:hover {
	 transform: translateY(-2px);
	 box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
}
 .form-popup-detail .submit-btn:active {
	 transform: translateY(0);
}
 .form-popup-detail .success-message {
	 text-align: center;
	 padding: 30px;
	 display: none;
}
 .form-popup-detail .success-icon {
	 width: 60px;
	 height: 60px;
	 background: linear-gradient(135deg, #4caf50, #45a049);
	 border-radius: 50%;
	 margin: 0 auto 20px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 color: white;
	 font-size: 24px;
}
 .form-popup-detail .success-text {
	 font-size: 18px;
	 font-weight: 600;
	 color: #333;
	 margin-bottom: 10px;
}
 .form-popup-detail .success-subtext {
	 color: #666;
	 font-size: 14px;
}
 @media (max-width: 768px) {
	 .form-popup-detail .popup-form {
		 margin: 20px;
		 padding: 30px 25px;
	}
	 .form-popup-detail .form-title {
		 font-size: 24px;
	}
}
 .form-popup-detail .form-group {
	 animation: slideInUp 0.6s ease forwards;
	 opacity: 0;
	 transform: translateY(20px);
}
 .form-popup-detail .form-group:nth-child(1) {
	 animation-delay: 0.1s;
}
 .form-popup-detail .form-group:nth-child(2) {
	 animation-delay: 0.2s;
}
 .form-popup-detail .form-group:nth-child(3) {
	 animation-delay: 0.3s;
}
 .form-popup-detail .form-group:nth-child(4) {
	 animation-delay: 0.4s;
}
 .form-popup-detail .form-group:nth-child(5) {
	 animation-delay: 0.5s;
}
.specs-container p {
    padding-bottom: 10px;
}
.products-hot .product-name:hover {
    color: #f77b13;
}
 @keyframes slideInUp {
	 to {
		 opacity: 1;
		 transform: translateY(0);
	}
}
 
.box-silder-right-detail {
    position: sticky;
    top: 30px;
}
@media (max-width: 480px) {
	.products-hot .products-grid {
		grid-template-columns: 1fr 1fr;
   }
}


@media (max-width: 640px) {
	.box-camket .commitment-grid {
		grid-template-columns: 1fr;
   }
}


.box-camket {
   background: #fff;
   border-radius: 5px;
   padding: 10px;
   margin-bottom: 15px;
}
@media (max-width: 480px) {
	.box-detail-sgc .container {
		margin: 0px;
		border-radius: 20px;
   }
	.box-detail-sgc .header h1 {
		font-size: 1.2rem;
   }
	.box-detail-sgc body {
		padding: 10px;
   }
}


@media (max-width: 768px) {
	.box-member-detail-products .container {
		padding: 20px;
		margin: 10px;
	}
.box-detail-sgc .rating {
    flex-wrap: wrap;
}
	.box-member-detail-products .features {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.box-member-detail-products .feature-item {
		padding: 15px;
	}

	.box-member-detail-products .header-title {
		font-size: 14px;
		padding: 10px 25px;
	}
}

@media (min-width: 992px) {
	.productDetail--content .wrapbox-right {
		padding-left: 15px;
		padding-right: 0;
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	.productDetail--content .wrapbox-left .wrapbox-detail {
		padding-right: 10px;
	}
}

@media(max-width:990px) {
	.product-image__for-item img{
		height: auto !important;
	}
	.bramcums-details .product-title {
		font-size: 20px;
	}
	
	.box-detail-sgc .details-tabs {
		margin-bottom: 0px;
	}
	.product-gallery.boxlazy-img.gallery-item:nth-child(n + 2) img {
		height: auto;
	}
	.specs-container {
		padding: 10px;
	}
	div#form-booking-pro {
		order: 1;
	}

	.box-member-detail-products .header {
		padding: 0px;
	}

	.box-member-detail-products .ctnr {
		padding: 30px 0px 0px;
	}

	.wrapbox-left {
		order: 2;
	}

	.productDetail--content .wrapbox-right .wrapbox-detail h1 {
		font-size: 20px;
	}

	.productDetail--content .product-price .pro-price .price {
		font-size: 19px;
	}

	.productDetail--content .wrapbox-right .wrapbox-detail .form-booking .pro-total .pro-num-total {
		font-size: 18px;
	}

	.addcart-area button {
		font-size: 15px;
	}

	div#form-booking-pro {
		order: 1;
	}

	.wrapbox-left {
		order: 2;
	}

	div#productCarousel-slider {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-row-gap: 5px;

	}

	.productGallery_slider .icon-gallery {
		height: 35px;
	}

	.productDetail--main .product-heading h1 {
		margin-top: 10px;
	}

	.productDetail-information>.ctnr {
		padding: 0;
	}
}

@media(max-width:550px) {
	.product-gallery.boxlazy-img.gallery-item:nth-child(n + 2) img {
		height: 166px;
	}
}



.pro-total label {
	margin-bottom: 0px;
}

.addcart-area button {
	position: relative;
	display: inline-block;
	z-index: 1;
	overflow: hidden;
	padding: 12px 20px;
	line-height: normal;
	color: #ffffff;
	border-radius: 20px;
	background: #1aace3;
	border: 0;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
	/* text-transform: uppercase; */
	outline: none !important;
	-webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	width: 100%;
}

.addcart-area button:hover {
	background: #1c5694;
}

.wrap-addcart svg path {
	stroke: #fff;
}

.addcart-area button {
	width: 100%;
}

.addcart-area {
	width: 100%;
}

.model-content-details .custom.custom-btn-number {
	margin-bottom: 20px;
}

.item-product-lienquan {
	padding: 0px 5px;
	overflow: hidden;
}

.item-product-lienquan img {
	height: 200px;
	border: 1px solid #eee;
}

div#description ul li {
	list-style: disc;
	margin-left: 20px;
}

div#description ul li {
	list-style: disc;
	margin-left: 20px;
}

.list-product-by-category h2 {
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
}

.box-products-top.single-item {
	height: 430px;
	width: calc(100% - 100px);
}

.product-image .product-lienquan {
	width: 100px;
}
.promotion-dec ol li {
    font-size: 14px;
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 30px;
}

.promotion-dec ol {
    margin-top: 15px;
}
.section-content.expanded ul li strong {
    width: 184px;
    display: block;
}
.silbar-detail-products .contact-item ul li img {
    width: 17px !important;
}

.silbar-detail-products .contact-item ul li {
    list-style: none;
    margin-left: 0px;
}
.box-products-top.single-item .slick-slide {
	height: auto !important;
	position: relative;
	overflow: hidden;
}

.box-products-top.single-item .slick-slide::before {
	content: "";
	padding-top: 100%;
	display: block;
}

.box-products-top.single-item .slick-slide img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box-detail-sgc .description p a {
	color: #1aace3;
}

.sec-relate-product {
	padding: 0 0 40px;
}
.box-detail-sgc .tab-panel.active ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.thuonghieu-detail p {
    font-size: 14px;
}

.thuonghieu-detail .text-strong {
    width: unset;
}
.box-detail-sgc h2 {
    font-size: 16px;
}

.box-detail-sgc ul li {
    margin-bottom: 13px;
    list-style: disc;
    margin-left: 25px;
    font-size: 14px;
}

.box-detail-sgc .section a {
    font-size: 14px;
    color: #333;
}
.buttons.btn-group {
    width: 100%;
}

.buttons.btn-group a {
    display: block;
    width: 100%;
}.bramcums-details .breadcrumb-item:hover {
    color: #ff6200;
}

@media(max-width:990px) {
	.binhluan .product-info {
		flex-direction: column;
	}
	
	.binhluan .product-image img {
		height: 88px !important;
	}
	.products-hot {
		display: none;
	}

	.silbar-detail-products .content {
		padding: 20px 5px 10px;
	}
}