nav .bi-search::before {
	color:#5084b5!important;
}
.product-detail-description a {
	font-weight:700;
    color:#fff;
    text-decoration:underline;
}
.page-title {
	background-color: #5084b5;
}
.page-title::after {
    background: rgba(80, 132, 181, .75);
}
#hp-billboard::after {
    background-color: rgba(80, 132, 181, .35);
}
#hp-main-categories .hp-category::after {
    background: linear-gradient(180deg, rgba(80, 132, 181, 0) 0%, rgba(80, 132, 181, 0.65) 100%);
}
.btn-primary {
    --bs-btn-bg: #5084b5;
    --bs-btn-border-color: #5084b5;
    --bs-btn-disabled-bg: #5084b5;
    --bs-btn-disabled-border-color: #5084b5;
}
.nav-link {
	--bs-nav-link-color:#5084b5;
}
:root {
	--bs-primary-rgb: 80,132,181;
    --bs-primary-bg-subtle: rgba(80, 132, 181, .35);
}

.easy-autocomplete {
width: 100% !important;
}

.btn-sm {
	font-size: 12px;
}
	
#site-navigation .navbar-brand img {
	width: 217px;
    height: 60px;
}

@media screen and (max-width: 920px) {
  #site-navigation .navbar-brand img {
	width: 181px;
    height: 50px;
  }
}
