html {
	height: 100vh;
	scroll-behavior: smooth;
}

body {
	height: 100%;
	width: 100%;
	position: relative;
	overflow-x: hidden;
	/*background: #82ff02;
	background: -webkit-linear-gradient(to bottom left, #00beff, #82ff02);
	background: linear-gradient(to bottom left, #00beff, #82ff02);
    background-repeat: no-repeat;
    background-attachment: fixed;*/
	margin: 0;
	color: #fefefe !important;
	font-family: Poppins;
}

#navigation {
	height: 80px;
}

.brandblue {
	color: #002060;
}
.brandblack {
	color: #2e2a2e;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon-shopping-bag {
	margin-top: -4px;
}
.icon-cart {
	margin-right: 5px;
}

.navbar-brand a {
	color: #002060 !important;
	font-size: 1.25rem;
	font-weight: 400;
}

.navbar-brand a:hover {
	text-decoration: none;
	/*color: #379DB7 !important;*/
	color: #232323 !important;
}

.navbar-brand a img:first-child {
	margin-left: 15px;
	margin-right: 15px;
}

@media (min-width: 768px) {
	.navbar-brand a {
		font-size: 1.5rem;
	}
	.icon-shopping-bag {
		margin-top: -8px;
	}
}

@media (max-width: 380px) {
	.navbar-nav {
		display: none;
	}
}

header {
	background-color: #353535;
}

header nav#navigation {
	background: none !important;
}

header .nav-link {
	font-weight: 400;
	color: #232323 !important;
}

header .nav-link.active, header .nav-link:hover {
	color: #2193b0 !important;
}

main {
	background-image: url(/img/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

main.intro h3 {
	color: white;
	font-size: 1.25rem;
	font-weight: 350;
}
main.listing {
	padding-bottom: 0 !important;
}
main.listing h3 {
	color: #232323;
}
@media (min-width: 768px) {
	main h3 {
		font-size: 1.75rem;
	}
}

main.listing {
	color: #232323;
}

main.listing .filtercol, main.listing .sortcontainer, main.listing .paginationcontainer {
	border-radius: .25rem;
}

main.listing select#sort {
	max-width: 230px;
	float: right;
}

main.intro a {
	font-weight: 400;
	color: #fefefe !important;
}

main.intro a.active, footer a:hover {
	color: #0276b5 !important;
}
footer {
	color: #353535;
	font-size: 18px;
}

footer .desc {
	font-size: 12px !important;
}

footer a {
	font-weight: 400;
	color: #353535 !important;
	padding: 0 !important;
}

footer .poweredby, footer .poweredby a {
	font-size: 13px;
	color: rgba(53,53,53,0.48) !important;
}

footer a.active, footer a:hover {
	color: #353535 !important;
	text-decoration: none;
}

footer .poweredby a.active, footer .poweredby a:hover {
	color: rgba(53,53,53,0.48) !important;
}

.oldprice {
	text-decoration: line-through;
	font-size: .8rem;
    margin-left: -70px;
    color: #9b9b9b;
}

.price {
	font-size: 1.2rem;
    color: #002896;
    font-weight: 500;
}

.productcard:hover {
	cursor: pointer;
}

.imgholder {
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.imgholder img {
	max-height: 200px;
	width: auto;
	max-width: 100%;
    margin: 0 auto 20px auto;
}

.shopsbadge {
	white-space: normal;
	margin-top: 5px;
}

@media (min-width: 576px)
{
	.modal-dialog {
		max-width: 80% !important;
	}
}

.modal-imgholder {
	height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-body img {
	max-height: 200px;
    height: auto;
	max-width: 100%;
    width: auto\9; /* ie8 */
	object-fit: contain;
}

.modal-content {
	padding: 20px;
}

.modal-content .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    background: white;
    border-radius: 15px;
    opacity: 1 !important;
	z-index: 10;
}

.modal-content .btn.producturl {
	background-color: #00beff;
	border-color: #00beff;
}
.modal-content .btn.producturl:hover {
	background-color: #353535;
	border-color: #353535;
}

.modal-content .nav-link, .pagination .page-link {
	color: #002896;
}
.modal-content .nav-link.active, .modal-content .nav-link:hover, .pagination .page-link:hover {
	color: #00beff;
}

.modal-content .close span {
    position: absolute;
    top: 0px;
    right: 5px;
}

.modal-content .oldprice {
	margin-left: 0px;
}

.modal-content .price.leftmarg {
	margin-left: 50px;
}

.nav-tabs {
	width: 100%;
}

.tab-content {
	padding-top: 20px;
}

footer .nav-link {
	display: inline;
}

.bootstrap-select .dropdown-menu {
	max-width: 300%;
}

.brandselectorcontainer button, .merchantselectorcontainer button, .categoryselectorcontainer button {
	border:1px solid #cccccc;
}
/* GTIN multi-merchant comparison */
.comparetable td, .comparetable th { vertical-align: middle; }
.comparetable .oldprice { text-decoration: line-through; opacity: .6; margin-right: .35rem; }
.shopsbadge { white-space: normal; }