.product-container {
	background: white;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.image-slider {
	position: relative;
}
.thumbnail-container {
	display: flex;
	gap: 10px;
	margin-top: 15px;
	overflow-x: auto;
}
.thumbnail {
	width: 60px;
	height: 60px;
	border: 2px solid #ddd;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s;
	flex-shrink: 0;
}
.thumbnail:hover {
	border-color: #0d6efd;
}
.condition-badge {
	font-size: 14px;
	padding: 5px 10px;
}
.price {
	font-size: 28px;
	font-weight: bold;
	color: #dc3545;
}
.specs-list {
	list-style: none;
	padding-left: 0;
}
.specs-list li {
	margin-bottom: 8px;
}
.specs-list strong {
	display: inline-block;
	width: 120px;
}
.rating-bar {
	height: 8px;
	background-color: #e9ecef;
	border-radius: 4px;
	margin-bottom: 15px;
	overflow: hidden;
}
.rating-fill {
	height: 100%;
	background-color: #ffc107;
	width: 0;
	transition: width 2s ease-in-out;
}
.highlight-box {
	background-color: #f8f9fa;
	border-left: 4px solid #0d6efd;
	padding: 15px;
	margin: 20px 0;
}
.related-phone {
	transition: transform 0.3s;
}
.related-phone:hover {
	transform: translateY(-5px);
}
.comment-section {
	background-color: #f8f9fa;
	border-radius: 8px;
	padding: 20px;
}
.band-list {
	list-style: none;
	padding-left: 0;
}
.band-list li {
	margin-bottom: 10px;
}
.band-list a {
	text-decoration: none;
	color: #495057;
}
.band-list a:hover {
	color: #0d6efd;
}
.sticky-sidebar {
	position: sticky;
	top: 20px;
}
.main-slider img {
	height: 300px;
	object-fit: contain;
}
@media (max-width: 768px) {
	.sticky-sidebar {
		position: static;
	}
	.main-slider img {
		height: 250px;
	}
}
.card-img-top{
	height: 170px;
}
.full-specifications{
	text-align: center;
	color: #f56800;
	font-size: 30px;
}
.details-table th{
	background: #2f7dcb;
	width: 35%;
	color: #ffffff;
}
a.PreLink {
    font-size: 20px;
    text-decoration: none;
}

.user{
    height: 55px;
}
.modal-dialog.modal-dialog-centered.modal-md{
    height: 600px;
    width: 600px;
}
