.box-product-details .product-section {
	background: white;
	border-radius: 12px;
	padding: 30px;
	margin-top: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.box-product-details .product-gallery {
	position: relative;
}

.box-product-details .main-image {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 8px;
}
.box_dangky {
	gap: 0 10px;
}
.box-product-details .thumbnail-container {}

.box-product-details .thumbnail {
	border-radius: 6px;
	cursor: pointer;
	border: 2px solid transparent;
	transition: border-color 0.3s;
}

.item-iamges-slick-thumlaib.slick-slide.slick-current.slick-active img {
	border: 2px solid #cdcdcd;
}

.box-product-details .thumbnail:hover,
.box-product-details .thumbnail.active {
	border-color: #2c5aa0;
}

.box-product-details .product-info {
	padding: 20px 0;
}

.box-product-details .product-title {
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

.box-product-details .product-price {
	font-size: 29px;
	font-weight: bold;
	color: #2c5aa0;
	margin-bottom: 10px;
}

.box-product-details .product-status {
	display: inline-block;
	background: #27ae60;
	color: white;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 14px;
	margin-bottom: 20px;
}

.box-product-details .product-description {
	color: #666;
	line-height: 1.6;
	margin-bottom: 30px;
}

.box-product-details .product-features {
	border-radius: 8px;
	margin-bottom: 20px;
}

.box-product-details .feature-item {}

.box-product-details .feature-item:last-child {
	border-bottom: none;
}

.box-product-details .feature-label {
	font-weight: 700;
	color: #333;
}

.box-product-details .feature-value {
	color: #666;
}

.box-product-details .btn-primary {
	background: #2c5aa0;
	color: white;
	padding: 10px 30px;
	border: none;
	border-radius: 25px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.3s;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.box-product-details .btn-primary:hover {
	background: #1e3d6f;
}

.box-product-details .video-section {
	background: white;
	border-radius: 0;
	padding: 20px 0px;
	margin-top: 20px;
	/* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
	margin-bottom: 20px;
	/* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); */
}

.box-product-details .video-grid {}

.box-product-details .video-card {
	border-radius: 18px;
	overflow: hidden;
	transition: transform 0.3s;
	padding: 0px 10px;
}

.box-product-details .video-card:hover {
	transform: translateY(-5px);
}

.box-product-details .video-thumbnail {
	width: 100%;
	height: 208px;
	object-fit: cover;
	border-radius: 25px;
}

.box-product-details .video-title {
	padding: 5px 0px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	text-align: center;
}

.box-product-details .large-image-section {
	background: white;
	margin-top: 40px;
}

.box-product-details .large-product-image {
	width: 100%;
	/* height: 500px; */
	object-fit: cover;
	margin-bottom: 20px;
}

.box-product-details .product-details {
	background: white;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.box-product-details .detail-image {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 20px;
}

.box-product-details .detail-thumbnails {
	display: flex;
	gap: 10px;
}

.box-product-details .detail-thumbnail {
	width: 33%;
	object-fit: cover;
	border-radius: 6px;
	cursor: pointer;
	border: 2px solid transparent;
	transition: border-color 0.3s;
}

.box-product-details .detail-thumbnail:hover {
	border-color: #2c5aa0;
}

.box-product-details .info-box {
	background: #f8f9fa;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.box-product-details .info-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #333;
}

.box-product-details .info-content {
	color: #666;
	line-height: 1.6;
}

.box-product-details .accessories-section {
	background: white;
	border-radius: 12px;
	padding: 30px;
	margin-top: 40px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.box-product-details .section-title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	color: #333;
}

.box-product-details .accessories-grid {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.box-product-details .accessory-card {
	text-align: center;
	border-radius: 18px;
	transition: transform 0.3s, box-shadow 0.3s;
	cursor: pointer;
	padding: 5px;
	background: #c4c4c4;
	width: calc(100% / 5 - 15px);
}

.box-product-details .accessory-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.box-product-details .accessory-image {
	width: 100%;
	object-fit: cover;
	border-radius: 18px;
}

.box-product-details .accessory-name {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	padding: 10px;
}

.box-product-details .related-section {
	background: white;
	border-radius: 12px;
	padding: 30px;
	margin-top: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.box-product-details .related-product {
	text-align: center;
}

.box-product-details .related-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 15px;
}

.box-product-details .related-name {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}

.box-product-details .related-price {
	font-size: 14px;
	color: #666;
}

.box-product-details .social-icons {
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 1000;
}

.box-product-details .social-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-decoration: none;
	font-size: 18px;
	transition: transform 0.3s;
}

.box-product-details .social-icon:hover {
	transform: scale(1.1);
}

.box-product-details .facebook {
	background: #1877f2;
}

.box-product-details .messenger {
	background: #00b2ff;
}

.box-product-details .zalo {
	background: #0068ff;
}

.box-product-details .question {
	background: #666;
}

.color-list-products-details ul li {
	width: 35px;
	height: 35px;
	background: #cdcdcd;
	border-radius: 100%;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.color-list-products-details ul {
	display: flex;
	gap: 0px 13px;
}

.color-list-products-details {
	margin-bottom: 20px;
}

.color-list-products-details.dongco ul li {
	width: max-content;
	border-radius: 25px;
	padding: 2px 20px;
	height: 30px;
	line-height: 30px;
}

.color-list-products-details label {
	font-weight: 500;
}

.product-features {
	margin: 20px auto;
	font-family: Arial, sans-serif;
}

.feature-item {
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s ease;
	width: 100%;
}

.feature-item:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.feature-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	cursor: pointer;
	user-select: none;
	transition: background 0.3s ease;
	width: 100%;
	padding: 10px 20px;
	border-bottom: 1px solid #000;
}

.feature-header:hover {}

.feature-label {
	font-weight: 600;
	font-size: 16px;
}

.feature-value {
	font-weight: 700;
	font-size: 18px;
	color: #ffd700;
}

.feature-arrow {
	font-size: 14px;
	transition: transform 0.3s ease;
	color: #000;
}

.feature-arrow.active {
	transform: rotate(180deg);
	color: #000;
}

.feature-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	background: #f8f9fa;
	display: none;
}

.feature-content.active {
	max-height: 300px;
	display: block;
	width: 100%;
}

.feature-details {
	padding: 20px;
	border-top: 1px solid #e0e0e0;
}

.feature-details h4 {
	margin: 0 0 12px 0;
	color: #333;
	font-size: 16px;
}

.feature-details ul {
	margin: 0;
	padding-left: 20px;
	color: #666;
}

.feature-details li {
	margin-bottom: 8px;
	line-height: 1.5;
}

.highlight {
	background: #fff3cd;
	padding: 12px;
	border-radius: 6px;
	margin-top: 12px;
	border-left: 4px solid #ffc107;
}

.highlight strong {
	color: #856404;
}

.item-iamges-slick-thumlaib {
	padding: 10px;
}

.item-iamges-slick-thumlaib img {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.box-splq-items {
	margin-top: 30px;
}

.box-splq-items .group_title_left {
	margin-bottom: 20px;
}


.inter-header-box {
	display: flex;
	gap: 0px 12px;
	margin-left: -4px;
	width: 100%;
	position: relative;
	align-items: center;
}

.box-header-info-box-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	border-right: 1px solid #000;
	border-radius: 0px 15px 0px 0px;
	padding-right: 20px;
}

.title-info-box-details {
	font-weight: 600;
}

.plus-icon-header-info {
	font-weight: 500;
	position: relative;
}

.icon-info-box-details svg {
	width: 19px;
	height: 19px;
}

.plus-icon-header-info svg {
	width: 25px;
	height: 25px;
}

.content-details-splq-header-info {
	border: 1px solid #000;
	margin-left: 35px;
	padding: 10px 20px;
	border-top: none;
	border-radius: 0px 0px 10px 10px;
}


.icon-info-box-details {
	width: 40px;
	height: 40px;
	border-radius: 20px 0px 0px 20px;
	border: 1px solid;
	border-right: none;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.box-header-info-box-details:before {
	content: "";
	position: absolute;
	width: 93%;
	height: 97%;
	top: 0px;
	right: 1px;
	border-radius: 0px 13px 0px 0px;
	border-top: 1px solid #000;
}





.item-info-accessories.active {
	position: relative;
}


.box-header-info-box-details:after {
	content: "";
	position: absolute;
	width: 86%;
	height: 97%;
	top: 0px;
	right: 24px;
	border-radius: 0px 13px 0px 0px;
	border-bottom: 1px solid #000;
}

.product-details .card {
	background: white;
	border-radius: 9px;
	width: 100%;
	max-width: 500px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.product-details .header {
	padding: 20px 20px 15px 20px;
	display: flex;
	align-items: flex-start;
	gap: 15px;
	border-bottom: 1px solid #f0f0f0;
}

.product-details .header-icon {
	width: 40px;
	height: 40px;
	background: #e8e8e8;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	flex-shrink: 0;
}

.product-details .header-content {
	flex: 1;
}

.product-details .header-title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin: 0 0 8px 0;
}

.product-details .header-description {
	color: #666;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.product-details .header-toggle {
	width: 30px;
	height: 30px;
	background: none;
	border: none;
	font-size: 20px;
	color: #666;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.product-details .section {
	border-bottom: 1px solid #f0f0f0;
}

.product-details .section:last-child {
	border-bottom: none;
}

.product-details .section-header {
	padding: 8px 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 15px;
	user-select: none;
	transition: background-color 0.2s ease;
	margin-bottom: 0px;
	background: #eee;
	border-bottom: 1px solid #cdcdcd;
}

.product-details .section-header:hover {
	background-color: #fafafa;
}

.product-details .section-icon {
	width: 35px;
	height: 35px;
	background: #f5f5f5;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	flex-shrink: 0;
}

.product-details .section-title {
	font-size: 15px;
	font-weight: 500;
	color: #333;
	flex: 1;
	margin-bottom: 0px;
	text-align: left;
}

.product-details .expand-icon {
	width: 24px;
	height: 24px;
	background: none;
	border: none;
	font-size: 18px;
	color: #999;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: transform 0.3s ease;
}

.product-details .section-content {
	padding: 0 20px;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}

.product-details .section.expanded .section-content {
	max-height: 200px;
	padding: 5px 20px 20px 20px;
}

.product-details .section.expanded .expand-icon {
	transform: rotate(180deg);
}

.product-details .content-text {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

li.color-option.active {
	position: relative;
}

li.color-option.active:before {
	content: "v";
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

li.attribute-option.active {
	background: #2c5aa0;
	color: #fff;
	display: flex;
	align-items: center;
}

.large-image-section {
	position: relative;
}

.btn-download {
	position: absolute;
	padding: 5px 22px;
	background-color: #fff;
	color: #000;
	bottom: 47px;
	left: 20%;
	border-radius: 25px;
	font-weight: 700;
}




.form-popup-card .main-container {
	text-align: center;
}

.form-popup-card .register-btn {
	background: linear-gradient(45deg, #ff6b6b, #ee5a24);
	color: white;
	padding: 18px 40px;
	font-size: 18px;
	font-weight: bold;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.form-popup-card .register-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 35px rgba(255, 107, 107, 0.6);
	background: linear-gradient(45deg, #ee5a24, #ff6b6b);
}

.form-popup-card .modal {
	display: none;
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(5px);
	animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

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

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

.form-popup-card .modal-content {
	position: relative;
	background: white;
	margin: 2% auto;
	border-radius: 20px;
	width: 90%;
	max-width: 1200px;
	max-height: 100vh;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	animation: slideIn 0.4s ease;
}

.form-popup-card .close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	z-index: 1001;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.form-popup-card .close:hover {
	color: #ff6b6b;
	background: white;
	transform: scale(1.1);
}

.form-popup-card .form-container {
	display: flex;
	min-height: 600px;
}

.form-popup-card .image-section {
	flex: 1;
	background: linear-gradient(45deg, #667eea, #764ba2);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	position: relative;
	overflow: hidden;
}

.form-popup-card .image-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.3;
}

.form-popup-card .car-image {
	width: 100%;
	max-width: 400px;
	height: auto;
	border-radius: 15px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 1;
	transition: transform 0.3s ease;
}

.form-popup-card .car-image:hover {
	transform: scale(1.05);
}

.form-popup-card .form-section {
	flex: 1;
	padding: 40px;
	background: white;
	overflow-y: auto;
}

.form-popup-card .form-title {
	font-size: 28px;
	color: #333;
	margin-bottom: 30px;
	text-align: center;
	background: linear-gradient(45deg, #667eea, #764ba2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-weight: bold;
}

.form-popup-card .form-group {
	margin-bottom: 25px;
}

.form-popup-card .form-row {
	display: flex;
	gap: 15px;
}

.form-popup-card .form-row .form-group {
	flex: 1;
}

.form-popup-card label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #555;
	font-size: 14px;
}

.form-popup-card input,
.form-popup-card select,
.form-popup-card textarea {
	width: 100%;
	padding: 12px 15px;
	border: 2px solid #e1e5e9;
	border-radius: 10px;
	font-size: 16px;
	transition: all 0.3s ease;
	background: #f8f9fa;
}

.form-popup-card input:focus,
.form-popup-card select:focus,
.form-popup-card textarea:focus {
	outline: none;
	border-color: #667eea;
	background: white;
	box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-popup-card select {
	cursor: pointer;
}

.form-popup-card textarea {
	resize: vertical;
	min-height: 80px;
	font-family: unset;
}

.form-popup-card .submit-btn {
	width: 100%;
	background: linear-gradient(45deg, #667eea, #764ba2);
	color: white;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 20px;
}

.form-popup-card .submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.form-popup-card .required {
	color: #ff6b6b;
}

.form-popup-card .form-section {
	height: 625px;
	overflow-y: scroll;
}

@media (max-width: 768px) {
	.form-popup-card .form-container {
		flex-direction: column;
	}

	.form-popup-card .image-section {
		min-height: 250px;
	}

	.form-popup-card .form-row {
		flex-direction: column;
	}

	.form-popup-card .modal-content {
		width: 95%;
		margin: 5% auto;
	}

	.form-popup-card .form-section {
		padding: 30px 20px;
	}
}








@media (max-width: 768px) {
	.box-product-details .accessory-card {
		width: calc(100% / 2 - 15px);
	}

	.box-product-details .main-image {
		height: unset;
	}

	.box-product-details .product-section {
		padding: 10px;
	}

	.box-product-details .product-price {
		font-size: 23px;
	}

	.box-product-details .product-features {
		margin: 10px;
	}

	.feature-header {
		padding-left: 0px;
	}

	.box-product-details .product-details {
		padding: 10px;
	}


	.box-product-details .product-section {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.box-product-details .product-details {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.box-product-details .accessories-grid {
		flex-wrap: wrap;
	}

	.box-product-details .social-icons {
		display: none;
	}
}