body {
	font-family: 'Rubik', sans-serif;
}

header {
	box-shadow: 0 .125rem .3rem -0.0625rem rgba(0,0,0,.03),0 .275rem .75rem -0.0625rem rgba(0,0,0,.06) !important;
}

.announcement-bar {
	background-color: rgb(55, 63, 80);
	color: rgba(255, 255, 255, .75);
}
.announcement-bar .carousel-inner {
	width: 80%;
	margin: auto;
}

.navbar-nav {
	display: flex;
	justify-content: space-between;
	flex-basis: 100%;
}
.navbar-nav > li.nav-item {

}
.navbar-nav .nav-link {
	color: #4b566b;
}
.navbar-nav .nav-link:active {
	color: #4b566b;
}

main.content.no-banner {
	margin-top: 30px;
}

.page-banner {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	height: 360px;
}
.page-banner img {
	object-fit: cover;
	height: 360px;
	max-width: 100%;
}
.page-banner h1 {
	align-self: center;
	text-align: center;
	color: #ffffff;
}

.category-section .category-preview-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.category-item-preview .item, .item-tiles .item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.category-item-preview .item a:link, .category-item-preview .item a:visited,
	.item-tiles .item a:link, .item-tiles .item a:visited {
	text-decoration: none;
	color:rgb(55, 63, 80)
}
.category-item-preview .item a:hover, .category-item-preview .item a:active,
	.item-tiles .item a:hover, .item-tiles .item a:active {
	text-decoration: none;
	color:rgba(55, 63, 80, .5)
}
.category-item-preview .item h3, .item-tiles .item h3 {
	font-size: 14px;
	font-weight: 500;
}

.category-item-preview .item .item-price, .item-tiles .item .item-price {
	color: rgb(118, 118, 118);
	font-weight: 700;
}
.category-item-preview .item .item-buttons, .item-tiles .item .item-buttons {
	display: flex;
	margin-top: 15px;
	align-self: flex-end;
	flex-basis: 100%;
}
.category-item-preview .item a.detail-link, .category-item-preview .item a.cart-link,
	.item-tiles .item a.detail-link, .item-tiles .item a.cart-link {
	width: 100%;
	text-align: center;
	padding: 6px;
	/*color: rgb(255, 111, 97);*/
	border-radius: 0;
	align-self: flex-end;
	display: block;
}
.category-item-preview .item a.detail-link, .item-tiles .item a.detail-link {
	margin-top: 12px;
}
.category-item-preview .item a.cart-link, .item-tiles .item a.cart-link {
	margin-top: 4px;
}

.single-item h1 {
	font-size: 2rem;
}
.single-item .single-item-image {
	max-width: 100%;
}
.single-item .price {
	font-size: 30px;
	font-weight: 700;
	color: limegreen;
}

.single-item .related-items {
	margin-top: 40px;
}
.single-item .related-items.author-items .row > div {
	padding-bottom: 8px;
}
.single-item .related-items h3 {
	font-size: 14px;
}
.single-item .related-items .item-price {
	color: rgb(118, 118, 118);
	font-weight: 700;
}
.single-item .related-items a:link, .single-item .related-items a:visited {
	text-decoration: none;
	color:rgb(55, 63, 80)
}
.single-item .related-items a:hover, .single-item .related-items a:hover a:active {
	text-decoration: none;
	color:rgba(55, 63, 80, .5)
}

.pagination-links {
	text-align: center;
}

footer {
	margin-top: 50px;
}

.footer-link-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.sort-by-options {
	margin-bottom: 20px;
	padding: .25rem 0 0 1.25rem;
}

.sidebar-list {
	/*margin-left: 25px;*/
}
h2.sidebar-title {
	font-size: 1.5rem;
}
.sidebar-list, .sidebar-list li {
	list-style: none;
	padding-left: 0;
}
.sidebar-list li {
	/*text-indent: -20px;*/
}
.sidebar-list li + li {
	margin-top: 5px;
}
.sidebar-list li a:link, .sidebar-list li a:visited,
	div.sort-by-options a:link, div.sort-by-options a:visited {
	text-decoration: none;
	color:rgb(55, 63, 80);
}
.sidebar-list li a:hover, .sidebar-list li a:active,
	div.sort-by-options a:hover, div.sort-by-options a:active {
	text-decoration: none;
	color:rgb(55, 63, 80, .5);
}
.sidebar-list li a.sidebar-item-selected, div.sort-by-options a.sidebar-item-selected {
	color: #0d6efd;
}

footer {
	color: #ffffff;
	background: #2f2f2f;
	padding: 20px 0;
	box-shadow: 0 -.125rem .3rem -0.0625rem rgba(0,0,0,.03),0 -.275rem .75rem -0.0625rem rgba(0,0,0,.06) !important;
}
footer a {
	color: #dddddd;
	text-decoration: none;
}

footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
footer .site-description {
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
}

.disclosure-text {
	font-style: italic;
}





.accordion-button:not(.collapsed) {
	background-color: #e7f1ff;
	box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
	color: #212529;
}
.accordion-button:focus {
	box-shadow: none;
}

.search-term-container {
	width: 100%;
}
@media (min-width: 768px) {
	.search-term-container {
		width: 50%;
	}
}
