*,html{
	color: #333;
}
.brand span:first-child{
	color:#042e6d;
}

.brand span:last-child{
	color: #50d8af;
}


.topnav a{
	text-decoration: none;
	color: #333;
}

.topnav a:hover{
	text-decoration: none;
	color: #f00;
}

.topnav li a:hover {
	text-decoration: none;
	color: #f0f;
}

.navbar .container-fluid {
	--bs-gutter-x: 0rem;
}

.param div {
	/*border-bottom: solid 1px #dee2e6;*/
	margin-bottom: 0.75rem;
}

.bc-menu a {
	text-decoration: none;
	color: #333;
}

.bc-menu a:hover {
	color: #f0f;
	text-decoration: underline;
}

.slide-image img {
	max-height: 67px;
}
.slide-image img,
.slide-image2 img {
	border: 1px solid #fff;
}


.image-container img {
	height: 414px;
	max-height: 414px;
}

slide-video img {
	max-height: 67px;
}

.slide-video-box {
	cursor: pointer;
}

#my-video {}

.txt-blue {
	color: #777;
}


.nms-1 {
	margin-left: -0.75rem;
}

.nmb-2 {
	margin-top: 0
}


.slide-thumb li,
.slide-image2 li {
	width: calc(100% / 6);
}

.sku p span {
	margin-right: 0.5rem;
}

.basic_prop li {
	border-bottom: solid 1px #eee;
}

a.rlink {
	color: #333;
	text-decoration: none;
}

a.rlink:hover {
	color: #f0f;
}

.nmx-1 {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}

.footer .more-links a {
	color: #666;
	text-decoration: none;
}

.footer .more-links a:hover {
	color: #f0f;
}

.copyright a {
	color: #333;
	text-decoration: none;
}


 .wishlist-toast {
 	position: fixed;
 	display: flex;
 	align-items: center;
 	gap: 4px;
 	padding: 6px 12px;
 	background: rgba(255, 255, 255, 0.9);
 	border-radius: 20px;
 	color: #f0f;
 	pointer-events: none;
 	opacity: 0;
 	transform: translateY(0);
 	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
 }

 .heart-icon {
 	width: 16px;
 	height: 16px;
 	fill: #f0f;
 	stroke: #f00;
 	stroke-width: 2;
 }

 .animate-float {
 	animation: floatUp 1s ease-out forwards;
 }

 @keyframes floatUp {
 	0% {
 		opacity: 0;
 		transform: translateY(20px);
 	}

 	20% {
 		opacity: 1;
 		transform: translateY(0);
 	}

 	80% {
 		opacity: 1;
 		transform: translateY(-20px);
 	}

 	100% {
 		opacity: 0;
 		transform: translateY(-30px);
 	}
 }


.loading-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	display: none;
	justify-content: center;
	align-items: center;
	border-radius: 0.25rem;
}

.submit-button-wrapper {
	position: relative;
}

.spinner-border {
	width: 1rem;
	height: 1rem;
	margin-right: 0.5rem;
}

.submit-message {
	color: #11aa11;
	display: none;
}
