.bread a {
	color: #fff;
	font-weight: 600;
}

.bread {
	width: 100%;
	text-align: center;
}

.bread a:hover {
	color: #f3ae19;
	opacity: 1;
}

.bread span {
	color: #fff;
}

.dark {
	color: #16162a;
}

.price__right-card-cont p {
	margin: .6vw 0;
	font-size: 1.1vw !important;
}

@media (max-width: 900px) {
	.price__right-card-cont p {
		margin: .6rem 0;
		font-size: 1.1rem !important;
	}
}