.body {
	background-color: #212529;
}

.header-container .header-row .header-column a span#cart-quantity {
	transition: 0.5s;
	position: absolute;
	top: 30px;
	height: 15px;
	width: 20px;
	background: var(--primary);
	color: #ffffff;
	border-radius: 50%;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	line-height: 15px;
}

.text-color-777 {
	color: #777;
}

.linhai-cart {
	color: #FFF;
}

.white-shadow-border{
	border: 1px solid #ffffff;
  	box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.sticky-header-active .header-container .header-row .header-column a span#cart-quantity {
	transition: 0.5s;
  	top: 18px; 
}

@media (min-width: 992px) {
	.header-container .header-row .header-column a span#cart-quantity {
		right: 25px;
	}
}

@media (max-width: 991px) {
	.header-container .header-row .header-column a span#cart-quantity {
		right: 85px;
	}
}

@media (max-width: 575px) {
	.header-body .header-top a.header-phone {
		margin-left: 50px;
	}
}